@charset "UTF-8";

@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;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

[class*=_icon-]:before {
    display: block
}

._icon-tg:before {
    content: "\e904";
    color: #fff
}

._icon-viber:before {
    content: "\e905";
    color: #fff
}

._icon-wh:before {
    content: "\e906";
    color: #fff
}

._icon-arr:before {
    content: "\e900"
}

._icon-close:before {
    content: "\e901"
}

._icon-line:before {
    content: "\e902"
}

._icon-phone:before {
    content: "\e903"
}

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

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

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

body {
    color: #262934;
    line-height: 1;
    font-family: "Tenor Sans";
    font-size: 1.125rem;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

button,
input,
textarea {
    font-family: "Tenor Sans";
    font-size: inherit
}

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

a {
    color: inherit;
    text-decoration: none
}

ul li {
    list-style: none
}

img {
    vertical-align: top
}

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

svg {
    height: 1em;
    width: 1em
}

svg path {
    stroke: inherit;
    fill: inherit
}

body {
    font-weight: 400;
    line-height: 150%
}

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

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

.wrapper>* {
    min-width: 0
}

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

.form {
    width: 486px
}

.form__input {
    height: 50px;
    margin-bottom: 15px
}

.form__button {
    width: 224px;
    height: 50px;
    background-color: #d5a45c;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.form__button:hover {
    background-color: #c18229;
    color: #fff
}

.form__error {
    color: #fff;
    margin-top: 10px
}

.form__textarea {
    margin-bottom: 15px;
    height: 80px
}

.button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 0 0;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: .05em;
    color: #262934
}

.button._fw {
    width: 100%
}

input[type=email],
input[type=tel],
input[type=text],
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.input {
    border-radius: 0 !important;
    width: 100%;
    display: block;
    padding: 0 20px;
    border: 1px solid #eee
}

textarea.input {
    resize: none;
    padding: 20px 20px
}

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

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

.popup {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 30px 10px;
    -webkit-transition: visibility .8s ease 0s;
    -o-transition: visibility .8s ease 0s;
    transition: visibility .8s ease 0s;
    visibility: hidden;
    pointer-events: none
}

.popup_show {
    z-index: 150;
    visibility: visible;
    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: -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;
    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 .5s ease 0s;
    transition: -webkit-transform .5s ease 0s;
    -o-transition: transform .5s ease 0s;
    transition: transform .5s ease 0s;
    transition: transform .5s ease 0s, -webkit-transform .5s ease 0s;
    background-color: #fff;
    padding: 20px;
    width: 100%;
    max-width: 810px;
    height: 625px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -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
}

.lock .popup__content {
    visibility: visible
}

.popup-title {
    font-size: 35px;
    line-height: 41px;
    margin-bottom: 40px
}

.popup__text {
    color: #d5a45c;
    margin-bottom: 60px
}

.popup__btn {
    width: 224px;
    height: 50px;
    background: #d5a45c;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: .05em;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.popup__btn:hover {
    background-color: #c18229;
    color: #fff
}

.popup__close {
    position: absolute;
    right: 25px;
    top: 20px;
    color: #d5a45c;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.popup__close:hover {
    color: #c18229
}

.spollers {
    display: -ms-grid;
    display: grid;
    gap: 15px
}

.spollers__item {
    font-size: 1.25rem
}

.spollers__title {
    width: 100%;
    cursor: default;
    text-align: left;
    border: 1px solid #eee;
    padding: .625rem .9375rem;
    border-radius: .3125rem;
    position: relative
}

._spoller-init .spollers__title {
    cursor: pointer
}

._spoller-init .spollers__title::after,
._spoller-init .spollers__title::before {
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    background-color: #000;
    height: 2px;
    width: 15px;
    -webkit-transition: -webkit-transform .5s ease 0s;
    transition: -webkit-transform .5s ease 0s;
    -o-transition: transform .5s ease 0s;
    transition: transform .5s ease 0s;
    transition: transform .5s ease 0s, -webkit-transform .5s ease 0s
}

._spoller-init .spollers__title::before {
    -webkit-transform: translate(-75%, -50%) rotate(40deg);
    -ms-transform: translate(-75%, -50%) rotate(40deg);
    transform: translate(-75%, -50%) rotate(40deg)
}

._spoller-init .spollers__title::after {
    -webkit-transform: translate(0, -50%) rotate(-40deg);
    -ms-transform: translate(0, -50%) rotate(-40deg);
    transform: translate(0, -50%) rotate(-40deg)
}

._spoller-init .spollers__title._spoller-active::before {
    -webkit-transform: translateX(-75%) rotate(-40deg);
    -ms-transform: translateX(-75%) rotate(-40deg);
    transform: translateX(-75%) rotate(-40deg)
}

._spoller-init .spollers__title._spoller-active::after {
    -webkit-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    transform: rotate(40deg)
}

.spollers__body {
    padding: 1.25rem;
    border-radius: .3125rem;
    border: 1px solid #eee
}

.tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.tabs__navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 486px
}

.tabs__title {
    text-align: left;
    padding: .625rem 1.25rem;
    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: 35px;
    height: 140px;
    font-size: 22px;
    line-height: 26px;
    letter-spacing: .05em;
    border-bottom: 1px solid rgba(38, 41, 52, .3215686275)
}

.tabs__title._tab-active {
    background: rgba(213, 164, 92, .2);
    border: 1px solid #d5a45c
}

.tabs__title._tab-active .tabs-mobile::before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.tabs__subtitle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    line-height: 16px;
    color: #d5a45c
}

.tabs__subtitle span {
    width: 32px
}

.tabs__subtitle span::before {
    font-size: 4px
}

.tabs__content {
    padding: .625rem .9375rem
}

.tabs__body-title {
    font-size: 26px;
    line-height: 30px;
    text-align: center;
    letter-spacing: .05em;
    margin-bottom: 30px
}

.tabs__body-text {
    margin-bottom: 50px
}

.tabs__body-img {
    max-width: 590px;
    width: 100%
}

.tabs-mobile {
    display: none;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

[class*=-ibg] {
    position: relative
}

[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
}

.title {
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.section-title {
    text-transform: uppercase
}

.swiper-button-prev::after {
    display: none
}

.swiper-button-next::after {
    display: none
}

.swiper-button-next,
.swiper-button-prev {
    color: #d5a45c !important;
    font-size: 6px;
    bottom: 10px;
    top: auto !important
}

.swiper-button-next {
    right: 20px !important
}

.swiper-button-prev {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    left: auto !important;
    right: 100px !important
}

.no-webp .header {
    background-image: url(../img/house.png)
}

.header {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 100vh
}

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

.header__bottom {
    height: calc(100% - 125px)
}

.header__bottom-container {
    position: relative;
    height: 100%
}

.header__list-item {
    line-height: 150%;
    color: #fff;
    position: absolute
}

.header__list-item::before {
    content: "";
    display: block;
    width: 190px;
    height: 10px;
    background-image: url(../img/line.svg);
    position: absolute;
    top: 14px
}

.header__list-item--1 {
    width: 196px;
    top: 37%;
    left: 55px;
    text-align: end
}

.header__list-item--1::before {
    right: -150px
}

.header__list-item--2 {
    width: 280px;
    bottom: 145px;
    left: 20%
}

.header__list-item--2::before {
    right: -90px;
    left: auto
}

.header__list-item--3 {
    width: 280px;
    top: 23%;
    right: 20px
}

.header__list-item--3::before {
    left: -90px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.header__list-item--4 {
    width: 320px;
    bottom: 150px;
    right: 20px
}

.header__list-item--4::before {
    left: -90px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px
}

.social__link {
    font-size: 14px;
    width: 30px;
    height: 30px;
    background-color: #d5a45c;
    border-radius: 50%;
    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;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.social__link:hover {
    background-color: #c18229
}

.social ._icon-tg::before {
    margin-right: 2px
}

.phone {
    text-align: right;
    -webkit-font-feature-settings: "pnum" on, "lnum" on;
    font-feature-settings: "pnum" on, "lnum" on;
    color: #d5a45c;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.phone:hover {
    color: #c18229
}

.phone span {
    color: #fff
}

.footer__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 90px;
    padding-bottom: 70px;
    gap: 80px
}

.footer-title {
    letter-spacing: .05em
}

.footer-subtitle {
    font-size: 22px;
    line-height: 26px;
    letter-spacing: .05em
}

.footer__col-l {
    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-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.footer__col-r {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 360px 285px;
    grid-template-columns: 360px 285px;
    row-gap: 30px
}

.footer-item__title {
    color: #d5a45c;
    margin-bottom: 15px
}

.footer-item__text {
    font-size: 26px;
    line-height: 30px;
    -webkit-font-feature-settings: "pnum" on, "lnum" on;
    font-feature-settings: "pnum" on, "lnum" on;
    color: #262934
}

.how__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.how__col {
    width: 50%;
    position: relative
}

.how__title {
    position: absolute;
    left: 0;
    bottom: 90%
}

.how__title::after {
    content: "";
    position: absolute;
    display: block;
    height: 1px;
    width: 70px;
    background: #d5a45c;
    top: 50%;
    left: 100%;
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%)
}

.how__list li {
    padding: 40px 0;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: .05em
}

.service {
    padding-top: 150px;
    padding-bottom: 130px
}

.about {
    position: relative
}

.about__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 2
}

.about__col {
    position: relative;
    z-index: 2
}

.about__col--l {
    width: 60%;
    padding-right: 30px
}

.about__col--r {
    width: 40%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.about__bg {
    position: absolute;
    width: 100%;
    height: 100%;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.about__bg--col {
    height: 100%
}

.about__bg--col-l {
    width: 60%;
    background: #3d486f
}

.no-webp .about__bg--col-r {
    background: url(../img/about-bg.png)
}

.about__bg--col-r {
    width: 40%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

.about__title {
    color: #d5a45c
}

.about__text {
    letter-spacing: .05em;
    color: #f9f9f9;
    max-width: 590px
}

.about-around {
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 320px;
    height: 320px;
    border: 3px solid #d5a45c;
    border-radius: 50%;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-animation: fade;
    animation: fade
}

.about-around__text {
    font-size: 16px;
    text-align: center;
    letter-spacing: .05em;
    color: #f9f9f9
}

.about-around__number {
    font-size: 120px;
    line-height: 140px;
    text-align: center;
    letter-spacing: .05em;
    color: #d5a45c
}

.princ {
    position: relative
}

.princ__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 2
}

.princ__title {
    color: #f9f9f9
}

.princ__col {
    position: relative;
    z-index: 2
}

.princ__col--l {
    width: 35%;
    padding-right: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.princ__col--r {
    width: 65%;
    display: -ms-grid;
    display: grid;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    padding-left: 20px
}

.princ__bg {
    position: absolute;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.princ__bg--col {
    height: 100%
}

.princ__bg--col-l {
    width: 37%;
    background: #3d486f
}

.princ__bg--col-r {
    width: 64%;
    background: #d5a45c
}

.princ__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;
    padding-top: 30px;
    padding-bottom: 25px;
    padding-right: 15px;
    padding-left: 15px;
    height: 230px
}

.princ__item-title {
    font-size: 26px;
    line-height: 30px;
    text-align: center;
    letter-spacing: .05em;
    margin-bottom: 20px
}

.princ__item-text {
    text-align: center
}

.princ__item-img {
    width: 50px;
    height: 50px
}

.princ__item:nth-child(1) {
    border-right: 1px solid #f9f9f9;
    border-bottom: 1px solid #f9f9f9
}

.princ__item:nth-child(4) {
    border-left: 1px solid #f9f9f9;
    border-top: 1px solid #f9f9f9;
    margin-left: -1px;
    margin-top: -2px
}

.realize-title {
    text-align: center
}

.realize__slider {
    height: 520px
}

.realize__slide {
    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-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 20px;
    height: 430px !important
}

.realize__slide img {
    max-width: 100%;
    height: 350px
}

.cost {
    position: relative
}

.cost__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 2
}

.cost__col {
    position: relative;
    z-index: 2
}

.cost__col--l {
    width: 55%;
    padding-right: 30px
}

.cost__col--r {
    width: 45%
}

.cost__bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.cost__bg--col {
    height: 100%
}

.cost__bg--col-l {
    width: 55%;
    background: #3d486f
}

.no-webp .cost__bg--col-r {
    background: url(../img/form-bg.png)
}

.cost__bg--col-r {
    width: 49%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover
}

.cost__title {
    color: #f9f9f9;
    text-transform: none;
    margin-bottom: 24px
}

.cost__subtitle {
    color: #d5a45c;
    margin-bottom: 70px
}

.about-around {
    -webkit-animation: fade 3s ease;
    animation: fade 3s ease
}

@-webkit-keyframes fade {
    0% {
        opacity: 0
    }

    50% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes fade {
    0% {
        opacity: 0
    }

    50% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.swiper {
    overflow: hidden
}

.swiper-wrapper {
    width: 100%;
    height: 100%;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative
}

.swiper-vertical .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.swiper-initialized .swiper-slide {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.swiper-android .swiper-slide,
.swiper-android .swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.swiper-button-lock {
    display: none !important
}

@font-face {
    font-family: swiper-icons;
    src: url("data:application/font-woff;charset=utf-8;base64, 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");
    font-weight: 400;
    font-style: normal
}

:root {
    --swiper-theme-color: #007aff
}

.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-vertical>.swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.swiper-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.swiper-pointer-events {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-pointer-events.swiper-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-slide {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
    height: auto
}

.swiper-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    -o-transition-property: transform, height;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform
}

.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
    -webkit-perspective: 1200px;
    perspective: 1200px
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, .15)
}

.swiper-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-css-mode>.swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start
}

.swiper-horizontal.swiper-css-mode>.swiper-wrapper {
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory
}

.swiper-vertical.swiper-css-mode>.swiper-wrapper {
    -ms-scroll-snap-type: y mandatory;
    scroll-snap-type: y mandatory
}

.swiper-centered>.swiper-wrapper::before {
    content: "";
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-ordinal-group: 10000;
    -ms-flex-order: 9999;
    order: 9999
}

.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
    -webkit-margin-start: var(--swiper-centered-offset-before);
    margin-inline-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-horizontal>.swiper-wrapper::before {
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after)
}

.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
    -webkit-margin-before: var(--swiper-centered-offset-before);
    margin-block-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-vertical>.swiper-wrapper::before {
    width: 100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after)
}

.swiper-centered>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: center center
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
    height: 1px;
    width: var(--swiper-virtual-size)
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
    width: 1px;
    height: var(--swiper-virtual-size)
}

:root {
    --swiper-navigation-size: 44px
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size)/ 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - var(--swiper-navigation-size)/ 2);
    z-index: 10;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
    line-height: 1
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: 10px;
    right: auto
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    content: "prev"
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: 10px;
    left: auto
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: "next"
}

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s opacity;
    -o-transition: .3s opacity;
    transition: .3s opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(.66);
    -ms-transform: scale(.66);
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(.66);
    -ms-transform: scale(.66);
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33)
}

.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
    display: inline-block;
    border-radius: 50%;
    background: var(--swiper-pagination-bullet-inactive-color, #000);
    opacity: var(--swiper-pagination-bullet-inactive-opacity, .2)
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet:only-child {
    display: none !important
}

.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
    display: block
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    -webkit-transition: .2s top, .2s -webkit-transform;
    transition: .2s top, .2s -webkit-transform;
    -o-transition: .2s transform, .2s top;
    transition: .2s transform, .2s top;
    transition: .2s transform, .2s top, .2s -webkit-transform
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px)
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: .2s left, .2s -webkit-transform;
    transition: .2s left, .2s -webkit-transform;
    -o-transition: .2s transform, .2s left;
    transition: .2s transform, .2s left;
    transition: .2s transform, .2s left, .2s -webkit-transform
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: .2s right, .2s -webkit-transform;
    transition: .2s right, .2s -webkit-transform;
    -o-transition: .2s transform, .2s right;
    transition: .2s transform, .2s right;
    transition: .2s transform, .2s right, .2s -webkit-transform
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, .25);
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top
}

.swiper-horizontal>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical>.swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1)
}

.swiper-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    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;
    text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s infinite linear;
    animation: swiper-preloader-spin 1s infinite linear;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.swiper .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-grid>.swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-grid-column>.swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-fade.swiper-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.swiper-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity
}

.swiper-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-cube {
    overflow: visible
}

.swiper-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-cube.swiper-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-next+.swiper-slide,
.swiper-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: .6;
    z-index: 0
}

.swiper-cube .swiper-cube-shadow:before {
    content: "";
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    -webkit-filter: blur(50px);
    filter: blur(50px)
}

.swiper-flip {
    overflow: visible
}

.swiper-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-creative .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    -webkit-transition-property: opacity, height, -webkit-transform;
    transition-property: opacity, height, -webkit-transform;
    -o-transition-property: transform, opacity, height;
    transition-property: transform, opacity, height;
    transition-property: transform, opacity, height, -webkit-transform
}

.swiper-cards {
    overflow: visible
}

.swiper-cards .swiper-slide {
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden
}

@font-face {
    font-family: swiper-icons;
    src: url("data:application/font-woff;charset=utf-8;base64, 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");
    font-weight: 400;
    font-style: normal
}

:root {
    --swiper-theme-color: #007aff
}

.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-vertical>.swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.swiper-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.swiper-pointer-events {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-pointer-events.swiper-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-slide {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
    height: auto
}

.swiper-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    -o-transition-property: transform, height;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform
}

.swiper-backface-hidden .swiper-slide {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
    -webkit-perspective: 1200px;
    perspective: 1200px
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, .15)
}

.swiper-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-css-mode>.swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start
}

.swiper-horizontal.swiper-css-mode>.swiper-wrapper {
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory
}

.swiper-vertical.swiper-css-mode>.swiper-wrapper {
    -ms-scroll-snap-type: y mandatory;
    scroll-snap-type: y mandatory
}

.swiper-centered>.swiper-wrapper::before {
    content: "";
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-ordinal-group: 10000;
    -ms-flex-order: 9999;
    order: 9999
}

.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
    -webkit-margin-start: var(--swiper-centered-offset-before);
    margin-inline-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-horizontal>.swiper-wrapper::before {
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after)
}

.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
    -webkit-margin-before: var(--swiper-centered-offset-before);
    margin-block-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-vertical>.swiper-wrapper::before {
    width: 100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after)
}

.swiper-centered>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: center center
}

@media (min-width:76.875em) {
    .popup__content {
        height: 39.0625rem
    }

    .popup-title {
        font-size: 2.1875rem
    }

    .popup-title {
        line-height: 2.5625rem
    }

    .popup-title {
        margin-bottom: 2.5rem
    }

    .popup__text {
        margin-bottom: 3.75rem
    }

    .tabs {
        margin-top: 3.125rem
    }

    .tabs {
        gap: 8.4375rem
    }

    .tabs__title {
        gap: 2.1875rem
    }

    .title {
        font-size: 5rem
    }

    .title {
        line-height: 5rem
    }

    .title img {
        width: 2rem
    }

    .title img {
        height: 3.625rem
    }

    .section-title {
        font-size: 2.1875rem
    }

    .section-title {
        line-height: 2.5625rem
    }

    .header__nav-container {
        padding-top: 2.875rem
    }

    .header__nav-container {
        padding-bottom: 2.875rem
    }

    .header__bottom {
        margin-top: 6.25rem
    }

    .phone {
        font-size: 1.75rem
    }

    .phone {
        -webkit-column-gap: 1.75rem;
        -moz-column-gap: 1.75rem;
        column-gap: 1.75rem
    }

    .footer__container {
        padding-top: 5.625rem
    }

    .footer__container {
        padding-bottom: 4.375rem
    }

    .footer__container {
        gap: 5rem
    }

    .footer-title {
        font-size: 2.1875rem
    }

    .footer-title {
        margin-bottom: 1.625rem
    }

    .footer-title {
        line-height: 2.5625rem
    }

    .footer__col-r {
        -webkit-column-gap: 2.5rem;
        -moz-column-gap: 2.5rem;
        column-gap: 2.5rem
    }

    .footer-item__text {
        font-size: 1.625rem
    }

    .footer-item__text {
        line-height: 1.875rem
    }

    .how__container {
        padding-top: 9.375rem
    }

    .how__container {
        padding-bottom: 9.375rem
    }

    .service {
        padding-top: 9.375rem
    }

    .service {
        padding-bottom: 8.125rem
    }

    .about__col--l {
        padding-top: 6.25rem
    }

    .about__col--l {
        padding-bottom: 6.25rem
    }

    .about__col--r {
        padding-top: 1.25rem
    }

    .about__col--r {
        padding-bottom: 1.25rem
    }

    .about__title {
        margin-bottom: 3.75rem
    }

    .about__text {
        font-size: 1.125rem
    }

    .about-around {
        width: 20rem
    }

    .about-around {
        height: 20rem
    }

    .about-around {
        font-size: 1.875rem
    }

    .princ__col--l {
        padding-top: 6.25rem
    }

    .princ__col--l {
        padding-bottom: 6.25rem
    }

    .princ__col--r {
        padding-top: 1.25rem
    }

    .princ__col--r {
        padding-bottom: 1.25rem
    }

    .realize__container {
        padding-top: 9.375rem
    }

    .realize__container {
        padding-bottom: 9.375rem
    }

    .realize-title {
        margin-bottom: 6.25rem
    }

    .cost__col--l {
        padding-top: 6.25rem
    }

    .cost__col--l {
        padding-bottom: 6.25rem
    }

    .cost__title {
        margin-bottom: 1.5rem
    }

    .cost__subtitle {
        margin-bottom: 4.375rem
    }
}

@media (max-width:1200px) {
    .footer__col-r {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr
    }

    .how__container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .how__col {
        width: 100%
    }

    .how__title {
        position: static;
        bottom: auto
    }

    .how__title::after {
        display: none
    }

    .princ__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0
    }

    .princ__title {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 0 25px;
        text-align: center
    }

    .princ__col--l {
        width: 100%;
        background-color: #3d486f;
        padding-right: 0
    }

    .princ__col--r {
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        background-color: #d5a45c;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        padding-left: 0;
        padding-bottom: 0
    }

    .princ__bg {
        display: none
    }

    .princ__bg--col-l {
        width: 100%
    }

    .princ__bg--col-r {
        width: 100%
    }

    .princ__item {
        border-bottom: 1px solid #f9f9f9;
        border-right: none;
        height: auto
    }
}

@media (max-width:992px) {
    .form {
        padding: 0 20px
    }

    .cost__container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0
    }

    .cost__col--l {
        width: 100%;
        background-color: #3d486f;
        padding-right: 0
    }

    .no-webp .cost__col--r {
        background: url(../img/form-bg.png)
    }

    .cost__col--r {
        width: 100%;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover
    }

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

    .cost__bg--col-l {
        width: 100%
    }

    .cost__bg--col-r {
        width: 100%
    }

    .cost__title {
        padding: 0 20px
    }

    .cost__subtitle {
        padding: 0 20px
    }
}

@media (max-width:992px) and (max-width:20em) {
    .cost__col--r {
        height: 20rem
    }
}

@media (max-width:978px) {
    .tabs {
        gap: 0
    }

    .tabs__navigation {
        width: 0
    }

    .tabs__title {
        width: 100%;
        margin-top: 30px
    }

    .tabs__subtitle {
        display: none
    }

    .tabs__content {
        padding: 0
    }

    .tabs__body-title {
        padding-top: 40px
    }

    .tabs__body-img {
        display: block;
        margin: 0 auto
    }

    .tabs__body {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .tabs-mobile {
        display: block;
        font-size: 6px;
        color: #d5a45c;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg)
    }

    .about__container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .about__col--l {
        width: 100%
    }

    .about__col--r {
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .about__bg {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .about__bg--col-l {
        width: 100%
    }

    .about__bg--col-r {
        width: 100%
    }

    .about__text {
        max-width: 100%
    }
}

@media (max-width:780px) {
    .footer__container {
        -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
    }

    .footer-subtitle {
        text-align: center
    }

    .footer__social {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 28px;
        margin-bottom: 50px
    }
}

@media (max-width:768px) {
    .header {
        height: auto;
        padding-bottom: 20px;
        background-position: 56% center
    }

    .header__title {
        margin-bottom: 50px
    }

    .header__bottom {
        height: calc(100% - 190px)
    }

    .header__list-item {
        position: relative;
        margin-bottom: 25px
    }

    .header__list-item--1 {
        top: -18%;
        right: 60px;
        left: auto;
        position: absolute
    }

    .header__list-item--1::before {
        right: -45px
    }

    .header__list-item--2 {
        top: auto;
        bottom: auto;
        right: auto;
        left: auto;
        margin-left: auto;
        margin-right: 45px
    }

    .header__list-item--2::before {
        right: -15px
    }

    .header__list-item--3 {
        top: auto;
        bottom: auto;
        right: auto;
        left: auto;
        margin-left: 45px;
        width: 260px;
    }

    .header__list-item--3::before {
        left: -45px
    }

    .header__list-item--4 {
        top: auto;
        bottom: auto;
        right: auto;
        left: auto;
        margin-right: 45px;
        margin-left: auto;
        width: 280px;
    }

    .header__list-item--4::before {
        right: -15px;
        left: auto;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0)
    }

    .social {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 15px
    }
}

@media (max-width:480px) {
    .form {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px
    }
}

@media (max-width:420px) {
    .realize__slider {
        height: 380px !important
    }

    .realize__slide {
        height: 320px !important
    }

    .realize__slide img {
        height: 260px
    }
}

@media (max-width:390px) {
    .tabs__title {
        padding: 10px 5px
    }
}

@media (max-width:20em) {
    .popup__content {
        height: 20.625rem
    }

    .popup-title {
        font-size: 1.625rem
    }

    .popup-title {
        line-height: 1.875rem
    }

    .popup-title {
        margin-bottom: 1.25rem
    }

    .popup__text {
        margin-bottom: 1.875rem
    }

    .tabs {
        margin-top: 1.875rem
    }

    .tabs {
        gap: 3.125rem
    }

    .tabs__title {
        gap: .625rem
    }

    .title {
        font-size: 3.125rem
    }

    .title {
        line-height: 3.125rem
    }

    .title img {
        width: 1.25rem
    }

    .title img {
        height: 2.25rem
    }

    .section-title {
        font-size: 1.5625rem
    }

    .section-title {
        line-height: 1.8125rem
    }

    .header__nav-container {
        padding-top: 2.1875rem
    }

    .header__nav-container {
        padding-bottom: 2.1875rem
    }

    .header__bottom {
        margin-top: 4.0625rem
    }

    .phone {
        font-size: 1.25rem
    }

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

    .footer__container {
        padding-top: 4.375rem
    }

    .footer__container {
        padding-bottom: 2.5rem
    }

    .footer__container {
        gap: 1.25rem
    }

    .footer-title {
        font-size: 1.5625rem
    }

    .footer-title {
        margin-bottom: 1.25rem
    }

    .footer-title {
        line-height: 1.8125rem
    }

    .footer__col-r {
        -webkit-column-gap: 1.875rem;
        -moz-column-gap: 1.875rem;
        column-gap: 1.875rem
    }

    .footer-item__text {
        font-size: 1.25rem
    }

    .footer-item__text {
        line-height: 1.5rem
    }

    .how__container {
        padding-top: 4.375rem
    }

    .how__container {
        padding-bottom: 4.375rem
    }

    .service {
        padding-top: 5.9375rem
    }

    .service {
        padding-bottom: 5.3125rem
    }

    .about__col--l {
        padding-top: 4.375rem
    }

    .about__col--l {
        padding-bottom: 8.125rem
    }

    .about__col--r {
        padding-top: 1.875rem
    }

    .about__col--r {
        padding-bottom: 4.375rem
    }

    .about__title {
        margin-bottom: 2.5rem
    }

    .about__text {
        font-size: .9375rem
    }

    .about-around {
        width: 18.75rem
    }

    .about-around {
        height: 18.75rem
    }

    .about-around {
        font-size: .625rem
    }

    .princ__col--l {
        padding-top: 4.375rem
    }

    .princ__col--l {
        padding-bottom: 3.75rem
    }

    .princ__col--r {
        padding-top: 1.875rem
    }

    .princ__col--r {
        padding-bottom: 4.375rem
    }

    .realize__container {
        padding-top: 4.375rem
    }

    .realize__container {
        padding-bottom: 4.375rem
    }

    .realize-title {
        margin-bottom: 2.5rem
    }

    .cost__col--l {
        padding-top: 4.375rem
    }

    .cost__col--l {
        padding-bottom: 3.75rem
    }

    .cost__title {
        margin-bottom: 1.25rem
    }

    .cost__subtitle {
        margin-bottom: 1.25rem
    }
}

@media (min-width:20em) and (max-width:76.875em) {
    @supports (height:clamp(20.625rem, 14.1414835165rem + 32.4175824176vw, 39.0625rem)) {
        .popup__content {
            height: clamp(20.625rem, 14.1414835165rem + 32.4175824176vw, 39.0625rem)
        }
    }

    @supports not (height:clamp(20.625rem, 14.1414835165rem + 32.4175824176vw, 39.0625rem)) {
        .popup__content {
            height: calc(20.625rem + 18.4375 * (100vw - 20rem)/ 56.875)
        }
    }

    @supports (font-size:clamp(1.625rem, 1.4271978022rem + 0.989010989vw, 2.1875rem)) {
        .popup-title {
            font-size: clamp(1.625rem, 1.4271978022rem + .989010989vw, 2.1875rem)
        }
    }

    @supports not (font-size:clamp(1.625rem, 1.4271978022rem + 0.989010989vw, 2.1875rem)) {
        .popup-title {
            font-size: calc(1.625rem + .5625 * (100vw - 20rem)/ 56.875)
        }
    }

    @supports (line-height:clamp(1.875rem, 1.6332417582rem + 1.2087912088vw, 2.5625rem)) {
        .popup-title {
            line-height: clamp(1.875rem, 1.6332417582rem + 1.2087912088vw, 2.5625rem)
        }
    }

    @supports not (line-height:clamp(1.875rem, 1.6332417582rem + 1.2087912088vw, 2.5625rem)) {
        .popup-title {
            line-height: calc(1.875rem + .6875 * (100vw - 20rem)/ 56.875)
        }
    }

    @supports (margin-bottom:clamp(1.25rem, 0.8104395604rem + 2.1978021978vw, 2.5rem)) {
        .popup-title {
            margin-bottom: clamp(1.25rem, .8104395604rem + 2.1978021978vw, 2.5rem)
        }
    }

    @supports not (margin-bottom:clamp(1.25rem, 0.8104395604rem + 2.1978021978vw, 2.5rem)) {
        .popup-title {
            margin-bottom: calc(1.25rem + 1.25 * (100vw - 20rem)/ 56.875)
        }
    }

    @supports (margin-bottom:clamp(1.875rem, 1.2156593407rem + 3.2967032967vw, 3.75rem)) {
        .popup__text {
            margin-bottom: clamp(1.875rem, 1.2156593407rem + 3.2967032967vw, 3.75rem)
        }
    }

    @supports not (margin-bottom:clamp(1.875rem, 1.2156593407rem + 3.2967032967vw, 3.75rem)) {
        .popup__text {
            margin-bottom: calc(1.875rem + 1.875 * (100vw - 20rem)/ 56.875)
        }
    }

    @supports (margin-top:clamp(1.875rem, 1.4354395604rem + 2.1978021978vw, 3.125rem)) {
        .tabs {
            margin-top: clamp(1.875rem, 1.4354395604rem + 2.1978021978vw, 3.125rem)
        }
    }

    @supports not (margin-top:clamp(1.875rem, 1.4354395604rem + 2.1978021978vw, 3.125rem)) {
        .tabs {
            margin-top: calc(1.875rem + 1.25 * (100vw - 20rem)/ 56.875)
        }
    }

    @supports (gap:clamp(3.125rem, 1.2568681319rem + 9.3406593407vw, 8.4375rem)) {
        .tabs {
            gap: clamp(3.125rem, 1.2568681319rem + 9.3406593407vw, 8.4375rem)
        }
    }

    @supports not (gap:clamp(3.125rem, 1.2568681319rem + 9.3406593407vw, 8.4375rem)) {
        .tabs {
            gap: calc(3.125rem + 5.3125 * (100vw - 20rem)/ 56.875)
        }
    }

    @supports (gap:clamp(0.625rem, 0.0755494505rem + 2.7472527473vw, 2.1875rem)) {
        .tabs__title {
            gap: clamp(.625rem, .0755494505rem + 2.7472527473vw, 2.1875rem)
        }
    }

    @supports not (gap:clamp(0.625rem, 0.0755494505rem + 2.7472527473vw, 2.1875rem)) {
        .tabs__title {
            gap: calc(.625rem + 1.5625 * (100vw - 20rem)/ 56.875)
        }
    }

    @supports (font-size:clamp(3.125rem, 2.4656593407rem + 3.2967032967vw, 5rem)) {
        .title {
            font-size: clamp(3.125rem, 2.4656593407rem + 3.2967032967vw, 5rem)
        }
    }

    @supports not (font-size:clamp(3.125rem, 2.4656593407rem + 3.2967032967vw, 5rem)) {
        .title {
            font-size: calc(3.125rem + 1.875 * (100vw - 20rem)/ 56.875)
        }
    }

    @supports (line-height:clamp(3.125rem, 2.4656593407rem + 3.2967032967vw, 5rem)) {
        .title {
            line-height: clamp(3.125rem, 2.4656593407rem + 3.2967032967vw, 5rem)
        }
    }

    @supports not (line-height:clamp(3.125rem, 2.4656593407rem + 3.2967032967vw, 5rem)) {
        .title {
            line-height: calc(3.125rem + 1.875 * (100vw - 20rem)/ 56.875)
        }
    }

    @supports (width:clamp(1.25rem, 0.9862637363rem + 1.3186813187vw, 2rem)) {
        .title img {
            width: clamp(1.25rem, .9862637363rem + 1.3186813187vw, 2rem)
        }
    }

    @supports not (width:clamp(1.25rem, 0.9862637363rem + 1.3186813187vw, 2rem)) {
        .title img {
            width: calc(1.25rem + .75 * (100vw - 20rem)/ 56.875)
        }
    }

    @supports (height:clamp(2.25rem, 1.7664835165rem + 2.4175824176vw, 3.625rem)) {
        .title img {
            height: clamp(2.25rem, 1.7664835165rem + 2.4175824176vw, 3.625rem)
        }
    }

    @supports not (height:clamp(2.25rem, 1.7664835165rem + 2.4175824176vw, 3.625rem)) {
        .title img {
            height: calc(2.25rem + 1.375 * (100vw - 20rem)/ 56.875)
        }
    }

    @supports (font-size:clamp(1.5625rem, 1.3427197802rem + 1.0989010989vw, 2.1875rem)) {
        .section-title {
            font-size: clamp(1.5625rem, 1.3427197802rem + 1.0989010989vw, 2.1875rem)
        }
    }

    @supports not (font-size:clamp(1.5625rem, 1.3427197802rem + 1.0989010989vw, 2.1875rem)) {
        .section-title {
            font-size: calc(1.5625rem + .625 * (100vw - 20rem)/ 56.875)
        }
    }

    @supports (line-height:clamp(1.8125rem, 1.5487637363rem + 1.3186813187vw, 2.5625rem)) {
        .section-title {
            line-height: clamp(1.8125rem, 1.5487637363rem + 1.3186813187vw, 2.5625rem)
        }
    }

    @supports not (line-height:clamp(1.8125rem, 1.5487637363rem + 1.3186813187vw, 2.5625rem)) {
        .section-title {
            line-height: calc(1.8125rem + .75 * (100vw - 20rem)/ 56.875)
        }
    }

    @supports (padding-top:clamp(2.1875rem, 1.9457417582rem + 1.2087912088vw, 2.875rem)) {
        .header__nav-container {
            padding-top: clamp(2.1875rem, 1.9457417582rem + 1.2087912088vw, 2.875rem)
        }
    }

    @supports not (padding-top:clamp(2.1875rem, 1.9457417582rem + 1.2087912088vw, 2.875rem)) {
        .header__nav-container {
            padding-top: calc(2.1875rem + .6875 * (100vw - 20rem)/ 56.875)
        }
    }

    @supports (padding-bottom:clamp(2.1875rem, 1.9457417582rem + 1.2087912088vw, 2.875rem)) {
        .header__nav-container {
            padding-bottom: clamp(2.1875rem, 1.9457417582rem + 1.2087912088vw, 2.875rem)
        }
    }

    @supports not (padding-bottom:clamp(2.1875rem, 1.9457417582rem + 1.2087912088vw, 2.875rem)) {
        .header__nav-container {
            padding-bottom: calc(2.1875rem + .6875 * (100vw - 20rem)/ 56.875)
        }
    }

    @supports (margin-top:clamp(4.0625rem, 3.2932692308rem + 3.8461538462vw, 6.25rem)) {
        .header__bottom {
            margin-top: clamp(4.0625rem, 3.2932692308rem + 3.8461538462vw, 6.25rem)
        }
    }

    @supports not (margin-top:clamp(4.0625rem, 3.2932692308rem + 3.8461538462vw, 6.25rem)) {
        .header__bottom {
            margin-top: calc(4.0625rem + 2.1875 * (100vw - 20rem)/ 56.875)
        }
    }

    @supports (font-size:clamp(1.25rem, 1.0741758242rem + 0.8791208791vw, 1.75rem)) {
        .phone {
            font-size: clamp(1.25rem, 1.0741758242rem + .8791208791vw, 1.75rem)
        }
    }

    @supports not (font-size:clamp(1.25rem, 1.0741758242rem + 0.8791208791vw, 1.75rem)) {
        .phone {
            font-size: calc(1.25rem + .5 * (100vw - 20rem)/ 56.875)
        }
    }

    @supports (line-height:clamp(1.4375rem, 1.2177197802rem + 1.0989010989vw, 2.0625rem)) {
        .phone {
            line-height: clamp(1.4375rem, 1.2177197802rem + 1.0989010989vw, 2.0625rem)
        }
    }

    @supports not (line-height:clamp(1.4375rem, 1.2177197802rem + 1.0989010989vw, 2.0625rem)) {
        .phone {
            line-height: calc(1.4375rem + .625 * (100vw - 20rem)/ 56.875)
        }
    }

    @supports ((-moz-column-gap:clamp(0.625rem, 0.2293956044rem + 1.978021978vw, 1.75rem)) or (column-gap:clamp(0.625rem, 0.2293956044rem + 1.978021978vw, 1.75rem))) {
        .phone {
            -webkit-column-gap: clamp(.625rem, .2293956044rem + 1.978021978vw, 1.75rem);
            -moz-column-gap: clamp(.625rem, .2293956044rem + 1.978021978vw, 1.75rem);
            column-gap: clamp(.625rem, .2293956044rem + 1.978021978vw, 1.75rem)
        }
    }

    @supports not ((-moz-column-gap:clamp(0.625rem, 0.2293956044rem + 1.978021978vw, 1.75rem)) or (column-gap:clamp(0.625rem, 0.2293956044rem + 1.978021978vw, 1.75rem))) {
        .phone {
            -webkit-column-gap: calc(.625rem + 1.125 * (100vw - 20rem)/ 56.875);
            -moz-column-gap: calc(.625rem + 1.125 * (100vw - 20rem)/ 56.875);
            column-gap: calc(.625rem + 1.125 * (100vw - 20rem)/ 56.875)
        }
    }

    @supports (padding-top:clamp(4.375rem, 3.9354395604rem + 2.1978021978vw, 5.625rem)) {
        .footer__container {
            padding-top: clamp(4.375rem, 3.9354395604rem + 2.1978021978vw, 5.625rem)
        }
    }

    @supports not (padding-top:clamp(4.375rem, 3.9354395604rem + 2.1978021978vw, 5.625rem)) {
        .footer__container {
            padding-top: calc(4.375rem + 1.25 * (100vw - 20rem)/ 56.875)
        }
    }

    @supports (padding-bottom:clamp(2.5rem, 1.8406593407rem + 3.2967032967vw, 4.375rem)) {
        .footer__container {
            padding-bottom: clamp(2.5rem, 1.8406593407rem + 3.2967032967vw, 4.375rem)
        }
    }

    @supports not (padding-bottom:clamp(2.5rem, 1.8406593407rem + 3.2967032967vw, 4.375rem)) {
        .footer__container {
            padding-bottom: calc(2.5rem + 1.875 * (100vw - 20rem)/ 56.875)
        }
    }

    @supports (gap:clamp(1.25rem, -0.0686813187rem + 6.5934065934vw, 5rem)) {
        .footer__container {
            gap: clamp(1.25rem, -.0686813187rem + 6.5934065934vw, 5rem)
        }
    }

    @supports not (gap:clamp(1.25rem, -0.0686813187rem + 6.5934065934vw, 5rem)) {
        .footer__container {
            gap: calc(1.25rem + 3.75 * (100vw - 20rem)/ 56.875)
        }
    }

    @supports (font-size:clamp(1.5625rem, 1.3427197802rem + 1.0989010989vw, 2.1875rem)) {
        .footer-title {
            font-size: clamp(1.5625rem, 1.3427197802rem + 1.0989010989vw, 2.1875rem)
        }
    }

    @supports not (font-size:clamp(1.5625rem, 1.3427197802rem + 1.0989010989vw, 2.1875rem)) {
        .footer-title {
            font-size: calc(1.5625rem + .625 * (100vw - 20rem)/ 56.875)
        }
    }

    @supports (margin-bottom:clamp(1.25rem, 1.1181318681rem + 0.6593406593vw, 1.625rem)) {
        .footer-title {
            margin-bottom: clamp(1.25rem, 1.1181318681rem + .6593406593vw, 1.625rem)
        }
    }

    @supports not (margin-bottom:clamp(1.25rem, 1.1181318681rem + 0.6593406593vw, 1.625rem)) {
        .footer-title {
            margin-bottom: calc(1.25rem + .375 * (100vw - 20rem)/ 56.875)
        }
    }

    @supports (line-height:clamp(1.8125rem, 1.5487637363rem + 1.3186813187vw, 2.5625rem)) {
        .footer-title {
            line-height: clamp(1.8125rem, 1.5487637363rem + 1.3186813187vw, 2.5625rem)
        }
    }

    @supports not (line-height:clamp(1.8125rem, 1.5487637363rem + 1.3186813187vw, 2.5625rem)) {
        .footer-title {
            line-height: calc(1.8125rem + .75 * (100vw - 20rem)/ 56.875)
        }
    }

    @supports ((-moz-column-gap:clamp(1.875rem, 1.6552197802rem + 1.0989010989vw, 2.5rem)) or (column-gap:clamp(1.875rem, 1.6552197802rem + 1.0989010989vw, 2.5rem))) {
        .footer__col-r {
            -webkit-column-gap: clamp(1.875rem, 1.6552197802rem + 1.0989010989vw, 2.5rem);
            -moz-column-gap: clamp(1.875rem, 1.6552197802rem + 1.0989010989vw, 2.5rem);
            column-gap: clamp(1.875rem, 1.6552197802rem + 1.0989010989vw, 2.5rem)
        }
    }

    @supports not ((-moz-column-gap:clamp(1.875rem, 1.6552197802rem + 1.0989010989vw, 2.5rem)) or (column-gap:clamp(1.875rem, 1.6552197802rem + 1.0989010989vw, 2.5rem))) {
        .footer__col-r {
            -webkit-column-gap: calc(1.875rem + .625 * (100vw - 20rem)/ 56.875);
            -moz-column-gap: calc(1.875rem + .625 * (100vw - 20rem)/ 56.875);
            column-gap: calc(1.875rem + .625 * (100vw - 20rem)/ 56.875)
        }
    }

    @supports (font-size:clamp(1.25rem, 1.1181318681rem + 0.6593406593vw, 1.625rem)) {
        .footer-item__text {
            font-size: clamp(1.25rem, 1.1181318681rem + .6593406593vw, 1.625rem)
        }
    }

    @supports not (font-size:clamp(1.25rem, 1.1181318681rem + 0.6593406593vw, 1.625rem)) {
        .footer-item__text {
            font-size: calc(1.25rem + .375 * (100vw - 20rem)/ 56.875)
        }
    }

    @supports (line-height:clamp(1.5rem, 1.3681318681rem + 0.6593406593vw, 1.875rem)) {
        .footer-item__text {
            line-height: clamp(1.5rem, 1.3681318681rem + .6593406593vw, 1.875rem)
        }
    }

    @supports not (line-height:clamp(1.5rem, 1.3681318681rem + 0.6593406593vw, 1.875rem)) {
        .footer-item__text {
            line-height: calc(1.5rem + .375 * (100vw - 20rem)/ 56.875)
        }
    }

    @supports (padding-top:clamp(4.375rem, 2.6167582418rem + 8.7912087912vw, 9.375rem)) {
        .how__container {
            padding-top: clamp(4.375rem, 2.6167582418rem + 8.7912087912vw, 9.375rem)
        }
    }

    @supports not (padding-top:clamp(4.375rem, 2.6167582418rem + 8.7912087912vw, 9.375rem)) {
        .how__container {
            padding-top: calc(4.375rem + 5 * (100vw - 20rem)/ 56.875)
        }
    }

    @supports (padding-bottom:clamp(4.375rem, 2.6167582418rem + 8.7912087912vw, 9.375rem)) {
        .how__container {
            padding-bottom: clamp(4.375rem, 2.6167582418rem + 8.7912087912vw, 9.375rem)
        }
    }

    @supports not (padding-bottom:clamp(4.375rem, 2.6167582418rem + 8.7912087912vw, 9.375rem)) {
        .how__container {
            padding-bottom: calc(4.375rem + 5 * (100vw - 20rem)/ 56.875)
        }
    }

    @supports (padding-top:clamp(5.9375rem, 4.7287087912rem + 6.043956044vw, 9.375rem)) {
        .service {
            padding-top: clamp(5.9375rem, 4.7287087912rem + 6.043956044vw, 9.375rem)
        }
    }

    @supports not (padding-top:clamp(5.9375rem, 4.7287087912rem + 6.043956044vw, 9.375rem)) {
        .service {
            padding-top: calc(5.9375rem + 3.4375 * (100vw - 20rem)/ 56.875)
        }
    }

    @supports (padding-bottom:clamp(5.3125rem, 4.323489011rem + 4.9450549451vw, 8.125rem)) {
        .service {
            padding-bottom: clamp(5.3125rem, 4.323489011rem + 4.9450549451vw, 8.125rem)
        }
    }

    @supports not (padding-bottom:clamp(5.3125rem, 4.323489011rem + 4.9450549451vw, 8.125rem)) {
        .service {
            padding-bottom: calc(5.3125rem + 2.8125 * (100vw - 20rem)/ 56.875)
        }
    }

    @supports (padding-top:clamp(4.375rem, 3.7156593407rem + 3.2967032967vw, 6.25rem)) {
        .about__col--l {
            padding-top: clamp(4.375rem, 3.7156593407rem + 3.2967032967vw, 6.25rem)
        }
    }

    @supports not (padding-top:clamp(4.375rem, 3.7156593407rem + 3.2967032967vw, 6.25rem)) {
        .about__col--l {
            padding-top: calc(4.375rem + 1.875 * (100vw - 20rem)/ 56.875)
        }
    }

    @supports (padding-bottom:clamp(6.25rem, 8.7843406593rem + -3.2967032967vw, 8.125rem)) {
        .about__col--l {
            padding-bottom: clamp(6.25rem, 8.7843406593rem + -3.2967032967vw, 8.125rem)
        }
    }

    @supports not (padding-bottom:clamp(6.25rem, 8.7843406593rem + -3.2967032967vw, 8.125rem)) {
        .about__col--l {
            padding-bottom: calc(8.125rem + -1.875 * (100vw - 20rem)/ 56.875)
        }
    }

    @supports (padding-top:clamp(1.25rem, 2.0947802198rem + -1.0989010989vw, 1.875rem)) {
        .about__col--r {
            padding-top: clamp(1.25rem, 2.0947802198rem + -1.0989010989vw, 1.875rem)
        }
    }

    @supports not (padding-top:clamp(1.25rem, 2.0947802198rem + -1.0989010989vw, 1.875rem)) {
        .about__col--r {
            padding-top: calc(1.875rem + -.625 * (100vw - 20rem)/ 56.875)
        }
    }

    @supports (padding-bottom:clamp(1.25rem, 5.4739010989rem + -5.4945054945vw, 4.375rem)) {
        .about__col--r {
            padding-bottom: clamp(1.25rem, 5.4739010989rem + -5.4945054945vw, 4.375rem)
        }
    }

    @supports not (padding-bottom:clamp(1.25rem, 5.4739010989rem + -5.4945054945vw, 4.375rem)) {
        .about__col--r {
            padding-bottom: calc(4.375rem + -3.125 * (100vw - 20rem)/ 56.875)
        }
    }

    @supports (margin-bottom:clamp(2.5rem, 2.0604395604rem + 2.1978021978vw, 3.75rem)) {
        .about__title {
            margin-bottom: clamp(2.5rem, 2.0604395604rem + 2.1978021978vw, 3.75rem)
        }
    }

    @supports not (margin-bottom:clamp(2.5rem, 2.0604395604rem + 2.1978021978vw, 3.75rem)) {
        .about__title {
            margin-bottom: calc(2.5rem + 1.25 * (100vw - 20rem)/ 56.875)
        }
    }

    @supports (font-size:clamp(0.9375rem, 0.8715659341rem + 0.3296703297vw, 1.125rem)) {
        .about__text {
            font-size: clamp(.9375rem, .8715659341rem + .3296703297vw, 1.125rem)
        }
    }

    @supports not (font-size:clamp(0.9375rem, 0.8715659341rem + 0.3296703297vw, 1.125rem)) {
        .about__text {
            font-size: calc(.9375rem + .1875 * (100vw - 20rem)/ 56.875)
        }
    }

    @supports (width:clamp(18.75rem, 18.3104395604rem + 2.1978021978vw, 20rem)) {
        .about-around {
            width: clamp(18.75rem, 18.3104395604rem + 2.1978021978vw, 20rem)
        }
    }

    @supports not (width:clamp(18.75rem, 18.3104395604rem + 2.1978021978vw, 20rem)) {
        .about-around {
            width: calc(18.75rem + 1.25 * (100vw - 20rem)/ 56.875)
        }
    }

    @supports (height:clamp(18.75rem, 18.3104395604rem + 2.1978021978vw, 20rem)) {
        .about-around {
            height: clamp(18.75rem, 18.3104395604rem + 2.1978021978vw, 20rem)
        }
    }

    @supports not (height:clamp(18.75rem, 18.3104395604rem + 2.1978021978vw, 20rem)) {
        .about-around {
            height: calc(18.75rem + 1.25 * (100vw - 20rem)/ 56.875)
        }
    }

    @supports (font-size:clamp(0.625rem, 0.1854395604rem + 2.1978021978vw, 1.875rem)) {
        .about-around {
            font-size: clamp(.625rem, .1854395604rem + 2.1978021978vw, 1.875rem)
        }
    }

    @supports not (font-size:clamp(0.625rem, 0.1854395604rem + 2.1978021978vw, 1.875rem)) {
        .about-around {
            font-size: calc(.625rem + 1.25 * (100vw - 20rem)/ 56.875)
        }
    }

    @supports (padding-top:clamp(4.375rem, 3.7156593407rem + 3.2967032967vw, 6.25rem)) {
        .princ__col--l {
            padding-top: clamp(4.375rem, 3.7156593407rem + 3.2967032967vw, 6.25rem)
        }
    }

    @supports not (padding-top:clamp(4.375rem, 3.7156593407rem + 3.2967032967vw, 6.25rem)) {
        .princ__col--l {
            padding-top: calc(4.375rem + 1.875 * (100vw - 20rem)/ 56.875)
        }
    }

    @supports (padding-bottom:clamp(3.75rem, 2.8708791209rem + 4.3956043956vw, 6.25rem)) {
        .princ__col--l {
            padding-bottom: clamp(3.75rem, 2.8708791209rem + 4.3956043956vw, 6.25rem)
        }
    }

    @supports not (padding-bottom:clamp(3.75rem, 2.8708791209rem + 4.3956043956vw, 6.25rem)) {
        .princ__col--l {
            padding-bottom: calc(3.75rem + 2.5 * (100vw - 20rem)/ 56.875)
        }
    }

    @supports (padding-top:clamp(1.25rem, 2.0947802198rem + -1.0989010989vw, 1.875rem)) {
        .princ__col--r {
            padding-top: clamp(1.25rem, 2.0947802198rem + -1.0989010989vw, 1.875rem)
        }
    }

    @supports not (padding-top:clamp(1.25rem, 2.0947802198rem + -1.0989010989vw, 1.875rem)) {
        .princ__col--r {
            padding-top: calc(1.875rem + -.625 * (100vw - 20rem)/ 56.875)
        }
    }

    @supports (padding-bottom:clamp(1.25rem, 5.4739010989rem + -5.4945054945vw, 4.375rem)) {
        .princ__col--r {
            padding-bottom: clamp(1.25rem, 5.4739010989rem + -5.4945054945vw, 4.375rem)
        }
    }

    @supports not (padding-bottom:clamp(1.25rem, 5.4739010989rem + -5.4945054945vw, 4.375rem)) {
        .princ__col--r {
            padding-bottom: calc(4.375rem + -3.125 * (100vw - 20rem)/ 56.875)
        }
    }

    @supports (padding-top:clamp(4.375rem, 2.6167582418rem + 8.7912087912vw, 9.375rem)) {
        .realize__container {
            padding-top: clamp(4.375rem, 2.6167582418rem + 8.7912087912vw, 9.375rem)
        }
    }

    @supports not (padding-top:clamp(4.375rem, 2.6167582418rem + 8.7912087912vw, 9.375rem)) {
        .realize__container {
            padding-top: calc(4.375rem + 5 * (100vw - 20rem)/ 56.875)
        }
    }

    @supports (padding-bottom:clamp(4.375rem, 2.6167582418rem + 8.7912087912vw, 9.375rem)) {
        .realize__container {
            padding-bottom: clamp(4.375rem, 2.6167582418rem + 8.7912087912vw, 9.375rem)
        }
    }

    @supports not (padding-bottom:clamp(4.375rem, 2.6167582418rem + 8.7912087912vw, 9.375rem)) {
        .realize__container {
            padding-bottom: calc(4.375rem + 5 * (100vw - 20rem)/ 56.875)
        }
    }

    @supports (margin-bottom:clamp(2.5rem, 1.1813186813rem + 6.5934065934vw, 6.25rem)) {
        .realize-title {
            margin-bottom: clamp(2.5rem, 1.1813186813rem + 6.5934065934vw, 6.25rem)
        }
    }

    @supports not (margin-bottom:clamp(2.5rem, 1.1813186813rem + 6.5934065934vw, 6.25rem)) {
        .realize-title {
            margin-bottom: calc(2.5rem + 3.75 * (100vw - 20rem)/ 56.875)
        }
    }

    @supports (padding-top:clamp(4.375rem, 3.7156593407rem + 3.2967032967vw, 6.25rem)) {
        .cost__col--l {
            padding-top: clamp(4.375rem, 3.7156593407rem + 3.2967032967vw, 6.25rem)
        }
    }

    @supports not (padding-top:clamp(4.375rem, 3.7156593407rem + 3.2967032967vw, 6.25rem)) {
        .cost__col--l {
            padding-top: calc(4.375rem + 1.875 * (100vw - 20rem)/ 56.875)
        }
    }

    @supports (padding-bottom:clamp(3.75rem, 2.8708791209rem + 4.3956043956vw, 6.25rem)) {
        .cost__col--l {
            padding-bottom: clamp(3.75rem, 2.8708791209rem + 4.3956043956vw, 6.25rem)
        }
    }

    @supports not (padding-bottom:clamp(3.75rem, 2.8708791209rem + 4.3956043956vw, 6.25rem)) {
        .cost__col--l {
            padding-bottom: calc(3.75rem + 2.5 * (100vw - 20rem)/ 56.875)
        }
    }

    @supports (margin-bottom:clamp(1.25rem, 1.1620879121rem + 0.4395604396vw, 1.5rem)) {
        .cost__title {
            margin-bottom: clamp(1.25rem, 1.1620879121rem + .4395604396vw, 1.5rem)
        }
    }

    @supports not (margin-bottom:clamp(1.25rem, 1.1620879121rem + 0.4395604396vw, 1.5rem)) {
        .cost__title {
            margin-bottom: calc(1.25rem + .25 * (100vw - 20rem)/ 56.875)
        }
    }

    @supports (margin-bottom:clamp(1.25rem, 0.1510989011rem + 5.4945054945vw, 4.375rem)) {
        .cost__subtitle {
            margin-bottom: clamp(1.25rem, .1510989011rem + 5.4945054945vw, 4.375rem)
        }
    }

    @supports not (margin-bottom:clamp(1.25rem, 0.1510989011rem + 5.4945054945vw, 4.375rem)) {
        .cost__subtitle {
            margin-bottom: calc(1.25rem + 3.125 * (100vw - 20rem)/ 56.875)
        }
    }
}

@media (max-width:992px) and (min-width:76.875em) {
    .cost__col--r {
        height: 30rem
    }
}

@media (max-width:992px) and (min-width:20em) and (max-width:76.875em) {
    @supports (height:clamp(20rem, 16.4835164835rem + 17.5824175824vw, 30rem)) {
        .cost__col--r {
            height: clamp(20rem, 16.4835164835rem + 17.5824175824vw, 30rem)
        }
    }

    @supports not (height:clamp(20rem, 16.4835164835rem + 17.5824175824vw, 30rem)) {
        .cost__col--r {
            height: calc(20rem + 10 * (100vw - 20rem)/ 56.875)
        }
    }
}

@media (max-height:660px) {
    .header {
        height: auto;
        padding-bottom: 20px;
        background-position: 56% center
    }

    .header__list-item {
        position: relative;
        margin-bottom: 25px
    }

    .header__list-item--2 {
        top: auto;
        bottom: auto;
        right: auto;
        left: auto;
        margin-left: auto;
        margin-right: 45px
    }

    .header__list-item--2::before {
        right: -15px
    }

    .header__list-item--3 {
        top: auto;
        bottom: auto;
        right: auto;
        left: auto;
        margin-left: 45px;

    }

    .header__list-item--3::before {
        left: -45px
    }

    .header__list-item--4 {
        top: auto;
        bottom: auto;
        right: auto;
        left: auto;
        margin-right: 45px;
        margin-left: auto
    }

    .header__list-item--4::before {
        right: -15px;
        left: auto;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0)
    }
}

.webp .header {
    background-image: url(../img/house.webp)
}

.webp .about__bg--col-r {
    background: url(../img/about-bg.webp)
}

.webp .cost__bg--col-r {
    background: url(../img/form-bg.webp)
}

@media (max-width:992px) {
    .webp .cost__col--r {
        background: url(../img/form-bg.webp)
    }
}

.webp .cost__bg--col-r {
    background: url(../img/form-bg.webp);
    background-size: cover;
}

.webp .about__bg--col-r {
    background: url(../img/about-bg.webp);
    background-size: cover;
}

.about-around {
    width: 320px;
    height: 320px;
    padding-left: 20px;
    padding-right: 20px;
}

@media(max-width:768px) {
    .tabs {
        gap: 0;
    }
}

@media(max-width:768px) {
    .about-around {
        width: 290px;
        height: 290px;
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
        padding-top: 10px;
    }

    .about-around__number {
        font-size: 80px;
    }
}