/* media queries */
@media (max-width: 1199px) {
    .home.page.overflow-hidden .header-logo-src {
        filter: none;
    }

    .header-desktop {
        display: none;
    }

    .header-mobile {
        display: block;
        /*padding-top: 65px;*/
    }

    .header-col-buttons {
        display: flex;
        justify-content: flex-end;
    }

    .header-logo-src-mobile {
        max-height: 40px;
        /*margin-left: 20px;*/
    }

    .header-mobile .header-row {
        align-items: flex-start;
    }

    .page-container {
        padding-top: 140px;
    }
}

@media (max-width: 991px) {
  
    .genplan {
        overflow:hidden;
    }

    .areas-map__vector {
        width: 1216px;
    }

    .areas-map__image img {
        width: 1216px;
        max-width: unset;
    }
    .areas-map {
        overflow: scroll;
    }

    .overlay-warning {
        position: static;
        width: 100%;
    }

    .menu {
        text-align: center;
    }

    .menu-link {
        font-size: 18px;
    }

    .prize-row {
        align-items: flex-start !important;
    }

    .prize-info {
        padding: 0;
        margin-left: -15px;
        margin-right: -15px;
    }

    .prize-photo-mobile {
        padding-bottom: 100%;
        background-position: center;
        -webkit-background-size: cover;
        background-size: cover;
        margin-left: -7px;
        margin-right: -7px;
    }

    .prize-content-text {
        padding: 0 15px 0;
    }

    .prize-photo-mobile {
        margin-bottom: 1rem !important;
    }

    .overlay-burger .overlay-control {
        text-align: center;
    }

    .how-card {
        padding: 0 0 0 50px;
        height: auto;
    }

    .how-row::after {
        width: 50px;
        height: 50px;
        font-size: 18px;
        left: 0;
    }

    .how-row:not(:last-child)::before {
        left: 25px;
    }

    .how-card-title {
        font-size: 16px;
        padding-top: 4px;
    }

    .how-tel {
        font-size: inherit;
    }

    .how-card-text {
        font-size: 13px;
    }
}

@media (max-width: 768px) {
    .progress-row .progress-col:nth-child(2) {
        margin-top: 0;
    }
}

@media (max-width: 767px) {
    .credit-form-form {
        margin-top: 40px;
    }

    :root {
        --progress-size: 0px;
    }
}

@media (max-width: 475px) {
    .about-float-image {
        display: none;
    }

    .genplan-mobile {
        top: 115px;
    }

    .hero-nav-link {
        height: 60px;
        line-height: 60px;
    }

    .contacts-info {
        border-radius: 0;
    }

    .infra {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .hblocks-row {
        margin-top: 25px;
    }

    .hblock-content {
        padding: 15px 12px;
        top: calc(100% - 54px);
    }

    .hblock-content__title {
        font-size: 13px;
    }

    .hblock-content__text {
        font-size: 12px;
    }

    .naberezhnaya .section-heading::after {
        display: none;
    }

    .zoombtns {
        display: block !important;
    }

    .header {
        padding: 20px 0;
    }

    .genplan {
        position: relative;
    }

    .genplan-mobile {
        display: flex;
        background-color: rgba(0, 0, 0, 50%);
        backdrop-filter: blur(3px);
        z-index: 5;
    }

    .overflow-hidden .button-prize {
        position: relative;
        top: -57px;
        width: 42px !important;
        overflow: hidden;
        padding: 0;
        right: 0;
        left: calc(100% - 42px);
        transition: none;
    }

    .overflow-hidden .button-prize-text {
        display: none;
    }

    .overlay-warning {
        width: 100%;
        padding: 0;
    }

    .overlay-container {
        padding-top: 150px;
    }

    .menu-item {
        margin-bottom: .75rem;
    }

    .menu {
        margin-bottom: 2rem !important;
    }

    .prlx {
        margin-bottom: 24px;
        pointer-events: none;
    }

    .prlx-text {
        font-size: 69px;
    }

    .area-pin {
        height: 30px;
        line-height: 30px;
    }

    .area-pin-icon {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }

    .area-pin-icon img {
        max-width: 17px;
    }

    .area-pin-text {
        line-height: 28px;
        font-size: 14px;
    }

    .modal-content {
        padding: 0 20px 40px;
    }

    .modal-head {
        padding-top: 40px;
        margin-left: -15px;
        margin-right: -15px;
    }

    .modal-dialog {
        padding: 0;
    }

    .land {
        padding-bottom: 20px;
    }

    .preim {
        padding-top: 30px;
        padding-bottom: 10px;
    }

    .news-head {
        display: flex;
        flex-direction: column;
    }

    .area-title {
        font-size: 18px;
        text-transform: uppercase;
    }

    .land .area-col-inner {
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 0;
    }

    .land .area-description {
        margin-bottom: 0 !important;
    }

    .progress-row {
        margin-left: -12px !important;
        margin-right: -12px !important
    }

    .news-title {
        font-size: 18px;
        order: 2;
    }

    .news-date {
        flex: unset;
        max-width: unset;
        text-align: left;
        padding: 10px 0 5px;
    }


    .news-content {
        padding-top: 0;
    }

    .news-item {
        display:block;
        margin-bottom: 15px;
    }

    .news-photo {
        padding-bottom: 39.852%;
        max-width: 100%;
    }

    .news-detail-row {
        margin-left: -12px !important;
        margin-right: -12px !important;
    }

    .news-detail-title {
        font-size: 24px;
    }

    .news-detail-date {
        font-size: 13px;
    }

    .credit-title {
        font-size: 16px;
    }

    .faq-head,
    .faq-body {
        font-size: 14px;
    }

    .credit-form-row {
        margin-left: -12px !important;
        margin-right: -12px !important;
    }

    .credit-form-text br {
        display: none;
    }

    .credit-form-image {
        margin-left: -12px;
        margin-right: -12px;
    }

    .credit-text {
        font-size: 13px;
    }

    .credit-slider {
        height: 450px;
    }

    .credit-counter {
        display: block;
        font-size: 11px;
        color: var(--accent);
    }

    .page-container .section-heading {
        text-transform: uppercase;
    }

    .credit-row {
        margin-right: -12px;
    }

    .team-card-name {
        font-size: 16px;
    }

    .team-card-text {
        font-size: 11px;
    }

    .team-card {
        margin-bottom: 30px;
    }

    .page-title {
        font-size: 18px;
    }

    .how-title {
        font-size: 18px;
        text-transform: uppercase;
    }

    .how-list {
        padding-top: 25px;
        padding-bottom: 0;
    }

    .header .button.disabled {
        opacity: 0;
    }

    .hero-nav {
        display: none;
    }

    .hero-content {
        background-color: var(--black);
        position: absolute;
        left: 0;
        bottom: 0;
        right: 0;
        padding: 25px;
    }

    .section-title {
        font-size: 20px;
    }

    #points_map {
        height: 500px;
    }

    .hero-title {
        font-size: 24px;
        margin-bottom: 0;
    }

    .about-info {
        padding-top: 300px;
        padding-bottom: 20px;
    }

    .about {
        background-position: 72% -32% !important;
        -webkit-background-size: 300px !important;
        background-size: 960px !important;
    }

    .hero-content {
        font-size: 16px;
    }

    .hero-content-group {
        flex-direction: column;
        align-items: unset;
    }

    .hero-content-group > * {
        width: 100%;
    }

    .hero-content-group .button {
        margin-top: 2rem;
    }

    .hero-slide {
       /* background-position: center -240px; */
       
   
    }
    .hero-bg {
        height: 680px;
    }

    .prize-row .button {
        width: 100%;
    }

    .prize-info {
        margin-bottom: 0 !important;
    }

    .prize-content-text {
        padding-bottom: 5px;
    }

    .about-info-content {
        padding: 20px;
        border-radius: 30px 0 30px;
    }

    .counter-value {
        font-size: 48px;
    }

    .about-heading {
        text-transform: none;
    }

    body {
        font-size: 13px;
    }

    .about-subtitle {
        font-size: 13px;
    }

    .about-title {
        font-size: 26px;
    }

    .about-button {
        width: 100%;
    }

    .about-slider-nav {
        display: none;
    }

    .about-pagination {
        position: absolute;
        left: 0;
        bottom: 0;
        right: 0;
        z-index: 2;
        padding: 15px;
        display: flex;
    }

    .about-pagination .swiper-pagination-bullet {
        flex: 1;
        border-radius: 0;
        background-color: white;
        height: 2px;
    }

    .counter-metrik {
        font-size: 18px;
    }

    .counter-item {
        padding: 0 0 15px;
    }

    .counter-text {
        font-size: 14px;
    }

    .hblock {
        padding-bottom: 300px;
        border-radius: 20px 0 20px;
    }

    .counters {
        padding: 30px 0;
    }

    .infra-card {
        padding: 20px 15px;
        background-color: var(--light);
    }

    .infra-photo {
        order: 1;
        padding-bottom: 270px !important;
    }

    .infra-slide {
        background-color: var(--light);
    }

    .infra-col {
        order: 2;
    }

    .section-heading {
        font-size: 28px;
    }

    .slider-nav {
        padding: 0 15px;
        top: calc(50% - 20px);
    }

    .hblock-slide .hblock-content__text p {
        font-size: 12px;
    }

    .guest-slider-col {
        order: 2;
    }

    .guest {
        padding: 0;
    }

    .section-heading {
        margin-bottom: 1rem;
    }

    .guest-content {
        padding: 15px 0;
    }

    .guest-photo {
        border-radius: 0;
    }

    .guset-col {
        order: 1;
    }

    .slider-button {
        width: 40px;
        height: 40px;
        line-height: 30px;
    }

    .slider-button i {
        font-size: 10px;
    }

    /*.infra .container {*/
    /*    padding: 0;*/
    /*}*/

    .infra-content {
        padding-bottom: 70px;
    }

    .slide-info {
        display: none;
    }

    .infra-photo .button-circle {
        top: 10px;
        right: 10px;
    }

    .preim-photo {
        width: 100px;
        height: 100px;
    }

    .preim-col::before {
        display: none;
    }

    .preim-col::after {
        opacity: 1;
        top: 21%;
    }

    .preim-col:nth-child(even)::after {
        opacity: 0;
    }

    .preim-link {
        padding: 0;
        font-size: 13px;
    }

    .infra-controls {
        padding-bottom: 15px;
    }

    .video-play {
        display: flex;
        flex-direction: column;
        align-items: center;
        top: 0;
        left: 0;
        transform: translate(50%, 80%);
        width: 200px;
    }

    .video-play-btn {
        width: 100px;
        height: 100px;
    }

    .video-play-btn i {
        font-size: 33px;
    }

    .video {
        height: 500px;
    }

    .video-play-caption {
        text-align: center;
        margin-top: 25px;
        font-size: 24px;
        width: 100%;
    }

    .projects .container,
    .project-card {
        padding: 0;
    }

    .project-card .tab-content {
        padding: 15px;
    }

    .section {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .projects .section-heading {
        padding-left: 15px;
        padding-right: 15px;
    }

    .project-tab-item .hide {
        display: none;
    }

    .project-tab-item .hero-nav-link {
        height: 70px;
        line-height: 70px;
    }

    .button-lg {
        line-height: 54px;
    }

    .project-inner-tabs {
        margin-bottom: 20px;
    }

    .project-tab-content {
        margin-top: 0;
    }

    .area-description {
        margin-top: 20px !important;
        margin-bottom: 20px !important;
    }

    .areas-col {
        order: 2;
    }

    .areas-col,
    .areas-bg {
        padding-left: 0;
        padding-right: 0;
    }

    .button:not(.button-header, .button-circle, .photo-zoom) {
        width: 100%;
        text-align: center;
    }

    .area {
        padding-top: 0;
        padding-bottom: 0;
    }

    .area .container {
        padding: 0;
    }

    .area-col-inner {
        padding: 25px 15px;
    }

    .genplan-title {
        font-size: 18px;
    }

    .genplan-header {
        padding: 28px 0;
    }

    .guest-card {
        padding: 25px 15px;
    }

    .plan-nav {
        display: block;
        white-space: nowrap;
        overflow: auto;
        margin-bottom:0 !important;
        background:var(--black);
    }

    .plan-nav .container {
        padding: 0;
    }

    .plan-nav-item {
        min-width: 150px;
    }

    .button-circle:not(.button-header),
    .slider-next {
        width: 30px;
        height: 30px;
    }

    .button-circle i {
        font-size: 8px;
    }

    .guest-photo {
        padding-bottom: 270px;
    }

    .guest-col {
        order: 2;
    }

    .button-lg {
        font-size: 14px;
    }

    .otdelka .container {
        padding: 0;
    }

    .hide-mobile {
        display: none;
    }

    .show-mobile {
        display: inline;
    }

    .otdelka .section-heading {
        padding-left: 15px;
        padding-right: 15px;
    }

    .otdelka-tabs {
        margin-top: 15px;
        margin-bottom: 0;
    }

    .otdelka-tab-content {
        margin-top: 0;
    }

    .otdelka-photo {
        order: 2;
    }

    .otdelka-text {
        font-size: 11px;
    }

    .otdelka-link {
        font-size: 13px;
    }

    .otdelka-grid {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .otdelka {
        padding-bottom: 0;
    }

    .gallery-slide {
        padding-bottom: 270px;
    }

    .gallery-nav {
        display: block;
        position: static;
        background-color: var(--black);
    }

    .gallery-nav .container {
        padding: 0;
    }

    .gallery-nav-link {
        height: 70px;
        line-height: 70px;
        font-size: 11px;
    }

    .gallery-nav-item {
        flex: 1;
    }

    .gallery-nav-link.active {
        background-color: rgba(255,255,255, .1);
        backdrop-filter: none;
    }

    .gallery-nav-item:not(:last-child)::before {
        right: 0;
        display: none;
    }

    .gallery-navigation {
        top: 36%;
    }

    .gallery-header {
        padding-top: 25px;
    }

    .contacts-info {
        padding: 35px 20px;
        background-color: var(--black);
        margin: 0;
    }

    .contacts-map {
        position: static;
        height: 330px;
    }

    .contacts .container {
        padding: 0;
    }

    .contacts {
        display: flex;
        flex-direction: column;
    }

    .contacts-inner {
        order: 2;
    }

    .footer {
        padding-top: 15px;
        border-top: 1px solid rgba(255,255,255, .15)
    }

    .footer-nav {
        display: block;
        padding-bottom: 10px;
        margin-bottom: 25px;
    }

    .footer-nav-link {
        padding: 17px 0;
        font-size: 18px;
    }

    .row {
        margin-left: 0;
        margin-right: 0;
    }

    .guest-row {
        margin-left: -12px;
        margin-right: -12px;
    }

    .footer-logo {
        text-align: center;
    }

    .footer-col-end {
        display: block;
    }

    .footer-menu-link {
        font-size: 13px;
    }

    .footer-menu {
        margin-bottom: 30px;
        margin-top: 15px;
    }

    .footer-social-link {
        width: 35px;
        height: 35px;
        font-size: 20px;
    }

    .footer-info.show-mobile {
        display: block;
        margin-top: 30px;
        text-align: center;

        opacity: .5;
    }

    .contacts-info-col {
        padding: 0;
    }
}