.construction_progress_carousel {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    box-shadow: 0 10px 16.92px 1.08px rgba(10, 10, 10, .5)
}

.construction_progress_carousel:hover .owl-nav {
    visibility: visible;
    transition: opacity .3s ease-in;
    opacity: 1
}

.construction_progress_carousel .owl-stage {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    overflow-x: hidden
}

.construction_progress_carousel .owl-stage-outer {
    overflow-x: hidden
}

.construction_progress_carousel .owl-nav {
    position: absolute;
    width: 100%;
    top: calc(50% - 5rem);
    visibility: hidden;
    transition: opacity .3s ease-in-out;
    opacity: 0
}

.mobile .construction_progress_carousel .owl-nav {
    top: calc(50% - 3rem)
}

.construction_progress_carousel .owl-nav button {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    width: 5rem;
    height: 5rem;
    background-color: rgba(0, 0, 0, .25);
    border: none;
    border-radius: 1rem;
    color: #fff;
    cursor: pointer;
    z-index: 1
}
.construction_progress_carousel .owl-dots{
    top: 78rem;
    width: 100%;
    position: absolute;

    display: flex;
    justify-content: center;
    gap: 0.3em
}
.mobile .construction_progress_carousel .owl-dots{
    top: 100rem;
}

.construction_progress_carousel .owl-dots button{
    height: 1.3em;
    width: 1.3em;
    border: solid 1px white;
    border-radius: 50%;

    transform: scale(0.8);
}

.mobile .construction_progress_carousel .owl-dots button{
    height: 1em;
    width: 1em;
    padding: 0;
    transform: scale(0.7);
    box-sizing:border-box;
}

.construction_progress_carousel .owl-dots .owl-dot.active{
    background-color: #9dbe56;
}

.mobile .construction_progress_carousel .owl-nav button {
    display: none;
    width: 3rem;
    height: 3rem;
}

.construction_progress_carousel .owl-nav button.owl-prev {
    left: 2.5rem
}

.construction_progress_carousel .owl-nav button.owl-next {
    right: 2.5rem
}

.construction_progress_carousel__item_inner {
    width: 100%;
    height: 82rem
}

.mobile .construction_progress_carousel__item_inner {
    height: 110rem
}

.construction_progress_carousel__img {
    display: block;
    max-width: 100%;
    object-fit: cover;
    max-height: 100%;
    margin: 0 auto
}

.construction_progress_carousel__descr {
    display: block;
    position: relative;
    min-height: 6rem;
    padding: 2rem;
    font-size: 2rem;
    font-weight: 500
}

.mobile .construction_progress_carousel__descr {
    font-size: 8rem;
    padding: 5rem;
    min-height: 20rem
}

.text--red {
    color: #9DBE56
}

input::-webkit-input-placeholder {
    opacity: 1;
    color: #fff
}

input::-moz-placeholder {
    opacity: 1;
    color: #fff
}

input:-moz-placeholder {
    opacity: 1;
    color: #fff
}

input:-ms-input-placeholder {
    opacity: 1;
    color: #fff
}

.construction_efk__header {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 8rem;
    margin-top: 6rem;
    margin-bottom: 3rem
}

.mobile .construction_efk__header {
    padding: 0 2rem;
    margin-top: 3rem;
    margin-bottom: 1.5rem
}

@media screen and (orientation: landscape) and (max-height: 576px) {
    .mobile .construction_efk__header {
        margin-top: 1rem;
        margin-bottom: 1rem
    }
}

.construction_efk__header--title {
    font-family: MullerUltraLight;
    color: #1c1c1c;
    font-size: 4.8rem;
    width: 100%;
    font-weight: 700
}

.mobile .construction_efk__header--title {
    font-size: 2rem
}

@media screen and (orientation: landscape) and (max-height: 576px) {
    .mobile .construction_efk__header--title {
        font-size: 1rem
    }
}

.construction_efk__header--link {
    display: block;
    font-size: 3.6rem;
    text-decoration: underline
}

.mobile .construction_efk__header--link {
    font-size: 1.4rem
}

@media screen and (orientation: landscape) and (max-height: 576px) {
    .mobile .construction_efk__header--link {
        font-size: 1rem
    }
}

.construction_efk__slider {
    position: relative;
    overflow: hidden
}

.construction_efk__slider_item {
    width: 100%;
    height: 100%
}

.construction_efk__slider_item--image {
    display: block;
    margin: 0 auto;
    max-width: 100%
}

.construction_efk__slider .owl-stage {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.construction_efk__slider .owl-dots {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    bottom: 3rem;
    width: 100%
}

.mobile .construction_efk__slider .owl-dots {
    bottom: 1rem
}

.construction_efk__slider .owl-dot {
    width: 1.6rem;
    height: 1.6rem;
    padding: 1rem;
    border: none;
    border-radius: 50% 50%;
    margin-right: 1.6rem
}

.construction_efk__slider .owl-dot.active {
    background: #9DBE56
}

.mobile .construction_efk__slider .owl-dot {
    height: .7rem;
    width: .7rem;
    margin: 0 .5rem;
    padding: 0
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list, .slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block
}

.slick-track:after, .slick-track:before {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.text--red {
    color: #9DBE56
}

input::-webkit-input-placeholder {
    opacity: 1;
    color: #fff
}

input::-moz-placeholder {
    opacity: 1;
    color: #fff
}

input:-moz-placeholder {
    opacity: 1;
    color: #fff
}

input:-ms-input-placeholder {
    opacity: 1;
    color: #fff
}

.flat_efk__title {
    margin: 6rem 0;
    font-family: MullerUltraLight;
    color: #3b3c43;
    font-size: 4.8rem;
    padding-left: 8rem;
    position: relative;
    text-align: left;
    z-index: 1;
    width: 100%;
    font-weight: 400
}

.mobile .flat_efk__title {
    font-size: 2rem;
    padding: 2rem;
    margin: 0
}

.flat_efk__item:focus {
    outline: 0
}

.flat_efk__image {
    width: 100%;
    height: auto
}

.flat_efk__dots {
    position: absolute;
    left: 41%;
    bottom: 1rem;
    padding: 0;
    margin: 0;
    list-style: none;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.flat_efk__dots li {
    height: 1.6rem;
    width: 1.6rem;
    margin: 2rem;
    background-color: #9b8369;
    border-radius: 50%;
    cursor: pointer
}

.flat_efk__dots .slick-active {
    background-color: #1c1c1c
}

.flat_efk__btn {
    color: #9b8369;
    font-size: 2.4rem;
    text-align: center;
    border: solid 1px #1c1c1c;
    background-color: #1c1c1c;
    position: absolute;
    right: 0;
    height: 8rem;
    line-height: 8rem;
    width: 30rem;
    cursor: pointer;
    transition: all .3s;
    z-index: 2;
    display: block
}

.flat_efk__btn:active, .flat_efk__btn:focus, .flat_efk__btn:hover {
    color: #9b8369;
    border: solid 1px #9b8369;
    background-color: #fff;
    outline: 0
}

.section_blocks_3 {
    width: 100%;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.column_center, .column_left, .column_right {
    width: 33.33%;
    display: inline-block
}

.column_center img {
    float: right;
    z-index: 0
}

.column_left {
    background-image: url(/local/templates/kashtan/img/efk/efk_main1.png);
    background-size: cover;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative
}

.column_left img {
    max-width: 100%
}

.column_left_hidden {
    display: none;
    background-color: #00708a;
    position: absolute;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

.column_left:hover > .column_left_hidden {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 2
}

.breadcrumbs .list-current {
    color: #a3a3a3;
    font-weight: 500
}

.breadcrumbs_block {
    display: block;
    position: absolute;
    z-index: 3;
    margin: 2% 0 0 6%
}

.t_border {
    border: 1px solid;
    border-color: #f5f5f5;
    width: 91%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    left: 5%;
    text-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.column_left:hover > .breadcrumbs_block li {
    display: none !important;
    z-index: 1 !important
}

.center_up {
    background-image: url(/local/templates/kashtan/img/efk/mask_vector1.png);
    background-size: cover;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    height: 50%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: right top
}

.center_up:hover {
    background-color: #e5e5e5
}

.center_down:hover {
    background-color: #e5e5e5
}

.center_down {
    background-image: url(/local/templates/kashtan/img/efk/mask_vector2.png);
    background-size: auto;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    height: 50%;
    border-top: 1px solid;
    width: 100%;
    background-repeat: no-repeat;
    background-position: right top
}

.column_right {
    background-color: #00708a;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

p.text_left_down {
    z-index: 2;
    position: absolute;
    color: #fff;
    width: 80%;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 700;
    line-height: 50px;
    font-size: 39px;
    bottom: 0;
    margin: 5%
}

p.text_right_desc {
    display: inline-block;
    position: absolute;
    color: #fff;
    width: 80%;
    font-size: 1.2rem
}

.text_right_block {
    display: block;
    position: relative;
    width: 100%;
    margin: 10% 0 25% 0;
    padding: 0 0 0 5%;
    font-family: Montserrat;
    height: 100%;
    min-height: 9%;
    max-height: 18%
}

.text_right_main {
    color: #fff;
    font-family: Montserrat;
    margin: 0 5% 0 0
}

.center_name_blocks {
    font-size: 32px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin: 18% 5%;
    width: 50%
}

.center_up img {
    display: block;
    position: absolute;
    bottom: 0;
    margin: 8% 5%
}

.center_down img {
    display: block;
    position: absolute;
    bottom: 0;
    margin: 8% 5%
}

p.text_detail {
    color: #00708a;
    display: block;
    position: absolute;
    bottom: 0;
    font-size: 20px;
    margin: 8% 12%
}

p.text_detail:hover > a {
    color: #00708a
}

.text_detail > a {
    text-decoration: none
}

.text_detail_hidden_h {
    color: #fff;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 600;
    margin: 0 5% 1rem
}

p.text_right_detail {
    display: block;
    width: 90%;
    color: #fff;
    bottom: 0;
    margin: 0 5%;
    font-size: 14px;
    line-height: 24px
}

.psiho_main {
    background-repeat: no-repeat;
    position: relative;
    width: 100%;
    height: 100%;
    padding-top: 50px
}

.psiho_main_section {
    background-image: url(/local/templates/kashtan/img/efk/mask_vector2.png);
    background-size: 25%;
    background-position: right top;
    background-repeat: no-repeat
}

p.psiho_maintext {
    line-height: 20px;
    text-align: left;
    width: 66%
}

@media (max-width: 1024px) {
    .psiho_main {
        background-color: rgba(255, 255, 255, .8)
    }

    .psiho_main .section-inner {
        padding: 0 20px 20px
    }

    .psiho_main_section {
        background-size: 100%;
        padding: 0
    }

    .wrapper .main .section-inner {
        padding: 20px
    }

    p.psiho_maintext {
        width: 100%
    }
}

.psiho_sub > .h2, .psiho_sub > h2 {
    font-size: 26px;
    color: #0e3753;
    margin: 3% 0 0
}

.psiho_sub {
    display: block;
    position: relative;
    bottom: 0;
    padding: 0 20px 20px
}

.section_two {
    display: block;
    position: fixed;
    margin-left: calc(13.88889vw - 2.36111px)
}

.psiho_two_blocks img {
    width: 50%;
    fill: #00708a;
    margin: 0 auto
}

.psiho_four_blocks img {
    width: 60%;
    fill: #00708a;
    margin: 0 auto
}

.psiho_four_blocks {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 2% 0 4% 0
}

.psiho_two_blocks {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 2% 0 4% 0;
    width: 50%
}

.psiho_bl {
    text-align: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    margin: 0 auto;
    width: 49%;
    height: 447px;
    background-color: #f6f6f6
}

.psiho_bl_ziga {
    text-align: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    position: relative;
    width: 49%;
    background-color: #f6f6f6
}

.psiho_bl_ziga_hidden {
    text-align: center;
    display: none;
    margin: 0 auto;
    width: 20%;
    position: absolute;
    z-index: 2;
    background-color: #00708a
}

.psiho_bl_ziga img {
    width: 37%;
    height: 100%;
    margin: 0 auto
}

.psiho_bl_ziga_hidden img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
    width: 25%;
    height: 35%;
    margin: 0 auto;
    position: absolute;
    left: 35%;
    top: 7%
}

.psiho_bl_hidden {
    display: none;
    position: absolute;
    z-index: 2;
    background-color: #00708a
}

.psiho_bl_hidden img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    left: 30%;
    width: 40%;
    top: 7%
}

.psiho_bl:hover > .psiho_bl_hidden {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    height: 100%;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    justify-items: center
}

.psiho_bl_ziga:hover > .psiho_bl_ziga_hidden {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    height: 100%;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    justify-items: center
}

p.hid_text_main {
    color: #fff;
    font-size: 2vw;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    margin: 0 auto
}

p.hid_text_sub {
    color: #fff;
    font-size: .8vw;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    bottom: 20%;
    margin: 0 2% 0 2%
}

a.button_detail_hidden {
    display: inline-block;
    color: #fff;
    font-weight: 500;
    text-decoration: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: .5em 2em;
    position: absolute;
    bottom: 7%;
    outline: 0;
    border: 1px solid;
    border-radius: 1px;
    transition: .2s;
    font-size: 1.2rem
}

a.button8:hover {
    background: rgba(255, 255, 255, .2)
}

a.button8:active {
    background: #fff
}

@media (max-width: 1366px) {
    p.text_left_down {
        font-size: 2vw;
        line-height: inherit
    }

    .center_name_blocks {
        font-size: 2.1vw
    }

    p.text_detail {
        font-size: 1.5vw;
        margin: 8% 15%
    }
}

@media (max-width: 1167px) {
    p.text_detail {
        font-size: 2vw
    }

    .psiho_four_blocks {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .psiho_two_blocks {
        width: 100%
    }

    p.hid_text_main {
        margin: auto;
        padding: 30% 0 0 0
    }

    p.hid_text_sub {
        font-size: 1.2vw
    }

    p.hid_text_main {
        padding: 18% 0 0 0
    }
}

@media (max-width: 976px) {
    p.text_detail {
        font-size: 2vw
    }

    .center_name_blocks {
        margin: 21% 5%
    }
}

@media (max-width: 796px) {
    .section_blocks_3 {
        width: 100%;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .column_center, .column_left, .column_right {
        width: 100%
    }

    .column_left_hidden {
        width: inherit
    }

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

    .center_up img {
        width: 5%
    }

    .center_down img {
        width: 5%
    }

    .text_right_block {
        margin: 5% 0 25% 0;
        padding: 0 0 0 12%;
        height: 150px
    }

    p.text_left_down {
        font-size: 6vw
    }

    .center_name_blocks {
        font-size: 4.1vw
    }

    .text_right_main {
        font-size: 6vw
    }

    p.text_detail {
        font-size: 3.5vw;
        margin: 8% 13%
    }

    p.text_right_desc {
        font-size: 3vw
    }

    .psiho_bl {
        height: 350px
    }
}

@media (max-width: 546px) {
    .psiho_bl {
        height: 597px;
        margin: 0 0 2% 0;
        width: 100%
    }

    a.button_detail_hidden {
        padding: 1.3em 7em
    }

    .psiho_two_blocks {
        width: 100%;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        height: 100%;
        margin: 0 auto
    }

    p.hid_text_sub {
        font-size: 3.8vw
    }

    p.hid_text_main {
        font-size: 9vw
    }

    .psiho_bl_ziga {
        height: 597px;
        margin: 0 0 2% 0;
        width: 100%
    }

    .psiho_maintext {
        font-size: 1.2rem
    }

    .section-inner ol li {
        font-size: 1.2rem
    }

    .psiho_sub > h2 {
        font-size: 2rem
    }
}

@media (max-width: 476px) {
    .section_blocks_3 {
        width: 100%;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .column_center, .column_left, .column_right {
        width: 100%
    }

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

    p.text_left_down {
        font-size: 6vw
    }

    .center_name_blocks {
        font-size: 4.1vw;
        padding: 0 0 5px 10px
    }

    p.text_detail {
        font-size: 4vw;
        margin: 8% 13%
    }

    .text_right_block {
        height: 100px;
        padding: 3% 0 0 10%;
        margin: 0 0 25% 0
    }

    p.hid_text_main {
        font-size: 11vw
    }

    .psiho_bl_hidden img {
        left: 25%;
        width: 50%;
        top: 10%
    }

    p.text_right_desc {
        font-size: 2.7vw
    }

    .center_down {
        background-size: 50%
    }
}

@media (max-width: 326px) {
    .psiho_bl, .psiho_bl_ziga {
        height: 414px
    }

    .button_detail_hidden {
        padding: 1em 3em !important
    }

    .hid_text_main {
        padding: 18% 0 9% 0 !important
    }

    .hid_text_sub {
        font-size: 3vw !important
    }

    .hid_text_main {
        font-size: 9vw !important
    }
}

.flat_block {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    margin: 2rem 8rem 0
}

.mobile .flat_block {
    margin: 2rem
}

.flat_title {
    color: #fff;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.5vw;
    width: 70%;
    position: absolute;
    margin: 0 0 3% 2%;
    bottom: 0;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 2;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.flat1 {
    background-image: url(/local/templates/kashtan/img/efk/air1.png);
    background-size: cover;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    height: 493px;
    margin: 0 1% 0 0
}

.flat1_hidden {
    display: none
}

.flat1:hover > .flat1_hidden {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    position: initial;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 493px;
    z-index: 5;
    background-color: #00708a
}

.flat2 {
    background-image: url(/local/templates/kashtan/img/efk/air2.png);
    background-size: cover;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    height: 493px;
    margin: 0
}

.flat2_hidden {
    display: none
}

.flat2:hover > .flat2_hidden {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    position: initial;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 493px;
    z-index: 5;
    background-color: #00708a
}

.flat3 {
    background-image: url(/local/templates/kashtan/img/efk/air3.png);
    background-size: cover;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    height: 493px;
    margin: 1% 1% 0 1%
}

.flat3_hidden {
    display: none
}

.flat3:hover > .flat3_hidden {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    position: initial;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 493px;
    z-index: 5;
    background-color: #00708a
}

.flat4 {
    background-image: url(/local/templates/kashtan/img/efk/air1.png);
    background-size: cover;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    height: 493px;
    margin: 1% 0 0 0
}

.flat4_hidden {
    display: none
}

.flat4:hover > .flat4_hidden {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    position: initial;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 493px;
    z-index: 5;
    background-color: #00708a
}

h2.flat_h_title {
    color: #fff;
    padding: 3% 3% 0 3%
}

p.flat_p_sub {
    color: #fff;
    padding: 0 3%
}

.flats_ol {
    color: #fff !important;
    padding: 0 3%
}

.svgk {
    display: inline-block;
    position: absolute
}

.alchemy_four_blocks {
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    user-select: none
}

.alchemy_menu {
    right: calc(8rem + 1px);
    position: absolute;
    top: 0;
    max-width: 290px;
    width: 100%;
    padding: 0 30px 0 0;
    z-index: 1
}

@media (min-width: 768px) {
    .alchemy_menu.is_stuck {
        padding-top: 90px
    }
}

.alchemy_menu__title {
    font-size: 17px;
    color: #000;
    margin: 35px 0 20px;
    padding-left: 30px
}

.alchemy_menu__item {
    margin-bottom: 20px;
    float: left;
    width: 100%;
    position: relative
}

.alchemy_menu__item_icon {
    height: 50px;
    width: 50px;
    float: left;
    margin-right: 10px;
    margin-left: 30px;
    border-radius: 50%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%
}

.alchemy_menu__item_title {
    line-height: 20px;
    font-size: 14px;
    margin-bottom: 5px
}

.alchemy_menu__item_text {
    line-height: 20px;
    font-size: 14px;
    color: #9c9c9c
}

.alchemy_menu__item--active.alchemy_menu__item:before {
    content: "";
    left: 0;
    top: 0;
    height: 60px;
    width: 4px;
    border-radius: 0 3px 3px 0;
    position: absolute;
    z-index: 1
}

.alchemy_menu__item--active .alchemy_menu__item_title, .alchemy_menu__item:hover .alchemy_menu__item_title {
    font-weight: 700
}

@media (max-width: 1024px) {
    .alchemy_menu {
        left: 0;
        right: 0;
        top: 55px;
        position: fixed;
        max-width: 100%;
        width: 100%;
        z-index: 50;
        padding: 10px 0;
        background-color: #fff
    }

    .alchemy_menu__items {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 80%;
        margin: 0 auto;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .alchemy_menu__title {
        display: none
    }

    .alchemy_menu__item {
        margin-bottom: 0;
        float: left;
        width: auto
    }

    .alchemy_menu__item_icon {
        margin-right: 10px;
        margin-left: 10px
    }

    .alchemy_menu__item_title {
        display: none
    }

    .alchemy_menu__item_text {
        display: none
    }

    .alchemy_menu__item--active.alchemy_menu__item:before {
        left: 10px;
        bottom: -10px;
        top: auto;
        width: 60px;
        height: 2px;
        border-radius: 3px 3px 0 0
    }
}

@media (max-width: 767px) {
    .alchemy_menu {
        top: 70px
    }
}

@media (max-width: 640px) {
    .alchemy_menu__items {
        width: 100%
    }

    .alchemy_menu__item_icon {
        width: 40px;
        height: 40px;
        background-size: contain
    }

    .alchemy_menu__item--active.alchemy_menu__item:before {
        width: 40px
    }
}

.alchemy_menu__item--earth.alchemy_menu__item--active.alchemy_menu__item:before {
    background-color: #129446
}

.alchemy_menu__item--earth .alchemy_menu__item_title {
    color: #129446
}

.alchemy_menu__item--earth .alchemy_menu__item_icon {
    background-image: url(../pages/construction/images/earth.svg)
}

.alchemy_menu__item--earth.alchemy_menu__item--active .alchemy_menu__item_icon, .alchemy_menu__item--earth:hover .alchemy_menu__item_icon {
    background-image: url(../pages/construction/images/earth_active.svg);
    background-color: #129446
}

.alchemy_menu__item--water.alchemy_menu__item--active.alchemy_menu__item:before {
    background-color: #00708a
}

.alchemy_menu__item--water .alchemy_menu__item_title {
    color: #00708a
}

.alchemy_menu__item--water .alchemy_menu__item_icon {
    background-image: url(../pages/construction/images/water.svg)
}

.alchemy_menu__item--water.alchemy_menu__item--active .alchemy_menu__item_icon, .alchemy_menu__item--water:hover .alchemy_menu__item_icon {
    background-image: url(../pages/construction/images/water_active.svg);
    background-color: #00708a
}

.alchemy_menu__item--fire.alchemy_menu__item--active.alchemy_menu__item:before {
    background-color: #c51414
}

.alchemy_menu__item--fire .alchemy_menu__item_title {
    color: #c51414
}

.alchemy_menu__item--fire .alchemy_menu__item_icon {
    background-image: url(../pages/construction/images/fire.svg)
}

.alchemy_menu__item--fire.alchemy_menu__item--active .alchemy_menu__item_icon, .alchemy_menu__item--fire:hover .alchemy_menu__item_icon {
    background-image: url(../pages/construction/images/fire_active.svg);
    background-color: #c51414
}

.alchemy_menu__item--air.alchemy_menu__item--active.alchemy_menu__item:before {
    background-color: #e39a5a
}

.alchemy_menu__item--air .alchemy_menu__item_title {
    color: #e39a5a
}

.alchemy_menu__item--air .alchemy_menu__item_icon {
    background-image: url(../pages/construction/images/air.svg)
}

.alchemy_menu__item--air.alchemy_menu__item--active .alchemy_menu__item_icon, .alchemy_menu__item--air:hover .alchemy_menu__item_icon {
    background-image: url(../pages/construction/images/air_active.svg);
    background-color: #e39a5a
}

.alchemy_menu__item--five.alchemy_menu__item--active.alchemy_menu__item:before {
    background-color: #941d76
}

.alchemy_menu__item--five .alchemy_menu__item_title {
    color: #941d76
}

.alchemy_menu__item--five .alchemy_menu__item_icon {
    background-image: url(../pages/construction/images/five.svg)
}

.alchemy_menu__item--five.alchemy_menu__item--active .alchemy_menu__item_icon, .alchemy_menu__item--five:hover .alchemy_menu__item_icon {
    background-image: url(../pages/construction/images/five_active.svg);
    background-color: #941d76
}

.darkened {
    position: relative
}

.darkened::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .3);
    z-index: 1
}

.alchemy_main {
    background-repeat: no-repeat;
    position: relative;
    width: 100%;
    height: 100%;
    padding-top: 50px
}

.alchemy_main_section {
    background-image: url(/local/templates/kashtan/img/efk/mask_vector1.png);
    background-size: 40%;
    background-position: right top;
    background-repeat: no-repeat
}

@media (max-width: 1024px) {
    .alchemy_main {
        background-color: rgba(255, 255, 255, .8);
        padding-top: 20px
    }

    .alchemy_main .section-inner {
        padding: 0 20px 20px
    }

    .alchemy_main_section {
        background-size: 100%;
        padding: 0
    }

    .wrapper .main .section-inner {
        padding: 20px
    }

    .alchemy_four_blocks {
        padding: 0 20px
    }
}

.alchemy_maintext {
    line-height: 20px;
    text-align: left;
    font-size: 14px;
    width: 66%
}

.alchemy_sub > h2 {
    font-size: 26px;
    color: #0e3753;
    margin: 3% 0 0
}

.alchemy_sub {
    display: block;
    position: relative;
    bottom: 0
}

@media (max-width: 1024px) {
    .alchemy_maintext {
        width: 100%
    }

    .alchemy_sub > h2 {
        margin: 3% 0 0 20px
    }
}

.alchemy_four_blocks {
    cursor: pointer;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 3% -5px 0 0;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.alchemy_bl {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 25%;
    margin: 0 5px 0 5px;
    z-index: 1
}

.alchemy_voda {
    background-image: url(/local/templates/kashtan/img/efk/voda.png);
    background-size: cover;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: calc(25% - 5px);
    height: 537px;
    margin: 0 5px 0 0
}

.alchemy_zeml9 {
    background-image: url(/local/templates/kashtan/img/efk/zeml9.png);
    background-size: cover;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: calc(25% - 5px);
    height: 537px;
    margin: 0 5px 0 0
}

.alchemy_vozduh {
    background-image: url(/local/templates/kashtan/img/efk/vozduh.png);
    background-size: cover;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: calc(25% - 5px);
    height: 537px;
    margin: 0 5px 0 0
}

.alchemy_ogon {
    background-image: url(/local/templates/kashtan/img/efk/ogon.png);
    background-size: cover;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: calc(25% - 5px);
    height: 537px
}

.alchemy_5el {
    background-image: url(/local/templates/kashtan/img/efk/5el.png);
    background-size: cover;
    margin: 5px 0 0 0;
    width: 100%;
    min-height: 160px;
    padding: 20px 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.alchemy_5el img {
    display: block;
    position: relative
}

.alchemy_four_blocks img {
    display: block;
    position: relative;
    top: -8%;
    z-index: 5
}

.alchemy_four_blocks .alchemy_5el img {
    top: 0
}

.alchemy_voda_hidden {
    display: none;
    font-size: 32px;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff
}

.alchemy_voda:hover > .alchemy_voda_hidden {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    background-color: rgba(0, 0, 0, .3)
}

.alchemy_zeml9_hidden {
    display: none;
    font-size: 32px;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff
}

.alchemy_zeml9:hover > .alchemy_zeml9_hidden {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    background-color: rgba(0, 0, 0, .3)
}

.alchemy_vozduh_hidden {
    display: none;
    font-size: 32px;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff
}

.alchemy_vozduh:hover > .alchemy_vozduh_hidden {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    background-color: rgba(0, 0, 0, .3)
}

.alchemy_ogon_hidden {
    display: none;
    font-size: 32px;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff
}

.alchemy_ogon:hover > .alchemy_ogon_hidden {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    background-color: rgba(0, 0, 0, .3)
}

.alchemy_hidden_text {
    font-size: 15px;
    text-align: center;
    margin: 0 5% 0 5%
}

.button_detail_hidden {
    font-size: 15px;
    width: 150px;
    display: inline-block;
    text-align: center;
    color: #fff;
    font-weight: 500;
    text-decoration: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: .2em 1.5em;
    position: absolute;
    bottom: 8%;
    left: 50%;
    margin-left: -75px;
    outline: 0;
    border: 1px solid;
    border-radius: 1px;
    transition: .2s
}

.button8:hover {
    background: rgba(255, 255, 255, .2)
}

.button8:active {
    background: #fff
}

.alchemy_5el_hidden {
    display: none;
    font-size: 32px;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff
}

.alchemy_5el:hover > .alchemy_5el_hidden {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    bottom: 0;
    top: 0;
    padding-left: 20px;
    position: absolute;
    width: 100%;
    padding-right: 20px;
    -webkit-flex-direction: unset;
    -ms-flex-direction: unset;
    flex-direction: unset;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(0, 0, 0, .3)
}

.alchemy_four_blocks > div {
    position: relative;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.alchemy_four_blocks > div > div {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: auto;
    height: auto
}

@media (min-width: 641px) {
    .alchemy_5el:hover > img {
        display: none
    }

    .alchemy_5el p.name_stih {
        position: static;
        margin-left: 20px;
        margin-bottom: 0
    }

    .alchemy_5el p.alchemy_hidden_text {
        text-align: left;
        margin-left: 20px
    }

    .alchemy_5el a.button_detail_hidden {
        position: static;
        margin-left: 20px
    }
}

@media (max-width: 1024px) {
    .alchemy_four_blocks > div {
        width: 50%;
        margin: 0 0 45px
    }

    .alchemy_four_blocks > div:last-child {
        width: 100%
    }

    .alchemy_four_blocks > div > div {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        position: absolute;
        background-color: rgba(0, 0, 0, .3)
    }

    .alchemy_hidden_text {
        line-height: 1.2
    }
}

@media (min-width: 641px) and (max-width: 1024px) {
    .alchemy_5el > img {
        display: none
    }

    .alchemy_5el {
        padding-top: 0;
        padding-bottom: 0
    }

    .alchemy_5el > .alchemy_5el_hidden {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        bottom: 0;
        top: 0;
        padding-left: 20px;
        position: static;
        height: 100%;
        width: 100%;
        padding-right: 20px;
        -webkit-flex-direction: unset;
        -ms-flex-direction: unset;
        flex-direction: unset;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        background-color: rgba(0, 0, 0, .3)
    }

    .alchemy_5el_hidden img {
        position: relative;
        display: block;
        z-index: 6
    }

    .alchemy_5el_hidden img {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        position: static;
        top: -6%
    }

    .btn5el {
        left: 44% !important
    }

    .alchemy_content {
        padding: 20px
    }
}

@media (max-width: 640px) {
    .alchemy_four_blocks > div, .alchemy_four_blocks > div:hover {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        position: relative;
        width: 100%;
        height: 400px;
        margin-bottom: 50px
    }

    .alchemy_four_blocks > div:hover > div, .alchemy_four_blocks > div > div {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        position: absolute;
        width: 100% !important;
        height: 100% !important;
        background-color: rgba(0, 0, 0, .3)
    }

    .alchemy_5el > img {
        display: none
    }

    .alchemy_5el_hidden > img {
        position: absolute
    }

    .alchemy_four_blocks .alchemy_5el img {
        top: -8%
    }

    .name_stih {
        width: 100%;
        text-align: center
    }
}

.alchemy_item_bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left top;
    padding-left: 50px;
    padding-top: 35px;
    width: 100%;
    position: relative;
    height: calc(100vh - 80px)
}

.alchemy_item {
    margin-top: 70px;
    float: left;
    width: 48%;
    position: relative;
    min-width: 467px
}

@media (max-width: 767px) {
    .alchemy_item {
        width: calc(100% - 20px)
    }
}

.alchemy_item__icon {
    height: 60px;
    width: 60px;
    float: left;
    margin-right: 30px;
    border-radius: 50%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%
}

.alchemy_item__title {
    font-size: 34px;
    margin-top: -15px;
    margin-bottom: 20px;
    text-transform: uppercase;
    white-space: nowrap;
    font-weight: 400
}

.alchemy_item__text {
    line-height: 20px;
    font-size: 14px;
    color: #000;
    float: left;
    width: calc(100% - 130px)
}

@media (max-width: 1680px) {
    .alchemy_item__icon {
        height: 85px;
        width: 85px
    }

    .alchemy_item__title {
        font-size: 28px
    }
}

@media (max-width: 1024px) {
    .alchemy_item_bg {
        background-position: top right;
        height: calc(85vh - 20px);
        padding-left: 30px
    }

    .alchemy_item__icon {
        float: none
    }

    .alchemy_item__title {
        margin-top: 20px
    }

    .alchemy_item {
        margin-top: 50px;
        max-width: none
    }

    .alchemy_item__icon {
        width: 60px;
        height: 60px
    }

    .alchemy_item__title {
        font-size: 6vw
    }

    .alchemy_item__text {
        float: none;
        width: calc(100vw - 40px);
        max-width: 100%;
        padding: 1px 0
    }

    .flat_title {
        font-size: 2.9vw !important
    }

    .alchemy_item__text {
        line-height: 26px;
        font-size: 14px
    }
}

@media (max-width: 767px) {
    .alchemy_item_bg {
        background-position: right 60px;
        height: calc(65vh - 20px);
        padding-left: 20px;
        background-size: 135% auto
    }
}

@media (max-width: 575px) {
    .alchemy_item, .alchemy_item__text {
        min-width: 100% !important
    }

    .alchemy_item_bg {
        padding-left: 0
    }
}

@media (max-width: 564px) {
    .alchemy_item__text {
        float: none;
        width: calc(100vw - 40px);
        margin-top: 42vh;
        font-size: 12px
    }

    .flat_h_title {
        font-size: 5.5vw !important
    }

    .alchemy_item {
        min-width: auto
    }
}

@media (max-width: 476px) {
    .alchemy_item__text {
        float: none;
        width: calc(100vw - 40px);
        margin-top: 35vh
    }

    .alchemy_item__icon {
        width: 40px;
        height: 40px
    }

    .alchemy_item_bg {
        height: calc(75vh - 20px)
    }

    .flat_title {
        font-size: 5.5vw !important
    }

    .hid_firetext {
        display: none
    }
}

@media (max-width: 376px) {
    .alchemy_item__text {
        float: none;
        width: calc(100vw - 40px);
        margin-top: 33vh
    }
}

@media (min-width: 1025px) and (max-width: 1199px) {
    .project_inner {
        padding: 0 290px 0 0 !important
    }
}

.flat_p_sub, .flats_ol {
    font-size: 14px
}

.flat1 {
    position: relative
}

.flat_h_title {
    font-size: 26px;
    margin: 1rem 2rem;
    color: #fff
}

.flats_ol {
    margin: 0 0 10px 25px
}

@media (max-width: 576px) {
    .flats_ol, p.flat_p_sub {
        font-size: 12px
    }
}

@media (max-width: 796px) {
    .alchemy_item__text {
        line-height: 24px !important
    }

    .flat_title {
        margin: 1rem 2rem;
        width: auto;
        font-size: 2.6rem !important
    }

    p.flat_p_sub {
        color: #fff;
        padding: 0 2rem
    }

    .flat_block {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .flat1 {
        width: 100% !important;
        margin: 1% 1% 0 0 !important
    }

    .flat2 {
        width: 100% !important;
        margin: 1% 1% 0 0 !important
    }

    .flat3 {
        width: 100% !important;
        margin: 1% 1% 0 0 !important
    }

    .flat4 {
        width: 100% !important;
        margin: 1% 1% 0 0 !important
    }
}

.text--red {
    color: #9DBE56
}

input::-webkit-input-placeholder {
    opacity: 1;
    color: #fff
}

input::-moz-placeholder {
    opacity: 1;
    color: #fff
}

input:-moz-placeholder {
    opacity: 1;
    color: #fff
}

input:-ms-input-placeholder {
    opacity: 1;
    color: #fff
}

.text--red {
    color: #9DBE56
}

input::-webkit-input-placeholder {
    opacity: 1;
    color: #fff
}

input::-moz-placeholder {
    opacity: 1;
    color: #fff
}

input:-moz-placeholder {
    opacity: 1;
    color: #fff
}

input:-ms-input-placeholder {
    opacity: 1;
    color: #fff
}

.add_favorite_icon {
    background-image: url(/local/templates/kashtan/images/desktop/flat/add_favorite_icon.png);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 1.9rem auto;
    height: 1.9rem;
    width: 1.9rem;
    position: absolute;
    left: 0
}

.mobile .add_favorite_icon {
    font-size: 1rem;
    background-size: 1.6rem auto;
    background-position: left 0;
    height: 1.6rem;
    width: 1.6rem
}

.add_favorite_icon--active {
    background-image: url(/local/templates/kashtan/images/desktop/flat/add_favorite_icon--active.png)
}

.planning__item .add_favorite_icon {
    background-image: url(/local/templates/kashtan/images/desktop/all_pages/add_favorite_icon_cart.png)
}

.planning__item .add_favorite_icon--active {
    background-image: url(/local/templates/kashtan/images/desktop/all_pages/add_favorite_icon_cart--active.png)
}

.planning__favorite {
    display: block;
    font-size: 1.6rem;
    text-transform: uppercase;
    color: #1c1c1c;
    padding-left: 3rem;
    line-height: 1.5;
    cursor: pointer;
    position: absolute;
    height: 2rem;
    top: 1rem;
    left: 1rem
}

.mobile .planning__favorite {
    display: block
}

.planning__item .add_favorite--js {
    display: none
}

.mobile .planning__item .add_favorite--js {
    display: block
}

.planning__item:hover .add_favorite--js {
    display: block
}

.add_favorite__info, .add_favorite__info--remove {
    position: absolute;
    background-color: #fff;
    top: calc(100% + 10px);
    padding: 5px 10px;
    border-radius: 3px;
    font-size: 1.2rem;
    font-family: MullerLight;
    left: 0;
    white-space: nowrap;
    font-weight: 400;
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, .3);
    z-index: 10;
    text-transform: none
}

.add_favorite--js .add_favorite__info--remove {
    display: none
}

.add_favorite--js:hover .add_favorite_icon--active + .add_favorite__info--remove {
    display: block
}

.add_favorite__info--remove:before, .add_favorite__info:before {
    content: "";
    display: block;
    position: absolute;
    left: .75rem;
    bottom: 100%;
    border: solid 5px;
    border-color: transparent transparent #fff transparent
}

.add_favorite__info a {
    color: #2c76b3;
    text-decoration: underline
}

.construction_progress_filter__section {
    display: inline-block
}

.construction_progress_filter__section .year {
    display: block;
    font-weight: 600;
    font-size: 3.2rem;
    margin-bottom: 1rem;
    visibility: hidden;
}
.construction_progress_filter__section .year.year-2024{

}
.mobile .construction_progress_filter__section .year {
    font-size: 9rem
}

.construction_progress_filter__list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    margin-bottom: 5rem;
    position: relative
}


.construction_progress_filter__list:hover .owl-nav {
    visibility: visible
}

.construction_progress_filter__list .owl-stage {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.construction_progress_filter__list .owl-nav {
    position: absolute;
    bottom: 5rem;
    width: 100%;
    z-index: 1;
    visibility: hidden
}

.mobile .construction_progress_filter__list .owl-nav {
    bottom: 23rem;
}

.construction_progress_filter__list .owl-nav button {
    height: 5rem;
    width: 5rem;
    position: absolute;
    border: none;
    border-radius: 1rem;
    background: rgba(0, 0, 0, .25);
    color: #fff;
    font-size: 2.6rem;
    cursor: pointer
}

.mobile .construction_progress_filter__list .owl-nav button {
    height: 20rem;
    width: 20rem;
    font-size: 10rem;
}

.construction_progress_filter__list .owl-nav button:hover {
    background: rgba(0, 0, 0, .5)
}

.construction_progress_filter__list .owl-nav button.owl-prev {
    left: 0
}

.construction_progress_filter__list .owl-nav button.owl-next {
    right: 0
}

.construction_progress_filter__months {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    border-radius: 1rem;
    background-color: #fff;
    box-shadow: inset 0 3px 32px 0 rgba(0, 0, 0, .18);
    overflow: auto;
    margin-right: .5rem
}

.mobile .construction_progress_filter__months {
    margin-bottom: 3rem;
    margin-right: 2rem;
    border-radius: 5rem;
}

.construction_progress_filter__months .filter-items-js {
    width: 18.4rem;
    min-width: 18.4rem;
    height: 5.2rem;
    text-align: center;
    border: 0;
    border-radius: 1rem;
    font-weight: 500;
    font-size: 2rem;
    background-color: transparent;
    cursor: pointer
}

.construction_progress_filter__months .filter-items-js:hover {
    opacity: .5
}

.construction_progress_filter__months .filter-items-js.current {
    background-color: #9DBE56;
    color: #fff
}

.construction_progress_filter__months .filter-items-js.current:hover {
    opacity: 1;
    cursor: text
}

.mobile .construction_progress_filter__months .filter-items-js {
    font-size: 7rem;
    width: 55rem;
    min-width: 55rem;
    height: 20rem;
    border-radius: 5rem;
    white-space: nowrap;
}

.construction_video-button {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    padding: 1rem 2rem;
    text-align: center;
    border: 0;
    border-radius: 1rem;
    font-weight: 500;
    font-size: 2rem;
    cursor: pointer;
    background-color: #9DBE56;
    color: #fff;
    position: absolute;
    top: 8rem;
    right: 28rem;
    z-index: 1
}

.tablet .construction_video-button {
    padding: 2rem 4rem;
    font-size: 3.6rem;
    top: 5rem;
    right: 4rem
}

.mobile .construction_video-button {
    top: 1.75rem;
    right: 1.5rem;
    font-size: 1rem;
    padding: .5rem
}

.construction_video-button:hover {
    opacity: .85
}

.construction_video-button_ico {
    width: 3rem;
    height: 3rem;
    margin-right: 1.5rem;
    object-fit: contain
}

.tablet .construction_video-button_ico {
    width: 6rem;
    height: 6rem
}

.mobile .construction_video-button_ico {
    width: 2rem;
    height: 2rem;
    margin-right: .5rem
}

.video-popup {
    display: none
}

.video-popup.fullsize {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    top: 0;
    right: 0;
    padding: 5rem;
    background-color: rgba(0, 0, 0, .85);
    width: calc(100vw - 42rem);
    height: 100vh;
    border: 0;
    border-radius: 0;
    transition: all .3s ease-in;
    z-index: 1
}

.tablet .video-popup.fullsize {
    width: 100vw;
    height: calc(100vh - 13rem);
    top: 13rem;
    padding: 15rem;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.mobile .video-popup.fullsize {
    width: 100vw;
    height: calc(100vh - 4rem);
    top: 4rem;
    padding: 2rem;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.video-popup.fullsize:after {
    content: "X";
    position: absolute;
    right: 2rem;
    top: 2rem;
    color: #fff;
    font-size: 2rem;
    cursor: pointer
}

.tablet .video-popup.fullsize:after {
    right: 5rem;
    top: 5rem;
    font-size: 5rem
}

.tablet .video-popup.fullsize video {
    height: auto !important
}

.mobile .video-popup.fullsize video {
    height: auto !important
}

.video-popup video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    cursor: pointer
}

.tablet .page {
    z-index: 3
}

.text--red {
    color: #9DBE56
}

input::-webkit-input-placeholder {
    opacity: 1;
    color: #fff
}

input::-moz-placeholder {
    opacity: 1;
    color: #fff
}

input:-moz-placeholder {
    opacity: 1;
    color: #fff
}

input:-ms-input-placeholder {
    opacity: 1;
    color: #fff
}

.feedback_form {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    z-index: 2000;
    padding: .5rem;
    cursor: default
}

.mobile .feedback_form {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%
}

.feedback_form__image_inner {
    padding-right: .5rem
}

.mobile .feedback_form__image_inner {
    display: none
}

.feedback_form__image {
    height: 41rem;
    width: auto;
    display: block
}

.feedback_form__backdrop {
    position: fixed;
    height: 100vh;
    width: 100vw;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(28, 28, 28, .72);
    cursor: pointer;
    z-index: 1999;
    display: none;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.feedback_form__inner {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    background-color: #fff;
    padding: 2rem 6rem 3rem;
    width: 45rem
}

.feedback_form--success .feedback_form__inner {
    background-color: #9DBE56
}

.mobile .feedback_form__inner {
    border: none;
    padding: 0;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media screen and (orientation: landscape) and (max-height: 576px) {
    .mobile .feedback_form__inner {
        width: 100%
    }
}

.feedback_form__form {
    margin: 0;
    height: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.mobile .feedback_form__form {
    padding: 2rem
}

.feedback_form__form_logo {
    width: 15rem;
    height: 15rem;
    display: block;
    margin: 0 auto 2rem auto;
    object-fit: contain
}

.mobile .feedback_form__form_logo {
    width: 10rem;
    height: 10rem
}

.feedback_form__title {
    font-family: MullerUltraLight;
    font-size: 3rem;
    color: #9DBE56;
    text-align: center;
    margin-bottom: 2rem;
    margin-top: 0
}

.mobile .feedback_form__title {
    font-size: 2rem;
    line-height: normal;
    margin: 2rem 0
}

@media screen and (orientation: landscape) and (max-height: 576px) {
    .mobile .feedback_form__title {
        font-size: 1rem;
        margin: 0 0 1rem
    }
}

.feedback_form__input_inner {
    margin-bottom: 2rem
}

@media screen and (orientation: landscape) and (max-height: 576px) {
    .mobile .feedback_form__input_inner {
        margin-bottom: .5rem
    }
}

.feedback_form__input {
    border-radius: 0;
    font-family: MullerUltraLight;
    font-size: 1.6rem;
    color: #1c1c1c;
    padding: 0 1rem;
    display: inline-block;
    height: 3rem;
    line-height: 3rem;
    vertical-align: middle;
    background-color: #fff;
    border: solid 1px #a5a5a5;
    width: 100%
}

.mobile .feedback_form__input {
    padding: 1rem 2rem;
    height: auto;
    line-height: normal;
    font-size: 1.4rem
}

@media screen and (orientation: landscape) and (max-height: 576px) {
    .mobile .feedback_form__input {
        font-size: .75rem;
        padding: .5rem 1rem
    }
}

.feedback_form__input:focus {
    box-shadow: none;
    outline: 0
}

.feedback_form__input::-webkit-input-placeholder {
    color: #1c1c1c
}

.feedback_form__input:-ms-input-placeholder {
    color: #1c1c1c
}

.feedback_form__input::placeholder {
    color: #1c1c1c
}

.feedback_form__form_form-check-input {
    display: none
}

.feedback_form__form_form-check-label {
    font-size: 1.2rem;
    font-family: MullerUltraLight;
    line-height: 1.4rem;
    color: #1c1c1c;
    margin: 0 2rem 2rem;
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: .5rem;
    max-width: 400px
}

.feedback_form__form_form-check-label a {
    color: #99958b;
    text-decoration: underline
}

.feedback_form__form_form-check-label a:hover {
    text-decoration: none
}

.mobile .feedback_form__form_form-check-label {
    font-size: .95rem;
    line-height: normal;
    margin: 2rem
}

@media screen and (orientation: landscape) and (max-height: 576px) {
    .mobile .feedback_form__form_form-check-label {
        font-size: .5rem;
        margin: .5rem
    }
}

.feedback_form__form_form-check-label.has-error {
    color: red
}

.feedback_form__form_form-check-label:before {
    content: "";
    display: inline-block;
    border: solid 1px #1c1c1c;
    width: .9rem;
    height: .9rem;
    z-index: 2;
    position: absolute;
    left: -2rem;
    top: 2px;
    margin-right: .5rem
}

@media screen and (orientation: landscape) and (max-height: 576px) {
    .mobile .feedback_form__form_form-check-label:before {
        top: 0;
        left: -.5rem;
        width: .4rem;
        height: .4rem
    }
}

.feedback_form__form_form-check-label.has-error:before {
    border-color: red
}

.feedback_form__form_form-check-input[type=checkbox]:checked + label:before {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAYAAACpSkzOAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAZZJREFUeNpi/P//PwM9ABMDnQDdLGKhpmHi4uKJQMoAiNteAgGyHCO14ghoiS2QOgANpTdAnAa0az1VLQJawg2kLgKxMpLwDyDmBlr2j5px1IVmCQhshllCFYuAvvECUllowk9AQUe1VAe0RAhIzUYTBsVFMtA3H6iZvCcAsRSa2HygJbuolo+AvgkGUrFowg+BuBCberJSHdASMSB1BYhF0YLMBeibfURlWKAhIkAqF4h3AjUdw2FXL5olIDAHlyUYPgJaAgpvkGJ1IP4FxKFAzZvQHBIGpFaimXMbVCIA1X4jtqxbBrUEBNiAeDnQYCckS0C+mIymB5RX0vFZgs0i9KDkAmU8oAWOUP40IBZDUzMFaMl+QvGKHnQgF+8FYl00dSDXzgDiIjTxW0BsSMg3WFMd0DIBILUbiE0I6P0NxBZAS86RVR9Bc7QrEJ8loLeTWEtwZlgiLAOJN5KS9/BmWBxxBir+jYGOuUa1qhxo2Gsg5Q7EN5GEO0i1hOgiCFpKg0oLUPU8E2jRf5pYNNrcwgYAAgwA7eOe5gAzhb4AAAAASUVORK5CYII=);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%
}

.feedback_form__btn {
    border-radius: 0;
    font-size: 1.8rem;
    color: #fff;
    font-family: MullerLight;
    width: 22rem;
    height: 4rem;
    line-height: 4rem;
    vertical-align: middle;
    background-color: #9DBE56;
    border: solid 1px #9DBE56;
    text-align: center;
    transition: all .3s;
    cursor: pointer;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.mobile .feedback_form__btn {
    height: auto;
    padding: 1rem 2rem;
    font-size: 1.6rem;
    line-height: normal
}

@media screen and (orientation: landscape) and (max-height: 576px) {
    .mobile .feedback_form__btn {
        font-size: 1rem;
        padding: .5rem 1rem
    }
}

.feedback_form__btn:hover {
    background: #1c1c1c
}

.feedback_form__closed {
    height: 2rem;
    width: 2rem;
    position: absolute;
    right: 1rem;
    background-position: center;
    background-repeat: no-repeat;
    top: 1rem;
    cursor: pointer;
    background-image: url(/local/templates/kashtan/images/desktop/all_pages/modal_closed.svg);
    background-size: contain
}

.feedback_form__success {
    text-align: center
}

.feedback_form__success_logo {
    height: 15rem
}

.feedback_form__success_title {
    font-family: MullerUltraLight;
    font-size: 2rem;
    margin: 2rem 0;
    color: #fff
}

.mobile .feedback_form__success_title {
    font-size: 3rem
}

.feedback_form__success_text {
    font-family: MullerRegular;
    font-size: 2.4rem;
    color: #fff
}

.mobile .feedback_form__success_text {
    font-size: 1.8rem
}

.feedback_form--success {
    background-color: #9DBE56
}