@import url(https://fonts.googleapis.com/css?family=Rubik:300,regular,500,600,700&display);

[class*=icon-]:before, body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

a, button {
    color: inherit
}

.loaded body, body {
    font-family: Rubik
}

.popup, .reviews-slider .swiper-pagination {
    bottom: 0
}

@font-face {
    font-family: icons;
    font-display: swap;
    src: url("../fonts/icons.woff2") format("woff2"), url("../fonts/icons.woff") format("woff");
    font-weight: 400;
    font-style: normal
}

[class*=icon-]:before {
    font-family: icons;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    display: block
}

.icon-logo:before {
    content: "\e904"
}

.icon-arrow-left:before {
    content: "\e900"
}

.icon-chevron-down:before {
    content: "\e901"
}

.icon-close:before {
    content: "\e902"
}

.icon-yes:before {
    content: "\e903";
    color: #2d791a
}

* {
    padding: 0;
    margin: 0;
    border: 0
}

*, :after, :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

:active, :focus {
    outline: 0
}

body, html {
    height: 100%;
    min-width: 320px
}

body {
    color: #333;
    font-size: .9375rem;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    line-height: 1.2
}

button, input, textarea {
    font-family: Rubik;
    font-size: inherit
}

button {
    cursor: pointer;
    background-color: inherit
}

a {
    text-decoration: none
}

ul li {
    list-style: none
}

img {
    vertical-align: top
}

h1, h2, h3, h4, h5, h6 {
    font-weight: inherit;
    font-size: inherit
}

.lock body {
    overflow: hidden;
    -ms-touch-action: none;
    touch-action: none;
    -ms-scroll-chaining: none;
    overscroll-behavior: none
}

.wrapper {
    min-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden
}

.wrapper > main {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.wrapper > * {
    min-width: 0
}

[class*=__container] {
    max-width: 76.875rem;
    margin: 0 auto;
    padding: 0 .9375rem
}

.checkbox, .footer__wrap, .partners, .reviews__body, .select, .select__body, [class*=-ibg] {
    position: relative
}

.checkbox:not(:last-child) {
    margin-bottom: .3125em
}

.checkbox__input {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0
}

.checkbox__label, .select__title {
    position: relative;
    cursor: pointer
}

.checkbox__input:focus + .checkbox__label:before {
    -webkit-box-shadow: 0 0 .3125rem #eaeaea;
    box-shadow: 0 0 .3125rem #eaeaea;
    border: .125rem solid rgba(64, 85, 84, .5)
}

.checkbox__input:checked + .checkbox__label:before {
    background: url("../images/icons/yes.svg") center no-repeat #eaeaea
}

.checkbox__label {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: .625rem
}

.popup__wrapper, .select__value, .select__value:after {
    display: -webkit-box;
    display: -ms-flexbox
}

.checkbox__label:before {
    content: "";
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 1.25rem;
    flex: 0 0 1.25rem;
    width: 1.25rem;
    height: 1.25rem;
    border: .0625rem solid #eaeaea;
    border-radius: .3125rem;
    background: #eaeaea
}

.select_calc .select__options {
    border: .125rem solid rgba(45, 121, 26, .3);
    border-top: transparent;
    top: 3.125rem
}

.select_calc .select__option {
    padding: .5rem 0
}

.select_calc .select__option:first-child {
    border-top: .0625rem solid #ececec
}

.select_calc .select__title {
    padding-bottom: .5625rem;
    padding-top: .5625rem;
    border: .125rem solid rgba(45, 121, 26, .3)
}

.select__title {
    color: #333;
    text-align: center;
    border-radius: 1.5625rem;
    background-color: #fff;
    width: 100%;
    padding: .625rem .8125rem .625rem 1.4375rem;
    border: .125rem solid rgba(45, 121, 26, .3);
    z-index: 2
}

.select__title::after {
    content: "\e901";
    font-family: icons;
    position: absolute;
    color: #333;
    right: 1.25rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

._select-open .select__title::after, .slider-arrow-next {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.select__value {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 1.875rem;
    padding: 0 .9375rem
}

.select__text, .select__value > * {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.select__value:after {
    content: "";
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 10px;
    flex: 0 0 10px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

._select-open .select__value:after {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.select__value._select-pseudo-label::before {
    content: attr(data-pseudo-label);
    opacity: .5
}

.select__input {
    width: 100%;
    background-color: transparent;
    height: 100%
}

.popup__content, .select__option {
    background-color: #fff;
    width: 100%
}

.select__options {
    color: #333;
    position: absolute;
    top: 3.125rem;
    width: 100%;
    left: 0;
    border-radius: 0 0 1.5625rem 1.5625rem;
    border: .125rem solid rgba(45, 121, 26, .3)
}

.popup, body::after {
    position: fixed;
    pointer-events: none;
    left: 0
}

.select__scroll {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 12.5rem
}

.select__option {
    text-align: center;
    cursor: pointer;
    color: #333;
    font-weight: 300;
    padding: .5rem 0
}

.select__option:first-child {
    border-top: .0625rem solid #ececec
}

.select__option:last-child {
    border-radius: 0 0 1.5625rem 1.5625rem
}

.select__option:not(:last-child) {
    border-bottom: .0625rem solid #ececec
}

.select__option._select-selected {
    background-color: #eee
}

.select__row {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.form-application__input-box, .popup__wrapper {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal
}

.select._select-open {
    z-index: 2
}

._select-tag {
    cursor: pointer
}

._select-open .select__title {
    border-bottom: transparent;
    border-radius: 1.5625rem 1.5625rem 0 0
}

body::after {
    content: "";
    background-color: rgba(0, 0, 0, .5);
    width: 100%;
    height: 100%;
    top: 0;
    opacity: 0;
    -webkit-transition: opacity .8s;
    -o-transition: opacity .8s;
    transition: opacity .8s;
    z-index: 149
}

.popup-show body::after {
    opacity: 1
}

.popup {
    top: 0;
    right: 0;
    padding: 1.875rem .625rem;
    -webkit-transition: visibility .8s;
    -o-transition: visibility .8s;
    transition: visibility .8s;
    visibility: hidden
}

.lock .popup__content, .popup_show {
    visibility: visible
}

.popup_show {
    z-index: 150;
    overflow: auto;
    pointer-events: auto
}

.popup_show .popup__content {
    visibility: visible;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.popup__wrapper {
    display: flex;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 100%;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    align-items: center
}

.popup__content {
    visibility: hidden;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: -webkit-transform .3s;
    transition: transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    max-width: 49.125rem;
    border-radius: 2.4375rem;
    position: relative
}

.popup__close {
    position: absolute;
    top: 2.5rem;
    font-size: 1.25rem;
    background-color: transparent;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.btn, .menu__link::after {
    -webkit-transition: .5s;
    -o-transition: .5s
}

.popup__body {
    padding-top: 6.25rem;
    padding-left: 1.5625rem
}

.popup__title {
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.1875
}

.popup__text p:not(:last-child) {
    margin-bottom: .9375rem
}

.application__body {
    padding: 4.375rem 1.5625rem 1.875rem
}

.application__title, .popup-map__title, .popup-story__title {
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 1.2;
    text-align: center
}

.application__title:not(:last-child) {
    margin-bottom: 1.25rem
}

.application__text {
    text-align: center;
    line-height: 1.6666666667
}

.application__text span {
    font-weight: 500;
    font-size: .8125rem;
    line-height: 1.1538461538;
    padding: .3125rem .625rem;
    background-color: #e9e4c4;
    border-radius: .9375rem
}

.form-application__input-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    border-radius: 1.5625rem;
    position: relative
}

.actions-calculator, .calculator__btn, .contract-header:not(:last-child), .form-application__input-box:not(:last-child) {
    margin-bottom: 1.875rem
}

.form-sms__input, .popup-sms__title {
    margin-bottom: 1.5625rem;
    text-align: center
}

.form-application__input-box_select {
    background: #fff;
    padding: 0
}

.form-application__input-box._form-focus {
    background: 0 0
}

.form-application__label {
    text-align: center;
    position: absolute;
    top: -.375rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #fff;
    z-index: 1;
    line-height: 1;
    color: #989898;
    white-space: nowrap
}

.form-application__label_select {
    z-index: 6
}

.form-application__input {
    width: 100%;
    padding: .9375rem .8125rem;
    text-align: center;
    border-radius: 1.5625rem;
    background-color: #fff;
    border: .125rem solid rgba(45, 121, 26, .3)
}

.form-application__input:focus {
    border: .125rem solid #405554
}

.form-application__input._form-error {
    border: .125rem solid red
}

.form-application__input:valid {
    border: .125rem solid green
}

.form-application__btn, .item-why__title {
    text-align: center
}

.application-checkbox__text {
    color: #333
}

.application-checkbox__link, .bottom-footer__link {
    text-decoration: underline
}

.popup-sms__content {
    max-width: 25rem
}

.popup-sms__body {
    padding-top: 4.375rem;
    padding-bottom: 3.125rem
}

.popup-sms__title {
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 1.2
}

.btn, .title {
    font-weight: 500
}

.form-sms__input-box {
    width: 100%
}

.form-sms__input {
    border: .125rem solid #2d791a;
    width: 100%;
    border-radius: 1.5625rem;
    padding: .75rem;
    font-size: 1.125rem
}

.btn_380, .popup-story__content {
    max-width: 23.75rem
}

.popup-story__body {
    background: -o-linear-gradient(2.64deg, #cbe3e5 -1.98%, #f2dea3 102.92%);
    background: linear-gradient(87.36deg, #cbe3e5 -1.98%, #f2dea3 102.92%);
    border-radius: 2.4375rem
}

.popup-calc__content {
    max-width: 37.5rem
}

.popup-calc__body {
    padding: 0
}

.popup-map__content {
    max-width: 41.25rem
}

.popup-map__body {
    padding-top: 3.125rem
}

.popup-map__iframe {
    max-width: 37.5rem;
    width: 100%
}

[class*=-ibg] img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover
}

[class*=-ibg_contain] img {
    -o-object-fit: contain;
    object-fit: contain
}

.active-language {
    color: #fff;
    background-color: #333;
    border-radius: .625rem
}

.active-language_footer {
    background: -o-linear-gradient(2.64deg, #cbe3e5 -1.98%, #f2dea3 102.92%);
    background: linear-gradient(87.36deg, #cbe3e5 -1.98%, #f2dea3 102.92%);
    color: #333
}

.btn-hide, .header__burger, .icon-menu, .icon-menu-bg, .intro-pic-calc__image-box, .intro-pic-calc__image-box_not, .intro-pic-calc__subcontent_not, .mobile {
    display: none
}

.btn {
    display: inline-block;
    font-size: 1rem;
    line-height: 1.1875;
    color: #fff;
    padding: .9375rem;
    background-color: #405554;
    border: .0625rem solid #405554;
    border-radius: 1.5625rem;
    width: 100%;
    transition: .5s
}

.btn_310 {
    max-width: 19.375rem
}

.btn_260 {
    max-width: 16.25rem
}

.btn_360 {
    max-width: 22.5rem
}

.title {
    font-size: 1.5625rem;
    line-height: 1.2
}

.phone-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    row-gap: .625rem;
    margin-top: 1.875rem;
    margin-bottom: 1.25rem
}

.contract-header, .location-header {
    display: block;
    text-align: center;
    text-decoration: underline
}

.phone-header__link {
    font-weight: 500;
    font-size: 1.875rem;
    line-height: 1.2
}

.adress-header {
    margin-bottom: .625rem;
    text-align: center
}

.slider-arrow-next, .slider-arrow-prev {
    position: absolute;
    top: 47%;
    background: #ededed;
    width: 3.125rem;
    height: 3.125rem;
    border-radius: 50%;
    -webkit-transition: background .8s;
    -o-transition: background .8s;
    transition: background .8s
}

.reviews-slider-arrow-next, .reviews-slider-arrow-prev {
    position: absolute;
    bottom: -1.5625rem;
    background-color: #fff;
    width: 5rem;
    height: 5rem;
    border-radius: 50%;
    border: .0625rem solid #dedede;
    -webkit-box-shadow: 0 .125rem .4375rem rgba(0, 0, 0, .12);
    box-shadow: 0 .125rem .4375rem rgba(0, 0, 0, .12);
    z-index: 2
}

.calculator, .item-shem__num {
    -webkit-box-shadow: 0 .125rem .4375rem rgba(0, 0, 0, .12)
}

.reviews-slider-arrow-prev {
    left: 25%
}

.reviews-slider-arrow-next {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    right: 25%
}

.reviews-slider .swiper-pagination-bullet {
    background-color: #cad2e1;
    width: 1.375rem;
    height: 1.375rem
}

.reviews-slider .swiper-pagination-bullet-active {
    background: -o-linear-gradient(2.64deg, #cbe3e5 -1.98%, #f2dea3 102.92%);
    background: linear-gradient(87.36deg, #cbe3e5 -1.98%, #f2dea3 102.92%);
    position: relative
}

.reviews-slider .swiper-pagination-bullet-active::after {
    content: "";
    position: absolute;
    width: .75rem;
    height: .75rem;
    background-color: #fff;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.form__error {
    padding-top: .3125rem;
    text-align: center;
    color: #ff8a8a;
    font-size: .875rem
}

.calculator {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 37.5rem;
    flex: 0 1 37.5rem;
    box-shadow: 0 .125rem .4375rem rgba(0, 0, 0, .12);
    border-radius: 1.9375rem;
    background-color: #fff;
    padding-top: 2.0625rem
}

.calculator__title {
    font-weight: 600;
    font-size: 1.875rem;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 1.25rem
}

.calculator__text:not(:last-child) {
    margin-bottom: 2.1875rem
}

.calculator__subtitle {
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 1.2
}

.calculator__subtitle:not(:last-child) {
    margin-bottom: .9375rem
}

.form-calculator {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 2.5rem
}

.form-calculator__input-box {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    position: relative
}

.form-calculator__label {
    text-align: center;
    position: absolute;
    z-index: 3;
    top: -.625rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #fff;
    line-height: 1;
    color: #989898;
    white-space: nowrap
}

.form-calculator__input {
    width: 100%;
    border: .125rem solid rgba(45, 121, 26, .3);
    border-radius: 1.5625rem;
    padding: .9375rem;
    text-align: center
}

.form-calculator__input:focus {
    border: .125rem solid #2d791a
}

.actions-calculator__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: .9375rem
}

.header__body, .header__wrap {
    display: -webkit-box;
    display: -ms-flexbox
}

.actions-calculator__item:not(:last-child) {
    border-bottom: .0625rem solid #d8d8d8;
    padding-bottom: .9375rem;
    margin-bottom: .9375rem
}

.actions-calculator__date {
    line-height: 1.6
}

.actions-calculator__sum {
    color: #3aa551;
    border: .0625rem solid #b8e49d
}

.actions-calculator__sum-after {
    color: #ff3c3c;
    border: .0625rem solid #ff3c3c
}

.actions-calculator__sum, .actions-calculator__sum-after {
    line-height: 1.6;
    font-weight: 500;
    padding: .4375rem 1.0625rem;
    border-radius: .9375rem;
    white-space: nowrap
}

.header {
    position: absolute;
    width: 100%
}

.header__body {
    min-height: 3rem;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 0.9375rem;
    -moz-column-gap: 0.9375rem;
    column-gap: .9375rem;
    padding-bottom: 1.25rem
}

.header__logo-link {
    padding: .5rem 1.25rem;
    background-color: #333;
    border-radius: .9375rem;
    color: #fff;
    font-size: 1.0625rem;
    line-height: 1.1764705882;
    position: relative;
    z-index: 5;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.actions-header__link, .content-intro__text, .menu-footer__link, .menu__link {
    font-size: 1rem;
    line-height: 1.1875
}

.header__wrap {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.actions-header, .menu__list {
    display: -webkit-box;
    display: -ms-flexbox;
    position: relative
}

.menu__list {
    display: flex;
    gap: 1.25rem;
    z-index: 2
}

.menu__link {
    position: relative
}

.menu__link::after {
    content: "";
    position: absolute;
    width: 0;
    height: .0625rem;
    background-color: #333;
    bottom: -.0625rem;
    left: 0;
    transition: .5s
}

.actions-header {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: .5rem;
    z-index: 5
}

.content-intro__item, .intro__body {
    display: -webkit-box;
    display: -ms-flexbox
}

.actions-header__link {
    font-weight: 300;
    text-transform: uppercase;
    padding: .5rem .5625rem;
    border-radius: .625rem;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.draw, .intro {
    background-image: -o-linear-gradient(2.64deg, #cbe3e5 -1.98%, #f2dea3 102.92%);
    background-image: linear-gradient(87.36deg, #cbe3e5 -1.98%, #f2dea3 102.92%)
}

.intro__body {
    min-height: 45rem;
    display: flex;
    -webkit-column-gap: 3.125rem;
    -moz-column-gap: 3.125rem;
    column-gap: 3.125rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: url("../images/intro/intro-bg.svg") center bottom/17.6875rem 32.9375rem no-repeat
}

.content-intro, .intro-pic-not-calc__body {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 23.75rem;
    flex: 0 0 23.75rem
}

.content-intro__num, .counter-intro__num {
    background-color: #fff;
    font-size: .8125rem
}

.content-intro__text:not(:last-child) {
    margin-bottom: .625rem
}

.content-intro__title {
    font-weight: 600;
    line-height: 1.3125
}

.content-intro__title:not(:last-child), .content-terms__title:not(:last-child), .faq__title, .partners__title:not(:last-child), .reviews__title:not(:last-child), .shem__title:not(:last-child), .why__title:not(:last-child) {
    margin-bottom: 1.875rem
}

.content-intro__list:not(:last-child), .intro-pic-calc__list {
    margin-bottom: 2.5rem
}

.content-intro__item {
    line-height: 1.2105263158;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 0.625rem;
    -moz-column-gap: 0.625rem;
    column-gap: .625rem;
    text-align: left
}

.content-intro__num, .counter-intro {
    display: -webkit-box;
    display: -ms-flexbox
}

.content-intro__item:not(:last-child) {
    margin-bottom: .625rem
}

.content-intro__num {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 3.125rem;
    flex: 0 0 3.125rem;
    font-weight: 500;
    line-height: 1.1538461538;
    width: 3.125rem;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: .9375rem;
    padding: .3125rem 0
}

.subcontent-intro {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 19.625rem;
    flex: 0 1 19.625rem
}

.subcontent-intro__title {
    font-weight: 600;
    line-height: 1.3142857143;
    margin-bottom: 1.25rem;
    padding-right: .9375rem
}

.subcontent-intro__title span {
    font-weight: 500;
    line-height: 1.8;
    background-color: #ffec91;
    border-radius: 1.5625rem;
    padding: .625rem 1.25rem
}

.subcontent-intro__title_sm span {
    padding: .5rem 1rem
}

.subcontent-intro__text:not(:last-child) {
    margin-bottom: 1.5625rem
}

.counter-intro {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: .9375rem
}

.counter-intro__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    row-gap: .4375rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 4.0625rem;
    flex: 0 0 4.0625rem
}

.counter-intro__num {
    width: 100%;
    padding: .625rem 0;
    border-radius: 1.5625rem;
    font-weight: 500;
    line-height: 1.1538461538;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.intro-pic-calc__image-ibg, .intro-pic-not-calc__image-ibg img {
    border-radius: 1.5625rem 1.5625rem 0 0;
    overflow: hidden
}

.intro-pic-not-calc {
    padding-bottom: 1.5625rem
}

.intro-pic-not-calc__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 45rem
}

.intro-pic-not-calc__pic {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 45.625rem;
    flex: 0 1 45.625rem
}

.intro-pic-not-calc__image-ibg {
    padding-bottom: 49.3150684932%
}

.intro-not-pic-not-calc__subcontent, .intro-pic-calc {
    padding-bottom: 3.125rem
}

.intro-not-pic-not-calc__body {
    background: 0 0;
    min-height: 37.5rem
}

.intro-not-pic-not-calc__content {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 65%;
    flex: 1 1 65%
}

.intro-pic-calc {
    background: -o-linear-gradient(2.64deg, #cbe3e5 -1.98%, #f2dea3 102.92%);
    background: linear-gradient(87.36deg, #cbe3e5 -1.98%, #f2dea3 102.92%)
}

.intro-pic-calc__bg {
    background: url("../images/intro/intro-bg.svg") right bottom no-repeat
}

.content-footer, .intro-pic-calc__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.shem__body, .slider-partners__slide {
    display: -webkit-box;
    display: -ms-flexbox
}

.intro-pic-calc__body {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 23.75rem;
    flex: 0 1 23.75rem
}

.intro-pic-calc__image-ibg {
    padding-bottom: 49%;
    min-height: 12.5rem
}

.slider-partners {
    height: 6.25rem
}

.slider-partners__slide {
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.shem {
    background-color: #f0f0f0
}

.shem__body {
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 4rem;
    -moz-column-gap: 4rem;
    column-gap: 4rem
}

.item-shem, .shem__items {
    display: -webkit-box;
    display: -ms-flexbox
}

.shem__items {
    display: flex;
    gap: 1.875rem
}

.item-shem {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 1.6875rem;
    -moz-column-gap: 1.6875rem;
    column-gap: 1.6875rem
}

.item-shem__num {
    font-weight: 500;
    line-height: 1.2;
    background-color: #ece4c0;
    border-radius: .6875rem;
    box-shadow: 0 .125rem .4375rem rgba(0, 0, 0, .12)
}

.item-reviews, .item-why {
    border-radius: 1.5625rem
}

.why__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.why__items {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns:(1fr) [ 2 ];
    grid-template-columns:repeat(2, 1fr);
    row-gap: 1.5625rem
}

.draw__body, .item-why {
    display: -webkit-box;
    display: -ms-flexbox
}

.item-why {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    row-gap: .5rem;
    background-color: #e7e0b7;
    position: relative
}

.item-why_green {
    background-color: #e0e1c3
}

.item-why__icon {
    position: absolute
}

.draw__body {
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 1.25rem
}

.reviews-slider, .reviews-slider__slide {
    display: -webkit-box;
    display: -ms-flexbox
}

.draw__prize {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 43rem;
    flex: 0 1 43rem
}

.draw__image-ibg {
    padding-bottom: 63.6627906977%
}

.draw__image-ibg img {
    max-width: 100%
}

.info-draw {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 22.1875rem;
    flex: 0 1 22.1875rem
}

.info-draw__title {
    font-weight: 500;
    line-height: 1.1833333333
}

.info-draw__subtitle, .user-reviews__name {
    font-size: 1rem;
    line-height: 1.1875;
    font-weight: 600
}

.info-draw__title:not(:last-child) {
    margin-bottom: 1.0625rem
}

.info-draw__subtitle:not(:last-child), .item-reviews__text p:not(:last-child) {
    margin-bottom: 1.25rem
}

.info-draw__subtitle {
    max-width: 17.75rem
}

.info-draw__text {
    max-width: 14.9375rem
}

.info-draw__text:not(:last-child) {
    margin-bottom: 3.625rem
}

.faq, .reviews, .terms {
    background-color: #f8f8f8
}

.reviews-slider {
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 25rem
}

.reviews-slider__slide {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.clients__body, .item-reviews__info {
    display: -webkit-box;
    display: -ms-flexbox
}

.item-reviews {
    background-color: #fff;
    -webkit-box-shadow: 0 .125rem .4375rem rgba(0, 0, 0, .12);
    box-shadow: 0 .125rem .4375rem rgba(0, 0, 0, .12);
    padding: 1.75rem .75rem .9375rem;
    max-width: 23.75rem
}

.item-reviews__info {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 1.875rem;
    -moz-column-gap: 1.875rem;
    column-gap: 1.875rem;
    margin-bottom: .9375rem
}

.item-reviews__avatar {
    border-radius: 1.25rem;
    overflow: hidden;
    width: 5.3125rem;
    height: 4.6875rem
}

.item-reviews__text {
    background-color: #d6e2d4;
    border-radius: .9375rem;
    padding: 1.875rem 1.25rem;
    min-height: 12.5rem
}

.user-reviews__name:not(:last-child) {
    margin-bottom: .125rem
}

.user-reviews__city {
    font-weight: 600;
    font-size: .75rem;
    line-height: 1.3333333333
}

.user-reviews__city:not(:last-child) {
    margin-bottom: .5rem
}

.user-reviews__prof {
    font-weight: 300;
    font-size: .8125rem;
    line-height: 1.1538461538
}

.clients {
    background: -o-linear-gradient(2.64deg, #cbe3e5 -1.98%, #f2dea3 102.92%);
    background: linear-gradient(87.36deg, #cbe3e5 -1.98%, #f2dea3 102.92%)
}

.clients__body {
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 1.875rem;
    -moz-column-gap: 1.875rem;
    column-gap: 1.875rem
}

.content-terms__item, .terms__body {
    display: -webkit-box;
    display: -ms-flexbox
}

.content-clients__all {
    font-weight: 500;
    line-height: 1.175
}

.content-clients__title {
    font-weight: 300;
    font-size: .875rem;
    line-height: 1.4285714286
}

.items-clients__avatar {
    border-radius: 50%;
    overflow: hidden;
    border: .25rem solid #fff;
    margin-left: -1.25rem;
    -webkit-transition: .8s;
    -o-transition: .8s;
    transition: .8s
}

.spollers-faq__item, .terms__body {
    background-color: #fff;
    -webkit-box-shadow: 0 .125rem .4375rem rgba(0, 0, 0, .12);
    border-radius: 1.5625rem
}

.terms__body {
    box-shadow: 0 .125rem .4375rem rgba(0, 0, 0, .12);
    display: flex;
    -webkit-column-gap: 2.1875rem;
    -moz-column-gap: 2.1875rem;
    column-gap: 2.1875rem;
    padding-bottom: 1.25rem
}

.terms__image-block {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 47.625rem;
    flex: 0 1 47.625rem
}

.terms__image-ibg {
    padding-bottom: 73.8845144357%
}

.content-terms {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 22.5rem;
    flex: 0 0 22.5rem
}

.content-terms__list {
    margin-bottom: 2.5rem;
    max-width: 17.5625rem
}

.content-terms__item {
    display: flex;
    -webkit-column-gap: 0.625rem;
    -moz-column-gap: 0.625rem;
    column-gap: .625rem;
    -ms-flex-item-align: start;
    align-self: flex-start
}

.content-terms__item:not(:last-child), .info-after, .menu-footer__item:not(:last-child) {
    margin-bottom: 1.25rem
}

.content-terms__item p {
    margin-top: -.25rem
}

.spollers-faq__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    box-shadow: 0 .125rem .4375rem rgba(0, 0, 0, .12);
    padding: .6875rem
}

.spollers-faq__body, .spollers-faq__title._spoller-active {
    background: -o-linear-gradient(2.64deg, #cbe3e5 -1.98%, #f2dea3 102.92%)
}

.spollers-faq__item:not(:last-child) {
    margin-bottom: .9375rem
}

.spollers-faq__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1.25rem
}

.after__items, .item-after__image-box {
    display: -webkit-box;
    display: -ms-flexbox
}

.spollers-faq__title span {
    font-size: .625rem
}

.spollers-faq__title._spoller-active {
    font-weight: 600;
    background: linear-gradient(87.36deg, #cbe3e5 -1.98%, #f2dea3 102.92%);
    border-radius: 1.5625rem 1.5625rem 0 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.spollers-faq__title._spoller-active span {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.spollers-faq__body {
    line-height: 1.3333333333;
    padding-top: 1.375rem;
    padding-bottom: 2.5rem;
    background: linear-gradient(87.36deg, #cbe3e5 -1.98%, #f2dea3 102.92%);
    border-radius: 0 0 1.5625rem 1.5625rem
}

.after, .terms {
    background-color: #f0f0f0;
}

.after__title {
    line-height: 1.2;
    text-align: center
}

.after__items {
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-start;
    gap: 1.875rem
}

.item-after {
    border: .0625rem solid #e7e7e7;
    -webkit-box-shadow: 0 .125rem .4375rem rgba(0, 0, 0, .12);
    box-shadow: 0 .125rem .4375rem rgba(0, 0, 0, .12);
    border-radius: 1.5625rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 23.75rem;
    flex: 0 1 23.75rem;
    padding: .9375rem 1.25rem
}

.item-after__image-box {
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 6.25rem
}

.footer__body, .info-after__item {
    display: -webkit-box;
    display: -ms-flexbox
}

.item-after__image-box img {
    width: 150px
}

.item-after__text {
    text-align: center;
    line-height: 1
}

.item-after__text:not(:last-child), .phone-footer:not(:last-child) {
    margin-bottom: 1.875rem
}

.info-after__item {
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: .9375rem
}

.info-after__item:not(:last-child) {
    border-bottom: .0625rem solid #d9d9d9;
    padding-bottom: .9375rem;
    margin-bottom: .9375rem
}

.info-after__name {
    color: #777;
    line-height: 1
}

.footer {
    background-color: #333;
    color: #fff;
    border-radius: 1.5625rem 1.5625rem 0 0
}

.footer__body {
    display: flex;
    position: relative
}

.lang-footer, .phone-footer {
    display: -webkit-box;
    display: -ms-flexbox
}

.footer__logo-link {
    height: 2.25rem;
    padding: .5rem 1.25rem;
    background-color: #fff;
    border-radius: .9375rem;
    border: .0625rem solid #fff;
    color: #333;
    font-size: 1.0625rem;
    line-height: 1.1764705882;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.footer__btn-up {
    position: absolute;
    right: 0;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    width: 5rem;
    height: 5rem;
    background: -o-linear-gradient(2.64deg, #cbe3e5 -1.98%, #f2dea3 102.92%);
    background: linear-gradient(87.36deg, #cbe3e5 -1.98%, #f2dea3 102.92%);
    border-radius: 50%;
    color: #333;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s
}

.phone-footer {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.phone-footer__number {
    font-size: 1.875rem;
    line-height: 1.2
}

.phone-footer__number:not(:last-child) {
    margin-bottom: .9375rem
}

.lang-footer {
    display: flex;
    gap: .625rem
}

.lang-footer__link {
    font-size: 1rem;
    line-height: 1.1875;
    text-transform: uppercase;
    padding: .5rem .5625rem;
    border-radius: .625rem;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.bottom-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 1.25rem
}

@media (min-width: 61.99875em) {
    .intro-pic-not-calc__wrap {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

@media (min-width: 76.875em) {
    .select__title::after {
        font-size: .625rem
    }

    .popup__close {
        right: 3.125rem
    }

    .popup__body {
        padding-bottom: 8.75rem;
        padding-right: 3.125rem
    }

    .application__text:not(:last-child), .popup__title:not(:last-child) {
        margin-bottom: 2.5rem
    }

    .form-application__label {
        padding-left: 3.125rem;
        padding-right: 3.125rem;
        font-size: .875rem
    }

    .application-checkbox {
        padding-bottom: 2.5rem
    }

    .popup-story__body {
        padding-top: 4.6875rem;
        padding-bottom: 5.625rem
    }

    .calculator, .popup-map__body {
        padding-left: 1.875rem;
        padding-right: 1.875rem;
        padding-bottom: 1.875rem
    }

    .popup-map__title, .popup-story__title {
        margin-bottom: 1.5625rem
    }

    .popup-map__iframe {
        height: 28.125rem
    }

    .calculator {
        max-height: 33.75rem
    }

    .form-calculator__label {
        padding-left: .625rem;
        padding-right: .625rem;
        font-size: .875rem
    }

    .header {
        padding-top: 2.8125rem
    }

    .header__body {
        padding-top: 1.25rem
    }

    .intro-pic-calc, .intro-pic-not-calc__wrap, .intro__body {
        padding-top: 10.625rem
    }

    .content-intro__title {
        font-size: 3rem
    }

    .content-intro__item {
        font-size: 1.1875rem
    }

    .subcontent-intro {
        padding-top: 3.75rem
    }

    .subcontent-intro__title {
        font-size: 2.1875rem
    }

    .subcontent-intro__title span, .subcontent-intro__title_sm {
        font-size: 1.875rem
    }

    .subcontent-intro__title_sm span {
        font-size: 1.5625rem
    }

    .partners, .reviews, .terms, .why {
        padding-top: 6.25rem;
        padding-bottom: 6.25rem
    }

    .slider-partners__image {
        width: 10.9375rem;
        height: 4.375rem
    }

    .shem {
        padding-top: 3.5rem;
        padding-bottom: 5.375rem
    }

    .item-shem__num {
        font-size: .9375rem;
        padding: .9375rem 1.25rem
    }

    .why__items {
        -webkit-column-gap: 2.1875rem;
        -moz-column-gap: 2.1875rem;
        column-gap: 2.1875rem
    }

    .item-why {
        padding: 2.0625rem 3.9375rem;
        height: 7.8125rem
    }

    .item-why__icon {
        width: 3.875rem;
        top: .3125rem
    }

    .draw {
        padding-top: 5.625rem;
        padding-bottom: 4.5rem
    }

    .info-draw__title {
        font-size: 3.75rem
    }

    .clients {
        padding-top: 2.9375rem;
        padding-bottom: 2.25rem
    }

    .content-clients__all {
        font-size: 2.5rem
    }

    .items-clients__avatar {
        width: 6.6875rem;
        height: 6.6875rem
    }

    .terms__body {
        padding-top: 3.125rem;
        padding-right: 1.25rem;
        padding-left: 1.25rem
    }

    .faq {
        padding-bottom: 6.25rem
    }

    .spollers-faq__title {
        padding-left: 1.75rem;
        padding-right: 1.5625rem
    }

    .spollers-faq__title._spoller-active {
        padding-top: 2.125rem
    }

    .spollers-faq__title._spoller-active span {
        font-size: .875rem
    }

    .spollers-faq__body {
        padding-left: 1.75rem;
        padding-right: 2.5rem
    }

    .after {
        padding-top: 10.625rem;
        padding-bottom: 6.5625rem
    }

    .after__title {
        font-size: 1.5625rem;
        margin-bottom: 4.0625rem
    }

    .footer {
        padding-top: 4.6875rem;
        padding-bottom: 2.8125rem
    }

    .footer__btn-up {
        top: -7.1875rem
    }

    .content-footer {
        -webkit-column-gap: 10.625rem;
        -moz-column-gap: 10.625rem;
        column-gap: 10.625rem
    }

    .bottom-footer {
        padding-top: 10.3125rem
    }
}

@media (min-width: 120em) {
    .slider-arrow-prev {
        left: 16.25rem
    }

    .slider-arrow-next {
        right: 16.25rem
    }

    .form-calculator {
        -webkit-column-gap: 1.875rem;
        -moz-column-gap: 1.875rem;
        column-gap: 1.875rem
    }

    .header__wrap {
        -webkit-column-gap: 5rem;
        -moz-column-gap: 5rem;
        column-gap: 5rem
    }

    .intro-pic-not-calc__wrap {
        -webkit-column-gap: 5.625rem;
        -moz-column-gap: 5.625rem;
        column-gap: 5.625rem
    }

    .intro-pic-calc__wrap {
        -webkit-column-gap: 15.625rem;
        -moz-column-gap: 15.625rem;
        column-gap: 15.625rem
    }

    .clients__body {
        padding-left: 5.3125rem;
        padding-right: 5.3125rem
    }

    .footer__body {
        -webkit-column-gap: 18.75rem;
        -moz-column-gap: 18.75rem;
        column-gap: 18.75rem
    }
}

@media (max-width: 100em) {
    .intro-pic-calc__wrap {
        -webkit-column-gap: 3.125rem;
        -moz-column-gap: 3.125rem;
        column-gap: 3.125rem
    }
}

@media (max-width: 100em) and (max-width: 75em) {
    .intro-pic-calc__wrap {
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem
    }
}

@media (max-width: 62em) {
    .header__wrap {
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem
    }

    .intro-pic-not-calc__wrap {
        -webkit-column-gap: 0.9375rem;
        -moz-column-gap: 0.9375rem;
        column-gap: .9375rem
    }
}

@media (max-width: 48em) {
    .clients__body {
        padding-left: .0000000625rem;
        padding-right: .0000000625rem
    }

    .footer__body {
        -webkit-column-gap: 3.125rem;
        -moz-column-gap: 3.125rem;
        column-gap: 3.125rem
    }
}

@media (max-width: 30em) {
    .form-calculator {
        -webkit-column-gap: 0.625rem;
        -moz-column-gap: 0.625rem;
        column-gap: .625rem
    }
}

@media (max-width: 20em) {
    .select__title::after {
        font-size: .375rem
    }

    .popup__close {
        right: 1.5625rem
    }

    .popup__body {
        padding-bottom: 4.375rem;
        padding-right: 1.5625rem
    }

    .popup__title:not(:last-child) {
        margin-bottom: 1.5625rem
    }

    .application__text:not(:last-child) {
        margin-bottom: 1.25rem
    }

    .form-application__label, .form-calculator__label {
        padding-left: .3125rem;
        padding-right: .3125rem;
        font-size: .75rem
    }

    .calculator, .popup-map__body {
        padding-left: .625rem;
        padding-right: .625rem
    }

    .application-checkbox {
        padding-bottom: 1.5625rem
    }

    .popup-story__body {
        padding-top: 3.125rem;
        padding-bottom: 2.8125rem
    }

    .popup-map__title, .popup-story__title {
        margin-bottom: .9375rem
    }

    .popup-map__body {
        padding-bottom: .625rem
    }

    .popup-map__iframe {
        height: 18.75rem
    }

    .calculator {
        padding-bottom: 2.8125rem;
        max-height: 43.75rem
    }

    .header {
        padding-top: 1.25rem
    }

    .header__body {
        padding-top: .0000000625rem
    }

    .intro-pic-calc, .intro-pic-not-calc__wrap, .intro__body {
        padding-top: 6.25rem
    }

    .content-intro__title {
        font-size: 2.25rem
    }

    .content-intro__item {
        font-size: .875rem
    }

    .subcontent-intro {
        padding-top: .625rem
    }

    .subcontent-intro__title {
        font-size: 1.5rem
    }

    .subcontent-intro__title span, .subcontent-intro__title_sm, .subcontent-intro__title_sm span {
        font-size: 1.125rem
    }

    .partners, .reviews {
        padding-top: 3.125rem;
        padding-bottom: 3.125rem
    }

    .slider-partners__image {
        width: 5.625rem;
        height: 2.1875rem
    }

    .shem {
        padding-top: 3.25rem;
        padding-bottom: 2.8125rem
    }

    .item-shem__num {
        font-size: .8125rem;
        padding: .3125rem .6875rem
    }

    .why {
        padding-top: 5rem;
        padding-bottom: 5rem
    }

    .why__items {
        -webkit-column-gap: 0.625rem;
        -moz-column-gap: 0.625rem;
        column-gap: .625rem
    }

    .item-why {
        padding: .625rem .9375rem;
        height: 5rem
    }

    .spollers-faq__body, .spollers-faq__title, .terms__body {
        padding-left: .625rem;
        padding-right: .625rem
    }

    .item-why__icon {
        width: 1.875rem;
        top: -.9375rem
    }

    .draw {
        padding-top: 2.8125rem;
        padding-bottom: 2.625rem
    }

    .info-draw__title {
        font-size: 2.5rem
    }

    .clients {
        padding-top: 1.625rem;
        padding-bottom: 1.8125rem
    }

    .content-clients__all {
        font-size: 2.1875rem
    }

    .items-clients__avatar {
        width: 3.375rem;
        height: 3.375rem
    }

    .terms {
        padding-top: 5rem;
        padding-bottom: 2.1875rem
    }

    .spollers-faq__title._spoller-active, .terms__body {
        padding-top: .625rem
    }

    .faq {
        padding-bottom: 3.125rem
    }

    .spollers-faq__title._spoller-active span {
        font-size: .625rem
    }

    .after {
        padding-top: 6.25rem;
        padding-bottom: 3.75rem
    }

    .after__title {
        font-size: 1.25rem;
        margin-bottom: 1.875rem
    }

    .footer {
        padding-top: 5.625rem;
        padding-bottom: 9.375rem
    }

    .footer__btn-up {
        top: -8.125rem
    }

    .content-footer {
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem
    }

    .bottom-footer {
        padding-top: 3.4375rem
    }
}

@media (max-width: 85.5em) {
    .slider-arrow-prev {
        left: .625rem
    }

    .slider-arrow-next {
        right: .625rem
    }

    .intro-pic-calc__bg {
        background: 0 0
    }

    .intro-pic-calc__wrap {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

@media (max-width: 76.875em) {
    .slider-partners {
        max-width: 56.25rem;
        margin: 0 auto
    }

    .shem__body {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        row-gap: 1.875rem
    }

    .shem__btn {
        margin: 0 auto
    }
}

@media (max-width: 61.99875em) {
    .icon-menu-bg, .intro-pic-calc__image-box, .mobile {
        display: block
    }

    .intro-pic-not-calc__wrap, .menu__list, .why__body {
        -webkit-box-orient: vertical
    }

    .icon-menu-bg {
        background-color: #fff9dc;
        padding: .9375rem .625rem;
        border-radius: 50%;
        position: relative;
        z-index: 5
    }

    .menu__body, .menu__body::before {
        position: fixed;
        z-index: 3;
        width: 100%;
        left: -100%;
        background-color: #fff
    }

    .intro-pic-calc__counter, .reviews-slider-arrow-next, .reviews-slider-arrow-prev, .slider-arrow-next, .slider-arrow-prev, .subcontent-intro__text_pic, .subcontent-intro__title_pic {
        display: none
    }

    .header__burger {
        display: block;
        margin-bottom: 3.125rem
    }

    .menu__body {
        height: 100%;
        overflow: auto;
        -webkit-transition: left .3s;
        -o-transition: left .3s;
        transition: left .3s
    }

    .menu__body::before {
        content: "";
        top: 0;
        height: 5rem;
        -webkit-transition: left .3s;
        -o-transition: left .3s;
        transition: left .3s
    }

    .menu-open .menu__body, .menu-open .menu__body::before {
        left: 0
    }

    .menu__list {
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-top: 5rem;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .menu__link {
        font-weight: 500;
        font-size: 1.25rem
    }

    .icon-menu {
        display: block;
        position: relative;
        width: 1.875rem;
        height: 1.125rem;
        cursor: pointer;
        z-index: 5
    }

    .icon-menu span, .icon-menu::after, .icon-menu::before {
        content: "";
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
        right: 0;
        position: absolute;
        width: 100%;
        height: .125rem;
        background-color: #333
    }

    .icon-menu::before {
        top: 0
    }

    .icon-menu::after {
        bottom: 0
    }

    .icon-menu span {
        top: calc(50% - .0625rem)
    }

    .menu-open .icon-menu span {
        width: 0
    }

    .menu-open .icon-menu::before {
        top: calc(50% - .0625rem);
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

    .menu-open .icon-menu::after {
        bottom: calc(50% - .0625rem);
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    .intro__body {
        background: 0 0
    }

    .content-intro, .subcontent-intro {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
        flex: 1 1 50%
    }

    .intro-pic-not-calc__wrap {
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        text-align: center
    }

    .intro-pic-not-calc__pic {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto
    }

    .intro-pic-not-calc__image-ibg {
        margin: 0 auto;
        max-width: 45.625rem;
        padding-bottom: 39%;
        min-height: 12.5rem
    }

    .after__items, .bottom-footer, .intro-pic-calc__wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .intro-pic-calc__body {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        margin-bottom: 3.125rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 1.875rem
    }

    .intro-pic-calc__content {
        margin-bottom: 1.875rem;
        text-align: center
    }

    .intro-pic-calc__content .content-intro__text {
        text-align: left
    }

    .intro-pic-calc__subcontent, .intro-pic-calc__title {
        text-align: center
    }

    .intro-pic-calc__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .slider-partners {
        width: 100%
    }

    .slider-partners__slide {
        height: calc((100% - 30px) / 2);
        overflow: hidden
    }

    .why__body {
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media (max-width: 61.99875em) and (max-width: 20em) {
    .menu__body {
        top: 1.25rem
    }

    .intro-pic-not-calc__wrap {
        row-gap: 1.25rem
    }

    .slider-partners {
        height: 6.25rem
    }
}

@media (max-width: 47.99875em) {
    .intro__body, .shem__items {
        -ms-flex-direction: column
    }

    .content-clients, .content-intro, .content-terms__title, .faq__title, .info-draw__btn, .shem__title, .subcontent-intro__title {
        text-align: center
    }

    .header__logo-link {
        background-color: transparent;
        color: #333
    }

    .intro__body {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .content-intro, .subcontent-intro {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto
    }

    .counter-intro, .item-why {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .intro-pic-calc__body {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .clients__body, .draw__body, .draw__prize, .shem__items, .terms__body {
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical
    }

    .intro-pic-calc__subcontent {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        width: 100%;
        padding-top: 0
    }

    .shem__items {
        flex-direction: column;
        margin: 0 auto;
        position: relative;
        row-gap: 1.5625rem;
        z-index: 2
    }

    .shem__items::before {
        content: "";
        position: absolute;
        z-index: 1;
        width: .0625rem;
        height: 8.125rem;
        top: .625rem;
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #cbe3e5), to(#f2dea3));
        background-image: -o-linear-gradient(#cbe3e5 50%, #f2dea3 100%);
        background-image: linear-gradient(#cbe3e5 50%, #f2dea3 100%)
    }

    .item-shem__num {
        background-color: #d9e6df;
        border-radius: .9375rem;
        position: relative;
        z-index: 2
    }

    .draw__body, .terms__body {
        -ms-flex-direction: column;
        flex-direction: column
    }

    .draw__prize {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .draw__image-ibg {
        max-width: 43rem
    }

    .info-draw {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto
    }

    .info-draw__btn {
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 0
    }

    .item-reviews__text {
        background: -o-linear-gradient(2.64deg, #cbe3e5 -1.98%, #f2dea3 102.92%);
        background: linear-gradient(87.36deg, #cbe3e5 -1.98%, #f2dea3 102.92%)
    }

    .clients__body {
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        row-gap: 1.25rem
    }

    .items-clients {
        margin-left: 1.25rem
    }

    .terms__image-block {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        margin-bottom: 1.5625rem
    }

    .content-terms {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        width: 100%
    }

    .content-terms__list {
        max-width: 100%
    }

    .content-terms__btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 0 auto
    }

    .footer__logo-link {
        display: none
    }

    .content-footer {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-column-gap: 0.3125rem;
        -moz-column-gap: 0.3125rem;
        column-gap: .3125rem
    }

    .bottom-footer {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        row-gap: .625rem
    }
}

@media (max-width: 47.99875em) and (max-width: 20em) {
    .shem__items::before {
        left: 1.1875rem
    }

    .info-draw__btn {
        margin-top: 1.875rem
    }
}

@media (max-width: 29.99875em) {
    .phone-header {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        margin-right: .9375rem
    }

    .adress-header, .contract-header, .location-header {
        text-align: right;
        margin-right: .9375rem
    }

    .calculator__subtitle, .slider-partners {
        text-align: center
    }

    .form-calculator {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        row-gap: 1.5625rem
    }

    .form-calculator__input-box {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%
    }

    .menu__list {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        margin-right: .9375rem;
        padding: 0
    }

    .actions-header {
        margin-bottom: 1.25rem;
        margin-left: .9375rem;
        padding-top: 5rem;
        z-index: 1
    }

    .subcontent-intro__title span {
        padding: .3125rem .5rem
    }

    .partners__container {
        margin-right: -.9375rem
    }

    .slider-partners {
        margin: 0 auto
    }

    .item-shem {
        max-width: 16.25rem
    }

    .content-footer {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .lang-footer, .menu-footer {
        display: none
    }
}

@media (min-width: 20em) and (max-width: 76.875em) {
    @supports (font-size:clamp(0.375rem ,0.2870879121rem + 0.4395604396vw ,0.625rem)) {
        .select__title::after {
            font-size: clamp(.375rem, .2870879121rem + .4395604396vw, .625rem)
        }
    }@supports not (font-size:clamp(0.375rem ,0.2870879121rem + 0.4395604396vw ,0.625rem)) {
    .select__title::after {
        font-size: calc(.375rem + .25 * (100vw - 20rem) / 56.875)
    }
}@supports (right:clamp(1.5625rem ,1.0130494505rem + 2.7472527473vw ,3.125rem)) {
    .popup__close {
        right: clamp(1.5625rem, 1.0130494505rem + 2.7472527473vw, 3.125rem)
    }
}@supports not (right:clamp(1.5625rem ,1.0130494505rem + 2.7472527473vw ,3.125rem)) {
    .popup__close {
        right: calc(1.5625rem + 1.5625 * (100vw - 20rem) / 56.875)
    }
}@supports (padding-bottom:clamp(4.375rem ,2.8365384615rem + 7.6923076923vw ,8.75rem)) {
    .popup__body {
        padding-bottom: clamp(4.375rem, 2.8365384615rem + 7.6923076923vw, 8.75rem)
    }
}@supports not (padding-bottom:clamp(4.375rem ,2.8365384615rem + 7.6923076923vw ,8.75rem)) {
    .popup__body {
        padding-bottom: calc(4.375rem + 4.375 * (100vw - 20rem) / 56.875)
    }
}@supports (padding-right:clamp(1.5625rem ,1.0130494505rem + 2.7472527473vw ,3.125rem)) {
    .popup__body {
        padding-right: clamp(1.5625rem, 1.0130494505rem + 2.7472527473vw, 3.125rem)
    }
}@supports not (padding-right:clamp(1.5625rem ,1.0130494505rem + 2.7472527473vw ,3.125rem)) {
    .popup__body {
        padding-right: calc(1.5625rem + 1.5625 * (100vw - 20rem) / 56.875)
    }
}@supports (margin-bottom:clamp(1.5625rem ,1.2328296703rem + 1.6483516484vw ,2.5rem)) {
    .popup__title:not(:last-child) {
        margin-bottom: clamp(1.5625rem, 1.2328296703rem + 1.6483516484vw, 2.5rem)
    }
}@supports not (margin-bottom:clamp(1.5625rem ,1.2328296703rem + 1.6483516484vw ,2.5rem)) {
    .popup__title:not(:last-child) {
        margin-bottom: calc(1.5625rem + .9375 * (100vw - 20rem) / 56.875)
    }
}@supports (margin-bottom:clamp(1.25rem ,0.8104395604rem + 2.1978021978vw ,2.5rem)) {
    .application__text:not(:last-child) {
        margin-bottom: clamp(1.25rem, .8104395604rem + 2.1978021978vw, 2.5rem)
    }
}@supports not (margin-bottom:clamp(1.25rem ,0.8104395604rem + 2.1978021978vw ,2.5rem)) {
    .application__text:not(:last-child) {
        margin-bottom: calc(1.25rem + 1.25 * (100vw - 20rem) / 56.875)
    }
}@supports (padding-left:clamp(0.3125rem ,-0.676510989rem + 4.9450549451vw ,3.125rem)) {
    .form-application__label {
        padding-left: clamp(.3125rem, -.676510989rem + 4.9450549451vw, 3.125rem)
    }
}@supports not (padding-left:clamp(0.3125rem ,-0.676510989rem + 4.9450549451vw ,3.125rem)) {
    .form-application__label {
        padding-left: calc(.3125rem + 2.8125 * (100vw - 20rem) / 56.875)
    }
}@supports (padding-right:clamp(0.3125rem ,-0.676510989rem + 4.9450549451vw ,3.125rem)) {
    .form-application__label {
        padding-right: clamp(.3125rem, -.676510989rem + 4.9450549451vw, 3.125rem)
    }
}@supports not (padding-right:clamp(0.3125rem ,-0.676510989rem + 4.9450549451vw ,3.125rem)) {
    .form-application__label {
        padding-right: calc(.3125rem + 2.8125 * (100vw - 20rem) / 56.875)
    }
}@supports (padding-bottom:clamp(1.5625rem ,1.2328296703rem + 1.6483516484vw ,2.5rem)) {
    .application-checkbox {
        padding-bottom: clamp(1.5625rem, 1.2328296703rem + 1.6483516484vw, 2.5rem)
    }
}@supports not (padding-bottom:clamp(1.5625rem ,1.2328296703rem + 1.6483516484vw ,2.5rem)) {
    .application-checkbox {
        padding-bottom: calc(1.5625rem + .9375 * (100vw - 20rem) / 56.875)
    }
}@supports (padding-top:clamp(3.125rem ,2.5755494505rem + 2.7472527473vw ,4.6875rem)) {
    .popup-story__body {
        padding-top: clamp(3.125rem, 2.5755494505rem + 2.7472527473vw, 4.6875rem)
    }
}@supports not (padding-top:clamp(3.125rem ,2.5755494505rem + 2.7472527473vw ,4.6875rem)) {
    .popup-story__body {
        padding-top: calc(3.125rem + 1.5625 * (100vw - 20rem) / 56.875)
    }
}@supports (padding-bottom:clamp(2.8125rem ,1.823489011rem + 4.9450549451vw ,5.625rem)) {
    .popup-story__body {
        padding-bottom: clamp(2.8125rem, 1.823489011rem + 4.9450549451vw, 5.625rem)
    }
}@supports not (padding-bottom:clamp(2.8125rem ,1.823489011rem + 4.9450549451vw ,5.625rem)) {
    .popup-story__body {
        padding-bottom: calc(2.8125rem + 2.8125 * (100vw - 20rem) / 56.875)
    }
}@supports (padding-bottom:clamp(0.625rem ,0.1854395604rem + 2.1978021978vw ,1.875rem)) {
    .popup-map__body {
        padding-bottom: clamp(.625rem, .1854395604rem + 2.1978021978vw, 1.875rem)
    }
}@supports not (padding-bottom:clamp(0.625rem ,0.1854395604rem + 2.1978021978vw ,1.875rem)) {
    .popup-map__body {
        padding-bottom: calc(.625rem + 1.25 * (100vw - 20rem) / 56.875)
    }
}@supports (margin-bottom:clamp(0.9375rem ,0.7177197802rem + 1.0989010989vw ,1.5625rem)) {
    .popup-map__title, .popup-story__title {
        margin-bottom: clamp(.9375rem, .7177197802rem + 1.0989010989vw, 1.5625rem)
    }
}@supports not (margin-bottom:clamp(0.9375rem ,0.7177197802rem + 1.0989010989vw ,1.5625rem)) {
    .popup-map__title, .popup-story__title {
        margin-bottom: calc(.9375rem + .625 * (100vw - 20rem) / 56.875)
    }
}@supports (height:clamp(18.75rem ,15.4532967033rem + 16.4835164835vw ,28.125rem)) {
    .popup-map__iframe {
        height: clamp(18.75rem, 15.4532967033rem + 16.4835164835vw, 28.125rem)
    }
}@supports not (height:clamp(18.75rem ,15.4532967033rem + 16.4835164835vw ,28.125rem)) {
    .popup-map__iframe {
        height: calc(18.75rem + 9.375 * (100vw - 20rem) / 56.875)
    }
}@supports (padding-left:clamp(0.625rem ,0.1854395604rem + 2.1978021978vw ,1.875rem)) {
    .calculator, .popup-map__body {
        padding-left: clamp(.625rem, .1854395604rem + 2.1978021978vw, 1.875rem)
    }
}@supports not (padding-left:clamp(0.625rem ,0.1854395604rem + 2.1978021978vw ,1.875rem)) {
    .calculator, .popup-map__body {
        padding-left: calc(.625rem + 1.25 * (100vw - 20rem) / 56.875)
    }
}@supports (padding-right:clamp(0.625rem ,0.1854395604rem + 2.1978021978vw ,1.875rem)) {
    .calculator, .popup-map__body {
        padding-right: clamp(.625rem, .1854395604rem + 2.1978021978vw, 1.875rem)
    }
}@supports not (padding-right:clamp(0.625rem ,0.1854395604rem + 2.1978021978vw ,1.875rem)) {
    .calculator, .popup-map__body {
        padding-right: calc(.625rem + 1.25 * (100vw - 20rem) / 56.875)
    }
}@supports (padding-bottom:clamp(1.875rem ,3.1421703297rem + -1.6483516484vw ,2.8125rem)) {
    .calculator {
        padding-bottom: clamp(1.875rem, 3.1421703297rem + -1.6483516484vw, 2.8125rem)
    }
}@supports not (padding-bottom:clamp(1.875rem ,3.1421703297rem + -1.6483516484vw ,2.8125rem)) {
    .calculator {
        padding-bottom: calc(2.8125rem + -.9375 * (100vw - 20rem) / 56.875)
    }
}@supports (max-height:clamp(33.75rem ,47.2664835165rem + -17.5824175824vw ,43.75rem)) {
    .calculator {
        max-height: clamp(33.75rem, 47.2664835165rem + -17.5824175824vw, 43.75rem)
    }
}@supports not (max-height:clamp(33.75rem ,47.2664835165rem + -17.5824175824vw ,43.75rem)) {
    .calculator {
        max-height: calc(43.75rem + -10 * (100vw - 20rem) / 56.875)
    }
}@supports (padding-left:clamp(0.3125rem ,0.2026098901rem + 0.5494505495vw ,0.625rem)) {
    .form-calculator__label {
        padding-left: clamp(.3125rem, .2026098901rem + .5494505495vw, .625rem)
    }
}@supports not (padding-left:clamp(0.3125rem ,0.2026098901rem + 0.5494505495vw ,0.625rem)) {
    .form-calculator__label {
        padding-left: calc(.3125rem + .3125 * (100vw - 20rem) / 56.875)
    }
}@supports (padding-right:clamp(0.3125rem ,0.2026098901rem + 0.5494505495vw ,0.625rem)) {
    .form-calculator__label {
        padding-right: clamp(.3125rem, .2026098901rem + .5494505495vw, .625rem)
    }
}@supports not (padding-right:clamp(0.3125rem ,0.2026098901rem + 0.5494505495vw ,0.625rem)) {
    .form-calculator__label {
        padding-right: calc(.3125rem + .3125 * (100vw - 20rem) / 56.875)
    }
}@supports (font-size:clamp(0.75rem ,0.706043956rem + 0.2197802198vw ,0.875rem)) {
    .form-application__label, .form-calculator__label {
        font-size: clamp(.75rem, .706043956rem + .2197802198vw, .875rem)
    }
}@supports not (font-size:clamp(0.75rem ,0.706043956rem + 0.2197802198vw ,0.875rem)) {
    .form-application__label, .form-calculator__label {
        font-size: calc(.75rem + .125 * (100vw - 20rem) / 56.875)
    }
}@supports (padding-top:clamp(1.25rem ,0.7005494505rem + 2.7472527473vw ,2.8125rem)) {
    .header {
        padding-top: clamp(1.25rem, .7005494505rem + 2.7472527473vw, 2.8125rem)
    }
}@supports not (padding-top:clamp(1.25rem ,0.7005494505rem + 2.7472527473vw ,2.8125rem)) {
    .header {
        padding-top: calc(1.25rem + 1.5625 * (100vw - 20rem) / 56.875)
    }
}@supports (padding-top:clamp(0.0000000625rem ,-0.4395603551rem + 2.1978020879vw ,1.25rem)) {
    .header__body {
        padding-top: clamp(.0000000625rem, -.4395603551rem + 2.1978020879vw, 1.25rem)
    }
}@supports not (padding-top:clamp(0.0000000625rem ,-0.4395603551rem + 2.1978020879vw ,1.25rem)) {
    .header__body {
        padding-top: calc(.0000000625rem + 1.2499999375 * (100vw - 20rem) / 56.875)
    }
}@supports (font-size:clamp(2.25rem ,1.9862637363rem + 1.3186813187vw ,3rem)) {
    .content-intro__title {
        font-size: clamp(2.25rem, 1.9862637363rem + 1.3186813187vw, 3rem)
    }
}@supports not (font-size:clamp(2.25rem ,1.9862637363rem + 1.3186813187vw ,3rem)) {
    .content-intro__title {
        font-size: calc(2.25rem + .75 * (100vw - 20rem) / 56.875)
    }
}@supports (font-size:clamp(0.875rem ,0.7651098901rem + 0.5494505495vw ,1.1875rem)) {
    .content-intro__item {
        font-size: clamp(.875rem, .7651098901rem + .5494505495vw, 1.1875rem)
    }
}@supports not (font-size:clamp(0.875rem ,0.7651098901rem + 0.5494505495vw ,1.1875rem)) {
    .content-intro__item {
        font-size: calc(.875rem + .3125 * (100vw - 20rem) / 56.875)
    }
}@supports (padding-top:clamp(0.625rem ,-0.4739010989rem + 5.4945054945vw ,3.75rem)) {
    .subcontent-intro {
        padding-top: clamp(.625rem, -.4739010989rem + 5.4945054945vw, 3.75rem)
    }
}@supports not (padding-top:clamp(0.625rem ,-0.4739010989rem + 5.4945054945vw ,3.75rem)) {
    .subcontent-intro {
        padding-top: calc(.625rem + 3.125 * (100vw - 20rem) / 56.875)
    }
}@supports (font-size:clamp(1.5rem ,1.2582417582rem + 1.2087912088vw ,2.1875rem)) {
    .subcontent-intro__title {
        font-size: clamp(1.5rem, 1.2582417582rem + 1.2087912088vw, 2.1875rem)
    }
}@supports not (font-size:clamp(1.5rem ,1.2582417582rem + 1.2087912088vw ,2.1875rem)) {
    .subcontent-intro__title {
        font-size: calc(1.5rem + .6875 * (100vw - 20rem) / 56.875)
    }
}@supports (font-size:clamp(1.125rem ,0.8612637363rem + 1.3186813187vw ,1.875rem)) {
    .subcontent-intro__title span, .subcontent-intro__title_sm {
        font-size: clamp(1.125rem, .8612637363rem + 1.3186813187vw, 1.875rem)
    }
}@supports not (font-size:clamp(1.125rem ,0.8612637363rem + 1.3186813187vw ,1.875rem)) {
    .subcontent-intro__title span, .subcontent-intro__title_sm {
        font-size: calc(1.125rem + .75 * (100vw - 20rem) / 56.875)
    }
}@supports (font-size:clamp(1.125rem ,0.9711538462rem + 0.7692307692vw ,1.5625rem)) {
    .subcontent-intro__title_sm span {
        font-size: clamp(1.125rem, .9711538462rem + .7692307692vw, 1.5625rem)
    }
}@supports not (font-size:clamp(1.125rem ,0.9711538462rem + 0.7692307692vw ,1.5625rem)) {
    .subcontent-intro__title_sm span {
        font-size: calc(1.125rem + .4375 * (100vw - 20rem) / 56.875)
    }
}@supports (width:clamp(5.625rem ,3.7568681319rem + 9.3406593407vw ,10.9375rem)) {
    .slider-partners__image {
        width: clamp(5.625rem, 3.7568681319rem + 9.3406593407vw, 10.9375rem)
    }
}@supports not (width:clamp(5.625rem ,3.7568681319rem + 9.3406593407vw ,10.9375rem)) {
    .slider-partners__image {
        width: calc(5.625rem + 5.3125 * (100vw - 20rem) / 56.875)
    }
}@supports (height:clamp(2.1875rem ,1.4182692308rem + 3.8461538462vw ,4.375rem)) {
    .slider-partners__image {
        height: clamp(2.1875rem, 1.4182692308rem + 3.8461538462vw, 4.375rem)
    }
}@supports not (height:clamp(2.1875rem ,1.4182692308rem + 3.8461538462vw ,4.375rem)) {
    .slider-partners__image {
        height: calc(2.1875rem + 2.1875 * (100vw - 20rem) / 56.875)
    }
}@supports (padding-top:clamp(3.25rem ,3.1620879121rem + 0.4395604396vw ,3.5rem)) {
    .shem {
        padding-top: clamp(3.25rem, 3.1620879121rem + .4395604396vw, 3.5rem)
    }
}@supports not (padding-top:clamp(3.25rem ,3.1620879121rem + 0.4395604396vw ,3.5rem)) {
    .shem {
        padding-top: calc(3.25rem + .25 * (100vw - 20rem) / 56.875)
    }
}@supports (padding-bottom:clamp(2.8125rem ,1.9114010989rem + 4.5054945055vw ,5.375rem)) {
    .shem {
        padding-bottom: clamp(2.8125rem, 1.9114010989rem + 4.5054945055vw, 5.375rem)
    }
}@supports not (padding-bottom:clamp(2.8125rem ,1.9114010989rem + 4.5054945055vw ,5.375rem)) {
    .shem {
        padding-bottom: calc(2.8125rem + 2.5625 * (100vw - 20rem) / 56.875)
    }
}@supports (font-size:clamp(0.8125rem ,0.768543956rem + 0.2197802198vw ,0.9375rem)) {
    .item-shem__num {
        font-size: clamp(.8125rem, .768543956rem + .2197802198vw, .9375rem)
    }
}@supports not (font-size:clamp(0.8125rem ,0.768543956rem + 0.2197802198vw ,0.9375rem)) {
    .item-shem__num {
        font-size: calc(.8125rem + .125 * (100vw - 20rem) / 56.875)
    }
}@supports (padding-top:clamp(0.3125rem ,0.0927197802rem + 1.0989010989vw ,0.9375rem)) {
    .item-shem__num {
        padding-top: clamp(.3125rem, .0927197802rem + 1.0989010989vw, .9375rem)
    }
}@supports not (padding-top:clamp(0.3125rem ,0.0927197802rem + 1.0989010989vw ,0.9375rem)) {
    .item-shem__num {
        padding-top: calc(.3125rem + .625 * (100vw - 20rem) / 56.875)
    }
}@supports (padding-bottom:clamp(0.3125rem ,0.0927197802rem + 1.0989010989vw ,0.9375rem)) {
    .item-shem__num {
        padding-bottom: clamp(.3125rem, .0927197802rem + 1.0989010989vw, .9375rem)
    }
}@supports not (padding-bottom:clamp(0.3125rem ,0.0927197802rem + 1.0989010989vw ,0.9375rem)) {
    .item-shem__num {
        padding-bottom: calc(.3125rem + .625 * (100vw - 20rem) / 56.875)
    }
}@supports (padding-right:clamp(0.6875rem ,0.4896978022rem + 0.989010989vw ,1.25rem)) {
    .item-shem__num {
        padding-right: clamp(.6875rem, .4896978022rem + .989010989vw, 1.25rem)
    }
}@supports not (padding-right:clamp(0.6875rem ,0.4896978022rem + 0.989010989vw ,1.25rem)) {
    .item-shem__num {
        padding-right: calc(.6875rem + .5625 * (100vw - 20rem) / 56.875)
    }
}@supports (padding-left:clamp(0.6875rem ,0.4896978022rem + 0.989010989vw ,1.25rem)) {
    .item-shem__num {
        padding-left: clamp(.6875rem, .4896978022rem + .989010989vw, 1.25rem)
    }
}@supports not (padding-left:clamp(0.6875rem ,0.4896978022rem + 0.989010989vw ,1.25rem)) {
    .item-shem__num {
        padding-left: calc(.6875rem + .5625 * (100vw - 20rem) / 56.875)
    }
}@supports (padding-bottom:clamp(5rem ,4.5604395604rem + 2.1978021978vw ,6.25rem)) {
    .why {
        padding-bottom: clamp(5rem, 4.5604395604rem + 2.1978021978vw, 6.25rem)
    }
}@supports not (padding-bottom:clamp(5rem ,4.5604395604rem + 2.1978021978vw ,6.25rem)) {
    .why {
        padding-bottom: calc(5rem + 1.25 * (100vw - 20rem) / 56.875)
    }
}@supports ((-moz-column-gap:clamp(0.625rem ,0.0755494505rem + 2.7472527473vw ,2.1875rem)) or (column-gap:clamp(0.625rem ,0.0755494505rem + 2.7472527473vw ,2.1875rem))) {
    .why__items {
        -webkit-column-gap: clamp(0.625rem, 0.0755494505rem + 2.7472527473vw, 2.1875rem);
        -moz-column-gap: clamp(0.625rem, 0.0755494505rem + 2.7472527473vw, 2.1875rem);
        column-gap: clamp(.625rem, .0755494505rem + 2.7472527473vw, 2.1875rem)
    }
}@supports not ((-moz-column-gap:clamp(0.625rem ,0.0755494505rem + 2.7472527473vw ,2.1875rem)) or (column-gap:clamp(0.625rem ,0.0755494505rem + 2.7472527473vw ,2.1875rem))) {
    .why__items {
        -webkit-column-gap: calc(0.625rem + 1.5625 * (100vw - 20rem) / 56.875);
        -moz-column-gap: calc(0.625rem + 1.5625 * (100vw - 20rem) / 56.875);
        column-gap: calc(.625rem + 1.5625 * (100vw - 20rem) / 56.875)
    }
}@supports (padding-right:clamp(0.9375rem ,-0.1174450549rem + 5.2747252747vw ,3.9375rem)) {
    .item-why {
        padding-right: clamp(.9375rem, -.1174450549rem + 5.2747252747vw, 3.9375rem)
    }
}@supports not (padding-right:clamp(0.9375rem ,-0.1174450549rem + 5.2747252747vw ,3.9375rem)) {
    .item-why {
        padding-right: calc(.9375rem + 3 * (100vw - 20rem) / 56.875)
    }
}@supports (padding-left:clamp(0.9375rem ,-0.1174450549rem + 5.2747252747vw ,3.9375rem)) {
    .item-why {
        padding-left: clamp(.9375rem, -.1174450549rem + 5.2747252747vw, 3.9375rem)
    }
}@supports not (padding-left:clamp(0.9375rem ,-0.1174450549rem + 5.2747252747vw ,3.9375rem)) {
    .item-why {
        padding-left: calc(.9375rem + 3 * (100vw - 20rem) / 56.875)
    }
}@supports (padding-bottom:clamp(0.625rem ,0.1195054945rem + 2.5274725275vw ,2.0625rem)) {
    .item-why {
        padding-bottom: clamp(.625rem, .1195054945rem + 2.5274725275vw, 2.0625rem)
    }
}@supports not (padding-bottom:clamp(0.625rem ,0.1195054945rem + 2.5274725275vw ,2.0625rem)) {
    .item-why {
        padding-bottom: calc(.625rem + 1.4375 * (100vw - 20rem) / 56.875)
    }
}@supports (padding-top:clamp(0.625rem ,0.1195054945rem + 2.5274725275vw ,2.0625rem)) {
    .item-why {
        padding-top: clamp(.625rem, .1195054945rem + 2.5274725275vw, 2.0625rem)
    }
}@supports not (padding-top:clamp(0.625rem ,0.1195054945rem + 2.5274725275vw ,2.0625rem)) {
    .item-why {
        padding-top: calc(.625rem + 1.4375 * (100vw - 20rem) / 56.875)
    }
}@supports (height:clamp(5rem ,4.010989011rem + 4.9450549451vw ,7.8125rem)) {
    .item-why {
        height: clamp(5rem, 4.010989011rem + 4.9450549451vw, 7.8125rem)
    }
}@supports not (height:clamp(5rem ,4.010989011rem + 4.9450549451vw ,7.8125rem)) {
    .item-why {
        height: calc(5rem + 2.8125 * (100vw - 20rem) / 56.875)
    }
}@supports (width:clamp(1.875rem ,1.1717032967rem + 3.5164835165vw ,3.875rem)) {
    .item-why__icon {
        width: clamp(1.875rem, 1.1717032967rem + 3.5164835165vw, 3.875rem)
    }
}@supports not (width:clamp(1.875rem ,1.1717032967rem + 3.5164835165vw ,3.875rem)) {
    .item-why__icon {
        width: calc(1.875rem + 2 * (100vw - 20rem) / 56.875)
    }
}@supports (top:clamp(-0.9375rem ,-1.3770604396rem + 2.1978021978vw ,0.3125rem)) {
    .item-why__icon {
        top: clamp(-.9375rem, -1.3770604396rem + 2.1978021978vw, .3125rem)
    }
}@supports not (top:clamp(-0.9375rem ,-1.3770604396rem + 2.1978021978vw ,0.3125rem)) {
    .item-why__icon {
        top: calc(-.9375rem + 1.25 * (100vw - 20rem) / 56.875)
    }
}@supports (padding-top:clamp(2.8125rem ,1.823489011rem + 4.9450549451vw ,5.625rem)) {
    .draw {
        padding-top: clamp(2.8125rem, 1.823489011rem + 4.9450549451vw, 5.625rem)
    }
}@supports not (padding-top:clamp(2.8125rem ,1.823489011rem + 4.9450549451vw ,5.625rem)) {
    .draw {
        padding-top: calc(2.8125rem + 2.8125 * (100vw - 20rem) / 56.875)
    }
}@supports (padding-bottom:clamp(2.625rem ,1.9656593407rem + 3.2967032967vw ,4.5rem)) {
    .draw {
        padding-bottom: clamp(2.625rem, 1.9656593407rem + 3.2967032967vw, 4.5rem)
    }
}@supports not (padding-bottom:clamp(2.625rem ,1.9656593407rem + 3.2967032967vw ,4.5rem)) {
    .draw {
        padding-bottom: calc(2.625rem + 1.875 * (100vw - 20rem) / 56.875)
    }
}@supports (font-size:clamp(2.5rem ,2.0604395604rem + 2.1978021978vw ,3.75rem)) {
    .info-draw__title {
        font-size: clamp(2.5rem, 2.0604395604rem + 2.1978021978vw, 3.75rem)
    }
}@supports not (font-size:clamp(2.5rem ,2.0604395604rem + 2.1978021978vw ,3.75rem)) {
    .info-draw__title {
        font-size: calc(2.5rem + 1.25 * (100vw - 20rem) / 56.875)
    }
}@supports (padding-top:clamp(3.125rem ,2.0260989011rem + 5.4945054945vw ,6.25rem)) {
    .partners, .reviews {
        padding-top: clamp(3.125rem, 2.0260989011rem + 5.4945054945vw, 6.25rem)
    }
}@supports not (padding-top:clamp(3.125rem ,2.0260989011rem + 5.4945054945vw ,6.25rem)) {
    .partners, .reviews {
        padding-top: calc(3.125rem + 3.125 * (100vw - 20rem) / 56.875)
    }
}@supports (padding-top:clamp(1.625rem ,1.1634615385rem + 2.3076923077vw ,2.9375rem)) {
    .clients {
        padding-top: clamp(1.625rem, 1.1634615385rem + 2.3076923077vw, 2.9375rem)
    }
}@supports not (padding-top:clamp(1.625rem ,1.1634615385rem + 2.3076923077vw ,2.9375rem)) {
    .clients {
        padding-top: calc(1.625rem + 1.3125 * (100vw - 20rem) / 56.875)
    }
}@supports (padding-bottom:clamp(1.8125rem ,1.6586538462rem + 0.7692307692vw ,2.25rem)) {
    .clients {
        padding-bottom: clamp(1.8125rem, 1.6586538462rem + .7692307692vw, 2.25rem)
    }
}@supports not (padding-bottom:clamp(1.8125rem ,1.6586538462rem + 0.7692307692vw ,2.25rem)) {
    .clients {
        padding-bottom: calc(1.8125rem + .4375 * (100vw - 20rem) / 56.875)
    }
}@supports (font-size:clamp(2.1875rem ,2.0776098901rem + 0.5494505495vw ,2.5rem)) {
    .content-clients__all {
        font-size: clamp(2.1875rem, 2.0776098901rem + .5494505495vw, 2.5rem)
    }
}@supports not (font-size:clamp(2.1875rem ,2.0776098901rem + 0.5494505495vw ,2.5rem)) {
    .content-clients__all {
        font-size: calc(2.1875rem + .3125 * (100vw - 20rem) / 56.875)
    }
}@supports (width:clamp(3.375rem ,2.2101648352rem + 5.8241758242vw ,6.6875rem)) {
    .items-clients__avatar {
        width: clamp(3.375rem, 2.2101648352rem + 5.8241758242vw, 6.6875rem)
    }
}@supports not (width:clamp(3.375rem ,2.2101648352rem + 5.8241758242vw ,6.6875rem)) {
    .items-clients__avatar {
        width: calc(3.375rem + 3.3125 * (100vw - 20rem) / 56.875)
    }
}@supports (height:clamp(3.375rem ,2.2101648352rem + 5.8241758242vw ,6.6875rem)) {
    .items-clients__avatar {
        height: clamp(3.375rem, 2.2101648352rem + 5.8241758242vw, 6.6875rem)
    }
}@supports not (height:clamp(3.375rem ,2.2101648352rem + 5.8241758242vw ,6.6875rem)) {
    .items-clients__avatar {
        height: calc(3.375rem + 3.3125 * (100vw - 20rem) / 56.875)
    }
}@supports (padding-top:clamp(5rem ,4.5604395604rem + 2.1978021978vw ,6.25rem)) {
    .terms, .why {
        padding-top: clamp(5rem, 4.5604395604rem + 2.1978021978vw, 6.25rem)
    }
}@supports not (padding-top:clamp(5rem ,4.5604395604rem + 2.1978021978vw ,6.25rem)) {
    .terms, .why {
        padding-top: calc(5rem + 1.25 * (100vw - 20rem) / 56.875)
    }
}@supports (padding-bottom:clamp(2.1875rem ,0.7589285714rem + 7.1428571429vw ,6.25rem)) {
    .terms {
        padding-bottom: clamp(2.1875rem, .7589285714rem + 7.1428571429vw, 6.25rem)
    }
}@supports not (padding-bottom:clamp(2.1875rem ,0.7589285714rem + 7.1428571429vw ,6.25rem)) {
    .terms {
        padding-bottom: calc(2.1875rem + 4.0625 * (100vw - 20rem) / 56.875)
    }
}@supports (padding-top:clamp(0.625rem ,-0.2541208791rem + 4.3956043956vw ,3.125rem)) {
    .terms__body {
        padding-top: clamp(.625rem, -.2541208791rem + 4.3956043956vw, 3.125rem)
    }
}@supports not (padding-top:clamp(0.625rem ,-0.2541208791rem + 4.3956043956vw ,3.125rem)) {
    .terms__body {
        padding-top: calc(.625rem + 2.5 * (100vw - 20rem) / 56.875)
    }
}@supports (padding-right:clamp(0.625rem ,0.4052197802rem + 1.0989010989vw ,1.25rem)) {
    .terms__body {
        padding-right: clamp(.625rem, .4052197802rem + 1.0989010989vw, 1.25rem)
    }
}@supports not (padding-right:clamp(0.625rem ,0.4052197802rem + 1.0989010989vw ,1.25rem)) {
    .terms__body {
        padding-right: calc(.625rem + .625 * (100vw - 20rem) / 56.875)
    }
}@supports (padding-left:clamp(0.625rem ,0.4052197802rem + 1.0989010989vw ,1.25rem)) {
    .terms__body {
        padding-left: clamp(.625rem, .4052197802rem + 1.0989010989vw, 1.25rem)
    }
}@supports not (padding-left:clamp(0.625rem ,0.4052197802rem + 1.0989010989vw ,1.25rem)) {
    .terms__body {
        padding-left: calc(.625rem + .625 * (100vw - 20rem) / 56.875)
    }
}@supports (padding-bottom:clamp(3.125rem ,2.0260989011rem + 5.4945054945vw ,6.25rem)) {
    .faq, .partners, .reviews {
        padding-bottom: clamp(3.125rem, 2.0260989011rem + 5.4945054945vw, 6.25rem)
    }
}@supports not (padding-bottom:clamp(3.125rem ,2.0260989011rem + 5.4945054945vw ,6.25rem)) {
    .faq, .partners, .reviews {
        padding-bottom: calc(3.125rem + 3.125 * (100vw - 20rem) / 56.875)
    }
}@supports (padding-right:clamp(0.625rem ,0.2953296703rem + 1.6483516484vw ,1.5625rem)) {
    .spollers-faq__title {
        padding-right: clamp(.625rem, .2953296703rem + 1.6483516484vw, 1.5625rem)
    }
}@supports not (padding-right:clamp(0.625rem ,0.2953296703rem + 1.6483516484vw ,1.5625rem)) {
    .spollers-faq__title {
        padding-right: calc(.625rem + .9375 * (100vw - 20rem) / 56.875)
    }
}@supports (padding-top:clamp(0.625rem ,0.0975274725rem + 2.6373626374vw ,2.125rem)) {
    .spollers-faq__title._spoller-active {
        padding-top: clamp(.625rem, .0975274725rem + 2.6373626374vw, 2.125rem)
    }
}@supports not (padding-top:clamp(0.625rem ,0.0975274725rem + 2.6373626374vw ,2.125rem)) {
    .spollers-faq__title._spoller-active {
        padding-top: calc(.625rem + 1.5 * (100vw - 20rem) / 56.875)
    }
}@supports (font-size:clamp(0.625rem ,0.5370879121rem + 0.4395604396vw ,0.875rem)) {
    .spollers-faq__title._spoller-active span {
        font-size: clamp(.625rem, .5370879121rem + .4395604396vw, .875rem)
    }
}@supports not (font-size:clamp(0.625rem ,0.5370879121rem + 0.4395604396vw ,0.875rem)) {
    .spollers-faq__title._spoller-active span {
        font-size: calc(.625rem + .25 * (100vw - 20rem) / 56.875)
    }
}@supports (padding-left:clamp(0.625rem ,0.2293956044rem + 1.978021978vw ,1.75rem)) {
    .spollers-faq__body, .spollers-faq__title {
        padding-left: clamp(.625rem, .2293956044rem + 1.978021978vw, 1.75rem)
    }
}@supports not (padding-left:clamp(0.625rem ,0.2293956044rem + 1.978021978vw ,1.75rem)) {
    .spollers-faq__body, .spollers-faq__title {
        padding-left: calc(.625rem + 1.125 * (100vw - 20rem) / 56.875)
    }
}@supports (padding-right:clamp(0.625rem ,-0.0343406593rem + 3.2967032967vw ,2.5rem)) {
    .spollers-faq__body {
        padding-right: clamp(.625rem, -.0343406593rem + 3.2967032967vw, 2.5rem)
    }
}@supports not (padding-right:clamp(0.625rem ,-0.0343406593rem + 3.2967032967vw ,2.5rem)) {
    .spollers-faq__body {
        padding-right: calc(.625rem + 1.875 * (100vw - 20rem) / 56.875)
    }
}@supports (padding-top:clamp(6.25rem ,4.7115384615rem + 7.6923076923vw ,10.625rem)) {
    .after, .intro-pic-calc, .intro-pic-not-calc__wrap, .intro__body {
        padding-top: clamp(6.25rem, 4.7115384615rem + 7.6923076923vw, 10.625rem)
    }
}@supports not (padding-top:clamp(6.25rem ,4.7115384615rem + 7.6923076923vw ,10.625rem)) {
    .after, .intro-pic-calc, .intro-pic-not-calc__wrap, .intro__body {
        padding-top: calc(6.25rem + 4.375 * (100vw - 20rem) / 56.875)
    }
}@supports (padding-bottom:clamp(3.75rem ,2.760989011rem + 4.9450549451vw ,6.5625rem)) {
    .after {
        padding-bottom: clamp(3.75rem, 2.760989011rem + 4.9450549451vw, 6.5625rem)
    }
}@supports not (padding-bottom:clamp(3.75rem ,2.760989011rem + 4.9450549451vw ,6.5625rem)) {
    .after {
        padding-bottom: calc(3.75rem + 2.8125 * (100vw - 20rem) / 56.875)
    }
}@supports (font-size:clamp(1.25rem ,1.1401098901rem + 0.5494505495vw ,1.5625rem)) {
    .after__title {
        font-size: clamp(1.25rem, 1.1401098901rem + .5494505495vw, 1.5625rem)
    }
}@supports not (font-size:clamp(1.25rem ,1.1401098901rem + 0.5494505495vw ,1.5625rem)) {
    .after__title {
        font-size: calc(1.25rem + .3125 * (100vw - 20rem) / 56.875)
    }
}@supports (margin-bottom:clamp(1.875rem ,1.1057692308rem + 3.8461538462vw ,4.0625rem)) {
    .after__title {
        margin-bottom: clamp(1.875rem, 1.1057692308rem + 3.8461538462vw, 4.0625rem)
    }
}@supports not (margin-bottom:clamp(1.875rem ,1.1057692308rem + 3.8461538462vw ,4.0625rem)) {
    .after__title {
        margin-bottom: calc(1.875rem + 2.1875 * (100vw - 20rem) / 56.875)
    }
}@supports (padding-top:clamp(4.6875rem ,5.9546703297rem + -1.6483516484vw ,5.625rem)) {
    .footer {
        padding-top: clamp(4.6875rem, 5.9546703297rem + -1.6483516484vw, 5.625rem)
    }
}@supports not (padding-top:clamp(4.6875rem ,5.9546703297rem + -1.6483516484vw ,5.625rem)) {
    .footer {
        padding-top: calc(5.625rem + -.9375 * (100vw - 20rem) / 56.875)
    }
}@supports (padding-bottom:clamp(2.8125rem ,11.6826923077rem + -11.5384615385vw ,9.375rem)) {
    .footer {
        padding-bottom: clamp(2.8125rem, 11.6826923077rem + -11.5384615385vw, 9.375rem)
    }
}@supports not (padding-bottom:clamp(2.8125rem ,11.6826923077rem + -11.5384615385vw ,9.375rem)) {
    .footer {
        padding-bottom: calc(9.375rem + -6.5625 * (100vw - 20rem) / 56.875)
    }
}@supports (top:clamp(-8.125rem ,-8.4546703297rem + 1.6483516484vw ,-7.1875rem)) {
    .footer__btn-up {
        top: clamp(-8.125rem, -8.4546703297rem + 1.6483516484vw, -7.1875rem)
    }
}@supports not (top:clamp(-8.125rem ,-8.4546703297rem + 1.6483516484vw ,-7.1875rem)) {
    .footer__btn-up {
        top: calc(-8.125rem + .9375 * (100vw - 20rem) / 56.875)
    }
}@supports ((-moz-column-gap:clamp(1.25rem ,-2.0467032967rem + 16.4835164835vw ,10.625rem)) or (column-gap:clamp(1.25rem ,-2.0467032967rem + 16.4835164835vw ,10.625rem))) {
    .content-footer {
        -webkit-column-gap: clamp(1.25rem, -2.0467032967rem + 16.4835164835vw, 10.625rem);
        -moz-column-gap: clamp(1.25rem, -2.0467032967rem + 16.4835164835vw, 10.625rem);
        column-gap: clamp(1.25rem, -2.0467032967rem + 16.4835164835vw, 10.625rem)
    }
}@supports not ((-moz-column-gap:clamp(1.25rem ,-2.0467032967rem + 16.4835164835vw ,10.625rem)) or (column-gap:clamp(1.25rem ,-2.0467032967rem + 16.4835164835vw ,10.625rem))) {
    .content-footer {
        -webkit-column-gap: calc(1.25rem + 9.375 * (100vw - 20rem) / 56.875);
        -moz-column-gap: calc(1.25rem + 9.375 * (100vw - 20rem) / 56.875);
        column-gap: calc(1.25rem + 9.375 * (100vw - 20rem) / 56.875)
    }
}@supports (padding-top:clamp(3.4375rem ,1.0199175824rem + 12.0879120879vw ,10.3125rem)) {
    .bottom-footer {
        padding-top: clamp(3.4375rem, 1.0199175824rem + 12.0879120879vw, 10.3125rem)
    }
}@supports not (padding-top:clamp(3.4375rem ,1.0199175824rem + 12.0879120879vw ,10.3125rem)) {
    .bottom-footer {
        padding-top: calc(3.4375rem + 6.875 * (100vw - 20rem) / 56.875)
    }
}
}

@media (min-width: 85.5em) and (max-width: 120em) {
    @supports (left:clamp(0.625rem ,-38.097826087rem + 45.2898550725vw ,16.25rem)) {
        .slider-arrow-prev {
            left: clamp(.625rem, -38.097826087rem + 45.2898550725vw, 16.25rem)
        }
    }@supports not (left:clamp(0.625rem ,-38.097826087rem + 45.2898550725vw ,16.25rem)) {
    .slider-arrow-prev {
        left: calc(.625rem + 15.625 * (100vw - 85.5rem) / 34.5)
    }
}@supports (right:clamp(0.625rem ,-38.097826087rem + 45.2898550725vw ,16.25rem)) {
    .slider-arrow-next {
        right: clamp(.625rem, -38.097826087rem + 45.2898550725vw, 16.25rem)
    }
}@supports not (right:clamp(0.625rem ,-38.097826087rem + 45.2898550725vw ,16.25rem)) {
    .slider-arrow-next {
        right: calc(.625rem + 15.625 * (100vw - 85.5rem) / 34.5)
    }
}
}

@media (min-width: 30em) and (max-width: 120em) {
    @supports ((-moz-column-gap:clamp(0.625rem ,0.2083333333rem + 1.3888888889vw ,1.875rem)) or (column-gap:clamp(0.625rem ,0.2083333333rem + 1.3888888889vw ,1.875rem))) {
        .form-calculator {
            -webkit-column-gap: clamp(0.625rem, 0.2083333333rem + 1.3888888889vw, 1.875rem);
            -moz-column-gap: clamp(0.625rem, 0.2083333333rem + 1.3888888889vw, 1.875rem);
            column-gap: clamp(.625rem, .2083333333rem + 1.3888888889vw, 1.875rem)
        }
    }@supports not ((-moz-column-gap:clamp(0.625rem ,0.2083333333rem + 1.3888888889vw ,1.875rem)) or (column-gap:clamp(0.625rem ,0.2083333333rem + 1.3888888889vw ,1.875rem))) {
    .form-calculator {
        -webkit-column-gap: calc(0.625rem + 1.25 * (100vw - 30rem) / 90);
        -moz-column-gap: calc(0.625rem + 1.25 * (100vw - 30rem) / 90);
        column-gap: calc(.625rem + 1.25 * (100vw - 30rem) / 90)
    }
}
}

@media (min-width: 62em) and (max-width: 120em) {
    @supports ((-moz-column-gap:clamp(1.25rem ,-2.7586206897rem + 6.4655172414vw ,5rem)) or (column-gap:clamp(1.25rem ,-2.7586206897rem + 6.4655172414vw ,5rem))) {
        .header__wrap {
            -webkit-column-gap: clamp(1.25rem, -2.7586206897rem + 6.4655172414vw, 5rem);
            -moz-column-gap: clamp(1.25rem, -2.7586206897rem + 6.4655172414vw, 5rem);
            column-gap: clamp(1.25rem, -2.7586206897rem + 6.4655172414vw, 5rem)
        }
    }@supports not ((-moz-column-gap:clamp(1.25rem ,-2.7586206897rem + 6.4655172414vw ,5rem)) or (column-gap:clamp(1.25rem ,-2.7586206897rem + 6.4655172414vw ,5rem))) {
    .header__wrap {
        -webkit-column-gap: calc(1.25rem + 3.75 * (100vw - 62rem) / 58);
        -moz-column-gap: calc(1.25rem + 3.75 * (100vw - 62rem) / 58);
        column-gap: calc(1.25rem + 3.75 * (100vw - 62rem) / 58)
    }
}@supports ((-moz-column-gap:clamp(0.9375rem ,-4.0732758621rem + 8.0818965517vw ,5.625rem)) or (column-gap:clamp(0.9375rem ,-4.0732758621rem + 8.0818965517vw ,5.625rem))) {
    .intro-pic-not-calc__wrap {
        -webkit-column-gap: clamp(0.9375rem, -4.0732758621rem + 8.0818965517vw, 5.625rem);
        -moz-column-gap: clamp(0.9375rem, -4.0732758621rem + 8.0818965517vw, 5.625rem);
        column-gap: clamp(.9375rem, -4.0732758621rem + 8.0818965517vw, 5.625rem)
    }
}@supports not ((-moz-column-gap:clamp(0.9375rem ,-4.0732758621rem + 8.0818965517vw ,5.625rem)) or (column-gap:clamp(0.9375rem ,-4.0732758621rem + 8.0818965517vw ,5.625rem))) {
    .intro-pic-not-calc__wrap {
        -webkit-column-gap: calc(0.9375rem + 4.6875 * (100vw - 62rem) / 58);
        -moz-column-gap: calc(0.9375rem + 4.6875 * (100vw - 62rem) / 58);
        column-gap: calc(.9375rem + 4.6875 * (100vw - 62rem) / 58)
    }
}
}

@media (max-width: 61.99875em) and (min-width: 76.875em) {
    .menu__body {
        top: 2.8125rem
    }

    .intro-pic-not-calc__wrap {
        row-gap: 3.125rem
    }

    .slider-partners {
        height: 10.625rem
    }
}

@media (max-width: 61.99875em) and (min-width: 20em) and (max-width: 76.875em) {
    @supports (top:clamp(1.25rem ,0.7005494505rem + 2.7472527473vw ,2.8125rem)) {
        .menu__body {
            top: clamp(1.25rem, .7005494505rem + 2.7472527473vw, 2.8125rem)
        }
    }@supports not (top:clamp(1.25rem ,0.7005494505rem + 2.7472527473vw ,2.8125rem)) {
    .menu__body {
        top: calc(1.25rem + 1.5625 * (100vw - 20rem) / 56.875)
    }
}@supports (row-gap:clamp(1.25rem ,0.5906593407rem + 3.2967032967vw ,3.125rem)) {
    .intro-pic-not-calc__wrap {
        row-gap: clamp(1.25rem, .5906593407rem + 3.2967032967vw, 3.125rem)
    }
}@supports not (row-gap:clamp(1.25rem ,0.5906593407rem + 3.2967032967vw ,3.125rem)) {
    .intro-pic-not-calc__wrap {
        row-gap: calc(1.25rem + 1.875 * (100vw - 20rem) / 56.875)
    }
}@supports (height:clamp(6.25rem ,4.7115384615rem + 7.6923076923vw ,10.625rem)) {
    .slider-partners {
        height: clamp(6.25rem, 4.7115384615rem + 7.6923076923vw, 10.625rem)
    }
}@supports not (height:clamp(6.25rem ,4.7115384615rem + 7.6923076923vw ,10.625rem)) {
    .slider-partners {
        height: calc(6.25rem + 4.375 * (100vw - 20rem) / 56.875)
    }
}
}

@media (min-width: 100em) and (max-width: 120em) {
    @supports ((-moz-column-gap:clamp(3.125rem ,-59.375rem + 62.5vw ,15.625rem)) or (column-gap:clamp(3.125rem ,-59.375rem + 62.5vw ,15.625rem))) {
        .intro-pic-calc__wrap {
            -webkit-column-gap: clamp(3.125rem, -59.375rem + 62.5vw, 15.625rem);
            -moz-column-gap: clamp(3.125rem, -59.375rem + 62.5vw, 15.625rem);
            column-gap: clamp(3.125rem, -59.375rem + 62.5vw, 15.625rem)
        }
    }@supports not ((-moz-column-gap:clamp(3.125rem ,-59.375rem + 62.5vw ,15.625rem)) or (column-gap:clamp(3.125rem ,-59.375rem + 62.5vw ,15.625rem))) {
    .intro-pic-calc__wrap {
        -webkit-column-gap: calc(3.125rem + 12.5 * (100vw - 100rem) / 20);
        -moz-column-gap: calc(3.125rem + 12.5 * (100vw - 100rem) / 20);
        column-gap: calc(3.125rem + 12.5 * (100vw - 100rem) / 20)
    }
}
}

@media (max-width: 100em) and (min-width: 99.9375em) {
    .intro-pic-calc__wrap {
        -webkit-column-gap: 3.125rem;
        -moz-column-gap: 3.125rem;
        column-gap: 3.125rem
    }
}

@media (max-width: 100em) and (min-width: 75em) and (max-width: 99.9375em) {
    @supports ((-moz-column-gap:clamp(1.25rem ,-4.3890977444rem + 7.5187969925vw ,3.125rem)) or (column-gap:clamp(1.25rem ,-4.3890977444rem + 7.5187969925vw ,3.125rem))) {
        .intro-pic-calc__wrap {
            -webkit-column-gap: clamp(1.25rem, -4.3890977444rem + 7.5187969925vw, 3.125rem);
            -moz-column-gap: clamp(1.25rem, -4.3890977444rem + 7.5187969925vw, 3.125rem);
            column-gap: clamp(1.25rem, -4.3890977444rem + 7.5187969925vw, 3.125rem)
        }
    }@supports not ((-moz-column-gap:clamp(1.25rem ,-4.3890977444rem + 7.5187969925vw ,3.125rem)) or (column-gap:clamp(1.25rem ,-4.3890977444rem + 7.5187969925vw ,3.125rem))) {
    .intro-pic-calc__wrap {
        -webkit-column-gap: calc(1.25rem + 1.875 * (100vw - 75rem) / 24.9375);
        -moz-column-gap: calc(1.25rem + 1.875 * (100vw - 75rem) / 24.9375);
        column-gap: calc(1.25rem + 1.875 * (100vw - 75rem) / 24.9375)
    }
}
}

@media (max-width: 47.99875em) and (min-width: 76.875em) {
    .shem__items::before {
        left: 1.75rem
    }

    .info-draw__btn {
        margin-top: 3.125rem
    }
}

@media (max-width: 47.99875em) and (min-width: 20em) and (max-width: 76.875em) {
    @supports (left:clamp(1.1875rem ,0.9896978022rem + 0.989010989vw ,1.75rem)) {
        .shem__items::before {
            left: clamp(1.1875rem, .9896978022rem + .989010989vw, 1.75rem)
        }
    }@supports not (left:clamp(1.1875rem ,0.9896978022rem + 0.989010989vw ,1.75rem)) {
    .shem__items::before {
        left: calc(1.1875rem + .5625 * (100vw - 20rem) / 56.875)
    }
}@supports (margin-top:clamp(1.875rem ,1.4354395604rem + 2.1978021978vw ,3.125rem)) {
    .info-draw__btn {
        margin-top: clamp(1.875rem, 1.4354395604rem + 2.1978021978vw, 3.125rem)
    }
}@supports not (margin-top:clamp(1.875rem ,1.4354395604rem + 2.1978021978vw ,3.125rem)) {
    .info-draw__btn {
        margin-top: calc(1.875rem + 1.25 * (100vw - 20rem) / 56.875)
    }
}
}

@media (min-width: 48em) and (max-width: 120em) {
    @supports (padding-left:clamp(0.0000000625rem ,-3.5416665625rem + 7.3784721354vw ,5.3125rem)) {
        .clients__body {
            padding-left: clamp(.0000000625rem, -3.5416665625rem + 7.3784721354vw, 5.3125rem)
        }
    }@supports not (padding-left:clamp(0.0000000625rem ,-3.5416665625rem + 7.3784721354vw ,5.3125rem)) {
    .clients__body {
        padding-left: calc(.0000000625rem + 5.3124999375 * (100vw - 48rem) / 72)
    }
}@supports (padding-right:clamp(0.0000000625rem ,-3.5416665625rem + 7.3784721354vw ,5.3125rem)) {
    .clients__body {
        padding-right: clamp(.0000000625rem, -3.5416665625rem + 7.3784721354vw, 5.3125rem)
    }
}@supports not (padding-right:clamp(0.0000000625rem ,-3.5416665625rem + 7.3784721354vw ,5.3125rem)) {
    .clients__body {
        padding-right: calc(.0000000625rem + 5.3124999375 * (100vw - 48rem) / 72)
    }
}@supports ((-moz-column-gap:clamp(3.125rem ,-7.2916666667rem + 21.7013888889vw ,18.75rem)) or (column-gap:clamp(3.125rem ,-7.2916666667rem + 21.7013888889vw ,18.75rem))) {
    .footer__body {
        -webkit-column-gap: clamp(3.125rem, -7.2916666667rem + 21.7013888889vw, 18.75rem);
        -moz-column-gap: clamp(3.125rem, -7.2916666667rem + 21.7013888889vw, 18.75rem);
        column-gap: clamp(3.125rem, -7.2916666667rem + 21.7013888889vw, 18.75rem)
    }
}@supports not ((-moz-column-gap:clamp(3.125rem ,-7.2916666667rem + 21.7013888889vw ,18.75rem)) or (column-gap:clamp(3.125rem ,-7.2916666667rem + 21.7013888889vw ,18.75rem))) {
    .footer__body {
        -webkit-column-gap: calc(3.125rem + 15.625 * (100vw - 48rem) / 72);
        -moz-column-gap: calc(3.125rem + 15.625 * (100vw - 48rem) / 72);
        column-gap: calc(3.125rem + 15.625 * (100vw - 48rem) / 72)
    }
}
}

@media (any-hover: hover) {
    .select__option:hover {
        background: #d9d9d9;
        position: relative;
        z-index: 3
    }

    .popup__close:hover {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg)
    }

    .application-checkbox__link:hover, .bottom-footer__link:hover {
        text-decoration: none
    }

    .btn:hover {
        background-color: #799484;
        border: .0625rem solid #799484
    }

    .reviews-slider-arrow-next:hover, .reviews-slider-arrow-prev:hover, .slider-arrow-next:hover, .slider-arrow-prev:hover {
        background: -o-linear-gradient(2.64deg, #cbe3e5 -1.98%, #f2dea3 102.92%);
        background: linear-gradient(87.36deg, #cbe3e5 -1.98%, #f2dea3 102.92%)
    }

    .header__logo-link:hover {
        background-color: #fff;
        color: #333
    }

    .actions-header__link:hover, .footer__logo-link:hover {
        background-color: #333;
        color: #fff
    }

    .menu__link:hover::after {
        width: 100%
    }

    .items-clients__avatar:hover {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1)
    }

    .footer__btn-up:hover {
        color: #fff
    }

    .menu-footer__link:hover, .phone-footer__number:hover {
        text-decoration: underline
    }

    .lang-footer__link:hover {
        color: #333;
        background: -o-linear-gradient(2.64deg, #cbe3e5 -1.98%, #f2dea3 102.92%);
        background: linear-gradient(87.36deg, #cbe3e5 -1.98%, #f2dea3 102.92%)
    }
}

#sms {
    margin-top: 150px;
    position: inherit
}

#inn_check_block {
    margin-bottom: 4%;
    display: none
}

#inn_check_block #confirm_text {
    color: red
}

#confirm_text {
    line-height: 24px;
    width: 95%;
    padding-top: 15px
}

.error {
    display: none;
    font-size: 10px !important;
    line-height: 20px !important;
    color: red !important
}

ul.info-after__list {
    margin-bottom: 30px
}

.link-info {
    margin: 10px 0;
    text-align: center
}

.link-info a {
    text-decoration: underline;
    text-decoration-color: blue
}

.hidden {
    display: none !important
}