html,
body {
    height: 100%
}

html {
    scroll-behavior: smooth;
    font-size: .5847953216vw
}

@media(max-width: 1200px) {
    html {
        font-size: 1.0080645161vw
    }
}

@media(max-width: 991px) {
    html {
        font-size: 1.3020833333vw
    }
}

@media(max-width: 767px) {
    html {
        font-size: 1.7361111111vw
    }
}

@media(max-width: 576px) {
    html {
        font-size: 2.6666666667vw
    }
}

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

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

ul,
li {
    list-style: none;
    margin: 0;
    padding: 0
}

input,
textarea {
    font-size: 1.6rem !important
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    font-size: 1.6rem !important
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    font-size: 1.6rem !important
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    font-size: 1.6rem !important
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
    font-size: 1.6rem !important
}

input::placeholder,
textarea::placeholder {
    font-size: 1.6rem !important
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type=number] {
    -moz-appearance: textfield
}

input {
    padding: 1.6rem 3.2rem;
    border-radius: 100px;
    margin: 0 0 1.6rem 0;
    border: none;
    font-family: "Geologica", sans-serif;
    font-weight: 200;
    height: 5.1rem;
    outline: none
}

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

p {
    margin: 0 0 3rem 0
}

p:last-child {
    margin: 0 !important
}

body {
    font-family: "Playfair Display", serif;
    font-size: 1.8rem;
    line-height: 140%;
    color: #605651;
    background-color: #fffdf6
}

body.menu-open {
    overflow: hidden
}

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

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

.footer {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.footer .nf-form-content nf-fields-wrap{
    flex-direction: column;
}

.footer form .field-wrap input[type=submit]{
    width: fit-content !important;
    background-color: #924B2D;
    color: #FFFDF6;
}

.footer form .submit-wrap:before{
    background-image: url(/wp-content/uploads/2026/07/arow-white-stroke.svg);
}

.footer form .nf-field-container{
    margin: 0;
}

.footer form .submit-wrap{
    width: fit-content;
}

.container {
    max-width: 140.5rem;
    width: 100%;
    margin: 0 auto;
    padding: 0 1.5rem
}

.dss-title {
    font-family: "Playfair Display", serif;
    font-size: 6.4rem;
    line-height: 100%;
    font-weight: 500;
    color: #131b1b
}

.dss-suptitle {
    font-size: 1.2rem;
    text-transform: uppercase;
    letter-spacing: .4rem;
    margin: 0 0 3.2rem 0;
    color: #7c795a;
    font-family: "Geologica", sans-serif
}

.btn {
    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;
    font-family: "Geologica", sans-serif;
    font-size: 1.6rem;
    line-height: 100%;
    font-weight: 300;
    padding: 1.5rem 3.2rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    border-radius: 100px;
    -webkit-transition: linear .2s;
    -o-transition: linear .2s;
    transition: linear .2s;
    cursor: pointer;
    border: 1px solid rgba(0, 0, 0, 0)
}

.btn img,
.btn svg {
    margin: 0 0 0 1.5rem;
    -webkit-transition: linear .2s;
    -o-transition: linear .2s;
    transition: linear .2s;
    width: 1.8rem;
    height: 1.8rem
}

.btn:hover img,
.btn:hover svg {
    -webkit-transform: translateX(5px);
    -ms-transform: translateX(5px);
    transform: translateX(5px)
}

.btn svg path {
    -webkit-transition: linear .2s;
    -o-transition: linear .2s;
    transition: linear .2s
}

.btn--broun {
    background-color: #924b2d;
    color: #fffdf6
}

.btn--broun:hover {
    background-color: #fffdf6;
    color: #924b2d;
    border-color: #924b2d
}

.btn--broun:hover svg path {
    stroke: #924b2d
}

.btn--transparent {
    border-color: #fffdf6;
    color: #fffdf6;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px)
}

.btn--transparent:hover {
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px)
}

.btn--white {
    background-color: #fff;
    color: #924b2d
}

.btn--white-stroke {
    border-color: #fffdf6;
    color: #fffdf6;
    background-color: rgba(0, 0, 0, 0)
}

.btn--green {
    background-color: #415450;
    color: #fffdf6
}

.btn--green:hover {
    border-color: #415450;
    color: #415450;
    background-color: rgba(0, 0, 0, 0)
}

.btn--green:hover svg path {
    stroke: #415450
}

.btn--oliv {
    background-color: #7c795a;
    color: #fffdf6
}

.btn--oliv:hover {
    border-color: #7c795a;
    color: #415450;
    background-color: rgba(0, 0, 0, 0)
}

.btn--oliv:hover svg path {
    stroke: #7c795a
}

.social-dropdown {
    position: relative;
    width: 6.8rem;
    height: 5.1rem;
    background-color: #fcfbf7;
    border-radius: 3.4rem;
    -webkit-box-shadow: 0 1rem 3.5rem rgba(12, 17, 17, .08), 0 .2rem 1rem rgba(12, 17, 17, .02);
    box-shadow: 0 1rem 3.5rem rgba(12, 17, 17, .08), 0 .2rem 1rem rgba(12, 17, 17, .02);
    -webkit-transition: height .5s cubic-bezier(0.2, 0.8, 0.2, 1), border-radius .5s cubic-bezier(0.2, 0.8, 0.2, 1), -webkit-box-shadow .4s ease;
    transition: height .5s cubic-bezier(0.2, 0.8, 0.2, 1), border-radius .5s cubic-bezier(0.2, 0.8, 0.2, 1), -webkit-box-shadow .4s ease;
    -o-transition: height .5s cubic-bezier(0.2, 0.8, 0.2, 1), border-radius .5s cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow .4s ease;
    transition: height .5s cubic-bezier(0.2, 0.8, 0.2, 1), border-radius .5s cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow .4s ease;
    transition: height .5s cubic-bezier(0.2, 0.8, 0.2, 1), border-radius .5s cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow .4s ease, -webkit-box-shadow .4s ease;
    overflow: hidden;
    border: .1rem solid rgba(149, 72, 41, .08);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 100
}

.social-dropdown:hover {
    height: 25.6rem;
    -webkit-box-shadow: 0 1.5rem 4rem rgba(12, 17, 17, .15), 0 .4rem 1.5rem rgba(12, 17, 17, .05);
    box-shadow: 0 1.5rem 4rem rgba(12, 17, 17, .15), 0 .4rem 1.5rem rgba(12, 17, 17, .05)
}

.social-dropdown__inner {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 1rem 0
}

.social-dropdown__item {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 5.2rem;
    height: 4.8rem;
    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;
    cursor: pointer;
    background: rgba(0, 0, 0, 0);
    border: none;
    padding: 0;
    outline: none;
    -webkit-transition: top .5s cubic-bezier(0.2, 0.8, 0.2, 1), height .4s cubic-bezier(0.2, 0.8, 0.2, 1), border-radius .4s cubic-bezier(0.2, 0.8, 0.2, 1), background-color .3s ease, opacity .3s ease, visibility .3s ease, -webkit-transform .2s ease;
    transition: top .5s cubic-bezier(0.2, 0.8, 0.2, 1), height .4s cubic-bezier(0.2, 0.8, 0.2, 1), border-radius .4s cubic-bezier(0.2, 0.8, 0.2, 1), background-color .3s ease, opacity .3s ease, visibility .3s ease, -webkit-transform .2s ease;
    -o-transition: top .5s cubic-bezier(0.2, 0.8, 0.2, 1), height .4s cubic-bezier(0.2, 0.8, 0.2, 1), border-radius .4s cubic-bezier(0.2, 0.8, 0.2, 1), background-color .3s ease, opacity .3s ease, visibility .3s ease, transform .2s ease;
    transition: top .5s cubic-bezier(0.2, 0.8, 0.2, 1), height .4s cubic-bezier(0.2, 0.8, 0.2, 1), border-radius .4s cubic-bezier(0.2, 0.8, 0.2, 1), background-color .3s ease, opacity .3s ease, visibility .3s ease, transform .2s ease;
    transition: top .5s cubic-bezier(0.2, 0.8, 0.2, 1), height .4s cubic-bezier(0.2, 0.8, 0.2, 1), border-radius .4s cubic-bezier(0.2, 0.8, 0.2, 1), background-color .3s ease, opacity .3s ease, visibility .3s ease, transform .2s ease, -webkit-transform .2s ease;
    border-radius: 2.4rem;
    z-index: 2
}

.social-dropdown__item:hover {
    background-color: #954829;
    height: 3.6rem;
    border-radius: 1.8rem;
    z-index: 3
}

.social-dropdown__item:hover img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1)
}

.social-dropdown__item:active {
    -webkit-transform: translateX(-50%) scale(0.95);
    -ms-transform: translateX(-50%) scale(0.95);
    transform: translateX(-50%) scale(0.95)
}

.social-dropdown__item img {
    width: 2rem;
    height: 2rem;
    display: block;
    -webkit-transition: -webkit-filter .3s ease, -webkit-transform .3s ease;
    transition: -webkit-filter .3s ease, -webkit-transform .3s ease;
    -o-transition: filter .3s ease, transform .3s ease;
    transition: filter .3s ease, transform .3s ease;
    transition: filter .3s ease, transform .3s ease, -webkit-filter .3s ease, -webkit-transform .3s ease;
    pointer-events: none
}

.social-dropdown:not(:hover) .social-dropdown__item {
    top: 50% !important;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    z-index: 1
}

.social-dropdown:not(:hover) .social-dropdown__item[data-index="0"] {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2
}

.social-dropdown:hover .social-dropdown__item {
    opacity: 1;
    visibility: visible;
    pointer-events: auto
}

.social-dropdown:hover .social-dropdown__item[data-index="0"] {
    top: 1.6rem
}

.social-dropdown:hover .social-dropdown__item[data-index="0"]:hover {
    top: 2.2rem
}

.social-dropdown:hover .social-dropdown__item[data-index="1"] {
    top: 7.4rem
}

.social-dropdown:hover .social-dropdown__item[data-index="1"]:hover {
    top: 8rem
}

.social-dropdown:hover .social-dropdown__item[data-index="2"] {
    top: 13.2rem
}

.social-dropdown:hover .social-dropdown__item[data-index="2"]:hover {
    top: 13.8rem
}

.social-dropdown:hover .social-dropdown__item[data-index="3"] {
    top: 19rem
}

.social-dropdown:hover .social-dropdown__item[data-index="3"]:hover {
    top: 19.6rem
}

.social-dropdown__capsule {
    width: 100%;
    height: 100%
}

.header {
    position: fixed;
    top: 0;
    z-index: 999;
    width: 100%;
    -webkit-transition: linear .2s;
    -o-transition: linear .2s;
    transition: linear .2s
}

.header__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 8.4rem;
    padding: 1.6rem 0
}

.header__menu-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 5.12rem
}

.header__logo {
    margin: 0 7rem 0 0;
    width: 12.5rem;
    display: block
}

.header__logo img {
    height: 100%;
    width: 100%;
    display: block;
    -o-object-fit: contain;
    object-fit: contain
}

.header__logo-mob {
    display: none !important
}

.header__box {
    margin: 0 1rem 0 0;
    background-color: #fffdf6;
    border-radius: 10rem;
    padding: .8rem
}

.header__box ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: .8rem
}

.header__box a {
    display: block;
    padding: .8rem 1.6rem;
    font-family: "Geologica", sans-serif;
    font-size: 1.6rem;
    font-weight: 200;
    line-height: 120%;
    color: #0c1111;
    position: relative;
    z-index: 1;
    -webkit-transition: color .3s ease;
    -o-transition: color .3s ease;
    transition: color .3s ease;
    border-radius: 10rem
}

.header__box a.is-over {
    color: #fffdf6
}

.header .header__nav {
    position: relative
}

.header .header__nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: .8rem;
    position: relative;
    z-index: 1
}

.header .nav-pill {
    position: absolute;
    background-color: #924b2d;
    border-radius: 10rem;
    opacity: 0;
    pointer-events: none;
    z-index: 0;
    -webkit-transition: left .35s cubic-bezier(0.4, 0, 0.2, 1), width .35s cubic-bezier(0.4, 0, 0.2, 1), top .35s cubic-bezier(0.4, 0, 0.2, 1), height .35s cubic-bezier(0.4, 0, 0.2, 1), opacity .2s ease;
    -o-transition: left .35s cubic-bezier(0.4, 0, 0.2, 1), width .35s cubic-bezier(0.4, 0, 0.2, 1), top .35s cubic-bezier(0.4, 0, 0.2, 1), height .35s cubic-bezier(0.4, 0, 0.2, 1), opacity .2s ease;
    transition: left .35s cubic-bezier(0.4, 0, 0.2, 1), width .35s cubic-bezier(0.4, 0, 0.2, 1), top .35s cubic-bezier(0.4, 0, 0.2, 1), height .35s cubic-bezier(0.4, 0, 0.2, 1), opacity .2s ease
}

.header .social-dropdown {
    -ms-flex-item-align: start;
    align-self: flex-start;
    margin: 0 1.5rem 0 auto
}

.header__menu-btn,
.header__box-mob {
    display: none
}

.dss-intro {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 0 0 6.4rem 6.4rem;
    margin: 0 0 6.4rem 0;
    overflow: hidden
}

.dss-intro .container {
    position: relative;
    z-index: 1
}

.dss-intro>img,
.dss-intro>video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.dss-intro__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    height: 80rem;
    padding: 6.4rem 0;
    color: #fffdf6
}

.dss-intro h1 {
    font-size: 7.5rem;
    font-weight: 600;
    line-height: 100%
}

.dss-intro__col-box {
    max-width: 43.3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.5rem;
    font-family: "Ysabeau Infant", sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 110%;
    margin: 1.5rem 0 3rem 0
}

.dss-intro__col {
    width: 50%
}

.dss-intro__btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.5rem;
    margin-top: 3rem
}

.dss-intro__logo-mob {
    display: none
}

.dss-intro__subtitle {
    margin-top: 3.2rem;
    font-size: 3.2rem;
    font-family: "Geologica", sans-serif;
    font-weight: 200;
    line-height: 100%
}

.dss-intro--page h1 {
    font-size: 9.6rem
}

.dss-video {
    padding: 6.4rem 0
}

.dss-video .dss-suptitle {
    text-align: center;
    margin: 0 0 6.4rem 0
}

.dss-video h2 {
    font-size: 9.6rem;
    line-height: 100%;
    color: #131b1b;
    text-align: center;
    margin: 0 0 6.4rem 0
}

.dss-video h2 span {
    color: #924b2d
}

.dss-video video{
    border-radius: 4rem;
    overflow: hidden;
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    margin: 0 0 6.4rem 0
}

.dss-video iframe{
	border-radius: 4rem;
	 margin: 0 0 6.4rem 0;
	width: 100%;
}

.dss-video__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 6rem;
    font-family: "Geologica", sans-serif;
    font-size: 1.8rem;
    font-weight: 200;
    color: #605651
}

.dss-video__col {
    width: calc(50% - 6rem)
}

.dss-statistic {
    padding: 0 0 6.4rem 0
}

.dss-statistic .container {
    padding-top: 6.4rem;
    border-top: .1rem solid #e7e2cc
}

.dss-statistic__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 2rem;
    margin: 0 0 6.4rem 0
}

.dss-statistic__col {
    width: calc(20% - 2rem)
}

.dss-statistic__num {
    font-size: 6.4rem;
    margin: 0 0 2rem 0;
    color: #131b1b
}

.dss-statistic__num span {
    font-size: 8.6rem;
    font-weight: 700;
    line-height: 100%
}

.dss-statistic__text {
    font-family: "Geologica", sans-serif;
    font-size: 1.8rem;
    font-weight: 200
}

.form-wrap {
    border-radius: 3.2rem;
    padding: 6.4rem;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top right;
    color: #fffdf6;
    font-family: "Geologica", sans-serif
}

.form-wrap__title {
    font-size: 3.2rem;
    line-height: 110%;
    margin: 0 0 1.5rem 0
}

.form-wrap__subtitle {
    margin: 0 0 3rem 0;
    font-size: 1.8rem;
    font-weight: 200
}

.form-wrap__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 87rem;
    width: 100%
}

.form-wrap input {
    max-width: 29rem;
    width: 100%;
    margin: 0 1.6rem 0 0
}

.form-wrap .form-wrap__title {
    max-width: 89.6rem
}

.form-wrap--broun {
    background-color: #924b2d
}

.form-wrap--broun input {
    background-color: #9c5436;
    color: #fffdf6
}

.form-wrap--broun input::-webkit-input-placeholder {
    color: #fffdf6 !important
}

.form-wrap--broun input::-moz-placeholder {
    color: #fffdf6 !important
}

.form-wrap--broun input:-ms-input-placeholder {
    color: #fffdf6 !important
}

.form-wrap--broun input::-ms-input-placeholder {
    color: #fffdf6 !important
}

.form-wrap--broun input::placeholder {
    color: #fffdf6 !important
}

.form-wrap--green {
    background-color: #415450
}

.form-wrap--green .field-wrap input[type=submit]{
    color: #415450;
}

.form-wrap--green .submit-wrap:before{
    background-image: url('/wp-content/uploads/2026/07/arow-green-stroke.svg');
}

.form-wrap--oliv .field-wrap input[type=submit]{
    color: #606048 !important;
}

.form-wrap--oliv .submit-wrap:before{
    background-image: url('/wp-content/uploads/2026/07/arow-green-stroke-1.svg');
}

.form-wrap--green input {
    background-color: #85a19c;
    color: #fffdf6
}

.form-wrap--green input::-webkit-input-placeholder {
    color: #fffdf6 !important
}

.form-wrap--green input::-moz-placeholder {
    color: #fffdf6 !important
}

.form-wrap--green input:-ms-input-placeholder {
    color: #fffdf6 !important
}

.form-wrap--green input::-ms-input-placeholder {
    color: #fffdf6 !important
}

.form-wrap--green input::placeholder {
    color: #fffdf6 !important
}

.form-wrap--green .btn {
    color: #415450
}

.form-wrap--oliv {
    background-color: #606048
}

.form-wrap--oliv input {
    background-color: #7c795a;
    color: #fffdf6
}

.form-wrap--oliv input::-webkit-input-placeholder {
    color: #fffdf6 !important
}

.form-wrap--oliv input::-moz-placeholder {
    color: #fffdf6 !important
}

.form-wrap--oliv input:-ms-input-placeholder {
    color: #fffdf6 !important
}

.form-wrap--oliv input::-ms-input-placeholder {
    color: #fffdf6 !important
}

.form-wrap--oliv input::placeholder {
    color: #fffdf6 !important
}

.form-wrap--oliv .btn {
    color: #606048 !important
}

.dss-region {
    padding: 6.4rem 0;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #f7f4e9;
    margin-bottom: -6.4rem;
}

.dss-region__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 10rem 0
}

.dss-region__left {
    max-width: 50.6rem;
    width: 100%;
    margin: 0 2rem 0 0
}

.dss-region__suptitle {
    font-size: 1.2rem;
    text-transform: uppercase;
    letter-spacing: .4rem;
    margin: 0 0 3.2rem 0;
    color: #7c795a;
    font-family: "Geologica", sans-serif
}

.dss-region .dss-title {
    margin: 0 0 3.2rem 0
}

.dss-region__subtitle {
    font-size: 3.2rem;
    line-height: 110%;
    color: #924b2d;
    font-style: italic;
    margin: 0 0 6.4rem 0
}

.dss-region__text {
    font-family: "Geologica", sans-serif;
    font-weight: 200;
    font-size: 1.6rem
}

.dss-region__right {
    max-width: 80.4rem;
    width: 100%
}

.dss-region__right img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.dss-region__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 1.6rem
}

.dss-region__item {
    padding: 3.2rem;
    width: calc(20% - 1.5rem);
    border-radius: 3.2rem;
    background-color: #fffdf6
}

.dss-region__item h3 {
    font-weight: 400;
    color: #131b1b;
    font-size: 3.2rem;
    line-height: 110%;
    font-family: "Geologica", sans-serif
}

.dss-region__item ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: .5rem
}

.dss-region__item li {
    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;
    text-align: center;
    padding: .8rem 1.3rem;
    border-radius: 10rem;
    border: .1rem solid #924b2d;
    color: #924b2d;
    font-family: "Geologica", sans-serif;
    font-size: 1.6rem;
    line-height: 100%;
    font-weight: 200
}

.dss-region__num {
    color: #924b2d;
    font-size: 1.6rem;
    font-family: "Geologica", sans-serif;
    font-weight: 200;
    margin: 0 0 1.5rem
}

.dss-region__img {
    height: 17.8rem;
    border-radius: 1rem;
    overflow: hidden;
    margin: 0 0 1.5rem 0
}

.dss-region__img img {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
    object-fit: cover
}

.dss-region__info {
    font-size: 1.6rem;
    margin: 0 0 1.5rem 0;
    font-family: "Geologica", sans-serif;
    font-weight: 200;
    color: #605651
}

.dss-region__item:last-child h3 {
    font-size: 2rem;
    margin: 0 0 1.5rem 0
}

.dss-region__item:last-child .dss-region__info {
    font-size: 1.2rem;
    line-height: 110%
}

.dss-region__item:last-child p {
    margin: 0 0 1.5rem 0
}

.dss-location {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left center;
    color: #fffdf6;
    padding: 24rem 0 12.8rem;
    margin: 6.4rem 0
}

.dss-location .container {
    position: relative;
    z-index: 2
}

.dss-location::after {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, .2)
}

.dss-location .dss-title {
    color: #fffdf6;
    max-width: 65rem;
    margin: 0 0 3.2rem 0
}

.dss-location__inner {
    max-width: 68rem;
    width: 100%
}

.dss-location .dss-suptitle {
    color: #fffdf6;
    margin: 0 0 3.2rem 0
}

.dss-location__subtitle {
    margin: 0 0 6.4rem 0;
    font-size: 3.2rem;
    line-height: 110%;
    font-style: italic
}

.dss-location__text {
    font-family: "Geologica", sans-serif;
    font-weight: 200;
    font-size: 1.6rem;
    line-height: 140%
}

.dss-location__text p {
    margin: 0 0 1.5rem 0
}

.dss-infrastructure {
    padding: 6.4rem 0
}

.dss-infrastructure .dss-title {
    margin-bottom: 6.4rem
}

.dss-infrastructure__inner {
    padding: 6.4rem 0;
    border-top: .1rem solid #e7e2cc;
    border-bottom: .1rem solid #e7e2cc;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.dss-infrastructure__left {
    max-width: 33rem;
    width: 100%;
    margin: 0 1rem 0 0;
    height: auto
}

.dss-infrastructure__item {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.dss-infrastructure__item-inner {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.dss-infrastructure__right {
    max-width: 103rem;
    width: 100%
}

.dss-infrastructure__num {
    font-family: "Geologica", sans-serif;
    font-weight: 200;
    color: #dad5cf;
    font-size: 3.2rem;
    margin-bottom: 3rem
}

.dss-infrastructure__text {
    margin-bottom: 3rem;
    font-family: "Geologica", sans-serif;
    font-weight: 200;
    font-weight: 120%
}

.dss-infrastructure__btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.5rem
}

.dss-infrastructure__btns .infrastructure-slider-next,
.dss-infrastructure__btns .infrastructure-slider-prev {
    width: 6.4rem;
    height: 6.4rem
}

.dss-infrastructure__btns .infrastructure-slider-next img,
.dss-infrastructure__btns .infrastructure-slider-prev img {
    display: block;
    height: 100%;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    display: block
}

.dss-infrastructure__btns .infrastructure-slider-prev {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.dss-infrastructure__bot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 6.4rem 0 0 -3.2rem
}

.dss-infrastructure__col {
    margin: 0 0 0 3.2rem;
    width: calc(33.33333% - 3.2rem)
}

.dss-infrastructure__slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1rem;
    width: 100%;
    height: 40rem
}

.dss-infrastructure__slider .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1rem;
    width: 100%;
    height: 100%;
    list-style: none;
    padding: 0;
    margin: 0
}

.dss-infrastructure__slider .swiper-slide {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    min-width: 7rem;
    height: 100%;
    border-radius: 4rem;
    overflow: hidden;
    cursor: pointer;
    -webkit-transition: flex-grow .6s cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-box-flex .6s cubic-bezier(0.22, 0.61, 0.36, 1);
    transition: flex-grow .6s cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-box-flex .6s cubic-bezier(0.22, 0.61, 0.36, 1);
    -o-transition: flex-grow .6s cubic-bezier(0.22, 0.61, 0.36, 1);
    transition: flex-grow .6s cubic-bezier(0.22, 0.61, 0.36, 1);
    transition: flex-grow .6s cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-box-flex .6s cubic-bezier(0.22, 0.61, 0.36, 1), -ms-flex-positive .6s cubic-bezier(0.22, 0.61, 0.36, 1)
}

.dss-infrastructure__slider .swiper-slide.is-active {
    -webkit-box-flex: 8;
    -ms-flex-positive: 8;
    flex-grow: 8
}

.dss-infrastructure__slider .swiper-slide img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.dss-infrastructure__slider .swiper-slide::after {
    content: "";
    position: absolute;
    inset: 0;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.35)), color-stop(35%, rgba(0, 0, 0, 0)));
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 35%);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 35%);
    opacity: 0;
    -webkit-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    transition: opacity .4s ease
}

.dss-infrastructure__slider .swiper-slide.is-active::after {
    opacity: 1
}

.dss-infrastructure__left .dss-infrastructure__item {
    display: none
}

.dss-infrastructure__left .dss-infrastructure__item.is-active {
    display: block
}

.dss-infrastructure__btns>div {
    cursor: pointer
}

.dss-chronology {
    padding: 6.4rem 0
}

.dss-chronology .dss-title {
    margin-bottom: 6.4rem
}

.dss-chronology__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 1.5rem;
    margin-bottom: 1.5rem
}

.dss-chronology__item {
    font-family: "Geologica", sans-serif;
    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;
    width: calc(16.66666% - 1.5rem);
    border-radius: 3.2rem;
    background-color: #fffdf6;
    padding: 3.2rem
}

.dss-chronology__top {
    margin: 0 0 3.5rem 0
}

.dss-chronology__title {
    font-size: 1.6rem;
    color: #7c795a;
    font-weight: 200;
    line-height: 110%;
    margin: 0 0 1.5rem 0
}

.dss-chronology__info {
    font-size: 1.2rem;
    font-weight: 200;
    color: #85a19c;
    line-height: 110%
}

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

.dss-chronology__num {
    font-size: 1.2rem;
    font-weight: 200;
    color: #85a19c;
    line-height: 110%
}

.dss-chronology__line {
    margin-bottom: 6.4rem;
    padding: 3rem 3.2rem;
    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;
    border-radius: 3.2rem;
    background-color: #7c795a
}

.dss-chronology__line .btn {
    color: #7c795a
}

.dss-chronology__line-title {
    font-family: "Geologica", sans-serif;
    font-weight: 200;
    line-height: 110%;
    color: #fffdf6;
    margin: 0 2rem 0 0
}

.dss-chronology__img {
    margin-bottom: 3.2rem;
    width: 100%;
    height: auto;
    border-radius: 3.2rem;
    overflow: hidden
}

.dss-chronology__img img {
    display: block;
    width: 100%;
    height: auto
}

.dss-cottages {
    padding: 6.4rem 0
}

.dss-cottages .dss-suptitle {
    text-align: center
}

.dss-cottages .dss-title {
    text-align: center;
    margin-bottom: 6.4rem
}

.dss-cottages__subtitle {
    font-size: 3.2rem;
    text-align: center;
    font-weight: 500;
    margin-bottom: 3.2rem;
    line-height: 100%;
    color: #924b2d
}

.dss-cottages__subtext {
    font-family: "Geologica", sans-serif;
    font-weight: 200;
    color: #605651;
    text-align: center;
    font-size: 1.6rem;
    line-height: 140%;
    margin-bottom: 6.4rem
}

.dss-cottages__item {
    padding: 6.4rem 0
}

.dss-cottages__item .dss-title {
    text-align: left;
    margin-bottom: 3.2rem
}

.dss-cottages__item:nth-child(even) .dss-cottages__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.dss-cottages__inner {
    margin-bottom: 2.2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 6.4rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.dss-cottages__col {
    width: calc(50% - 2.2rem)
}

.dss-cottages__slider {
    position: relative;
    overflow: hidden;
    border-radius: 3.2rem
}

.dss-cottages__slider .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.dss-cottages__slider .swiper-slide {
    height: auto
}

.dss-cottages__slider .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.dss-cottages__slider .swiper-button-next svg,
.dss-cottages__slider .swiper-button-prev svg {
    display: none
}

.dss-cottages__slider .swiper-button-prev {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.dss-cottages__info {
    max-width: 52rem;
    color: #86a29d;
    font-size: 3.2rem;
    line-height: 100%;
    font-style: italic;
    font-weight: 200;
    margin-bottom: 6.4rem
}

.dss-cottages__text {
    font-family: "Geologica", sans-serif;
    font-size: 1.6rem;
    color: #605651;
    line-height: 140%;
    font-weight: 200;
    max-width: 50.6rem
}

.dss-cottages__text p {
    margin-bottom: 1.5rem
}

.dss-cottages__line {
    padding: 3.2rem;
    text-align: center;
    background-color: #7c795a;
    border-radius: 3.2rem;
    color: #fffdf6
}

.dss-cottages__line-title {
    font-family: "Geologica", sans-serif;
    font-size: 3.2rem;
    line-height: 110%;
    font-weight: 400;
    color: #fffdf6;
    max-width: 79.2rem;
    margin: 0 auto 1.5rem
}

.dss-cottages__btns {
    gap: 1.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.dss-cottages__btns .btn--white {
    color: #7c795a
}

.dss-cottages__box {
    margin-top: 6.4rem;
    padding: 6.4rem;
    border-radius: 3.2rem;
    background-color: #415450;
    color: #fffdf6
}

.dss-cottages__box .btn {
    color: #415450;
    margin: 0 0 0 auto
}

.dss-cottages__box-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-bottom: 3.2rem;
    margin-bottom: 3.2rem;
    border-bottom: .1rem solid #85a19c
}

.dss-cottages__box-item:last-child {
    margin: 0;
    padding: 0;
    border: none
}

.dss-cottages__box-img {
    width: 3.5rem;
    height: 3.5rem;
    margin: 0 6.5rem 0 0
}

.dss-cottages__box-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    display: block
}

.dss-cottages__box-col {
    margin: 0 3.2rem 0 0
}

.dss-cottages__box-title {
    font-family: "Geologica", sans-serif;
    font-size: 3.2rem;
    line-height: 110%;
    margin: 0 0 1.5rem 0
}

.dss-cottages__box-text {
    font-family: "Geologica", sans-serif;
    line-height: 140%;
    font-weight: 200
}

.dss-reality {
    padding: 6.4rem 0
}

.dss-reality .dss-suptitle {
    text-align: center
}

.dss-reality .dss-title {
    text-align: center;
    margin: 0 auto 3.2rem;
    max-width: 89rem
}

.dss-reality__subtitle {
    color: #7c795a;
    font-size: 3.2rem;
    line-height: 100%;
    font-style: italic;
    font-weight: 200;
    margin-bottom: 6.4rem;
    text-align: center
}

.dss-compare {
    margin-bottom: 6.4rem;
    width: 100%;
    max-width: 100%;
    background: #f7f4ec;
    border-radius: 20px
}

.dss-compare__wrapper {
    position: relative;
    width: 100%;
    aspect-ratio: 16/9;
    border-radius: 4rem;
    overflow: hidden;
    cursor: ew-resize;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none
}

.dss-compare__before,
.dss-compare__after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.dss-compare__before img,
.dss-compare__after img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
    pointer-events: none
}

.dss-compare__after {
    z-index: 1
}

.dss-compare__before {
    z-index: 2;
    -webkit-clip-path: inset(0 50% 0 0);
    clip-path: inset(0 50% 0 0)
}

.dss-compare__label {
    position: absolute;
    top: 3rem;
    padding: .8rem 1.8rem;
    background: #f7f4e9;
    color: #1a1a1a;
    font-size: 1.6rem;
    font-weight: 200;
    color: #606048;
    border-radius: 999px;
    z-index: 3;
    pointer-events: none;
    white-space: nowrap;
    font-family: "Geologica", sans-serif
}

.dss-compare__label--left {
    left: 3rem
}

.dss-compare__label--right {
    right: 3rem
}

.dss-compare__slider {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 0;
    z-index: 4;
    pointer-events: none
}

.dss-compare__slider::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -0.1rem;
    width: .2rem;
    background: #f7f4ec;
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, .15);
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .15)
}

.dss-compare__handle {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 4.4rem;
    height: 4.4rem;
    border-radius: 50%;
    background: #f7f4ec;
    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;
    font-size: 18px;
    color: #1a1a1a;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .25);
    box-shadow: 0 2px 10px rgba(0, 0, 0, .25);
    pointer-events: auto;
    cursor: ew-resize
}

.wrapper-bg {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top right;
    background-color: #f7f4e9;
    padding: .1rem 0;
    margin-top: 3.2rem
}

.dss-advertising {
    margin: 6.4rem 0
}

.dss-advertising__inner {
    padding: 6.4rem;
    border-radius: 3.2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #7c795a;
    color: #fffdf6;
    gap: 3rem
}

.dss-advertising__left {
    width: calc(50% - 3rem);
    border-radius: 2.3rem;
    overflow: hidden
}

.dss-advertising__left img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block
}

.dss-advertising__right {
    width: calc(50% - 3rem)
}

.dss-advertising__right .dss-title {
    text-align: left;
    color: #fffdf6
}

.dss-advertising__top {
    color: #fcf4d2;
    font-size: 2rem;
    font-style: italic;
    line-height: 110%;
    border-bottom: .1rem solid #9c9878;
    padding-bottom: 3.2rem;
    margin-bottom: 3.2rem
}

.dss-advertising__top p {
    margin: 0 0 1.5rem 0
}

.dss-advertising__md {
    border-bottom: .1rem solid #9c9878;
    padding-bottom: 3.2rem;
    margin-bottom: 3.2rem
}

.dss-advertising__md h4 {
    color: #fcf4d2;
    font-size: 3.2rem;
    line-height: 100%;
    font-weight: 500;
    margin-bottom: 3.2rem
}

.dss-advertising__md p {
    font-family: "Geologica", sans-serif;
    font-weight: 200;
    font-size: 2rem;
    line-height: 140%;
    margin: 0 0 1.5rem 0
}

.dss-advertising__bot {
    font-size: 3.2rem;
    line-height: 110%;
    font-weight: 500
}

.slider-review {
    overflow: hidden;
    margin: 6.4rem 0 0 0 0
}

.slider-review iframe{
    height: 77rem;
}

.slider-review .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.slider-review .swiper-slide {
    border-radius: 2rem;
    overflow: hidden;
    height: auto
}

.slider-review .swiper-slide a {
    display: block;
    height: 77rem;
}

.slider-review .swiper-slide a img,
.slider-review .swiper-slide a video{
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.slider-arrow,
.swiper-pagination,
.swiper-pagination2,
.swiper-pagination3 {
    position: static
}

.slider-arrow {
    display: block;
    width: 6.4rem;
    height: 6.4rem;
    margin: 0 !important;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.slider-arrow svg {
    display: none
}

.slider-arrow img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    display: block
}

.swiper-prev,
.swiper-prev2,
.swiper-prev3 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.slider-box {
    margin-bottom: 6.4rem;
    margin-top: 3.2rem;
    height: 6.4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1.5rem
}

.swiper-pagination-progressbar-fill {
    background-color: #7c795a !important
}

.dss-gallery .dss-title {
    margin-bottom: 6.4rem
}

.dss-gallery__slider {
    overflow: hidden
}

.dss-gallery .swiper-slide {
    border-radius: 4rem;
    overflow: hidden;
    height: 77.7rem;
}

.dss-gallery .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.dss-faq {
    padding: 6.4rem 0
}

.dss-faq .dss-title {
    margin-bottom: 6.4rem
}

.faq-accordion {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 14px
}

.faq-item {
    background: #f7f4e9;
    border-radius: 3.2rem;
    overflow: hidden;
    -webkit-transition: background .3s ease;
    -o-transition: background .3s ease;
    transition: background .3s ease;
    font-family: "Geologica", sans-serif;
    font-weight: 200;
    color: #7c795a
}

.faq-question {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    background: none;
    border: none;
    text-align: left;
    padding: 1.8rem 3.2rem;
    font-size: 2rem;
    font-family: inherit;
    cursor: pointer;
    font-weight: 200 !important;
    color: #7c795a
}

.faq-icon {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 3.2rem;
    height: 3.2rem;
    border-radius: 50%;
    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;
    margin-left: 20px;
    -webkit-transition: -webkit-transform .35s cubic-bezier(0.4, 0, 0.2, 1);
    transition: -webkit-transform .35s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: transform .35s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform .35s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform .35s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform .35s cubic-bezier(0.4, 0, 0.2, 1)
}

.faq-item.active .faq-icon {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.faq-answer-wrapper {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height .4s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: max-height .4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: max-height .4s cubic-bezier(0.4, 0, 0.2, 1)
}

.faq-answer {
    max-width: 120rem;
    padding: 0 3rem 1.5rem;
    font-size: 1.6rem;
    line-height: 1.4
}

.cottages-box {
    margin: 6.4rem 0
}

.cottages-box__wrap {
    background-color: #f7f4e9;
    border-radius: 3.2rem;
    padding: 6.4rem;
    text-align: center
}

.cottages-box .dss-title {
    margin-bottom: 6.4rem
}

.cottages-box__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 0 -3.2rem;
    text-align: left;
    font-family: "Geologica", sans-serif;
    font-weight: 200;
    line-height: 140%
}

.cottages-box__col {
    width: calc(50% - 3.2rem);
    margin: 0 0 0 3.2rem
}

.cottages-box__btns {
    margin-top: 6.4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 3.2rem
}

.cottages-box__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 6.4rem 0
}

.cottages-box__item .dss-title {
    margin-bottom: 3.2rem
}

.cottages-box__item:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.cottages-box__item__left {
    width: calc(50% - 3.2rem);
    border-radius: 3.2rem;
    overflow: hidden
}

.cottages-box__item__left img {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
    object-fit: cover
}

.cottages-box__item__right {
    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;
    width: calc(50% - 3.2rem)
}

.cottages-box__stickers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 1.5rem;
    margin: 0 0 3.2rem 0
}

.cottages-box__stickers li {
    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;
    color: #86a29d;
    padding: .6rem 1.4rem;
    border-radius: 10rem;
    border: .1rem solid #86a29d;
    font-family: "Geologica", sans-serif;
    font-weight: 200
}

.cottages-box__stickers--bot {
    margin-top: 3.2rem;
    margin-bottom: 0
}

.cottages-box__subtitle {
    color: #86a29d;
    font-style: italic;
    font-size: 3.2rem;
    line-height: 110%;
    font-weight: 200
}

.cottages-box__active-sticker {
    background-color: #86a29d;
    color: #fffdf6 !important
}

.cottages-box__text {
    font-family: "Geologica", sans-serif;
    font-weight: 200;
    font-size: 1.6rem
}

.dss-specs {
    padding: 6.4rem 0 0
}

.dss-specs .dss-title {
    margin-bottom: 6.4rem
}

.dss-specs__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 4.9rem -1.5rem
}

.dss-specs__item {
    width: calc(33.33333% - 1.5rem);
    margin: 0 0 1.5rem 1.5rem;
    background-color: #fffdf6;
    padding: 3.2rem;
    border-radius: 3.2rem
}

.dss-specs__img {
    border-radius: 1rem;
    overflow: hidden;
    height: 38.4rem;
    margin-bottom: 3.2rem
}

.dss-specs__img img {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
    object-fit: cover
}

.dss-specs h3 {
    font-family: "Geologica", sans-serif;
    font-size: 3.2rem;
    color: #131b1b;
    margin-bottom: 1.5rem;
    line-height: 110%;
    font-weight: 400
}

.dss-specs ul li {
    padding-left: 2.8rem;
    position: relative;
    font-family: "Geologica", sans-serif;
    font-weight: 200
}

.dss-specs ul li::before {
    content: "";
    position: absolute;
    top: .9rem;
    left: .9rem;
    width: .6rem;
    height: .6rem;
    border-radius: 50%;
    background-color: #605651
}

.dss-specs__btns {
    padding-top: 3.2rem;
    margin-top: 6.4rem;
    margin-bottom: 6.5rem;
    border-top: .1rem solid #e7e2cc;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 3.2rem
}

.dss-profitability {
    padding: 6.4rem 0
}

.dss-profitability .dss-title {
    margin-bottom: 3.2rem
}

.dss-profitability__subtitle {
    color: #7c795a;
    font-size: 3.2rem;
    line-height: 100%;
    font-style: italic;
    font-weight: 200;
    margin-bottom: 6.4rem
}

.dss-profitability__box {
    background-color: #606048;
    border-radius: 3.2rem;
    padding: 3.2rem 3.2rem 1.6rem 3.2rem;
    color: #fffdf6
}

.dss-profitability__box-title {
    font-size: 1.2rem;
    text-transform: uppercase;
    letter-spacing: .4rem;
    margin: 0 0 1.5rem 0;
    color: #f7f4e9;
    font-family: "Geologica", sans-serif
}

.dss-profitability__box-line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 0 -3.2rem
}

.dss-profitability__col {
    padding: 2rem;
    width: calc(50% - 3.2rem);
    margin: 0 0 1.6rem 3.2rem;
    border-radius: 3.2rem;
    background-color: #7c795a
}

.dss-profitability__sticker {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    padding: .8rem 1.6rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    background-color: #ede2b7;
    color: #606048;
    border-radius: 10rem;
    font-family: "Geologica", sans-serif;
    font-size: 1.6rem;
    line-height: 110%;
    font-weight: 200
}

.dss-profitability__num {
    margin: 3.2rem 0 .5rem 0;
    font-size: 6.4rem;
    line-height: 110%;
    color: #fffdf6
}

.dss-profitability__num span {
    font-size: 3rem
}

.dss-profitability__text {
    border-radius: 10rem;
    font-family: "Geologica", sans-serif;
    font-weight: 200;
    line-height: 140%;
    color: #fffdf6;
    font-size: 1.6rem
}

.dss-profitability__subtext {
    border-radius: 10rem;
    font-family: "Geologica", sans-serif;
    font-weight: 1.6rem;
    font-weight: 200;
    line-height: 140%;
    color: #ede2b7;
    font-size: 1.6rem
}

.dss-profitability__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin: 1.5rem 0 0 -1.5rem
}

.dss-profitability__inner .dss-profitability__num {
    margin: .2rem 0 .5rem 0
}

.dss-profitability__inner-col {
    width: calc(50% - 1.5rem);
    margin: 0 0 1.5rem 1.5rem
}

.dss-profitability__item {
    border-radius: 3.2rem;
    padding: 3.2rem;
    background-color: #f7f4e9;
    height: 100%
}

.dss-profitability__item .btn {
    margin-top: 3.2rem
}

.dss-profitability__item-text {
    font-size: 1.6rem;
    font-family: "Geologica", sans-serif;
    font-weight: 200;
    line-height: 140%
}

.dss-profitability__item-text p {
    margin-bottom: 1.5rem
}

.dss-profitability__bot {
    border-radius: 3.2rem;
    background-color: #7c795a;
    padding: 2rem;
    margin-bottom: 1.6rem
}

.dss-profitability__bot-title {
    font-size: 3.2rem;
    line-height: 110%;
    margin-bottom: .8rem
}

.dss-profitability__bot-text {
    font-family: "Geologica", sans-serif;
    font-weight: 200;
    line-height: 140%;
    color: #fffdf6;
    font-size: 1.6rem
}

.dss-company {
    padding: 6.4rem 0 0;
}

.dss-company .dss-title {
    margin-bottom: 3.2rem
}

.dss-company__subtitle {
    color: #7c795a;
    font-size: 3.2rem;
    line-height: 100%;
    font-style: italic;
    font-weight: 200;
    margin-bottom: 6.4rem
}

.dss-company__inner {
    margin: 6.4rem 0 4.9rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.dss-company__left {
    max-width: 79rem;
    width: 100%;
    margin: 0 2rem 0 0
}

.dss-company__right {
    max-width: 52rem;
    width: 100%
}

.dss-company__item {
    border-radius: 3.2rem;
    background-color: #fffdf6;
    padding: 3.2rem;
    margin-bottom: 1.5rem
}

.dss-company__sticker {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    padding: .8rem 1.6rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    background-color: #7c795a;
    color: #fffdf6;
    border-radius: 10rem;
    font-family: "Geologica", sans-serif;
    font-size: 1.6rem;
    line-height: 110%;
    font-weight: 200;
    margin-bottom: 1.5rem
}

.dss-company__text {
    font-family: "Geologica", sans-serif;
    font-size: 1.6rem;
    line-height: 140%;
    font-weight: 200
}

.dss-company__col-text {
    font-family: "Geologica", sans-serif;
    font-size: 2rem;
    line-height: 140%;
    font-weight: 200;
    margin-bottom: 1.5rem;
    color: #605651
}

.dss-statistic--tree-col {
    padding: 0
}

.dss-statistic--tree-col .dss-statistic__col {
    width: calc(33.33333% - 2rem)
}

.dss-feedback {
    padding: 6.4rem 0 .1rem;
    margin-bottom: 6.4rem;
    background-color: #f7f4e9;
}

.dss-feedback .dss-suptitle {
    text-align: center
}

.dss-feedback .dss-title {
    text-align: center
}

.dss-feedback .dss-title {
    margin-bottom: 3.2rem;
}

.dss-feedback__subtitle {
    color: #7c795a;
    font-size: 3.2rem;
    line-height: 100%;
    font-style: italic;
    font-weight: 200;
    margin-bottom: 3.2rem;
    text-align: center
}

.dss-feedback__subtext {
    font-family: "Geologica", sans-serif;
    font-weight: 200;
    color: #7c795a;
    text-align: center;
    font-size: 1.8rem;
    line-height: 140%;
    margin-bottom: 3.2rem
}

.dss-feedback .btn {
    margin: 0 auto 6.4rem
}

.dss-feedback__slider {
    overflow: hidden
}

.dss-feedback__slider .swiper-slide {
    border-radius: 3.2rem;
    overflow: hidden
}

.dss-feedback__slider .swiper-slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block
}

.thanks-page {
    position: relative;
    background-color: #131b1b;
    border-radius: 0 0 6.4rem 6.4rem;
    overflow: hidden;
    margin-bottom: -6.4rem
}

.thanks-page:before{
    content: "";
    position: absolute;
    inset: 0;
    background-color: #000;
    opacity: .3;
    z-index: 1;
}

.thanks-page .container {
    position: relative;
    z-index: 1
}

.thanks-page__bg {
    position: absolute;
    inset: 0
}

.thanks-page__bg video,
.thanks-page__bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block
}

.thanks-page__inner {
    padding: 27.3rem 0 3rem;
    min-height: 80rem;
    text-align: center;
    color: #fffdf6
}

.thanks-page h1 {
    font-size: 7.5rem;
    font-weight: 600;
    line-height: 100%;
    margin-bottom: 3.2rem
}

.thanks-page__text {
    font-size: 1.6rem;
    font-family: "Ysabeau Infant", sans-serif;
    line-height: 110%
}

.thanks-page__text p {
    margin-bottom: 1.5rem
}

.thanks-page__btns {
    margin-top: 3.2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 1.5rem
}

.footer {
    margin-top: 6.4rem;
    background-color: #9c5436;
    color: #fffdf6;
    border-radius: 6.4rem 6.4rem 0 0;
    overflow: hidden
}

.footer__top {
    background-color: #924b2d;
    padding: 6.4rem 0
}

.footer__top-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 6.4rem
}

.footer__col {
    max-width: 65.6rem;
    width: 100%
}

.footer h2,
.footer__tel {
    display: block;
    font-size: 6.4rem;
    font-weight: 500;
    line-height: 110%;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.footer__tel{
    transition: linear .2s;
}

.footer__tel:hover{
    opacity: .7;
}

.footer__top-suptitle {
    font-family: "Geologica", sans-serif;
    font-size: 1.2rem;
    line-height: 110%;
    font-weight: 300;
    text-transform: uppercase;
    margin: 0 0 3.2rem 0;
    letter-spacing: .4rem
}

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

.footer__col-bot .dss-social {
    margin: 0 1.6rem 0 0
}

.footer__form-wrap {
    background-color: #fffdf6;
    color: #924b2d;
    padding: 6.4rem;
    border-radius: 3.2rem;
    font-family: "Geologica", sans-serif
}

.footer__form-wrap input {
    width: 100%;
    background-color: #f7f4e9;
    color: #924b2d;
    font-family: "Geologica", sans-serif;
    font-weight: 200
}

.footer__form-wrap input::-webkit-input-placeholder {
    color: #924b2d
}

.footer__form-wrap input::-moz-placeholder {
    color: #924b2d
}

.footer__form-wrap input:-ms-input-placeholder {
    color: #924b2d
}

.footer__form-wrap input::-ms-input-placeholder {
    color: #924b2d
}

.footer__form-wrap input::placeholder {
    color: #924b2d
}

.footer__form-title {
    font-size: 3.2rem;
    line-height: 110%;
    color: #924b2d;
    margin: 0 0 1.6rem 0
}

.footer__form-subtitle {
    font-size: 1.8rem;
    font-weight: 200;
    line-height: 140%;
    margin: 0 0 3.2rem 0
}

.footer__col-inner {
    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;
    height: 100%
}

.footer__bot {
    padding: 6.4rem 0
}

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

.footer__logo {
    width: 38rem;
    display: block;
    margin: 0 auto 0 0
}

.footer__logo img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.footer__bot-item {
    margin: 0 0 0 .8rem;
    border-radius: 3.2rem;
    background-color: #924b2d;
    padding: 3.1rem;
    font-family: "Geologica", sans-serif;
    font-weight: 200;
    width: 25rem
}

.footer__bot-item li {
    margin: 0 0 .2rem 0
}

.footer__bot-item li:last-child {
    margin: 0
}

.footer__bot-item li:first-child {
    margin: 0 0 1rem 0
}

.footer__bot-item li:first-child a {
    padding: .8rem 1.6rem;
    background-color: #9c5436;
    border-radius: 10rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.footer__bot-item a {
    font-size: 1.6rem;
    -webkit-transition: linear .2s;
    -o-transition: linear .2s;
    transition: linear .2s
}

.footer__bot-item a:hover {
    opacity: .8
}

.footer__info-inner {
    font-family: "Geologica", sans-serif;
    font-weight: 200;
    padding: 3.3rem 0;
    border-top: .1rem solid #ab6d53;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.footer__info-right {
    text-decoration: underline
}

.dss-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.6rem
}

.dss-social a {
    padding: 1.6rem 2.4rem;
    border-radius: 10rem;
    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;
    background-color: #fffdf6
}

.btn-up {
    margin: 3.2rem 0 0 auto
}

.btn-up img {
    -webkit-transform: rotate(-90deg) !important;
    -ms-transform: rotate(-90deg) !important;
    transform: rotate(-90deg) !important
}

.nf-error-msg, .ninja-forms-req-symbol,
.nf-form-title,
.nf-form-fields-required{
    display: none;
}

.nf-form-content nf-fields-wrap{
    display: flex;
    gap: 1.5rem;
}

.field-wrap input[type=submit]{
        background-color: #fff;
    color: #924b2d;
    cursor: pointer;
    padding: 1.6rem 5.2rem 1.6rem 3.2rem;
}

.submit-wrap{
    position: relative;
}

.submit-wrap:before{
    content: "";
    position: absolute;
    right: 2rem;
    top: 50%;
    transform: translateY(-50%);
    background-image: url('/wp-content/uploads/2026/07/arow-orange-stroke.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 18px;
    height: 18px;
    z-index: 1;
}

.f-button.is-close-btn{
    position: absolute !important;
    width: 5.1rem;
    height: 3.2rem;
    border-radius: 10rem;
    background-color: #924B2D !important;
    opacity: 1 !important;
    top: 4rem !important;
    right: 4rem !important;
}

  .dss-modal {
      position: relative;
      background-color: #FFFDF6;
      border-radius: 3.2rem;
      padding: 13rem 2rem 6.4rem;
    display: none;
    max-width: 67rem;
    width: 100%;
  }
  
  .dss-modal .nf-form-content nf-fields-wrap{
      flex-direction: column;
  }
  
  .dss-modal input{
      background-color: #F1EDDB;
      color: #924B2D;
      
  }
  .dss-modal input:placeholder{
      color: #924B2D !important;
  }
  
  .dss-modal .nf-field-container{
      margin: 0;
  }
  
  .dss-modal .field-wrap input[type=submit]{
      background-color: #924B2D;
      color: #FFFDF6;
      width: 100%;
  }
  
 .dss-modal .submit-wrap:before{
      background-image: url('/wp-content/uploads/2026/07/arow-white-stroke.svg');
  }
  
    .dss-modal__box{
        max-width: 28.5rem;
        width: 100%;
        margin: 0 auto;
    }

  .dss-modal__title {
    font-family: "Geologica", sans-serif;
    font-size: 3.2rem;
    line-height: 110%;
    font-weight: 400;
    color: #924B2D;
    margin-bottom: 1.5rem;
    text-align: center;
  }

  .dss-modal__text {
    font-family: "Geologica", sans-serif;
    font-size: 1.8rem;
    line-height: 110%;
    font-weight: 200;
    color: #924B2D;
    margin-bottom: 3.2rem;
    text-align: center;
  }

.dss-chronology__box-hide{
    display: none;
}

.margin-top{
    margin-top: -6.4rem;
}

.instagram-media{
    width: 100%;
    height: 100%;
    display: block;
}


/* Адаптивна обгортка для YouTube iframe */
.dss-video__wrapper {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    height: 0;
    overflow: hidden;
	margin-bottom: 6.4rem;
}

.dss-video__wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

/* Запасний текст для браузерів без JavaScript */
.dss-video__wrapper noscript {
    display: block;
}

/* Для мобільних пристроїв */
@media (max-width: 768px) {
    .dss-video__wrapper {
        padding-bottom: 56.25%; /* 16:9 */
    }
    
}

.error404 .header__box{
    display: none;
}


@media(min-width: 1200px) {
    .header.is-sticky {
        -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, .1);
        box-shadow: 0 2px 8px rgba(0, 0, 0, .1);
        background-color: rgba(0, 0, 0, .2);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px)
    }
}

@media(max-width: 1200px) {

    .footer h2,
    .footer__tel {
        font-size: 4.4rem
    }

    .footer__form-title {
        font-size: 2.2rem
    }

    .footer__form-subtitle {
        font-size: 1.6rem
    }

    .footer__logo {
        width: 17rem
    }

    .dss-social a {
        padding: 1.6rem 1.4rem
    }

    .header__menu-btn,
    .header__box-mob {
        display: block
    }

    .header__inner {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 6.4rem;
        border-radius: 10rem;
        background-color: #f7f4e9;
        padding: 1.5rem;
        -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .08);
        box-shadow: 0 2px 6px rgba(0, 0, 0, .08)
    }

    .header {
        top: 1.5rem
    }

    .header__menu-box {
        margin: 0;
        position: fixed;
        top: 8.5rem;
        right: 1.5rem;
        left: 1.5rem;
        width: calc(100% - 3rem);
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        z-index: 99999;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 1.5rem;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
        overflow: auto;
        background-color: #f7f4e9;
        opacity: 0;
        -webkit-transition: linear .4s;
        -o-transition: linear .4s;
        transition: linear .4s;
        border-radius: 3.2rem
    }

    .header__menu-box.open {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }

    .header__menu-btn {
        position: relative;
        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;
        width: 5.1rem;
        height: 3.1rem;
        border-radius: 100rem;
        background-color: #924b2d;
        border: none
    }

    .header__menu-btn span {
        background-color: #fffdf6;
        width: 1.2rem;
        height: .1rem;
        border-radius: 1rem;
        -webkit-transition: linear .2s;
        -o-transition: linear .2s;
        transition: linear .2s
    }

    .header__menu-btn::after,
    .header__menu-btn::before {
        content: "";
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        background-color: #fffdf6;
        width: 1.2rem;
        height: .1rem;
        border-radius: 1rem;
        -webkit-transition: linear .2s;
        -o-transition: linear .2s;
        transition: linear .2s
    }

    .header__menu-btn::after {
        top: 1.2rem
    }

    .header__menu-btn::before {
        bottom: 1.2rem
    }

    .header__menu-btn.active span {
        opacity: 0
    }

    .header__menu-btn.active::after,
    .header__menu-btn.active::before {
        left: 50%;
        top: 50%;
        bottom: auto;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }

    .header__menu-btn.active::after {
        -webkit-transform: translate(-50%, -50%) rotate(45deg);
        -ms-transform: translate(-50%, -50%) rotate(45deg);
        transform: translate(-50%, -50%) rotate(45deg)
    }

    .header__menu-btn.active::before {
        -webkit-transform: translate(-50%, -50%) rotate(-45deg);
        -ms-transform: translate(-50%, -50%) rotate(-45deg);
        transform: translate(-50%, -50%) rotate(-45deg)
    }

    .header__logo {
        width: 8rem
    }

    .header__logo img {
        display: none
    }

    .header__logo-mob {
        display: block !important
    }

    .dss-intro__box {
        margin: 0 auto;
        text-align: center
    }

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

    .dss-intro__col {
        width: 100%
    }

    .dss-intro h1 {
        font-size: 5.5rem
    }

    .dss-intro__subtitle {
        font-size: 2.2rem
    }

    .dss-intro__col-box {
        margin: 3.2rem auto 3.2rem
    }

    .dss-intro__inner {
        height: 70rem
    }

    .social-dropdown,
    .header .nav-pill {
        display: none
    }

    .header__box {
        margin: 0 0 1.5rem 0;
        width: 100%;
        border-radius: 2rem
    }

    .header__box ul {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: .8rem
    }

    .header__box li {
        width: calc(50% - .8rem);
        text-align: center
    }

    .header__box a {
        background-color: #f7f4e9
    }

    .header__box .is-active {
        color: #fffdf6;
        background-color: #924b2d
    }

    .header__menu-box .btn {
        width: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin: 0 0 1.5rem 0
    }

    .header__box-mob {
        width: 100%;
        border: .1rem solid #924b2d;
        border-radius: 2rem;
        padding: 1.5rem
    }

    .header__box-mob .dss-social {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .header__box-mob .dss-social a {
        padding: .8rem 2.3rem
    }

    .header__box-mob .dss-social a img {
        display: block;
        width: 1.2rem;
        height: 1.2rem
    }

    .header__mob-tel {
        display: block;
        padding: .8rem;
        text-align: center;
        width: 100%;
        background-color: #fffdf6;
        color: #924b2d;
        font-size: 1.2rem;
        border-radius: 10rem;
        margin: 0 0 .8rem 0
    }

    .dss-statistic__num span {
        font-size: 4.6rem
    }

    .dss-statistic__num {
        font-size: 3.4rem
    }

    .dss-region__item {
        width: calc(50% - 1.5rem);
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto
    }

    .dss-title {
        font-size: 5rem
    }

    .dss-chronology__item {
        border-radius: 1.5rem;
        padding: 2rem 1.5rem
    }

    .cottages-box__item .dss-title {
        font-size: 3.2rem
    }

    .cottages-box__subtitle {
        font-size: 2.2rem
    }

    .cottages-box__stickers li {
        font-size: 1.6rem
    }

    .dss-specs__img {
        height: 26.4rem
    }

    .dss-specs__item {
        padding: 1.5rem;
        border-radius: 1.5rem
    }

    .dss-specs h3 {
        font-size: 3.2rem
    }
}

@media(max-width: 991px) {
    .slider-review iframe {
        height: 60rem;
    }
    .nf-form-content nf-fields-wrap{
        flex-direction: column;
    }

input[type=submit]{
    width: 100% !important;
}
    .nf-field-container{
        margin: 0 !important;
    }
    .dss-specs__item {
        width: calc(50% - 1.5rem)
    }

    .dss-specs .dss-title {
        margin-bottom: 3.2rem
    }

    .header__box a {
        font-size: 1.2rem
    }

    .dss-intro {
        border-radius: 0 0 3.2rem 3.2rem
    }

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

    .footer__col {
        max-width: 100%
    }

    .footer__col-bot {
        margin-top: 3rem
    }

    .dss-social a {
        padding: 1.6rem 1.9rem
    }

    .footer__bot-inner {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .footer__bot-item {
        max-width: calc(33.33333% - .8rem);
        width: 100%
    }

    .footer__logo {
        width: 100%;
        margin: 0 0 3rem 0
    }

    .footer__logo img {
        width: 20rem
    }

    .footer__info-inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center
    }

    .footer__info-left {
        margin: 0 0 1rem 0
    }

    .footer__form-wrap,
    .footer__bot-item {
        padding: 2rem
    }

    .footer {
        border-radius: 3.2rem 3.2rem 0 0
    }

    .footer__form-wrap,
    .footer__bot-item {
        border-radius: 1.5rem
    }

    .dss-intro h1 {
        font-size: 4.8rem
    }

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

    .dss-intro .btn {
        padding: 1.2rem 2rem;
        font-size: 1.2rem
    }

    .dss-intro .btn img,
    .dss-intro .btn svg {
        width: 1.2rem;
        height: 1.2rem;
        -o-object-fit: contain;
        object-fit: contain;
        margin: 0 0 0 .8rem
    }

    .dss-video h2 {
        font-size: 7.6rem
    }

    .dss-intro,
    .dss-video .dss-suptitle,
    .dss-video h2,
    .dss-video video,
	.dss-video iframe,
    .dss-chronology .dss-title,
    .dss-chronology__line,
    .dss-cottages .dss-title,
    .dss-cottages__info,
    .dss-gallery .dss-title,
    .dss-faq .dss-title,
    .dss-profitability__subtitle,
    .dss-specs__btns,
    .dss-feedback{
        margin-bottom: 3.2rem
    }

    .dss-cottages__subtext {
        margin: 0
    }

    .dss-statistic .container {
        padding-top: 3.2rem
    }

    .dss-statistic.btn {
        padding-bottom: 3.2rem
    }

    .dss-video,
    .dss-region,
    .dss-infrastructure,
    .dss-chronology,
    .dss-cottages,
    .dss-cottages__item,
    .dss-reality,
    .dss-specs,
    .dss-faq,
    .dss-profitability,
    .dss-feedback{
        padding: 3.2rem 0
    }
    .dss-company{
        margin: 3.2rem 0 0;
    }
    
    .dss-company__inner {
        margin: 3.2rem 0 1.6rem;
    }

    .dss-specs {
        padding-bottom: 0
    }

    .dss-cottages__box {
        margin-top: 3.2rem
    }

    .dss-location {
        margin: 3.2rem 0
    }

    .dss-location {
        padding: 8rem 0
    }

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

    .form-wrap input {
        max-width: none;
        width: 100%;
        margin: 0 0 1.5rem 0
    }

    .form-wrap .btn {
        width: 100%
    }

    .dss-statistic__box {
        margin: 0 0 3.2rem 0;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .dss-statistic__col {
        width: calc(33.33333% - 2rem)
    }

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

    .dss-title {
        font-size: 4.2rem
    }

    .dss-region__left {
        max-width: 100%;
        margin: 0 0 2rem 0
    }

    .dss-region__subtitle {
        font-size: 2.2rem
    }

    .dss-region__subtitle {
        margin-bottom: 3.2rem
    }

    .dss-location__subtitle {
        font-size: 2.2rem;
        margin: 0 0 3.2rem 0
    }

    .dss-chronology__item {
        width: calc(33.33333% - 1.5rem)
    }

    .dss-cottages__inner {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .dss-cottages__col {
        width: 100%
    }

    .dss-cottages__text {
        max-width: 100%
    }

    .dss-cottages__inner {
        gap: 3.2rem
    }

    .dss-cottages__subtitle {
        font-size: 2.2rem
    }

    .dss-cottages__info {
        font-size: 2rem
    }

    .dss-cottages__line-title {
        font-size: 2.2rem
    }

    .dss-cottages__box-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center
    }

    .dss-cottages__box .btn {
        margin: 0
    }

    .dss-cottages__box-img {
        margin: 0 auto 1.5rem
    }

    .dss-cottages__box-text {
        margin-bottom: 1.5rem
    }

    .dss-cottages__box-title {
        font-size: 2.2rem
    }

    .dss-cottages__box .btn {
        width: 100%
    }

    .dss-cottages__box {
        border-radius: 1.5rem;
        padding: 3rem 1.5rem
    }

    .dss-reality__subtitle {
        font-size: 2rem;
        margin-bottom: 3.2rem
    }

    .dss-compare__wrapper {
        border-radius: 1.5rem
    }

    .dss-advertising__inner {
        padding: 3rem 1.5rem;
        border-radius: 1.5rem
    }

    .dss-advertising__left {
        border-radius: 1.5rem
    }

    .dss-advertising__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .dss-advertising__left,
    .dss-advertising__right {
        width: 100%
    }

    .slider-box {
        margin-bottom: 3.2rem
    }

    .wrapper-bg,
    .dss-advertising {
        margin: 3.2rem 0
    }

    .wrapper-bg {
        margin-bottom: 0
    }

    .dss-gallery .swiper-slide {
        border-radius: 1.5rem
    }

    .cottages-box__wrap {
        background-color: #f7f4e9;
        border-radius: 3.2rem;
        padding: 3.5rem 1.5rem;
        text-align: center
    }

    .dss-specs h3 {
        font-size: 2.2rem
    }

    .dss-specs__img {
        margin-bottom: 1.5rem
    }

    .dss-profitability__box {
        padding: 3.2rem 1.5rem 1.6rem 1.5rem
    }

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

    .dss-profitability__inner-col {
        width: calc(100% - 1.5rem)
    }

    .dss-profitability__item {
        padding: 3.2rem 1.5rem
    }

    .thanks-page h1 {
        font-size: 4.8rem
    }

    .thanks-page {
        border-radius: 0 0 3.2rem 3.2rem
    }

    .thanks-page__inner {
        padding: 17.3rem 0 3rem;
        min-height: 70rem;
        text-align: center;
        color: #fffdf6
    }

    .dss-infrastructure__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .dss-infrastructure__left {
        max-width: 100%;
        width: 100%;
        margin: 3.2rem 0 0 0;
        height: auto
    }
    .dss-company__inner{
        flex-direction: column-reverse;
    }
    
    .dss-region{
        margin-bottom: -3.2rem;
    }
    .margin-top{
        margin-top: -3.2rem;
    }
}

@media(max-width: 767px) {
    .slider-review iframe {
    height: 63rem;
}
	.dss-video__wrapper {
		margin-bottom: 3.2rem;
	}
    .dss-feedback__slider .swiper-slide {
        border-radius: 1.6rem;
    }
    .dss-statistic--tree-col .dss-statistic__box{
        justify-content: flex-start;
    }
    .dss-statistic--tree-col .dss-statistic__col{
            width: calc(50% - 2rem);
    }
    .slider-review .swiper-slide a,
    .dss-gallery .swiper-slide{
        height: 45rem;
    }
    .dss-infrastructure .dss-title {
        margin-bottom: 3.2rem
    }

    .dss-infrastructure__inner {
        padding: 3rem 0
    }

    .dss-infrastructure__slider {
        height: 25rem
    }

    .dss-infrastructure__slider .swiper-slide {
        min-width: 3rem;
        border-radius: 2rem
    }

    .dss-infrastructure__num {
        font-size: 2.2rem;
        margin-bottom: 2rem
    }

    .dss-infrastructure__btns .infrastructure-slider-next,
    .dss-infrastructure__btns .infrastructure-slider-prev {
        width: 4.4rem;
        height: 4.4rem
    }

    .dss-infrastructure__bot {
        margin: 3.2rem 0 0 -3.2rem
    }

    .dss-infrastructure__col {
        margin: 0 0 3.2rem 3.2rem;
        width: calc(100% - 3.2rem)
    }

    .dss-infrastructure__col:last-child {
        margin-bottom: 0
    }

    .dss-compare {
        margin-bottom: 3.2rem
    }

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

    .thanks-page__btns .btn {
        width: 100%
    }

    .faq-question {
        padding: 1.8rem 1.5rem;
        font-size: 1.8rem
    }

    .faq-item {
        border-radius: 1.5rem
    }

    .faq-answer {
        padding: 0 1.5rem 1.5rem
    }

    .cottages-box__col:last-child {
        margin-bottom: 0
    }

    .cottages-box__btns {
        margin-top: 3.2rem
    }

    .cottages-box__item__left {
        border-radius: 1.5rem
    }

    .cottages-box__item {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .cottages-box__item__left,
    .cottages-box__item__right {
        width: 100%
    }

    .cottages-box__subtitle {
        margin-bottom: 3.2rem;
        margin: 0
    }

    .cottages-box__item__right {
        margin-bottom: 3.2rem
    }

    .cottages-box__wrap {
        border-radius: 1.5rem
    }

    .cottages-box__col {
        width: calc(100% - 3.2rem);
        margin: 0 0 1.5rem 3.2rem
    }

    .cottages-box .dss-title {
        margin-bottom: 3.2rem
    }

    .cottages-box__btns {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 1.5rem
    }

    .cottages-box__btns .btn {
        width: 100%
    }

    .dss-intro--page .dss-intro__btns {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .dss-intro--page .dss-intro__btns .btn {
        width: 100%
    }

    .slider-box {
        height: 4.4rem
    }

    .slider-review .swiper-slide {
        border-radius: 1.5rem
    }

    .slider-arrow {
        width: 4.4rem;
        height: 4.4rem
    }

    .dss-advertising__top,
    .dss-advertising__md p {
        font-size: 1.8rem
    }

    .dss-advertising__bot {
        font-size: 2.2rem
    }

    .dss-advertising__md h4 {
        font-size: 2.6rem
    }

    .dss-compare__wrapper {
        aspect-ratio: 4/5
    }

    .dss-compare__label--left {
        left: 1.4rem
    }

    .dss-compare__label--right {
        right: 1.4rem
    }

    .dss-cottages__line {
        padding: 3rem 1.5rem
    }

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

    .dss-cottages__btns .btn {
        width: 100%
    }

    .dss-cottages__slider,
    .dss-cottages__line {
        border-radius: 1.5rem
    }

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

    .dss-chronology__line-title {
        margin: 0 0 1.5rem 0;
        text-align: center
    }

    .dss-chronology__line,
    .dss-chronology__img {
        border-radius: 1.5rem
    }

    .form-wrap__title {
        font-size: 2.2rem
    }

    .dss-chronology__item {
        width: calc(50% - 1.5rem)
    }

    .dss-title {
        font-size: 3.4rem
    }

    .dss-statistic__num span {
        font-size: 3.6rem
    }

    .dss-statistic__col {
        width: calc(50% - 2rem)
    }

    .dss-statistic__text {
        font-size: 1.4rem
    }

    .dss-statistic__num {
        margin: 0 0 1rem 0
    }

    .form-wrap {
        padding: 3.5rem 1.5rem;
        border-radius: 1.5rem;
        background-size: 30%
    }

    .footer h2,
    .footer__tel {
        font-size: 2.4rem
    }

    .footer__col-bot {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .footer__col-bot .btn {
        margin: 3rem auto 0
    }

    .footer__col-bot .dss-social {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 0 auto
    }

    .footer__col-box {
        text-align: center
    }

    .footer h2,
    .footer__tel {
        width: 100%
    }

    .footer__bot-item {
        max-width: none;
        width: calc(50% - .8rem);
        margin: 0 0 .8rem .8rem;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto
    }

    .footer__top {
        padding: 6.4rem 0 4rem
    }

    .footer__bot {
        padding: 4rem 0
    }

    .footer__logo img {
        margin: 0 auto
    }

    .dss-video h2 {
        font-size: 4.6rem
    }

    .dss-video video,
	.dss-video iframe{
        border-radius: 1.5rem
    }

    .dss-video__box {
        gap: 3rem
    }

    .dss-video__col {
        width: 100%
    }

    .dss-region__item {
        padding: 1.5rem;
        border-radius: 1.5rem
    }

    .dss-region__item h3 {
        font-size: 2.2rem
    }

    .dss-region__item li {
        font-size: 1.2rem
    }

    .dss-region__img {
        height: 12.8rem
    }

    .dss-specs__item {
        width: calc(100% - 1.5rem)
    }

    .dss-specs .dss-title {
        font-size: 3rem
    }

    .dss-specs__btns {
        margin-top: 3.2rem;
        gap: 1.5rem;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .dss-specs__btns .btn {
        width: 100%
    }

    .dss-profitability__box,
    .dss-profitability__col,
    .dss-profitability__bot {
        border-radius: 1.5rem
    }

    .dss-profitability__num {
        margin: 2.2rem 0 .5rem 0;
        font-size: 3.4rem
    }

    .dss-profitability__col {
        padding: 1.5rem;
        width: calc(50% - 1rem);
        margin: 0 0 1.6rem 1rem
    }

    .dss-profitability__bot-title {
        font-size: 2.2rem
    }

    .dss-profitability__box-line {
        margin: 0 0 0 -1rem
    }
}