.fw-100 {
    font-weight: 100;
}

.fw-300 {
    font-weight: 300;
}

.complex-features__item-text, .fw-500 {
    font-weight: 500;
}

.fw-700 {
    font-weight: 700;
}

.fw-900 {
    font-weight: 900;
}

.c-white {
    color: #fff;
}

.c-black {
    color: #000;
}

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

.ta-s {
    text-align: start;
}

.ta-e {
    text-align: end;
}

.lh-8 {
    line-height: .8;
}

.lh-1 {
    line-height: 1;
}

.lh-12 {
    line-height: 1.2;
}

.lh-13 {
    line-height: 1.3;
}

.lh-14 {
    line-height: 1.4;
}

.lh-15 {
    line-height: 1.5;
}

.lh-16 {
    line-height: 1.6;
}

.fs-8 {
    font-size: 8px;
}

.fs-12 {
    font-size: 12px;
}

.fs-16 {
    font-size: 16px;
}

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

.fs-24 {
    font-size: 24px;
}

.fs-32 {
    font-size: 32px;
}

.fs-36 {
    font-size: 36px;
}

.fs-40 {
    font-size: 40px;
}

.fs-48 {
    font-size: 48px;
}

.fs-52 {
    font-size: 52px;
}

.fs-80 {
    font-size: 80px;
}

.fs-96 {
    font-size: 96px;
}

.comp-d-intro {
    position: relative;
    height: 750px;
    background-color: #0d50a0;
}

@media only screen and (max-width: 812px) {
    .comp-d-intro {
        height: auto;
        background-color: #fff;
    }
}

.comp-d-intro__banner {
    pointer-events: none;
    background-size: cover;
    background-position: 50%;
    overflow: hidden;
}

.comp-d-intro__banner, .comp-d-intro__banner:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.comp-d-intro__banner:after {
    content: "";
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .2)), to(transparent));
    background: linear-gradient(0deg, rgba(0, 0, 0, .2), transparent);
}

@media only screen and (max-width: 812px) {
    .comp-d-intro__banner {
        display: none;
    }
}

.comp-d-intro__banner-video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.comp-d-intro__banner-mobile {
    display: none;
    position: absolute;
    pointer-events: none;
    left: 0;
    top: 0;
    width: 100%;
    height: 280px;
    background-size: cover;
    background-position: 50%;
    overflow: hidden;
}

.comp-d-intro__banner-mobile:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .6)), to(transparent));
    background: linear-gradient(0deg, rgba(0, 0, 0, .6), transparent);
}

@media only screen and (max-width: 812px) {
    .comp-d-intro__banner-mobile {
        display: block;
    }
}

.comp-d-intro__wrap {
    position: relative;
    padding-top: 83px;
    height: 100%
}

@media only screen and (max-width: 812px) {
    .comp-d-intro__wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        height: 280px;
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

.comp-d-intro__wrap.white .comp-d-intro__location, .comp-d-intro__wrap.white .comp-d-intro__metro, .comp-d-intro__wrap.white .comp-d-intro__time, .comp-d-intro__wrap.white .comp-d-intro__title h1 {
    color: #fff;
}

@media only screen and (max-width: 812px) {
    .comp-d-intro__wrap.white .comp-d-intro__metro, .comp-d-intro__wrap.white .comp-d-intro__time {
        color: #000;
    }
}

.comp-d-intro__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media only screen and (max-width: 812px) {
    .comp-d-intro__title {
        margin-bottom: 18px;
    }
}

.comp-d-intro__title h1 {
    font-size: 50px;
    font-weight: 500;
    margin-bottom: 4px;
    color: #000;
}

@media only screen and (max-width: 812px) {
    .comp-d-intro__title h1 {
        margin-bottom: 14px;
        font-size: 24px;
    }
}

.comp-d-intro__label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    width: 130px;
}

@media only screen and (max-width: 812px) {
    .comp-d-intro__label {
        position: absolute;
        top: 0;
        right: 0;
        width: 80px;
        margin-right: 0;
    }
}

.comp-d-intro__label img {
    width: 100%
}

.comp-d-intro__location {
    font-size: 16px;
    color: #000;
}

@media only screen and (max-width: 812px) {
    .comp-d-intro__location {
        font-size: 13px;
        font-weight: 300;
    }
}

.comp-d-intro__counts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 50%;
    margin-top: 80px;
}

@media only screen and (max-width: 812px) {
    .comp-d-intro__counts {
        display: none;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        position: absolute;
        bottom: -160px;
        left: 0;
        padding: 20px 24px 10px;
        margin-top: 0;
        max-width: 100%;
        width: 100%;
        color: #000;
        border-bottom: 1px solid #efefef;
    }
}

.comp-d-intro__counts-item {
    position: relative;
    margin-right: 50px;
    padding-left: 16px;
    margin-bottom: 30px;
}

@media only screen and (max-width: 812px) {
    .comp-d-intro__counts-item {
        display: none;
        padding-left: 10px;
        margin-right: 0;
        margin-bottom: 0;
    }

    .comp-d-intro__counts-item:first-child {
        padding-left: 0;
    }

    .comp-d-intro__counts-item:first-child, .comp-d-intro__counts-item:nth-child(2), .comp-d-intro__counts-item:nth-child(3), .comp-d-intro__counts-item:nth-child(4) {
        display: block;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
}

.comp-d-intro__counts-item:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 54px;
    width: 3px;
    background-color: #feca30;
}

@media only screen and (max-width: 812px) {
    .comp-d-intro__counts-item:before {
        content: none;
    }
}

.comp-d-intro__counts-item:last-child {
    margin-right: 0;
}

.comp-d-intro__time {
    position: relative;
    font-size: 32px;
    line-height: 1.2;
    color: #FFF;
}

@media only screen and (max-width: 812px) {
    .comp-d-intro__time {
        padding-top: 0;
        font-size: 16px;
        font-weight: 500;
        margin-bottom: 8px;
    }
}

.comp-d-intro__metro {
    font-size: 14px;
    opacity: .5;
    color: #FFF;
    line-height: 1.4;
    margin-top: 10px;
}

.comp-d-intro__metro br {
    display: none;
}

@media only screen and (max-width: 812px) {
    .comp-d-intro__metro br {
        display: inline;
    }
}

@media only screen and (max-width: 812px) {
    .comp-d-intro__metro {
        font-size: 11px;
        font-weight: 300;
        margin-top: 0;
        text-align: left;
    }
}

.comp-d-intro__options {
    position: absolute;
    bottom: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 64px;
    padding-left: 32px;
    padding-right: 32px;
    background-color: #000f5cd4;
    cursor: pointer;
    white-space: nowrap;
	border-radius: 12px;
}

.comp-d-intro__options._grey {
    background-color: #3d3a3f;
}

.comp-d-intro__options.nevsk {
    left: 32px;
    right: auto;
}

@media only screen and (max-width: 812px) {
    .comp-d-intro__options.nevsk {
        left: 0;
    }
}

.comp-d-intro__options._position {
    right: auto;
    left: 0;
}

.comp-d-intro__options.\--mob {
    display: none;
}

@media only screen and (max-width: 812px) {
    .comp-d-intro__options {
        position: relative;
        left: 0;
        top: 0;
        bottom: auto;
        right: auto;
        width: auto;
        height: auto;
        padding: 20px;
        overflow-x: scroll;
		border-radius: 0px;
    }

    .comp-d-intro__options.\--mob {
        display: block;
    }
}

.comp-d-intro__options-item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    margin-right: 50px;
    padding-left: 38px;
    cursor: pointer;
    -webkit-transition: color .2s ease;
    transition: color .2s ease;
    height: 100%
}

@media only screen and (max-width: 812px) {
    .comp-d-intro__options-item {
        font-size: 14px;
        padding-right: 24px;
        margin: 0;
        width: 287px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        white-space: nowrap;
    }
}

.comp-d-intro__options-item:after, .comp-d-intro__options-item:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-position: 50%;
    background-size: contain;
    background-repeat: no-repeat;
}

.realty-filter__item.--view_info_e1
{
    text-align: center;
}

@media only screen and (max-width: 812px)
{
    .comp-d-intro__options-item:after, .comp-d-intro__options-item:before {
        background-position: 0;
    }


    .realty-filter__item.--view_info_e1
    {
        margin-top: 30px;
        text-align: center;
    }

}

.comp-d-intro__options-item:after {
    opacity: 0;
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease;
}

.comp-d-intro__options-item:last-child {
    margin-right: 0;
}



.comp-d-intro__options-item:hover:after {
    opacity: 1;
}

@media only screen and (max-width: 812px) {
    .comp-d-intro__options-item.presentation {
        font-size: 14px;
    }
}

@media only screen and (max-width: 812px) {
    .comp-d-intro__options-item.presentation:before {
        width: 18px;
        height: 18px;
    }
}

@media only screen and (max-width: 812px) {
    .comp-d-intro__options-item.presentation:after {
        width: 18px;
        height: 18px;
    }
}

.comp-d-intro__options-item.presentation span {
    position: absolute;
    right: -23px;
    display: block;
    opacity: 1;
    left: auto;
    height: 22px;
    width: 1px;
    background-color: hsla(0, 0%, 100%, .4);
}

@media only screen and (max-width: 812px) {
    .comp-d-intro__options-item.presentation span {
        display: none;
    }
}

.comp-d-intro__options-item.note:after, .comp-d-intro__options-item.note:before {
    width: 25px;
    height: 24px;
}

.comp-d-intro__options-item.note:before {
    background-image: url("../images/ic-note.4f26e7ffcd4b.svg");
}

.comp-d-intro__options-item.note:after {
    background-image: url("../images/ic-note-hover.7dbb484579f4.svg");
}

.comp-d-intro__options-item.list span {
    position: absolute;
    right: -23px;
    display: block;
    opacity: 1;
    left: auto;
    height: 22px;
    width: 1px;
    background-color: hsla(0, 0%, 100%, .4);
}

@media only screen and (max-width: 812px) {
    .comp-d-intro__options-item.list span {
        display: none;
    }
}

.comp-d-intro__options-item.list:after, .comp-d-intro__options-item.list:before {
    width: 19px;
    height: 24px;
}

.comp-d-intro__options-item.list:before {
    background-image: url("../images/ic-list.f0fa4c9a2283.svg");
}

.comp-d-intro__options-item.list:after {
    background-image: url("../images/ic-list-hover.f9dde1543af7.svg");
}

.comp-d-intro__options-item.call:after, .comp-d-intro__options-item.call:before {
    width: 24px;
    height: 24px;
}

.comp-d-intro__options-item.call:before {
    background-image: url("../images/ic-call.f37772384bab.svg");
}

.comp-d-intro__options-item.call:after {
    background-image: url("../images/ic-call-hover.a124a9e470af.svg");
}

.comp-d-intro._shadow .comp-d-intro__location, .comp-d-intro._shadow .comp-d-intro__metro, .comp-d-intro._shadow .comp-d-intro__time, .comp-d-intro._shadow .comp-d-intro__title {
    opacity: 1;
    text-shadow: 1px 1px 3px #000;
}

@media only screen and (max-width: 812px) {
    .comp-d-intro._shadow .comp-d-intro__location, .comp-d-intro._shadow .comp-d-intro__metro, .comp-d-intro._shadow .comp-d-intro__time, .comp-d-intro._shadow .comp-d-intro__title {
        text-shadow: none;
    }
}

.comp-d-intro-counts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 50%;
    margin-top: 80px;
}

.comp-d-intro-counts.\--mob {
    display: none;
}

@media only screen and (max-width: 812px) {
    .comp-d-intro-counts.\--mob {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media only screen and (max-width: 812px) {
    .comp-d-intro-counts.\--desc {
        display: none;
    }
}

@media only screen and (max-width: 812px) {
    .comp-d-intro-counts {
        display: none;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        position: absolute;
        bottom: -160px;
        left: 0;
        padding: 27px 21px;
        margin-top: 0;
        max-width: 100%;
        width: 100%;
        color: #000;
        border-bottom: 1px solid #efefef;
    }

    .comp-d-intro-counts.\--mob {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        position: static;
        background-color: #f7f7f7;
        border-bottom: none;
    }

    .comp-d-intro-counts.\--mob br {
        display: none;
    }
}

.comp-d-intro-counts-item {
    position: relative;
    margin-right: 50px;
    padding-left: 16px;
    margin-bottom: 30px;
	
	background-color: #000f5cd4; /* тёмно-синий с прозрачностью 70% */
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25); /* мягкая тень */
    border-radius: 12px;
    padding: 20px;
}

@media only screen and (max-width: 812px) {
    .comp-d-intro-counts-item {
        display: none;
        margin-right: 0;
        margin-bottom: 0;
    }

    .comp-d-intro-counts-item:first-child {
        padding-left: 10;
    }

    .comp-d-intro-counts-item:first-child, .comp-d-intro-counts-item:nth-child(2), .comp-d-intro-counts-item:nth-child(3), .comp-d-intro-counts-item:nth-child(4) {
        display: block;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        width: 45%;
        padding-left: 10;
    }

    .comp-d-intro-counts-item:nth-child(3), .comp-d-intro-counts-item:nth-child(4) {
        margin-top: 21px;
    }
}

.comp-d-intro-counts-item:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 54px;
    width: 3px;
    background-color: #feca30;
}

@media only screen and (max-width: 812px) {
    .comp-d-intro-counts-item:before {
        content: none;
    }
}

.comp-d-intro-counts-item:last-child {
    margin-right: 0;
}

.comp-d-about {
    position: relative;
    padding: 30px 0 40px;
}

.comp-d-about__title {
    margin-bottom: 28px;
    text-align: center;
}

.comp-d-about__descr {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.comp-d-architec {
    position: relative;
    background-color: #efefef;
    overflow: hidden;
}

@media only screen and (max-width: 812px) {
    .comp-d-architec {
        height: auto;
        width: 100%;
        padding-bottom: 320px;
        overflow: hidden;
    }
}

.comp-d-architec__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%
}

.comp-d-architec__image-wrap {
    position: absolute;
    top: 50%;
    right: 0;
    height: calc(100% + 20px);
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    z-index: 1;
}

@media only screen and (max-width: 812px) {
    .comp-d-architec__image-wrap {
        top: auto;
        bottom: 0;
        width: 100%;
        height: 380px;
        background-position: bottom;
    }
}

.comp-d-architec__image img {
    height: 100%
}

.comp-d-architec__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    height: 750px;
    z-index: 2;
    pointer-events: all;
}

@media only screen and (max-width: 812px) {
    .comp-d-architec__wrap {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        height: auto;
        padding: 0 24px;
    }
}

.comp-d-architec__title {
    margin-bottom: 20px;
}

@media only screen and (max-width: 812px) {
    .comp-d-architec__title {
        text-align: center;
    }
}

.comp-d-architec__info {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

@media only screen and (max-width: 812px) {
    .comp-d-architec__info {
        width: 100%
    }
}

.comp-d-architec__descr {
    line-height: 26px;
    color: #525c66;
    margin-bottom: 27px;
}

@media only screen and (max-width: 812px) {
    .comp-d-architec__descr {
        text-align: center;
        font-size: 14px;
        color: #000;
        opacity: .7;
    }
}

.comp-d-architec__more {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 13px;
    line-height: 1;
    font-weight: 500;
    color: #0d50a0;
    cursor: pointer;
}

@media only screen and (max-width: 812px) {
    .comp-d-architec__more {
        display: none;
    }
}

.comp-d-architec__more:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    opacity: 0;
    height: 1px;
    width: calc(100% - 21px);
    background-color: #0d50a0;
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease;
}

.comp-d-architec__more:hover:after {
    opacity: 1;
}

.comp-d-architec__more span {
    position: relative;
    width: 16px;
    height: 16px;
    border: 1px solid #0d50a0;
    border-radius: 50%;
    margin-right: 5px;
}

.comp-d-architec__more span:after, .comp-d-architec__more span:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 8px;
    height: 1px;
    background-color: #0d50a0;
}

.comp-d-architec__more span:after {
    -webkit-transform: translate(-50%, -50%) rotate(-90deg);
    transform: translate(-50%, -50%) rotate(-90deg);
}

.comp-d-video {
    position: relative;
    height: 700px;
    width: 100%;
    -webkit-transition: max-height .4s ease;
    transition: max-height .4s ease;
    will-change: max-height;
    overflow: hidden;
}

@media only screen and (max-width: 812px) {
    .comp-d-video {
        height: 300px;
    }
}

.comp-d-video.playing .comp-d-video__overlay {
    opacity: 0;
    pointer-events: none;
}

.comp-d-video.playing .comp-d-video__video {
    opacity: 1;
}

.comp-d-video__video {
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    display: block;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 100%;
    z-index: 1;
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
}

.comp-d-video__overlay {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-bottom: 80px;
    -webkit-transition: opacity .6s ease;
    transition: opacity .6s ease;
    z-index: 3;
    cursor: pointer;
}

.comp-d-video__overlay:hover .comp-d-video__poster {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.comp-d-video__overlay:hover .comp-d-video__play {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
}

.comp-d-video__overlay:after {
    content: "";
    background-color: rgba(16, 31, 48, .6);
    z-index: 2;
}

.comp-d-video__overlay:after, .comp-d-video__poster {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.comp-d-video__poster {
    background-size: cover;
    background-position: 50%;
    z-index: 1;
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
}

.comp-d-video__title {
    margin-bottom: 30px;
    font-size: 50px;
    font-weight: 100;
    color: #fff;
    z-index: 3;
}

.comp-d-video__controll {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 3;
    cursor: pointer;
}

.comp-d-video__play {
    position: relative;
    height: 44px;
    width: 44px;
    border-radius: 50%;
    cursor: pointer;
    border: 1px solid #fff;
    -webkit-transition: -webkit-transform .2s ease;
    transition: -webkit-transform .2s ease;
    transition: transform .2s ease;
    transition: transform .2s ease, -webkit-transform .2s ease;
    will-change: transform;
}

.comp-d-video__play:after {
    content: "";
    position: absolute;
    left: 55%;
    top: 50%;
    height: 18px;
    width: 12px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: url("../images/ic-triangle.79e3ee4f56cd.svg") 50% no-repeat;
    background-size: contain;
}

.comp-d-video__play-label {
    margin-left: 16px;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
}

.comp-d-infra {
    position: relative;
    height: auto;
}

@media only screen and (max-width: 812px) {
    .comp-d-infra {
        height: auto;
        padding-top: 45px;
    }
}

.comp-d-infra__wrap {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media only screen and (max-width: 812px) {
    .comp-d-infra__wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0;
    }
}

.comp-d-infra__map {
    position: relative;
    width: 50%;
    z-index: 1;
}

@media only screen and (max-width: 812px) {
    .comp-d-infra__map {
        width: 100%;
        height: 320px;
    }
}

.comp-d-infra__map-wrap {
    position: relative;
    height: 100%;
    width: 100%;
    z-index: 1;
}

.comp-d-infra__map .leaflet-control-container {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.comp-d-infra__route {
    position: absolute;
    left: 50%;
    bottom: 20px;
    width: 250px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 2;
}

.comp-d-infra__route.active .comp-d-infra__route-btn {
    opacity: 0;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
}

.comp-d-infra__route-btn, .comp-d-infra__route.active .comp-d-infra__route-form {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.comp-d-infra__route-btn {
    height: 42px;
    -webkit-transition: all .3s ease, -webkit-transform .3s ease;
    transition: all .3s ease, -webkit-transform .3s ease;
    transition: all .3s ease, transform .3s ease;
    transition: all .3s ease, transform .3s ease, -webkit-transform .3s ease;
}

.comp-d-infra__route-btn.yellow-bg:hover {
    background-color: #ffe599;
    border-color: #ffe599;
}

.comp-d-infra__route-form {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 42px;
    width: 100%;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
    -webkit-transition: opacity .3s ease, -webkit-transform .3s ease;
    transition: opacity .3s ease, -webkit-transform .3s ease;
    transition: opacity .3s ease, transform .3s ease;
    transition: opacity .3s ease, transform .3s ease, -webkit-transform .3s ease;
}

.comp-d-infra__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 50%;
    padding: 50px 87px 0;
    background-color: #efefef;
}

@media only screen and (max-width: 812px) {
    .comp-d-infra__info {
        width: 100%;
        padding: 0;
    }
}

.comp-d-infra__tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-bottom: 30px;
}

@media only screen and (max-width: 812px) {
    .comp-d-infra__tabs {
        position: absolute;
        top: 0;
        left: 50%;
        padding: 0 24px;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

.comp-d-infra__tabs-item {
    position: relative;
    margin-right: 58px;
    font-size: 32px;
    font-weight: 500;
    cursor: pointer;
}

@media only screen and (max-width: 812px) {
    .comp-d-infra__tabs-item {
        font-size: 18px;
        font-weight: 300;
        margin-right: 38px;
    }
}

.comp-d-infra__tabs-item:last-child {
    margin-right: 0;
}

.comp-d-infra__tabs-item:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -30px;
    width: 100%;
    height: 4px;
    background-color: #feca30;
    opacity: 0;
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease;
    will-change: opacity;
    pointer-events: none;
}

@media only screen and (max-width: 812px) {
    .comp-d-infra__tabs-item:after {
        height: 1px;
        bottom: -24px;
        background-color: #32373f;
    }
}

.comp-d-infra__tabs-item.active:after, .comp-d-infra__tabs-item:hover:after {
    opacity: 1;
}

.comp-d-infra__content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    position: relative;
    margin-top: 0;
}

@media only screen and (max-width: 812px) {
    .comp-d-infra__content {
        margin-top: 32px;
        padding: 0 24px 38px;
    }
}

.comp-d-infra__content-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: opacity .3s ease, -webkit-transform .3s ease;
    transition: opacity .3s ease, -webkit-transform .3s ease;
    transition: opacity .3s ease, transform .3s ease;
    transition: opacity .3s ease, transform .3s ease, -webkit-transform .3s ease;
}

.comp-d-infra__content-wrap.active {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    z-index: 2;
}

@media only screen and (max-width: 812px) {
    .comp-d-infra__content-wrap.active {
        position: relative;
    }
}

.comp-d-infra__text {
    line-height: 24px;
    color: #525c66;
}

@media only screen and (max-width: 812px) {
    .comp-d-infra__text {
        font-size: 14px;
    }
}

.comp-d-infra__text p {
    margin-bottom: 24px;
}

.comp-d-infra__text p:last-child {
    margin-bottom: 0;
}

.infra-legend {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.infra-legend__btn {
    position: relative;
    padding: 12px 16px;
    border-radius: 40px;
    font-size: 16px;
    font-weight: 500;
    -webkit-transition: background-color .3s ease;
    transition: background-color .3s ease;
    background-color: #fff;
    cursor: pointer;
    margin-right: 20px;
    margin-bottom: 20px;
}

@media only screen and (max-width: 812px) {
    .infra-legend__btn {
        font-size: 14px;
    }
}

.infra-legend__btn:hover {
    background-color: #f7db88;
}

.infra-legend__btn:hover span {
    background-color: #fff;
}

.infra-legend__btn.ic {
    padding-left: 48px;
}

.infra-legend__btn.active {
    background-color: #feca30;
}

.infra-legend__btn.active span {
    background-color: #fff;
}

.infra-legend__btn:first-child {
    padding-left: 16px;
}

.infra-legend__btn span {
    position: absolute;
    top: 50%;
    left: 6px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 32px;
    width: 32px;
    border-radius: 100%;
    background-color: #efefef;
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: 50%;
    -webkit-transition: background-color .3s ease;
    transition: background-color .3s ease;
}

.infra-legend__under-construction-icon {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.infra-legend__under-construction-icon, .infra-pin {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.infra-pin {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    -webkit-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, .1);
    cursor: pointer;
    -webkit-transition: opacity .3s ease, -webkit-transform .3s ease;
    transition: opacity .3s ease, -webkit-transform .3s ease;
    transition: opacity .3s ease, transform .3s ease;
    transition: opacity .3s ease, transform .3s ease, -webkit-transform .3s ease;
}

.infra-pin:hover .infra-pin__title {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.infra-pin:hover .infra-pin__title span {
    -webkit-transition: opacity .2s cubic-bezier(.25, .46, .45, .94) .4s;
    transition: opacity .2s cubic-bezier(.25, .46, .45, .94) .4s;
    opacity: 1;
}

.infra-pin__icon {
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 30px;
    height: 30px;
    z-index: 2;
    border-radius: 20px;
    background-color: #0d50a0;
    background-size: 16px;
    background-position: 50%;
    background-repeat: no-repeat;
}

.infra-pin__icon._parking:after {
    content: "P";
    color: #feca30;
    position: absolute;
    top: 50%;
    left: 52%;
    font-size: 15px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.infra-pin__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: absolute;
    top: 0;
    left: 10px;
    height: 100%;
    padding-left: 30px;
    padding-right: 20px;
    background-color: #fff;
    font-size: 13px;
    white-space: nowrap;
    border-radius: 20px;
    -webkit-transition: -webkit-transform .4s cubic-bezier(.25, .46, .45, .94);
    transition: -webkit-transform .4s cubic-bezier(.25, .46, .45, .94);
    transition: transform .4s cubic-bezier(.25, .46, .45, .94);
    transition: transform .4s cubic-bezier(.25, .46, .45, .94), -webkit-transform .4s cubic-bezier(.25, .46, .45, .94);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    z-index: 1;
}

.infra-pin__title span {
    -webkit-transition: opacity .2s cubic-bezier(.25, .46, .45, .94);
    transition: opacity .2s cubic-bezier(.25, .46, .45, .94);
    opacity: 0;
}

.infra-pin__metro {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.infra-pin__metro:hover .infra-pin__metro-title {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.infra-pin__metro:hover .infra-pin__metro-title span {
    -webkit-transition: opacity .2s cubic-bezier(.25, .46, .45, .94) .4s;
    transition: opacity .2s cubic-bezier(.25, .46, .45, .94) .4s;
    opacity: 1;
}

.infra-pin__metro-icon {
    background-color: #0d50a0;
    background-size: 10px;
    background-position: 50%;
    background-repeat: no-repeat;
}

.infra-pin__metro-exit-icon, .infra-pin__metro-icon {
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 17px;
    height: 17px;
    z-index: 2;
    border-radius: 6px;
}

.infra-pin__metro-exit-icon {
    margin-left: 3px;
    text-align: center;
    color: #f2c94c;
    font-size: 10px;
    line-height: 18px;
    font-weight: bolder;
    background-color: #4b4d54;
}

.infra-pin__metro-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: absolute;
    top: 0;
    left: 25px;
    padding-left: 20px;
    padding-right: 10px;
    height: 100%;
    background-color: #fff;
    font-size: 11px;
    line-height: 15px;
    white-space: nowrap;
    border-radius: 20px;
    -webkit-transition: -webkit-transform .4s cubic-bezier(.25, .46, .45, .94);
    transition: -webkit-transform .4s cubic-bezier(.25, .46, .45, .94);
    transition: transform .4s cubic-bezier(.25, .46, .45, .94);
    transition: transform .4s cubic-bezier(.25, .46, .45, .94), -webkit-transform .4s cubic-bezier(.25, .46, .45, .94);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    z-index: 1;
}

.infra-pin__metro-title span {
    -webkit-transition: opacity .2s cubic-bezier(.25, .46, .45, .94);
    transition: opacity .2s cubic-bezier(.25, .46, .45, .94);
    opacity: 0;
}

.comp-d-genplan {
    padding-top: 20px;
}

@media only screen and (max-width: 812px) {
    .comp-d-genplan {
        padding-top: 0;
    }
}

.comp-d-genplan .title {
    text-align: center;
    margin-bottom: 28px;
}

@media only screen and (max-width: 812px) {
    .comp-d-genplan .title {
        display: none;
    }
}

.comp-d-genplan__container {
    position: relative;
    overflow: hidden;
    padding: 0 100px;
    max-width: 1360px;
    margin: 0 auto;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

@media only screen and (max-width: 812px) {
    .comp-d-genplan__container {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        height: 420px;
        overflow-x: scroll;
        overflow-y: hidden;
        padding: 0;
    }
}

.comp-d-genplan__wrap {
    position: relative;
    height: 100%
}

@media only screen and (max-width: 812px) {
    .comp-d-genplan__wrap {
        position: absolute;
        top: 0;
        left: 0;
    }
}

.comp-d-genplan__image {
    display: block;
    width: 100%
}

@media only screen and (max-width: 812px) {
    .comp-d-genplan__image {
        width: auto;
        height: 100%
    }
}

.comp-d-genplan__svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
}

@media only screen and (max-width: 812px) {
    .comp-d-genplan__svg {
        width: auto;
        height: 100%
    }
}

.comp-d-genplan__svg-polygon {
    fill: rgba(13, 80, 160, .2);
    cursor: pointer;
    -webkit-transition: fill .2s ease;
    transition: fill .2s ease;
}

.comp-d-genplan__svg-polygon.hover, .comp-d-genplan__svg-polygon:hover {
    fill: rgba(13, 80, 160, .5);
}

.comp-d-genplan__shields {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.genplan-shield {
    position: absolute;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: opacity .3s ease, -webkit-transform .3s ease;
    transition: opacity .3s ease, -webkit-transform .3s ease;
    transition: opacity .3s ease, transform .3s ease;
    transition: opacity .3s ease, transform .3s ease, -webkit-transform .3s ease;
    -webkit-transform: translate3d(-20px, -50%, 0);
    transform: translate3d(-20px, -50%, 0);
    cursor: pointer;
    pointer-events: all;
}

.genplan-shield.hover, .genplan-shield:hover {
    -webkit-transform: translate3d(-20px, -60%, 0);
    transform: translate3d(-20px, -60%, 0);
}

.genplan-shield.active {
    display: block;
    opacity: 1;
}

.genplan-shield.hidden {
    opacity: 0;
}

.genplan-shield._completed .genplan-shield__body {
    padding-right: 32px;
}

.genplan-shield__head {
    position: absolute;
    bottom: 82%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: calc(100% + 40px);
    background-color: #fff;
    font-size: 12px;
    font-weight: 900;
    text-align: center;
    z-index: 3;
    border-radius: 10px;
    padding: 8px 12px;
}

.genplan-shield__body {
    position: relative;
}

.genplan-shield__count {
    position: relative;
    padding: 14px 12px 8px;
    font-size: 11px;
    font-weight: 500;
    white-space: nowrap;
    pointer-events: none;
    z-index: 2;
    border-radius: 10px;
    background-color: #feca30;
}

.genplan-shield__completed {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 50px;
    border-radius: 10px;
    background-color: #0d50a0;
    z-index: 1;
}

.genplan-shield__completed:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 26px;
    margin-top: -4px;
    background: url("../images/key.3b205c97c3fe.svg") no-repeat 50%;
    background-size: contain;
    height: 12px;
    width: 14px;
}

.genplan-tooltip {
    position: absolute;
    width: 200px;
    top: 0;
    left: 0;
    padding: 14px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .25);
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .25);
    -webkit-transition: opacity 0s ease, -webkit-transform 0s ease;
    transition: opacity 0s ease, -webkit-transform 0s ease;
    transition: transform 0s ease, opacity 0s ease;
    transition: transform 0s ease, opacity 0s ease, -webkit-transform 0s ease;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    will-change: transform, opacity;
    z-index: 10;
    opacity: 0;
    pointer-events: none;
}

.genplan-tooltip.active {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: opacity .2s ease, -webkit-transform .2s ease;
    transition: opacity .2s ease, -webkit-transform .2s ease;
    transition: transform .2s ease, opacity .2s ease;
    transition: transform .2s ease, opacity .2s ease, -webkit-transform .2s ease;
}

.genplan-tooltip.active .genplan-tooltip__header {
    opacity: 1;
    -webkit-transition: opacity .3s ease .2s;
    transition: opacity .3s ease .2s;
}

.genplan-tooltip.active .genplan-tooltip__room {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: opacity .2s ease .2s, -webkit-transform .2s ease .2s;
    transition: opacity .2s ease .2s, -webkit-transform .2s ease .2s;
    transition: opacity .2s ease .2s, transform .2s ease .2s;
    transition: opacity .2s ease .2s, transform .2s ease .2s, -webkit-transform .2s ease .2s;
}

.genplan-tooltip.active > :first-child {
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
}

.genplan-tooltip.active > :nth-child(2) {
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
}

.genplan-tooltip.active > :nth-child(3) {
    -webkit-transition-delay: .4s;
    transition-delay: .4s;
}

.genplan-tooltip.active > :nth-child(4) {
    -webkit-transition-delay: .5s;
    transition-delay: .5s;
}

.genplan-tooltip.active > :nth-child(5) {
    -webkit-transition-delay: .6s;
    transition-delay: .6s;
}

.genplan-tooltip__header {
    padding-bottom: 8px;
    margin-bottom: 14px;
    border-bottom: 1px solid #0d50a0;
    opacity: 0;
    -webkit-transition: opacity 0s ease .2s;
    transition: opacity 0s ease .2s;
}

.genplan-tooltip__title {
    white-space: nowrap;
    font-size: 16px;
    margin-bottom: 4px;
}

.genplan-tooltip__date {
    font-size: 12px;
    color: #0d50a0;
    font-weight: 300;
}

.genplan-tooltip__room {
    margin-bottom: 6px;
    font-size: 14px;
    opacity: 0;
    -webkit-transition: opacity 0s ease .2s, -webkit-transform 0s ease .2s;
    transition: opacity 0s ease .2s, -webkit-transform 0s ease .2s;
    transition: opacity 0s ease .2s, transform 0s ease .2s;
    transition: opacity 0s ease .2s, transform 0s ease .2s, -webkit-transform 0s ease .2s;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
}

.genplan-tooltip__room, .genplan-tooltip__room > span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.genplan-tooltip__room > span {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 25px;
    height: 25px;
    font-size: 12px;
    border-radius: 25px;
    margin-right: 8px;
    background-color: #feca30;
    color: #fff;
}

.comp-d-filter {
    padding: 20px 0;
}

.comp-d-filter .title {
    text-align: center;
}

.comp-d-filter__tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 26px;
    font-size: 12px;
}

@media only screen and (max-width: 812px) {
    .comp-d-filter__tabs {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.comp-d-filter__tabs-item {
    position: relative;
    margin-right: 5px;
    font-size: 18px;
    font-weight: 300;
    color: #000;
    border-radius: 40px;
    padding: 12px 32px;
    -webkit-transition: background-color .3s ease, color .3s ease;
    transition: background-color .3s ease, color .3s ease;
    cursor: pointer;
}

@media only screen and (max-width: 812px) {
    .comp-d-filter__tabs-item {
        font-size: 13px;
        text-align: center;
        padding: 12px 10px;
    }
}

.comp-d-filter__tabs-item:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 12px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 1px;
    width: calc(100% - 64px);
    background-color: #0d50a0;
    opacity: 1;
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease;
}

@media only screen and (max-width: 812px) {
    .comp-d-filter__tabs-item:after {
        content: none;
    }
}

.comp-d-filter__tabs-item:last-child {
    margin-right: 0;
}

.comp-d-filter__tabs-item.active {
    color: #0d50a0;
}

.comp-d-filter__tabs-item.active:after {
    opacity: 0;
}

.comp-d-filter__tabs-item span:first-child {
    display: block;
}

@media only screen and (max-width: 812px) {
    .comp-d-filter__tabs-item span:first-child {
        display: none;
    }
}

.comp-d-filter__tabs-item span:last-child {
    display: none;
}

@media only screen and (max-width: 812px) {
    .comp-d-filter__tabs-item span:last-child {
        display: block;
    }
}

.comp-d-filter__filter {
    margin-top: 38px;
}

@media only screen and (max-width: 812px) {
    .comp-d-filter__filter .realty-filter__item {
        margin-bottom: 30px;
    }

    .comp-d-filter__filter .realty-filter__item.\--rooms-number .disabled {
        display: none;
    }

    .comp-d-filter__filter .realty-filter__item.micro {
        margin-right: 0;
    }

    .comp-d-filter__filter .realty-filter__slider, .comp-d-filter__filter .realty-filter__slider.price {
        width: 100%
    }

    .comp-d-filter__filter .realty-filter__select {
        width: 100%;
        margin: 0 auto;
    }

    .comp-d-filter__filter .realty-filter__row {
        margin-bottom: 0;
    }

    .comp-d-filter__filter .realty-filter__row:last-child {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .comp-d-filter__filter .realty-filter__reset {
        display: none;
    }
}

.comp-d-filter__filter .realty-filter__submit {
    margin-left: 100px;
    margin-right: 40px;
}

@media only screen and (max-width: 812px) {
    .comp-d-filter__filter .realty-filter__submit {
        margin-left: auto;
        margin-right: auto;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.comp-d-links__wide {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 750px;
    background-position: 50%;
    background-size: cover;
}

@media only screen and (max-width: 812px) {
    .comp-d-links__wide {
        height: 350px;
        padding: 24px;
    }
}

.comp-d-links__wide:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .25;
    pointer-events: none;
    z-index: 1;
}

.comp-d-links__wide .comp-d-links__subtitle {
    width: 790px;
}

@media only screen and (max-width: 812px) {
    .comp-d-links__wide .comp-d-links__subtitle {
        width: 100%
    }
}

.comp-d-links__wide .comp-d-links__button {
    position: static;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    margin-top: 40px;
}

.comp-d-links__halfs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 40px;
}

@media only screen and (max-width: 812px) {
    .comp-d-links__halfs {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.comp-d-links__item {
    position: relative;
    width: calc(50% - 20px);
    height: 750px;
    padding: 94px;
    text-align: center;
    background-position: 50%;
    background-size: cover;
}

@media only screen and (max-width: 812px) {
    .comp-d-links__item {
        height: 460px;
        width: 100%;
        margin-bottom: 24px;
        padding: 40px;
    }

    .comp-d-links__item:last-child {
        margin-bottom: 0;
    }
}

.comp-d-links__item:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .3);
}

.comp-d-links__title {
    position: relative;
    color: #fff;
    z-index: 2;
    margin-bottom: 30px;
}

@media only screen and (max-width: 812px) {
    .comp-d-links__title {
        margin-bottom: 20px;
    }
}

.comp-d-links__subtitle {
    position: relative;
    color: #fff;
    text-align: center;
    z-index: 2;
}

.comp-d-links__button {
    position: absolute;
    left: 50%;
    bottom: 115px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 38px;
    width: 228px;
    z-index: 2;
}

@media only screen and (max-width: 812px) {
    .comp-d-links__button {
        bottom: 40px;
        font-size: 14px;
    }
}

.comp-d-advantages {
    position: relative;
}

@media only screen and (max-width: 812px) {
    .comp-d-advantages {
        padding-bottom: 0;
    }
}

.comp-d-advantages__wrap {
    padding: 0 156px;
}

@media only screen and (max-width: 812px) {
    .comp-d-advantages__wrap {
        padding: 0 24px;
    }
}

.comp-d-advantages__title {
    position: relative;
    text-align: center;
    padding-bottom: 38px;
}

@media only screen and (max-width: 812px) {
    .comp-d-advantages__title {
        max-width: 228px;
        margin: 0 auto;
        padding-bottom: 0;
    }
}

@media only screen and (max-width: 812px) {
    .comp-d-advantages__title .subtitle {
        font-size: 18px;
        max-width: 230px;
    }
}

.comp-d-advantages__title:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 262px;
    height: 6px;
    background-color: #0d50a0;
}

@media only screen and (max-width: 812px) {
    .comp-d-advantages__title:after {
        display: none;
    }
}

.comp-d-advantages__title .subtitle {
    font-weight: 300;
    color: #0d50a0;
    margin-top: 18px;
}

.comp-d-advantages__button {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
    height: 42px;
}

@media only screen and (max-width: 812px) {
    .comp-d-advantages__button {
        display: none;
    }
}

.advantage-items {
    position: relative;
    margin-top: 50px;
    padding-top: 30px;
    max-height: 1200px;
    will-change: max-height;
}

@media only screen and (max-width: 812px) {
    .advantage-items {
        width: 100%;
        margin-top: 0;
    }
}

.advantage-items.open .advantage-item:nth-child(n+4) {
    opacity: 1;
    -webkit-transition: opacity .3s ease .1s;
    transition: opacity .3s ease .1s;
}

.advantage-item {
    position: relative;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 318px;
    padding: 0 0 78px;
}

@media only screen and (max-width: 812px) {
    .advantage-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0 0 30px;
        min-height: 108px;
        height: auto;
        width: 100%;
        margin: 0 auto;
    }
}

.advantage-item:nth-child(n+4) {
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease;
}

@media only screen and (max-width: 812px) {
    .advantage-item:nth-child(n+4) {
        pointer-events: auto;
        opacity: 1;
    }
}

.advantage-item.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

@media only screen and (max-width: 812px) {
    .advantage-item.reverse {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.advantage-item.reverse .advantage-item__info {
    margin-right: 40px;
}

@media only screen and (max-width: 812px) {
    .advantage-item.reverse .advantage-item__info {
        padding-left: 0;
        margin-right: 0;
    }
}

.advantage-item.reverse .advantage-item__image {
    left: 0;
    right: auto;
    background-position: 0 0;
}

.advantage-item__info {
    width: 414px;
}

@media only screen and (max-width: 812px) {
    .advantage-item__info {
        background-color: #fff;
        width: 100%
    }
}

.advantage-item__num {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: -25px;
    font-size: 300px;
    line-height: 300px;
    color: #d0d0d0;
}

@media only screen and (max-width: 812px) {
    .advantage-item__num {
        display: none;
    }
}

.advantage-item__label {
    font-size: 24px;
    color: #525c66;
    margin-bottom: 30px;
}

@media only screen and (max-width: 812px) {
    .advantage-item__label {
        margin-bottom: 10px;
        text-align: center;
        font-size: 16px;
        color: #000;
    }
}

.advantage-item__title {
    font-weight: 200;
    font-size: 38px;
    line-height: 46px;
    color: gray;
}

@media only screen and (max-width: 812px) {
    .advantage-item__title {
        width: 100%;
        text-align: center;
        font-size: 20px;
        font-weight: 500;
        line-height: 1.5;
    }
}

.advantage-item__image {
    position: absolute;
    right: 0;
    top: 0;
    width: 469px;
    height: 240px;
    background-size: cover;
    background-position: 100% 0;
    background-repeat: no-repeat;
    z-index: 2;
    -webkit-transition: opacity .5s ease, -webkit-transform .5s ease;
    transition: opacity .5s ease, -webkit-transform .5s ease;
    transition: opacity .5s ease, transform .5s ease;
    transition: opacity .5s ease, transform .5s ease, -webkit-transform .5s ease;
    will-change: opacity, transform;
}

.advantage-item__image.n-emerge {
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
}

@media only screen and (max-width: 812px) {
    .advantage-item__image {
        position: relative;
        bottom: auto;
        right: auto;
        left: 0;
        top: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        display: block;
        margin-bottom: 20px;
        width: calc(100vw - 48px);
        height: 220px;
        background-position: 50%
    }
}

.comp-d-school {
    position: relative;
    height: 750px;
    padding-top: 88px;
    text-align: center;
}

@media only screen and (max-width: 812px) {
    .comp-d-school {
        padding-top: 60px;
    }
}

.comp-d-school:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 262px;
    height: 6px;
    background-color: #0d50a0;
}

@media only screen and (max-width: 812px) {
    .comp-d-school:before {
        content: none;
    }
}

.comp-d-school__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: 50%;
    background-size: cover;
    z-index: 1;
}

.comp-d-school__wrap {
    position: relative;
    z-index: 2;
}

.comp-d-school__title {
    color: #000;
}

@media only screen and (max-width: 812px) {
    .comp-d-school__title {
        padding: 0 24px;
    }
}

.comp-d-school__subtitle {
    color: #000;
    width: 780px;
    margin: 30px auto 0;
}

@media only screen and (max-width: 812px) {
    .comp-d-school__subtitle {
        width: 100%;
        padding: 0 24px;
        margin: 20px auto 0;
    }
}

.comp-d-school__button {
    height: 38px;
    width: 228px;
    margin: 42px auto 0;
}

.comp-d-services {
    position: relative;
    padding-top: 88px;
    padding-bottom: 80px;
    background-color: #efefef;
    background-size: cover;
    background-position: 50%;
    overflow: hidden;
}

@media only screen and (max-width: 812px) {
    .comp-d-services {
        padding-top: 50px;
        padding-bottom: 40px;
    }
}

.comp-d-services:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 262px;
    height: 6px;
    background-color: #0d50a0;
}

@media only screen and (max-width: 812px) {
    .comp-d-services:after {
        content: none;
    }
}

.comp-d-services__wrap {
    padding: 0 70px;
}

@media only screen and (max-width: 812px) {
    .comp-d-services__wrap {
        padding: 0 24px;
    }
}

.comp-d-services__title {
    text-align: center;
}

.comp-d-services__subtitle {
    color: #525c66;
    width: 956px;
    margin: 38px auto 0;
    text-align: center;
}

@media only screen and (max-width: 812px) {
    .comp-d-services__subtitle {
        width: 100%;
        margin: 20px auto 0;
    }
}

.comp-d-services__slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 86px;
    padding-right: 86px;
    width: 100%;
    padding-bottom: 70px;
    margin-top: 70px;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
    overflow: hidden;
}

@media only screen and (max-width: 812px) {
    .comp-d-services__slider {
        margin-top: 40px;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 45px;
    }
}

.comp-d-services__slider.hide {
    opacity: 0;
}

.comp-d-services__slider.active {
    opacity: 1;
}

.comp-d-services__slider .service-card {
    margin: 0 25px;
}

.comp-d-services__slider .slick-list {
    margin: 0 -25px;
    padding-bottom: 10px;
}

@media only screen and (max-width: 812px) {
    .comp-d-services__slider .slick-list {
        padding-top: 20px;
    }
}

.service-card {
    position: relative;
    height: 220px;
    width: 503px;
    margin-right: 50px;
    padding: 41px;
    background-color: #fff;
    -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, .1);
    box-shadow: 0 4px 8px rgba(0, 0, 0, .1);
}

@media only screen and (max-width: 812px) {
    .service-card {
        width: 100%;
        height: 150px;
        padding: 30px;
    }
}

.service-card__title {
    height: 46px;
    font-size: 40px;
    font-weight: 500;
}

@media only screen and (max-width: 812px) {
    .service-card__title {
        font-size: 20px;
        height: auto;
    }
}

.service-card__subtitle {
    height: 25px;
    font-size: 22px;
    opacity: .4;
    margin-top: 12px;
}

@media only screen and (max-width: 812px) {
    .service-card__subtitle {
        font-size: 14px;
    }
}

.service-card__descr {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 41px;
}

@media only screen and (max-width: 812px) {
    .service-card__descr {
        display: none;
    }
}

.service-card__image {
    position: absolute;
    top: 14px;
    right: -25px;
    height: 176px;
    width: 176px;
    background-position: 100% 0;
    background-size: contain;
    background-repeat: no-repeat;
}

@media only screen and (max-width: 812px) {
    .service-card__image {
        height: 122px;
        width: 122px;
        top: -15px;
        right: -15px;
    }
}

.comp-d-docs {
    padding-top: 20px;
    overflow: hidden;
}

.comp-d-docs__wrap {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 86px;
    padding-right: 86px;
}

@media only screen and (max-width: 812px) {
    .comp-d-docs__wrap {
        padding-left: 24px;
        padding-right: 24px;
    }
}

.comp-d-docs__wrap h2 {
    text-align: center;
}

.comp-d-docs__descr {
    font-size: 18px;
    line-height: 25px;
    color: #525c66;
    margin: 38px auto 0;
    width: 520px;
}

@media only screen and (max-width: 812px) {
    .comp-d-docs__descr {
        width: 100%;
        margin: 20px auto 0;
    }
}

.comp-d-docs__slider {
    font-size: 18px;
    line-height: 25px;
    color: #525c66;
    margin: 38px auto 0;
    width: 100%;
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
}

@media only screen and (max-width: 812px) {
    .comp-d-docs__slider {
        width: 100%;
        padding: 0;
        margin: 20px auto 0;
    }
}

.comp-d-docs__slider.active {
    opacity: 1;
}

.comp-d-docs__slider .slick-list {
    margin: 0 -20px;
}

.comp-d-docs__slider .slider-arrow.prev {
    left: -12px;
}

.comp-d-docs__slider .slider-arrow.next {
    right: -12px;
}

.document {
    display: block;
    margin: 0 20px;
}

.document__image {
    height: 240px;
    width: 240px;
    margin-bottom: 20px;
    background-image: url("../images/doc.ba51f77d2bc7.png");
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
}

.document__name {
    text-align: center;
}

@media only screen and (max-width: 812px) {
    .document__name {
        margin-bottom: 10px;
        font-size: 14px;
    }
}

.document__info {
    opacity: .6;
    font-size: 13px;
    text-align: center;
}

.comp-d-progress {
    padding-top: 20px;
    text-align: center;
}

.comp-d-progress__subtitle {
    color: #525c66;
    width: 956px;
    margin: 0 auto ;
}

@media only screen and (max-width: 812px) {
    .comp-d-progress__subtitle {
        width: 100%;
        margin: 20px auto 0;
    }
}

.comp-d-progress__filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 50px;
    margin-top: 60px;
}

@media only screen and (max-width: 812px) {
    .comp-d-progress__filter {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 30px;
        height: auto;
    }
}

.comp-d-progress__filter-item {
    margin-right: 28px;
    width: 133px;
    text-align: left;
}

@media only screen and (max-width: 812px) {
    .comp-d-progress__filter-item {
        width: 100%;
        margin: 0 auto 20px;
    }
}

.comp-d-progress__filter-item:last-child {
    margin-right: 0;
}

@media only screen and (max-width: 812px) {
    .comp-d-progress__filter-item:last-child {
        margin-right: auto;
    }
}

.comp-d-progress__filter-item.big {
    width: 182px;
}

@media only screen and (max-width: 812px) {
    .comp-d-progress__filter-item.big {
        width: 100%
    }
}

.comp-d-progress__filter-item select {
    display: none;
}

@media only screen and (max-width: 812px) {
    .comp-d-progress__filter-item select {
        display: block;
    }
}

.comp-d-progress__slider {
    position: relative;
    margin-top: 57px;
    height: 515px;
    overflow: hidden;
}

@media only screen and (max-width: 812px) {
    .comp-d-progress__slider {
        height: 300px;
        margin-top: 30px;
    }
}

.comp-d-progress__slider.loading .comp-d-progress__slider-wrap {
    opacity: 0;
}

.comp-d-progress__slider.loading .comp-d-progress__slider-preloader {
    opacity: 1;
}

.comp-d-progress__slider-wrap {
    position: relative;
    height: 100%;
    z-index: 2;
}

.comp-d-progress__slider-wrap .slick-track {
    padding: 35px 0;
}

@media only screen and (max-width: 812px) {
    .comp-d-progress__slider-wrap .slick-track {
        padding: 0;
    }
}

.comp-d-progress__slider-wrap .slick-list {
    margin: 0 -68px;
}

@media only screen and (max-width: 812px) {
    .comp-d-progress__slider-wrap .slick-list {
        margin: 0 -12px;
    }
}

.comp-d-progress__slider-preloader {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
}

.comp-d-progress__slider-preloader:after {
    content: "";
    width: 500px;
    height: 300px;
    background: url("../images/logo-blue.d48b1fb2d327.svg") no-repeat 50%;
    background-size: contain;
}

@media only screen and (max-width: 812px) {
    .comp-d-progress__slider-preloader:after {
        width: 80%;
        height: 100%
    }
}

.comp-d-progress__slide {
    position: relative;
    height: 445px;
    width: 844px;
    background-position: 50%;
    background-size: cover;
    margin: 0 68px;
    -webkit-transition: opacity .3s ease, -webkit-transform .3s ease;
    transition: opacity .3s ease, -webkit-transform .3s ease;
    transition: transform .3s ease, opacity .3s ease;
    transition: transform .3s ease, opacity .3s ease, -webkit-transform .3s ease;
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
    box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
    opacity: 0;
    cursor: pointer;
}

@media only screen and (max-width: 812px) {
    .comp-d-progress__slide {
        height: 300px;
        width: 100%;
        margin: 0 12px;
        opacity: 1;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}

.comp-d-progress__slide.lazy-loaded {
    opacity: .2;
}

.comp-d-progress__slide.slick-current {
    -webkit-transform: scale(1.12);
    transform: scale(1.12);
    opacity: 1;
    cursor: default;
}

@media only screen and (max-width: 812px) {
    .comp-d-progress__slide.slick-current {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.comp-d-progress__slide-text {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    padding: 5px 10px;
    background-color: #fdc843;
    color: #000;
    font-size: 14px;
}

.comp-d-office {
    padding-top: 20px;
    text-align: center;
    font-weight: 300;
}

.comp-d-office__address {
    font-size: 24px;
    line-height: 1.4;
    margin-top: 22px;
    font-weight: 300;
}

@media only screen and (max-width: 812px) {
    .comp-d-office__address {
        font-size: 14px;
        margin-top: 20px;
    }
}

.comp-d-office__phone {
    display: inline-block;
    font-size: 28px;
    font-weight: 500;
    margin-top: 22px;
    -webkit-transition: color .4s ease;
    transition: color .4s ease;
}

.comp-d-office__phone:hover {
    color: #0d50a0;
}

@media only screen and (max-width: 812px) {
    .comp-d-office__phone {
        font-size: 26px;
    }
}

.comp-d-office__time {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 29px;
}

@media only screen and (max-width: 812px) {
    .comp-d-office__time {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.comp-d-office__time-item {
    margin-right: 28px;
}

@media only screen and (max-width: 812px) {
    .comp-d-office__time-item {
        margin-right: 0;
        margin-bottom: 14px;
        font-size: 13px;
    }
}

.comp-d-office__time-item:last-child {
    margin-right: 0;
}

@media only screen and (max-width: 812px) {
    .comp-d-office__time-item:last-child {
        margin-bottom: 0;
    }
}

.comp-d-office__btn {
    margin: 40px auto 0;
    height: 42px;
    width: 220px;
}

.comp-d-videos {
    position: relative;
    padding-bottom: 76px;
}

.comp-d-videos__current {
    width: 90vw;
    height: 80vh;
    margin-left: auto;
    margin-right: auto;
}

.comp-d-videos__overlay {
    background-color: #20b2aa;
}

.comp-d-videos__item-bg, .comp-d-videos__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.comp-d-videos__item-bg {
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

@media only screen and (max-width: 812px) {
    .comp-d-videos__item-bg._left {
        background-position: 10% 50%
    }
}

@media only screen and (max-width: 812px) {
    .comp-d-videos {
        padding-bottom: 26px;
    }
}

.comp-d-videos__current {
    position: relative;
}

.comp-d-videos__current.\--only-first {
    width: 100%
}

@media only screen and (max-width: 812px) {
    .comp-d-videos__current {
        width: 100%;
        height: 221px;
    }
}

.comp-d-videos__list-container .slick-slide {
    height: 320px;
    margin: 0 27px;
    overflow: hidden;
    border-radius: 6px;
}

.comp-d-videos__list-container .slick-list {
    margin: 0 -27px;
}

.comp-d-videos__list-container .slick-arrow {
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 0;
    font-size: 0;
    width: 40px;
    height: 40px;
    background-color: #fff;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border: 1px solid #d3d3d3;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, .2);
    box-shadow: 0 0 2px rgba(0, 0, 0, .2);
    cursor: pointer;
    -webkit-transition: -webkit-transform .2s linear;
    transition: -webkit-transform .2s linear;
    transition: transform .2s linear;
    transition: transform .2s linear, -webkit-transform .2s linear;
}

.comp-d-videos__list-container .slick-arrow:hover {
    -webkit-transform: translateY(-50%) scale(1.1);
    transform: translateY(-50%) scale(1.1);
}

.comp-d-videos__list-container .slick-arrow:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 10px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-top: 2px solid #000;
    border-left: 2px solid #000;
}

.comp-d-videos__list-container .slick-prev {
    left: -20px;
}

.comp-d-videos__list-container .slick-prev:after {
    -webkit-transform: translate(-36%, -50%) rotate(-45deg);
    transform: translate(-36%, -50%) rotate(-45deg);
}

.comp-d-videos__list-container .slick-next {
    left: auto;
    right: -20px;
}

.comp-d-videos__list-container .slick-next:after {
    -webkit-transform: translate(-64%, -50%) rotate(135deg);
    transform: translate(-64%, -50%) rotate(135deg);
}

.comp-d-videos__item {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 320px;
    margin-bottom: 24px;
    padding: 24px;
    background-color: grey;
    cursor: pointer;
    background-size: cover;
    border-radius: 6px;
}

.comp-d-videos__item._one-video {
    margin: 0 auto;
    width: 50%;
    height: 320px;
    overflow: hidden;
}

@media only screen and (max-width: 812px) {
    .comp-d-videos__item._one-video {
        width: 100%;
        height: 300px;
    }
}

.comp-d-videos__item:after {
    content: "";
    opacity: 0;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    background-image: url("../images/ic-play-button.9ef1964f9d9e.svg");
    background-position: 50% 50%;
    background-size: 50px 50px;
    background-repeat: no-repeat;
    -webkit-transition: opacity .3s linear;
    transition: opacity .3s linear;
}

@media only screen and (max-width: 812px) {
    .comp-d-videos__item:after {
        opacity: 1;
        background-color: rgba(0, 0, 0, .2);
    }
}

.comp-d-videos__item:hover:after {
    opacity: 1;
}

.comp-d-videos__item.active:after {
    background-color: rgba(31, 25, 112, .5);
}

.comp-d-videos__item-title {
    position: absolute;
    z-index: 2;
    left: 32px;
    bottom: 29px;
    font-family: Museo, sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 24px;
    color: #fff;
    letter-spacing: 0;
}

.comp-d-videos__current-cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 1050px;
    height: 686px;
    background-size: cover;
}

.comp-d-videos__more {
    display: none;
    margin-top: 24px;
    font-family: Museo, Sans-Serif;
    font-size: 18px;
    line-height: 26px;
    color: #0d50a0;
    text-align: center;
    text-decoration: underline;
}

.comp-d-videos__more:hover {
    color: #0c5cb7;
}

@media only screen and (max-width: 812px) {
    .comp-d-videos__more {
        display: block;
    }
}

.comp-d-videos__modal {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #fff;
    top: 100vh;
    visibility: hidden;
    left: 0;
    z-index: 999;
    will-change: transform;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.comp-d-videos__modal-close {
    position: absolute;
    top: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    font-size: 0;
    color: transparent;
    background-color: rgba(0, 0, 0, .5);
    background-image: url("../images/ic-close.c0ac79a6d87b.svg");
    background-size: 25px 25px;
    background-position: 50%;
    background-repeat: no-repeat;
    border-radius: 50%;
    -webkit-transition: -webkit-transform .3s linear;
    transition: -webkit-transform .3s linear;
    transition: transform .3s linear;
    transition: transform .3s linear, -webkit-transform .3s linear;
    cursor: pointer;
}

.comp-d-videos__modal-close:hover {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

._modal-opened .comp-d-videos__modal {
    visibility: visible;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform: translateY(-100vh);
    transform: translateY(-100vh);
}

.complex-features {
    background-color: #0d50a0;
    color: #fff;
}

@media only screen and (max-width: 812px) {
    .complex-features {
        min-height: 170px;
    }
}

.complex-features__list {
    padding-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
}

@media only screen and (max-width: 812px) {
    .complex-features__list {
        margin: 0 auto;
        padding-top: 30px;
        padding-bottom: 34px;
        width: 100%;
        max-width: 300px;
    }
}

.complex-features__item {
    margin-bottom: 40px;
    margin-right: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    max-width: 302px;
}

@media only screen and (max-width: 812px) {
    .complex-features__item {
        margin-right: 0;
        margin-bottom: 0;
    }

    .complex-features__item.slick-slide {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.complex-features__item:nth-child(4n) {
    margin-right: 0;
}

.complex-features__item-text {
    max-width: 245px;
    font-size: 16px;
    line-height: 1.3;
}

.complex-features__item-ico {
    margin-right: 16px;
    width: 43px;
    height: 60px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

@media only screen and (max-width: 812px) {
    .complex-features__item-ico {
        margin-right: 25px;
    }
}

.complex-detail .comp-d-nav {
    margin-top: 47px;
}

.complex-detail__price-info {
    margin: 20px 0;
    text-align: center;
    font-size: 13px;
    line-height: 22px;
    font-family: Museo, sans-serif;
    font-weight: 300;
    color: #000;
    opacity: .5;
}

.complex-detail__price-info p {
    width: 84%;
    margin: 0 auto;
}

@media only screen and (max-width: 812px) {
    .complex-detail__price-info p {
        width: 100%
    }
}

.complex-detail .comp-d-infra {
    margin-top: 40px;
}

@media only screen and (max-width: 812px) {
    .complex-detail .comp-d-infra {
        margin-top: 32px;
    }
}

.complex-detail .comp-d-genplan {
    margin-top: 40px;
}

@media only screen and (max-width: 812px) {
    .complex-detail .comp-d-genplan {
        margin-top: 0;
    }
}

.complex-detail .comp-d-filter {
    margin-top: 40px;
}

@media only screen and (max-width: 812px) {
    .complex-detail .comp-d-filter {
        margin-top: 24px;
    }
}

.complex-detail .comp-d-architec {
    margin-top: 40px;
}

@media only screen and (max-width: 812px) {
    .complex-detail .comp-d-architec {
        margin-top: 0;
    }
}

.complex-detail .comp-d-links {
    margin-top: 40px;
}

@media only screen and (max-width: 812px) {
    .complex-detail .comp-d-links {
        margin-top: 24px;
    }
}

.complex-detail .comp-d-advantages {
    margin-top: 100px;
}

@media only screen and (max-width: 812px) {
    .complex-detail .comp-d-advantages {
        margin-top: 32px;
    }
}

.complex-detail .comp-d-school {
    margin-top: 75px;
}

@media only screen and (max-width: 812px) {
    .complex-detail .comp-d-school {
        margin-top: 60px;
    }
}

.complex-detail .comp-d-services {
    margin-top: 44px;
}

@media only screen and (max-width: 812px) {
    .complex-detail .comp-d-services {
        margin-top: 0;
    }
}

.complex-detail .comp-d-docs {
    margin-top: 60px;
}

@media only screen and (max-width: 812px) {
    .complex-detail .comp-d-docs {
        margin-top: 24px;
    }
}

.complex-detail .comp-d-progress {
    margin-top: 70px;
}

@media only screen and (max-width: 812px) {
    .complex-detail .comp-d-progress {
        margin-top: 34px;
    }
}

 .comp-d-office {
    margin-top: 20px;
    margin-bottom: 40px;
}

@media only screen and (max-width: 812px) {
    .comp-d-office {
        margin-top: 24px;
        margin-bottom: 10px;
    }
}

.complex-detail .comp-d__visual {
    margin-top: 40px;
}

@media only screen and (max-width: 812px) {
    .complex-detail .comp-d__visual {
        margin-top: 0;
    }
}

/* Десктоп + мобайл */
.comp-d-intro__title > div {
  background-color: #000f5cd4;   /* полупрозрачный фон заголовка */
  display: inline-block;         /* фон по ширине контента */
  padding: 8px 12px;
  border-radius: 8px;
}

/* чтобы клик доходил до селекта */
.comp-d-filter__filter .selectric-wrapper,
.comp-d-filter__filter .selectric {
  position: relative;
  z-index: 5;
  pointer-events: auto;
  cursor: pointer;
}

/* раскрывающийся список поверх всего */
.comp-d-filter__filter .selectric-items {
  position: absolute;
  z-index: 9999;
}
