@charset "UTF-8";

html {
    min-height: 100vh;
}

html.is-hidden {
    overflow: hidden;
}

body {
    background: #fff;
    font-family: 'Montserrat', Arial, Verdana, Tahoma, sans-serif;
    font-size: 16px;
    line-height: 1.3;
    color: #1D1D1D;
    opacity: 1;
    min-height: 100vh;
}

.global-wrapper {
    min-width: 320px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    min-height: 100vh;
}

ol,
ul {
    list-style: none;
    margin-bottom: 0;
}

input {
    background: none;
    border: 0;
    margin: 0;
    padding: 0;
    outline: none !important;
}

@media not all and (min-resolution: 0.001dpcm) {

    select:focus,
    textarea:focus,
    input:focus {
        -webkit-appearance: none;
    }

    select:active,
    input:active,
    textarea:active {
        -webkit-appearance: none;
    }

    input,
    textarea,
    select {
        -webkit-appearance: none;
    }

    select:focus,
    textarea:focus,
    input:focus {
        font-size: 16px;
    }

    select:active,
    input:active,
    textarea:active {
        font-size: 16px;
    }

    input,
    textarea,
    select {
        font-size: 16px;
    }
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

p {
    line-height: 1.6;
    margin-bottom: 1em;
}

p:last-child {
    margin-bottom: 0;
}

img {
    max-width: 100%;
}

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

a:not([class]) {
    color: #0F6723;
    border-bottom: 1px solid #0F6723;
    transition: border-bottom-color .3s;
}

a:not([class]):hover {
    border-bottom-color: transparent;
}

::-webkit-contacts-auto-fill-button {
    visibility: hidden;
    pointer-events: none;
    position: absolute;
    right: 0;
}

body a:hover,
body a:active,
body a:focus {
    text-decoration: none;
    outline: 0;
}

input:focus {
    border: none;
    outline: none;
}

button {
    -webkit-appearance: button;
    cursor: pointer;
}

button:focus {
    outline: none;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
    background-color: transparent !important;
}

html input[type="button"] {
    -webkit-appearance: button;
    cursor: pointer;
}

input {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

input[type="hidden"] {
    display: none;
}

button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

ul:not([class]) {
    margin: 0 0 1em;
    list-style-type: disc;
    padding-left: 15px;
}

ul:not([class]) li {
    margin-bottom: .7em;
}

ul:not([class]) li:last-child {
    margin-bottom: 0;
}

ol:not([class]) {
    margin: 0 0 1em;
    padding-left: 15px;
    list-style-type: decimal;
}

ol:not([class]) li {
    margin-bottom: .7em;
}

ol:not([class]) li:last-child {
    margin-bottom: 0;
}

.main-btn {
    display: inline-block;
    min-width: 218px;
    height: 60px;
    line-height: 60px;
    background-color: #0F6723;
    font-weight: 500;
    padding: 0 1em;
    color: #fff;
    text-align: center;
    transition: background-color .3s;
    white-space: nowrap;
    z-index: 1;
}

.main-btn-price {
    display: inline-block;
    min-width: 218px;
    height: 60px;
    line-height: 60px;
    background-color: #0F6723;
    font-weight: 500;
    padding: 0 1em;
    color: #fff;
    text-align: center;
    transition: background-color .3s;
    white-space: nowrap;
    z-index: 1;
}

.main-btn .ico-arrow {
    font-size: .7rem;
    margin-right: 1.1rem;
}

.main-btn:hover {
    background-color: #093a14;
}

.main-btn:active {
    box-shadow: inset 1px 2px black;
    border-top: 1px solid black;
}

h1,
.main-title,
h2,
.section-title {
    font-size: 2.8125rem;
    font-weight: 400;
    font-family: "Orchidea";
    line-height: 1.3;
    color: #0F6723;
    margin-top: 0;
    margin-bottom: .8em;
    text-transform: uppercase;
}

h1 small,
.main-title small,
h2 small,
.section-title small {
    display: block;
    margin-top: .3em;
    font-family: "Montserrat";
    font-size: 1rem;
    line-height: 1.6;
    color: #494949;
    text-transform: none;
}

h1 small.text-upper,
.main-title small.text-upper,
h2 small.text-upper,
.section-title small.text-upper {
    margin-top: 1.5em;
    font-size: 1.25rem;
    text-transform: uppercase;
}

.section-title_mod {
    font-size: 2.8125rem;
    font-weight: 400;
    font-family: "Orchidea";
    line-height: 1.3;
    color: #0F6723;
    margin-bottom: .8em;
    text-transform: uppercase;
    position: relative;
}

.section-title_mod.text-center:before {
    display: none;
}

.section-title_mod .title-text {
    display: inline-block;
    position: relative;
}

.section-title_mod .title-text:before {
    content: '';
    display: block;
    width: 13px;
    height: 13px;
    background: #0F6723;
    position: absolute;
    top: 21px;
    left: -35px;
    transform: rotate(45deg);
}

.section-title_mod:before {
    content: '';
    display: block;
    width: 13px;
    height: 13px;
    background: #0F6723;
    position: absolute;
    top: 23px;
    left: -35px;
    transform: rotate(45deg);
}

.section-title_mod small {
    display: block;
    margin-top: .5em;
    font-family: "Montserrat";
    font-size: 1rem;
    line-height: 1.6;
    color: #494949;
    text-transform: none;
}

.section-title_sguare {
    position: relative;
    padding-bottom: 2em;
}

.section-title_sguare:after {
    content: '';
    display: block;
    width: 85px;
    height: 19px;
    background: url(../img/bg/squares-bg.png) no-repeat center top;
    background-size: contain;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.white-title {
    color: #fff;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.text-upper {
    text-transform: uppercase;
}

.min {
    display: block;
}

.col-mod-left {
    padding-left: 0;
}

.col-mod-right {
    padding-right: 0;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {

    ::i-block-chrome,
    .row {
        display: block;
    }

    ::i-block-chrome,
    .row:after {
        content: '';
        display: table;
        height: 0;
        clear: both;
    }
}

@media (min-resolution: 0.001dpcm) {

    _:-o-prefocus .row,
    body .row {
        display: block;
    }

    _:-o-prefocus .row:after,
    body .row:after {
        content: '';
        display: table;
        height: 0;
        clear: both;
    }
}

[class^="col-"] {
    float: left;
}

@media all and (min-width: 0\0) and (min-resolution: 0.001dpcm) {
    .row:after {
        content: '';
        display: table;
        height: 0;
        clear: both;
    }
}

@font-face {
    font-family: 'Orchidea';
    src: url("../fonts/Orchidea-Pro/OrchideaPro-Regular.woff2") format("woff2"), url("../fonts/Orchidea-Pro/OrchideaPro-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

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

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

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

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

@font-face {
    font-family: 'ico-icon';
    src: url("../fonts/icons/ico-icon.ttf?afbcla") format("truetype"), url("../fonts/icons/ico-icon.woff?afbcla") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="ico-"],
[class*=" ico-"] {
    font-family: 'ico-icon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.ico-whatsapp:before {
    content: "\e912";
}

.ico-clock:before {
    content: "\e911";
}

.ico-route:before {
    content: "\e910";
}

.ico-adress:before {
    content: "\e90d";
}

.ico-phone-2:before {
    content: "\e90e";
}

.ico-phone-3:before {
    content: "\e90f";
}

.ico-play:before {
    content: "\e90c";
    color: #fff;
}

.ico-house:before {
    content: "\e90a";
    color: #fff;
}

.ico-metr:before {
    content: "\e90b";
}

.ico-check:before {
    content: "\e909";
    color: #fff;
}

.ico-arrow:before {
    content: "\e900";
}

.ico-close:before {
    content: "\e901";
}

.ico-fb:before {
    content: "\e902";
}

.ico-inst .path1:before {
    content: "\e903";
}

.ico-inst .path2:before {
    content: "\e904";
    margin-left: -1em;
}

.ico-inst .path3:before {
    content: "\e905";
    margin-left: -1em;
    color: #fff;
}

.ico-phone:before {
    content: "\e906";
    color: #fff;
}

.ico-telegram:before {
    content: "\e907";
}

.ico-vk:before {
    content: "\e908";
}

.wrapper-loader {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    z-index: 1000;
}

.logo-loader {
    font-size: 4rem;
    font-family: "Orchidea";
    color: #0F6723;
    margin-bottom: .3em;
    text-align: center;
    animation: pulse 2s linear infinite;
}

.loader-content {
    width: 310px;
    height: 5px;
    background: #EDEDED;
    border-radius: 200px;
}

#nprogress .bar {
    background: #81AD4A;
    height: 100%;
}

@keyframes pulse {
    0% {
        opacity: .2;
        transform: scale(0.9);
    }

    50% {
        opacity: 1;
        transform: scale(1);
    }

    100% {
        opacity: .2;
        transform: scale(0.9);
    }
}

/*****HEADER*****/
.ui-header {
    padding: 1.4em 0 3.2em;
    background: #fff;
    position: relative;
    z-index: 100;
}

.ui-header.is-overflow {
    overflow-y: scroll;
}

.ui-header:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 648px;
    height: 208px;
    background-image: url(../img/bg/head-houses.png);
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: contain;
    z-index: -1;
}

.mobile_head-box {
    display: none;
}

.head_top-panel {
    margin-bottom: 1em;
}

.head-nav {
    padding-right: 12.7%;
}

.head-menu {
    display: flex;
    justify-content: space-between;
    color: #1D1D1D;
    font-weight: 500;
    font-size: .875rem;
    text-transform: uppercase;
    width: 100%;
}

.head-menu li {
    padding: 0 .3em;
}

.head-menu li.active {
    pointer-events: none;
}

.head-menu li.active a {
    color: #0F6723;
    border-bottom-color: #0F6723;
}

.head-menu a {
    color: inherit;
    border: none;
    border-bottom: 1px solid transparent;
    transition: color .3s, border-bottom-color .3s;
}

.head-menu a:hover {
    color: #0F6723;
    border-bottom-color: #0F6723;
}

.head_right-column {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 0;
    font-weight: 500;
    text-transform: uppercase;
}

.ask-guestion_btn {
    font-size: .875rem;
    color: #0F6723;
    padding-left: 12px;
    position: relative;
    transition: color .3s;
}

.ask-guestion_btn:hover {
    color: #093a14;
}

.ask-guestion_btn:hover:before {
    background: #093a14;
}

.ask-guestion_btn:before {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #0F6723;
    position: absolute;
    top: 6px;
    left: 0;
    transition: background .3s;
}

.head_phone-number {
    margin: 0 .3em;
}

.mobile_phone-number {
    display: none;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #0F6723;
}

.callback-btn {
    display: flex;
    align-items: center;
    font-size: .875rem;
    font-weight: 600;
    color: #0F6723;
    transition: color .3s;
}

.callback-btn:hover {
    color: #093a14;
}

.callback-btn:hover .ico-phone {
    background: #093a14;
}

.callback-btn .ico-phone {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    font-size: 1.3rem;
    margin-right: 10px;
    background: #0F6723;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background .3s;
}

.main-head .container {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.head-logo {
    color: #0F6723;
    margin-bottom: -2.5em;
    margin-right: 1%;
    flex: 50% 0 0;
}

.head-logo>a {
    display: block;
    border-bottom: none;
    color: inherit;
}

.head-logo_small-text {
    font-size: 1rem;
    font-weight: 300;
    margin-bottom: 0px;
    display: block;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.head-logo_main-text {
    font-size: 4rem;
    font-family: "Orchidea";
    text-transform: uppercase;
}

.head-text {
    color: #0F6723;
    font-size: 1rem;
    font-weight: 300;
    margin-bottom: 0;
    line-height: 1.6;
    text-transform: uppercase;
}

.switch-box {
    flex: 76px 0 0;
    margin-bottom: 2em;
    visibility: hidden;
}

.switch-box.is-visible {
    visibility: visible;
}

.switch-box_text {
    display: block;
    text-align: center;
    color: #1D1D1D;
    font-weight: 500;
    font-size: .875rem;
    margin-bottom: 4px;
    text-transform: uppercase;
}

.switch-btn {
    max-width: 75px;
    flex: 75px 0 0;
    height: 34px;
    border-radius: 735px;
    background: linear-gradient(154.12deg, #FBB219 14.98%, #E49C07 83.67%);
    border: 1.47059px solid rgba(0, 0, 0, 0.05);
    cursor: pointer;
    position: relative;
    transition-duration: 300ms;
    z-index: 1;
}

.switch-btn:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    top: 0;
    right: 10px;
    width: 20px;
    height: 20px;
    margin: auto;
    background: url(../img/icons/sun.svg) no-repeat center center;
    z-index: -1;
}

.switch-btn::after {
    content: "";
    width: 27px;
    height: 27px;
    background: #ECECEE;
    box-shadow: 0px 5.88235px 5.88235px rgba(0, 0, 0, 0.25), inset 0px 1.47059px 1.47059px #FFFFFF;
    border-radius: 50%;
    top: 0;
    bottom: 0;
    left: 3px;
    margin: auto;
    transition-duration: 300ms;
    position: absolute;
    z-index: 1;
}

.switch-on {
    background: linear-gradient(170.56deg, #0F6723 17.89%, #0B531B 92.87%);
}

.switch-on::after {
    left: 44px;
}

.switch-on:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    top: 0;
    right: auto;
    left: 10px;
    width: 19px;
    height: 19px;
    margin: auto;
    background: url(../img/icons/night.svg) no-repeat center center;
    z-index: -1;
}

.fixed-menu {
    position: fixed;
    top: 0;
    left: 0;
    padding: 1em 0;
    transform: translate3d(0, -100px, 0);
    visibility: visible !important;
    width: 100%;
    z-index: 100;
}

.fixed-menu:before {
    display: none;
}

.fixed-menu .main-head {
    display: none;
}

.fixed-menu .head_top-panel {
    margin-bottom: 0;
}

.scroll-transform {
    transform: translate3d(0, 0, 0) !important;
    transition: transform .4s;
}

.hamburger {
    display: none;
    padding: 0;
    cursor: pointer;
    width: 30px;
    flex: 30px 0 0;
    height: 25px;
}

.hamburger.is-active .hamburger-inner {
    background: #0F6723;
}

.hamburger.is-active .hamburger-inner:after,
.hamburger.is-active .hamburger-inner:before {
    background: #0F6723;
    width: 100%;
}

.hamburger-box {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}

.hamburger-inner {
    background: #0F6723;
}

.hamburger-inner:after,
.hamburger-inner:before {
    background: #0F6723;
}

.hamburger.is-active:hover,
.hamburger:hover {
    opacity: 1;
}

.hamburger-inner,
.hamburger-inner:after {
    width: 100%;
}

.hamburger-inner:before {
    width: 50%;
}

.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
    height: 2px;
}

.hamburger--spring .hamburger-inner:before {
    top: 10px;
}

.hamburger--spring .hamburger-inner:after {
    top: 20px;
}

.main-content {
    flex: 1 0 auto;
    position: relative;
    z-index: 2;
}

/***main-section**/
.main-banner {
    background-image: url(https://rdomstroy.ru/wp-content/uploads/2023/05/dlya-glavnoj.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 33.3vw;
    transition: background-image .15s ease-in-out;
}

/***about-us_section**/
.about-us_section {
    position: relative;
    z-index: 1;
}

.green-circle3 {
    position: absolute;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background: #3DB649;
    opacity: 0.24;
    filter: blur(104px);
    position: absolute;
    left: -300px;
    top: -300px;
    z-index: -1;
}

.green-circle4 {
    position: absolute;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background: #81AD4A;
    opacity: 0.24;
    filter: blur(104px);
    position: absolute;
    right: -300px;
    top: 10%;
    z-index: -1;
}

.narrow-content {
    max-width: 883px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 3.7em;
    padding-bottom: 5.2em;
}

.about-us_text {
    padding-bottom: 15px;
    color: #494949;
}

.about-us_text p {
    margin-bottom: 1.6em;
}

.unified-btn {
    display: inline-block;
    color: #1D1D1D;
    font-size: .935rem;
    font-weight: 500;
    transition: color .3s;
}

.unified-btn:hover {
    color: #0F6723;
}

.unified-btn .ico-arrow {
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    border: 1px solid #0F6723;
    color: #0F6723;
    font-size: .75rem;
    margin-right: 1.3em;
    text-align: center;
    vertical-align: middle;
    transition: border-color .3s, color .3s;
}

.wrapper_product-box {
    position: relative;
    z-index: 1;
}

.wrapper_product-box:before {
    content: '';
    display: block;
    height: calc(100% - 118px);
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.product-item {
    margin-bottom: 7.2em;
}

.product-item:last-child {
    margin-bottom: 0;
}

.product-item_first {
    position: relative;
    z-index: 1;
}

.product-item_first:after {
    content: '';
    display: block;
    width: 499px;
    height: 499px;
    border-radius: 50%;
    background: #3DB649;
    opacity: 0.24;
    filter: blur(74px);
    position: absolute;
    top: 60%;
    right: 88%;
    z-index: -1;
}

.product-item_second {
    position: relative;
    z-index: 1;
}

.product-item_second:after {
    content: '';
    display: block;
    width: 499px;
    height: 499px;
    border-radius: 50%;
    background: #81AD4A;
    opacity: 0.24;
    filter: blur(74px);
    position: absolute;
    bottom: 55%;
    left: 88%;
    z-index: -1;
}

.product-item_img {
    position: relative;
    z-index: 1;
}

.product-item_img:before {
    content: '';
    display: block;
    width: 83.3%;
    height: 79%;
    background: #ECECEC;
    position: absolute;
    right: -3.5em;
    bottom: -3.9em;
    z-index: -1;
}

.product-item_img>a {
    display: block;
    border-bottom: none;
    color: inherit;
    position: relative;
    z-index: 1;
}

.product-item_img img {
    display: block;
    width: 100%;
}

.product-item_img-left .product-item_circle {
    content: '';
    display: block;
    width: 246px;
    height: 246px;
    border-radius: 50%;
    border: 1px dashed #606060;
    position: absolute;
    right: -112px;
    bottom: -190px;
    z-index: -2;
}

.product-item_img-right:before {
    left: -3.7em;
    right: auto;
    width: 93%;
}

.product-item_img-right .product-item_circle {
    content: '';
    display: block;
    width: 246px;
    height: 246px;
    border-radius: 50%;
    border: 1px dashed #606060;
    position: absolute;
    left: -107px;
    bottom: -226px;
    z-index: -2;
}

.product-item_desc {
    padding: 2em;
    padding-top: 5em;
    padding-left: 9em;
}

.product-item_desc-mod {
    padding-left: 2.8em;
}

.product-counter {
    position: relative;
    width: 191px;
    height: 43px;
    line-height: 43px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-counter .slick-arrow {
    top: 0;
    bottom: 0;
    margin: auto;
}

.product-counter .divider {
    margin-right: 3px;
}

.product-item_title {
    margin-bottom: .4em;
    display: block;
}

.product-item_subtitle {
    display: block;
    margin-bottom: 4.5em;
}

.unified-text_content {
    padding: 11em 0 3.5em;
    text-align: center;
}

.servies-content {
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

.services-title {
    color: #fff;
    font-size: 6.8125rem;
    font-family: "Orchidea";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-transform: uppercase;
    z-index: 2;
}

.service-item {
    flex: 50% 0 0;
    max-width: 50%;
    overflow: hidden;
}

.service-item>a {
    display: block;
    height: 100%;
    border-bottom: none;
    color: inherit;
    position: relative;
    height: 100%;
}

.service-item>a:hover:before {
    opacity: .5;
}

.service-item>a:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(41, 41, 41, 0.4), rgba(41, 41, 41, 0.4));
    transition: opacity .3s;
}

.service-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.services-item_icon {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 100%;
    max-height: 100%;
    transform: translate(-50%, -50%);
}

.services-item_icon img {
    width: auto;
    height: auto;
    max-height: 100%;
}

.service-item_mod {
    max-width: 100%;
    height: 100%;
}

.services-item_title {
    display: block;
    font-size: 1.5rem;
    font-weight: 700;
    color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    padding: 0 1em;
    top: 50%;
    transform: translatey(-50%);
    text-align: center;
}

.all-services_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 142px;
    height: 142px;
    border-radius: 50%;
    background: #0F6723;
    color: #fff;
    font-weight: 500;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -73px;
    margin: auto;
    text-transform: uppercase;
    text-align: center;
    transition: background .3s;
    z-index: 2;
}

.all-services_btn:hover {
    background: #093a14;
}

.all-services_btn .ico-arrow {
    font-size: .8rem;
    margin-top: 10px;
}

/**advantages-content**/
.advantages-content {
    padding: 9.5em 0 0;
    background: #fff;
    position: relative;
    z-index: 1;
}

.advantages-box {
    display: flex;
    justify-content: space-between;
    margin: 0 -2.2em;
}

.advantage-item {
    padding: 0 2.2em;
    flex: 1 0 0;
    transition: opacity .3s;
}

.advantage-item.is-fade {
    opacity: 0;
}

.advantage-item .text {
    display: inline-block;
    padding-right: 15%;
}

.advantage-item_number {
    display: block;
    font-size: 2.8125rem;
    font-family: "Orchidea";
    color: #0F6723;
    position: relative;
    padding-bottom: .4em;
    margin-bottom: .5em;
}

.advantage-item_number:after {
    content: '';
    display: block;
    width: 78px;
    height: 2px;
    background: #0F6723;
    position: absolute;
    bottom: 0;
    left: 0;
}

.green-circle {
    position: absolute;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background: #3DB649;
    opacity: 0.24;
    filter: blur(104px);
    position: absolute;
    right: -350px;
    bottom: -350px;
    z-index: -1;
}

.green-circle.circle-2 {
    background: #81AD4A;
    opacity: .3;
    right: auto;
    bottom: -150px;
    left: 3em;
}

.wrapper_advertising-section {
    position: relative;
    z-index: 1;
}

/**advertising-section**/
.advertising-section {
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    position: relative;
    color: #fff;
    padding: 6em 0;
    min-height: 38.2vw;
    z-index: 2;
}

.advertising-section:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(99.21deg, rgba(0, 0, 0, 0.41) 44.41%, rgba(0, 0, 0, 0) 83.71%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.advertising-section p {
    font-weight: 500;
    margin-bottom: 2.5em;
    max-width: 543px;
}

.advertising-section p:last-child {
    margin-bottom: 0;
}

.advertising-section .section-title,
.advertising-section h2 {
    color: #fff;
    margin-bottom: .55em;
}

.advertising-section_second {
    display: flex;
    align-items: center;
    min-height: 43.8vw;
}

.advertising-section_second p {
    font-weight: 400;
    font-size: 1.25rem;
    text-transform: uppercase;
}

.advertising-section_second .main-btn {
    min-width: 302px;
}

.advertising-section_second .main-btn_mod {
    min-width: 218px;
}

.advertising-section_content {
    max-width: 730px;
}

/**objects-section**/
.objects-section {
    padding: 8.2em 0 5.9em;
    margin-left: calc(calc(100vw - 1350px) / 2);
}

.objects-section .left-column {
    padding-right: 5em;
}

.objects-btn {
    margin-top: 4em;
}

.objects-slider {
    margin-bottom: 2.7em;
    margin-left: -10px;
    margin-right: -10px;
}

.objects-slider .slick-track {
    display: flex;
}

.objects-slider .slick-slide {
    padding: 0 10px;
    height: auto;
}

.objects-slider .slick-slide>div {
    height: 100%;
}

.objects-slider .object-item {
    width: 433px !important;
}

.object-item {
    display: block !important;
    height: 100%;
}

.object-item:hover>a:before {
    opacity: .5;
}

.object-item>a {
    display: block;
    position: relative;
    border-bottom: none;
    color: inherit;
    height: 100%;
}

.object-item>a:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(113, 113, 113, 0) 0%, rgba(62, 62, 62, 0.49) 100%);
    position: absolute;
    top: 0;
    left: 0;
    transition: opacity .3s;
}

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

.object-item_title {
    position: absolute;
    bottom: 2em;
    left: 0;
    right: 0;
    padding: 0 2em;
    color: #fff;
    font-size: 1.25rem;
    font-weight: 700;
}

.objects-counter {
    width: 191px;
    height: 43px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    font-size: .875rem;
    font-weight: 500;
    color: #666666;
    margin-left: 7px;
}

.objects-counter .divider {
    margin-right: 3px;
}

.pagination-number {
    color: #1D1D1D;
    font-size: 1.25rem;
    font-weight: 500;
    margin-right: 4px;
}

.slick-arrow {
    border-color: #0F6723;
    border-width: 2px;
    width: 30px;
    height: 30px;
}

.unified-checkbox {
    display: inline-block;
    position: relative;
    cursor: pointer;
    font-weight: 400;
    margin-bottom: 0;
    font-size: 0.8125rem;
    padding-left: 27px;
    color: inherit;
}

.unified-checkbox input[type="checkbox"] {
    position: absolute;
    margin-left: -20px;
    display: none;
}

.unified-checkbox input[type="checkbox"]:checked+.checkbox-text:before {
    opacity: 1;
}

.unified-checkbox input[type="checkbox"]:checked+.checkbox-text:after {
    background: #0F6723;
    border-color: #0F6723;
}

.unified-checkbox input[type="checkbox"]+.checkbox-text:before {
    width: 5px;
    height: 10px;
    content: '';
    display: block;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    position: absolute;
    top: 3px;
    left: 7px;
    opacity: 0;
    transform: rotate(45deg);
    transition: opacity .2s;
    z-index: 1;
}

.unified-checkbox input[type="checkbox"]+.checkbox-text:after {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    border: 1px solid #1D1D1D;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    margin: auto;
    transition: border-color .3s, background .3s;
}

.unified-checkbox .checkbox-text {
    display: inline-block;
    transition: color .2s;
}

.unified-checkbox a {
    font-weight: 700;
    border-bottom: none;
    color: inherit;
}

.unified-checkbox a:hover {
    color: #0F6723;
}

/**about-section***/
.unified-banner {
    height: 33.3vw;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    z-index: 2;
}

.unified-banner:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: radial-gradient(92.81% 92.81% at 34.55% 7.19%, rgba(69, 69, 69, 0.51) 0%, rgba(61, 63, 13, 0) 100%);
    z-index: -1;
}

.about_narrow-content {
    padding-top: 2.5em;
    padding-bottom: 3em;
}

.product-box_mod {
    padding-top: 6.4em;
    padding-bottom: 8.7em;
}

.excellence-section {
    padding: 5.5em 0 0;
    margin-bottom: -3.9em;
}

.excellence-section_content {
    display: flex;
    justify-content: space-between;
    margin: 0 -10px 7em;
}

.excellence-item {
    padding: 0 10px;
    max-width: 27%;
    color: #494949;

    display: flex;
    flex-direction: column;
    align-items: center;
}

.excellence-item_icon {
    height: 83px;
    display: flex;
    align-items: center;
    margin-bottom: 2.5em;
}

.excellence-item_icon img {
    max-height: 100%;
}

.excellence-item_title {
    display: block;
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 1em;
    text-transform: uppercase;
}

/**setrvices-section**/
.services-mod_section {
    padding-bottom: 4em;
}

.servisec-section_header {
    display: flex;
    margin: 0 -15px;
    padding: 3em 0;
}

.servisec-section_header .left-column {
    flex: 350px 0 0;
    padding: 0 15px 0 3.5em;
}

.servisec-section_header .right-column {
    flex: 1 0 0;
    padding: 0 15px;
}

.services-row {
    margin: 0 -10px 5em;
    position: relative;
    z-index: 1;
}

.services-row:after {
    content: '';
    display: block;
    position: absolute;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background: #81AD4A;
    opacity: .24;
    filter: blur(74px);
    position: absolute;
    left: -250px;
    bottom: -250px;
    z-index: -1;
}

.services-row [class^="col-"] {
    padding: 0 10px;
    margin-bottom: 20px;
}

/**services-detailed***/
.services-detailed_section {
    position: relative;
    z-index: 1;
}

.services-detailed_section .narrow-content {
    padding-top: 2.6em;
    padding-bottom: 0;
}

.services-detailed_text {
    padding-bottom: 6em;
}

.services-detailed_text p {
    margin-bottom: 1.8em;
}

.services-detailed_text p:last-child {
    margin-bottom: 0;
}

.purchase-method_content {
    display: flex;
    justify-content: space-between;
    margin: 1em -10px 3.8em;
}

.purchase-method_item {
    padding: 0 10px;
    max-width: 25%;
    color: #494949;
}

.purchase-method_item .item-icon {
    height: 78px;
    display: flex;
    align-items: flex-end;
    margin-bottom: 2.2em;
}

.purchase-method_item img {
    max-height: 100%;
}

.purchase-method_item .item-title {
    display: block;
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 1em;
    text-transform: uppercase;
}

/***houses-section**/
.houses-projects_section {
    padding: 3em 0;
    position: relative;
    z-index: 1;
}

.wrapper_section-title {
    display: flex;
    justify-content: center;
}

.houses-row {
    margin: 0 -10px;
}

.houses-row [class^="col-"] {
    padding: 0 10px;
    margin-bottom: 20px;
}

.house-item {
    height: 100%;
}

.house-item>a {
    border-bottom: none;
    color: inherit;
    display: block;
    position: relative;
    height: 100%;
}

.house-item>a:hover .house-item_desc {
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.28);
    color: #1D1D1D;
}

.house-item>a:hover .ico-metr {
    color: #0F6723;
}

.house-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.house-item_desc {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 60px;
    padding: .3em .8em;
    color: #fff;
    background: rgba(0, 0, 0, 0.6);
    box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.28);
    backdrop-filter: blur(3px);
    border-radius: 10px;
    position: absolute;
    bottom: .8em;
    left: .8em;
    width: 96%;
    transition: background .3s;
}

.house-item_desc [class^="ico-"] {
    margin-right: 12px;
}

.house-item_desc .ico-metr {
    font-size: 1.8rem;
}

.house-item_title {
    display: flex;
    align-items: center;
    font-size: 1.25rem;
    font-weight: 600;
    overflow: hidden;
    max-width: 60%;
}

.house-item_title .ico-house {
    width: 38px;
    flex: 38px 0 0;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0F6723;
    border-radius: 50%;
}

.house-item_square {
    display: flex;
    align-items: center;
    font-size: .8125rem;
    font-weight: 500;
}

/***house-card_section**/
.wrapper_house-card_slider {
    position: relative;
    padding: 0 15px;
}

.house-card_slider .slick-track {
    display: flex;
}

.house-card_slider .slick-slide {
    height: auto;
}

.house-card_slider .slick-slide>div {
    height: 100%;
}

.house-card_img {
    display: block !important;
    height: 100%;
}

.house-card_img>a {
    display: block;
    border-bottom: none;
    color: inherit;
    position: relative;
    height: 100%;
}

.house-card_img>a:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 29.42%, rgba(0, 0, 0, 0.63) 85.15%);
}

.house-card_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.house-card_counter {
    position: absolute;
    bottom: 0;
    right: 1.5em;
    width: 252px;
    height: 94px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(10px);
    color: #fff;
    z-index: 30;
}

.house-card_counter .slick-arrow {
    border-width: 1px;
    border-color: #fff;
    width: 30px;
    height: 30px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.house-card_counter .slick-arrow:hover {
    border-color: #0F6723;
}

.house-card_counter .slick-prev {
    left: 10%;
}

.house-card_counter .slick-next {
    right: 10%;
}

.house-card_counter .pagination-number {
    color: #fff;
}

.house-card_counter .divider {
    margin-right: 3px;
}

.house-card_desc {
    max-width: 690px;
    padding: 3.6em 15px 0;
}

.house-card_desc-header {
    border-bottom: 1px solid #C7C7C7;
    padding-bottom: 1.4em;
    margin-bottom: 4em;
}

.house-card_desc-header .right-column {
    text-align: right;
}

.house-card_desc-header .text {
    font-weight: 500;
    font-size: 1.25rem;
}

.house-card_title {
    font-size: 1.25rem;
    font-weight: 600;
    font-family: "Montserrat";
    margin-bottom: .4em;
    text-transform: uppercase;
}

.house-card_features {
    display: flex;
    justify-content: space-between;
    margin: 0 -5px 2.7em;
}

.house-card_features li {
    padding: 0 5px;
}

.house-card_feature-item {
    font-weight: 500;
}

.feature-item_header {
    display: flex;
    align-items: center;
    color: #0F6723;
    font-size: 1.25rem;
    margin-bottom: .5em;
}

.feature-item_icon {
    margin-right: 14px;
}

.house-card_top {
    background: #fff;
    position: relative;
    z-index: 2;
}

.house-card_top:after {
    content: '';
    display: block;
    position: absolute;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background: #3DB649;
    opacity: .24;
    filter: blur(64px);
    position: absolute;
    left: -350px;
    bottom: -100px;
    z-index: -1;
}

.house-card_cost {
    padding: 4em 0;
    position: relative;
    z-index: 1;
}

.green-circle5 {
    position: absolute;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background: #3DB649;
    opacity: .24;
    filter: blur(64px);
    position: absolute;
    right: -350px;
    top: -350px;
    z-index: -1;
}

.cost_tab-names {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #616161;
    color: #616161;
    position: relative;
    padding-top: 2em;
    text-transform: uppercase;
}

.cost_tab-names li {
    padding: 0 10px;
    margin-bottom: 2em;
    transition: color .3s;
}

.cost_tab-names li.active {
    color: #0F6723;
}

.cost_tab-names li.active .cost_tab-title_icon {
    filter: invert(26%) sepia(30%) saturate(2667%) hue-rotate(100deg) brightness(94%) contrast(88%);
}

.cost_tab-names .line {
    position: absolute;
    bottom: -1px;
    height: 8px;
    min-height: auto;
    background: #0F6723;
    margin-bottom: 0;
}

.cost_tab-title {
    text-align: center;
}

.cost_tab-title .text {
    min-height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.7;
}

.cost_tab-title {
    font-size: .875rem;
    font-weight: 600;
}

.cost_tab-title_icon {
    height: 76px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin-bottom: 2.1em;
    transition: filter .3s;
}

.cost_tab-title_icon img {
    max-height: 100%;
}

.house-card_content-tabs {
    padding-top: 2em;
}

.house-card_layout-tabs {
    padding-top: 2em;
}

.accordion-item.is-active {
    background: #F9F9F9;
}

.accordion-item.is-active .accordion-item_body {
    display: block;
}

.accordion-item.is-active .accordion-item_title:before {
    bottom: 10px;
    transform: rotate(180deg);
}

.accordion-item_title {
    display: flex;
    min-height: 89px;
    align-items: center;
    font-size: 1.5rem;
    padding: 0.4em 4em;
    border-bottom: 1px solid #E5E5E5;
    cursor: pointer;
    position: relative;
}

.accordion-item_title:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-top: 12px solid #0F6723;
    position: absolute;
    top: 0;
    bottom: -7px;
    left: 45px;
    margin: auto;
}

.accordion-item_body {
    padding: 2em 6em 4em;
    display: none;
}

.accordion-item_body p {
    margin-bottom: 1.7em;
}

.accordion-item_body p:last-child {
    margin-bottom: 0;
}

.house-card_layout-options {
    padding: 1.7em 0 0;
    margin-bottom: -1.1em;
}

.layout-options_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 12em;
    margin-bottom: 3.7em;
}

.layout-options_header .sutitle {
    font-weight: 600;
    font-size: 1.5625rem;
    color: #0F6723;
    flex: 1 0 0;
    text-align: center;
}

.layout-options_tab-names {
    display: flex;
    margin-bottom: -5em;
    width: 355px;
    position: relative;
    z-index: 2;
}

.layout-options_tab-names li {
    flex: 239px 0 0;
    height: 53px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F5F5F5;
    border: 1px solid transparent;
    border-radius: 91px;
    font-size: 1.25rem;
    color: #9C9C9C;
    position: relative;
    margin-left: -1.5em;
    transition: all .3s;
}

.layout-options_tab-names li:first-child {
    margin-left: 0;
}

.layout-options_tab-names li.active {
    flex: 181px 0 0;
    border-color: #0F6723;
    color: #0F6723;
    background-color: #fff;
    z-index: 1;
}

.layout-options_counter {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    flex: 186px 0 0;
    height: 43px;
}

.layout-options_counter .slick-arrow {
    border-color: #0F6723;
    border-width: 2px;
    width: 30px;
    height: 30px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.layout-options_counter .slick-arrow:hover {
    border-color: #81AD4A;
}

.layout-options_counter .divider {
    margin-right: 3px;
}

.layouts-slider {
    max-width: 660px;
    margin-left: auto;
    margin-right: auto;
}

.cost-list {
    display: flex;
    justify-content: space-between;
    text-transform: uppercase;
    margin-top: 3.3em;
}

.cost-list .cost_tab-title_icon {
    align-items: center;
}

.house-card_cost-mod {
    margin-top: 5em;
    position: relative;
    z-index: 1;
}

.green-circle6 {
    position: absolute;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background: #81AD4A;
    opacity: .34;
    filter: blur(104px);
    position: absolute;
    left: -420px;
    top: -300px;
    z-index: -1;
}

/**gallery-section**/
.gallery-section {
    padding: 5.5em 0 1em;
}

.gallery-list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 2em;
}

.gallery-list li {
    flex: 33.3336% 0 0;
    max-width: 33.3336%;
}

.gallery-list a {
    display: block;
    border-bottom: none;
    color: inherit;
    height: 100%;
    position: relative;
    z-index: 1;
}

.gallery-list a:hover:before {
    opacity: 1;
}

.gallery-list a:hover .gallery-item_circle {
    opacity: 1;
}

.gallery-list a:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7));
    transition: opacity .3s;
}

.gallery-list img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.gallery-item_circle {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    border: 1px solid #fff;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    opacity: 0;
    transition: opacity .3s;
}

.gallery-title {
    display: block;
    color: #fff;
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: .7em;
}

.gallery-text {
    color: #fff;
}

.tab {
    cursor: pointer;
}

.tab-item {
    height: 0;
    overflow: hidden;
    opacity: 0;
    transition: opacity .2s;
}

.tab-item.is-visible {
    height: auto;
    overflow: visible;
    animation: fadein 1s forwards;
}

@keyframes fadein {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

button.close {
    width: 20px;
    height: 20px;
    border: none;
    position: absolute;
    top: 1.3em;
    right: 1em;
    font-size: 1.2rem;
    color: rgba(0, 0, 0, 0.4);
    opacity: 1;
    transition: color .3s;
    z-index: 20;
}

button.close:hover {
    color: #0F6723;
}

/***video-section**/
.video-section {
    padding: 0 0 6.2em;
}

.video-slider {
    position: relative;
}

.video-slider:before {
    content: '';
    display: block;
    height: 100%;
    width: 170px;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(90deg, #FFFFFF 22.4%, rgba(255, 255, 255, 0.76) 61.98%, rgba(255, 255, 255, 0) 100%);
    z-index: 10;
}

.video-slider:after {
    content: '';
    display: block;
    height: 100%;
    width: 170px;
    position: absolute;
    top: 0;
    right: 0;
    background: linear-gradient(-90deg, #FFFFFF 22.4%, rgba(255, 255, 255, 0.76) 61.98%, rgba(255, 255, 255, 0) 100%);
    z-index: 10;
}

.video-slider .slick-center .video-item {
    transform: scale(1);
}

.video-slider .slick-center .video-item:after {
    background-color: transparent;
    z-index: -1;
}

.video-slider .slick-arrow {
    top: 0;
    bottom: 12%;
    margin: auto;
    border-color: #1A1A1A;
    border-width: 2px;
    width: 35px;
    height: 35px;
}

.video-slider .slick-arrow:hover {
    border-color: #0F6723;
}

.video-slider .slick-prev {
    left: 18.5%;
}

.video-slider .slick-next {
    right: 18.5%;
}

.video-counter {
    position: relative;
    width: 191px;
    height: 43px;
    line-height: 43px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1em;
}

.video-counter .slick-arrow {
    top: 0;
    bottom: 0;
    margin: auto;
}

.video-counter .divider {
    margin-right: 3px;
}

.video-counter .divider {
    margin-left: 3px;
}

.video-item {
    display: block !important;
    text-align: center;
    position: relative;
    transform: scale(0.75);
    transition: transform .3s;
}

.video-item .youtube {
    height: 34vw;
}

.video-item img {
    width: 100%;
}

.video-item iframe {
    width: 100%;
    height: 100%;
}

.video-item .item-title {
    font-size: 1.25rem;
    font-weight: 600;
    text-align: center;
    margin-top: 2.2em;
    text-transform: uppercase;
}

.video-item:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.5);
    transition: background .3s;
    z-index: 1;
}

.youtube {
    position: relative;
    width: 100%;
    height: 100%;
    cursor: pointer;
    margin-bottom: 1em;
}

.youtube img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    z-index: 1;
}

.play-button {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 164px;
    height: 164px;
    padding-left: 10px;
    font-size: 3rem;
    background: rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(10px);
    border-radius: 50%;
    z-index: 2;
}

/***project-card**/
.project-card_section .narrow-content {
    padding: 6em 0;
    line-height: 1.6;
    position: relative;
    z-index: 2;
}

.wrapper_project-slider {
    position: relative;
    z-index: 1;
}

.green-circle7 {
    position: absolute;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background: #81AD4A;
    opacity: .34;
    filter: blur(64px);
    position: absolute;
    right: -300px;
    top: -150px;
    z-index: -1;
}

.green-circle8 {
    position: absolute;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background: #0F6723;
    opacity: .34;
    filter: blur(64px);
    position: absolute;
    left: -350px;
    bottom: -200px;
    z-index: -1;
}

.green-circle9 {
    position: absolute;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background: #81AD4A;
    opacity: .34;
    filter: blur(64px);
    position: absolute;
    left: -400px;
    top: 5%;
    z-index: -1;
}

.green-circle10 {
    position: absolute;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background: #0F6723;
    opacity: .34;
    filter: blur(104px);
    position: absolute;
    right: -350px;
    top: -370px;
    z-index: -1;
}

.green-circle11 {
    position: absolute;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background: #0F6723;
    opacity: .34;
    filter: blur(104px);
    position: absolute;
    bottom: -350px;
    right: -350px;
    z-index: -1;
}

.green-circle12 {
    position: absolute;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background: #81AD4A;
    opacity: .34;
    filter: blur(104px);
    position: absolute;
    left: -350px;
    top: -150px;
    z-index: -1;
}

.project-slider .slick-track {
    display: flex;
}

.project-slider .slick-slide {
    height: auto;
}

.project-slider .slick-slide>div {
    height: 100%;
}

.project-slide {
    display: block !important;
    height: 100%;
}

.project-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.project-counter {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 267px;
    height: 94px;
    line-height: 94px;
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(10px);
    color: #fff;
    position: absolute;
    bottom: 0;
    right: calc(calc(100vw - 1350px) / 2);
}

.project-counter .slick-arrow {
    border-color: #fff;
    width: 30px;
    height: 30px;
    top: 0;
    bottom: 0;
    margin: auto;
    border-width: 2px;
}

.project-counter .slick-arrow:hover {
    border-color: #0F6723;
}

.project-counter .slick-next {
    right: 10%;
}

.project-counter .slick-prev {
    left: 10%;
}

.project-counter .divider {
    margin-right: 3px;
}

.project-counter .pagination-number {
    color: #fff;
}

.project-card_layout-options {
    padding-bottom: 3.2em;
    position: relative;
    z-index: 1;
}

/**contact-section**/
.contact-section {
    padding: 3.5em 0 0;
}

#map {
    height: 384px;
    margin-top: 4.5em;
}

#map canvas {
    filter: grayscale(100%);
}

.contact-list {
    display: flex;
    justify-content: space-between;
    font-size: 1.25rem;
    line-height: 1.6;
    padding: 0 3em 0 .8em;
    margin: 2.8em -10px 0;
}

.contact-list li {
    padding: 0 10px 0 1.7em;
    position: relative;
}

.contact-list a:not([class]) {
    border-bottom: none;
    color: inherit;
}

.contact-icon {
    position: absolute;
    top: 5px;
    left: 0;
    color: #0F6723;
}

.route-btn {
    display: inline-block;
    margin-top: 13px;
    font-weight: 600;
    font-size: 1rem;
    letter-spacing: .1em;
    color: #0F6723;
    text-transform: uppercase;
    transition: color .3s;
}

.route-btn:hover {
    color: #093a14;
}

.contact-messengers_row {
    display: flex;
    align-items: center;
}

.messengers-list {
    margin-left: 0;
    display: flex;
    align-items: center;
}

.messengers-list li {
    padding: 0 12px 0 0;
}

.messengers-list a {
    color: #0F6723 !important;
    border-bottom: none;
    transition: color .3s;
}

.messengers-list a:hover {
    color: #093a14 !important;
}

.messengers-list .ico-phone-3 {
    color: #0F6723;
    font-size: 1.1rem;
}

.error-section {
    min-height: 100vh;
    display: flex;
    align-items: center;
    color: #fff;
    padding: 2em 0;
    background: url(../img/bg/error-bg.jpg) no-repeat center top;
    background-size: cover;
}

.error-section .container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.error-section .text {
    font-weight: 500;
    color: #fff;
    margin-bottom: 2em;
}

.error-section .unified-btn {
    color: #81AD4A;
    margin-top: 5em;
}

.error-section .unified-btn:hover {
    color: #0F6723;
}

.error-section .unified-btn:hover .ico-arrow {
    border-color: #0F6723;
    color: #0F6723;
}

.error-section .unified-btn .ico-arrow {
    border-color: #81AD4A;
    color: #81AD4A;
}

.error-number {
    width: 100%;
    max-width: 533px;
    height: 277px;
    background: url(../img/bg/404-bg.png) no-repeat center center;
    background-size: contain;
}

.error_large-text {
    font-size: 6.25rem;
    font-family: "Orchidea";
    text-transform: uppercase;
    color: #81AD4A;
    margin-bottom: -10px;
}

.wrapper_form-submit {
    position: relative;
}

.popup-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0F6723;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    font-size: 1.8rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1em;
}

.popup-form_submit {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.modal-backdrop.show {
    opacity: .8;
}

.modal-dialog {
    max-width: 550px;
}

.modal-dialog_mod {
    max-width: 600px;
}

.modal-dialog_mod .section-title {
    margin-bottom: .3em;
}

.modal-backdrop {
    z-index: 120;
}

.modal {
    z-index: 130;
}

.modal-content {
    padding: 3.5em 2em 1.8em;
    border-radius: 10px;
}

.error {
    display: block;
    font-size: .875rem;
    font-weight: 500;
    color: red;
    text-align: center;
}

.input-error {
    border-color: red !important;
}

.tablet-small_visible {
    display: none;
}

.mobile-visible {
    display: none;
}

.tablet-visible {
    display: none;
}

.form-group {
    margin-bottom: 1.5em;
    position: relative;
    z-index: 1;
}

.form-group.focus .form-label {
    font-size: .75rem;
    line-height: 16px;
    text-transform: none;
}

.form-group_mod.focus .form-label {
    top: -17px;
}

.form-label {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    line-height: 51px;
    font-weight: 500;
    width: 100%;
    text-align: center;
    transition: all 0.3s;
    z-index: -1;
}

.form-control {
    width: 100%;
    height: 51px;
    font-weight: 500;
    border: none;
    background-color: transparent;
    border-bottom: 1px solid #B3B3B3;
    outline: none;
    resize: none;
    text-align: center;
    transition: border-bottom .3s;
}

.form-control:focus {
    border-bottom: 1px solid #0F6723;
}

.form-policy {
    padding: 0 0 0 1.3em;
    margin-top: 2.5em;
    margin-bottom: 2.2em;
    text-align: center;
}

.form-policy .unified-checkbox {
    text-align: left;
}

.site-map_section {
    padding: 3em 0;
}

.site-map_menu li {
    margin-bottom: 1em;
}

.fancybox-container {
    z-index: 200;
}

/***main-footer***/
.main-footer {
    flex: 0 0 auto;
    background: #fff;
    padding: 5em 0 3.4em;
    font-size: .730rem;
    position: relative;
    z-index: 1;
}

.main-footer:before {
    content: '';
    display: block;
    width: 442px;
    height: 142px;
    background: url(../img/bg/footer-houses.png) no-repeat left top;
    background-size: contain;
    position: absolute;
    top: 120px;
    left: 0;
    z-index: -1;
}

.main-footer .right-column {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.main-footer .ask-guestion_btn {
    text-transform: uppercase;
}

.main-footer .callback-btn {
    text-transform: uppercase;
}

.footer-circle {
    width: 499px;
    height: 499px;
    border-radius: 50%;
    background: #81AD4A;
    opacity: 0.2;
    filter: blur(104px);
    position: absolute;
    left: -300px;
    top: 0;
    z-index: -1;
}

.footer-circle2 {
    width: 571px;
    height: 571px;
    border-radius: 50%;
    background: #3DB649;
    opacity: .24;
    filter: blur(104px);
    position: absolute;
    right: -300px;
    bottom: -300px;
    z-index: -1;
}

.footer-logo {
    margin-top: 2em;
}

.footer-logo>a {
    border-bottom: none;
    color: #0F6723;
    font-size: 3.75rem;
    font-family: "Orchidea";
    text-transform: uppercase;
}

.footer_top-row {
    margin-bottom: 2.8em;
}

.footer-menu {
    display: flex;
    justify-content: space-between;
    font-weight: 500;
    text-transform: uppercase;
    width: 100%;
}

.footer-menu li {
    padding: 0 .3em;
}

.footer-menu li.active {
    pointer-events: none;
}

.footer-menu li.active a {
    color: #0F6723;
    border-bottom-color: #0F6723;
}

.footer-menu a {
    color: inherit;
    border: none;
    border-bottom: 1px solid transparent;
    transition: color .3s, border-bottom-color .3s;
}

.footer-menu a:hover {
    color: #0F6723;
    border-bottom-color: #0F6723;
}

.social-network {
    display: flex;
    align-items: center;
    margin: 0 -1.3em;
}

.social-network li {
    padding: 0 1.3em;
}

.social-network a {
    display: block;
    border: none;
    color: inherit;
    font-size: 1.2rem;
    color: #BBBBBB;
    transition: color .3s;
}

.social-network a:hover {
    color: #0F6723;
}

.social-network .ico-vk {
    font-size: 1.4rem;
}

.footer_phone-number {
    font-weight: 500;
    font-size: 1.5625rem;
}

.footer-text {
    color: #99A4AB;
    font-size: .75rem;
    margin-top: 3.3em;
}

.main-footer_bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 2.5em;
    color: #99A4AB;
    font-size: .75rem;
}

.footer-studio {
    transition: filter .3s;
}

.footer-studio:hover {
    filter: invert(63%) sepia(33%) saturate(642%) hue-rotate(44deg) brightness(93%) contrast(90%);
}

.scroll-to-top {
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #093a14;
    cursor: pointer;
    position: fixed;
    right: 20px;
    bottom: 5em;
    opacity: 0;
    transform: scale(0);
    transition: transform 0.4s, opacity 0.6s;
    z-index: 100;
}

.scroll-to-top:after {
    content: "";
    display: block;
    height: 30%;
    width: 30%;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    position: absolute;
    top: 4px;
    bottom: 0;
    left: -1px;
    right: 0;
    margin: auto;
    transform: rotate(-45deg);
}

.scroll-to-top:hover {
    opacity: 0.7;
}

.scroll-to-top-visible {
    transform: scale(1);
    opacity: 1;
}

.scroll-to-top-visible.is-hidden {
    display: none;
}

.night-body .ui-header {
    background: #1D1D1D;
}

.night-body .ui-header:before {
    background-image: url(../img/bg/head2-houses.png);
    background-size: contain;
    background-position: right bottom;
    right: 0;
    left: auto;
}

.night-body .product-item_img-right {
    margin-right: -2.7em;
    width: calc(100% + 2.7em);
}

.night-body .product-item_img-right:before {
    right: 0;
    width: calc(100% + 60px);
}

.night-body .narrow-content {
    padding-top: 5.7em;
    padding-bottom: 6.9em;
}

.night-body .head-menu,
.night-body .footer-menu {
    color: #fff;
}

.night-body .head-menu li.active a,
.night-body .footer-menu li.active a {
    color: #81AD4A;
    border-bottom-color: #81AD4A;
}

.night-body .head-menu a:hover,
.night-body .footer-menu a:hover {
    color: #81AD4A;
    border-bottom-color: #81AD4A;
}

.night-body .head_phone-number {
    color: #fff;
}

.night-body .head-logo {
    color: #81AD4A;
}

.night-body .head-text {
    color: #81AD4A;
}

.night-body .ask-guestion_btn {
    color: #81AD4A;
}

.night-body .ask-guestion_btn:before {
    background: #81AD4A;
}

.night-body .ask-guestion_btn:hover {
    color: #0F6723;
}

.night-body .ask-guestion_btn:hover:before {
    background: #0F6723;
}

.night-body .callback-btn {
    color: #81AD4A;
}

.night-body .callback-btn .ico-phone {
    background: #81AD4A;
}

.night-body .callback-btn:hover {
    color: #0F6723;
}

.night-body .callback-btn:hover .ico-phone {
    background: #0F6723;
}

.night-body .switch-box_text {
    color: rgba(255, 255, 255, 0.5);
}

.night-body .main-banner {
    background-image: url(../img/bg/banner/02.jpg);
    height: 47.3vw;
}

.night-body .wrapper_product-box:before {
    background: url(../img/bg/main-bg.jpg) repeat left top;
}

.night-body .product-item_img:before {
    background: #3F3F3F;
}

.night-body .section-title_mod {
    color: #81AD4A;
}

.night-body .section-title_mod:before {
    background: #81AD4A;
}

.night-body h2,
.night-body .section-title {
    color: #81AD4A;
}

.night-body .section-title_sguare:after {
    background: url(../img/bg/squares2-bg.png) no-repeat center top;
}

.night-body .unified-btn .ico-arrow {
    color: #81AD4A;
    border-color: #81AD4A;
}

.night-body .unified-btn:hover {
    color: #0F6723;
}

.night-body .unified-btn:hover .ico-arrow {
    color: #0F6723;
    border-color: #0F6723;
}

.night-body .product-item_btn {
    color: #fff;
}

.night-body .product-item_subtitle {
    color: #fff;
}

.night-body .advantages-content {
    background: url(../img/bg/main-bg.jpg) repeat left top;
}

.night-body .advantage-item_number {
    color: #81AD4A;
}

.night-body .advantage-item_number:after {
    background: #81AD4A;
}

.night-body .advantage-item {
    color: #fff;
}

.night-body .main-footer {
    background: url(../img/bg/main-bg.jpg) repeat left center;
    color: #fff;
}

.night-body .main-footer:before {
    background: url(../img/bg/footer2-houses.png) no-repeat left center;
}

.night-body .slick-arrow {
    border-color: #81AD4A;
}

.night-body .slick-arrow:hover {
    border-color: #000;
}

.night-body .footer-logo>a {
    color: #81AD4A;
}

.night-body .social-network a {
    color: #696C6D;
}

.night-body .social-network a:hover {
    color: #81AD4A;
}

.night-body .social-network a .path3:before {
    color: rgba(0, 0, 0, 0.7);
}

.night-body .popup-icon {
    background: #81AD4A;
}

.night-body .scroll-to-top {
    background: #81AD4A;
}

.night-body .product-item_first:after {
    background: #81AD4A;
}

.night-body .green-circle {
    background: #81AD4A;
}

.night-body .footer-circle2 {
    background: #81AD4A;
}

.night-body .hamburger-inner {
    background: #81AD4A;
}

.night-body .hamburger-inner:after,
.night-body .hamburger-inner:before {
    background: #81AD4A;
}

.night-body .hamburger.is-active .hamburger-inner:after,
.night-body .hamburger.is-active .hamburger-inner:before {
    background: #81AD4A;
}

@media only screen and (max-width: 1399px) {
    .head-logo_main-text {
        font-size: 6.9rem;
    }

    .head-logo_small-text {
        font-size: 1.125rem;
    }

    .head-text {
        font-size: 1.125rem;
    }

    .head-menu {
        font-size: .8125rem;
    }

    .ask-guestion_btn {
        font-size: .8125rem;
    }

    .head_phone-number {
        font-size: .875rem;
    }

    .callback-btn {
        font-size: .8125rem;
    }

    .callback-btn .ico-phone {
        width: 40px;
        height: 40px;
    }

    .section-title_mod {
        font-size: 2.5rem;
    }

    h2,
    .section-title {
        font-size: 2.5rem;
    }

    .product-item_subtitle {
        margin-bottom: 3.5em;
    }

    .advantage-item_number {
        font-size: 2.35rem;
    }

    .advantage-item {
        font-size: .875rem;
    }

    .objects-section {
        margin-left: calc(calc(100vw - 1184px) / 2);
    }

    .footer-logo>a {
        font-size: 3.4rem;
    }

    .head-logo {
        margin-bottom: -2.3em;
    }

    .project-counter {
        right: calc(calc(100vw - 1184px) / 2);
    }

    .error-section .unified-btn {
        margin-top: 2em;
    }

    .section-title_mod:before {
        top: 20px;
    }
}

@media only screen and (max-width: 1199px) {
    .head-logo_main-text {
        font-size: 5rem;
    }

    .head-logo {
        margin-bottom: -1.8em;
    }

    .head-logo_small-text {
        font-size: .75rem;
    }

    .head-text {
        font-size: .75rem;
    }

    .switch-box {
        margin-bottom: 1em;
    }

    .head-menu {
        font-size: .625rem;
    }

    .ask-guestion_btn {
        font-size: .625rem;
    }

    .ask-guestion_btn:before {
        top: 4px;
    }

    .head_phone-number {
        font-size: .75rem;
    }

    .callback-btn {
        font-size: .625rem;
    }

    .callback-btn .ico-phone {
        width: 30px;
        height: 30px;
        font-size: 1rem;
    }

    .head_top-panel {
        margin-bottom: 0.5em;
    }

    .night-body .narrow-content {
        padding: 4em 0;
    }

    .narrow-content {
        padding: 4em 0;
    }

    .section-title_mod {
        font-size: 2rem;
    }

    .section-title_mod:before {
        top: 14px;
    }

    .section-title_mod .title-text:before {
        top: 14px;
    }

    h2,
    .section-title {
        font-size: 2rem;
    }

    body {
        font-size: .875rem;
    }

    .product-item_desc {
        padding-left: 6em;
    }

    .product-item_img:before {
        right: -1.8em;
        bottom: -1.8em;
    }

    .wrapper_product-box:before {
        height: calc(100% - 90px);
    }

    .unified-text_content {
        padding-top: 7em;
    }

    .services-item_title {
        font-size: 1.25rem;
    }

    .services-title {
        font-size: 5rem;
    }

    .all-services_btn {
        width: 110px;
        height: 110px;
        bottom: -55px;
    }

    .advantages-box {
        margin: 0 -10px;
        flex-wrap: wrap;
    }

    .advantages-box li {
        padding: 0 10px;
        flex: 50% 0 0;
        max-width: 50%;
        margin-bottom: 2em;
    }

    .advantages-content {
        padding: 5em 0 3em;
    }

    .objects-section {
        margin-left: calc(calc(100vw - 930px) / 2);
    }

    .project-counter {
        right: calc(calc(100vw - 930px) / 2);
    }

    .objects-slider .object-item {
        width: 100% !important;
    }

    .object-item_title {
        font-size: 1rem;
    }

    .objects-btn {
        margin-top: 2em;
    }

    .footer-menu {
        font-size: .8125rem;
    }

    .footer_phone-number {
        font-size: 1.25rem;
    }

    .footer-logo>a {
        font-size: 2.7rem;
    }

    .social-network {
        margin: 0 -.7em;
    }

    .social-network li {
        padding: 0 .7em;
    }

    .product-box_mod {
        padding-top: 4em;
    }

    .about_narrow-content {
        padding: 2em 0 1em;
    }

    .servisec-section_header .left-column {
        flex: 230px 0 0;
    }

    .product-item_img-right:before {
        left: -27px;
        width: calc(100% - 27px);
    }

    .services-detailed_text {
        padding-bottom: 3em;
    }

    .purchase-method_item .item-icon {
        margin-bottom: 1em;
    }

    .purchase-method_item .item-title {
        margin-bottom: .5em;
    }

    .purchase-method_item {
        max-width: 30%;
    }

    .purchase-method_content {
        margin-bottom: 1.2em;
    }

    .house-item_title {
        max-width: 52%;
    }

    .house-card_desc-header .main-btn {
        min-width: auto;
        width: 100%;
    }

    .feature-item_header {
        font-size: 1rem;
    }

    .layout-options_header .sutitle {
        font-size: 1.25rem;
    }

    .layout-options_header {
        padding-left: 17em;
    }

    .play-button {
        width: 120px;
        height: 120px;
    }

    .house-card_desc {
        max-width: 480px;
    }

    .contact-list {
        padding: 0;
        font-size: 1rem;
    }

    .contact-section {
        padding-bottom: 4em;
    }
}

@media only screen and (max-width: 991px) {
    .tablet-visible {
        display: block;
    }

    .tablet-hidden {
        display: none !important;
    }

    .hamburger {
        display: block;
        margin-right: 1.5em;
    }

    .head-logo {
        flex: 1 0 0;
    }

    .main-head {
        position: relative;
        z-index: 101;
    }

    .head-logo_main-text {
        font-size: 4rem;
    }

    .main-head .container {
        align-items: center;
    }

    .head_top-panel {
        background: #fff;
        position: fixed;
        top: 100px;
        left: -100%;
        width: 100%;
        text-align: center;
        transition: left .3s;
        z-index: 100;
    }

    .head_top-panel>.container {
        max-width: 100%;
    }

    .head_top-panel>.container>.row {
        display: flex;
        justify-content: space-between;
        overflow: hidden;
        overflow-y: auto;
        height: 100vh;
        padding: 4em 0 8em;
    }

    .head_top-panel.is-open {
        left: 0;
    }

    .head-menu {
        display: block;
        font-size: 1.25rem;
        font-family: "Orchidea";
        margin: 0;
    }

    .head-menu li {
        padding: 0;
        margin-bottom: 1em;
    }

    .head_right-column {
        flex-direction: column;
        align-items: center;
    }

    .head-nav {
        padding-right: 0;
    }

    .ask-guestion_btn {
        font-size: .875rem;
    }

    .head_phone-number {
        font-size: 1rem;
        margin: 1em 0;
    }

    .callback-btn {
        font-size: .875rem;
    }

    .callback-btn .ico-phone {
        width: 40px;
        height: 40px;
        font-size: 1.3rem;
    }

    .switch-box {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-top: 3em;
        margin-bottom: 3em;
    }

    .switch-btn {
        flex: 0 0 auto;
        width: 75px;
    }

    .mobile_head-box {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        padding-top: 2em;
        width: 100%;
    }

    .mobile_head-box .copyright {
        font-size: .75rem;
        margin: 1em 0;
    }

    .mobile_social-network a {
        color: #0F6723;
    }

    .fixed-menu .main-head {
        display: block;
    }

    .fixed-menu .head-logo_small-text {
        display: none;
    }

    .fixed-menu .head-logo {
        margin-bottom: 0;
        text-align: center;
    }

    .fixed-menu .head-logo_main-text {
        font-size: 2.2rem;
    }

    .ui-header:before {
        width: 340px;
    }

    .section-title_mod {
        font-size: 1.875rem;
        padding-left: 27px;
    }

    .section-title_mod:before {
        left: 0;
    }

    .section-title_mod .title-text {
        padding-left: 27px;
    }

    .section-title_mod .title-text:before {
        left: 0;
    }

    .product-item_desc {
        padding-left: 3em;
    }

    .product-item_subtitle {
        margin-bottom: 1.7em;
    }

    .wrapper_product-box:before {
        height: calc(100% - 30px);
    }

    .product-item {
        margin-bottom: 3em;
    }

    .product-item_img-left .product-item_circle {
        width: 170px;
        height: 170px;
        right: -107px;
        bottom: -133px;
    }

    .product-item_img-right .product-item_circle {
        width: 170px;
        height: 170px;
        right: auto;
        bottom: -133px;
    }

    .unified-text_content {
        padding-top: 5em;
        padding-bottom: 2em;
    }

    .objects-section {
        margin-left: auto;
        margin-right: auto;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 3.5em;
        max-width: 760px;
    }

    .objects-btn {
        margin-bottom: 2em;
    }

    .main-footer {
        padding: 2.5em 0;
    }

    .footer-logo {
        margin-bottom: 1.2em;
    }

    .night-body .head_top-panel {
        background: url(../img/bg/main-bg.jpg) repeat left top;
    }

    .night-body .mobile_social-network a {
        color: #81AD4A;
    }

    .night-body .mobile_head-box .copyright {
        color: #fff;
    }

    .night-body .footer-studio {
        filter: invert(41%) sepia(8%) saturate(152%) hue-rotate(98deg) brightness(94%) contrast(86%);
    }

    .night-body .mobile_phone-number {
        background: #81AD4A;
    }

    .mobile_phone-number {
        display: flex;
    }

    .head-logo {
        margin-bottom: -1.6em;
    }

    .product-box_mod {
        padding-bottom: 6em;
    }

    .excellence-section {
        margin-bottom: 0;
    }

    .house-item {
        height: auto;
    }

    .house-item_title {
        max-width: 70%;
    }

    .wrapper_house-card_slider {
        padding: 0 15px;
    }

    .house-card_desc {
        max-width: 760px;
        margin-left: auto;
        margin-right: auto;
        padding: 2em 15px 0;
    }

    .cost_tab-title {
        font-size: .65rem;
    }

    .cost_tab-names li {
        margin-bottom: 1em;
    }

    .layout-options_tab-names {
        margin-bottom: 0;
    }

    .layout-options_header {
        padding-left: 0;
    }

    .layout-options_header .sutitle {
        text-align: left;
    }

    .house-card_cost-mod {
        margin-top: 3em;
    }

    .house-card_cost {
        padding: 3em 0 1em;
    }

    .cost_tab-names {
        padding-top: 0;
    }

    .cost-list {
        margin-top: 1.7em;
    }

    .gallery-section {
        padding-top: 3em;
    }

    .narrow-content {
        padding: 2.7em 0;
    }

    .gallery-list {
        margin-bottom: 0;
    }

    .video-section {
        padding-bottom: 3em;
    }

    .project-counter {
        right: calc(calc(100vw - 660px) / 2);
        height: 65px;
        width: 200px;
    }

    .house-card_top:after {
        top: 40vw;
    }

    .fixed-menu .head_top-panel {
        top: 71px;
    }

    .services-item_icon img {
        max-height: 180px;
    }
}

@media only screen and (max-width: 1199px) and (min-width: 991px) {
    .house-card_desc-header .text {
        display: block;
        font-size: .875rem;
        margin-bottom: 1.3em;
    }
}

@media only screen and (max-width: 991px) and (min-width: 767px) {
    .contact-list {
        font-size: .75rem;
    }

    .route-btn {
        font-size: .75rem;
    }

    .messengers-list li {
        padding: 0 8px;
    }

    .messengers-list .ico-phone-3 {
        font-size: .75rem;
    }
}

@media only screen and (max-width: 767px) {
    .tablet-small_visible {
        display: block;
    }

    .tablet-small_hidden {
        display: none;
    }

    .narrow-content {
        padding: 2.2em 0;
    }

    .section-title_mod:before {
        width: 7px;
        height: 7px;
        top: 17px;
    }

    .section-title_mod .title-text:before {
        width: 7px;
        height: 7px;
        top: 17px;
    }

    .section-title_mod {
        padding-left: 15px;
    }

    .unified-btn .ico-arrow {
        width: 55px;
        height: 55px;
        line-height: 55px;
        font-size: .75rem;
    }

    .product-item_img-left {
        width: calc(100% - 20px);
    }

    .product-item_desc {
        padding-left: 15px;
    }

    .product-item_first:after {
        width: 340px;
        height: 340px;
        right: 0;
        left: 30%;
        top: 30%;
    }

    .product-item_second:after {
        width: 238px;
        height: 238px;
        right: 0;
        left: 0;
        top: 40%;
    }

    .night-body .product-item_first:after {
        background: #3DB649;
    }

    .night-body .product-item_img-right {
        left: 20px;
        width: calc(100% - 20px);
    }

    .product-item_img-right {
        left: 20px;
        width: calc(100% - 20px);
    }

    .min {
        display: inline;
    }

    .wrapper_product-box:before {
        height: calc(100% - 50px);
    }

    .services-item_title {
        font-size: 1rem;
    }

    .objects-section {
        max-width: 560px;
        padding: 2.2em 15px 3.7em;
    }

    .footer-nav {
        margin-top: 1em;
    }

    .footer-menu {
        display: block;
        text-align: center;
        font-size: .875rem;
        margin: 0;
    }

    .footer-menu li {
        padding: 0;
        margin-bottom: 1.4em;
    }

    .main-footer {
        text-align: center;
    }

    .social-network {
        justify-content: center;
    }

    .main-footer .right-column {
        display: none;
    }

    .footer-mobile-box {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 1.5em;
    }

    .footer_phone-number {
        font-size: 1.5rem;
        margin: .7em 0;
    }

    .footer-text {
        text-align: left;
    }

    .footer_top-row {
        margin-bottom: 1em;
    }

    .footer-circle {
        width: 345px;
        height: 345px;
        left: -200px;
        top: -160px;
        filter: blur(77px);
    }

    .footer-circle2 {
        width: 364px;
        height: 364px;
        right: -200px;
        bottom: 10%;
    }

    h2 small,
    .section-title small {
        font-size: 1rem;
    }

    .head-logo_small-text {
        font-size: .625rem;
    }

    .head_top-panel {
        top: 96px;
    }

    .objects-counter {
        margin-bottom: 1.5em;
    }

    .objects-section {
        padding-bottom: 2em;
    }

    .objects-btn {
        margin-top: 1em;
        margin-bottom: 0;
    }

    .about_narrow-content {
        padding-bottom: 1em;
    }

    .product-box_mod {
        padding: 3em 0 4em;
    }

    .product-item_img-left .product-item_circle {
        display: none;
    }

    .product-item_img-right .product-item_circle {
        display: none;
    }

    .excellence-section_content {
        display: block;
    }

    .excellence-item {
        max-width: 100%;
        margin-bottom: 2em;
    }

    .excellence-item_icon {
        height: auto;
        margin-bottom: 1em;
    }

    .servisec-section_header {
        display: block;
        padding: 2em 0;
    }

    .servisec-section_header .left-column {
        max-width: 100%;
        padding-left: 1.2em;
    }

    .servisec-section_header .right-column {
        max-width: 100%;
    }

    .services-row {
        margin-bottom: 2em;
    }

    .services-mod_section {
        padding-bottom: 2.2em;
    }

    .purchase-method_content {
        margin-bottom: 0;
        display: block;
    }

    .purchase-method_item {
        max-width: 100%;
        margin-bottom: 2em;
    }

    .purchase-method_item .item-icon {
        height: auto;
    }

    .house-item_title {
        max-width: 60%;
    }

    .cost_tab-names {
        overflow: hidden;
        overflow-x: auto;
        justify-content: flex-start;
        white-space: nowrap;
    }

    .cost_tab-names li {
        position: relative;
        padding-bottom: 1.2em;
        margin-bottom: 0;
    }

    .cost_tab-names li:after {
        content: '';
        display: block;
        width: 0;
        height: 6px;
        background: #0F6723;
        position: absolute;
        bottom: -1px;
        left: 0;
        transition: width .3s;
        z-index: 1;
    }

    .cost_tab-names li.active:after {
        width: 100%;
    }

    .cost_tab-names li:first-child {
        padding-left: 0;
    }

    .cost_tab-names li:last-child {
        padding-right: 0;
    }

    .cost_tab-names .line {
        display: none;
    }

    .cost_tab-names::-webkit-scrollbar {
        height: 0;
    }

    .cost_tab-title_icon {
        height: 50px;
        margin-bottom: .6em;
    }

    .accordion-item_title {
        font-size: 1.25rem;
    }

    .accordion-item_title {
        min-height: 69px;
    }

    .accordion-item_title:before {
        left: 15px;
    }

    .accordion-item_title {
        padding-left: 2.2em;
        padding-right: 2.2em;
    }

    .accordion-item_body {
        padding: 1.7em 3em;
    }

    .cost-list {
        flex-wrap: wrap;
    }

    .cost-list li {
        flex: 33.3336% 0 0;
        max-width: 33.3336%;
        margin-bottom: 1.7em;
    }

    .play-button {
        width: 92px;
        height: 92px;
        font-size: 2rem;
    }

    .video-slider:before {
        width: 30px;
    }

    .video-slider:after {
        width: 30px;
    }

    .video-slider .slick-prev {
        left: 9.5%;
    }

    .video-slider .slick-next {
        right: 9.5%;
    }

    .video-item .youtube {
        height: 44vw;
    }

    .house-card_desc-header .text {
        display: block;
        font-size: .875rem;
        margin-bottom: 1.3em;
    }

    .house-card_counter {
        height: 50px;
        width: 160px;
        right: 0;
    }

    .house-card_counter .slick-arrow {
        width: 20px;
        height: 20px;
    }

    .wrapper_house-card_slider {
        padding: 0;
    }

    .house-card_desc {
        padding-top: 1em;
    }

    .house-card_desc-header {
        border-bottom: none;
        padding-bottom: 0;
        margin-bottom: 1.7em;
    }

    .house-card_features {
        flex-wrap: wrap;
        justify-content: flex-start;
        margin-bottom: 0;
    }

    .house-card_features li {
        flex: 70% 0 0;
        max-width: 70%;
        margin-bottom: 1.5em;
    }

    .house-card_features li:nth-child(even) {
        flex: 30% 0 0;
        max-width: 30%;
    }

    .cost_tab-names li {
        padding: 0 20px;
    }

    .product-counter {
        margin-left: auto;
        margin-right: auto;
    }

    .house-card_desc {
        max-width: 575px;
    }

    .project-counter {
        right: calc(calc(100vw - 510px) / 2);
    }

    .contact-list {
        padding: 0;
        display: block;
        margin: 0;
    }

    .contact-list li {
        margin-bottom: 1.2em;
    }

    .messengers-list li {
        margin-bottom: 0;
    }

    .messengers-list .ico-phone-3 {
        font-size: 1rem;
    }

    .contact-section {
        padding-bottom: 2em;
    }

    .error_large-text {
        font-size: 2.875rem;
        margin-bottom: 0;
    }

    .error-section .text {
        font-size: .875rem;
    }

    .houses-projects_section .section-title_mod {
        text-align: left;
    }
}

@media only screen and (max-width: 575px) {
    .mobile-visible {
        display: block;
    }

    .mobile-hidden {
        display: none;
    }

    .scroll-to-top {
        opacity: .7;
        border-radius: 100%;
        width: 26px;
        height: 26px;
        right: 18px;
        left: auto;
    }

    .scroll-to-top:before {
        content: '';
        display: block;
        width: 140%;
        height: 140%;
        border-radius: 50%;
        border: 2px solid #093a14;
        position: absolute;
        top: -5px;
        left: -5px;
        z-index: -1;
    }

    .scroll-to-top:after {
        left: 0;
        top: 2px;
    }

    .night-body .scroll-to-top:before {
        border-color: #81AD4A;
    }

    .head-logo_main-text {
        font-size: 3rem;
        position: relative;
        left: -40px;
        display: block;
        white-space: nowrap;
    }

    .hamburger {
        flex: 20px 0 0;
        width: 20px;
        margin-top: 3px;
    }

    .main-head .container {
        align-items: flex-start;
    }

    .head-logo_small-text {
        font-size: 0.5625rem;
        padding-right: 3.5em;
        margin-bottom: 1px;
    }

    .ui-header {
        padding-top: .5em;
    }

    .head-logo {
        margin-bottom: -15px;
        margin-right: 0;
    }

    .ui-header:before {
        width: 70%;
        height: 100%;
    }

    .night-body .ui-header:before {
        left: 0;
        right: auto;
    }

    .main-banner {
        display: flex;
        align-items: flex-end;
        height: 90vw;
    }

    .main-banner .main-btn {
        display: block;
        flex: 100% 0 0;
        text-transform: uppercase;
    }

    .night-body .main-banner {
        height: 90vw;
    }

    .night-body .narrow-content {
        padding: 2.2em 0;
    }

    .narrow-content {
        padding: 2.2em 0;
    }

    .unified-btn .ico-arrow {
        font-size: .6rem;
    }

    .product-item {
        margin-bottom: 1.7em;
    }

    .product-item_img-right:before {
        left: -20px;
        width: calc(100% - 40px);
    }

    .night-body .product-item_img-right:before {
        left: -20px;
        width: calc(100% - 40px);
    }

    .product-item_img:before {
        right: -1.4em;
        bottom: -1.4em;
    }

    .product-item_desc {
        padding-top: 2em;
        padding-bottom: 2em;
    }

    .unified-text_content {
        padding: 2.8em 0 1em;
    }

    .section-title_sguare {
        padding-bottom: 1.2em;
    }

    .service-item {
        flex: 100% 0 0;
        max-width: 100%;
        height: auto;
    }

    .services-title {
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        color: #0F6723;
        font-size: 1.875rem;
        transform: none;
        text-align: center;
        top: 0;
        left: 0;
        flex: 100% 0 0;
        margin-bottom: .5em;
    }

    .services-title:before {
        content: '';
        display: block;
        width: 7px;
        height: 7px;
        margin-right: 10px;
        background: #0F6723;
        transform: rotate(45deg);
    }

    .night-body .services-title {
        color: #81AD4A;
    }

    .night-body .services-title:before {
        background: #81AD4A;
    }

    .advantages-box li {
        flex: 100% 0 0;
        max-width: 100%;
    }

    .advantage-item_number {
        font-size: 2.8125rem;
    }

    .green-circle {
        width: 389px;
        height: 389px;
        right: -200px;
        bottom: -200px;
    }

    .night-body .green-circle {
        background: #3DB649;
    }

    .advertising-section {
        padding: 2.2em 0;
    }

    .advertising-section .section-title,
    .advertising-section h2 {
        color: #fff;
    }

    .advertising-section .main-btn {
        background: transparent;
        height: auto;
        line-height: 1.2;
        width: auto;
        transition: color .3s;
    }

    .advertising-section .main-btn:hover {
        color: #0F6723;
    }

    .advertising-section .main-btn:active {
        box-shadow: none;
        border-top: none;
    }

    .advertising-section .main-btn .ico-arrow {
        display: inline-block;
        width: 55px;
        height: 55px;
        line-height: 55px;
        border-radius: 50%;
        background: #0F6723;
        color: #fff;
        margin-right: 1.3em;
        text-align: center;
        vertical-align: middle;
    }

    .green-circle.circle-2 {
        width: 229px;
        height: 229px;
        left: 0;
        bottom: -85px;
    }

    .fixed-menu .head-logo_main-text {
        left: 0;
    }

    .fixed-menu .main-head .container {
        align-items: center;
    }

    .objects-slider .slick-list {
        padding-right: 15%;
    }

    .objects-counter {
        margin-left: auto;
        margin-right: auto;
    }

    .main-footer_bottom {
        padding-top: 1.7em;
        display: block;
    }

    .main-footer_bottom .copyright {
        margin-bottom: .8em;
    }

    .main-footer {
        padding: 2.2em 0 1.7em;
    }

    .head_top-panel {
        top: 77px;
    }

    .fixed-menu {
        padding: .5em 0;
    }

    .fixed-menu .mobile_phone-number {
        top: 0;
        bottom: 3px;
        margin: auto;
    }

    .fixed-menu .head-logo {
        padding-right: 10%;
    }

    .fixed-menu .hamburger {
        margin-top: 0;
    }

    .head_top-panel.is-top>.container>.row {
        padding-bottom: 5em;
        padding-top: 2em;
    }

    .head_top-panel {
        top: 78px;
    }

    .fixed-menu .head_top-panel {
        top: 59px;
    }

    .section-title_mod {
        margin-bottom: .5em;
    }

    h2,
    .section-title {
        margin-bottom: .5em;
    }

    .modal-content {
        padding-left: .7em;
        padding-right: .7em;
    }

    .form-policy {
        padding: 0;
    }

    .popup-icon {
        width: 70px;
        height: 70px;
        font-size: 1.3rem;
    }

    .mobile_phone-number {
        width: 30px;
        height: 30px;
        flex: 30px 0 0;
        position: absolute;
        top: 0;
        right: 15px;
    }

    .green-circle3 {
        width: 228px;
        height: 228px;
        top: -100px;
        left: -100px;
    }

    .green-circle4 {
        width: 373px;
        height: 373px;
        background: #0F6723;
        top: 33%;
        right: -170px;
    }

    .about_narrow-content {
        padding-bottom: 0;
    }

    .product-box_mod {
        padding-top: 1.7em;
        padding-bottom: 1em;
    }

    .excellence-section {
        padding-top: 2.2em;
    }

    .excellence-item_title {
        margin-bottom: .75em;
    }

    .excellence-section_content {
        margin-bottom: 5em;
    }

    .services-row [class^="col-"] {
        margin-bottom: 0;
        padding: 0;
    }

    .services-row:after {
        width: 309px;
        height: 309px;
        bottom: -140px;
        right: -60px;
        opacity: .5;
    }

    .services-mod_section {
        padding-bottom: 1.7em;
    }

    .purchase-method_item .item-title {
        font-size: 1rem;
    }

    .purchase-method_content {
        margin-top: 2em;
        margin-bottom: -1em;
    }

    .services-detailed_section .narrow-content {
        padding-top: 2.2em;
    }

    .services-detailed_text {
        padding-bottom: 2em;
    }

    .services-detailed_section .green-circle4 {
        top: 40%;
    }

    .purchase-method_item img {
        max-height: 60px;
    }

    .advertising-section_second p {
        font-size: 1rem;
    }

    .unified-banner {
        min-height: 300px;
    }

    .house-item_desc {
        position: relative;
        top: 0;
        bottom: auto;
        display: block;
        background: #fff;
        color: #1D1D1D;
        margin-top: -35px;
        z-index: 2;
    }

    .house-item_title {
        margin-bottom: 6px;
        max-width: 100%;
    }

    .houses-row [class^="col-"] {
        margin-bottom: 1.5em;
    }

    .house-item_desc .ico-metr {
        color: #0F6723;
    }

    .houses-projects_section {
        padding: 2em 0 1em;
    }

    .house-item_title .ico-house {
        width: 30px;
        height: 30px;
        flex: 30px 0 0;
        font-size: 1rem;
    }

    .section-title_mod .title-text {
        padding-left: 0;
    }

    .section-title_mod .title-text:before {
        left: -15px;
    }

    .section-title_mod small {
        font-size: .875rem;
    }

    .house-card_layout-tabs .tab-item {
        position: relative;
    }

    .house-card_layout-tabs .tab-item.is-visible {
        padding-bottom: 55px;
    }

    .layout-options_counter {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        width: 186px;
    }

    .layout-options_header .sutitle {
        text-align: center;
    }

    .layout-options_tab-names li.active {
        flex: 151px 0 0;
    }

    .layout-options_header {
        margin-bottom: 1.2em;
    }

    .cost-list li {
        flex: 50% 0 0;
        max-width: 50%;
    }

    .gallery-list li {
        flex: 100% 0 0;
        max-width: 100%;
        margin-bottom: 5px;
    }

    .gallery-list a {
        height: auto;
    }

    .video-slider:before {
        display: none;
    }

    .video-slider:after {
        display: none;
    }

    .video-item .youtube {
        height: 54vw;
    }

    .video-item {
        transform: scale(0.87);
    }

    .video-item .item-title {
        margin-top: .7em;
        font-size: .875rem;
    }

    .green-circle5 {
        width: 201px;
        height: 201px;
        top: -100px;
        right: -100px;
    }

    .green-circle6 {
        width: 290px;
        height: 290px;
        top: -100px;
        right: -140px;
        left: auto;
    }

    .project-counter {
        right: 0;
        left: 0;
        margin: auto;
        height: 40px;
        width: 170px;
    }

    .project-counter .slick-arrow {
        width: 20px;
        height: 20px;
    }

    .project-card_section .narrow-content {
        padding: 2em 0;
    }

    .house-card_top:after {
        width: 200px;
        height: 200px;
        left: auto;
        right: -50px;
        top: 110vw;
        filter: blur(54px);
    }

    .green-circle8 {
        width: 200px;
        height: 200px;
        left: -80px;
        bottom: -80px;
    }

    .green-circle7 {
        width: 287px;
        height: 287px;
        top: -120px;
        right: -200px;
    }

    .green-circle11 {
        width: 287px;
        height: 287px;
        top: 45vw;
        right: -200px;
        background: #81AD4A;
    }

    .project-slide {
        height: 70vw;
    }

    .project-card_layout-options .section-title_mod {
        text-align: left;
    }

    .house-card_layout-options .section-title_mod {
        text-align: left;
    }

    #map {
        margin-bottom: 2em;
    }

    .contact-section {
        padding-bottom: 1em;
    }

    .error-number {
        height: 180px;
    }

    .section-title_mod:before {
        top: 15px;
    }

    .objects-slider {
        margin-bottom: 1.2em;
    }

    .main-footer:before {
        width: 90%;
    }

    .house-card_desc-header .main-btn {
        display: flex;
        align-items: center;
        justify-content: center;
        line-height: 1.2;
    }

    .house-card_desc-header .main-btn .ico-arrow {
        width: 35px;
        height: 35px;
        border-radius: 50%;
        background: #fff;
        color: #0F6723;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .house-card_mobile-box {
        position: absolute;
        bottom: 0;
        left: 0;
        background: rgba(0, 0, 0, 0.4);
        backdrop-filter: blur(10px);
        min-height: 94px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding-left: 10px;
        color: #fff;
        padding-right: 130px;
        width: 100%;
    }

    .house-card_counter {
        background-color: transparent;
        bottom: 1.5em;
        width: 123px;
        backdrop-filter: none;
    }

    .services-item_icon img {
        max-height: 200px;
    }
}

@media only screen and (max-width: 487px) {
    .head_top-panel {
        top: 89px;
    }
}

@media only screen and (max-width: 370px) {
    .head-logo_main-text {
        font-size: 2.7rem;
    }

    .fixed-menu .head_top-panel {
        top: 51px;
    }

    .head-logo_small-text {
        font-size: .5rem;
        margin-bottom: 0;
    }

    .fixed-menu .head-logo_main-text {
        font-size: 1.875rem;
    }

    .accordion-item_title {
        font-size: 1rem;
        min-height: 55px;
    }

    .accordion-item_title:before {
        left: 10px;
    }

    .layout-options_tab-names li {
        flex: 181px 0 0;
    }

    .contact-list {
        font-size: .875rem;
    }

    .messengers-list li {
        padding: 0 7px;
    }

    .messengers-list .ico-phone-3 {
        font-size: .875rem;
    }

    .route-btn {
        font-size: .875rem;
    }

    .head_top-panel {
        top: 79px;
    }
}

.centereddiv {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.centershow {
    text-align: center;
}


.contacts__li {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 10px;
}


/**
* COMMON
**/

.narrow-content p {
    text-align: justify;
}

#breadcrumbs {
    margin-bottom: 1em;
}

/**
* HEADER
**/

.dm_header {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    position: relative;
}

.dm_header:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 648px;
    height: 208px;
    background-image: url(../img/bg/head-houses.png);
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: contain;
    z-index: -1;
}

.night-body .dm_header {
    background: url(../img/bg/main-bg.jpg) repeat left top;
}

.night-body .dm_header:before {
    background-image: url(../img/bg/head2-houses.png);
    background-size: contain;
    background-position: right bottom;
    right: 0;
    left: auto;
}

.dm_header__top {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;

    padding: 15px;
}

.dm_header__top-menu {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 24px;
}

.dm_header__top-menu a {
    border-bottom: none;
    text-decoration: none;
    color: #000;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
}

.night-body .dm_header__top-menu a {
    color: #fff;
}

.night-body .dm_header__top-menu li.active a,
.night-body .dm_header__top-menu a:hover {
    color: #81AD4A;
}

.dm_header__top-contacts {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    gap: 24px;

    text-transform: uppercase;
}

.dm_header__top-phone {
    border-bottom: none;
    text-decoration: none;
    color: #000;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
}

.night-body .dm_header__top-phone {
    color: #fff;
}

.night-body .dm_header__top-phone:hover {
    color: #81AD4A;
}

.dm_header__bottom {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    padding: 0 15px 15px;
}

.dm_header__bottom-logo {
    display: grid;
    grid-template-areas:
        "top ."
        "name right";
    align-items: center;
}

.dm_name {
    grid-area: name;
    font-size: 72px;
}

.dm_name>a {
    font-family: "Orchidea";
    
    text-transform: uppercase;
    text-decoration: none;
    border-bottom: none;
}

.night-body .dm_name>a {
    color: #81AD4A;
}

.dm_top-text {
    grid-area: top;
}

.dm_right-text {
    grid-area: right;
    margin-left: 20px;
}

.dm_top-text,
.dm_right-text {
    font-size: 1rem;
    font-weight: 300;
    margin-bottom: 0px;
    display: block;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.night-body .dm_top-text,
.night-body .dm_right-text {
    color: rgba(255, 255, 255, 0.5);
}

.dm_mobile-menu {
    display: none;
}

.dm_mobile-menu-list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 24px;
    margin: 0px 30px 30px;
}

.dm_mobile-contacts {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 24px;
    margin: 30px;
}

.column-contacts {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 8px;
}

.dm_mobile-menu-list a {
    border-bottom: none;
    text-decoration: none;
    color: #000;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
}

@media screen and (max-width: 1199px) {
    .dm_header__top-contacts {
        display: none;
    }

    .dm_name {
        font-size:56px;
    }

    .dm_right-text,
    .dm_top-text {
        font-size: 14px;
    }
}

@media screen and (max-width: 991px) {
    .dm_header__bottom {
        padding: 15px;
        align-items: center;
    }

    .dm_header__top {
        display: none;
    }

    .dm_name {
        font-size: 28px;
    }

    .dm_right-text,
    .dm_top-text {
        display: none;
    }

    .dm_mobile-menu.expanded {
        display: block;
    }
}

/**
* ABOUT US PAGE
**/
.advantage-item_content {
    margin-bottom: 6em;
}

.services-mod_section {
    margin-bottom: 0;
}

/**
* PROJECTS SINGLE
**/

.project-card_layout-options {
    margin-top: 3.5em;
}

/**
* INDEX PAGE
**/

.about-us_text {
    text-align: justify;
}

/**
* FOOTER
**/

.dm_footer {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding-top: 30px;
    padding: 30px 30px 15px;
    border-top: 1px solid #9993;
}

.dm_footer > img {
    width: 180px;
    height: auto;
}

.dm_footer-menu {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 12px;
}

.dm_footer-menu a {
    border-bottom: none;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
}

.night-body .dm_footer-menu a {
    color: #FFF;
}

.dm_footer-contacts {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    gap: 12px;
}

.dm_footer-contacts * {
    height: 44px;
    display: flex;
    flex-direction: row;
    align-items: center;
    flex: 1;
}

.dm_contact-link {
    font-size: 16px;
    font-weight: 500;
}

.dm_contact-socials {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: center;
    gap: 12px;
}

.dm_contact-socials a {
    border-bottom: none;
    width: 24px;
    height: 24px;
    margin: 0;
    padding: 0;
}

.dm_contact-socials img {
    width: 24px;
    height: 24px;
}

.dm_footer-text p {
    text-align: justify;
    text-overflow: wrap;
    
    margin: 15px 30px;

    color: #777;
    font-size: 10px;
    font-weight: 400;
}

@media screen and (max-width: 774px) {
    .dm_footer {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 24px;
    }

    .dm_footer-contacts, .dm_footer-menu {
        align-items: center;
    }

    .dm_footer-text p {
        margin-top: 24px;
        text-align: center;
    }
}

.hi-c {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
}

.portfolio-images {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
}

.portfolio-image {
    position: relative;
    width: 100%;
    height:0;

    padding-bottom: 66.6%;

}

.portfolio-image img {
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
    object-fit: cover;
}

.obj-content h2 {

    font-size: 26px;
    margin-bottom: 0;

}