.item-video{
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    margin-bottom: 20px;
}
.item-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.nav__links-menu {
    margin-top: 20px;
}

.seo-text-section .inner-block .text{
    max-height: 35vh;
    overflow: hidden;
    position: relative;
}

.seo-text-section .inner-block .text::after {

    content: ' ';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 10vh;
    background: linear-gradient(to bottom,
    rgba(255,255,255,0) 0,#fff 90%,
    #fff 100%);
    z-index: 200;

}

/*#video-bg > video {*/
    /*padding-left: 50px;*/
/*}*/
.mobile-video{
    display: none;
}
.project-box figure .photo img {
    width: 130%;
    margin: -3% 0 0 -3%;

    -webkit-transition: all 2s;
    -moz-transition: all 2s;
    -o-transition: all 2s;
    transition: all 2s;

}
.news-section .slide .photo {

}
.footer-section .footer-box a.button {
    display: none;
}
.b24-widget-button-wrapper{
    margin-left: 15px;
}

/*.project-section .project-box figure {*/
    /*height: 360px;*/
/*}*/

.project-section .project-box figure .photo img {

}

.project-box figure .photo {
    transform: scale(1);

    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;

}

.project-box:hover figure .photo {
    transform: scale(1.2);
}

.project-box figure .photo img {
    margin: 0;
}

.main-info-slider-section {
    width: 1240px;
}

.main-info-slider-section .slide {
    width: auto;
    margin: 0 110px;
}

.main-info-slider-section .slide figure img {
    width: 100%;
}

.main-info-slider-section .slide a {
    display: block;
}

.about-box .info {
    max-width: 730px;
    width: auto;
    margin-right: 20px;
}

.about-box .video-box {
    order: 2;
}

.special-offers-section .owl-loaded .owl-stage {
    padding: 10px 0 20px;
}

.special-offers-section .slide {
    height: 100%;
    margin: 0 22px;
}

.special-offers-section .owl-loaded .owl-stage,
.news-section .owl-loaded .owl-stage {
    display: flex;
}

.owl-loaded .owl-stage {
    display: flex;
}

/*order popup*/

#order-popup.popup {
    width: 400px;
    padding: 20px;
    background: #fff;
    height: 100vh;
    float: right;
}
.mfp-container {
    padding: 0px;
}
#order-popup.popup form {
    padding: 25px 60px 20px 30px;
    background: #fff;
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

#order-popup.popup form h5 {
    font-weight: 800;
    font-size: 14px;
    color: #7a0045;
    text-transform: uppercase;
}

#order-popup.popup form .form-holder {
    padding: 0 0 20px;
}

#order-popup.popup form .form-holder label.name,
#order-popup.popup form .form-holder label.phone, #order-popup.popup form .form-holder label.mail {
    font-size: 14px;
    color: #000;
    padding: 0 0 0 25px;
    margin: 0 0 10px;
    background: url("../images/phone-icon-2.svg") no-repeat 0 0;
    background-size: 12px auto;
}

#order-popup.popup form .form-holder label.name {
    background: url("../images/order-popup-form-icon-name.png") no-repeat 0 0;
    background-size: 13px auto;
}
#order-popup.popup form .form-holder label.mail {
    background: url("../images/mail-icon-2.svg") no-repeat 0 0;
    background-size: 19px auto;
    background-position-y: center;
}
#order-popup.popup form .form-holder .help-block {
    font-size: 10pt;
    color: #7a0045;
}

#order-popup.popup #feedback-success{
    font-weight: 800;
    font-size: 14px;
    color: #7a0045;
    text-transform: uppercase;
    margin: 0;
    position: absolute;
    top: 50%;
    padding: 10px;
    text-align: center;
}


#order-popup.popup form .form-holder input[type="text"] {
    height: 30px;
    font-size: 14px;
    color: #000;
    line-height: 30px;
    padding: 0 20px;
    border: none;

    -webkit-box-shadow: 0 0 8px rgba(41,38,31,0.24);
    -moz-box-shadow: 0 0 8px rgba(41,38,31,0.24);
    -o-box-shadow: 0 0 8px rgba(41,38,31,0.24);
    box-shadow: 0 0 8px rgba(41,38,31,0.24);
    background-color: #e3e3e3;
}

#order-popup.popup form .form-holder input[type=tel]::-webkit-input-placeholder,
#order-popup.popup form .form-holder input[type=text]::-webkit-input-placeholder,
#order-popup.popup form .form-holder input[type=email]::-webkit-input-placeholder,
#order-popup.popup form .form-holder input[type=password]::-webkit-input-placeholder,
#order-popup.popup form .form-holder input[type=number]::-webkit-input-placeholder {
    color: #000;
}

#order-popup.popup form .form-holder input[type=tel]::-moz-placeholder,
#order-popup.popup form .form-holder input[type=text]::-moz-placeholder,
#order-popup.popup form .form-holder input[type=email]::-moz-placeholder,
#order-popup.popup form .form-holder input[type=password]::-moz-placeholder,
#order-popup.popup form .form-holder input[type=number]::-moz-placeholder {
    color: #000;
}

#order-popup.popup form .form-holder input[type=tel]:-moz-placeholder,
#order-popup.popup form .form-holder input[type=text]:-moz-placeholder,
#order-popup.popup form .form-holder input[type=email]:-moz-placeholder,
#order-popup.popup form .form-holder input[type=password]:-moz-placeholder,
#order-popup.popup form .form-holder input[type=number]:-moz-placeholder {
    color: #000;
}

#order-popup.popup form .form-holder input[type=tel]:-ms-input-placeholder,
#order-popup.popup form .form-holder input[type=text]:-ms-input-placeholder,
#order-popup.popup form .form-holder input[type=email]:-ms-input-placeholder,
#order-popup.popup form .form-holder input[type=password]:-ms-input-placeholder,
#order-popup.popup form .form-holder input[type=number]:-ms-input-placeholder {
    color: #000;
}

#order-popup.popup form .small-text {
    font-size: 10px;
}

#order-popup.popup .icheckbox {
    border: 1px solid transparent;
    background: #fff;
}

#order-popup.popup form .form-holder .checkbox-box label {
    font-size: 11px;
    line-height: 14px;
}
.comment-box .text{
    height: auto;
}
.slider-svg{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0; left: 0;
}
.slider-svg svg {
    min-width: 30%;
    width: auto;
    max-width: 40%;
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
}
.video-section h1 {
    top: 35%;
    margin: -60px 0px;
}
.select-language #msdrpdd20_title img{
    opacity: 0;
}
.building-box:hover {
    opacity: 1 !important;
    display: block !important;
}

.carousel-gallery .owl-nav .owl-prev {
    left: 5px;
}
.carousel-gallery .owl-nav .owl-next {
    right: 5px;
}

.carousel-gallery .owl-nav .owl-next.disabled, .carousel-gallery .owl-nav .owl-prev.disabled {
    opacity: 0.3;
}
.catalog-bitrix{
    float: right;
}
.header-button{
    height: 40px;
    line-height: 40px;
}
.header-button{
    position: relative;
    top: -10px;
}


.advantages-bitrix{
    margin: 0px auto;
    display: block;
    position: relative;
    top: -45px;
}
@media screen and (max-width: 767px) {

    #order-popup.popup {
        width: 300px;
        padding: 0;
        background: #fff;
    }

    #order-popup.popup form {
        padding: 30px;
    }
    .offer-btn{
        height: 50px;
        line-height: 20px;
    }

}

/*end order popup*/

@media screen and (max-width: 1440px) {

    .project-box figure .photo img {

    }

    .contacts-section .mail-link {
        font-size: 14px;
    }

}

@media screen and (max-width: 1439px) {

    .main-info-slider-section {
        width: 960px;
    }

    .main-info-slider-section .slide {
        width: auto;
        margin: 0 40px;
    }

    .main-info-slider-section .slide figure {
        width: 400px;
    }

    .main-info-slider-section .slide .info {
        width: 450px;
    }

}

@media screen and (max-width: 1300px) {

    .about-box .video-box a {
        display: block;
        position: relative;
        overflow: hidden;
    }

    .project-section .project-box {
        width: 306px;
        margin: 0 10px;
    }

    .special-offers-section .slide .photo {
        height: 100%;
    }
    .header-button{
        font-size: 12px;
        padding: 0 10px;
    }

}

@media screen and (max-width: 1100px) {

    .project-section .project-box {
        width: 293px;
    }

}


@media screen and (max-width: 1023px) {

    #video-bg > video {
        padding-left: 0px;
    }

    .page{
        background: rgba(0,0,0,0.2);
    }

    .project-section .row {
        padding: 0;
    }

    .project-section .project-box {
        width: 226px;
        margin-bottom: 20px;
    }

    .project-box .title-line {
        height: 60px;
    }

    .project-box .info {
        padding: 10px 20px 20px;
    }

    .project-box .info .location {
        min-height: 36px;
        display: flex;
        align-items: center;
        background-position: 0 50%;
    }

    .main-info-slider-section {
        width: 740px;
    }

    .main-info-slider-section .slide {
        margin: 0 30px;
    }

    .main-info-slider-section .slide figure {
        width: 230px;
    }

    .main-info-slider-section .slide .info {
        width: 420px;
        font-size: 14px;
        line-height: 22px;
        padding: 0;
    }

    .main-info-slider-section .slide .info h2 {
        font-size: 24px;
        line-height: 28px;
    }

    .about-box .video-box {
        overflow: hidden;
    }

    .about-box .video-box a {
        height: 100%;
    }
    .advantages-bitrix{
        margin: 0px auto;
        display: block;
        position: relative;
        top: -5px;
        margin-bottom: 50px;
    }
}

@media screen and (max-width: 1023px) {
    .header-button {
        font-size: 10px;
        padding: 0 5px;
    }
}
@media screen and (max-width: 767px) {

    .main-info-slider-section .slide figure {
        width: 100%;
    }

    .project-box .info .stage .building.full::before, .project-box .info .stage .building.half::after {
        bottom: 0;
    }

    .b24-widget-button-wrapper{
        margin-left: -45px;
    }

    /*.project-box .title-line .city {*/
        /*width: auto;*/
        /*left: 10px;*/
        /*right: auto;*/
        /*top: 50px;*/
    /*}*/

    /*.project-box .title-line .city span {*/
        /*max-width: none;*/
        /*padding: 0 10px 0 28px;*/
        /*opacity: 1;*/
    /*}*/

    .project-box .title-line {
        padding: 15px 35px 35px 15px;
    }

    .main-info-slider-section .slide .info {
        width: auto;
        text-align: center;
        padding: 0;
        margin: 0 auto;
        float: none;
    }

    .main-info-slider-section .slide .info h2 {
        font-size: 18px;
        line-height: 24px;
        text-align: center;
        margin-top: 5px;
    }

    .news-section .slide .photo {

    }

    .project-section .project-box {
        width: 100%;
        margin: 0 0 30px;
    }

    .project-section .project-box figure .photo img {
        width: 100%;
        height: auto;
        min-height: 0;
    }

    .project-box .title-line {
        height: auto;
        padding-bottom: 45px;
    }

    .main-info-slider-section {
        width: 420px;
    }

    .main-info-slider-section .slide {
        padding: 0;
    }

    .main-info-slider-section .slide figure {
        width: auto;
        margin: 0 0 20px;
        float: none;
    }

    .main-info-slider-section .slide .info {
        width: auto;
        float: none;
    }

    .about-section .about-box {
        flex-wrap: wrap;
    }

    .about-box .video-box {
        order: 1;
    }

    .about-box .video-box img {
        width: 100%;
        height: auto;
    }

    .about-box .info .row .advantage, .about-box .info .row .advantage:first-child {
        width: 172px;
    }

    .about-box .info {
        order: 2;
        margin: 0;
    }

    .special-offers-section .owl-nav {
        display: none;
    }

    .about-box .info .row .advantage:hover:after,
    .about-box .info .row .advantage.active:after {
        opacity: 1 !important;
    }

    .project-box .info {
        padding: 20px;
    }

    .project-box .info .location {
        min-height: auto;
        display: block;
    }

    .slider-svg svg {
        min-width: 60%;
        max-width: 70%;
    }

    .nav__links-menu {
        margin: 10px 0 0;
    }
}

@media screen and (max-width: 530px) {
    .header-button {
        /*display: none;*/
    }
    .nav__logo{
        display: none;
    }
    .page .top-menu {
        display: none;
    }
    .mobile-video{
        display: block;
    }

    .desktop-video{
        display: none;
    }

    .news-section .slide .photo {
        height: auto;
    }

}

@media screen and (max-width: 459px) {


    .main-info-slider-section {
        width: 100%;
    }

    .project-section .project-box figure {
        height: auto;
    }

    .about-box .info .row .advantage, .about-box .info .row .advantage:first-child {
        width: 122px;
    }

    .progress-calendar .calendar-link {
        height: 40px;
        display: inline-block;
        font-size: 12px;
        line-height: 40px;
        padding: 0 0px;
        margin: 1px;
        width: 120px;
    }
    .carousel-gallery .owl-nav .owl-prev {
        left: 0px;
    }
    .carousel-gallery .owl-nav .owl-next {
        right: 0px;
    }
}