/* #region fonts */
@font-face {
    font-family: "Barlow";
    src: url(../fonts/Barlow-Regular.ttf) format("opentype");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Barlow";
    src: url(../fonts/Barlow-Medium.ttf) format("opentype");
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Barlow";
    src: url(../fonts/Barlow-SemiBold.ttf) format("opentype");
    font-weight: 600;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Lora";
    src: url(../fonts/Lora-Regular.ttf) format("opentype");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Lora";
    src: url(../fonts/Lora-Medium.ttf) format("opentype");
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Lora";
    src: url(../fonts/Lora-SemiBold.ttf) format("opentype");
    font-weight: 600;
    font-style: normal;
    font-display: swap
}
/* #endregion fonts */

/* #region nullstyle */
* {
    padding: 0;
    margin: 0;
    border: 0
}

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

html,
body {
    height: 100%;
    width: 100%;
    line-height: 1;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

nav,
footer,
header,
aside {
    display: block
}

input,
button,
textarea {
    font-family: inherit
}

input::-ms-clear {
    display: none
}

img,
video {
    max-width: 100%;
    width: 100%;
    height: auto;
    display: block
}

button {
    background-color: rgba(0, 0, 0, 0);
    cursor: pointer
}

button[disabled] {
    cursor: default
}

sup {
    font-size: 60%;
    line-height: 0
}

picture {
    display: block
}

/* #endregion nullstyle */

/* #region base */
html {
    font-family: "Barlow", sans-serif;
    font-weight: 400
}

body {
    background-color: #fff;
    color: #3d3d3d;
    display: flex;
    flex-direction: column
}

body.overflow-hidden {
    overflow: hidden
}

main {
    flex: 1
}

section {
    padding: 60px 0;
}

section h2 {
    font-family: "Lora";
    font-size: 34px;
    font-style: normal;
    font-weight: 500;
    line-height: 50px;
    text-transform: uppercase;
    margin-bottom: 24px
}

.content {
    min-width: 360px;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 0 16px
}

.content--small {
    max-width: 1000px;
}

@media(min-width: 1024px) {
    section h2 {
        font-size: 48px;
        line-height: 60px
    }

    section+section {
        margin-top: 0
    }
}

@media (min-width: 1300px) {
    section h2 {
        font-size: 50px;
        line-height: 80px;
    }
}
/* #endregion base */

/* #region elements */
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.position-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

@keyframes lds-ring {
    0% {
        transform: translate(-50%, -50%) rotate(0deg)
    }

    100% {
        transform: translate(-50%, -50%) rotate(360deg)
    }
}

.btn {
    align-items: center;
    color: inherit;
    display: flex;
    justify-content: center;
    padding: 24px 12px;
    position: relative
}

.btn:disabled {
    opacity: .7
}

.btn--accent {
    background-color: #927971;
    color: #fff;
    font-family: "Lora";
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 2.4px;
    text-transform: uppercase
}

.btn__loading {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    display: none
}

.btn__loading img {
    animation: lds-ring 1.2s linear infinite;
    width: 35px;
    height: 35px;
}

.btn--loading .btn__loading {
    display: block
}

.btn--loading span {
    opacity: 0
}

a.btn {
    display: inline-flex;
    text-decoration: none
}

.iti {
    width: 100%;
}

.iti__selected-dial-code {
    font-family: "Lora";
}

.form-input {
    padding: 24px 12px;
    border: 1px solid #927971;
    border-radius: 0;
    width: 100%;
    font-family: "Lora";
    font-size: 12px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 1.5px;
    outline: none;
}

.form-input--success {
    border-color: green;
}

.form-input--error {
    border-color: red
}

.form-policy {
    color: #cbc8c3;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px
}

.c-nav {
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.60);
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.12);
    width: 44px;
    height: 44px;
    position: absolute;
    top: 50%;
    z-index: 10;
    transform: translateY(-50%);
}

.c-nav:disabled {
    background-color: rgba(255, 255, 255, .4)
}

.c-nav img {
    width: 20px;
    height: 20px;
}

.c-nav--prev {
    left: 0;
}

.c-nav--next {
    right: 0;
}

.y-video {
    position: relative;
}

.y-video__base-pic {
    opacity: 0;
}

.y-video__loader, .y-video__iframe, .y-video__iframe iframe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 5;
}

.y-video__loader img {
    animation: lds-ring 1.2s linear infinite;
    width: 50px;
    height: 50px;
}

.y-video__iframe {
    z-index: 6;
}

.y-video__iframe iframe {
    width: 100%;
    height: 100%;
    z-index: 7;
}

@media (min-width: 1024px) {
    .form-input {
        font-size: 16px;
    }
}

/* #endregion elements */

/* #region .header */
.header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 100;
    height: 70px;
    transition: top 300ms ease-in-out;
}

.header .content {
    height: 100%;
}

.header--hidden {
    top: -70px;
}

.header-logo {
    width: 88px;
    display: block;
    position: relative;
    top: -4px;
}

.header-main--scrolled .header-logo {
    display: none;
}

.header-phone {
    display: block;
}

.header-phone a {
    color: inherit;
    text-decoration: none;
    font-family: 'Lora';
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 3.2px;
    text-transform: uppercase;
    white-space: nowrap;
}

.header-phone a:hover {
    text-decoration: underline;
}

/* .header-status {} */

.header-status p {
    font-family: 'Lora';
    font-weight: 500;
    line-height: normal;
    letter-spacing: 3.2px;
    text-transform: uppercase;
    display: inline-block;
}

.header-status__icon {
    background-color: #fff;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    display: inline-block;
    position: relative;
    margin-left: 6px;
}

@keyframes blink {
    0% { opacity: 0; }
    50% { opacity: 1; }
    100% { opacity: 0; }
}

.header-status__icon::before {
    animation: blink 2s infinite;
    content: '';
    background-color: #3ED4DF;
    border-radius: 50%;
    position: absolute;
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
}

/* .header-main */

.header-main {
    color: #fff;
    height: 100%;
}

.header-main .header-logo {
    display: none;
}

.header-main--scrolled {
    background-color: #908a86;
}

.header-main__content {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.header-info {
    display: flex;
    gap: 8px;
    flex-direction: column;
}

.header-main__menu-open {
    color: inherit;
    width: 31px;
    flex: 0 0 31px;
}

.header-main__menu-open span {
    display: none;
}

/* .header-nav */

.header-nav {
    color: #3d3d3d;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none
}

.header-nav .header-logo {
    display: none;
}

.header-nav--show {
    display: flex;
    flex-direction: column;
}

.header-nav .header-status {
    display: none;
}

.header-nav__menu-close {
    width: 31px;
    flex: 0 0 31px;
}

.header-nav__menu-close .header-menu__close-icon--desk {
    display: none;
}

.header-nav__top, .header-nav__body {
    background-color: #fff;
}

.header-nav__top {
    height: 70px;
    flex: 0 0 70px;
    position: relative;
    z-index: 5;
}

.header-nav__top .content {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.header-nav__body {
    flex: 1;
    position: relative;
    z-index: 4;
}

.header-nav__body .content {
    padding-top: 10px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    transition: top 300ms ease-in-out;
    transition: opacity 300ms ease-in-out;
}

.header-nav__body ul {
    list-style: none
}

.header-nav__body a {
    align-items: center;
    color: inherit;
    font-family: "Lora";
    font-size: 20px;
    font-weight: 500;
    line-height: 50px;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-flex;
    gap: 20px;
}

.header-nav__body a img {
    width: 63px;
    height: 38px;
    display: none;
}

.header-nav__body a:hover {
    color: #927971;
}

@media (min-width: 500px) {
    .header-main--scrolled .header-logo {
        display: block;
    }
}

@media (min-width: 768px) {
    .header + main {
        padding-top: 70px;
    }

    .header-main, .header-nav__top {
        color: #fff;
        background-color: #927971;
    }

    .header-main__content, .header-nav__top .content {
        gap: 25px;
    }

    .header-main .header-logo, .header-nav .header-logo {
        display: block;
    }

    .header-logo {
        width: 143px;
        position: static;
    }
    
    .header-info {
        flex-direction: row;
        gap: 20px;
        flex: 1;
        justify-content: flex-end;
    }

    .header-status {
        order: -1;
    }

    .header-nav .header-status {
        display: block;
    }

    .header-nav__body .content {
        padding-top: 40px;
    }

    .header-nav__body li+li {
        margin-top: 24px;
    }

    .header-nav__body a {
        font-size: 40px;
    }

    .header-nav__body a:hover img {
        display: block;
    }

    .header-nav__menu-close .header-menu__close-icon--mobile {
        display: none;
    }

    .header-nav__menu-close .header-menu__close-icon--desk {
        display: block;
    }
}

@media (min-width: 1024px) {
    .header-logo {
        width: 296px;
    }

    .header-main__menu-open {
        flex: initial;
        width: initial;
        display: flex;
        align-items: center;
        gap: 10px;
        width: 109px;
    }

    .header-main__menu-open span {
        display: block;
        font-family: "Lora";
        font-size: 16px;
        font-weight: 500;
        line-height: normal;
        letter-spacing: 3.2px;
        text-transform: uppercase;
    }

    .header-main__menu-open img {
        width: 31px;
    }

    .header-nav__menu-close {
        margin-left: 78px;
    }

    .header-nav__body .content {
        padding-top: 70px;
    }

    .header-nav__body a {
        color: #727272;
    }
}

/* #endregion .header */

/* #region .hero */
.hero {
    position: relative;
    padding: 0;
}

.hero__bg {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 9;
}

.hero__bg img {
    height: 100%;
    object-fit: cover;
}

.hero__content {
    position: relative;
    padding: 90px 0 0;
    z-index: 10;
}

.hero__head {
    color: #fff;
    padding: 0 0 32px;
}

.hero__logo {
    width: 166px;
    margin: 0 auto 41px;
}

.hero__title {
    font-family: 'Lora';
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 35.84px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 28px;
}

.hero__subtitle {
    font-size: 17px;
    font-weight: 400;
    line-height: 20.4px;
    letter-spacing: 3px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 32px;
}

/* #region hero-content-link */
.hero-content__links {
    align-items: center;
    max-width: 365px;
    display: flex;
    margin: 0 auto;
}

.hero-content-link {
    color: #fff;
    flex: 0 0 50%;
    padding: 1px;
}

.hero-content-link__wrapper {
    border: 1px solid transparent;
    border-radius: 20px;
    padding: 4px;
    position: relative;
}

.hero-content-link--active .hero-content-link__wrapper {
    border-color: #FFF;
}

.hero-content-link__picture img {
    border-radius: 16px;
}

.hero-content-link__content {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    position: absolute;
    top: 6px;
    right: 6px;
    bottom: 6px;
    left: 6px;
    padding: 0 0 8px 12px;
    z-index: 4;
}

.hero-content-link__content p {
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
}

.hero-content-link__content img {
    width: 54px;
}

.hero-content-link--active .hero-content-link__content img {
    opacity: 0;
}

.hero-content-link__wrapper a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 5;
}

.hero-content-link--active .hero-content-link__wrapper a {
    display: none;
}

@media (min-width: 768px) {
    .hero-content__links {
        margin: -4px;
    }

    .hero-content-link {
        padding: 4px;
    }

    .hero-content-link:hover .hero-content-link__wrapper {
        border-color: rgba(255, 255, 255, 0.20);
    }    

    .hero-content-link.hero-content-link--active:hover .hero-content-link__wrapper,
    .hero-content-link--active .hero-content-link__wrapper {
        border-color: rgba(146, 121, 113, 1);
    }
}
/* #endregion hero-content-link */

/* #region .hero-form */
.hero-form {
    background-color: #F5F1EE;
    margin: 0 -16px;
    padding: 18px 16px 23px;
}

.hero-form h3 {
    color: #3D3D3D;
    font-size: 24px;
    font-weight: 400;
    line-height: 28px;
    font-style: normal;
    margin-bottom: 24px;
    max-width: 260px;
}

.hero-form__fieldset {
    margin-bottom: 32px;
}

.hero-form__legend {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 20px;
}

.hero-form__language {
    display: flex;
    flex-wrap: wrap;
    gap: 16px 0;
}

.hero-form__radio {
    flex: 0 0 50%;
}

.hero-form__radio input {
    opacity: 0;
    position: absolute;
    z-index: -1;
}

.hero-form__radio label {
    cursor: pointer;
    padding-left: 28px;
    position: relative;
    display: inline-block;
}

.hero-form__radio label::before, .hero-form__radio label::after {
    border-radius: 50%;
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.hero-form__radio label::before {
    background: #fff;
    border: 1px solid #927971;
    width: 16px;
    height: 16px;
}

.hero-form__radio label::after {
    display: none;
    background-color: #927971;
    width: 8px;
    height: 8px;
    left: 4px;
}

.hero-form__radio input:checked + label {
    cursor: default;
}

.hero-form__radio input:checked + label::after {
    display: block;
}

.hero-form__inputs .btn {
    width: 100%;
    margin-top: 12px;
}

@media (min-width: 500px) {
    .hero-form h3 {
        max-width: initial;
    }
}

@media (min-width: 768px) {
    .hero-form {
        max-width: 600px;
        position: relative;
        z-index: 6;
        padding: 30px;
    }
}

@media (min-width: 1024px) {
    .hero-form {
        align-items: flex-end;
        margin: 0;
        max-width: 911px;
        display: flex;
        flex-wrap: wrap;
    }

    .hero-form h3 {
        flex: 0 0 100%;
        line-height: 30px;
        margin-bottom: 16px;
    }

    .hero-form__fieldset {
        flex: 1;
        margin: 0;
    }
    .hero-form .form {
        flex: 0 0 512px;
    }

    .hero-form__inputs {
        display: flex;
        gap: 12px;
    }

    .hero-form__inputs .form-input, .hero-form__inputs .btn {
        flex: 0 0 250px;
    }

    .hero-form__inputs .form-input, .hero-form__inputs .btn {
        padding-top: 0;
        padding-bottom: 0;
        height: 50px;
    }

    .hero-form__inputs .btn {
        margin: 0;
    }
}
/* #endregion .hero-form */

@media (min-width: 768px) {
    .hero .content {
        position: relative;
    }

    .hero__bg {
        margin: 0;
        position: absolute;
        top: -30px;
        left: 50%;
        right: 0;
        bottom: 0;
        z-index: 5;
        max-width: 547px;
    }

    .hero__bg img {
        height: 100%;
        object-fit: cover;
    }

    .hero__head {
        color: inherit;
        position: static;
    }

    .hero__logo {
        display: none;
    }

    .hero__title {
        color: inherit;
        max-width: 340px;
        text-align: left;
    }

    .hero__subtitle {
        font-size: 17px;
        font-weight: 400;
        line-height: 31.2px;
        letter-spacing: 4px;
        text-align: left;
    }
}

@media (min-width: 1024px) {
    .hero {
        padding-bottom: 36px;
    }
    
    .hero__bg {
        top: -65px;
        bottom: -36px;
        left: 60%;
    }

    .hero__title {
        font-size: 50px;
        line-height: 63px;
        position: relative;
        max-width: 620px;
        margin-bottom: 15px;
        z-index: 6;
    }

    .hero__subtitle {
        font-size: 26px;
        font-weight: 400;
        margin-bottom: 37px;
    }
}
/* #endregion .hero */

/* #region .trends */
.trends__body {
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.trends__content {
    font-size: 18px;
    line-height: 25px;
}

.trends__content p + p {
    margin-top: 16px;
}

@media (min-width: 768px) {
    .trends__body {
        align-items: center;
        flex-direction: row;
    }

    .trends__content {
        flex: 1;
    }

    .trends__picture {
        flex: 0 0 40%;
        order: -1;
    }
}

@media (min-width: 1024px) {
    .trends__body {
        gap: 60px;
    }

    .trends__content {
        font-size: 24px;
        line-height: 36px;
    }

    .trends__content p + p {
        margin-top: 30px;
    }

    .trends__picture {
        flex: 0 0 45%;
    }
}
/* #endregion .trends */

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

.swiper-vertical>.swiper-wrapper {
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: border-box
}

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

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

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

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

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

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

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

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

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

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

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
    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: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 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 {
    scroll-snap-type: x mandatory
}

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

.swiper-centered>.swiper-wrapper::before {
    content: "";
    flex-shrink: 0;
    order: 9999
}

[dir="ltr"] .swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
    margin-left: var(--swiper-centered-offset-before)
}

[dir="rtl"] .swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
    margin-right: var(--swiper-centered-offset-before)
}

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

.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
    margin-top: var(--swiper-centered-offset-before)
}

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

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

:root {
    --swiper-scrollbar-border-radius: 10px;
    --swiper-scrollbar-top: auto;
    --swiper-scrollbar-bottom: 4px;
    --swiper-scrollbar-left: auto;
    --swiper-scrollbar-right: 4px;
    --swiper-scrollbar-sides-offset: 1%;
    --swiper-scrollbar-bg-color: rgba(0, 0, 0, 0.1);
    --swiper-scrollbar-drag-bg-color: rgba(0, 0, 0, 0.5);
    --swiper-scrollbar-size: 4px
}

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

.swiper-scrollbar-disabled>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
    display: none !important
}

.swiper-horizontal>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
    position: absolute;
    left: 1%;
    left: var(--swiper-scrollbar-sides-offset, 1%);
    bottom: 4px;
    bottom: var(--swiper-scrollbar-bottom, 4px);
    top: auto;
    top: var(--swiper-scrollbar-top, auto);
    z-index: 50;
    height: 4px;
    height: var(--swiper-scrollbar-size, 4px);
    width: calc(100% - 2*1%);
    width: calc(100% - 2*var(--swiper-scrollbar-sides-offset, 1%))
}

.swiper-vertical>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-vertical {
    position: absolute;
    left: auto;
    left: var(--swiper-scrollbar-left, auto);
    right: 4px;
    right: var(--swiper-scrollbar-right, 4px);
    top: 1%;
    top: var(--swiper-scrollbar-sides-offset, 1%);
    z-index: 50;
    width: 4px;
    width: var(--swiper-scrollbar-size, 4px);
    height: calc(100% - 2*1%);
    height: calc(100% - 2*var(--swiper-scrollbar-sides-offset, 1%))
}

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

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

.swiper-scrollbar-lock {
    display: none
}
/* #endregion .swiper */

/* #region .portfolio */
.portfolio {
    background-color: #F8F8F8;
    padding-bottom: 0;
}

.portfolio__carousel {
    position: relative;
}

.portfolio__carousel .swiper {
    margin: 0 -16px;
}

.portfolio__carousel .c-nav {
    top: 50%;
}

.portfolio-item__wrapper {
    position: relative;
}

.portfolio-item__link {
    cursor: zoom-in;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
}

.portfolio-item__list {
    display: none;
}

.portfolio__footer {
    margin: 24px 0 0;
}

.portfolio__footer .btn {
    display: block;
    margin: 0 auto;
    max-width: 343px;
    width: 100%;
}

@media (min-width: 768px) {
    .portfolio__carousel {
        margin: 0 auto;
        max-width: 100%;
    }

    .portfolio__carousel picture img {
        min-height: 379px;
        object-fit: cover;
    }

    .portfolio__carousel .swiper {
        margin: 0;
    }

    .portfolio__carousel .c-nav--prev {
        left: 14px;
    }

    .portfolio__carousel .c-nav--next {
        right: 14px;
    }

    .portfolio__footer .btn {
        max-width: 278px;
    }
}

@media (min-width: 1024px) {
    .portfolio {
        padding-top: 50px;
    }

    .portfolio h2 {
        margin-bottom: 40px;
    }
}
/* #endregion .portfolio */

/* #region .panoramas */
.panoramas {
    overflow-x: hidden;
    overflow-y: hidden;
    background-color: #F8F8F8;
    padding-top: 24px;
}

.panoramas h2 {
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
}

.panoramas__text {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 24px;
}

.panoramas .swiper {
    overflow: visible
}

.panoramas__carousel {
    margin: -8px
}

@media(min-width: 1024px) {
    .panoramas {
        padding: 75px 0 60px;
    }

    .panoramas h2 {
        font-size: 32px;
        font-weight: 500;
        line-height: 80px;
        text-transform: uppercase;
        text-align: center;
    }

    .panoramas__text {
        font-size: 24px;
        line-height: 36px;
        margin-bottom: 40px;
    }
}

.panorama-slide__title {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 15px;
    display: none
}

.panorama-slide__wrapper {
    display: grid;
    grid-template-columns: 50% 50%;
    grid-auto-rows: 33.3333333333%;
    height: 100%
}

.panorama-slide__wrapper--grid-5 .panorama-item:first-child {
    grid-column-start: span 2
}

.panorama-slide__wrapper--grid-4 .panorama-item:first-child,
.panorama-slide__wrapper--grid-4 .panorama-item:last-child {
    grid-column-start: span 2
}

.panorama-slide__wrapper--grid-3 .panorama-item {
    grid-column-start: span 2
}

.panorama-slide__wrapper--grid-2 {
    grid-auto-rows: 50%
}

.panorama-slide__wrapper--grid-2 .panorama-item:first-child,
.panorama-slide__wrapper--grid-2 .panorama-item:last-child {
    grid-column-start: span 2
}

.panorama-slide__wrapper--grid-1 .panorama-item {
    grid-column-start: span 2;
    grid-row-start: span 3
}

@media(min-width: 768px) {
    .panorama-slide__wrapper {
        grid-template-columns: 33.3333333333% 33.3333333333% 33.3333333333%;
        grid-auto-rows: 50%
    }

    .panorama-slide__wrapper--grid-5 {
        grid-template-columns: repeat(6, 16.6666666667%)
    }

    .panorama-slide__wrapper--grid-5 .panorama-item:nth-child(-n+3) {
        grid-column-start: span 2
    }

    .panorama-slide__wrapper--grid-5 .panorama-item:nth-child(n+4) {
        grid-column-start: span 3
    }

    .panorama-slide__wrapper--grid-4 {
        grid-template-columns: 50% 50%
    }

    .panorama-slide__wrapper--grid-4 .panorama-item {
        grid-column-start: span 1
    }

    .panorama-slide__wrapper--grid-4 .panorama-item:first-child,
    .panorama-slide__wrapper--grid-4 .panorama-item:last-child {
        grid-column-start: span 1
    }

    .panorama-slide__wrapper--grid-3 {
        grid-template-columns: 50% 50%
    }

    .panorama-slide__wrapper--grid-3 .panorama-item,
    .panorama-slide__wrapper--grid-3 .panorama-item:first-child {
        grid-column-start: span 1;
        grid-row-start: span 1
    }

    .panorama-slide__wrapper--grid-3 .panorama-item:last-child {
        grid-column-start: span 2
    }

    .panorama-slide__wrapper--grid-2 {
        grid-template-columns: 50% 50%
    }

    .panorama-slide__wrapper--grid-2 .panorama-item:first-child,
    .panorama-slide__wrapper--grid-2 .panorama-item:last-child {
        grid-column-start: span 1;
        grid-row-start: span 2
    }

    .panorama-slide__wrapper--grid-1 .panorama-item {
        grid-column-start: span 3;
        grid-row-start: span 2
    }
}

.panoramas-pag {
    align-items: center;
    display: flex;
    justify-content: center;
    gap: 2px;
    margin-top: 24px;
    padding: 0 8px
}

.panoramas-pag__item {
    background-color: #e0dcd9;
    max-width: 65px;
    height: 2px;
    flex: 1
}

.panoramas-pag__item--active {
    background-color: #927971
}

.panoramas-nav {
    align-items: center;
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 16px;
    margin: 43px 0 16px;
    padding: 0 8px
}

.panoramas-nav__item {
    flex: 1;
    max-width: 278px
}

.panorama-item {
    display: block;
    padding: 8px
}

.panorama-item__wrapper {
    border: 1px solid #fff;
    color: #fff;
    display: block;
    position: relative;
    height: 100%
}

.panorama-item__picture {
    height: 100%
}

.panorama-item__picture img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.panorama-item__video,
.panorama-item__shadow,
.panorama-item__content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.panorama-item__video {
    z-index: 4;
}

.panorama-item__video video {
    height: 100%;
    object-fit: cover;
}

.panorama-item__shadow {
    background: linear-gradient(181deg, #31302C 3.25%, rgba(49, 48, 44, 0) 73.82%);
    z-index: 5
}

.panorama-item__content {
    z-index: 7;
    padding: 8px 14px 0
}

.panorama-item__content p {
    font-size: 24px;
    line-height: 36px
}

.panorama-item__open {
    cursor: zoom-in;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
}
/* #endregion .panoramas */

/* #region .benefits */
.benefits__title--desk {
    display: none;
}

.benefits-item:first-child {
    display: none;
}

.benefits-item + .benefits-item {
    margin-top: 24px;
}

.benefits-item picture {
    border-radius: 50%;
    background-color: #927971;
    box-shadow: 0px 10px 20px 0px rgba(158, 109, 56, 0.1);
    width: 70px;
    height: 70px;
    position: relative;
}

.benefits-item img {
    width: 30px;
    height: 30px;
}

.benefits-item p {
    margin-top: 16px;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
}

@media (min-width: 768px) {
    .benefits__title--mobile {
        display: none;
    }

    .benefits__title--desk {
        display: block;
    }
    .benefits__body {
        display: flex;
        flex-wrap: wrap;
        margin: -10px;
    }

    .benefits-item + .benefits-item {
        margin: 0;
    }

    .benefits-item:first-child {
        display: block;
    }

    .benefits-item {
        flex: 0 0 50%;
        padding: 10px;
    }
}

@media (min-width: 1024px) {
    .benefits {
        padding: 75px 0 74px;
    }
    .benefits h2 {
        margin-bottom: 37px;
    }
}

@media (min-width: 1300px) {
    .benefits {
        overflow: hidden;
    }

    .benefits__body {
        margin: -20px -65px;
    }

    .benefits-item {
        padding: 20px 65px;
    }
}
/* #endregion .benefits */

/* #region .comfort */
.comfort {
    overflow: hidden
}

.comfort .swiper {
    overflow: visible
}

.comfort h2 {
    margin-bottom: 24px
}

.comfort__description {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 24px
}

.comfort__carousel {
    position: relative;
    margin: 0 -16px
}

.comfort-slide {
    position: relative
}

.comfort-slide__picture {
    position: relative;
    z-index: 1
}

.comfort-slide__shadow,
.comfort-slide__content {
    position: absolute;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.comfort-slide__shadow {
    background: linear-gradient(180deg, #31302C 0%, rgba(49, 48, 44, 0) 40%), linear-gradient(0deg, #31302C -1%, rgba(49, 48, 44, 0) 27%);
    z-index: 2
}

.comfort-slide__content {
    color: #fff;
    font-size: 20px;
    line-height: 28px;
    padding: 20px 32px 0 15px;
    z-index: 3
}

.comfort .c-nav--prev {
    left: 16px;
}

.comfort .c-nav--next {
    right: 16px;
}

.comfort-pag {
    position: absolute;
    right: 15px;
    bottom: 12px;
    left: 15px;
    display: flex;
    justify-content: space-between;
    gap: 4px;
    z-index: 20;
    transform: translateZ(1px)
}

.comfort-pag__item {
    background-color: #f5f1ee;
    height: 2px;
    flex: 1
}

.comfort-pag__item--active {
    background-color: #927971
}

@media(min-width: 768px) {
    .comfort__carousel {
        margin: 0
    }

    .comfort__carousel .swiper-slide {
        width: calc(50% - 8px);
        margin-right: 16px;
    }

    /* .comfort__description {
        max-width: 805px;
    } */

    .comfort-pag {
        display: none
    }
}

@media(min-width: 1024px) {
    .comfort {
        padding: 100px 0
    }

    .comfort__carousel .swiper-slide {
        width: calc(33.3333333333% - 13px);
        margin-right: 20px;
    }

    .comfort__description {
        font-size: 24px;
        line-height: 36px;
        margin-bottom: 60px
    }
}

@media (min-width: 1100px) {
    .comfort__carousel .swiper-slide {
        width: calc(25% - 21px);
        margin-right: 28px;
    }

    .comfort-slide__content {
        padding: 15px 9px 0;
        font-size: 16px;
        font-weight: 500;
        line-height: 24px;
    }
}

@media(min-width: 1300px) {
    .comfort__carousel .c-nav {
        display: none
    }
}
/* #endregion .comfort */

/* #region .materials */
.materials .content>*+* {
    margin-top: 40px
}

.materials h2 {
    font-size: 38px;
    margin-bottom: 0
}

.materials p {
    font-size: 24px;
    line-height: 36px;
    max-width: 673px
}

.materials__desk-only {
    display: none;
}

.materials__list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 450px
}

.materials__item {
    width: 70px;
    height: 70px
}

.materials__item img {
    border-radius: 50%;
    border-radius: 100px;
    box-shadow: 0px 10px 20px 0px rgba(158, 109, 56, .1);
    -webkit-user-select: none;
    user-select: none;
    pointer-events: none
}

@media(min-width: 768px) {
    .materials p {
        font-size: 24px;
        line-height: 36px
    }

    .materials__mobile-only {
        display: none;
    }
    
    .materials__desk-only {
        display: block;
    }

    .materials__list {
        max-width: 673px
    }

    .materials__item {
        width: 100px;
        height: 100px
    }
}

@media(min-width: 1024px) {
    .materials {
        padding: 95px 0 146px
    }

    .materials h2 {
        font-size: 48px;
        line-height: 60px
    }
}
/* #endregion .materials */

/* #region .equipment */
.equipment {
    padding-bottom: 0;
}

.equipment__text p {
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
}

.equipment__slides {
    margin: 24px -16px 0;
    position: relative;
}

.equipment__slide {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
}

.equipment__slide:first-child {
    position: relative;
}

.equipment__slide--show {
    opacity: 1;
}

@media (min-width: 768px) {
    .equipment {
        padding: 60px 0;
    }

    .equipment__body {
        display: flex;
        gap: 20px;
    }

    .equipment__slides {
        margin: 0;
        flex: 1;
    }

    .equipment__head {
        order: 1;
        flex: 0 0 370px;
    }
}

@media (min-width: 1024px) {
    .equipment {
        padding: 115px 0;
    }
    .equipment__body {
        gap: 50px;
    }

    .equipment__head {
        flex: 0 0 503px;
    }
}

@media (min-width: 1300px) {
    .equipment__body {
        gap: 101px;
    }
}
/* #endregion .equipment */

/* #region .tools */
.tools__body {
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.tools__content h2 {
    margin-bottom: 11px;
}

@media (max-width: 499px) {
    .tools__content h2 {
        font-size: 26px;
        line-height: 38px;
    }
}

.tools__content p {
    font-size: 24px;
    line-height: 36px;
}

.tools__picture {
    padding-right: 40px;
}

@media (min-width: 768px) {
    .tools__body {
        flex-direction: row;
    }

    .tools__content {
        flex: 1;
    }

    .tools__content p {
        max-width: 388px;
    }

    .tools__picture {
        flex: 0 0 40%;
    }
}

@media (min-width: 1100px) {
    .tools__content h2 {
        margin-bottom: 14px;
    }

    .tools__picture {
        flex: 0 0 45%;
    }
}
/* #endregion .tools */

/* #region .prices */
.prices__content p {
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
}

.prices__form {
    margin-top: 40px;
}

.prices__form h3 {
    font-family: 'Lora';
    font-size: 25px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 16px;
    display: none;
}

.prices__form .btn {
    margin-top: 16px;
    width: 100%;
}

.prices__form .form-policy {
    margin-top: 16px;
    text-align: left;
}

@media (min-width: 768px) {
    .prices {
        background-color: #F8F8F8;
    }

    .prices__body {
        align-items: center;
        display: flex;
        justify-content: space-between;
        gap: 20px;
    }

    .prices__content {
        flex: 1;
    }

    .prices__form {
        flex: 0 0 400px;
        margin: 0;
    }

    .prices__form h3 {
        display: block;
    }
}

@media (min-width: 1024px) {
    .prices {
        padding: 130px 0 170px;
    }

    .prices__body {
        gap: 50px;
    }

    .prices__form {
        flex: 0 0 542px;
    }

    .prices__form h3 {
        font-size: 32px;
        line-height: normal;
    }
}

@media (min-width: 1300px) {
    .prices__body {
        gap: 80px;
    }
} 
/* #endregion .prices */

/* #region .contacts */
.contacts {
    padding-bottom: 20px;
}

.contacts__title {
    font-family: 'Lora';
    font-size: 34px;
    font-weight: 500;
    line-height: 50px; /* 147.059% */
    text-transform: uppercase;
    margin-bottom: 24px;
}

.contacts__map {
    margin-bottom: 24px
}

.contacts__contnet {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    gap: 24px
}

.contacts__contnet h2 {
    display: none;
}

.contacts__address {
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 36px;
}

.contacts__phone {
    color: inherit;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 36px;
    text-decoration: none;
    /* margin-bottom: 36px; */
}

.contacts__phone:hover {
    text-decoration: underline;
}

.contacts__logo {
    width: 320px;
    display: block;
}

.contacts__footer {
    margin-top: 20px;
}

.contacts__policy {
    font-size: 12px;
    font-weight: 500;
    line-height: normal;
}

.contacts-map {
    position: relative
}

.contacts-map__iframe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.contacts-map__iframe iframe {
    width: 100%;
    height: 100%
}

.social {
    display: flex;
    align-items: center;
    gap: 20px;
}

.social__item {
    width: 28px;
    height: 28px
}

@media(min-width: 768px) {
    .contacts__title {
        display: none;
    }

    .contacts__body {
        gap: 25px;
    }

    .contacts__contnet h2 {
        display: block;
        margin: 0;
    }

    .contacts__body {
        display: flex;
        gap: 10px;
    }

    .contacts__contnet {
        flex: 0 0 376px;
    }

    .contacts__map {
        order: 1;
        margin: 0;
        flex: 1;
    }

    .contacts-map__foundation {
        height: 100%;
        width: auto;
    }

    .contacts__address {
        max-width: 330px;
    }

    .contacts__logo {
        width: 277px;
    }

    .contacts__footer {
        margin-top: 30px;
    }
}

@media(min-width: 1024px) {
    .contacts {
        padding: 100px 0 40px
    }

    .contacts__contnet {
        gap: 30px
    }

    .social {
        order: 6;
    }
}
/* #endregion .contacts */

/* #region .dialog */
.dialog {
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 150;
    padding: 0 16px
}

.dialog--open {
    display: flex
}

.dialog,
.dialog__backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.dialog__backdrop {
    background-color: rgba(32, 18, 2, .4)
}

.dialog__content {
    position: relative;
    z-index: 2;
    overflow: auto;
    padding: 16px 0
}

.dialog__close {
    position: absolute;
    top: 25px;
    right: 10px;
    width: 30px;
    height: 30px
}

.dialog__close img {
    width: 100%;
    height: 100%
}

.dialog-callback, .dialog-success {
    background-color: #fff;
    padding: 40px 16px;
    max-width: 400px
}

.dialog-success {
    width: 360px;
}

.dialog-callback * + *, .dialog-success * + * {
    margin-top: 24px
}

.dialog-callback__express-list + * {
    margin-top: 0;
}

.dialog-callback__express-list {
    display: none;
    background-color: #F5F1EE;
    margin: 10px 0 24px;
    list-style: none;
    padding: 16px 12px;
}

.dialog--tariff-express .dialog-callback__express-list {
    display: block;
}

.dialog-callback__express-list li + li {
    margin-top: 12px;
}

.dialog-callback__express-list li {
    align-items: center;
    display: flex;
    gap: 12px;
}

.dialog-callback__express-list li:first-child {
    align-items: flex-start;
}

.dialog-callback__express-list li picture {
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0px 10px 20px 0px rgba(158, 109, 56, 0.10);
    flex: 0 0 40px;
    height: 40px;
    position: relative;
}

.dialog-callback__express-list li img {
    width: 50%;
}

.dialog-callback__express-list li p {
    flex: 1;
    margin-top: 0;
}

.dialog-callback__express-list li p * + * {
    margin-top: 5px;
}

.dialog-callback__express-list li strong {
    display: block;
    margin-top: 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
}

.dialog-callback__express-list li span {
    display: block;
    font-size: 12px;
    line-height: 20px;
}

.dialog-callback__title, .dialog-success__title {
    text-align: center;
    font-family: "Lora";
    font-size: 30px;
    font-weight: 500;
    line-height: 50px;
    text-transform: uppercase
}

.dialog-callback__text, .dialog-success__text {
    text-align: center;
    font-size: 16px;
    line-height: 26px
}

.dialog-callback .form-input {
    margin-top: 0
}

.dialog-callback .btn, .dialog-success .btn {
    width: 100%
}

.dialog-callback .btn span {
    margin-top: 0
}

@media(min-width: 1024px) {
    .dialog-callback, .dialog-success {
        max-width: 642px;
        padding: 40px 39px 20px
    }

    .dialog-callback__title, .dialog-success__title {
        font-size: 40px;
        line-height: 50px
    }

    .dialog-callback__text, .dialog-success__text {
        font-size: 24px;
        line-height: 36px
    }

    .dialog-callback__express-list li strong {
        font-size: 20px;
        line-height: 28px;
    }
    
    .dialog-callback__express-list li span {
        font-size: 16px;
        line-height: 28px;
    }
}

.dialog-panorama {
    width: 90vw;
    height: 80vh;
    position: relative
}

.dialog-panorama__close-area {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 5
}

.dialog-panorama .dialog__close {
    z-index: 7
}

.dialog-panorama__content {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 6
}

.dialog-panorama__content .psv-container {
    width: 100%;
    height: 100%
}

.dialog-panorama__loader {
    width: 100px;
    height: 100px
}

.dialog-panorama__loader svg {
    animation: lds-ring 1.2s linear infinite;
    width: 100%;
    height: 100%
}
/* #endregion .dialog */
