@media screen and (max-width: 930px) {
    .mobile-on {
        display: block !important;
    }

    .mobile-none {
        display: none !important;
    }

    .mobile-gen-plan .button{
        margin: 20px auto;
        color: #fff;
        width: 310px;
        display: block;
    }
    .button::after {
        display: none !important;
    }
    .mobile-video{
        display: block !important;
    }
}

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

    h1 {
        font-size: 24px;
        line-height: 32px;
    }

    h2 {
        font-size: 22px;
        line-height: 28px;
    }

    h3 {
        font-size: 22px;
        line-height: 24px;
    }

    h4 {
        font-size: 20px;
        line-height: 22px;
    }

    h5 {
        font-size: 18px;
        line-height: 20px;
    }

    .mobile-on {
        display: block !important;
    }

    .mobile-none {
        display: none !important;
    }

    .inner-block,
    .comments-section .inner-block,
    .project-section .inner-block {
        width: 420px;
    }

    .page .top-menu li {
        display: none;
    }

    .page .top-menu li:last-child {
        display: inline-block;
    }

    .nav__hidden-menu {
        padding: 40px 0 0 4px;
    }

    .nav__logo.mobile-on {
        display: none !important;
        width: 45px;
        position: absolute;
        top: 12px; right: 20px;
    }

    .nav__logo {
        right: 10px;
    }

    .page .top-menu {
        padding: 25px 60px 0 0;
    }

    .select-language {
        padding: 17px 0 0 0;
    }

    .nav__options {
        margin: 40px 0 0;
    }

    .nav__section {
        display: block;
    }

    .nav__icon {
        display: block;
        float: left;
    }

    .nav-link {
        min-width: 0;
        width: calc(100% - 46px);
        display: block;
        float: left;
        z-index: 10;

        -webkit-transition: all 0s;
        -moz-transition: all 0s;
        -o-transition: all 0s;
        transition: all 0s;
        -webkit-transition-delay: 0s;
        -moz-transition-delay: 0s;
        -o-transition-delay: 0s;
        transition-delay: 0s;

    }

    .nav__section .nav-link__hidden-menu {
        height: 0;
        position: relative;
        left: 46px;
    }

    .nav__section:hover .nav-link__hidden-menu {
        width: calc(100% - 46px);
        padding: 40px 0 0;
    }

    .nav__section:hover .nav-link__hidden-menu:after {
        display: none;
    }

    .nav__section:hover .nav-link__hidden-menu ul {
        padding: 5px 0 15px;
        margin: 0;

        -webkit-transition: all 0s;
        -moz-transition: all 0s;
        -o-transition: all 0s;
        transition: all 0s;
        -webkit-transition-delay: 0s;
        -moz-transition-delay: 0s;
        -o-transition-delay: 0s;
        transition-delay: 0s;

    }

    .nav__section:hover .nav-link__text:after {

        -webkit-transition-delay: 0s;
        -moz-transition-delay: 0s;
        -o-transition-delay: 0s;
        transition-delay: 0s;

    }

    .nav__section .nav-link__hidden-menu .nav-link__link {
        font-size: 11px;
        white-space: inherit;
        line-height: 18px;
        padding: 0 15px;
    }

    .nav-link__hidden-menu ul li,
    .nav-link__hidden-menu ul li:first-child {
        padding: 10px 0 0;
    }

    .nav-link__text-text {
        font-size: 11px;
        margin: 0 51px 0 0;
    }

    .nav-link__text {
        padding: 11px 15px;
    }

    .video-section h1 {
        font-size: 24px;
        padding: 0 15px;
    }

    .contacts-block .row .box {
        width: 100%;
        padding: 0 0 20px;
        margin: 0;
        float: none;
    }

    .contacts-block .row footer {
        padding-top: 0;
    }

    .project-section .inner-block {
        padding: 40px 0 30px;
    }

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

    .project-box,
    .project-section .project-box {
        width: 100%;
        margin: 0 0 20px;
        float: none;
    }

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

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

        transform: translateY(0) !important;

    }

    .project-box .title-line .text .title,
    .project-section .project-box .title-line .text .title {
        font-size: 18px;
        line-height: 22px;
    }

    .project-box .title-line .text p,
    .project-section .project-box .title-line .text p {
        height: auto;
        overflow: visible;
    }

    .main-info-slider-section .slide {
        width: auto;
        padding: 20px 0;
    }

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

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

    .main-info-slider-section .slide .info {
        width: 265px;
        font-size: 14px;
        padding: 0 20px 0 0;
    }

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

    .main-info-slider-section .slide .info h4 {
        font-size: 16px;
        line-height: 20px;
    }

    .main-info-slider-section .owl-nav {
        width: 100%;
        left: 0;
        margin: 0;
    }

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

    .video-section .banner-svg img {
        width: 60%;
    }

    .about-section {
        padding: 60px 0;
    }

    .about-section .inner-block {
        padding: 27px 20px;
        background: #fcfcfb;

        -webkit-box-shadow: 0 4px 13px rgba(0,0,0,0.09);
        -moz-box-shadow: 0 4px 13px rgba(0,0,0,0.09);
        -o-box-shadow: 0 4px 13px rgba(0,0,0,0.09);
        box-shadow: 0 4px 13px rgba(0,0,0,0.09);

    }
    .about-box {
        padding: 0;
        background: none;
        box-shadow: none;
    }

    .about-box .video-box {
        width: auto;
        float: none;

        -webkit-box-shadow: 0 4px 13px rgba(0,0,0,0.09);
        -moz-box-shadow: 0 4px 13px rgba(0,0,0,0.09);
        -o-box-shadow: 0 4px 13px rgba(0,0,0,0.09);
        box-shadow: 0 4px 13px rgba(0,0,0,0.09);

    }

    .about-box .video-box .play {
        height: 40px;
        display: none;
        position: relative;
        text-align: center;
        opacity: 1;
        background: #fff;
    }

    .about-box .video-box .play span {
        display: inline-block;
        font-size: 14px;
        color: #000;
        line-height: 40px;
        padding: 0 15px 0 0;
        background: url("../images/play-mobile-icon.png") no-repeat 100% 50%;
    }

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

    .project-gallery-list-block {
        margin: 0 -5px;
    }

    .about-box .row .advantage {
        max-width: 150px;
        margin-bottom: 20px;
    }

    .about-box .project-gallery-list {
        flex-wrap: wrap;
    }

    .project-gallery-list-block {
        width: auto;
    }

    .project-gallery-list-box span.company-logo img {
        max-width: 80px;
    }

    .about-box .video-box {
        margin: 0 0 30px;
    }

    .special-offers-section {
        padding: 0 0 30px;
    }

    .special-offers-section .inner-block {
        padding: 40px 0 30px;
    }

    .special-offers-section h2 {
        line-height: 28px;
        padding: 0 0 15px;
    }

    .special-offers-section .slide .photo {
        height: auto;
    }

    .special-offers-section .slide .info {
        padding: 17px 25px 25px;
    }

    .gallery-section .tab-links,
    .news-section .tab-links {
        text-align: center;
    }

    .news-section h2 {
        top: -120px;
    }

    .news-section .tab-links a {
        height: 30px;
        font-size: 14px;
        line-height: 30px;
    }

    .contacts-section {
        padding: 37px 0 40px;
    }

    .contacts-section h2 {
        padding: 0 0 22px;
    }

    .contacts-block .row {
        padding: 0 20px 15px;
    }

    .contacts-block .row .box,
    .contacts-block .row .box.item-1,
    .contacts-block .row .box.item-2,
    .contacts-block .row .box.item-3 {
        padding: 0 0 10px;
    }

    .contacts-block .row .box:last-child {
        padding: 0;
    }

    .contacts-block .row .box:first-child {
        font-weight: normal;
    }

    .contacts-block .info .time,
    .contacts-block .info .socials {
        width: auto;
        display: inline-block;
        float: none;
    }

    .contacts-block .info .socials {
        padding: 10px 0 0;
    }

    .contacts-block .info .time br {
        display: none;
    }

    .contacts-block {
        margin: 0 0 30px;
    }

    .seo-text-section {
        padding: 0 0 50px;
    }

    .seo-text-section .inner-block {
        width: 100%;
        font-size: 12px;
        line-height: 15px;
        padding: 20px;
    }

    .seo-text-section h3 {
        padding: 0 0 13px;
    }

    .seo-text-section footer {
        padding: 0;
    }

    .seo-text-section footer h3 {
        margin: -3px 0 0;
    }

    .comments-section {
        padding: 40px 0;
        margin: 0 0 40px;
    }

    .comments-section h2 {
        padding: 0 0 10px;
    }

    .comments-section .owl-nav {
        width: 440px;
    }

    .comment-box .text {
        height: auto;
    }

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

    .news-section .slide.media .title {
        font-size: 14px;
        padding: 15px 20px;
    }

    .news-section .slide.media {
        margin: 0 0 6px;
    }

    .news-section .tab-links a,
    .gallery-section .tab-links a {
        font-size: 12px;
        padding: 0 10px;
    }

    .technologies-section h2 {
        padding: 0 0 20px;
    }

    .scroll-section .scroll img {
        height: 300px;
    }
    .scroll-section .slide-icon-box:hover {
        z-index: 10;
    }

    .scroll-section .slide-icon-box.p-1 {
        top: 50px; left: 360px;
    }

    .scroll-section .slide-icon-box.p-2 {
        top: 70px; left: 560px;
    }

    .scroll-section .slide-icon-box.p-3 {
        top: 40px; left: 720px;
    }

    .scroll-section .slide-icon-box.p-4 {
        top: 100px; left: 820px;
    }

    .scroll-section .slide-icon-box.p-5 {
        top: 30px; left: 640px;
    }

    .scroll-section .slide-icon-box.p-6 {
        top: 80px; left: 770px;
    }

    .scroll-section .slide-icon-box.p-7 {
        top: 90px; left: 465px;
    }

    .general-plan-section .plan-block .slide-icon-box {
        display: none;
    }

    .building-box {
        display: none;
    }

    .scroll-section {
        padding: 20px 0 0;
    }

    .general-plan-section h2 {
        padding: 0 0 19px;
    }

    .general-plan-section .inner-block .info {
        padding: 20px 40px 40px;
    }

    .general-plan-section .inner-block .info .mobile-on {
        text-align: center;
    }

    .general-plan-section .inner-block .info .button {
        height: 32px;
        font-size: 11px;
        line-height: 32px;

        background: linear-gradient(#87123e 0%, #a81a47 100%);

    }
    .general-plan-section .inner-block .info .title {
        font-size: 23px;
        font-weight: 800;
        text-transform: uppercase;
        line-height: 24px;
        padding: 48px 0 20px;
    }

    .general-plan-section .inner-block .info article {
        width: auto !important;
        font-size: 14px;
        padding: 0 0 45px;
        position: relative;
        float: none;
        animation-delay: 0s !important;
    }

    .general-plan-section .inner-block .info article.item-5 {
        padding: 0;
    }

    .general-plan-section .inner-block .info article .time {
        position: initial;
    }

    .general-plan-section .inner-block .info article .time:after {
        width: 3px !important;
        height: 40px !important;
        top: auto !important; bottom: 7px !important; right: auto !important; left: 0 !important;
    }

    .technologies-section {
        line-height: 17px;
    }

    .technologies-section article {
        min-height: 115px;
        font-size: 11px;
        line-height: 11px;
        text-transform: none;
        padding: 30px 20px 30px 110px;
        background-size: 80px auto !important;
        background-position: 20px 50% !important;
    }

    .technologies-section article.item-1:after {
        width: 85px;
        height: 85px;
        left: 30px;
        background-size: 100% auto;
    }

    .technologies-section article.item-2:after {
        width: 80px;
        height: 74px;
        left: 31px;
        background-size: 100% auto;
    }

    .technologies-section article.item-3:after {
        width: 83px;
        height: 78px;
        left: 30px;
        background-size: 100% auto;
    }

    .technologies-section article .title {
        font-size: 23px;
        line-height: 24px;
        text-transform: uppercase;
    }

    .gallery-section.gray-line {
        padding: 70px 0 60px;
    }

    .news-section h2,
    .gallery-section h2 {
        top: -115px;
    }


    .contacts-block.special .info.left .location {
        font-size: 16px;
        text-align: left;
    }

    .contacts-block.special .info.left .title {
        font-size: 26px;
        line-height: 28px;
    }

    .general-plan-section {
        padding: 0 0 60px;
    }

    .news-article {
        width: auto;
        max-width: none;
        margin: 0 0 30px;
        float: none;
    }

    .top-section {
        padding: 0 0 100px;
        margin: 0;
    }

    .top-section.simple {
        padding: 0;
    }

    .top-section h2, .top-section h1, .catalog-title {
        font-size: 30px;
        padding: 0 20px;
        top: 40%;
        z-index: 1;
    }

    .top-section figure {
        text-align: center;
        position: relative;
        overflow: hidden;
    }

    .top-section figure img {
        width: auto;
        height: 250px;
        display: block;
    }

    .news-article-section {
        padding: 0 0 50px;
    }

    .news-article-section .news-articles-column,
    .news-article-section .news-sidebar {
        width: auto;
        float: none;
    }

    .news-article-section .news-articles-column .row {
        margin: 0;
    }

    .info-section h2,  .info-section h1  {
        font-size: 32px;
        line-height: 36px;
    }

    .info-section .date {
        font-size: 18px;
        padding: 0 0 40px;
    }

    .shadow-box {
        padding: 50px 20px;
    }

    .youtube-box {
        margin: 15px 0 30px 0;
    }

    .youtube-box,
    .youtube-box iframe {
        width: 100%;
        height: auto;
    }

    .shadow-box .carousel-info-section {
        margin: 30px 0 0;
    }

    .shadow-box .news-navigation {
        padding: 40px 0 0;
    }

    .news-navigation a {
        font-size: 12px;
    }

    .action-box {
        margin: 0 0 30px;
    }


    .action-box .action-date {
        width: auto;
        font-size: 16px;
        text-align: center;
        line-height: 24px;
        padding: 20px 0 0 0;
        float: none;
    }

    .action-box .row .counter-box {
        width: auto;
        float: none;
    }

    .counter-box .counter-inner-box {
        width: 84px;
    }

    .counter-box .counter-inner-box .big-text {
        font-size: 50px;
        line-height: 54px;
    }

    .counter-box .counter-inner-box .small-text {
        font-size: 14px;
    }

    .action-box.simple .action-date {
        width: auto;
        padding: 20px 0;
    }

    .action-info-box {
        width: auto;
        margin: 0 0 30px;
        float: none;
    }

    .row:last-child .action-info-box {
        margin-bottom: 30px;
    }

    .row:last-child .action-info-box:last-child {
        margin-bottom: 0;
    }

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

    .project-box figure .top-box .project-logo {
        top: 2px;
    }

    .project-box figure .top-box .action {
        top: 8px;
    }

    .mobile-video {
        height: 0;
        margin: 0 0 70px;
    }

    .news-article-section .news-articles-column .news-article {
        width: auto;
    }

    .project-box figure .top-box .project-logo img {
        max-width: 180px !important;
    }

    .project-box figure .top-box .white-small-button {
        margin: 25px 0 0;
    }

    .footer-section {
        padding: 30px 0 0;
    }

    .footer-section .footer-box {
        width: auto !important;
        padding: 0 !important;
        float: none;
        position: relative;
    }

    .footer-section .footer-box .title {
        padding: 0;
    }

    .footer-section .footer-box .title a {
        display: block;
        padding: 12px 40px 9px 0;
        border-top: 1px solid #000;
        border-bottom: 1px solid #000;
        margin: -1px 0 0;
        position: relative;
    }

    .footer-section .footer-box .title a:before,
    .footer-section .footer-box .title a:after {
        content: '';
        width: 10px;
        height: 2px;
        display: block;
        position: absolute;
        background: #000;
    }

    .footer-section .footer-box .title a:before {
        margin: -1px 0 0;
        top: 50%; right: 8px;
    }

    .footer-section .footer-box .title a:after {
        width: 2px;
        height: 10px;
        margin: -5px 0 0;
        top: 50%; right: 12px;

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

    }

    .footer-section .footer-box .title a.active:after {
        opacity: 0;
    }

    .footer-section .footer-box ul {
        height: 0;
        position: relative;
        overflow: hidden;

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

    }

    .footer-section .footer-box.active ul {
        height: auto;
        padding: 20px 0;
    }

    .footer-section .footer-box.active ul li a {
        font-size: 14px;
    }

    .footer-banner {
        display: none;
    }

    .footer-bottom-line .copyrights {
        width: auto;
        text-align: center;
        padding: 0;
        float: none;
    }

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

    .footer-bottom-line {
        line-height: 30px;
        border: none;
    }

    .footer-section .footer-box.item-4 {
        padding: 20px 130px 0 15px !important;
    }

    .footer-section .footer-box a.button {
        position: absolute;
        top: 30px; right: 15px;
    }

    .footer-bottom-line .developers,
    .footer-bottom-line .cookies,
    .footer-bottom-line .site-map {
        display: none;
    }

    .footer-section .socials {
        text-align: center;
        padding: 10px 0;
    }

    .footer-section .socials .social {
        width: 42px;
        height: 42px;
        background-size: 100% auto !important;
    }


    .bottom-button {
        min-width: 40px;
        font-size: 8px;
        padding: 45px 0 0;
        background-size: 40px auto !important;
    }

    .bottom-button.item-2 {
        left: 100px;
    }

    .project-box .title-line,
    .project-section .project-box .title-line {
        padding: 15px 100px 10px 15px;
    }

    .project-box .title-line .city {
        width: auto;
    }

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

    .project-info-popup.popup {
        width: 420px;
    }

    .project-info-popup.popup .row {
        flex-wrap: wrap;
    }

    .project-info-popup.popup .row figure {
        max-width: none;
    }

    .project-info-popup.popup .row .info {
        font-size: 14px;
        line-height: 20px;
        max-width: none;
        order: 1;
        padding: 25px 0 0;
    }

    .project-gallery-list-box {
        width: calc(100% - 10px);
        max-width: calc(50% - 10px);
        margin: 0 5px 10px;
    }

    .project-gallery-list-box.long a {
        padding: 0 0 0 10px;
    }

    .about-box .row .advantage {
        height: auto;
        justify-content: flex-start;
        padding: 45px 0 0;
        background: none;
        box-shadow: none;
    }

    .about-box .row {
        padding: 0 0 10px;
    }

    .about-box .row .advantage .title {
        font-size: 20px;
    }

    .about-box .row .advantage .title,
    .about-box .row .advantage .text {
        opacity: 1;
    }

    .about-box .row .advantage .text {
        font-size: 13px;
        line-height: 16px;
    }

    .about-box .row .advantage:hover .title,
    .about-box .row .advantage:hover .text {
        transform: scale(1);
    }

    .about-box .row .advantage.item-1:after,
    .about-box .row .advantage.item-2:after,
    .about-box .row .advantage.item-3:after,
    .about-box .row .advantage.item-4:after {
        top: 0;
        transform: translate(-50%, -0);
    }

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

    .progress.info-section .news-list .news-article {
        width: 100%;
    }

    .top-section.nm {
        padding: 0;
    }

    .contacts-block .info .time {
        min-height: 20px;
        font-size: 12px;
        padding: 0 0 0 30px;
    }

    section+.general-plan-section {
        padding: 0 0 60px
    }

    .main-info-slider-section {
        padding-top: 70px;
    }

    .main-info-slider-section .owl-nav button {
        top: -90px;
    }

    .main-info-slider-section .owl-nav button.owl-next {
        right: 30px;
    }

    .main-info-slider-section .owl-nav button.owl-prev {
        left: auto;
        right: 75px;
    }

    .project-box figure .top-box .project-logo img {
        max-width: none;
    }

    .new-about-section .row article {
        width: 100%;
    }

    .project-box .status-message-box .status-message {
        font-size: 11px;
    }

    .general-plan-section {
        text-align: center;
    }

    .plan-bottom-info {
        display: inline-block;
        position: relative;
        text-align: left;
        top: 0; right: 0; bottom: auto !important;
        margin: 30px 0 0;
    }

    .contacts-block .title {
        padding: 25px 20px 20px 20px;
    }

    .plan-top-info {
        display: none;
    }

    .mobile-gen-plan {
        padding: 25px 15px;
        background: #e6e6e6;
    }

    .video-section+style+.general-plan-section {
        padding: 0 0 50px;
    }

    .mobile-gen-plan .button {
        height: 40px;
        font-family: 'Gotham Pro', sans-serif;
        font-weight: 800;
        font-size: 15px;
        color: #fff;
        line-height: 40px;
        text-transform: uppercase;
        margin: 20px auto;
        border: none;
        background: #9b1644;

        -webkit-text-shadow: 0 4px 4px rgba(28,24,17,0.43);
        -moz-text-shadow: 0 4px 4px rgba(28,24,17,0.43);
        -o-text-shadow: 0 4px 4px rgba(28,24,17,0.43);
        text-shadow: 0 4px 4px rgba(28,24,17,0.43);

    }

    .mobile-gen-plan .button:hover {
        background: #631030;
    }

    .mobile-gen-plan .button:after {
        display: none;
    }

    .page .top-menu li ul.dropdown-complex-list {
        white-space: nowrap;
        right: -60px;
    }

    .page .top-menu li:hover ul.dropdown-complex-list,
    .page .top-menu li ul.dropdown-complex-list {
        max-height: 0;
    }

    .page .top-menu li.open ul.dropdown-complex-list {
        max-height: 500px
    }

    .new-about-section {
        background: url("../images/about-section-bg.jpg") no-repeat 50% 0;
        background-size: cover;
    }

    .news-section .slide .title, .video-slide .title {
        font-size: 12px;
        line-height: 16px;
        padding: 5px 10px;
    }
    .main-info-slider-section {
        margin: 0px auto;
    }
}













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

    .complexes-list__hidden-menu {
        width: 460px;
        font-size: 12px;
    }

}

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

    .inner-block,
    .comments-section .inner-block,
    .project-section .inner-block {
        width: 300px;
    }

    .video-section h1 {
        font-size: 20px;
        padding: 0 5px;
    }

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

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


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

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

    .main-info-slider-section .slide .info h4 {
        font-size: 14px;
    }

    .about-box .video-box .about-section-logo {
        background-size: 115px auto;
        background-position: 50% 40%;
    }

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

    .special-offers-section .owl-prev {
        left: 15px;
    }

    .special-offers-section .owl-next {
        right: 15px;
    }

    .news-section .tab-links a {
        padding: 0 15px;
    }

    .more-link {
        display: inline-block;
        margin: 10px 0 0;
        float: none;
    }

    .news-section .slide.media .title {
        font-size: 12px;
    }

    .comments-section .owl-nav {
        width: 320px;
    }

    .news-navigation a {
        font-size: 9px;
    }

    .info-section h2, .info-section h1 {
        font-size: 26px;
        line-height: 30px;
    }

    .action-box .action-date {
        padding: 10px 0 0;
    }

    .counter-box .counter-inner-box {
        width: 50px;
    }

    .counter-box .counter-inner-box .big-text {
        font-size: 36px;
        line-height: 50px;
        padding: 0 10px;
    }

    .counter-box .counter-inner-box .big-text:before {
        top: 15px;
    }

    .counter-box .counter-inner-box .big-text:after {
        top: 25px;
    }

    .counter-box .counter-inner-box .small-text {
        font-size: 12px;
    }

    .action-box .row {
        padding: 20px 0;
    }

    .complexes-list__hidden-menu {
        width: 320px;
        padding: 0 15px 20px 15px;
    }

    .complexes-list__item {
        white-space: inherit;
    }

    .header-contacts {
        padding: 25px 0 0 10px;
    }

    /*.project-gallery-list-box {*/
        /*width: 100%;*/
        /*max-width: none;*/
        /*margin: 0 0 20px;*/
    /*}*/

    /*.project-gallery-list-box span.company-logo img {*/
        /*max-width: 100px;*/
    /*}*/

    /*.project-gallery-list-box a {*/
        /*flex-wrap: wrap;*/
    /*}*/

    /*.project-gallery-list-box.long a {*/
        /*margin: 0;*/
    /*}*/

    /*.project-gallery-list-box.long span.company-logo {*/
        /*width: 100%;*/
        /*margin: 0;*/
    /*}*/

    /*.project-gallery-list-block {*/
        /*margin: 0;*/
    /*}*/

    /*.project-gallery-list-box.long .photo {*/
        /*height: 150px;*/
        /*margin: 0 0 20px;*/
    /*}*/

    /*.project-gallery-list-box:last-child {*/
        /*margin-bottom: 0;*/
    /*}*/

    /*.about-box .row .advantage {*/
        /*max-width: none;*/
    /*}*/

    .project-info-popup.popup {
        width: 100%;
    }

    .about-box .row .advantage {
        max-width: 130px;
    }

    .project-gallery-list-box.long span.company-logo img {
        max-width: 60px;
    }

    .technologies-section article .title {
        font-size: 14px;
        line-height: 20px;
    }

    .header-contacts {
      /*  display: none;*/
    }

    .project-box figure .top-box .project-logo img {
        max-width: 130px !important;
    }
    .filter-floor-line .box .row{
        padding: 0px !important;
    }
}

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


    .page .top-menu li ul.dropdown-complex-list {
        width: 310%;
        white-space: normal;
    }

    .page .top-menu li ul.dropdown-complex-list li a {
        margin: 0 0 10px;
    }

}

@media screen and (max-height: 530px) {

    .nav--active .nav__hidden-menu {
        overflow-y: scroll;
    }

}
