@charset "UTF-8";
.tpl яinput[type=search] {
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none
}

.tpl input[type=search]::-webkit-search-cancel-button, .tpl input[type=search]::-webkit-search-decoration, .tpl input[type=search]::-webkit-search-results-button, .tpl input[type=search]::-webkit-search-results-decoration {
    appearance: none;
    -webkit-appearance: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.tpl .tpl-form {
    background-color: white;
    border-radius: 30px;
    padding: 2.5rem 3rem 2.25rem 3rem
}

@media only screen and (max-width: 575px) {
    .tpl .tpl-form {
        padding: 1rem 1rem 2.375rem 1rem
    }
}

.tpl .tpl-form__title {
    font: 1.5rem "Rubik-Medium", sans-serif;
    line-height: 1.4
}

@media only screen and (max-width: 575px) {
    .tpl .tpl-form__title {
        font-size: 1.25rem;
        line-height: 1.4
    }
}

.tpl .tpl-form__heading {
    margin-bottom: 2.25rem
}

@media only screen and (max-width: 575px) {
    .tpl .tpl-form__heading {
        margin-bottom: 1.125rem
    }
}

.tpl .tpl-form__feedbacks {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    color: #041725;
    font: 0.875rem "Rubik-Medium", sans-serif
}

.tpl .tpl-form__feedbacks .tpl-rating {
    margin-right: 4px;
    padding: 0;
    border-radius: 0;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    font-size: 14px;
    background-color: transparent;
    color: currentColor
}

.tpl .tpl-form__feedbacks .tpl-rating svg {
    width: 16px;
    height: 16px
}

.tpl .tpl-form__feedbacks--quantity {
    display: inline-block;
    margin-right: 12px;
    position: relative;
    padding-left: 8px
}

.tpl .tpl-form__feedbacks--quantity:before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 2px;
    background-color: currentColor;
    border-radius: 2px;
    height: 100%
}

.tpl .tpl-form__feedbacks--imgs {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.tpl .tpl-form__feedbacks--imgs span {
    display: inline-block;
    width: 43px;
    height: 43px;
    border-radius: 50%;
    background-color: white;
    padding: 3px;
    background-size: 0 0;
    margin-right: -12px;
    position: relative
}

.tpl .tpl-form__feedbacks--imgs span:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 50%;
    border: 2px solid #08C2E6;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: inherit;
    background-position: 50%;
    width: calc(100% - 6px);
    height: calc(100% - 6px)
}

.tpl .tpl-form__feedbacks--imgs span:first-child {
    z-index: 3
}

.tpl .tpl-form__feedbacks--imgs span:nth-child(2) {
    z-index: 2
}

.tpl .tpl-form__feedbacks--imgs span:last-child {
    margin-right: 0
}

@media only screen and (max-width: 1100px) {
    .tpl .tpl-form__feedbacks {
        display: none
    }
}

.tpl .tpl-form__params {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 68px;
    background-color: #F5F7F8;
    border-radius: 7px;
    padding: 10px 1.75rem
}

.tpl .tpl-form__param {
    position: relative;
    padding-right: 20px
}

.tpl .tpl-form__param:last-child {
    padding-right: 0
}

.tpl .tpl-form__param--label {
    font-size: 0.875rem;
    line-height: 1.2;
    margin-bottom: 0.5rem
}

.tpl .tpl-form__param--value {
    white-space: nowrap;
    font-size: 1.125rem;
    line-height: 1.2
}

.tpl .tpl-form__param svg {
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 16px;
    height: 31px;
    fill: none;
    stroke: #08C2E6;
    stroke-width: 2px;
    stroke-linecap: round
}

.tpl .tpl-form-groups {
    margin-bottom: 2.5rem
}

.tpl .tpl-form-groups:last-child {
    margin-bottom: 0
}

@media only screen and (max-width: 992px) {
    .tpl .tpl-form-groups__range .tpl-form-group {
        width: 100% !important;
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 0 100% !important;
        flex: 1 0 100% !important;
        margin-bottom: 2rem
    }

    .tpl .tpl-form-groups__range .tpl-form-group:last-child {
        margin-bottom: 0
    }
}

@media only screen and (max-width: 575px) {
    .tpl .tpl-form-groups__range .tpl-form-group {
        margin-bottom: 0
    }
}

@media only screen and (max-width: 575px) {
    .tpl .tpl-form-groups {
        margin-bottom: 1.25rem
    }

    .tpl .tpl-form-groups:last-child {
        margin-bottom: 0
    }
}

.tpl .tpl-form-input {
    display: block;
    width: 100%;
    padding: 1.1rem 1rem;
    text-align: left;
    background-color: white;
    font: 1.125rem "Rubik-Regular", sans-serif;
    color: #041725;
    border-radius: 7px;
    background-color: #F5F7F8
}

.tpl .tpl-form-input:hover {
    background-color: #eaf2f9
}

.tpl .tpl-form-input:hover::-webkit-input-placeholder {
    color: #646464
}

.tpl .tpl-form-input:hover::-moz-placeholder {
    color: #646464
}

.tpl .tpl-form-input:hover:-moz-placeholder {
    color: #646464
}

.tpl .tpl-form-input:hover:-ms-input-placeholder {
    color: #646464
}

.tpl .tpl-form-input:focus {
    background-color: #F5F7F8
}

.tpl .tpl-form-input::-webkit-input-placeholder {
    font: 1em "Rubik-Regular", sans-serif;
    color: #646464;
    -webkit-transition: color 0.17s ease-in-out;
    transition: color 0.17s ease-in-out
}

.tpl .tpl-form-input::-moz-placeholder {
    font: 1em "Rubik-Regular", sans-serif;
    color: #646464;
    -moz-transition: color 0.17s ease-in-out;
    transition: color 0.17s ease-in-out
}

.tpl .tpl-form-input:-moz-placeholder {
    font: 1em "Rubik-Regular", sans-serif;
    color: #646464;
    -moz-transition: color 0.17s ease-in-out;
    transition: color 0.17s ease-in-out
}

.tpl .tpl-form-input:-ms-input-placeholder {
    font: 1em "Rubik-Regular", sans-serif;
    color: #646464;
    -ms-transition: color 0.17s ease-in-out;
    transition: color 0.17s ease-in-out
}

@media only screen and (max-width: 575px) {
    .tpl .tpl-form-input {
        font-size: 1.125rem;
        padding: 13px 1rem
    }
}

.tpl .tpl-form-input__error {
    color: #FF2D2D;
    position: relative;
    font-size: 12px;
    margin-top: 4px;
    padding-left: 20px;
    display: none
}

.tpl .tpl-form-input__error:before {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url("../img/icons/svg/error-ic.svg") no-repeat 50%/contain;
    position: absolute;
    left: 0;
    top: 0
}

.tpl .tpl-form-group {
    position: relative;
    margin-bottom: 10px
}

.tpl .tpl-form-group .has-error .tpl-form-input__error {
    display: block
}

.tpl .tpl-form-group .has-error .tpl-form-input {
    background-color: rgba(255, 45, 45, 0.15);
    color: #FF2D2D
}

.tpl .tpl-form-group .has-error .tpl-form-input::-webkit-input-placeholder {
    color: #FF2D2D
}

.tpl .tpl-form-group .has-error .tpl-form-input::-moz-placeholder {
    color: #FF2D2D
}

.tpl .tpl-form-group .has-error .tpl-form-input:-moz-placeholder {
    color: #FF2D2D
}

.tpl .tpl-form-group .has-error .tpl-form-input:-ms-input-placeholder {
    color: #FF2D2D
}

.tpl .tpl-form-group.tpl__is-error .tpl-form-input__error {
    display: block
}

.tpl .tpl-form-group.tpl__is-error .tpl-form-checkbox__ic {
    border-color: #FF2D2D
}

.tpl .tpl-form-group__checkboxes {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.tpl .tpl-form-group__checkboxes .tpl-form-input__error {
    margin-top: 0.5rem
}

@media only screen and (max-width: 575px) {
    .tpl .tpl-form-group__checkboxes {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-bottom: -0.75rem !important;
        padding-top: 1.25rem
    }
}

.tpl .tpl-form-group__submit {
    max-width: 356px
}

@media only screen and (max-width: 768px) {
    .tpl .tpl-form-group__submit {
        max-width: 100%
    }
}

@media only screen and (max-width: 575px) {
    .tpl .tpl-form-group {
        margin-bottom: 12px
    }

    .tpl .tpl-form-group:last-child {
        margin-bottom: 0
    }
}

.tpl .tpl-form-checkbox {
    display: inline-block;
    position: relative;
    font: 0.75rem "Rubik-Regular", sans-serif;
    line-height: 1.4;
    color: #646464
}

.tpl .tpl-form-checkbox a {
    color: inherit;
    text-decoration: underline
}

.tpl .tpl-form-checkbox a:hover {
    text-decoration: none
}

.tpl .tpl-form-checkbox .tpl-checkbox__sign {
    position: relative;
    display: inline-block;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 18px;
    height: 18px;
    border: 1px solid #FF8A00;
    border-radius: 3px;
    margin-right: 0.5rem;
    background-color: #FF8A00;
    -webkit-transition: all 0.17s ease-in-out;
    transition: all 0.17s ease-in-out
}

.tpl .tpl-form-checkbox .tpl-checkbox__sign:after {
    border-color: white !important;
    height: 13px !important;
    top: 0 !important;
    left: 6px !important;
    -webkit-transform: rotate(33deg) !important;
    transform: rotate(33deg) !important
}

.tpl .tpl-form-checkbox__label {
    display: block;
    margin-bottom: 0.75rem
}

.tpl .tpl-form-checkbox__label input {
    display: none
}

.tpl .tpl-form-checkbox__label input:checked + span .tpl-form-checkbox__ic {
    background-color: #FF8A00;
    border-color: #FF8A00
}

.tpl .tpl-form-checkbox__label input:checked + span .tpl-form-checkbox__ic svg {
    opacity: 1
}

.tpl .rangeslider {
    display: block;
    height: 68px;
    position: relative;
    z-index: 2;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    background-color: #F5F7F8;
    border-radius: 7px 0 0 7px
}

.tpl .rangeslider__fill {
    height: 100%;
    display: block;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: linear-gradient(92.05deg, #ffa800 0%, #FF8A00 100%);
    position: relative;
    min-width: 6px;
    border-radius: 0 8px 8px 0
}

.tpl .rangeslider__handle {
    width: 22px;
    height: 100%;
    top: 0;
    border-radius: 7px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    background-color: #FF8A00;
    background-image: none;
    position: absolute;
    box-shadow: none;
    cursor: pointer
}

.tpl .rangeslider__handle:after {
    display: none
}

.tpl .rangeslider__handle:before {
    content: "";
    display: inline-block;
    width: 3px;
    height: 24px;
    background-color: rgba(255, 255, 255, 0.6);
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
    pointer-events: none;
    border-radius: 16px;
    right: 0.5rem
}

.tpl .tpl-form-range {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: hidden;
    border-radius: 7px 0 0 7px
}

.tpl .tpl-form-range__input {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 140px;
    display: block;
    font: 1.375rem "Rubik-Regular", sans-serif;
    color: black;
    background-color: #F5F7F8;
    text-align: center;
    border-left: 2px solid white;
    border-radius: 0 7px 7px 0;
    padding: 10px
}

@media only screen and (max-width: 575px) {
    .tpl .tpl-form-range__input {
        font-size: 1.25rem
    }
}

@media only screen and (max-width: 374px) {
    .tpl .tpl-form-range__input {
        width: 110px;
        padding: 10px 3px
    }
}

.tpl .tpl-form-range__values {
    font: 0.875rem "Rubik-Regular", sans-serif;
    color: #646464;
    line-height: 1;
    margin-top: 1rem
}

@media screen and (max-width: 575px) {
    .tpl .tpl-form-range__values {
        margin-top: 6px;
        font-size: 0.75rem
    }
}

.tpl .tpl-footer__range-form .rangeslider {
    background-color: white
}

.tpl .tpl-footer__range-form .rangeslider__handle {
    background-color: white
}

.tpl .tpl-footer__range-form .rangeslider__handle:before {
    background-color: #08C2E6
}

.tpl .tpl-footer__range-form .tpl-form-range__input {
    font: 1.75rem "Rubik-Regular", sans-serif;
    font-weight: 700;
    color: #646464
}

@media only screen and (max-width: 575px) {
    .tpl .tpl-footer__range-form .tpl-form-range__input {
        font-size: 1.25rem
    }
}

.tpl .tpl-footer__range-form .tpl-form-range__label {
    margin-right: 5rem;
    font: 1.25rem "Rubik-Regular", sans-serif;
    font-weight: 700;
    color: #646464
}

@media only screen and (max-width: 992px) {
    .tpl .tpl-footer__range-form .tpl-form-range__label {
        width: 100%;
        margin-right: 0;
        margin-bottom: 0.5rem
    }
}

@media only screen and (max-width: 575px) {
    .tpl .tpl-footer__range-form .tpl-form-range__label {
        font-size: 1rem
    }
}

.tpl .tpl-footer__range-form .tpl-form-range-group {
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.tpl .tpl-footer__range-form .tpl-form-range-group:first-child {
    max-width: 904px
}

.tpl .tpl-footer__range-form .tpl-form-range-group:last-child {
    max-width: 330px
}

@media only screen and (max-width: 992px) {
    .tpl .tpl-footer__range-form .tpl-form-range-group .tpl-row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media only screen and (max-width: 767px) {
    .tpl .tpl-footer__range-form .tpl-form-range-group {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        max-width: 100% !important;
        margin-bottom: 1rem
    }

    .tpl .tpl-footer__range-form .tpl-form-range-group:last-child {
        margin-bottom: 0
    }
}

.tpl .tpl-footer__range-form .tpl-form-range__values {
    color: currentColor
}

@media only screen and (max-width: 767px) {
    .tpl .tpl-footer__range-form .tpl-row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media only screen and (max-width: 575px) {
    .tpl .tpl-footer__range-form {
        margin-bottom: 3.75rem
    }

    .tpl .tpl-footer__range-form .tpl__js-amount-display {
        display: none
    }
}

.tpl .swiper * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.tpl .tpl-sect__promo {
    overflow: hidden;
    position: relative;
    padding: 4.5rem 0 8rem;
    border-radius: 0 0 50px 50px;
    background-color: #08C2E6;
    margin-top: -1rem
}

.tpl .tpl-sect__promo .tpl-container {
    position: relative;
    z-index: 2
}

@media only screen and (max-width: 575px) {
    .tpl .tpl-sect__promo {
        padding: 2.125rem 0 2.5rem;
        border-radius: 0 0 30px 30px
    }
}

@media only screen and (max-width: 374px) {
    .tpl .tpl-sect__promo {
        padding-top: 2rem
    }
}

.tpl .tpl-circles-decor {
    display: block;
    width: 1140px;
    height: 1140px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.2);
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    pointer-events: none;
    left: -370px
}

.tpl .tpl-circles-decor:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
    background-color: inherit;
    width: 75%;
    height: 75%;
    border-radius: 50%
}

@media only screen and (max-width: 575px) {
    .tpl .tpl-circles-decor {
        width: 306px;
        height: 1100px;
        left: -90px
    }

    .tpl .tpl-circles-decor:before {
        display: none
    }
}

.tpl .tpl-promo {
    max-width: 1124px;
    margin: 0 auto
}

.tpl .tpl-promo__text {
    color: white;
    margin-bottom: 2.25rem
}

.tpl .tpl-promo__text :last-child {
    margin-bottom: 0
}

.tpl .tpl-promo__text h1 {
    font: 3rem "Rubik-Medium", sans-serif;
    line-height: 110%;
    margin-bottom: 1rem
}

.tpl .tpl-promo__text h2 {
    font: 2.5rem "Rubik-Medium", sans-serif;
    line-height: 1.1;
    margin-bottom: 1rem
}

.tpl .tpl-promo__text p {
    margin-bottom: 1rem
}

@media only screen and (max-width: 575px) {
    .tpl .tpl-promo__text {
        margin-bottom: 1rem
    }

    .tpl .tpl-promo__text h1 {
        font-size: 1.75rem;
        line-height: 1.1
    }

    .tpl .tpl-promo__text h2 {
        font-size: 1.25rem;
        line-height: 1.1
    }
}

@media only screen and (max-width: 374px) {
    .tpl .tpl-promo__text h2 {
        font-size: 1.5rem
    }
}

.tpl .tpl-promo__form .tpl-form-group {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 33.3333%;
    flex: 1 0 33.3333%;
    width: 50%
}

@media only screen and (max-width: 768px) {
    .tpl .tpl-promo__form .tpl-form-group {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
        flex: 1 0 100%;
        width: 100%
    }
}

.tpl .tpl-safety {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    text-align: left;
    margin: 0.5rem auto 0 auto;
    font-size: 0.75rem;
    line-height: 1.2;
    color: #8D8D8D;
    padding-left: 23px;
    position: relative
}

.tpl .tpl-safety:before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url("../img/icons/svg/safety-ic.svg") no-repeat 50%/contain;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: -1px
}

.tpl .tpl-safety__ic {
    width: 28px;
    height: 28px;
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.tpl .tpl-safety__ic svg path {
    fill: none;
    stroke: #08C2E6;
    stroke-width: 2px;
    stroke-linecap: round
}

@media only screen and (max-width: 575px) {
    .tpl .tpl-sect__advantages {
        padding-bottom: 4.5rem
    }
}

@media only screen and (max-width: 374px) {
    .tpl .tpl-sect__advantages {
        padding-bottom: 4rem
    }
}

.tpl .tpl-ic-block {
    text-align: center;
    line-height: 1.4;
    font-size: 1.125rem;
    position: relative
}

.tpl .tpl-ic-block span {
    color: #FF8A00
}

.tpl .tpl-ic-block__text {
    color: #FF8A00;
    font-size: 1.5rem;
    margin-bottom: 0.5rem
}

.tpl .tpl-ic-block__text * {
    margin-bottom: 12px
}

.tpl .tpl-ic-block__text :last-child {
    margin-bottom: 0
}

@media only screen and (max-width: 575px) {
    .tpl .tpl-ic-block__text {
        font-size: 1.2rem;
        line-height: 1.4
    }
}

@media only screen and (max-width: 374px) {
    .tpl .tpl-ic-block__text {
        font-size: 1.125rem
    }
}

.tpl .tpl-ic-block__icon {
    margin: 0 auto 1rem auto;
    width: 120px;
    height: 120px
}

.tpl .tpl-ic-block__icon-svg {
    display: block;
    width: 100%;
    height: 100%;
    fill: none
}

.tpl .tpl-ic-block__icon-svg--circle_fill {
    fill: #08C2E6
}

.tpl .tpl-ic-block__icon-svg--path_fill {
    fill: #08C2E6
}

.tpl .tpl-ic-block__icon-svg--path_fill2 {
    fill: #FF8A00
}

.tpl .tpl-ic-block__icon-svg--path_stroke {
    stroke: #08C2E6;
    fill: none
}

.tpl .tpl-ic-block__icon-svg--gradient stop:first-child {
    stop-color: #FF8A00
}

.tpl .tpl-ic-block__icon-svg--gradient stop:nth-child(2) {
    stop-color: #FF8A00
}

.tpl .tpl-ic-block__icon-svg--gradient2 stop:first-child {
    stop-color: #08C2E6
}

.tpl .tpl-ic-block__icon-svg--gradient2 stop:nth-child(2) {
    stop-color: #08C2E6
}

@media only screen and (max-width: 767px) {
    .tpl .tpl-ic-block__icon {
        margin: 0;
        margin-right: 1rem
    }
}

@media only screen and (max-width: 575px) {
    .tpl .tpl-ic-block__icon {
        width: 88px;
        height: 88px;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none
    }
}

.tpl .tpl-ic-block__arrows {
    position: absolute;
    width: 44px;
    height: 44px;
    right: -22px;
    top: 39px
}

.tpl .tpl-ic-block__arrows svg {
    display: block;
    width: 100%;
    height: 100%;
    fill: none;
    stroke: #08C2E6;
    stroke-width: 3px;
    stroke-linecap: round
}

@media only screen and (max-width: 767px) {
    .tpl .tpl-ic-block__arrows {
        display: none
    }
}

@media only screen and (max-width: 767px) {
    .tpl .tpl-ic-block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        text-align: left
    }
}

@media only screen and (max-width: 575px) {
    .tpl .tpl-ic-block {
        font-size: 1rem;
        line-height: 1.4
    }
}

@media only screen and (max-width: 767px) {
    .tpl .tpl-ic-block__wrapper {
        width: 100%;
        margin-bottom: 1.75rem
    }

    .tpl .tpl-ic-block__wrapper:last-child {
        margin-bottom: 0
    }
}

.tpl .tpl-advantage {
    font-size: 1.375rem
}

@media only screen and (max-width: 575px) {
    .tpl .tpl-advantage {
        font-size: 1.25rem;
        line-height: 1.4
    }
}

@media only screen and (max-width: 575px) {
    .tpl .tpl-sect__baits {
        padding-bottom: 6rem
    }
}

@media only screen and (max-width: 374px) {
    .tpl .tpl-sect__baits {
        padding-bottom: 4rem
    }
}

.tpl .tpl-baits {
    margin-bottom: -1.5rem
}

.tpl .tpl-bait {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 170px;
    color: white;
    font: 1.125rem "Rubik-Medium", sans-serif;
    line-height: 1.5;
    border-radius: 10px;
    position: relative;
    overflow: hidden
}

.tpl .tpl-bait img {
    display: block;
    height: 100%;
    width: auto;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media only screen and (max-width: 1100px) {
    .tpl .tpl-bait img {
        width: 100%
    }
}

@media only screen and (max-width: 440px) {
    .tpl .tpl-bait img {
        width: auto
    }
}

.tpl .tpl-bait svg {
    display: block;
    width: 36px;
    height: 20px;
    fill: none;
    margin-top: 1rem
}

.tpl .tpl-bait svg rect {
    fill: white;
    -webkit-transition: fill 0.17s ease-in-out;
    transition: fill 0.17s ease-in-out
}

.tpl .tpl-bait svg path {
    stroke: white;
    stroke-width: 2px;
    stroke-linecap: round;
    opacity: 0.8;
    -webkit-transition: stroke 0.17s ease-in-out;
    transition: stroke 0.17s ease-in-out
}

.tpl .tpl-bait__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 1;
    width: 240px;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1.25rem 1.75rem;
    overflow: hidden;
    z-index: 1
}

.tpl .tpl-bait__content:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: -3px;
    height: calc(100% + 6px);
    left: -209%;
    background-color: #08C2E6;
    width: 300%;
    margin-right: -1px;
    border-top: 3px solid white;
    border-right: 3px solid white;
    border-radius: 0 30px 0 0;
    z-index: -1;
    -webkit-transform: skew(-15deg);
    transform: skew(-15deg);
    -webkit-transition: all 0.17s ease-in-out;
    transition: all 0.17s ease-in-out
}

@media only screen and (max-width: 440px) {
    .tpl .tpl-bait__content {
        width: 225px
    }
}

@media only screen and (max-width: 374px) {
    .tpl .tpl-bait__content {
        width: 210px
    }
}

@media only screen and (max-width: 440px) {
    .tpl .tpl-bait {
        min-height: 155px
    }
}

@media only screen and (max-width: 374px) {
    .tpl .tpl-bait {
        font-size: 1rem
    }

    .tpl .tpl-bait img {
        right: -20px
    }
}

.tpl .tpl-bait__wrapper {
    margin-bottom: 1.5rem
}

@media only screen and (max-width: 1100px) {
    .tpl .tpl-bait__wrapper {
        width: 50%
    }
}

@media only screen and (max-width: 767px) {
    .tpl .tpl-bait__wrapper {
        width: 100%
    }
}

.tpl .tpl-bait:hover {
    color: #08C2E6
}

.tpl .tpl-bait:hover .tpl-bait__content:before {
    background-color: white;
    border-color: #08C2E6
}

.tpl .tpl-bait:hover svg rect {
    fill: #08C2E6
}

.tpl .tpl-bait:hover svg path {
    stroke: #08C2E6
}

.tpl .tpl-steps__btn {
    margin-top: 4rem
}

@media only screen and (max-width: 575px) {
    .tpl .tpl-steps__btn {
        margin-top: 2.75rem
    }

    .tpl .tpl-steps__btn .tpl-btn {
        width: 100%;
        max-width: 100%;
        padding-left: 10px;
        padding-right: 10px
    }
}

.tpl .tpl-sect__payments {
    padding-bottom: 6.25rem
}

.tpl .tpl-sect__payments .tpl-sect-title {
    margin-bottom: 5.625rem
}

@media only screen and (max-width: 575px) {
    .tpl .tpl-sect__payments .tpl-sect-title {
        margin-bottom: 2rem
    }
}

@media only screen and (max-width: 575px) {
    .tpl .tpl-sect__payments {
        padding-bottom: 6rem
    }
}

@media only screen and (max-width: 374px) {
    .tpl .tpl-sect__payments {
        padding-bottom: 4rem
    }
}

.tpl .tpl-sect__feedbacks {
    padding: 5rem 0 12.75rem;
    background: -webkit-gradient(linear, left top, left bottom, from(#08caf0), to(#16d2f7));
    background: linear-gradient(180deg, #08caf0 0%, #16d2f7 100%);
    border-radius: 60px 60px 0 0
}

.tpl .tpl-sect__feedbacks .tpl-sect-title {
    color: white
}

@media only screen and (max-width: 575px) {
    .tpl .tpl-sect__feedbacks {
        padding: 2.5rem 0 6rem;
        border-radius: 30px 30px 0 0
    }
}

.tpl .tpl-feedbacks-slider__btn {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    position: relative;
    display: inline-block;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background-color: white
}

.tpl .tpl-feedbacks-slider__btn svg {
    display: block;
    position: absolute;
    width: 44px;
    height: 24px;
    fill: #FF8A00;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.tpl .tpl-feedbacks-slider__btn:hover {
    background-color: rgba(255, 255, 255, 0.8)
}

.tpl .tpl-feedbacks-slider__btn-prev {
    margin-right: 20px
}

.tpl .tpl-feedbacks-slider__btn-next {
    margin-left: 20px
}

.tpl .tpl-feedbacks-slider__btn.swiper-button-disabled {
    pointer-events: none
}

.tpl .tpl-feedbacks-slider__btn.swiper-button-disabled svg {
    fill: #C2C2C2
}

@media only screen and (max-width: 700px) {
    .tpl .tpl-feedbacks-slider__btn {
        display: none
    }
}

.tpl .tpl-feedbacks-thumbnails {
    margin-bottom: 1.75rem
}

@media only screen and (max-width: 575px) {
    .tpl .tpl-feedbacks-thumbnails {
        margin-bottom: 1rem
    }
}

.tpl .tpl-feedbacks-thumbnails__slider {
    margin-left: -9px;
    margin-right: -9px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.tpl .tpl-feedbacks-thumbnails__slider .swiper-slide {
    width: 300px;
    padding-left: 9px;
    padding-right: 9px;
    padding-top: 2px
}

@media only screen and (max-width: 575px) {
    .tpl .tpl-feedbacks-thumbnails__slider .swiper-slide {
        width: 200px;
        padding-left: 4px;
        padding-right: 4px
    }
}

.tpl .tpl-feedbacks-thumbnails__slider .swiper-slide-thumb-active {
    padding-top: 0
}

.tpl .tpl-feedbacks-thumbnails__slider .swiper-slide-thumb-active .tpl-feedback-thumbnail__img {
    border-color: #FF8A00
}

@media only screen and (max-width: 575px) {
    .tpl .tpl-feedbacks-thumbnails__slider {
        margin: 0;
        width: calc(100% + 2rem);
        margin-right: -1rem;
        margin-left: -1rem;
        padding-left: 12px
    }
}

.tpl .tpl-feedback {
    border-radius: 30px;
    background-color: white;
    padding: 3.25rem
}

@media only screen and (max-width: 992px) {
    .tpl .tpl-feedback {
        padding: 2rem
    }
}

@media only screen and (max-width: 575px) {
    .tpl .tpl-feedback {
        padding: 1.25rem 1rem 3rem 1rem
    }
}

@media only screen and (max-width: 374px) {
    .tpl .tpl-feedback {
        padding: 1.25rem 12px 2.5rem 12px
    }
}

.tpl .tpl-feedback-author {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media only screen and (max-width: 767px) {
    .tpl .tpl-feedback-author {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.tpl .tpl-feedback-author__information {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 370px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none
}

@media only screen and (max-width: 992px) {
    .tpl .tpl-feedback-author__information {
        width: 330px
    }
}

@media only screen and (max-width: 767px) {
    .tpl .tpl-feedback-author__information {
        width: 100%
    }
}

.tpl .tpl-feedback-author__information--img {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 120px;
    height: 120px;
    overflow: hidden;
    border-radius: 50%;
    position: relative;
    margin-right: 1.5rem
}

.tpl .tpl-feedback-author__information--img img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -o-object-fit: cover;
    object-fit: cover
}

@media only screen and (max-width: 575px) {
    .tpl .tpl-feedback-author__information--img {
        width: 88px;
        height: 88px;
        margin-right: 12px
    }
}

.tpl .tpl-feedback-author__phone {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    white-space: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font: 0.875rem "Rubik-Medium", sans-serif;
    color: #8D8D8D;
    margin-bottom: 15px
}

.tpl .tpl-feedback-author__phone svg {
    display: block;
    width: 20px;
    height: 20px;
    opacity: 0.7;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    margin-left: 4px
}

.tpl .tpl-feedback-author__phone svg path:first-child {
    fill: #08C2E6
}

.tpl .tpl-feedback-author__phone svg path:nth-child(2) {
    fill: none;
    stroke: white;
    stroke-width: 2px;
    stroke-linecap: round
}

@media only screen and (max-width: 575px) {
    .tpl .tpl-feedback-author__phone {
        font-size: 12px;
        margin-bottom: 0.5rem
    }

    .tpl .tpl-feedback-author__phone svg {
        width: 20px;
        height: 20px
    }
}

.tpl .tpl-feedback-author__name {
    font-size: 1.5rem;
    line-height: 1;
    margin-bottom: 12px
}

@media only screen and (max-width: 992px) {
    .tpl .tpl-feedback-author__name {
        font-size: 1.25rem
    }
}

@media only screen and (max-width: 575px) {
    .tpl .tpl-feedback-author__name {
        font-size: 1.125rem;
        margin-bottom: 0.5rem
    }
}

.tpl .tpl-feedback-author__text {
    max-width: 720px;
    margin-left: 1.25rem;
    padding: 15px 0 15px 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    font-size: 1.125rem;
    line-height: 1.6
}

.tpl .tpl-feedback-author__text:before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    height: 100%;
    width: 1px;
    background-color: #eaf2f9;
    border-radius: 10px
}

@media only screen and (max-width: 767px) {
    .tpl .tpl-feedback-author__text {
        width: 100%;
        margin-left: 0;
        margin-top: 1.25rem;
        padding: 0
    }

    .tpl .tpl-feedback-author__text:before {
        display: none
    }
}

@media only screen and (max-width: 575px) {
    .tpl .tpl-feedback-author__text {
        font-size: 1rem;
        line-height: 1.6
    }
}

.tpl .tpl-feedback-author__rating {
    width: 148px;
    height: 28px
}

.tpl .tpl-feedback-author__rating svg {
    display: block;
    width: 100%;
    height: 100%
}

.tpl .tpl-feedback-author__rating-gradient stop:first-child {
    stop-color: #ffa800
}

.tpl .tpl-feedback-author__rating-gradient stop:nth-child(2) {
    stop-color: #FF8A00
}

@media only screen and (max-width: 575px) {
    .tpl .tpl-feedback-author__rating {
        width: 106px;
        height: 20px
    }
}

.tpl .tpl-feedback-comments {
    margin-top: 2.5rem
}

.tpl .tpl-feedback-comments__title {
    color: black;
    font-size: 1.25rem;
    line-height: 1.6;
    margin-bottom: 1rem
}

@media only screen and (max-width: 575px) {
    .tpl .tpl-feedback-comments__title {
        font-size: 1.25rem;
        margin-bottom: 1.25rem
    }
}

@media only screen and (max-width: 374px) {
    .tpl .tpl-feedback-comments__title {
        font-size: 1.125rem;
        margin-bottom: 1rem
    }
}

@media only screen and (max-width: 575px) {
    .tpl .tpl-feedback-comments {
        margin-top: 1.75rem
    }
}

@media only screen and (max-width: 374px) {
    .tpl .tpl-feedback-comments {
        margin-top: 1.25rem
    }
}

.tpl .tpl-feedback-comment {
    padding: 1rem 0;
    position: relative
}

.tpl .tpl-feedback-comment:after, .tpl .tpl-feedback-comment:before {
    content: "";
    display: inline-block;
    height: 1px;
    width: 100%;
    border-radius: 10px;
    position: absolute;
    background-color: #eaf2f9;
    left: 0
}

.tpl .tpl-feedback-comment:before {
    top: 0
}

.tpl .tpl-feedback-comment:after {
    bottom: 0
}

.tpl .tpl-feedback-comment:last-child {
    padding-bottom: 0
}

.tpl .tpl-feedback-comment:last-child:after {
    display: none
}

@media only screen and (max-width: 575px) {
    .tpl .tpl-feedback-comment {
        padding: 0;
        margin-bottom: 1.75rem
    }

    .tpl .tpl-feedback-comment:last-child {
        margin-bottom: 0
    }

    .tpl .tpl-feedback-comment:after, .tpl .tpl-feedback-comment:before {
        display: none
    }
}

.tpl .tpl-feedback-comment__text {
    padding-left: 3.25rem;
    font-family: "Rubik-Light", sans-serif;
    line-height: 1.6
}

.tpl .tpl-feedback-comment__text p {
    margin-bottom: 12px
}

.tpl .tpl-feedback-comment__text p:last-child {
    margin-bottom: 0
}

@media only screen and (max-width: 575px) {
    .tpl .tpl-feedback-comment__text {
        padding-left: 0;
        font-size: 0.875rem;
        line-height: 1.6;
        margin-top: 0.5rem
    }
}

.tpl .tpl-feedback-comment__author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media only screen and (max-width: 575px) {
    .tpl .tpl-feedback-comment__author {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.tpl .tpl-feedback-comment__author--content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.tpl .tpl-feedback-comment__author--img {
    width: 40px;
    height: 40px;
    margin-right: 12px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    border-radius: 50%
}

.tpl .tpl-feedback-comment__author--information {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font: 0.875rem "Rubik-Medium", sans-serif
}

@media only screen and (max-width: 575px) {
    .tpl .tpl-feedback-comment__author--information {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.tpl .tpl-feedback-comment__author--name {
    color: #646464
}

.tpl .tpl-feedback-comment__author--phone {
    color: #C2C2C2;
    white-space: nowrap;
    margin-left: 8px;
    position: relative
}

.tpl .tpl-feedback-comment__author--phone:before {
    content: "|";
    display: inline-block;
    margin-right: 8px
}

@media only screen and (max-width: 575px) {
    .tpl .tpl-feedback-comment__author--phone {
        margin-left: 0;
        margin-top: 4px
    }

    .tpl .tpl-feedback-comment__author--phone:before {
        display: none
    }
}

.tpl .tpl-feedback-comment__likes {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font: 1rem "Rubik-Medium", sans-serif;
    color: #FF8A00;
    line-height: 1
}

.tpl .tpl-feedback-comment__likes svg {
    width: 16px;
    height: 16px;
    fill: none;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    margin-right: 4px;
    margin-top: -3px
}

.tpl .tpl-feedback-comment__likes-gradient stop:first-child {
    stop-color: #ffa800
}

.tpl .tpl-feedback-comment__likes-gradient stop:nth-child(2) {
    stop-color: #FF8A00
}

.tpl .tpl-feedback-comment.tpl__is-empty {
    padding-top: 0
}

.tpl .tpl-feedback-comment.tpl__is-empty:before {
    display: none
}

.tpl .tpl-feedback-comment.tpl__is-empty .tpl-feedback-comment__text {
    color: #C2C2C2;
    font-family: "Rubik-Regular", sans-serif;
    padding-left: 0
}

.tpl .tpl-feedback-thumbnail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 64px;
    padding: 8px;
    border-radius: 50px;
    -webkit-transition: all 0.17s ease-in-out;
    transition: all 0.17s ease-in-out;
    background-color: white;
    cursor: pointer
}

.tpl .tpl-feedback-thumbnail__img {
    width: 48px;
    height: 48px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    margin-right: 1rem;
    border: 2px solid #08C2E6;
    -webkit-transition: border-color 0.17s ease-in-out;
    transition: border-color 0.17s ease-in-out;
    border-radius: 50%
}

@media only screen and (max-width: 575px) {
    .tpl .tpl-feedback-thumbnail__img {
        width: 40px;
        height: 40px;
        margin-right: 0.5rem
    }
}

.tpl .tpl-feedback-thumbnail:hover {
    background-color: rgba(255, 255, 255, 0.8)
}

@media only screen and (max-width: 575px) {
    .tpl .tpl-feedback-thumbnail {
        font-size: 0.875rem
    }
}