/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap');

:root {
    --color-green: #147814;
    --color-green_hover: #288C28;
    --color-brulee: #FDFBF5;
    --color-brown: #4E3326;
    --color-green_dark: #45411E;
    --color-black: #1C1C1C;
    --color-white: #ffffff;
    --background-opacity: rgba(78, 51, 38, 0.4);
    --background-opacity_hover: rgba(78, 51, 38, 0.3);
    --background: rgba(78, 51, 38, 1);
    font-size: 14px;
    font-family: 'Roboto', sans-serif;

}

* {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0;
    padding: 0;
}

h1 {
    font-size: 3.125rem;
    font-weight: 700;
}

h2 {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 60px;
}

h3 {
    font-size: 1.875rem;
    font-weight: 700;
}

h4 {
    font-size: 1.5rem;
    font-weight: 700;
}

h5 {
    font-size: 1.375rem;
    font-weight: 700;
}

h6 {
    font-size: 1.125rem;
    font-weight: 700;
}

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

ul {
    list-style: none;
}

hr {
    border: 0;
    border-bottom: 1px solid;
}

input[type="text"] {
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 30px;
}

textarea {
    resize: none;
}

section {
    padding-top: 100px;
    padding-bottom: 100px;
    /* overflow-x: hidden;
    overflow-y: visible; */
    height: 100%;
}

button {
    cursor: pointer;
    border: none;
    outline: none;
}

main {
    display: block;
    overflow-x: hidden;
}

r {
    font-family: 'PT Sans',sans-serif;
}

.limiter {
    max-width: 1592px;
    margin: auto;
    padding-left: 32px;
    padding-right: 32px;
}

.limiter--narrow {
    max-width: 964px;
}

.detail_title {
    font-size: 2.81rem;
    line-height: 50px;
}

.button {
    font-weight: 500;
    background-color: var(--color-green);
    color: var(--color-white);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 15px 24px;
    border-radius: 5px;
    line-height: 1.5rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    cursor: pointer;
}

.button:hover {
    background-color: var(--color-green_hover);
}

.button_white {
    background: transparent;
    border: 1px solid var(--color-white);
}

.button_white:hover,
.button_white-hover,
.button_white-hover:hover {
    color: #69524B;
    background-color: var(--color-white);
    border-color: transparent;
}

.button_green {
    background: transparent;
    border: 1px solid var(--color-green);
    color: var(--color-green);
}

.button_green:hover {
    background-color: var(--color-green);
    color: var(--color-white);
}

.button_dark {
    background-color: #225c22;
}

.button_dark:hover {

}

.button_play {
    display: block;
    width: 160px;
    height: 160px;
    background-color: var(--background-opacity);
    background-image: url('images/play.png');
    background-repeat: no-repeat;
    background-position: 55% center;
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
    border-radius: 50%;
    position: relative;
}

.button_play:hover {
    background-color: var(--background-opacity_hover);
    cursor: pointer
}

.section_heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: -10px;
}

.section_heading>* {
    margin-right: 10px;
    margin-bottom: 10px;
}

.section_heading>*:last-child {
    margin-right: 0;
}

.section_heading a:hover {
    color: var(--color-green);
}

.section_content {
    position: relative;
}

.section_button {
    text-align: center;
}

span.arrow {
    color: var(--color-green);
}

.markers {
    display: grid;
    grid-gap: 10px;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
}

.marker:first-child {
    border-radius:5px 0px;
}

.marker {
    color: var(--color-white);
    border-radius: 0 5px 5px 0px;
    background-color: var(--color-green);
    padding: 12px 20px;
}

.nav button {
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 0;
    outline: none;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 1;
    background: url('images/arrow_nav.png') no-repeat 45% center var(--color-white);
    border: 1px solid rgba(0, 0, 0, .1);
}

.nav button.owl-next {
    right: 0;
    -webkit-transform: translateY(-50%) rotate(180deg);
        -ms-transform: translateY(-50%) rotate(180deg);
            transform: translateY(-50%) rotate(180deg);
}

.nav button:hover {
    -webkit-filter: invert(1);
            filter: invert(1);
    background-color: #e3e3e3;
}

.index_page {
    background-color: var(--color-brulee);
}

.page_heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.page_heading h5 {
    width: 100%;
    margin-top: 20px;
    font-weight: 400;
}

.page_content {
    padding-top: 100px;
    padding-bottom: 100px;
}

@media (max-width: 1024px) {

    .page_content {
        padding-bottom: 80px;
    }
}

@media (max-width: 650px) {

    .page_content {
        padding-bottom: 60px;
    }
}

.page_subheading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 20px;
}

.page_subheading>* {
    margin-bottom: 20px;
}

.page_subheading>*:not(:last-child) {
    margin-right: 20px;
}

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

.detail_heading a {
    white-space: nowrap;
    margin-left: 40px;
    margin-top: 5px;
}


/* Tools */

.breadcrumbs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 30px;
    margin-bottom: 60px;
    font-size: 14px;
}

.breadcrumbs>li:last-child {
    opacity: .4;
}

.breadcrumbs>li:not(:last-child)::after {
    content: "/";
    margin: 0 5px;
}

.filter {
    position: relative;
}

.filter .close {
    top: 28px;
    right: 28px;
}

.filter_content {
    position: absolute;
    z-index: 10;
    background: rgba(69, 65, 30, 0.8);
    -webkit-backdrop-filter: blur(15px);
            backdrop-filter: blur(15px);
    border-radius: 5px;
    padding: 60px;
    top: calc(100% + 20px);
    right: 0;
    width: 490px;
    color: var(--color-white);
    display: none;
}

.filter_content.active {
    display: block;
}

.filter_open.active {
    border: 1px solid var(--color-green);
    color: var(--color-green);
    background: transparent;
}

.filter_content h6 {
    margin-bottom: 10px;
}

.filter_content .input_group {
    display: -ms-grid;
    display: grid;
    grid-gap: 10px;
    margin-bottom: 20px;
}

.filter_content .input_group label {
    position: relative;
    cursor: pointer;
}

.filter_content .input_group label::before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    border: 1px solid var(--color-white);
    position: absolute;
}

.filter_content .input_group label.active::after {
    content: url("images/check_filter.png");
    position: absolute;
    left: 2px;
    top: -1px;
}

.filter_content .input_group input[type="checkbox"] {
    opacity: 0;
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-right: 10px;
}

.price_title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 28px;
    font-size: 0.875rem;
}

.filter_price .ui-widget.ui-widget-content {
    border: 2px solid #ffffff;
    height: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 95%;
    margin: auto;
    margin-bottom: 10px;
}

.filter_price .ui-slider-horizontal .ui-slider-handle {
    top: 0;
    margin-left: -0.5em;
    width: 12px;
    height: 12px;
    border: 0;
    border-radius: 50%;
    position: relative;
    outline: none;
    cursor: pointer;
}

.filter_price .ui-slider-horizontal .ui-slider-handle::before {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    background: rgba(255, 255, 255, 0.4);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}

.filter_price .ui-slider-horizontal .ui-state-active {
    background: #fff;
}

.filter_tools {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 60px;
}

.pagination {
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 60px;
    line-height: 20px;
}

.pagination--type-1 {
    margin-bottom: 40px;
    margin-top: 90px;
}

@media (max-width: 1350px) {
    .pagination--type-1 {
        margin-top: 100px;
    }
}

@media (max-width: 1024px) {
    .pagination--type-1 {
        margin-top: 30px;
    }
}

.pagination_prev {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    margin-right: 60px;
}

.pagination_next {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    margin-left: 60px;
}

.pagination_prev::before {
    content: url("images/arrow_pag.png");
    position: absolute;
    left: -20px;
    top: -2px;
}

.pagination_next::after {
    content: url("images/arrow_pag.png");
    position: absolute;
    right: -20px;
    top: -6px;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}

.pagination ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.pagination ul>*:not(:last-child) {
    margin-right: 40px;
}

.pagination ul li.active {
    background: var(--color-green);
    color: var(--color-white);
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 50%;
}


/* /Tools */


/* Header */

header {
    background: rgba(0, 0, 0, .7);
    height: 106px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 10;
}

.top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    color: var(--color-white);
}

.top>* {
    margin-right: 20px;
}

.top>*:last-child {
    margin-right: 0;
}

.logo,
.footer_logo {
    width: 100px;
    height: 100px;
    -o-object-fit: contain;
       object-fit: contain;
}

.logo--header { width: 260px; }
.footer_logo { width: 200px; }

.logo--header img + img { display: none; }
.footer_logo + .footer_logo { display: none; }

@media (max-width: 1420px) {

    .logo--header { width: 100px; }
    .logo--header img { display: none; }
    .logo--header img + img { display: inline-block; }

    .footer_logo { width: 100px; }
    .footer_logo { display: none; }
    .footer_logo + .footer_logo { display: inline-block; }
}

@media(max-width: 1024px) {

    .logo,
    .footer_logo {
        width: 60px;
        height: 60px;
    }
}

@media(max-width: 650px) {

    .logo,
    .footer_logo {
        width: 50px;
        height: 50px;
    }
}

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

.top .top-menu>* {
    margin-right: 20px;
}

.top .top-menu>*:last-child {
    margin-right: 0;
}

.top .main_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.top .main_menu>*:not(:last-child) {
    margin-right: 30px;
}

.top .main_menu li {
    white-space: nowrap;
    cursor: pointer;
}

.top .main_menu li a:hover {
    border-bottom: 1px solid;
}

.top .main_menu .more {
    position: relative;
}

.top .main_menu .more::after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 5px;
    background: url('images/arrow.png') no-repeat center;
    margin-left: 5px;
    top: 50%;
    right: -20px;
    -webkit-transform: translateY(-2px);
        -ms-transform: translateY(-2px);
            transform: translateY(-2px);
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    -o-transition: transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease;
}

.top .main_menu .more:hover::after {
    -webkit-transform: translateY(-2px) rotate(180deg);
        -ms-transform: translateY(-2px) rotate(180deg);
            transform: translateY(-2px) rotate(180deg);
}

.link-video::after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    margin-left: 8px;
    background: url("images/youtube-white-1.svg") no-repeat center center;
}

.top .second_menu {
    position: absolute;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    width: intrinsic;
    background-color: var(--background-opacity);
    -webkit-backdrop-filter: url('images/blur.svg');
            backdrop-filter: url('images/blur.svg');
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
    padding: 30px;
    border-radius: 5px;
    display: none;
    margin-top: 50px;
    top: -20px;
}

.top .second_menu>*:not(:last-child) {
    margin-bottom: 20px;
}

.top .second_menu:before {
    content: "";
    width: 100%;
    height: 10px;
    display: block;
    position: absolute;
    top: -10px;
}

.top .main_menu .more:hover .second_menu {
    display: -ms-grid;
    display: grid;
}

.header-phone {
    text-align: right;
    line-height: 1.5rem;
}

.header-phone_link {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 8px;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
}

.header-phone_link span {
    margin-right: 10px;
    font-weight: normal;
    font-size: 0.9em;
}

.header-phone_link_footer {
    display: block;
    text-align: right;
}

.header-phone_link_footer span {
    display: block;
    margin-top: 3px;
    margin-right: 0;
}

@media(max-width: 450px) {

    .header-phone_link:not(.header-phone_link_footer) span {
        display: none;
    }
}

.header-phone_link img {
    vertical-align: middle;
    max-width: 18px;
    margin-right: 10px;
}

.header-phone_link_no_icon img {
    display: none;
}

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

.header-phone .gUniFormOpen, .header-phone .callbackLink, .callbackLink {
    border-bottom: 1px dotted;
}

.header-phone .gUniFormOpen:hover, .header-phone .callbackLink:hover, .callbackLink:hover {
    border-bottom-color: transparent;
}

.top .burger {
    width: 25px;
    display: none;
    position: relative;
    cursor: pointer;
}

.top .burger.active {
    display: block;
}

.burger_menu {
    display: none;
}

.burger_menu.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: absolute;
    background: var(--background-opacity);
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
    padding: 30px 0;
    border-radius: 5px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    width: intrinsic;
}

.burger_menu.active>* {
    padding: 0 30px;
}

.burger_menu.active>*:not(:last-child) {
    margin-bottom: 20px;
}

.burger_menu a {
    white-space: nowrap;
}

.burger_menu .more {
    position: relative;
}

.burger_menu .more::after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 5px;
    background: url("images/arrow.png") no-repeat center;
    margin-left: 5px;
    top: 0;
    right: 20px;
    -webkit-transform: translateY(8px) rotate(-90deg);
        -ms-transform: translateY(8px) rotate(-90deg);
            transform: translateY(8px) rotate(-90deg);
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    -o-transition: transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease;
    position: absolute;
}

.burger_menu .more.active::after {
    -webkit-transform: translateY(8px) rotate(0deg);
        -ms-transform: translateY(8px) rotate(0deg);
            transform: translateY(8px) rotate(0deg);
}

.burger_menu .second_menu {
    position: static;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    width: intrinsic;
    background-color: unset;
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
    padding: 0;
    border-radius: 5px;
    display: -ms-grid;
    display: grid;
    grid-gap: 20px;
    margin-top: 0px;
    margin-left: 10px;
    height: auto;
    overflow: hidden;
    max-height: 0;
    -webkit-transition: max-height .5s ease;
    -o-transition: max-height .5s ease;
    transition: max-height .5s ease;
}

.burger_menu .more.active .second_menu {
    max-height: 250px;
    margin-top: 10px;
}

.burger_menu .second_menu>*:not(:last-child) {
    margin-bottom: 0px;
}


/* /Header */


/* Main Banner */

.background_slider {
    width: 100%;
    z-index: 0;
    position: absolute;
    opacity: 1;
    top: 0;
    transition: all 1s ease;
}

.background_slider.animated {
    opacity: 0;
    top: 40px;
}

.background_slider img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: left;
       object-position: left;
}

.main_banner {
    height: 47vw;
    position: relative;
    top: -160px;
    margin-bottom: -160px;
    background-size: cover;
}

.main_banner>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
    width: 100vw;
}

.banner_info {
    width: 45%;
    position: relative;
    top: 25px;
    opacity: 1;
    transition: all 1s ease;
}

.banner_info.animated {
    top: 50px;
    opacity: 0;
}

.banner_info h1 {
    margin-bottom: 20px;
}

.banner_info p {
    margin-bottom: 60px;
    font-weight: 500;
    font-size: 1.375rem;
    line-height: 33px;
}


.house_banner {
    position: absolute;
    bottom: -130px;
    right: 80px;
    width: calc(100vw * 0.66);
    opacity: 1;
    transition: all 1s ease;
}

.house_banner.animated {
    opacity: 0;
    bottom: -150px;
}


/* Main Banner */


/* Sale */

.sale_slider {
    margin-top: 40px;
    margin-bottom: 60px;
}

.sale_slider-nav button {
    top: 300px;
}

.sale-item_cover {
    border-radius: 5px;
    overflow: hidden;
}

.sale-item_cover img {
    display: block;
    max-width: 100%;
    transition: 0.2s;
}

.sale-item_cover a img:hover {
    opacity: 0.8;
}

.sale-item_info {
    margin: 0 45px;
    margin-top: -85px;
    padding: 30px;
    background: rgb(50,30,23);
    background: linear-gradient(135deg, rgba(50,30,23,1) 0%, rgba(121,101,92,1) 32%, rgba(109,89,80,1) 67%, rgba(59,40,33,1) 100%);
    border-radius: 5px;
    position: relative;
    color: var(--color-white);
}

.sale-item_info h5 {
    margin-bottom: 30px;
}

.sale-item_info-spec {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    text-align: center;
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 30px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-right: -15px;
    margin-bottom: 0;
}

.sale-item_info-spec>* {
    margin-right: 15px;
    margin-bottom: 15px;
}

.sale_slider .info-spec_item img {
    filter: brightness(5) grayscale(1);
}

.sale-item_info-spec img {
    display: block;
    height: 30px;
    -o-object-fit: contain;
       object-fit: contain;
    opacity: .4;
    margin-bottom: 10px;
}

.sale-item_info-tools {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-right: -15px;
    margin-bottom: -15px;
}

.sale-item_info-tools>* {
    margin-right: 15px;
    margin-bottom: 15px;
}

.info-old_price {
    font-size: 0.875rem;
    text-decoration: line-through;
    margin-bottom: 5px;
}

.info-price {
    font-size: 1.375rem;
    font-weight: 700;
}


/* /Sale */


/* Building */

.building {
    background-image: url('images/building_back.png');
    background-size: cover;
    background-repeat: no-repeat;
}

.building .section_heading {
    color: var(--color-white);
}

.building .section_content {
    margin-top: 98px;
    margin-bottom: 87px;
}

.building .owl-stage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.building-photo_slider-item {
    width: 452px;
}

.active .building-photo_slider-item {
    width: 100%;
    height: 100%;
    max-width: 1530px;
    margin: auto;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
}

.building-item_cover {
    position: relative;
    display: inline-block;
    border-radius: 5px;
    overflow: hidden;
}

.building-item_cover::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(78, 51, 38, 0.7);
}

.active .building-item_cover::after {
    background: -webkit-gradient(linear, right top, left top, from(#4E3326), to(rgba(78, 51, 38, 0)));
    background: -o-linear-gradient(right, #4E3326 0%, rgba(78, 51, 38, 0) 100%);
    background: linear-gradient(270deg, #4E3326 0%, rgba(78, 51, 38, 0) 100%);
}

.building-item_cover img {
    width: 452px;
    height: 360px;
    -o-object-fit: cover;
       object-fit: cover;
}

.active .building-item_cover img {
    width: 620px;
    height: 490px;
    -o-object-fit: cover;
       object-fit: cover;
}

.prev-active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}

.building-info_wrapper {
    position: absolute;
    top: -58px;
    bottom: -58px;
    right: 0;
    max-width: 1040px;
    background: rgba(78, 51, 38, 0.4);
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
    border-radius: 5px;
    z-index: 1;
    color: var(--color-white);
}

.building-info_slider,
.building-info_slider .owl-stage-outer,
.building-info_slider .owl-stage,
.building-info_slider .owl-item {
    height: 100%;
}

.owl-stage-outer .building-item_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 30px 0;
    margin-right: -60px;
    margin-bottom: 15px;
}

.owl-stage-outer .building-item_menu>* {
    margin-right: 60px;
    margin-bottom: 15px;
}

.building-item_menu li {
    cursor: pointer;
    padding: 12px 17px;
}

.building-item_menu li.active {
    border: 1px solid;
    border-radius: 3px;
    cursor: default;
}

.building-info_equipment-item {
    display: none;
}

.building-info_equipment-item.active {
    display: block;
}

.building-info_slider-item {
    padding: 60px;
    height: 100%;
}

.info_equipment-item_text {
    line-height: 1.5rem;
    overflow-y: hidden;
    max-height: 265px;
}

.info_equipment-item_text>* {
    margin-bottom: 10px;
}

.info_equipment-item_text>*:last-child {
    margin-bottom: 0;
}

.info_equipment-item_tools {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: absolute;
    left: 60px;
    bottom: 60px;
    right: 60px;
    margin-right: -25px;
    margin-bottom: -25px;
}

.info_equipment-item_tools>* {
    margin-right: 25px;
    margin-bottom: 25px;
}

.equipment-item_tools-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    text-align: center;
    font-size: 1.14rem;
    font-weight: 700;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-right: -52px;
    margin-bottom: 10px;
}

.equipment-item_tools-left>* {
    margin-right: 52px;
    margin-bottom: 20px;
}

.equipment-item_tools-left img {
    display: block;
    height: 30px;
    -o-object-fit: contain;
       object-fit: contain;
    opacity: .4;
    margin-bottom: 10px;
}

.equipment-item_tools-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-right: -30px;
}

.equipment-item_tools-right>* {
    margin-right: 72px;
    margin-bottom: 10px;
}

.section_tools {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: -30px;
}

.section_tools>* {
    margin-right: 30px;
    margin-bottom: 30px;
}

.building_numbers {
    font-size: 1.875rem;
    font-weight: 700;
    color: var(--color-white);
    position: relative;
    text-align: center;
    margin-right: 0;
}

.building_numbers span:nth-child(2) {
    font-size: 1rem;
    font-weight: 400;
}

.building_slider-nav {
    width: 180px;
}

.building_slider-nav button {
    position: absolute;
    top: 50%;
    left: 0;
    width: 40px;
    height: 15px;
    background: url('images/arrow_full.png') no-repeat center transparent;
    border: 0;
    outline: none;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}

.building_slider-nav button.owl-next {
    left: auto;
    right: 0;
    -webkit-transform: translateY(-50%) rotate(180deg);
        -ms-transform: translateY(-50%) rotate(180deg);
            transform: translateY(-50%) rotate(180deg);
}


/* /Building */


/* Services */

.services-section_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 25px;
    margin-bottom: 20px;
    font-size: 1.125rem;
    color: var(--color-black);
    margin-right: -33px;
}

.services-section_menu li {
    padding: 12px 17px;
    margin-right: 43px;
    margin-bottom: 20px;
    cursor: pointer;
    border: 1px solid transparent;
}

.services-section_menu li:last-child {
    margin-right: 0;
}

.services-section_menu li.active {
    cursor: default;
}

.services-section_menu li.active,
.services-section_menu li:hover {
    border-color: var(--color-black);
    border-radius: 3px;
}

.services-section_tab {
    -ms-grid-columns: 1fr 60px 1fr;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 60px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: none;
}

.services-section_tab.active {
    display: -ms-grid;
    display: grid;
}

.services-section_tab-left p {
    margin-bottom: 10px;
    line-height: 1.5em;
}

.services-section_tab-tools {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 50px;
}

.services-section_tab-tools>a:hover {
    color: var(--color-white);
}

.index_page .services-section_tab-tools>a:hover {
    color: var(--color-green_hover)
}

.services-section_tab-right {
    background: url("images/services_back.png") no-repeat center;
    background-size: contain;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.services-section_tab-right img {
    position: relative;
    left: 20px;
    display: block;
    max-height: 507px;
    width: 72%;
    -o-object-fit: cover;
       object-fit: cover;
    margin-bottom: 80px;
}


/* /Services */


/* Technologies */

.technologies {
    background: url('images/technologies_back.png') no-repeat;
    background-size: cover;
    color: var(--color-white);
    height: 975px;
    overflow: hidden;
}

.technologies_section-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 25px;
    margin-right: -43px;
    margin-bottom: -20px;
    position: relative;
    z-index: 2;
}

.technologies_section-menu li {
    margin-right: 43px;
    margin-bottom: 20px;
    padding: 12px 17px;
    border: 1px solid transparent;
    cursor: pointer;
    font-size: 1.125rem;
}

.technologies_section-menu li.active {
    cursor: default;
}

.technologies_section-menu li.active,
.technologies_section-menu li:hover {
    border-color: var(--color-white);
    border-radius: 3px;
}

.technologies_section-tab {
    display: none;
    -ms-grid-columns: 1fr 65px 1fr 65px 1fr;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 65px;
    margin-top: 15px;
    position: relative;
}

.technologies_section-tab.active {
    display: -ms-grid;
    display: grid;
}

.technologies_section-tab>div:not(.technologies_section-img) {
    margin-top: 85px;
}

.technologies_section-tab h3 {
    margin-bottom: 30px;
}

.technologies_section-tab p {
    line-height: 1.5em;
    margin-bottom: 60px;
}

.technologies_section-tab li:not(:last-child) {
    margin-bottom: 15px;
}

.technologies_section-img {
    background: url("images/technologies_ring.png") no-repeat center;
    background-size: 620px;
    width: 620px;
    height: 620px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
}

.technologies_section-img_light {
    position: absolute;
    width: 160%;
    height: 140%;
    background: url("images/back_light.png") no-repeat center;
    z-index: 1;
}

.technologies_section-img img {
    display: block;
    width: 450px;
    height: 450px;
    border-radius: 50%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    -webkit-box-shadow: 0px 10px 60px #000000;
            box-shadow: 0px 10px 60px #000000;
    margin-top: -20px;
    z-index: 2;
}


/* Technologies */


/* About */

.about_content {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 128px 1fr;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 128px;
    height: 530px;
    position: relative;
    margin-top: 40px;
}

.about_content-left {
    position: relative;
}

.about_content-left .button_play {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate(50%, -50%);
        -ms-transform: translate(50%, -50%);
            transform: translate(50%, -50%);
}

.about-left_img {
    width: calc(100% - 80px);
    height: calc(100% - 100px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: auto;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}

.about-left_img img {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 5px;
}

.about-left_img img.blur_logo {
    height: calc(100% - 80px);
    object-fit: contain;
    opacity: .6;
}

.about-left_back {
    width: 100%;
    height: calc(100% - 60px);
    background: rgb(215,169,110);
    background: linear-gradient(135deg, rgba(215,169,110,1) 0%, rgba(105,71,46,1) 45%, rgba(105,71,46,1) 56%, rgba(233,192,128,1) 100%);
    position: relative;
    border-radius: 5px;
    top: 60px;
    min-height: 470px;
}

.about_content-right {
    background-image: url("images/ksk.png");
    background-repeat: no-repeat;
    background-position: right center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.about_content-right p {
    margin-bottom: 10px;
    line-height: 24px;
}

.about_author {
    display: block;
    text-align: right;
    margin-top: 50px;
}


/* About */


/* Projects */

.projects {
    background: url('images/project_back.jpg') no-repeat center;
    background-size: cover;
}

.projects .section_heading {
    color: var(--color-white);
}

.projects .section_heading a {
    color: var(--color-black);
}

.projects .section_heading a:hover {
    color: var(--color-green_hover);
}

.projects_section-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 25px;
    margin-right: -43px;
    margin-bottom: 20px;
    position: relative;
    z-index: 2;
    color: var(--color-white);
}

.projects_section-menu li {
    margin-right: 43px;
    margin-bottom: 20px;
    padding: 12px 17px;
    border: 1px solid transparent;
    cursor: pointer;
    font-size: 1.125rem;
}

.projects_section-menu li.active {
    cursor: default;
}

.projects_section-menu li.active,
.projects_section-menu li:hover {
    border-color: var(--color-white);
    border-radius: 3px;
}

.projects_section-tab {
    position: relative;
    display: none;
}

.projects_section-tab.active {
    display: block;
}

.slider_projects-nav button {
    left: 30px;
    top: calc(50% - 40px);
}

.slider_projects-nav button.owl-next {
    left: auto;
    right: 30px;
}

.slider_projects-item {
    cursor: pointer;
    max-height: 430px;
    margin-bottom: 120px;
}

.slider_projects-item img {
    border-radius: 5px;
}

.slider_projects-item:hover .slider_projects-item_info {
    opacity: 1;
}

.slider_projects-item a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.slider_projects-item_info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: white;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 74%;
    padding: 47px 40px;
    position: absolute;
    background: var(--background-opacity);
    margin: auto;
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
    border-radius: 5px;
    opacity: 0;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    left: 50%;
    bottom: 0;
    -webkit-transform: translate(-50%, 50%);
        -ms-transform: translate(-50%, 50%);
            transform: translate(-50%, 50%);
}

.slider_projects-item_info h5 {
    margin-right: 35px;
    line-height: 33px;
}


/* /Projects */


/* Callback */

.callback {
    background: var(--color-brulee);
}

.callback .section_heading {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
}

.callback .section_heading p {
    font-size: 1.375rem;
    font-weight: 500;
}

.callback_content {
    margin-top: 50px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 80px 1fr;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 80px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.callback_content img {
    display: block;
    width: 100%;
    height: 100%;
    max-height: 450px;
    -o-object-fit: contain;
       object-fit: contain;
}
/* /Callback */


/* Seo */

.seo_content {
    -ms-grid-columns: 1fr 60px 1fr;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 60px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -ms-grid;
    display: grid;
    margin-top: 30px;
}

.seo_content-right p {
    margin-bottom: 10px;
    line-height: 1.5em;
}

.seo_content-left {
    background: url("images/services_back.png") no-repeat center;
    background-size: contain;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.seo_content-left img {
    position: relative;
    left: 20px;
    display: block;
    max-height: 507px;
    width: 72%;
    -o-object-fit: cover;
       object-fit: cover;
    padding-bottom: 80px;
    border-radius: 5px;
}


/*/Seo*/


/* Sale page */

.catalog {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 60px 30px;
}

.catalog_item-cover {
    position: relative;
    margin-bottom: 20px;
}

.catalog_item-cover img {
    display: block;
    max-width: 100%;
    border-radius: 5px;
    transition: 0.2s;
}

a.catalog_item .catalog_item-cover img:hover {
    opacity: 0.8;
}

.catalog_item-info h5 {
    margin-bottom: 20px;
}

a.catalog_item .catalog_item-info h5:hover {
    text-decoration: underline;
}

.catalog_item-info .sale-item_info-spec {
    -ms-flex-pack: distribute;
        justify-content: space-around;
}

.catalog_item-info .sale-item_info-spec img {
    margin: 10px auto;
}

.catalog_item-info hr {
    border-color: rgba(78, 51, 38, 0.4);
}
/* /Sale page */


/* /Sale detai page */

.catalog_detail-info {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: minmax(50%, 880px) 30px 620px;
    grid-template-columns: minmax(50%, 880px) 620px;
    grid-gap: 30px;
}

.bigSlider_wrapper {
    position: relative;
    margin-bottom: 30px;
}

.bigSlider_wrapper .catalog_detail-slider_nav button {
    left: 30px;
}

.bigSlider_wrapper .catalog_detail-slider_nav button.owl-next {
    right: 30px;
    left: auto;
}

.bigSlider img,
.smallSlider img {
    border-radius: 5px;
    cursor: pointer;
}

.catalog_detail-info_address {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    margin-top: 20px;
}

.catalog_detail-info_address img {
    margin-right: 10px;
}

.catalog_detail-info_spec {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 20px;
    margin-bottom: 30px;
    margin-right: -10px;
}

.catalog_detail-info_spec .info-spec_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-right: 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.catalog_detail-info_spec .info-spec_item>*:first-child {
    margin-bottom: 10px;
}

.catalog_detail-info_spec .info-spec_item img {
    display: block;
    height: 30px;
    -o-object-fit: contain;
       object-fit: contain;
    opacity: .4;
}

.catalog_detail-info_spec .info-spec_item p {
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 27px;
}

.basic_char h6 {
    margin-bottom: 10px;
}

.basic_char-content {
    display: -ms-grid;
    display: grid;
    grid-gap: 10px;
}

.basic_char-row {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 100px minmax(30%, 100px);
    grid-template-columns: 1fr minmax(30%, 100px);
    grid-gap: 100px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.catalog_detail-info_right .info-price {
    font-size: 1.875rem;
}

.catalog_detail-more {
    margin-top: 60px;
}

.catalog_detail-more_tabs {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: -webkit-max-content 60px -webkit-max-content 60px -webkit-max-content;
    -ms-grid-columns: max-content 60px max-content 60px max-content;
    grid-template-columns: repeat(3, -webkit-max-content);
    grid-template-columns: repeat(3, max-content);
    grid-gap: 25px 60px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 40px;
}

.catalog_detail-more_tabs li {
    color: var(--color-brown);
    opacity: 0.4;
    cursor: pointer;
}

.catalog_detail-more_tabs li:hover {
    color: var(--color-black);
    opacity: 1;
}

.catalog_detail-more_tabs .active {
    color: var(--color-black);
    opacity: 1;
    border-bottom: 2px solid;
    cursor: default;
}

.catalog_detail-more_item {
    display: none;
}

.catalog_detail-more_item.active {
    display: block;
}

.catalog_detail-more_item {
    position: relative;
}

.catalog_detail-more_item .nav button {
    left: 20px;
}

.catalog_detail-more_item .nav button.owl-next {
    left: auto;
    right: 20px;
}

.facade-slider a,
.stages-slider a,
.plans-slider a {
    position: relative;
    display: block;
    border-radius: 5px;
    overflow: hidden;
}

.plans-slider a {
    display: inline-block;
    vertical-align: top;
}

.facade-slider a::before,
.stages-slider a::before,
.plans-slider a::before,
.services_gallery-slider a::before {
    content: "";
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    bottom: 30px;
    right: 30px;
    background-image: url('images/lupa_brown.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.plans-slider img {
    border-radius: 5px;
}

.catalog_detail-description {
    margin-top: 60px;
    margin-bottom: 60px;
}

.catalog_detail-description_tabs {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: -webkit-max-content 60px -webkit-max-content;
    -ms-grid-columns: max-content 60px max-content;
    grid-template-columns: repeat(2, -webkit-max-content);
    grid-template-columns: repeat(2, max-content);
    grid-gap: 60px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 40px;
}

.catalog_detail-description_tabs li {
    color: var(--color-brown);
    opacity: 0.4;
    cursor: pointer;
}

.catalog_detail-description_tabs li:hover {
    color: var(--color-black);
    opacity: 1;
}

.catalog_detail-description_tabs .active {
    color: var(--color-black);
    opacity: 1;
    border-bottom: 2px solid;
    cursor: default;
}

.catalog_detail-description_item {
    display: none;
    line-height: 1.5;
}

.catalog_detail-description_item.active {
    display: block;
}

.catalog_detail-description_item p {
    margin-bottom: 15px;
}

.catalog_detail-description_item a {
    text-decoration: underline;
    color: #147814;
    font-weight: bold;
}

.catalog_detail-description_item > :last-child {
    margin-bottom: 0;
}

.detail_description-spec {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-top: 40px;
}

.detail_description-spec>*:not(:last-child) {
    margin-right: 90px;
}

.detail_description-spec .info-spec_item {
    text-align: center;
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 27px;
}

.detail_description-spec .info-spec_item img {
    opacity: .4;
}

.equipment {
    width: 100%;
}

.equipment tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 1px solid rgba(78, 51, 38, .4);
    min-height: 64px;
}

.equipment tr:last-child {
    border: 0;
}

.equipment tr img {
    margin: 18px 130px 18px 20px;
}

.catalog_detail-similar {
    padding-top: 100px;
}

.catalog_detail-similar_row {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
}

.video {
    position: relative;
    display: block;
}

.video::after {
    content: "";
    display: block;
    height: 100px;
    width: 100px;
    background: rgba(78, 51, 38, 0.4);
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    border-radius: 50%;
    background-image: url("images/play.png");
    background-repeat: no-repeat;
    background-position: 55% center;
    background-size: 30px;
}


/* /Sale detail page */

/* Building detail page */
.equipment_building-wrapper {
    overflow-x: scroll;
    -ms-overflow-style: none;  /* IE 10+ */
    scrollbar-width: none; /* Firefox */
    padding-bottom: 60px;
}

.equipment_building-wrapper::-webkit-scrollbar { /* chrome based */
    height: 5px;
    background: rgba(78, 51, 38, .4);
    display: block;
    border-radius: 19em;
}

.equipment_building-wrapper.hideScroll::-webkit-scrollbar {
    display: none;
}

.equipment_building-wrapper::-webkit-scrollbar-thumb {
    background-color: rgba(78, 51, 38, 1);
    border-radius: 19em;
}

.equipment_building tr {
    display: -ms-grid;
    display: grid;
    grid-column-gap: 55px;
    -ms-grid-columns: minmax(620px, 1fr) 55px 240px 55px 240px 55px 240px;
    grid-template-columns: minmax(620px, 1fr) repeat(3, 240px);
}

.equipment_building thead tr {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
}

.equipment_building thead p {
    font-size: 1.125rem;
    font-weight: bold;
    margin-bottom: 10px;
}

.equipment_building thead .table_price-old {
    font-size: 0.875rem;
    text-decoration: line-through;
    margin-bottom: 5px;
}

.equipment_building thead .table_price-main {
    font-size: 1.875rem;
    font-weight: 700;
}

.equipment_building tr img {
    margin: 0;
}

.equipment_building tr td:not(:first-child) {
    text-align: center;
}

.equipment_building tr .button {
    margin-top: 40px;
}

.equipment_building-mobile {
    display: none;
}

/* /Building detail page */

/* Services page */
.services {
    padding-top: 40px;
}

.services_menu {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: -webkit-max-content 60px -webkit-max-content 60px -webkit-max-content;
    -ms-grid-columns: max-content 60px max-content 60px max-content;
    grid-template-columns: repeat(3, -webkit-max-content);
    grid-template-columns: repeat(3, max-content);
    grid-gap: 20px 60px;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 60px;
}

.services_menu li.active {
    border-bottom: 2px solid var(--color-black);
    padding-bottom: 5px;
}

.services_menu li:not(.active) {
    color: var(--color-brown);
    opacity: .4;
}


.services_main {
    -ms-grid-columns: 1fr 80px 1fr;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 80px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -ms-grid;
    display: grid;
    margin-top: 35px;
}

.services_main-right h2,
.services_main-right h3,
.services_main-right h4 {
    margin-bottom: 15px;
    line-height: 1.25;
}

.services_main-right p {
    margin-bottom: 15px;
    line-height: 1.5;
}

.services_main-left {
    background: url("images/services_back.png") no-repeat center;
    background-size: contain;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.services_main-left img {
    position: relative;
    left: 20px;
    display: block;
    max-height: 507px;
    width: 72%;
    -o-object-fit: cover;
       object-fit: cover;
    padding-bottom: 80px;
}

.services_main-text {
    max-width: 1000px;
}

.services_main-text ul {
    margin-top: 40px;
    margin-bottom: 60px;
    display: -ms-grid;
    display: grid;
    grid-gap: 15px;
}

.cost_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 1.5rem;
    font-weight: 700;
    margin: 40px 0;
}

.cost_menu li.active {
    border-bottom: 2px solid var(--color-black);
    padding-bottom: 5px;
    cursor: default;
}

.cost_menu li:not(.active) {
    color: var(--color-brown);
    opacity: .4;
    cursor: pointer;
}

.cost_menu>* {
    margin-right: 60px;
    margin-bottom: 20px;
}

.cost_wrapper {
    overflow-x: scroll;
    -ms-overflow-style: none;  /* IE 10+ */
    scrollbar-width: none; /* Firefox */
    padding-bottom: 40px;
    display: none;
}

.cost_wrapper:not(.hideScroll) {
    margin-bottom: 40px;
}

.cost_wrapper.active {
    display: block;
}

.cost_wrapper::-webkit-scrollbar { /* chrome based */
    height: 5px;
    background: rgba(78, 51, 38, .4);
    display: block;
    border-radius: 15px;
}

.cost_wrapper.hideScroll::-webkit-scrollbar {
    display: none;
}

.cost_wrapper::-webkit-scrollbar-thumb {
    background-color: rgba(78, 51, 38, 1);
    border-radius: 15px;
}

.cost {
    border-collapse: collapse;
    display: inline-block;
}

.cost thead {
    font-size: 1.125rem;
    font-weight: 700;
}
.cost thead td {
    padding-top: 0;
    padding-bottom: 30px;
}

.cost tbody tr:nth-child(odd) {
    background-color: #EDEBE9;
}

.cost td:first-child {
    font-weight: 700;
}

.cost td {
    padding: 15px 73px;
    white-space: nowrap;
}
.cost td:not(:first-child) {
    text-align: center;
}
.cost td:first-child {
    padding-left: 20px;
}
.cost td:last-child {
    padding-right: 65px;
}

.cost_mobile {
    display: none;
}

.download_price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
}
.download_price img {
    margin-right: 10px;
}
.download_price span {
    border-bottom: 1px solid;
    color: var(--color-green);
    line-height: 20px;
    font-size: 1.125rem;
    font-weight: bold;
}
.download_price:hover span {
    color: var(--color-green_hover);
}

.stages_service {
    background: url('images/stages_back.png') no-repeat center;
    background-size: cover;
    color: var(--color-white);
}

.stages_service-sliders {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 360px 640px 360px;
    grid-template-columns: 360px 640px 360px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 35px;
}

.stages_service-sliders h2 {
    font-weight: 400;
    margin-bottom: 60px;
}

.stages_service-sliders h4 {
    margin-bottom: 10px;
}

.stages_service-sliders p {
    line-height: 24px;
}

.stages_service-slider_nav {
    width: 180px;
}

.stages_service-slider_nav button {
    position: absolute;
    top: 50%;
    left: 0;
    width: 40px;
    height: 15px;
    background: url('images/arrow_full.png') no-repeat center transparent;
    border: 0;
    outline: none;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}

.stages_service-slider_nav button.owl-next {
    left: auto;
    right: 0;
    -webkit-transform: translateY(-50%) rotate(180deg);
        -ms-transform: translateY(-50%) rotate(180deg);
            transform: translateY(-50%) rotate(180deg);
}

.stages_service .section_tools {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 0;
    width: 100%;
    margin-top: 60px;
    z-index: 1;
    position: relative;
}
.stages_service .section_tools>* {
    margin: 0;
}

.stages_numbers {
    font-size: 1.875rem;
    font-weight: 700;
    color: var(--color-white);
    position: relative;
    text-align: center;
}

.stages_numbers span:nth-child(2) {
    font-size: 1rem;
    font-weight: 400;
}
.stages_center {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 470px;
}

.stages_service-light {
    background: url("images/stages_light.png") no-repeat center;
    background-size: cover;
    position: absolute;
    width: 150%;
    height: 180%;
    z-index: 1;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}
.stages_service-back {
    background: rgb(215,169,110);
    background: linear-gradient(135deg, rgba(215,169,110,1) 0%, rgba(105,71,46,1) 45%, rgba(105,71,46,1) 56%, rgba(233,192,128,1) 100%);
    width: 100%;
    position: absolute;
    height: calc(100% - 43px);
    -ms-flex-item-align: end;
        align-self: flex-end;
    border-radius: 5px;
    z-index: 1;
}
.stages_service-slider_second {
    width: calc(100% - 72px);
    height: calc(100% - 80px);
    border-radius: 5px;
    overflow: hidden;
}

.service_more .section_heading {
    margin-bottom: 40px;
}

.service_more .services-section_tab-text ul {
    display: -ms-grid;
    display: grid;
    grid-gap: 15px;
    margin-top: 45px;
    margin-bottom: 10px;
}

.service_more-text {
    padding-top: 0;
}

.service_more-text h2 {
    margin-bottom: 40px;
}

.service_more-text p {
    margin-top: 10px;
    line-height: 1.5em;
}

.service_more .services-section_tab-right {
    position: relative;
}

.service_more .services-section_tab-right img {
    background: url("images/designer_back.png") no-repeat center;
    background-size: cover;
    border-radius: 5px;
    width: 71%;
    max-height: 420px;
    left: 42%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}

.service_more .section_right-video a {
    position: absolute;
    width: 100%;
    height: 100%;
}

.services_gallery {
    background: url('images/project_back.jpg') no-repeat center;
    background-size: cover;
    color: var(--color-white);
}

.gallery-slider_wrapper {
    position: relative;
    margin-top: 40px;
    margin-bottom: 60px;
}

.services_gallery-slider img {
    height: 430px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 5px;
}

.services_gallery-slider_nav button {
    left: 60px;
}

.services_gallery-slider_nav button.owl-next {
    left: auto;
    right: 60px;
}

.services_gallery-slider .video::after {
    width: 160px;
    height: 160px;
    background-size: 40px;
}



/* /Services page */

/* Projects page */

.projects_page {
    margin-top: 40px;
}

.projects_page-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-right: -60px;
    margin-bottom: 20px;
}

.projects_page-tabs>* {
    margin-right: 60px;
    margin-bottom: 20px;
}

.projects_page-tabs {
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
}

.projects_page-tabs li:not(.active) {
    color: var(--color-brown);
    opacity: .4;
    cursor: pointer;
}

.projects_page-tabs .active {
    border-bottom: 2px solid;
    cursor: default;
}

.projects_tab {
    display: none;
}

.projects_tab.active {
    display: block;
}

.projects_grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: calc(33% - 15px) 30px calc(33% - 15px) 30px calc(33% - 15px);
    grid-template-columns: repeat(3, calc(33% - 15px));
    grid-gap: 30px;
}

.projects_grid-item {
    position: relative;
    max-height: 430px;
}

.projects_grid-item_cover {
    width: 100%;
    height: 100%;
}

.projects_grid-item img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 5px;
}

.projects_grid-item_info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: calc(100% - 60px);
    background: rgba(78, 51, 38, 0.4);
    padding: 47px 30px;
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
    border-radius: 5px;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 50%);
        -ms-transform: translate(-50%, 50%);
            transform: translate(-50%, 50%);
    color: var(--color-white);
    opacity: 0;
    overflow: hidden;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
}

.projects_grid-item:hover .projects_grid-item_info {
    opacity: 1;
    z-index: 1;
}

.projects_grid-item_info h5 {
    margin-right: 10px;
}

/* /Projects page */

/* Projects detail page */
.projects_detail.catalog_detail-info {
    -ms-grid-columns: (calc(50% - 15px))[2];
    grid-template-columns: repeat(2, calc(50% - 15px));
}

.projects_detail .basic_char {
    margin-top: 30px;
    margin-bottom: 20px;
}

.projects_detail .basic_char-content {
    display: block;
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
}

.projects_detail .basic_char-row {
    margin-bottom: 20px;
    grid-gap: 10px;
}

.project_detail-description h6 {
    margin-bottom: 10px;
}

.project_detail-description p {
    line-height: 1.5rem;
}

/* /Projects detail page */

/* Blog page*/
.blog_detail-container {
    overflow-x: inherit;
}
.blog {
    margin-top: 40px;
}
.blog_grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 40px 30px;
}

.blog_cover {
    height: 300px;
    display: block;
    margin-bottom: 20px;
}

.blog_cover img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 5px;
}
.blog_info h5 {
    margin-bottom: 10px;
}

.blog_info p {
    line-height: 1.5rem;
    margin-bottom: 10px;
}

.blog_info-tools {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.blog_item-date {
    color: rgba(78, 51, 38, .4);
}
/* /Blog page*/
/* Blog detail page */
.blog_detail-heading {
    display: -ms-grid;
    display: grid;
    grid-gap: 20px;
}
.blog_detail {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 30px 360px;
    grid-template-columns: 1fr 360px;
    grid-gap: 30px;
    margin-top: 40px;
}
.blog_detail-cover {
    height: 500px;
    width: 100%;
    margin-bottom: 40px;
}
.blog_detail-cover img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    -o-object-fit: cover;
       object-fit: cover;
}
.blog_detail-main h3 {
    margin-top: 50px;
    margin-bottom: 20px;
}
.blog_detail-main p {
    line-height: 1.5em;
    margin-bottom: 10px;
}
.callback_blog-detail {
    display: none;
}

.blog-detail-form {
    background: rgba(69, 65, 30, 0.8);
    color: var(--color-white);
    -webkit-backdrop-filter: blur(15px);
            backdrop-filter: blur(15px);
    border-radius: 5px;
    padding: 40px 30px;
    padding-bottom: 60px;
    position: -webkit-sticky;
    position: sticky;
    top: 170px;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    height: intrinsic;
}

.blog-detail-form h4 {
    text-align: center;
    margin-bottom: 10px;
}

.blog-detail-form p {
    text-align: center;
    line-height: 1.5em;
    margin-bottom: 40px;
}

.blog-detail-form .uFormLine {
    margin-bottom: 20px;
}

.blog-detail-form .uFormSubmit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 28px;
}

.blog_detail-galleries {
    margin-top: 60px;
}

.blog_galleries-menu {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: -webkit-max-content 60px -webkit-max-content;
    -ms-grid-columns: max-content 60px max-content;
    grid-template-columns: repeat(2, -webkit-max-content);
    grid-template-columns: repeat(2, max-content);
    grid-gap: 60px;
    font-size: 1.5rem;
    font-weight: 700;
    color:rgba(78, 51, 38, .4);
    cursor: pointer;
}

.blog_galleries-menu li.active {
    color: var(--color-black);
    border-bottom: 2px solid;
    cursor: default;
}

.blog_gallery {
    display: none;
    max-width: 1140px;
    width: calc(100vw - 440px);
    position: relative;
    margin-top: 20px;
}

.blog_gallery a {
    height: 330px;
    display: block;
}

.blog_gallery a img {
    display: block;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 5px;
}

.blog_gallery.active {
    display: block;
}

.blog_gallery .nav button {
    left: 30px;
}

.blog_gallery .nav button.owl-next {
    left: auto;
    right: 30px;
}

.blog_more {
    padding-top: 100px;
}

.blog_more-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 30px 1fr;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px;
    margin-top: 40px;
}
/* /Block detail page */

/* Technologies page */
.tech_page-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 40px;
    margin-top: 40px;
    font-size: 1.5rem;
    font-weight: 700;
    color: rgba(78, 51, 38, .4);
}

.tech_page-menu .active {
    color: var(--color-black);
    border-bottom: 2px solid;
    pointer-events: none;
}

.tech_page-menu>* {
    margin-right: 60px;
    margin-bottom: 20px;
    padding-bottom: 5px;
}

.tech_page-menu>*:last-child {
    margin-right: 0;
}

.tech_section {
    padding-bottom: 100px;
}
/* /Technologies page */

/* Contacts */
.page_heading-contacts {
    margin-bottom: 40px;
}

.callback_contacts {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 66%;
    grid-template-columns: 1fr 66%;
    padding-top: 40px;
    padding-bottom: 100px;
}

.callback_contacts-left>*:not(:last-child) {
    margin-bottom: 30px;
}

.callback_contacts-left b {
    margin-bottom: 10px;
    display: block;
}

.contacts_logo {
    display: block;
    width: 100px;
    height: 100px;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
}

.contacts-phone {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    width: intrinsic;
    text-align: right;
}

.contacts-phone_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.125rem;
    margin-bottom: 5px;
}

.contacts-phone_link img {
    display: block;
    width: 20px;
    height: 20px;
    -o-object-fit: contain;
       object-fit: contain;
    margin-right: 10px;
}

.contacts-phone_link a:hover {
    text-decoration: underline;
}

.contacts-phone .gUniFormOpen {
    border-bottom: 1px dotted;
}

.contacts-phone .gUniFormOpen:hover {
    border-bottom-color: transparent;
}

.callback_contacts-right p {
    width: 100%;
    max-width: 650px;
    line-height: 1.5rem;
    margin-bottom: 20px;
}

.callback_contacts .gUniForm {
    display: -ms-grid;
    display: grid;
    grid-gap: 30px;
}

.callback_contacts .gUniForm textarea {
    height: 220px;
}

.callback_contacts .inputs {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 30px 1fr;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px;
}

.contacts_tools {
    margin-top: 30px;
    margin-bottom: 60px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 30px 1fr;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.contacts .callback {
    display: none;
}
/* /Contacts */

/* About page */
.about_page {
    background-color: var(--color-brulee);
}

.about_page #seo {
    background-color: var(--color-white);
}

.about_advanc {
    margin-top: 150px;
    margin-bottom: 185px;
    position: relative;
}

.about_advanc-items {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 30px 1fr 30px 1fr 30px 1fr;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 30px;
    z-index: 2;
    position: relative;
}

.about_advanc-items::before {
    content: url('images/about_beton.png');
    position: absolute;
    z-index: -1;
    top: -55px;
    left: -40px;
}

.about_advanc-items::after {
    content: url('images/about_paint.png');
    position: absolute;
    z-index: -1;
    top: -55px;
    right: -190px;
}

.about_advanc-item {
    background: url('images/about_advanc.png') no-repeat center;
    background-size: cover;
    height: 160px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 50px;
    text-align: center;
    color: #fff;
    font-weight: 700;
    font-size: 1.375rem;
    line-height: 33px;
    border-radius: 5px;
}

.personal {
    background: var(--color-white);
}

.personal_content {
    position: relative;
    margin-top: 40px;
}

.personal_slider-item {
    max-width: 490px;
    width: 100%;
}

.personal_cover {
    height: 380px;
    background-size: cover;
    border-radius: 5px;
}

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

.personal_info {
    width: calc(100% - 60px);
    margin: auto;
    background: var(--background-opacity);
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
    position: relative;
    -webkit-transform: translateY(-35px);
        -ms-transform: translateY(-35px);
            transform: translateY(-35px);
    text-align: center;
    padding: 30px 0;
    border-radius: 5px;
    margin-bottom: -35px;
    color: var(--color-white);
}

.personal_info h5 {
    margin-bottom: 15px;
}

.personal_slider-nav button {
    top: 200px;
    left: 60px;
}

.personal_slider-nav button.owl-next {
    left: auto;
    right: 60px;
}

.history_content {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 128px 700px;
    grid-template-columns: 1fr 700px;
    grid-gap: 128px;
    height: 530px;
    position: relative;
    margin-top: 40px;
}

.history_content-right {
    position: relative;
    max-width: 700px;
}

.history-right_img {
    width: calc(100% - 80px);
    height: calc(100% - 100px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: auto;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}

.history-right_img img {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 5px;
}

.history-right_img img.blur_logo {
    height: calc(100% - 80px);
    object-fit: contain;
    opacity: .6;
}

.history-right_back {
    width: 100%;
    height: calc(100% - 60px);
    background: rgb(215,169,110);
    background: linear-gradient(135deg, rgba(215,169,110,1) 0%, rgba(105,71,46,1) 45%, rgba(105,71,46,1) 56%, rgba(233,192,128,1) 100%);
    position: relative;
    border-radius: 5px;
    top: 60px;
}

.history_content-left {
    background-image: url("images/ksk.png");
    background-repeat: no-repeat;
    background-position: left center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.history_content-left p {
    margin-bottom: 10px;
    line-height: 24px;
}

.history .history_content-left .button {
    margin-top: 85px;
}

/* /About page */

/* Footer */

footer {
    background: rgb(84,61,51);
    background: linear-gradient(119deg, rgba(84,61,51,1) 0%, rgba(36,25,19,1) 58%, rgba(41,27,21,1) 100%);
    color: var(--color-white);
    padding: 70px 0;
}

.footer_wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto 15px 1fr 15px auto;
    grid-template-columns: auto 1fr auto;
    grid-gap: 15px;
}

.footer-first_column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    line-height: 1.5rem;
}

.footer-first_column>*:not(:last-child) {
    margin-bottom: 15px;
}

.privacy {
    text-decoration: underline;
}

.privacy:hover {
    text-decoration: none;
}

.footer-second_column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
}

.footer-second_column li {
    margin-bottom: 15px;
    max-width: 200px;
    width: 100%;
    line-height: 1.5rem;
}

.footer-second_column a:hover {
    text-decoration: underline;
}

.footer-second_column .section {
    margin-bottom: 20px;
    display: block;
    font-weight: 500;
    font-size: 1.125rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.footer-third_column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
}

.footer-third_column>*:not(:last-child) {
    margin-bottom: 20px;
}

.footer-contact_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 1.125rem;
    font-weight: 700;
}

.footer-contact_row img {
    margin-right: 10px;
}

.footer-email a:hover {
    text-decoration: underline;
}

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

.footer-social>*:not(:last-child) {
    margin-right: 12px;
}

.footer-social_item {
    width: 25px;
    height: 25px;
    display: inline-block;
    border-radius: 50%;
    background-color: var(--color-green);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 17px;
}

.footer-social_item:hover {
    background-color: var(--color-green_hover);
}

.footer-social_item.vk {
    background-image: url('images/vk.png');
}

.footer-social_item.inst {
    background-image: url('images/inst.png');
}

.footer-social_item.telegram {
    background-image: url('images/telegram.png');
}

.footer-social_item.zen {
    background-image: url('images/zen.png');
}

.footer-social_item.youtube {
    background-image: url('images/youtube.png');
}

/* /Footer */


/* Form */

.uField {
    position: relative;
}

.uField label {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    color: rgba(78, 51, 38, 0.8);
    padding-left: 30px;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.uField textarea+label {
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
    padding-top: 18px;
}

.gUniForm input[type="text"] {
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 30px;
}

.gUniForm textarea {
    padding-left: 30px;
    padding-top: 18px;
}

input[type="text"]+label,
textarea+label {
    cursor: text;
}

.gUniForm input,
.gUniForm textarea,
.gUniForm select {
    font-family: unset;
    border: 1px solid rgba(78, 51, 38, 0.2);
    border-radius: 5px;
}

.phone label span {
    color: var(--color-green);
}

.uField input:focus+label,
.uField textarea:focus+label,
.uField label.active {
    height: 10%;
    font-size: 10px;
    padding-top: 10px;
}

.uField textarea:focus+label {
    padding-top: 5px;
}

.gUniForm .uFormButton {
    width: 100%;
    padding: 0 !important;
}

.gUniForm .uFormSubmit {
    background-color: var(--color-green);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.gUniForm .uFormSubmit:hover {
    background-color: var(--color-green_hover);
}

input[name="personalInfo"]+label a {
    text-decoration: underline;
}

input[name="personalInfo"]+label a:hover {
    text-decoration: none;
}

.gUniForm input[type="checkbox"]+label::before,
.gUniForm input[type="radio"]+label::before {
    background: #FFFFFF;
    border: 1px solid rgba(78, 51, 38, 0.2);
    border-radius: 2px;
    width: 14px !important;
    height: 14px !important;
}

.gUniForm input[type="checkbox"].error+label:before,
.gUniForm input[type="radio"].error+label:before {
    border-radius: 2px;
}

.gUniForm input[type="checkbox"]:checked+label::after {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    background: url("images/check.png") no-repeat;
    top: 5px;
    left: 3px;
    position: absolute;
}

.gUniFormModalWindowExit,
.close {
    background: url("images/exit.png") 0 0 no-repeat transparent;
    top: 20px;
    right: 20px;
    width: 20px;
    height: 20px;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    cursor: pointer;
    position: absolute;
}

.gUniFormModalWindowExit:hover,
.close:hover {
    background-position: 0 0;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}


/* /Form */


/* Modal */

.gUniFormModalWindowContainer {
    background: rgba(69, 65, 30, 0.8);
    color: var(--color-white);
    -webkit-backdrop-filter: blur(15px);
            backdrop-filter: blur(15px);
    border-radius: 5px;
    padding: 60px 95px;
    width: 490px;
}

.gUniFormModalWindow .uFormHeading {
    font-family: unset;
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 10px;
}

.gUniFormModalWindow .uFormDescription {
    color: var(--color-white);
    line-height: 1.5rem;
    margin: 0;
    margin-bottom: 40px;
}

.gUniFormModalWindow form {
    display: -ms-grid;
    display: grid;
    grid-gap: 20px;
}

.gUniFormSuccessContainer {
    border: none;
    height: auto;
}

.gUniFormSuccessBg {
    background: rgba(69, 65, 30, 0.8);
    color: var(--color-white);
    -webkit-backdrop-filter: blur(15px);
            backdrop-filter: blur(15px);
    border-radius: 5px;
}

.gUniFormSuccessMiddler {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px 0;
}

.gUniFormSuccessHeading {
    font-family: unset;
    font-weight: 700;
}

.gUniFormButtonContainter {
    display: none;
}


/* /Modal */


/* Media */

@media(max-width: 1530px) {
    .button_play {
        width: 120px;
        height: 120px;
        background-size: 32px;
    }
    /* About */
    .about_content {
        height: auto;
        -ms-grid-columns: 100%;
        grid-template-columns: 100%;
        grid-gap: 40px;
    }
    .about_content-left {
        position: relative;
        min-height: 405px;
        max-width: 540px;
        left: calc(50% - 28px);
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
    }
    .about-left_back {
        height: calc(100% - 45px);
        top: 45px;
        min-height: 360px;
    }
    .about-left_img {
        width: calc(100% - 60px);
        height: calc(100% - 77px);
    }
    .about_content-right {
        background: none;
    }
    /* /About */
    /* Sale detail page */
    .catalog_detail-info {
        -ms-grid-columns: calc(50% - 10px) 20px calc(50% - 10px);
        grid-template-columns: repeat(2, calc(50% - 10px));
        grid-gap: 20px;
    }
    .basic_char h6::after {
        content: "";
        display: inline-block;
        width: 10px;
        height: 10px;
        -webkit-transform: rotate(-90deg);
            -ms-transform: rotate(-90deg);
                transform: rotate(-90deg);
        background-image: url("images/arrow_pag.png");
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        margin-left: 10px;
        -webkit-transition: -webkit-transform .5s ease;
        transition: -webkit-transform .5s ease;
        -o-transition: transform .5s ease;
        transition: transform .5s ease;
        transition: transform .5s ease, -webkit-transform .5s ease;
    }
    .basic_char.active h6::after {
        -webkit-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
                transform: rotate(90deg);
    }
    .basic_char-content {
        max-height: 400px;
        overflow: hidden;
        -webkit-transition: max-height .5s ease;
        -o-transition: max-height .5s ease;
        transition: max-height .5s ease;
        height: 100%;
    }
    /* Sale detail page */
    /* Services page */
    .stages_service-sliders {
        -ms-grid-columns: 35% 30px 470px;
        grid-template-columns: 35% 470px;
        grid-gap: 30px;
    }

    .stages_service-sliders .stages_service-slider_third {
        display: none;
    }

    .stages_center {
        height: 350px;
    }
     /* /Services page */
    /* Projects detail page */
    .projects_detail .basic_char-content {
        display: -ms-grid;
        display: grid;
        -webkit-column-count: 2;
           -moz-column-count: 2;
                column-count: 2;
    }
    /* /Projects detail page */
}

@media(max-width: 1350px) {
    /* Tools */
    .breadcrumbs {
        font-size: 12px;
        margin-top: 20px;
        margin-bottom: 40px;
    }
    .video::after {
        height: 60px;
        width: 60px;
        background-size: 18px;
    }
    /* Tools */
    /* Main Banner */
    .banner_info {
        width: 40%;
        position: relative;
        top: 45px;
    }
    .banner_info h1 {
        margin-bottom: 10px;
        font-size: 2.1875rem;
    }
    .banner_info p {
        margin-bottom: 40px;
        font-size: 1rem;
        line-height: 24px;
    }
    /* Main Banner */
    /* Technologies */
    .technologies {
        height: auto;
    }
    .technologies_section-tab {
        -ms-grid-columns: 1fr 65px 1fr;
        grid-template-columns: repeat(2, 1fr);
        margin-top: 40px;
    }
    .technologies_section-tab .button {
        margin-top: 60px;
    }
    .technologies_section-tab>div:not(.technologies_section-img) {
        margin-top: 0;
    }
    /* /Technologies */
    /* Projects */
    .slider_projects-item_info {
        width: 90%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        padding: 30px;
        bottom: 10px;
    }
    .slider_projects-item_info h5 {
        margin: auto;
        margin-bottom: 20px;
    }
    /* Projects */
    /* Callback */
    .callback_content {
        grid-gap: 30px;
    }
    /* /Callback */
    /* Sale page */
    .page_content {
        padding-top: 80px;
    }
    .catalog {
        -ms-grid-columns: 1fr 20px 1fr;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 40px 20px;
    }
    /* /Sale page */
    /* Sale page detail */
    .bigSlider_wrapper {
        margin-bottom: 15px;
    }
    .bigSlider_wrapper .catalog_detail-slider_nav button {
        left: 20px;
        width: 40px;
        height: 40px;
        background-size: 10px;
    }
    .bigSlider_wrapper .catalog_detail-slider_nav button.owl-next {
        right: 20px;
    }
    .detail_title {
        font-size: 2.14rem;
        line-height: 40px;
    }
    .catalog_detail-info_address {
        margin-top: 15px;
    }
    .basic_char-row {
        grid-gap: 50px;
        -ms-grid-columns: 1fr 50px 1fr;
        grid-template-columns: 1fr 1fr;
    }
    .catalog_detail-info_right .info-price {
        font-size: 1.42rem;
    }
    .catalog_detail-more {
        margin-top: 40px;
    }
    .catalog_detail-more_item .nav button {
        width: 40px;
        height: 40px;
        background-size: 10px;
    }
    .catalog_detail-description_tabs {
        margin-bottom: 20px;
    }
    .detail_description-spec {
        margin-top: 20px;
    }
    .equipment tr img {
        margin-right: 0;
    }
    .catalog_detail-similar {
        padding-top: 80px;
    }
    .catalog_detail-similar_row {
        -ms-grid-columns: 1fr 30px 1fr;
        grid-template-columns: repeat(2, 1fr);
    }
    .catalog_detail-similar_row>*:last-child {
        display: none;
    }
    /* /Sale page detail */
    /* Services page */
    .services_menu {
        font-size: 1.125rem;
    }
    .services_main {
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
    }
    .cost_menu {
        font-size: 1.285rem;
        margin: 20px 0;
    }
    .stages_service-sliders h4 {
        margin-bottom: 20px;
    }
    .stages_service-slider_second {
        width: calc(100% - 56px);
        height: calc(100% - 60px);
    }
    .gallery-slider_wrapper {
        margin-top: 20px;
        margin-bottom: 40px;
    }
    .services_gallery-slider img {
        height: 270px;
    }
    .services_gallery-slider .video::after {
        width: 100px;
        height: 100px;
        background-size: 27px;
    }
    .services_gallery-slider_nav button {
        width: 40px;
        height: 40px;
        background-size: 10px;
        left: 50px;
    }
    .services_gallery-slider_nav button.owl-next {
        right: 50px;
    }
    .service_more .services-section_tab {
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
    }

    /* .service_more .services-section_tab-right img {
        left: 30px;
    } */
    /* /Services page */
    /* Projects page */
    .projects_grid {
        grid-gap: 20px;
    }

    .projects_grid-item {
        height: 380px;
    }
    /* /Projects page */
    /* Blog page*/
    .blog_grid {
        -ms-grid-columns: 1fr 20px 1fr;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 40px 20px;
    }
    /* /Blog page*/
    /* Blog detail page */
    .blog_detail {
        -ms-grid-columns: auto;
        grid-template-columns: auto;
    }
    .blog_detail-second {
        display: none;
    }

    .blog_detail-cover {
        height: 420px;
    }

    .blog_gallery {
        width: calc(100vw - 64px);
        max-width: 100vw;
    }
    .blog_gallery a {
        height: 280px;
    }
    .callback_blog-detail {
        display: block;
    }
    /* /Blog detail page */
    /* Technologies page */
    .tech_page-menu {
        font-size: 18px;
    }
    /* /Technologies page */
    /* Contacts page */
    .callback_contacts {
        padding-bottom: 80px;
    }
    .callback_contacts-left>*:not(:last-child) {
        margin-bottom: 20px;
    }
    .contacts_logo {
        width: 60px;
        height: 60px;
    }
    .callback_contacts .gUniForm {
        grid-gap: 10px;
    }
    .callback_contacts .inputs {
        grid-gap: 10px;
    }
    /* Contacts page */
    /* About page */
    .about_advanc {
        margin-top: 35px;
        margin-bottom: 95px;
    }
    .about_advanc-items {
        -ms-grid-columns: -webkit-max-content 30px -webkit-max-content;
        -ms-grid-columns: max-content 30px max-content;
        grid-template-columns: repeat(2, -webkit-max-content);
        grid-template-columns: repeat(2, max-content);
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }

    .about_advanc-item {
        max-width: 360px;
    }
    .about_advanc-items::before {
        content: url('images/about_beton.png');
        position: absolute;
        z-index: -1;
        top: -45px;
        left: 0px;
    }
    .about_advanc-items::after {
        content: url('images/about_paint.png');
        position: absolute;
        z-index: -1;
        bottom: -105px;
        right: -55px;
        top: auto;
    }

    .personal_slider-item {
        max-width: unset;
        width: 100%;
    }

    .personal_cover {
        height: 365px;
    }

    .history_content {
        -ms-grid-columns: 1fr 20px 1fr;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 20px;
    }

    .history .history_content-left .button {
        margin-top: 40px;
    }

    .history_content-right {
        height: 350px;
    }

    .history-right_img {
        bottom: 65px;
    }

    .history-right_img img {
        -o-object-fit: cover;
           object-fit: cover;
    }

    .history-right_img img.blur_logo {
        -o-object-fit: contain;
           object-fit: contain;
    }


    /* /About page */
}

@media(max-width: 1024px) {
     :root {
        font-size: 14px;
    }
    section {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    h1 {
        font-size: 2.1875rem;
        line-height: 40px;
    }
    h2 {
        font-size: 2.14rem;
        line-height: 45px;
    }
    h3 {
        font-size: 1.7rem;
    }
    h5 {
        font-size: 1.4rem;
        line-height: 30px;
    }
    .button {
        padding: 9px 15px;
    }
    /* Header */
    header {
        height: 85px;
    }
    .header-phone_link {
        font-size: 1.15rem;
    }
    .header-phone_link img {
        margin-right: 5px;
    }
    /* Header */
    /* Main banner */
    .main_banner {
        position: relative;
        top: -85px;
        margin-bottom: -85px;
        height: 450px;
        background-position: left;
    }
    .background_slider img {
        height: 450px;
        -o-object-fit: cover;
           object-fit: cover;
        -o-object-position: left;
           object-position: left;
    }
    .banner_info {
        width: 40%;
        position: relative;
        top: 45px;
    }
    .banner_info h1 {
        margin-bottom: 10px;
    }
    .banner_info p {
        margin-bottom: 40px;
        font-size: 1rem;
        line-height: 24px;
    }
    .house_banner {
        position: absolute;
        bottom: -75px;
        right: 30px;
    }
    /* /Main banner */
    /* Sale */
    .sale_slider-nav button {
        top: 288px;
    }
    .sale-item_info-tools {
        margin-top: 20px;
    }
    .info-old_price {
        font-size: 1rem;
    }
    .info-price {
        font-size: 1.57rem;
    }
    /* /Sale */
    /* Building */
    .building .section_content {
        max-width: 1530px;
        margin: 40px auto;
        padding-left: 32px;
        padding-right: 32px;
    }
    .building-photo_slider {
        display: none !important;
    }
    .building-info_wrapper {
        position: static;
        width: 100%;
    }
    .building .owl-stage {
        -webkit-box-align: initial;
            -ms-flex-align: initial;
                align-items: initial;
    }
    .building-item_menu li {
        white-space: nowrap;
    }
    .building-info_slider-item {
        padding: 30px;
    }
    .info_equipment-item_text {
        max-height: initial;
        margin-bottom: 20px;
    }
    .info_equipment-item_tools {
        position: static;
    }
    /* /Building */
    /* Services */
    .services-section_tab {
        grid-gap: 20px;
    }
    .services-section_tab-right img {
        left: 15px;
    }
    /* /Services */
    /* Projects */
    .slider_projects-nav button {
        /* top: 50%; */
    }
    .slider_projects-item_info {
        display: none;
    }
    /* /Projects */
    /* Services page */
    .cost_menu {
        margin-right: -60px;
    }
    /* /Services page */
    /* Projects page */
    .projects_grid-item {
        height: 270px;
    }
    /* /Projects page */
    /* Blog detail page */
    .blog_more {
        padding-top: 80px;
    }
    /* Blog detail page */
    /* Footer */
    .footer-second_column {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        height: 345px;
    }
    .footer-second_column .section {
        font-size: 1.15rem;
    }
    .footer-second_column ul {
        height: auto;
        max-height: 0;
        overflow: hidden;
        -webkit-transition: max-height .5s ease;
        -o-transition: max-height .5s ease;
        transition: max-height .5s ease;
    }
    .footer-second_column li.active ul {
        max-height: 200px;
    }
    .footer-second_column>li {
        margin-bottom: 0;
        position: relative;
    }
    .footer-second_column>li::after {
        content: "";
        display: inline-block;
        width: 10px;
        height: 5px;
        background: url("images/arrow.png") no-repeat center;
        margin-left: 5px;
        top: 0;
        right: 20px;
        -webkit-transform: translateY(8px) rotate(-90deg);
            -ms-transform: translateY(8px) rotate(-90deg);
                transform: translateY(8px) rotate(-90deg);
        -webkit-transition: -webkit-transform .5s ease;
        transition: -webkit-transform .5s ease;
        -o-transition: transform .5s ease;
        transition: transform .5s ease;
        transition: transform .5s ease, -webkit-transform .5s ease;
        position: absolute;
    }
    .footer-second_column>li.active::after {
        -webkit-transform: translateY(8px) rotate(0deg);
            -ms-transform: translateY(8px) rotate(0deg);
                transform: translateY(8px) rotate(0deg);
    }
    .footer-second_column li:last-child {
        margin-bottom: 20px;
    }
    .footer-second_column li:last-child::after {
        display: none;
    }
    .footer-second_column li:last-child ul {
        max-height: unset;
    }
    .footer-contact_row {
        font-size: 1.15rem;
    }
    /* /Footer */
}

@media(max-width: 950px) {
    .detail_heading {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    .detail_heading a {
        margin: 0;
        margin-top: 10px;
    }
    /* Main Banner */
    .banner_info {
        width: 100%;
    }
    .banner_info p {
        font-size: 1.15rem;
    }
    .house_banner {
        bottom: -100px;
        right: 10px;
    }
    /* /Main Banner */
    /* Sale */
    .sale_slider-nav {
        display: none;
    }
    /* Sale */
    /* Services */
    .services-section_menu {
        margin-right: -10px;
    }
    .services-section_tab {
        -ms-grid-columns: minmax(auto, 600px);
        grid-template-columns: minmax(auto, 600px);
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    .services-section_tab-right {
        -webkit-box-ordinal-group: 0;
            -ms-flex-order: -1;
                order: -1;
    }
    /* /Services */
    /* Technologies */
    .technologies_section-tab {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
    .technologies_section-img {
        display: none;
    }
    /* Technologies */
    /* Sale detail page */
    .bigSlider_wrapper {
        margin-bottom: 5px;
        width: 60%;
        margin-right: auto;
        margin-left: auto;
    }
    .bigSlider_wrapper .catalog_detail-slider_nav button {
        left: 10px;
    }
    .bigSlider_wrapper .catalog_detail-slider_nav button.owl-next {
        right: 10px;
    }
    .catalog_detail-info {
        -ms-grid-columns: 100%;
        grid-template-columns: 100%;
    }
    .catalog_detail-info .smallSlider {
        display: none;
    }
    .catalog_detail-similar_row {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
    .catalog_detail-similar_row>*:nth-child(2) {
        display: none;
    }
    /* Sale detail page */
    /* Services page */
    .services_menu {
        grid-column-gap: 15px;
    }
    .services_main {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        grid-gap: 20px;
    }
    .services_main-left {
        max-width: 650px;
        margin: auto;
    }
     .stages_center {
        display: none;
    }
    .stages_service-sliders {
        -ms-grid-columns: 100%;
        grid-template-columns: 100%;
    }
    .service_more .services-section_tab-tools {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }

    /* /Services page */
    /* Projects page */
    .projects_grid {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
    /* /Projects page */
     /* Projects detail page */
    .projects_detail.catalog_detail-info {
        -ms-grid-columns: 100%;
        grid-template-columns: 100%;
    }
    .projects_grid-item_info {
        display: none;
    }
    /* Projects detail page */
    /* Blog detail page */
    .blog_detail-cover {
        height: 190px;
    }
    .blog_more-grid {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
    .blog_more-grid>*:last-child {
        display: none;
    }
    /* /Blog detail page */
    /* Technologies page */
    .tech_img-right .services_main-right {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
    }
    /* Technologies page */
    /* Contacts page */
    .callback_contacts {
        -ms-grid-columns: 1fr 60%;
        grid-template-columns: 1fr 60%;
    }
    /* /Contacts page */
    /* About page */
    .about_advanc {
        margin-top: 40px;
        margin-bottom: 60px;
    }
    .about_advanc-items {
        -ms-grid-columns: -webkit-max-content;
        -ms-grid-columns: max-content;
        grid-template-columns: -webkit-max-content;
        grid-template-columns: max-content;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    .about_advanc-items::before {
        display: none;
    }
    .about_advanc-items::after {
        display: none;
    }
    .personal_content {
        margin-top: 20px;
    }
    .history_content {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        height: auto;
    }

    .history_content-right {
        width: 300px;
        -ms-grid-column-align: center;
            justify-self: center;
        height: 210px;
    }
    .history-right_back {
        height: calc(100% - 10px);
        top: 10px;
    }
    .history-right_img {
        width: calc(100% - 40px);
        height: calc(100% - 20px);
    }
    .history_content-left {
        -webkit-box-ordinal-group:2;
            -ms-flex-order:1;
                order:1;
        background: none;
    }
    .history .history_content-left .button {
        margin: auto;
        margin-top: 40px;
        display: block;
    }
    /* /About page */
    /* Callback */
    .callback_content {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
    .callback_content>img {
        display: none;
    }
    /* /Callback */
    /* Seo */
    .seo_content {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        grid-gap: 20px;
    }
    .seo_content-left {
        max-width: 650px;
        margin: auto;
    }
    /* /Seo */
    /* Footer */
    .footer_wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: space-evenly;
            -ms-flex-pack: space-evenly;
                justify-content: space-evenly;
    }
    .footer-second_column {
        display: none;
    }
    /* /Footer */
}

@media(max-width: 650px) {
    section {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    h1 {
        font-size: 2.14rem;
    }
    h2 {
        font-size: 1.78rem;
    }
    .limiter,
    .building .section_content {
        padding-left: 10px;
        padding-right: 10px;
    }
    .nav button {
        width: 40px;
        height: 40px;
    }
    .button_play {
        width: 60px;
        height: 60px;
        background-size: 16px;
    }
    .page_heading,
    .page_subheading {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: baseline;
            -ms-flex-align: baseline;
                align-items: baseline;
    }
    .page_heading .button {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
    }
    .page_heading h5 {
        margin-bottom: 20px;
    }
    /* Tools */
    .filter .close {
        top: 20px;
        right: 10px;
    }
    .filter_content {
        right: auto;
        left: -10px;
        width: calc(100vw);
        padding: 35px 10px;
    }
    .pagination {
        margin-top: 40px;
    }
    /* /Tools */
    /* Header */
    .top>*:last-child {
        margin-right: 20px;
    }
    .top>*:nth-child(2) {
        margin-right: 0;
    }

    .top-menu {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
    }
    .header-phone {
        text-align: center;
    }
    .burger_menu.active {
        right: 0;
    }
    /* /Header */
    /* Banner */
    .house_banner {
        bottom: -35px;
    }
    /* Sale */
    .sale-item_info {
        margin: 0 10px;
        margin-top: -47px;
    }
    .sale-item_info-spec {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 20px;
        justify-content: space-between;
    }
    /* /Sale */
    /* Building */
    .section_tools {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    .building-info_slider-item {
        padding: 30px 10px;
    }
    .owl-stage-outer .building-item_menu {
        margin-right: 2px;
    }
    .owl-stage-outer .building-item_menu>* {
        margin-right: -2px;
    }
    .building-item_menu li {
        padding: 9px 13px;
    }
    .equipment-item_tools-left {
        margin-right: -40px;
    }
    .equipment-item_tools-left>* {
        margin-right: 35px;
    }
    .equipment-item_tools-left img {
        height: 25px;
    }
    .info-old_price {
        font-size: 0.85rem;
    }
    .info-price {
        font-size: 1.14rem;
    }
    /* /Building */
    /* Services */
    .services-section_menu {
        font-size: 1rem;
    }
    .services-section_menu li {
        padding: 9px 13px;
    }
    .services-section_tab {
        grid-gap: 30px;
    }
    .services-section_tab-right img {
        left: 7px;
    }
    /* /Services */
    /* Technologies*/
    .technologies_section-menu {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        margin-right: 0;
        grid-gap: 20px;
    }

    .technologies_section-menu li {
        align-self: center;
        justify-self: center;
        text-align: center;
        margin: 0;
    }
    /* /Technologies*/
    /* About */
    .about_content-left {
        left: calc(50% - 12px);
        min-height: 203px;
        max-width: 270px;
    }
    .about-left_back {
        height: calc(100% - 25px);
        top: 25px;
        min-height: 178px;
    }
    .about-left_img {
        width: calc(100% - 30px);
        height: calc(100% - 40px);
    }
    /* /About */
    /* Callback */
    .callback_content .personalInfo {
        -ms-grid-column-align: center;
            justify-self: center;
    }
    .callback_content .gUniForm .uFormButton:last-child {
        padding: 0;
    }
    /* /Callback */
    /* Seo */
    .seo_content-left img {
        left: 7px;
    }
    /* /Seo */
    /* Sale page */
    .catalog {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
    /* /Sale page */
    /* Sale detail page */
    .bigSlider_wrapper {
        width: 100%;
    }
    .detail_description-spec {
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }
    .detail_description-spec>*:not(:last-child) {
        margin-right: 0;
    }
    .equipment tr {
        padding: 10px 0;
    }
    .equipment tr:first-child {
        padding-top: 0;
    }
    .equipment tr:last-child {
        padding-bottom: 0;
    }
    .equipment tr img {
        display: none;
    }
    .catalog_detail-more {
        margin-top: 30px;
    }
    .catalog_detail-more_tabs {
        margin-bottom: 30px;
        -ms-grid-columns: -webkit-max-content 60px -webkit-max-content;
        -ms-grid-columns: max-content 60px max-content;
        grid-template-columns: repeat(2, -webkit-max-content);
        grid-template-columns: repeat(2, max-content);
        font-size: 1.28rem;
    }
    .catalog_detail-more_tabs>li:last-child {
        -ms-grid-column-span: 2;
        grid-column: span 2;
    }
    .catalog_detail-more_item .nav button {
        left: 10px;
    }
    .catalog_detail-more_item .nav button.owl-next {
        left: auto;
        right: 10px;
    }
    .facade-slider a:after,
    .stages-slider a:after,
    .plans-slider a:after {
        width: 20px;
        height: 20px;
        right: 15px;
        bottom: 15px;
    }
    .catalog_detail-description_tabs {
        font-size: 1.28rem;
    }
    .catalog_detail-similar {
        padding-top: 60px;
    }
    /* /Sale detail page */
    /* Building detail page */
    .building_tabs {
        -ms-grid-columns: (-webkit-max-content)[3];
        -ms-grid-columns: (max-content)[3];
        grid-template-columns: repeat(3, -webkit-max-content);
        grid-template-columns: repeat(3, max-content);
    }
    .equipment_building {
        display: none;
    }
    .equipment_building-mobile {
        display: block;
        margin-top: -20px;
    }
    .equipment_building-mobile_item:not(:last-child) {
        border-bottom: 1.5px solid #ADA19B;
    }
    .building-mobile_item-head {
        display: -ms-grid;
        display: grid;
        grid-gap: 5px;
        position: relative;
        padding: 20px 10px;
    }
    .building-mobile_item-head::after {
        content: "";
        width: 10px;
        height: 10px;
        -webkit-transform: rotate(-90deg);
            -ms-transform: rotate(-90deg);
                transform: rotate(-90deg);
        background-image: url("images/arrow_pag.png");
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        -webkit-transition: -webkit-transform .5s ease;
        transition: -webkit-transform .5s ease;
        -o-transition: transform .5s ease;
        transition: transform .5s ease;
        transition: transform .5s ease, -webkit-transform .5s ease;
        position: absolute;
        right: 10px;
        top: 25px;
    }
    .equipment_building-mobile_item.active .building-mobile_item-head::after {
        -webkit-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
                transform: rotate(90deg);
    }
    .building-mobile_item-head p {
        font-size: 1.14rem;
        font-weight: 700;
    }
    .building-mobile_item-oldPrice {
        text-decoration: line-through;
    }
    .building-mobile_item-mainPrice {
        font-size: 1.28rem;
        font-weight: 700;
    }
    .building-mobile_item-body {
        display: block;
        position: relative;
        background: #EDEBE9;
        height: 100%;
        max-height: 0px;
        overflow: hidden;
        -webkit-transition: all 1s ease;
        -o-transition: all 1s ease;
        transition: all 1s ease;
    }
    .equipment_building-mobile_item.active .building-mobile_item-body {
        max-height: 3000px;
    }
    .building-mobile_item-body li {
        padding: 10px 0;
        line-height: 21px;
        border-bottom: 1px solid #ADA19B;
    }
    .building-mobile_item-body li:last-child {
        border-bottom: 0;
    }
    .equipment_building-wrapper::-webkit-scrollbar {
        display: none;
    }
    /* /Building detail page */
    /* Services page */
    .services_menu {
        margin-bottom: 30px;
        -ms-grid-columns: -webkit-max-content 60px -webkit-max-content;
        -ms-grid-columns: max-content 60px max-content;
        grid-template-columns: repeat(2, -webkit-max-content);
        grid-template-columns: repeat(2, max-content);
        font-size: 1rem;
    }
    .services_menu>li:last-child {
        -ms-grid-column-span: 2;
        grid-column: span 2;
    }
    .cost {
        display: none;
    }
    .cost_wrapper.active {
        margin-bottom: 0;
    }
    .cost_wrapper::-webkit-scrollbar {
        display: none;
    }
    .cost_mobile {
        display: block;
    }

    .cost_mobile-item:nth-child(odd) .cost_mobile-item_head {
        background: #EDEBE9;
    }
    .cost_mobile-item_head {
        padding: 10px;
        font-weight: bold;
        line-height: 22px;
        border-top: 2px solid #EDEBE9;
        position: relative;
    }
    .cost_mobile-item_body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        height: 100%;
        max-height: 0px;
        overflow: hidden;
        -webkit-transition: all 1s ease;
        -o-transition: all 1s ease;
        transition: all 1s ease;
    }
    .cost_mobile-item.active .cost_mobile-item_body {
        max-height: 800px;
        padding-top: 10px;
        padding-bottom: 20px;
    }
    .cost_mobile-item_body li:not(:last-child) {
        margin-bottom: 20px;
    }
    .cost_mobile-item_head::after {
        content: "";
        width: 10px;
        height: 10px;
        -webkit-transform: rotate(-90deg);
            -ms-transform: rotate(-90deg);
                transform: rotate(-90deg);
        background-image: url("images/arrow_pag.png");
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        -webkit-transition: -webkit-transform .5s ease;
        transition: -webkit-transform .5s ease;
        -o-transition: transform .5s ease;
        transition: transform .5s ease;
        transition: transform .5s ease, -webkit-transform .5s ease;
        position: absolute;
        right: 10px;
        top: 15px;
    }
    .cost_mobile-item.active .cost_mobile-item_head::after {
        -webkit-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
                transform: rotate(90deg);
    }
    .stages_service-sliders h2 {
        margin-bottom: 30px;
    }
    .stages_service-sliders h4 {
        margin-bottom: 10px;
    }
    .stages_service .section_tools {
        margin-top: 40px;
    }
    .services_gallery-slider_nav button {
        left: 20px;
    }
    .services_gallery-slider_nav button.owl-next {
        right: 20px;
    }
    .services_main-left img {
        left: 7px;
    }
    /* /Services page */
    /* Blog page*/
    .blog {
        margin-top: 30px;
    }
    .blog_grid {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        grid-gap: 30px;
    }
    .blog_cover {
        height: 190px;
        margin-bottom: 10px;
    }
    .blog_info p {
        margin-bottom: 30px;
    }
    /* /Blog page*/

    /* Blog detail page */
    .blog_gallery {
        width: calc(100vw - 20px);
        max-width: 100vw;
    }
    .blog_gallery a {
        height: 172px;
    }
    .blog_more {
        padding-top: 50px;
    }

    /* /Blog detail page */

    /* Technologies page */
    .tech_page-menu {
        font-size: 1rem;
    }
    .tech_page-menu>* {
        margin-right: 40px;
    }
    /* /Technologies page */
    /* Contacts page */
    .contacts .callback {
        display: block;
    }

    .callback_contacts {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        padding-top: 30px;
        padding-bottom: 60px;
        grid-gap: 60px;
    }

    .callback_contacts-right .gUniForm {
        display: none;
    }
    /* /Contacts page */

    /* About page */
    .about_advanc-item {
        width: 300px;
    }
    .personal_cover {
        height: 280px;
    }
    .personal_slider-nav button {
        left: 25px;
        top: 140px;
    }
    .personal_slider-nav button.owl-next {
        right: 25px;
    }
    /* /About page */

    /* Footer */
    .footer_wrapper {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        grid-gap: 30px;
    }
    .footer_wrapper>* {
        -ms-grid-column-align: center;
            justify-self: center;
        text-align: center;
    }
    .footer_wrapper .button {
        display: block;
        margin: auto;
    }
    .footer-social {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: auto;
    }
    .footer-social>*:not(:last-child) {
        margin-right: 30px;
    }
    /* /Footer */
    /* Modal */
    .gUniFormModalWindowContainer {
        padding: 60px 30px;
        width: 100%;
    }
}

@supports not ((-webkit-backdrop-filter: blur(10px)) or (backdrop-filter: blur(10px))) {
    .burger_menu.active {
        background: var(--background);
    }
}




/* /Media */

.link-with-hover:hover {
    text-decoration: underline;
}

.width-auto {
    width: auto !important;
}

.services_main-text ul li {
    position: relative;
    padding-left: 18px;
}

.services_main-text ul li::before {
    content: "";
    position: absolute;
    top: 6px;
    left: 0;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #000;
}

.complectation {
    max-width: 960px;
}

.complectation h2 {
    font-size: 24px;
    margin-top: 20px;
}

.complectation ul {
    list-style-type: disc;
    padding-left: 30px;
}

.complectation ul li {

}

/* page_quick-pick-start */
.page_quick-pick {
    padding-top: 25px;
}

@media (max-width: 650px) {

    .page_quick-pick {
        padding-top: 15px;
    }
}
/* page_quick-pick-end */

/* custom-text-start */
.custom-text h2 {
    margin: 0;
    margin-top: 25px;
    margin-bottom: 25px;
    font-size: 32px;
    line-height: 1.4;
    font-weight: bold;
}

.custom-text h3 {
    margin: 0;
    margin-top: 25px;
    margin-bottom: 25px;
    font-size: 27px;
    line-height: 1.4;
    font-weight: bold;
}

.custom-text p,
.custom-text ul,
.custom-text ol {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 1.5;
}

.custom-text img {
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
}

.custom-text .custom-text__image {
    margin-top: 20px;
    margin-bottom: 20px;
}

.custom-text .custom-text__image > :first-child {
    margin-top: 0;
}

.custom-text .custom-text__image > :last-child {
    margin-bottom: 0;
}

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

.custom-text .custom-text__image a {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 10px;
}

.custom-text .custom-text__image span {
    display: block;
    font-style: italic;
}

@media (max-width: 1024px) {

    .custom-text h2 {
        font-size: 24px;
    }

    .custom-text h3 {
        font-size: 21px;
    }
}
/* custom-text-end */

.choice {
    width: 100%;
    margin-top: 25px;
    margin-bottom: 10px;
}

.choice__list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
    margin-bottom: -20px;
    padding: 0;
    list-style: none;
}

.choice__item {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 20px;
}

.choice__link {
    display: flex;
    align-items: center;
    font-size: 24px;
    font-weight: bold;
}

.choice__link::before {
    content: "";
    display: block;
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    margin-right: 10px;
    background-repeat: no-repeat;
    background-position: center center;
}

.choice__link--1::before {
    background-image: url("images/logo-1.svg");
}

.choice__link--2::before {
    background-image: url("images/logo-2.svg");
}

.choice__link--only-image {
    position: relative;
}

.choice__link--only-image::before {
    display: none;
}

.choice__link--only-image img {
    height: 44px;
    max-width: 100%;
}

.choice__link span {
    position: relative;
    z-index: 1;
}

.choice__link--only-image::after,
.choice__link span::before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    width: 100%;
    bottom: -3px;
    height: 2px;
    background-color: var(--color-green);
    visibility: hidden;
    opacity: 0;
    transition: 0.2s;
}

.choice__link--only-image::after {
    bottom: -8px;
}

.choice__link--only-image:hover::after,
.choice__link--only-image.active::after,
.choice__link:hover span::before,
.choice__link.active span::before {
    visibility: visible;
    opacity: 1;
}

@media (max-width: 1024px) {

    .choice__link {
        font-size: 20px;
    }
}

@media (max-width: 767px) {

    .choice__list {
        max-width: 350px;
    }

    .choice__item {
        width: calc((100% - 10px * 4) / 2);
    }
}

@media (max-width: 650px) {

    .choice__link {
        font-size: 18px;
    }

    .choice__link--only-image img {
        height: 40px;
    }

    .choice__link::before {
        width: 40px;
        height: 40px;
    }

    .choice {
        margin-top: 15px;
    }
}

.cookie-info {
  position: fixed;
  right: 50%;
  bottom: 15px;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 1000px;
  padding: 15px;
  color: #fff;
  background-color: #474747;
  transform: translateX(50%);
}

.cookie-info__description {
  margin-right: 20px;
}

.cookie-info__description a {
    text-decoration: underline;
}

.cookie-info__description a:hover {
    text-decoration: none;
}

.cookie-info__btn-apply {
  flex-shrink: 0;
}

@media (max-width: 1100px) {
  .cookie-info {
    width: auto;
    transform: none;
    display: block;
    left: 10px;
    right: 10px;
    bottom: 10px;
  }

  .cookie-info__description {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
