@font-face {
    font-family: "Graphik";
    src: url("../fonts/graphik/Graphik-Regular.woff");
    font-weight: 400
}

@font-face {
    font-family: "Graphik";
    src: url("../fonts/graphik/Graphik-Medium.woff");
    font-weight: 500
}

@font-face {
    font-family: "Graphik";
    src: url("../fonts/graphik/Graphik-Bold.woff");
    font-weight: 700
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-style: normal
}

html {
    scroll-behavior: smooth
}

body {
    width: 100%;
    overflow-x: hidden;
    font-family: "Graphik", 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;
    min-height: 100vh;
    background: #151515
}

main {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.scroll-locked {
    height: 100vh;
    overflow: hidden
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    padding: 0;
    margin: 0
}

img,
svg {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

a {
    text-decoration: none;
    cursor: pointer !important
}

button {
    cursor: pointer
}

a:hover,
a:focus {
    text-decoration: none
}
.promo-video video {
    width: 100%;
    display: block;
}
.promo-video {
    position: absolute;
    /* z-index: 999999; */
    /* left: 0; */
    right: 0;
    /* top: 0; */
    bottom: 0;
    min-width: 100%;
    min-height: 100vh;
}
.promo {
    overflow: hidden;
}
.promo-video:before {
    content: '';
    background: #00000054;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.chees-block {
    display: flex;
    gap:20px;
}
.chees-block >a:nth-child(1) {
    width: 60%;
    display:    block; 
}
.chees-block-img img {
    width: 100%;
}
.mobile {
        display: none;
    }
    .desctop {
        display: block;
    }
.chees-block >a:nth-child(2) {
    width: 40%;
    display: block;
}



.icon {
    display: inline-block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    background-position: center !important
}

ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.absolute-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0
}

.overlay {
    background: rgba(0, 0, 0, .5);
    z-index: 5;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: none
}

.overlay.show {
    display: block
}

.btn-plain {
    border: none;
    background: rgba(0, 0, 0, 0);
    outline: none;
    padding: 0;
    margin: 0
}

.btn-stroke {
    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;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 10px 50px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    border-radius: 100px;
    background: rgba(0, 0, 0, 0);
    border: 1px solid var(--Dark-Grey, #808080);
    color: var(--White, #FFF);
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    -webkit-transition: .2s ease;
    -o-transition: .2s ease;
    transition: .2s ease
}

.btn-stroke-dark {
    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;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 10px 50px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    border-radius: 100px;
    background: rgba(0, 0, 0, 0);
    border: 1px solid var(--Dark-Grey, #808080);
    color: #151515;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    -webkit-transition: .2s ease;
    -o-transition: .2s ease;
    transition: .2s ease
}

.btn-main {
    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;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 10px 40px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    border-radius: 10px;
    background: #398050;
    border: none;
    color: #fff;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    -webkit-transition: .2s ease;
    -o-transition: .2s ease;
    transition: .2s ease
}

.btn-white {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 10px 30px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    border-radius: 30px;
    background: #fff;
    color: #3e6e45;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%
}

.input-form label {
    display: none
}

.input-form input {
    width: 100%;
    padding: 14px 30px;
    border-radius: 35px;
    border: 1px solid var(--Dark-Grey, #808080);
    background: rgba(0, 0, 0, 0);
    font-family: "Graphik", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    color: #fff;
}
.input-form input::-webkit-input-placeholder {
    color: var(--Dark-Grey, #808080);
    font-family: "Graphik", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%
}

.input-form input::-moz-placeholder {
    color: var(--Dark-Grey, #808080);
    font-family: "Graphik", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%
}

.input-form input:-ms-input-placeholder {
    color: var(--Dark-Grey, #808080);
    font-family: "Graphik", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%
}

.input-form input::-ms-input-placeholder {
    color: var(--Dark-Grey, #808080);
    font-family: "Graphik", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%
}

.input-form input::placeholder {
    color: var(--Dark-Grey, #808080);
    font-family: "Graphik", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%
}

.input-form input:focus {
    outline: none
}

.input-container {
    display: block;
    position: relative
}

.input-container small {
    color: var(--Text-Black, #2C2C2C);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    display: block;
    margin-bottom: 8px
}

.input-container input {
    border-radius: 10px;
    border: 1px solid var(--Border-Light-Gray, #E5E5E5);
    background: #fff;
    padding: 11.5px 35px 11.5px 16.5px;
    color: #2c2c2c;
    font-family: Graphik;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    width: 100%
}

.input-container input::-webkit-input-placeholder {
    color: var(--Dark-Gray, #939393);
    font-family: Graphik;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%
}

.input-container input::-moz-placeholder {
    color: var(--Dark-Gray, #939393);
    font-family: Graphik;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%
}

.input-container input:-ms-input-placeholder {
    color: var(--Dark-Gray, #939393);
    font-family: Graphik;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%
}

.input-container input::-ms-input-placeholder {
    color: var(--Dark-Gray, #939393);
    font-family: Graphik;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%
}

.input-container input::placeholder {
    color: var(--Dark-Gray, #939393);
    font-family: Graphik;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%
}

.input-container span {
    position: absolute;
    color: var(--Text-Black, #2C2C2C);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    right: 15px;
    bottom: 10px
}

.animatable {
    visibility: hidden;
    -webkit-animation-play-state: paused;
    animation-play-state: paused
}

.animated {
    visibility: visible;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-play-state: running;
    animation-play-state: running
}

@-webkit-keyframes fadeIn {
    0%,
    60% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes fadeIn {
    0%,
    60% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.3);
        transform: scale(0.3)
    }
    50% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }
    70% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.3);
        transform: scale(0.3)
    }
    50% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }
    70% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes bounceInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
    60% {
        -webkit-transform: translateX(20px);
        transform: translateX(20px)
    }
    80% {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes bounceInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
    60% {
        -webkit-transform: translateX(20px);
        transform: translateX(20px)
    }
    80% {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes bounceInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px)
    }
    60% {
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px)
    }
    80% {
        -webkit-transform: translateX(5px);
        transform: translateX(5px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes bounceInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px)
    }
    60% {
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px)
    }
    80% {
        -webkit-transform: translateX(5px);
        transform: translateX(5px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes moveUp {
    0% {
        -webkit-transform: translateY(40px);
        transform: translateY(40px)
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes moveUp {
    0% {
        -webkit-transform: translateY(40px);
        transform: translateY(40px)
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes fadeBgColor {
    0%,
    70% {
        background: none
    }
    100% {
        background: #464646
    }
}

@keyframes fadeBgColor {
    0%,
    70% {
        background: none
    }
    100% {
        background: #464646
    }
}

.animated.animationDelay {
    -webkit-animation-delay: .4s;
    animation-delay: .4s
}

.animated.animationDelayMed {
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s
}

.animated.animationDelayLong {
    -webkit-animation-delay: 1.6s;
    animation-delay: 1.6s
}

.animated.fadeBgColor {
    -webkit-animation-name: fadeBgColor;
    animation-name: fadeBgColor
}

.animated.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn
}

.animated.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight
}

.animated.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft
}

.animated.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

.animated.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

.animated.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

.animated.moveUp {
    -webkit-animation-name: moveUp;
    animation-name: moveUp
}

.insta {
    background: url("../img/icon/insta.svg");
    width: 24px;
    height: 24px
}

.facebook {
    background: url("../img/icon/facebook.svg");
    width: 24px;
    height: 24px
}

.telegram {
    background: url("../img/icon/telegram.svg");
    width: 24px;
    height: 24px
}
.raffle h1 {
    color: #fff;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    margin-bottom: 15px;
}
.raffle p {
    margin-bottom: 10px;
    color: rgb(255 255 255 / 91%);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
}
.raffle h2 {
    color: #fff;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    margin-bottom: 25px;
    margin-top: 25px;
}
.raffle table {
    border-radius: 7px;
    width: 100%;
    /* border: 1px solid #fff; */
    /* overflow: hidden; */
    margin-bottom: 20px;
}
.raffle table td, .raffle table th {
    border: 1px solid #fff;
    padding: 7px 10px;
    color: #fff;
}
.raffle a {
    color: #fff;
    display: inline-block;
    margin-top: 15px;
    font-size: 20px;
}
.raffle a:hover {
    cursor: pointer;
}
.tiktok {
    background: url("../img/icon/tiktok.svg");
    width: 24px;
    height: 24px
}

.insta-white {
    background: url("../img/icon/insta-white.svg");
    width: 24px;
    height: 24px
}

.facebook-white {
    background: url("../img/icon/facebook-white.svg");
    width: 24px;
    height: 24px
}

.telegram-white {
    background: url("../img/icon/telegram-white.svg");
    width: 24px;
    height: 24px
}
.whatsapp-white {
    background: url("../img/icon/whatsapp-white.svg");
    width: 24px;
    height: 24px
}
.tiktok-white {
    background: url("../img/icon/tiktok-white.svg");
    width: 24px;
    height: 24px
}

.loup {
    background: url("../img/icon/loup.svg");
    width: 16px;
    height: 16px
}

.pin {
    background: url("../img/icon/pin.svg");
    width: 14px;
    height: 20px
}

.phone {
    background: url("../img/icon/phone.svg");
    width: 20px;
    height: 20px
}

.clock {
    background: url("../img/icon/clock.svg");
    width: 20px;
    height: 20px
}

.close {
    background: url("../img/icon/close.svg");
    width: 12px;
    height: 12px
}

.close-gray {
    background: url("../img/icon/close-gray.svg");
    width: 12px;
    height: 12px
}

.close-white {
    background: url("../img/icon/close-white.svg");
    width: 40px;
    height: 40px
}
.sales-list > div:nth-child(1) {
    background: linear-gradient(90deg, #3D6D44 38.61%, rgba(61, 109, 68, 0) 95.89%), url(../img/sale1.png) #d3d3d3 50% / cover no-repeat;
    background-position: right;
}
.sales-list > div:nth-child(2) {
    background: linear-gradient(90deg, #3D6D44 38.61%, rgba(61, 109, 68, 0) 95.89%), url(../img/sale2.png) #d3d3d3 50% / cover no-repeat;
    background-position: right;
}
.sales-list > div:nth-child(3) {
    background: linear-gradient(90deg, #3D6D44 38.61%, rgba(61, 109, 68, 0) 95.89%), url(../img/sale3.png) #d3d3d3 50% / cover no-repeat;
    background-position: right;
}

.play-button {
    background: url("../img/icon/play-button.svg");
    width: 64px;
    height: 64px
}

.mail {
    background: url("../img/icon/mail.svg");
    width: 24px;
    height: 20px
}

.insta-lg {
    background: url("../img/icon/insta-lg.svg");
    width: 24px;
    height: 24px
}

header {
    position: relative;
    z-index: 10
}

.header-row {
    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;
    padding: 25px 0;
    min-height: 110px
}

.toggle-mobile-menu {
    display: none;
    width: 24px;
    height: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 4px;
    position: relative
}

.toggle-mobile-menu span {
    height: 2px;
    width: 18px;
    border-radius: 20px;
    background: #fff;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease
}

.toggle-mobile-menu.active span {
    background: #222221
}

.toggle-mobile-menu.active span:nth-of-type(1) {
    -webkit-transform: translateY(6px) rotate(45deg);
    -ms-transform: translateY(6px) rotate(45deg);
    transform: translateY(6px) rotate(45deg)
}

.toggle-mobile-menu.active span:nth-of-type(2) {
    opacity: 0
}

.toggle-mobile-menu.active span:nth-of-type(3) {
    -webkit-transform: translateY(-6px) rotate(-45deg);
    -ms-transform: translateY(-6px) rotate(-45deg);
    transform: translateY(-6px) rotate(-45deg)
}

.header-logo img {
    width: 110px;
    height: auto
}

.close-mobile-menu {
    display: none
}

.header-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5px;
    padding: 10px;
    border-radius: 100px;
    background: rgba(255, 255, 255, .2);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px)
}

.header-nav-link {
    border-radius: 100px;
    padding: 10px 20px;
    position: relative;
    overflow: hidden;
    z-index: 1
}

.header-nav-link span {
    display: block;
    color: var(--White, #FFF);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    position: relative;
    z-index: 1
}

.header-nav-link:before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: var(--Gradient, linear-gradient(93deg, #3E653E 0%, #388553 100%));
    -webkit-transition: opacity .2s linear;
    -o-transition: opacity .2s linear;
    transition: opacity .2s linear;
    opacity: 0
}

.header-nav-link.active:before {
    opacity: 1
}

.header-social {
    display: none
}

.mobile-menu-overlay {
    display: none
}

.mobile-menu-overlay.show {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(0, 0, 0, .3)
}

.header-phone {
    padding: 20px 30px;
    border-radius: 100px;
    background: rgba(255, 255, 255, .2);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%
}

header.light .header-nav,
header.light .header-phone {
    background: rgba(21, 21, 21, .2);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px)
}

.footer-top {
    /* height: 100px; */
    display: flex;
    align-items: center;
    padding: 20px 0;
}

.footer-bottom {
    border-top: 1px solid gray;
    padding: 50px 0
}

.footer-bottom .container {
    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
}

.footer-item {
    color: #fff;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%
}
.footer-item-politika {
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%
}
.footer-item-politika:hover {
    text-decoration: underline;
}
.promo {
    margin-top: -110px;
    height: 100vh;
    max-height: 750px;
    background: url("../img/main/promo.png") no-repeat center/cover
}

.promo .container {
    height: 100%
}

.promo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.promo-caption {
    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: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 110px 0 50px
}

.promo-caption h1 {
    color: #fff;
    font-size: 150px;
    font-style: normal;
    font-weight: 700;
    line-height: normal
}

.promo-caption h6 {
    padding: 10px 30px;
    border-radius: 100px;
    background: var(--Gradient, linear-gradient(93deg, #3E653E 0%, #388553 100%));
    color: #fff;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.promo-bottom {
    margin-top: 55px;
    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;
}

.promo-bottom span {
    color: #fff;
    font-size: 24px;
    font-style: italic;
    font-weight: 400;
    line-height: 120%;
    width: 50%;
}

.promo-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 13px
}

.description {
    padding: 60px 0
}

.title {
    color: #fff;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%
}

.description-content {
    margin-top: 20px
}

.description-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    z-index: 1
}

.description-text p {
    color: var(--Dark-Grey, #808080);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%
}

.description-text-left {
    width: 44%
}

.description-text-left .btn-stroke {
    margin-top: 25px
}

.description-text-right {
    width: 44%
}

.description-text-right p {
    text-align: end
}

.description-text-right .btn-stroke {
    display: none
}

.description-img {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: -50px auto 0
}

.description-img img {
    max-width: 100%
}

.description-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: -50px
}

.description-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.description-info b {
    color: #fff;
    font-size: 54px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -1.08px
}

.description-info p {
    color: var(--Dark-Grey, #808080);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%
}

.projects {
    padding: 100px 0 20px
}

.projects-tools {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px
}

.search-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 330px;
    padding: 10px 25px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    gap: 16px;
    border-radius: 35px;
    border: 1px solid rgba(255, 255, 255, .5)
}

.search-form input {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 0;
    width: 0;
    padding: 0;
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    background: rgba(0, 0, 0, 0);
    border: none
}

.search-form input::-webkit-input-placeholder {
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px
}

.search-form input::-moz-placeholder {
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px
}

.search-form input:-ms-input-placeholder {
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px
}

.search-form input::-ms-input-placeholder {
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px
}

.search-form input::placeholder {
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px
}

.search-form input:focus {
    outline: none
}

.projects-sorting {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px
}

.projects-sorting-item {
    padding: 10px 30px;
    border-radius: 35px;
    border: 1px solid rgba(255, 255, 255, .5);
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    cursor: pointer;
}

.projects-sorting-item.active {
    background: -o-linear-gradient(358deg, #3E653E 1.05%, #388553 96.95%);
    background: linear-gradient(92deg, #3E653E 1.05%, #388553 96.95%);
    border: none
}

.projects-list {
    margin-top: 50px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr
}

.project-item {
    height: 700px;
    position: relative
}

.project-item .absolute-link {
    z-index: 2
}

.project-item-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.project-item-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.project-item-img:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .4)
}

.project-item-caption {
    padding: 40px 30px;
    position: relative;
    z-index: 1;
    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
}

.project-item-caption span {
    display: block;
    color: #fff;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    min-height: 24px;
}

.project-item-caption b {
    display: block;
    margin-top: 5px;
    color: #fff;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%
}

.project-item-caption small {
    display: block;
    color: #fff;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-top: auto
}

/*.project-item.active .project-item-img:before {
    background: rgba(56, 100, 52, .6)
}*/
.project-item:hover .project-item-img:before {
    background: rgba(56, 100, 52, .6);
}
.standards {
    padding: 100px 0
}

.standard-slider {
    margin-top: 50px;
    width: 100%;
    height: 680px
}

.standard-slider.swiper.no-height-img  {
    height: auto;
}
.mob-slide {
    display: none;
}
.slider {
    position: relative;
}
.slider .standard-slider-prev {
    left: -35px;
}
.slider .standard-slider-next {
    right: -35px;
}
.slider .standard-slide:before {
    display: none;
}
.standard-slide {
    width: 100%;
    height: 100%;
    position: relative
}

.standard-slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.standard-slide:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .4)
}

.standard-slide-caption {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.standard-slide-caption .container {
    height: 100%;
    padding-bottom: 100px;
    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: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.standard-slide-caption .container b {
    color: #fff;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    display: block;
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
    -webkit-transition: 1s ease;
    -o-transition: 1s ease;
    transition: 1s ease;
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s
}

.standard-slide-caption .container p {
    margin-top: 10px;
    color: var(--Light-Grey, #BFBFBF);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s
}

.swiper-slide-active .standard-slide-caption b {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.swiper-slide-active .standard-slide-caption p {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.standard-slider-navigation {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1
}

.standard-slider-prev,
.standard-slider-next {
    width: 24px;
    height: 24px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.standard-slider-prev {
    left: 0
}

.standard-slider-prev:before {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    background: url("../img/icon/chevron-left.svg") no-repeat center/contain
}

.standard-slider-next {
    right: 0
}

.standard-slider-next:before {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    background: url("../img/icon/chevron-right.svg") no-repeat center/contain
}

.swiper-pagination {
    z-index: 1
}

.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #d9d9d9;
    opacity: 1;
    margin: 0 5px !important
}

.swiper-pagination-bullet-active {
    background: #3e653e
}

.feedback {
    padding: 100px 0 85px
}

.feedback-content {
    padding: 50px 756px 50px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 40px;
    background: url("../img/main/feedback.png") no-repeat right center/contain
}

.feedback-content-title p {
    margin-top: 10px;
    color: rgba(255, 255, 255, .5);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%
}

.feedback-img {
    display: none
}

.feedback-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px
}

.address {
    padding: 100px 0 0
}

.address-content {
    position: relative
}

.address-card {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 30px;
    border-radius: 20px;
    background: #151515;
    width: 676px
}

.address-card-title {
    color: snow;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%
}

.address-card-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

.address-card-item-icon {
    width: 20px;
    height: 20px;
    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;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.address-card-item-caption {
    margin-left: 16px
}

.address-card-item-caption span {
    color: #8a8888;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%
}

.address-card-item-caption p,
.address-card-item-caption a {
    display: block;
    margin-top: 5px;
    color: snow;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    max-width: 285px
}

.address-card-item .btn-stroke {
    margin: auto 0 0 auto;
    padding: 15px 40px
}

.address-map {
    width: 100%;
    height: 600px
}

.address-map iframe {
    width: 100%;
    height: 100%
}

.modal-content {
    padding: 30px;
    border-radius: 15px;
    background: #fff;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px
}

.modal-close-btn {
    position: absolute;
    width: 24px;
    height: 24px;
    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;
    top: 24px;
    right: 24px
}

.modal-title b {
    display: block;
    max-width: calc(100% - 50px);
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%
}

.modal-title p {
    margin-top: 20px;
    color: var(--Dark-Grey, #808080);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%
}

.modal-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px
}

.modal-content .btn-main {
    width: 100%
}

.home {
    padding-top: 45px
}

.home-desc {
    width: 100%;
    height: 650px;
    position: relative
}

.home-desc img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.home-desc .home-img-sm {
    display: none
}
.revizits {
    display: flex;
    justify-content: space-between;
}
.rekvizit-item {
    color: #fff;
    font-size: 13px;
}
.home-desc-item {
    position: absolute
}

.home-desc-item b {
    color: #fff;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    display: block
}

.home-desc-item p {
    color: var(--Light-Grey, #BFBFBF);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    margin-top: 5px
}

.home-desc-item:nth-of-type(1) {
    width: 395px;
    text-align: right;
    top: 56px;
    left: 64px
}

.home-desc-item:nth-of-type(1):after {
    content: url("../img/main/line-1.svg");
    width: 103px;
    height: 109px;
    display: block;
    position: absolute;
    left: calc(100% + 15px);
    top: 40px
}

.home-desc-item:nth-of-type(2) {
    width: 398px;
    top: 13px;
    left: 813px
}

.home-desc-item:nth-of-type(2):after {
    content: url("../img/main/line-2.svg");
    width: 105px;
    height: 120px;
    display: block;
    position: absolute;
    right: calc(100% + 14px);
    top: 40px
}

.home-desc-item:nth-of-type(3) {
    width: 251px;
    top: 310px;
    left: 947px
}

.home-desc-item:nth-of-type(3):after {
    content: url("../img/main/line-3.svg");
    width: 146px;
    height: 120px;
    display: block;
    position: absolute;
    right: calc(100% + 14px);
    top: 23px
}

.specification {
    height: 630px;
    position: relative
}

.specification-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}

.specification-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.specification-caption-overlay {
    width: 595px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    background: rgba(0, 0, 0, .6);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px)
}

.specification .container {
    height: 100%
}

.specification-caption {
    height: 100%;
    position: relative;
    z-index: 3;
    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: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 415px
}

.specification-caption b {
    color: #fff;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    display: block
}

.specification-caption-list {
    margin-top: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px
}

.specification-caption-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 25px
}

.specification-caption-item p {
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%
}

.specification.reverse .specification-caption-overlay {
    left: initial;
    right: 0
}

.specification.reverse .specification-caption {
    margin-left: auto
}

.specification+.specification {
    margin-top: 100px
}

.apartment {
    padding: 46px 0
}

.section-title p {
    margin-top: 20px;
    color: rgba(255, 255, 255, .5);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%
}

.section-title .btn-stroke {
    margin-top: 20px
}

.apartment-list {
    margin-top: 50px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 26px
}

.apartment-card {
    height: 415px;
    border-radius: 20px;
    background: #f5f7fc;
    overflow: hidden;
    position: relative
}

.apartment-card img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.apartment-card-notice {
    position: absolute;
    top: 22px;
    left: 0;
    border-radius: 0 24px 24px 0;
    background: -o-linear-gradient(353deg, #3E653E 0%, #388553 98.63%);
    background: linear-gradient(97deg, #3E653E 0%, #388553 98.63%);
    height: 50px;
    padding: 6px 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%
}

.apartment-card-notice small {
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    margin-top: -10px;
    margin-left: 2px
}

.review {
    padding: 88px 0 0;
    position: relative
}

.review-slider {
    width: 1015px;
    margin-top: 55px
}

.review-slide {
    width: 100%;
    height: 330px;
    border-radius: 22px;
    overflow: hidden;
    position: relative
}

.review-img {
    position: relative;
    width: 100%;
    height: 100%
}

.review-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.review-img:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .4)
}

.review-slide-play {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 64px;
    height: 64px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease
}

.review-slide:hover .review-slide-play {
    -webkit-transform: translate(-50%, -50%) scale(1.2);
    -ms-transform: translate(-50%, -50%) scale(1.2);
    transform: translate(-50%, -50%) scale(1.2)
}

.review-slider-pagination {
    bottom: -40px !important
}

.media-modal-content {
    padding: 15px
}

.media-modal-content .modal-close-btn {
    top: -45px;
    right: -10px;
    width: 40px;
    height: 40px
}

.media-modal-content iframe {
    width: 100%;
    height: 460px;
    border: none !important
}

.contact {
    padding: 75px 0 100px
}

.contact-nav {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px
}

.contact-nav-link {
    border-radius: 35px;
    border: 1px solid rgba(255, 255, 255, .5);
    padding: 10px 30px;
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%
}

.contact-nav-link.active {
    background: #3d6c43;
    color: #fff;
    border-color: #3d6c43
}

.contact-nav-link:hover {
    color: #fff
}

.contact-tab-content {
    margin-top: 63px
}

.contact-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.contact-list {
    width: 576px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px
}

.contact-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px
}

.contact-item-icon i {
    width: 24px;
    min-height: 24px
}

.contact-item-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.contact-item-content .btn-stroke {
    margin-left: auto;
    padding: 15px 40px
}

.contact-item-caption span {
    color: snow;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%
}

.contact-item-caption p,
.contact-item-caption a {
    display: block;
    margin-top: 5px;
    color: snow;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    max-width: 285px
}

.contact-map {
    width: 533px;
    height: 414px;
    border-radius: 20px;
    overflow: hidden
}

.contact-map iframe {
    width: 100%;
    height: 100%
}

.payment {
    padding: 75px 0 0
}

.payment-types {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px
}

.payment-type {
    padding: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 35px;
    border-radius: 10px;
    background: var(--White, #FFF)
}

.payment-type-name {
    color: var(--Black, #151515);
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%
}

.payment-type-desc {
    color: var(--Black, #151515);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    margin-top: 10px
}

.payment-type-tools {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 25px
}

.payment-type-tools .btn-main {
    border-radius: 35px
}

.payment-type-features {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr
}

.payment-type-feature {
    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: center;
    -ms-flex-pack: center;
    justify-content: center
}

.payment-type-feature:nth-of-type(1) {
    padding-right: 75px
}

.payment-type-feature:nth-of-type(2),
.payment-type-feature:nth-of-type(3) {
    padding: 0 75px
}

.payment-type-feature:nth-of-type(4) {
    padding-left: 75px
}

.payment-type-feature+.payment-type-feature {
    border-left: 1px solid #d8d8d8
}

.payment-type-feature b {
    color: var(--Black, #151515);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%
}

.payment-type-feature p {
    margin-top: 10px;
    color: var(--Dark-Grey, #808080);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%
}

.calculator {
    padding: 30px;
    border-radius: 10px;
    background: var(--White, #FFF);
    margin-top: 45px
}

.calculator-title {
    color: var(--Black, #151515);
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%
}

.calculator-form {
    margin-top: 20px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 35px 30px
}

.calculator-total {
    margin-top: 35px
}

.calculator-total b {
    color: var(--Black, #151515);
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%
}

.calculator-total p {
    margin-top: 10px;
    color: var(--Black, #151515);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%
}

.faq {
    margin-top: 100px
}

.faq-list {
    margin-top: 20px
}

.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: 20px
}

.accordion-item {
    border-radius: 20px !important;
    border: 1px solid rgba(255, 255, 255, .5) !important;
    background: rgba(0, 0, 0, 0)
}

.accordion-toggle {
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    padding: 30px 40px;
    cursor: pointer
}

.accordion-body {
    color: var(--Dark-Grey, #808080);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    padding: 5px 40px 30px
}

.bottom-hr {
    border-bottom: 1px solid rgba(255, 255, 255, .5)
}

.about {
    padding: 75px 0 86px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.about-caption {
    width: 667px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.about-item {
    margin-top: 79px
}

.about-item b {
    color: #fff;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%
}

.about-item p {
    color: rgba(255, 255, 255, .5);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    margin-top: 10px
}

.about-item p span {
    display: none
}

.about-item+.about-item {
    margin-top: 40px
}

.worth {
    padding: 100px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.worth-list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 50px 70px;
    margin-left: auto;
    width: 880px
}

.worth-item b {
    color: #fff;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%
}

.worth-item p {
    margin-top: 15px;
    color: rgba(255, 255, 255, .5);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%
}

.worth-item p span {
    display: none
}

.management {
    padding: 85px 0 120px
}

.management-list {
    margin-top: 60px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 70px
}

.manager {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 25px
}

.manager-img {
    width: 156px;
    height: 156px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 50%;
    background: #3e653e;
    overflow: hidden
}

.manager-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.manager-caption b {
    display: block;
    color: #fff;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%
}

.manager-caption p {
    margin-top: 10px;
    color: rgba(255, 255, 255, .5);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%
}

.team {
    padding: 55px 0 0
}

.team-img {
    margin-top: 55px;
    width: 100%;
    height: 650px;
    position: relative
}

.team-img:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(65.19%, rgba(0, 0, 0, 0)), color-stop(88.55%, #151515));
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 65.19%, #151515 88.55%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 65.19%, #151515 88.55%)
}

.team-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.partners-content {
    padding: 55px 0 90px
}

.partners-content p {
    margin-top: 10px;
    color: gray;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 133%
}

.partners-list {
    margin-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 30px 40px
}

.partner-item {
    position: relative
}

.partner-item img {
    max-width: 250px;
    max-height: 150px
}

.service-content {
    padding: 90px 360px 200px 0
}

.service-content p {
    margin-top: 10px;
    color: rgba(255, 255, 255, .5);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%
}

.service-list {
    margin-top: 25px
}

.service-list ul {
    padding-left: 35px
}

.service-list b {
    color: rgba(255, 255, 255, .5);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%
}

.service-list li {
    color: rgba(255, 255, 255, .5);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    padding-left: 15px;
    position: relative
}

.service-list li:before {
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .5);
    position: absolute;
    left: 0;
    top: 8px
}

.service {
    background-image: url("../img/main/tree-2.png");
    background-position: right center;
    background-repeat: no-repeat
}

.sales {
    padding: 75px 0 0;
    background: url("../img/main/tree-3.png") no-repeat right top/293px 250px
}

.sales-title {
    padding-right: 90px
}

.sales-title p {
    margin-top: 10px;
    color: rgba(255, 255, 255, .5);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%
}

.sales-tools {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
    margin-top: 26px
}

.sales-tools .search-form {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.sales-list {
    margin-top: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 25px
}

.sale-card {
    border-radius: 20px;
    padding: 25px 25px 25px 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: -webkit-gradient(linear, left top, right top, color-stop(38.61%, #3D6D44), color-stop(95.89%, rgba(61, 109, 68, 0))), url("../img/main/sale-bg.png") #d3d3d3 50%/cover no-repeat;
    background: -o-linear-gradient(left, #3D6D44 38.61%, rgba(61, 109, 68, 0) 95.89%), url("../img/main/sale-bg.png") #d3d3d3 50%/cover no-repeat;
    background: linear-gradient(90deg, #3D6D44 38.61%, rgba(61, 109, 68, 0) 95.89%), url("../img/main/sale-bg.png") #d3d3d3 50%/cover no-repeat
}

.sale-card-caption {
    width: 465px
}

.sale-card-caption b {
    color: #fff;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%
}

.sale-card-caption p {
    color: rgba(255, 255, 255, .7);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    margin-top: 6px
}

.sale-card-caption .btn-white {
    margin-top: 30px
}

.sale-card-time {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px
}

.sale-card-time-item {
    /* width: 78.637px; */
    height: 98.515px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 11.123px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 20px;
}

.sale-card-time-item b {
    color: #3c623c;
    text-align: center;
    font-size: 32.357px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    display: block
}

.sale-card-time-item span {
    color: #000;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    display: block
}

@media(min-width: 1200px)and (max-width: 1399px) {
    .projects-tools {
        gap: 10px
    }
    .search-form {
        width: 300px
    }
    .projects-sorting {
        gap: 10px
    }
    .projects-sorting-item {
        padding: 10px 20px
    }
    .home-desc-item:nth-of-type(1) {
        top: 70px;
        left: -16px
    }
    .home-desc-item:nth-of-type(2) {
        top: 35px;
        left: 720px
    }
    .home-desc-item:nth-of-type(3) {
        top: 295px;
        left: 839px
    }
    .contact-map {
        width: 480px;
        height: 400px
    }
    .payment-type-feature:nth-of-type(1) {
        padding-right: 25px
    }
    .payment-type-feature:nth-of-type(2),
    .payment-type-feature:nth-of-type(3) {
        padding: 0 25px
    }
    .payment-type-feature:nth-of-type(4) {
        padding-left: 25px
    }
    .worth-list {
        width: 750px;
        gap: 40px 50px
    }
}

@media(min-width: 992px)and (max-width: 1199px) {
    .header-nav-link {
        padding: 8px 12px
    }
    .header-phone {
        padding: 18px 15px
    }
    .promo-bottom {
        margin-top: 110px
    }
    .description-bottom {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr
    }
    .description-info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    .projects-tools {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .project-item {
        height: 520px
    }
    .standards {
        padding-bottom: 0
    }
    .standard-slider {
        height: 550px
    }
    .address {
        padding: 0
    }
    .feedback-content {
        padding: 0 450px 0 0
    }
    .address-card {
        padding: 30px;
        width: 610px
    }
    .home-desc-item b {
        font-size: 20px
    }
    .home-desc-item p {
        font-size: 14px
    }
    .home-desc-item:nth-of-type(1) {
        width: 300px;
        top: 87px;
        left: 0
    }
    .home-desc-item:nth-of-type(2) {
        width: 330px;
        top: 57px;
        left: 620px
    }
    .home-desc-item:nth-of-type(3) {
        width: 220px;
        top: 280px;
        left: 727px
    }
    .specification {
        height: 550px
    }
    .specification-caption-overlay {
        width: 430px
    }
    .specification-caption {
        width: 335px
    }
    .review {
        padding-bottom: 80px
    }
    .review-slider {
        width: 100%
    }
    .review-slider-pagination {
        bottom: 40px !important
    }
    .contact-list {
        width: 450px
    }
    .contact-item-content {
        -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
    }
    .contact-item-content .btn-stroke {
        margin: 10px 0 0
    }
    .contact-map {
        width: 460px
    }
    .payment-type-feature:nth-of-type(1) {
        padding-right: 20px
    }
    .payment-type-feature:nth-of-type(2),
    .payment-type-feature:nth-of-type(3) {
        padding: 0 20px
    }
    .payment-type-feature:nth-of-type(4) {
        padding-left: 20px
    }
    .about-caption {
        width: 455px
    }
    .worth {
        display: block
    }
    .worth .title br {
        display: none
    }
    .worth-list {
        width: 100%;
        margin: 50px 0 0
    }
    .team-img {
        height: 470px
    }
    .sales-title {
        padding-right: 150px
    }
}

@media(min-width: 768px)and (max-width: 991px) {
    .header-row {
        -webkit-box-pack: initial;
        -ms-flex-pack: initial;
        justify-content: initial;
        padding: 15px 0;
        min-height: 75px
    }
    .header-logo {
        margin-left: 10px
    }
    .toggle-mobile-menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
    .mobile-menu {
        position: fixed;
        left: 0;
        top: 0;
        height: 100vh;
        width: 245px;
        border-radius: 0 20px 20px 0;
        background: #fff;
        padding: 68px 23px 30px 20px;
        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;
        -webkit-transition: .4s ease;
        -o-transition: .4s ease;
        transition: .4s ease;
        -webkit-transform: translateX(-245px);
        -ms-transform: translateX(-245px);
        transform: translateX(-245px);
        z-index: 2;
        bottom: 0;
    }
    .mobile-menu.show {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
    .header-nav {
        padding: 10px 0;
        border-radius: 0;
        background: rgba(0, 0, 0, 0) !important;
        -webkit-backdrop-filter: none !important;
        backdrop-filter: none !important;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 10px
    }
    .header-nav-link {
        border-radius: 10px
    }
    .header-nav-link span {
        color: var(--Black, #151515)
    }
    .header-nav-link.active span {
        color: var(--White, #FFF)
    }
    .header-social {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 10px;
        padding-left: 7px
    }
    .close-mobile-menu {
        display: block;
        position: absolute;
        top: 15px;
        right: 20px
    }
    .header-phone {
        margin-left: auto;
        padding: 10px 25px
    }
    .promo {
        margin-top: -75px
    }
    .promo-caption h1 {
        font-size: 120px
    }
    .promo-caption h6 {
        font-size: 18px
    }
    .promo-bottom {
        margin-top: 100px
    }
    .description-text {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 20px
    }
    .description-text-left {
        width: 100%
    }
    .description-text-left .btn-stroke {
        display: none
    }
    .description-text-right {
        width: 100%
    }
    .description-text-right p {
        text-align: left
    }
    .description-text-right .btn-stroke {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-top: 20px
    }
    .description-img {
        margin: 0
    }
    .description-img img {
        width: 100%;
        height: auto;
        -o-object-fit: contain;
        object-fit: contain
    }
    .description-bottom {
        margin-top: 0
    }
    .description-info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    .projects {
        padding: 40px 0 20px
    }
    .projects-tools {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .projects-sorting {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .projects-sorting-item {
        white-space: nowrap
    }
    .project-item-caption {
        padding: 20px 15px
    }
    .project-item-caption span {
        font-size: 17px
    }
    .project-item-caption b {
        font-size: 28px
    }
    .project-item {
        height: 450px
    }
    .project-item-caption small {
        font-size: 18px
    }
    .standards {
        padding: 50px 0 0
    }
    .standard-slider {
        height: 550px
    }
    .standard-slide-caption .container {
        padding-bottom: 60px
    }
    .feedback {
        padding: 70px 0 0
    }
    .feedback-content {
        padding: 0;
        background: none
    }
    .feedback-img {
        display: block
    }
    .address-card {
        position: static;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        padding: 0
    }
    .address-map {
        margin-top: 60px;
        height: 400px
    }

    .footer-bottom {
        padding: 30px 0
    }
    .home-desc {
        height: initial
    }
    .home-desc img {
        display: none
    }
    .home-desc .home-img-sm {
        display: block;
        margin-top: 24px
    }
    .home-desc-item {
        position: static;
        width: 100% !important;
        text-align: left !important;
        margin-top: 15px
    }
    .home-desc-item:after {
        content: none !important
    }
    .specification {
        margin-top: 50px;
        height: 480px
    }
    .specification-caption {
        width: 300px
    }
    .specification-caption b {
        font-size: 30px
    }
    .specification-caption-list {
        margin-top: 24px;
        gap: 20px
    }
    .specification-caption-overlay {
        width: 390px
    }
    .review-slider {
        width: 100%
    }
    .swiper-slide {
        height: 250px
    }
    .media-modal-content iframe {
        height: 290px
    }
    .media-modal-content {
        padding: 10px
    }
    .contact {
        padding: 60px 0
    }
    .contact-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 60px
    }
    .contact-map {
        width: 100%
    }
    .payment {
        padding: 60px 0 0
    }
    .payment-type-features {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
        gap: 24px
    }
    .payment-type-feature {
        padding: 0 !important;
        border: none !important
    }
    .about {
        padding: 50px 0 60px
    }
    .about-img {
        display: none
    }
    .worth {
        padding: 60px 0;
        display: block
    }
    .worth .title br {
        display: none
    }
    .worth-list {
        margin: 50px 0 0;
        width: 100%
    }
    .management {
        padding: 60px 0 80px
    }
    .management-list {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr
    }
    .team-img {
        height: 370px
    }
    .service {
        background-size: 400px auto
    }
    .service-content {
        padding: 60px 300px 100px 0
    }
    .sales {
        padding: 60px 0 0
    }
    .sales-title {
        padding-right: 150px
    }
    .sales-tools {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .sale-card-caption {
        width: 300px
    }
    .sale-card-caption b {
        font-size: 26px
    }
    .sale-card-caption p {
        font-size: 16px
    }
    .sale-card-caption .btn-white {
        margin-top: 15px
    }
    .sale-card-time-item {
        /* width: 48.217px; */
        height: 60.405px;
    }
    .sale-card-time-item b {
        font-size: 22px
    }
    .sale-card-time-item span {
        font-size: 12px
    }
}

@media(min-width: 320px)and (max-width: 767px) {
    .revizits {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .mobile {
        display: block;
    }
    .desctop {
        display: none;
    }
    .chees-block {
    display: flex;
        gap: 20px;
        flex-wrap: wrap;
    }
    .chees-block >a:nth-child(1) {
        width: 100%;
    }
    .chees-block >a:nth-child(2) {
        width: 100%;
    }
    .rekvizit-item {
        color: #fff;
        font-size: 14px;
        width: 100%;
        margin-bottom: 7px;
    }
    .raffle h1 {
        font-size: 22px;
    }
    .raffle p {
        font-size: 14px;
    }
   
.raffle table {
    border-radius: 7px;
    width: 100%;
    /* border: 1px solid #fff; */
    /* overflow: hidden; */
    margin-bottom: 10px;
}

.raffle a {
    font-size: 16px;
}
.raffle table td, .raffle table th {
    font-size: 14px;
}
.header-row {
    -webkit-box-pack: initial;
    -ms-flex-pack: initial;
    justify-content: initial;
    padding: 15px 0;
    min-height: 75px
}
.header-logo {
    margin-left: 10px
}
.header-logo img {
    width: 66px
}
.toggle-mobile-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 3
}
.mobile-menu {
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 245px;
    border-radius: 0 20px 20px 0;
    background: #fff;
    padding: 68px 23px 30px 20px;
    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;
    -webkit-transition: .4s ease;
    -o-transition: .4s ease;
    transition: .4s ease;
    -webkit-transform: translateX(-245px);
    -ms-transform: translateX(-245px);
    transform: translateX(-245px);
    z-index: 2
}
.mobile-menu.show {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}
.header-nav {
    padding: 10px 0;
    border-radius: 0;
    background: rgba(0, 0, 0, 0) !important;
    -webkit-backdrop-filter: none !important;
    backdrop-filter: none !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px
}
.header-nav-link {
    border-radius: 10px
}
.header-nav-link span {
    color: var(--Black, #151515)
}
.header-nav-link.active span {
    color: var(--White, #FFF)
}
.header-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    padding-left: 7px
}
.header-phone {
    margin-left: auto;
    padding: 10px 25px
}
.promo {
    margin-top: 0;
    height: initial;
    max-height: initial;
    background: none;
}
.promo-bottom span {
    font-size: 18px;
    width: 100%;
}
.promo-video {
    position: absolute;
    /* z-index: 999999; */
    /* left: 0; */
    right: 0;
    top: 0;
    bottom: auto;
    min-height: auto;
    /* min-width: 100%; */
    height: 400px;
}
.promo-video video {
    width: auto;
    display: block;
    height: 100%;
}
.promo-caption {
    padding: 85px 0 19px
}
.promo-caption h1 {
    font-size: 75px
}
.promo-caption h6 {
    padding: 5px 20px;
    font-size: 14px
}
.promo-bottom {
    margin-top: 49px
}
.promo-bottom span {
    font-size: 14px
}
.promo-social {
    display: none
}
.description {
    padding: 25px 0 0
}
.title {
    font-size: 16px
}
.description-content {
    margin-top: 10px
}
.description-text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 25px
}
.description-text-left {
    width: 100%
}
.description-text-left .btn-stroke {
    display: none
}
.description-text-right {
    width: 100%
}
.description-text-right p {
    text-align: left
}
.description-text-right .btn-stroke {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 15px
}
.description-img {
    margin-top: 15px;
    margin-left: 0
}
.description-img img {
    width: 100%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain
}
.description-bottom {
    margin-top: -15px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    row-gap: 15px
}
.description-info b {
    font-size: 24px
}
.description-info p {
    font-size: 14px;
    max-width: 136px
}
.description-info:nth-of-type(1) p {
    width: 87px
}
.description-info:nth-of-type(2) p {
    width: 109px
}
.projects {
    padding: 45px 0 0
}
.projects-tools {
    margin-top: 15px
}
.search-form {
    width: initial;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 7px 20px
}
.projects-sorting-item {
    white-space: nowrap;
    padding: 10px 30px;
    font-size: 14px
}
.projects-sorting-item:not(:last-child) {
    display: none
}
.projects-list {
    margin-top: 25px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr
}
.project-item {
    height: 336px
}
.project-item-caption {
    padding: 40px 15px
}
.project-item-caption span {
    font-size: 14px
}
.project-item-caption b {
    font-size: 16px
}
.project-item-caption small {
    font-size: 14px
}
.standards {
    padding: 45px 0 0
}
.standard-slider {
    margin-top: 24px;
    height: 345px
}
.standard-slide-caption .container {
    padding-bottom: 36px
}
.standard-slide-caption .container b {
    font-size: 16px
}
.standard-slide-caption .container p {
    font-size: 14px;
    margin-top: 5px
}
.standard-slider-navigation {
    display: none
}
.feedback {
    padding: 50px 0
}
.feedback-content {
    padding: 0;
    background: none;
    gap: 15px
}
.feedback-content-title p {
    margin-top: 5px;
    font-size: 14px
}
.feedback-img {
    display: block
}
.feedback-img img {
    width: 100%;
    height: auto
}
.input-form input {
    padding: 10px 30px
}
.address {
    padding: 0
}
.address-card {
    position: static;
    padding: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    width: 100%
}
.address-card-item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}
.address-card-item .btn-stroke {
    margin: 10px 0 0 30px;
    padding: 10px 30px
}
.address-map {
    margin-top: 36px;
    height: 327px
}
footer {
    padding: 0 15px
}

.footer-bottom {
    padding: 30px 0
}
.footer-item {
    font-size: 16px
}
.modal-content {
    padding: 54px 20px 20px
}
.modal-title b {
    font-size: 16px
}
.modal-title p {
    font-size: 14px;
    margin-top: 10px
}
.home-desc {
    height: initial
}
.home-desc img {
    display: none
}
.home-desc .home-img-sm {
    display: block;
    margin-top: 24px
}
.home-desc-item {
    position: static;
    width: 100% !important;
    text-align: left !important;
    margin-top: 15px
}
.home-desc-item:after {
    content: none !important
}
.home-desc-item b {
    font-size: 14px
}
.home-desc-item p {
    font-size: 14px;
    margin-top: 5px
}
.specification {
    margin-top: 50px;
    height: 400px
}
.specification-caption {
    width: 200px
}
.specification-caption b {
    font-size: 16px
}
.specification-caption-list {
    margin-top: 20px;
    gap: 15px
}
.specification-caption-item {
    gap: 10px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}
.specification-caption-item svg {
    width: 16px
}
.specification-caption-item p {
    font-size: 12px;
    color: var(--Light-Grey, #BFBFBF)
}
.specification-caption-overlay {
    width: 225px
}
.specification+.specification {
    margin-top: 50px
}
.section-title p {
    font-size: 14px;
    margin-top: 10px
}
.section-title .btn-stroke {
    margin-top: 10px
}
.apartment {
    padding-bottom: 0
}
.apartment-list {
    margin-top: 12px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 16px
}
.apartment-card {
    height: 240px
}
.apartment-card-notice {
    padding: 7px 14px;
    font-size: 14px;
    height: 30px;
    top: 12px
}
.apartment-card-notice small {
    font-size: 12px
}
.review {
    padding: 0 0 80px
}
.review-slider {
    width: 100%
}
.slider .swiper-slide {
    height: auto;
    padding-bottom: 20px;
}
.web-slide {
    display: none;
}
.mob-slide {
    display: block;
}
.swiper-slide {
    height: 330px
}
.review-slider-pagination {
    bottom: 40px !important
}
.media-modal-content iframe {
    height: 290px
}
.media-modal-content {
    padding: 5px;
    border-radius: 0
}
.contact {
    padding: 35px 0 0
}
.contact .title {
    font-size: 36px
}
.contact-nav {
    margin-top: 41px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px
}
.contact-nav-link {
    font-size: 14px
}
.contact-tab-content {
    margin-top: 30px
}
.contact-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}
.contact-list {
    width: 100%
}
.contact-item {
    gap: 10px
}
.contact-item-icon i {
    width: 16px;
    min-height: 16px
}
.contact-item-caption span {
    font-size: 12px
}
.contact-item-caption p,
.contact-item-caption a {
    font-size: 14px
}
.contact-item-content {
    display: block
}
.contact-item-content .btn-stroke {
    margin: 5px 0 0;
    padding: 10px 40px;
    font-size: 14px
}
.contact-map {
    width: 100%;
    margin-top: 25px;
    height: 270px
}
.payment {
    padding: 15px 0 0
}
.payment-type {
    padding: 30px 20px;
    gap: 20px
}
.payment-type-title {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}
.payment-type-name {
    font-size: 16px
}
.payment-type-desc {
    font-size: 14px;
    margin-top: 10px
}
.payment-type-features {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 30px
}
.payment-type-feature {
    padding: 0 !important;
    border: none !important
}
.payment-type-tools {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px
}
.calculator {
    padding: 30px 20px;
    margin-top: 30px
}
.calculator-title {
    font-size: 16px
}
.calculator-form {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 30px
}
.calculator-total {
    margin-top: 20px
}
.faq {
    margin-top: 50px
}
.faq-list {
    margin-top: 10px;
    gap: 15px
}
.accordion-toggle {
    padding: 20px
}
.accordion-body {
    padding: 5px 20px 20px
}
.about {
    padding: 15px 0
}
.about-img {
    display: none
}
.about-caption {
    width: 100%
}
.about-item {
    margin-top: 10px
}
.about-item b {
    display: none
}
.about-item p {
    font-size: 14px
}
.about-item p span {
    display: inline
}
.about-item+.about-item {
    margin-top: 10px
}
.bottom-hr {
    border: none
}
.worth {
    padding: 15px 0;
    display: block
}
.worth .title br {
    display: none
}
.worth-list {
    margin: 30px 0 0;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 10px;
    width: 100%
}
.worth-item b {
    display: none
}
.worth-item p {
    font-size: 14px
}
.worth-item p span {
    display: inline;
    color: var(--White, #FFF)
}
.management {
    padding: 15px 0
}
.management-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 20px
}
.manager {
    gap: 10px
}
.manager-img {
    width: 80px;
    height: 80px
}
.manager-caption b {
    font-size: 14px;
    font-weight: 400
}
.manager-caption p {
    font-size: 14px;
    margin-top: 10px
}
.team {
    padding: 15px 0
}
.team-img {
    margin-top: 10px;
    height: 163px;
    padding: 0 13px
}
.partners-content {
    padding: 15px 0
}
.partners-content p {
    font-size: 14px
}
.partner-item img {
    max-width: 150px;
    max-height: 50px
}
.service {
    background: none
}
.service-content {
    padding: 15px 0
}
.service-content p {
    font-size: 14px
}
.service-list {
    margin-top: 10px
}
.service-list b {
    font-size: 14px
}
.service-list ul {
    padding-left: 10px
}
.service-list li {
    font-size: 14px;
    padding-left: 10px
}
.service-list li:before {
    width: 3px;
    height: 3px;
    top: 6px
}
.sales {
    padding: 15px 0 0;
    background: none
}
.sales-title {
    padding: 0
}
.sales-title p {
    font-size: 14px
}
.sale-card {
    padding: 30px 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    border-radius: 10px;
    background: -webkit-gradient(linear, left top, right top, color-stop(52.61%, #3D6D44), color-stop(95.89%, rgba(61, 109, 68, 0))), url("../img/main/sale-bg.png") #d3d3d3 50%/cover no-repeat;
    background: -o-linear-gradient(left, #3D6D44 52.61%, rgba(61, 109, 68, 0) 95.89%), url("../img/main/sale-bg.png") #d3d3d3 50%/cover no-repeat;
    background: linear-gradient(90deg, #3D6D44 52.61%, rgba(61, 109, 68, 0) 95.89%), url("../img/main/sale-bg.png") #d3d3d3 50%/cover no-repeat
}
.sale-card-caption {
    width: 100%
}
.sale-card-caption b {
    font-size: 16px
}
.sale-card-caption p {
    margin-top: 5px;
    font-size: 14px
}
.sale-card-caption .btn-white {
    margin-top: 14px
}
.sale-card-time {
    gap: 6px
}
.sale-card-time-item {
    height: 60.405px
}
.sale-card-time-item b {
    font-size: 16px
}
.sale-card-time-item span {
    font-size: 10px
}
}

@media(hover: hover) {
    .header-nav-link:hover:before {
        opacity: 1
    }
    .btn-stroke:hover {
        background: #fff;
        color: #000
    }
    .btn-stroke-dark:hover {
        background: #000;
        color: #fff
    }
    .btn-main:hover {
        background: #2a512d
    }
}