@media (max-width: 1000px) {
    .header__inner {
        margin-top: 0;
    }

    .header__menu {
        display: none;
    }

    .header__burger {
        display: block;
        cursor: pointer;
    }

    .header__burger span {
        position: absolute;
        background-color: #000;
        right: 17px;
        width: 37px;
        height: 2.5px;
        top: 25px;
        -webkit-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        z-index: 99999999999999;
    }

    .header__burger::before {
        content: "";
        background-color: #000;
        position: absolute;
        width: 37px;
        height: 2.5px;
        right: 17px;
        top: 35px;
        -webkit-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
    }

    .header__burger::after {
        content: "";
        background-color: #000;
        top: 45px;
        position: absolute;
        width: 37px;
        height: 2.5px;
        right: 17px;
        -webkit-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
    }

    .header__logo span a svg {
        width: 150px;
        height: 70px;
    }

    .header__burger.active::before {
        transform: rotate(45deg);
        top: 35px;
        z-index: 10000000;
        background-color: #000;
        position: fixed;
    }

    .header__burger.active::after {
        transform: rotate(-45deg);
        top: 35px;
        z-index: 10000000;
        background-color: #000;
        position: fixed;
    }

    .header-mobile-menu {
        display: block;
        z-index: 999999;
        top: -100%;
        position: fixed;
        overflow: auto;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #fff;
        padding: 70px 0px 0px 0px;
        -webkit-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
    }

    .header-mobile-menu::before {
        content: "";
        background: url('../mobile-img/logo-mobile-footer.svg') no-repeat center center/cover;
        position: absolute;
        left: 42px;
        top: 18px;
        width: 138px;
        height: 52px;
        z-index: 10;
    }

    .header-mobile-menu a {
        color: #fff;
    }

    .header-mobile-menu.active {
        top: 0;
    }

    .header-mobile-list {
        position: relative;
        padding: 0;
    }

    .header-mobile-list::before {
        content: "";
        position: absolute;
        top: -1px;
        left: 0;
        right: 0;
        width: 100%;
        background-color: rgba(0, 0, 0, 0.10);
        height: 1px;
    }

    .header-mobile-link {
        position: relative;
        height: 60px;
        background-color: #fff;
        font-weight: 300;
        text-transform: uppercase;
        letter-spacing: 0.05em;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 5px;
        transition: 0.4s;
    }

    .header-mobile-link-box {
        display: flex;
        align-items: center;
        width: 200px;
    }

    .header-mobile-link a,
    .link {
        margin-left: 50px;
        font-size: 20px;
        line-height: 24px;
        color: #000;
    }

    .link {
        font-weight: 300;
        text-transform: uppercase;
        letter-spacing: 0.05em;
        margin-bottom: 5px;
    }

    .dropdown-menu-mobile {
        padding: 0px;
    }

    .dropdown-content-mobile-link {
        margin: 0 auto;
        width: 100%;
        text-align: center;
        padding: 15px 10px;
    }

    .dropdown-content-mobile-link:hover {
        background-color: #2f80ed;
    }

    .dropdown-content-mobile-link:hover a {
        color: #fff;
    }

    .dropdown-content-mobile-link a {
        font-weight: 300;
        text-transform: uppercase;
        letter-spacing: 0.05em;
        color: #000;
    }

    .dropdown-box {
        margin: 0 auto;
        width: 200px;
        height: 60px;
    }

    .dropdown-container {
        width: 100%;
    }

    .dropdown-container:hover {
        background: linear-gradient(to left, #56ccf2, #2f80ed);
        background-size: 200%;
    }

    .dropdown-container:hover .link {
        color: #fff;
    }

    .dropdown-container:hover .header-mobile-link-icon svg {
        fill: #fff;
    }

    .dropdown-menu-mobile {
        display: none;
    }

    .dropdown-mobile.active .dropdown-menu-mobile {
        display: block;
    }

    .header-mobile-link:hover a {
        color: #fff;
    }

    .header-mobile-list .header-mobile-link:hover {
        color: #fff;
        background: linear-gradient(to left, #56ccf2, #2f80ed);
        background-size: 200%;
    }

    .header-mobile-link:hover .header-mobile-link-icon svg {
        fill: #fff;
    }

    .header-mobile-tel {
        margin-top: -57px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 10px;
    }

    .header-mobile-tel a {
        margin-top: 25px;
        margin-left: 20px;
        font-weight: 300;
        margin-bottom: 33px;
        font-size: 17px;
        line-height: 1px;
        color: #000;
    }

    .header-mobile-link-icon svg {
        width: 35px;
        height: 35px;
    }

    .header-mobile-tel-icon svg {
        width: 25px;
        height: 25px;
    }

    .link {
        font-size: 20px;
        line-height: 24px;
        color: #000;
    }

    .main {
        height: 445px;
    }

    .main__title {
        padding: 40px 112px 45px;
        font-size: 50px;
        line-height: 65px;
    }

    .main__subtitle {
        padding: 4px 38px;
        font-size: 16px;
        line-height: 26px;
    }

    .main__box {
        width: 420px;
    }

    .object__img {
        width: 800px;
        height: 400px;
    }

    .projection {
        height: 100%;
    }

    .projection__inner {
        display: none;
    }

    .projection__inner2 {
        display: block;
    }

    .projection__title {
        text-align: center;
        padding-top: 70px;
        font-size: 45px;
    }

    .projection__images {
        display: flex;
        justify-content: center;
        margin-top: 81px;
        margin-left: 0;
    }

    .projection__images-right {
        display: block;
    }

    .projection__text {
        margin: 0 auto;
        margin-top: 30px;
    }

    .projection__info {
        text-align: center;
    }

    .projection__subtitle {
        margin-top: 50px;
        font-size: 30px;
    }

    .projection__slide {
        display: flex;
        justify-content: center;
        margin-top: 50px;
        padding-bottom: 60px;
    }

    .projection__link {
        width: 555px;
    }

    .projections__title {
        text-align: center;
        display: none;
    }

    .projections__text {
        margin: 0 auto;
        margin-top: 30px;
        max-width: 650px;
    }

    .projections__subtitle {
        text-align: center;
        margin-top: 50px;
    }

    .podryad__title {
        margin-top: 0;
    }

    .constructions {
        margin-top: 60px;
    }

    .construction__inner,
    .projections__inner,
    .constructions__inner {
        display: block;
    }

    .constructions__text {
        margin: 0 auto;
        margin-top: 30px;
        max-width: 650px;
    }

    .construction__title {
        text-align: center;
        margin-top: 40px;
        font-size: 45px;
    }

    .constructions__images {
        justify-content: center;
    }

    .constructions__slider {
        display: none;
    }

    .object-construction-mobile-slider {
        display: block;
    }

    .object-construction-mobile-main-title {
        margin-top: 40px;
        text-align: center;
        font-weight: 700;
        font-size: 26px;
        line-height: 27px;
        color: #333333;
    }

    /* .object-construction-mobile-images {
        margin-top: 25px;
        margin-bottom: 25px;
    } */

    .object-construction-mobile-img {
        display: flex;
    }

    .object-construction-tab-buttons2 {
        margin-top: 25px;
    }

    .object-construction-tabs,
    .object-construction-tabs2 {
        margin: 0 auto;
        margin-top: 30px;
        display: flex;
        justify-content: space-evenly;
        width: 500px;
    }

    .tabs-mobile-btn,
    .tabs-mobile-btn2,
    .tabs-mobile-btn3 {
        border: none;
        padding-left: 5px;
        font-weight: normal;
        font-size: 16px;
        line-height: 15px;
        text-align: center;
        color: #000;
        width: 150px;
        height: 40px;
        background-color: #fff;
        border: 1px solid rgba(0, 0, 0, .2);
        border-radius: 5px;
        transition: all 0.8s ease 0s;
        top: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .tabs-mobile-btn.tabs-btn--active,
    .tabs-mobile-btn2.tabs-btn2--active,
    .tabs-mobile-btn3.active {
        border: none;
        background: linear-gradient(to left, #56ccf2, #2f80ed);
        background-size: 200%;
        color: #ffffff;
    }

    .tabs-content,
    .tabs-content2,
    .tabs-content3 {
        display: none;
    }

    .tabs-mobile-item,
    .tabs-mobile-item2,
    .tabs-mobile-item3 {
        display: none;
    }

    .tabs-mobile-item.active,
    .tabs-mobile-item2.active,
    .tabs-mobile-item3.active {
        display: block;
    }

    .tabs-content--active,
    .tabs-content2--active,
    .tabs-content3.active {
        display: block;
    }

    .object-construction-btn-block,
    .object-construction-btn-block2 {
        margin: 0 auto;
        width: 580px;
        margin-top: 30px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        justify-content: space-around;
    }

    .object-construction-click-btn,
    .object-construction-click-btn2,
    .object-construction-click-btn3 {
        border: none;
        font-weight: normal;
        font-size: 16px;
        line-height: 15px;
        display: flex;
        text-align: center;
        justify-content: center;
        align-items: center;
        color: #000;
        width: 150px;
        height: 40px;
        background-color: #fff;
        border: 1px solid rgba(0, 0, 0, .2);
        border-radius: 5px;
        transition: all 0.4s ease 0s;
    }

    .object-construction-click-btn:nth-child(6),
    .object-construction-click-btn2:nth-child(6),
    .object-construction-click-btn3:nth-child(6),
    .object-construction-click-btn:nth-child(7),
    .object-construction-click-btn2:nth-child(7),
    .object-construction-click-btn3:nth-child(7),
    .object-construction-click-btn:nth-child(8),
    .object-construction-click-btn2:nth-child(8),
    .object-construction-click-btn3:nth-child(8),
    .object-construction-click-btn:nth-child(9),
    .object-construction-click-btn2:nth-child(9),
    .object-construction-click-btn3:nth-child(9),
    .object-construction-click-btn:nth-child(10),
    .object-construction-click-btn2:nth-child(10),
    .object-construction-click-btn3:nth-child(10),
    .object-construction-click-btn:nth-child(11),
    .object-construction-click-btn2:nth-child(11),
    .object-construction-click-btn3:nth-child(11),
    .object-construction-click-btn:nth-child(12),
    .object-construction-click-btn2:nth-child(12),
    .object-construction-click-btn3:nth-child(12) {
        margin-top: 10px;
    }

    .object-construction-click-btn.active,
    .object-construction-click-btn2.active,
    .object-construction-click-btn3.active {
        border: none;
        background: linear-gradient(to left, #56ccf2, #2f80ed);
        background-size: 200%;
        color: #ffffff;
    }

    .twenty-twenty {
        width: 100px;
    }

    .object-construction-mobile-title {
        margin-top: 30px;
        font-weight: 400;
        font-size: 23px;
        line-height: 17px;
        text-align: center;
        color: #333333;
    }


    .object-construction-mobile-subtitle-info {
        margin-top: 15px;
    }

    .object-construction-mobile-link {
        margin-top: 25px;
        font-weight: 400;
        font-size: 20px;
        line-height: 24px;
        letter-spacing: 0.1em;
        color: #000000;
    }

    .constructions__title {
        display: flex;
        justify-content: center;
        width: 100%;
        max-width: none;
        font-size: 30px;
        margin-top: 40px;
    }

    .constructions__subtitle,
    .object-construction-mobile-subtitle {
        margin-top: 30px;
        text-align: center;
    }

    .constructions__buttons {
        display: none;
    }

    .constructions__images-right {
        display: block;
    }

    .construction__info,
    .projections__info {
        margin: 0 auto;
    }

    .construction__subtitle {
        text-align: center;
        margin-top: 50px;
        font-size: 30px;
    }

    .construction__text {
        margin-top: 30px;
    }

    .construction__images,
    .projections__images {
        justify-content: center;
        margin-top: 60px;
    }

    .projections__images-right {
        display: block;
    }

    .construction__images-right {
        display: block;
    }

    .construction__slide {
        margin-left: 0;
        margin-right: 0;
        display: flex;
        justify-content: center;
        margin-top: 50px;
        padding-bottom: 60px;
    }

    .construction__link {
        width: 555px;
        margin-top: 0;
        margin-left: 0;
    }

    .partners {
        margin-top: 40px;
        padding: 0 70px;
    }

    .partners__title {
        margin-top: 40px;
        font-size: 45px;
        text-align: center;
    }

    .company__text {
        font-size: 18px;
        line-height: 30px;
    }

    .company__btn {
        margin-top: 10px;
    }

    .company__main-image {
        background-size: cover;
        width: 430px;
        height: 529px;
    }

    .company__main-image::after {
        font-size: 14px;
        width: 246px;
        height: 60px;
        margin-top: 495px;
        margin-left: -52px;
    }

    .company__requisites {
        margin-top: -100px;
    }

    .company__btn {
        font-size: 23px;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .leaders__content {
        display: block;
    }

    .leaders__image,
    .leaders__image2,
    .leaders__image3,
    .leaders__image4,
    .leaders__image5,
    .leaders__image6,
    .leaders__image7 {
        margin-top: 30px;
    }

    .leaders__inner {
        display: flex;
        justify-content: center;
    }

    .characteristics__cards {
        justify-content: space-around;
        margin-top: 60px;
    }

    .work__card,
    .lab__card,
    .characteristics__card {
        width: 380px;
    }

    .work__card-border,
    .lab__card-border,
    .characteristics__card-border {
        width: 380px;
    }

    .work__card-service1,
    .work__card-service2,
    .work__card-service3 {
        width: 100px;
        height: 100px;
    }

    .work__card-title,
    .lab__card-title {
        font-size: 19px;
        line-height: 26px;
    }

    .characteristics__card-title {
        margin-top: 35px;
        font-size: 20px;
    }

    .characteristics__card-subtitle {
        font-size: 14px;
    }

    .characteristics__card-images {
        width: 60px;
        height: 60px;
        margin-left: 0;
        margin-top: 35px;
    }

    .characteristics__card-img5 {
        width: 68px;
    }

    .lab__card-title {
        padding: 150px 10px 0 20px;
    }

    .work__card-service,
    .lab__card,
    .characteristics__card {
        height: 370px;
        border-bottom-right-radius: 50px;
    }

    .work__card,
    .lab__card,
    .characteristics__card {
        box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
        backdrop-filter: blur(5px);
    }

    .geo__buttons,
    .lab__buttons {
        gap: 5px;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
    }

    .geo__buttons::-webkit-scrollbar,
    .lab__buttons::-webkit-scrollbar {
        display: none;
    }

    .geo__btn,
    .lab__btn {
        min-width: 270px;
        justify-content: center;
        scroll-snap-align: start;
    }

    .zoomContainer {
        max-width: 1000px !important;
    }

    .partner__department-images {
        padding: 40px 20px 0 20px;
        margin: 0;
        display: flex;
        justify-content: center;
        max-width: 1000px;
    }

    .partner__department-text {
        margin: 0 auto;
        padding-top: 40px;
    }

    .contractors__main-title {
        margin-top: 80px;
    }

    .contractors__cards {
        margin-top: 0;
    }

    .documents-card-text {
        font-size: 17px;
        max-width: 523px;
    }

    .documents-card-btn {
        width: 175px;
    }

    .documents-card-btn-text {
        padding-left: 65px;
        font-size: 16px;
    }

    .documents-card-vector {
        padding-left: 30px;
    }

    .vacantions-left-side {
        width: auto;
        margin-bottom: 40px;
    }

    .vacantions-left-side::before {
        display: none;
    }

    .vacantions-right-side {
        order: -1;
        margin-top: 40px;
        margin-left: 0;
        width: auto;
        display: flex;
        justify-content: center;
        text-align: center;
        position: relative;
        padding-bottom: 30px;
        margin-bottom: 10px;
    }

    .vacantions-right-side::before {
        content: "";
        position: absolute;
        height: 1px;
        width: 300px;
        bottom: 0;
        background-color: #c7c7c7;
    }

    .vacantions-contact-title {
        margin-top: 0;
        margin-bottom: 20px;
    }

    .vacantions-content {
        flex-flow: column;
        padding: 0;
    }

    .media__title {
        margin-top: 0;
        padding-top: 45px;
        line-height: 20px;
    }

    .media__cards {
        margin: 0 auto;
    }

    .media__card-text {
        font-size: 14px;
    }

    .media__card::after {
        width: 100%;
        max-width: 400px;
    }

    .media__card-info {
        width: 100%;
        max-width: 400px;
    }

    .media__card {
        width: 100%;
        max-width: 400px;
    }

    .telegram-pulse {
        left: 20px;
        bottom: 30px;
    }

    .telegram-pulse svg {
        width: 40px;
    }

    .telegram-pulse::after,
    .telegram-pulse::before {
        left: -10px;
        right: -10px;
        bottom: -7px;
        top: -10px;
    }

    .media__inner::before {
        height: 110px;
    }

    .projections__buttons {
        display: none;
    }

    .projections__mobile-btn,
    .constructions__mobile-btn {
        display: flex;
        justify-content: center;
        margin: auto;
        padding: 24px 0;
        margin-top: 40px;
        font-weight: normal;
        font-size: 26px;
        line-height: 15px;
        text-align: center;
        color: #ffffff;
        width: 100%;
        max-width: 705px;
        border: none;
        border-radius: 5px;
        background: linear-gradient(to left, #56ccf2, #2f80ed);
        background-size: 200%;
        transition: all 0.8s ease 0s;
    }

    .construction__title {
        display: none;
    }

    .construction__title-mobile {
        display: block;
    }

    .constructions__all-images-mobile {
        display: block;
    }

    .constructions__all-images {
        display: none;
    }

    .constructions__tabs {
        justify-content: center;
    }

    .constructions__block {
        display: flex;
        justify-content: center;
    }

    .constructions__images {
        margin-top: 60px;
    }

    .constructions__tab,
    .tabs__btn,
    .tabs__btn2,
    .tabs__btn3 {
        width: 170px;
    }

    .constructions__image-btn2:nth-child(5),
    .constructions__image-btn3:nth-child(5),
    .constructions__image-btn:nth-child(5) {
        margin-top: 0px;
        margin-left: 15px;
    }

    .telegram-tooltip {
        left: 30px;
        bottom: 100px;
    }

    .tooltip {
        padding: 10px 10px;
    }

    .text .big-text {
        font-size: 20px;
    }

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

}

@media (max-width: 945px) {
    .project__card {
        width: 455px;
    }

    .project__card-list p {
        width: 332px;
        font-size: 16px;
        padding: 0 10px;
    }

    .project__card-text {
        margin-left: 20px;
    }

    .project__card-title {
        font-size: 28px;
    }

    .project__card-list {
        margin-top: 20px;
    }

    .partners,
    .podryad__images {
        padding: 0 100px;
    }

    .company__text {
        padding: 0 60px;
        font-size: 16px;
    }

    .company__title {
        margin-top: 0;
        display: flex;
        justify-content: center;
        position: relative;
        padding: 40px 0px 17px 0px;
    }

    .company__title::before {
        content: '';
        position: absolute;
        background: #fff;
        width: 240px;
        height: 1px;
        bottom: 0;
    }

    .company__requisites {
        float: none;
    }

    .company__main-image {
        margin: 0 auto;
        height: 540px;
        width: 400px;
    }

    .company__info {
        padding-top: 30px;
        display: block;
    }

    .company__subtitle-text {
        margin-top: 50px;
        font-size: 14px;
        height: 150px;
        margin-bottom: 50px;
        padding: 0 53px;
        max-width: 764px;
        line-height: 29px;
    }

    .app {
        margin-bottom: 0;
    }

    .company__main-image::after {
        font-size: 13px;
        margin-top: 470px;
        margin-left: -35px;
        width: 210px;
        height: 60px;
    }

    .company__text::before {
        display: none;
    }

    .company__text {
        background: rgba(255, 255, 255, 0.2);
        border-radius: 16px;
        box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
        backdrop-filter: blur(5px);
        border: 1px solid rgba(255, 255, 255, 0.3);
        position: absolute;
        margin: 0 auto;
        padding: 20px 73px;
        margin-top: -450px;
        color: #fff;
        width: 100%;
        max-width: 600px;
    }

    .company__requisites-cards {
        margin: 0;
        display: flex;
        justify-content: center;
        padding: 0;
    }

    .company__requisites-card:nth-child(1) {
        margin-left: 0;
    }

    .company__requisites {
        margin-top: 90px;
    }

    .card-1 {
        margin-right: 15px;
    }

    .company__backgroung-img {
        height: 490px;
        margin-bottom: 1370px;
    }

    .company__btn {
        margin: 0 auto;
        margin-top: 40px;
        float: none;
        width: 430px;
    }

    .our__card {
        display: block;
        padding: 0 250px;
    }

    .our__card-title {
        text-align: center;
    }

    .partner__department-maintitle {
        margin-top: 40px;
    }

}

@media (max-width: 875px) {
    .project__card-images {
        margin-left: 25px;
    }

    .project__card {
        width: 425px;
    }

    .project__image {
        width: 319px;
    }

    .our__card {
        padding: 0 200px;
    }

    .documents__title {
        margin-bottom: 50px;
    }
}

@media (max-width: 900px) {
    .constructions__buttons {
        margin-top: 60px;
        display: none;
    }
}

@media (max-width: 817px) {

    .main__title,
    .object__title,
    .project__title {
        font-size: 45px;
    }

    .characteristics__title {
        font-size: 35px;
    }

    .object__img {
        width: 700px;
        height: 350px;
    }

    .project__image {
        width: 287px;
    }

    .partners,
    .podryad__images {
        padding: 0 80px;
    }

    .our__card {
        padding: 0 170px;
    }

    .projections__img01,
    .projections__img5,
    .projections__img9,
    .projections__img13,
    .projections__img17,
    .projections__img21,
    .constructions__img01,
    .constructions__img5,
    .constructions__img9 {
        width: 360px;
        height: 144px;
    }

    .projections__img02,
    .projections__img6,
    .projections__img10,
    .projections__img14,
    .projections__img18,
    .projections__img22,
    .constructions__img02,
    .constructions__img10,
    .constructions__img6 {
        width: 360px;
        height: 230px;
    }

    .projections__img03,
    .projections__img7,
    .projections__img11,
    .projections__img15,
    .projections__img19,
    .projections__img23,
    .constructions__img03,
    .constructions__img7,
    .constructions__img11 {
        width: 254px;
        height: 220px;
    }

    .projections__img04,
    .projections__img8,
    .projections__img12,
    .projections__img16,
    .projections__img20,
    .projections__img24,
    .constructions__img04,
    .constructions__img12,
    .constructions__img8 {
        width: 254px;
        height: 154px;
    }
}

@media (max-width: 790px) {
    .characteristics__cards {
        margin-top: 10px;
        gap: 35px;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        flex-wrap: nowrap;
    }

    .characteristics__cards::-webkit-scrollbar {
        display: none;
    }

    .characteristics__card {
        margin-top: 35px;
        scroll-snap-align: start;
        margin-bottom: 30px;
    }

    .characteristics__card:first-of-type {
        margin-left: 1445px;
    }

    /* 
    .characteristics__card:not(:first-child) {
        margin-top: 35px;
    } */
}

@media (max-width: 768px) {
    .main__box {
        width: 355px;
    }

    .main__subtitle {
        padding: 3px 34px;
        font-size: 14px;
        line-height: 24px;
    }

    .object__title {
        margin-top: 70px;
    }

    .work__cards,
    .lab__cards {
        margin-top: 0;
        padding-top: 60px;
    }

    .object__subtitle {
        font-size: 19px;
        line-height: 20px;
    }

    .project__image {
        display: none;
    }

    .project__card {
        width: 475px;
    }

    .project__card-images {
        margin-left: 35px;
    }

    .project__card-title {
        margin-left: 64px;
    }

    .project__card-title2 {
        margin-left: 45px;
    }

    .partners,
    .podryad__images {
        padding: 0 70px;
    }

    .projection__subtitle,
    .construction__subtitle {
        margin-top: 45px;
    }

    .projection__img3,
    .construction__img3,
    .constructions__img03,
    .projections__img03,
    .constructions__img7,
    .constructions__img11,
    .projections__img7,
    .projections__img11,
    .projections__img15,
    .projections__img19,
    .projections__img23 {
        width: 194px;
        height: 159px;
    }

    .projection__img4,
    .construction__img4,
    .constructions__img04,
    .projections__img04,
    .constructions__img8,
    .constructions__img12,
    .projections__img8,
    .projections__img12,
    .projections__img16,
    .projections__img20,
    .projections__img24 {
        margin-top: 20px;
        width: 194px;
        height: 129px;
    }

    .projection__img2,
    .construction__img2,
    .constructions__img02,
    .projections__img02,
    .constructions__img6,
    .constructions__img10,
    .projections__img6,
    .projections__img10,
    .projections__img14,
    .projections__img18,
    .projections__img22 {
        width: 298px;
        height: 158px;
    }

    .projection__img1,
    .construction__img1,
    .constructions__img01,
    .projections__img01,
    .constructions__img5,
    .constructions__img9,
    .projections__img5,
    .projections__img9,
    .projections__img13,
    .projections__img17,
    .projections__img21 {
        width: 300px;
        height: 120px;
    }

    .leaders__content {
        margin-top: 0;
    }

    .leaders__text {
        margin-top: 60px;
    }

    .our__card {
        padding: 0 120px;
    }

    .our__card-subtitle {
        font-size: 16px;
    }

    .documents-card-btn-text {
        display: none;
    }

    .documents-card-vector {
        padding-left: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .documents-card-btn {
        width: 75px;
    }

    .documents-card-text {
        font-size: 15px;
        max-width: 468px;
    }

    .documents-cards {
        padding: 0 20px;
    }

    .vacantions-content {
        margin-top: 40px;
    }

    .our__title,
    .lab__title,
    .characteristics__title,
    .vacantions-title {
        margin-top: 30px;
    }

    .company__subtitle-text {
        line-height: 25px;
        font-size: 13px;
        padding: 0 50px;
        margin-bottom: 0;
    }

    .company__backgroung-img {
        margin-bottom: 1240px;
    }

    .company__main-image {
        height: 500px;
        width: 365px;
    }

    .company__main-image::after {
        margin-top: 440px;
        font-size: 12px;
        width: 190px;
        height: 50px;
    }

    .projections__mobile-btn,
    .constructions__mobile-btn {
        max-width: 525px;
        padding: 20px 0;
        font-size: 20px;
    }

    .constructions__title {
        font-size: 22px;
        line-height: 20px;
        font-weight: 400;
    }

    .partners__images {
        margin-top: 50px;
    }

}

@media (max-width: 762px) {
    .main {
        height: 360px;
    }

    .main__title {
        padding: 20px 112px 35px;
        font-size: 40px;
        line-height: 55px;
    }

    .zoomContainer {
        max-width: 762px !important;
    }
}

@media (max-width: 705px) {
    .main {
        height: 350px;
    }

    .main__title {
        font-size: 35px;
        line-height: 49px;
    }

    .object__title {
        margin-top: 55px;
        font-size: 35px;
    }

    .object__subtitle {
        font-size: 17px;
        line-height: 5px;
    }

    .object__img {
        width: 630px;
        height: 315px;
    }

    .project__title,
    .work__title,
    .lab__title .projection__title,
    .construction__title,
    .partners__title,
    .leaders__title,
    .our__title,
    .partner__department-maintitle,
    .contractors__main-title,
    .constructions__main-title,
    .projections__main-title,
    .podryad__title,
    .documents__title,
    .vacantions-title,
    .media__title,
    .company__title {
        font-size: 35px;
    }

    .projection__subtitle {
        font-size: 27px;
    }

    .projections__btn-text {
        font-size: 20px;
    }

    .projections__btn:last-child {
        margin-top: 15px;
    }

    .projections__btn,
    .projections__btn.active {
        height: 54px;
        width: 155px;
        font-size: 18px;
    }

    .projections__title {
        margin-top: 35px;
        font-size: 35px;
    }

    .projections__subtitle {
        margin-top: 40px;
    }

    .projections__text {
        padding: 0 20px;
        max-width: none;
        font-size: 18px;
    }

    .constructions__text {
        padding: 0 20px;
    }

    .construction__subtitle {
        font-size: 27px;
    }

    .partners,
    .podryad__images {
        padding: 0 45px;
    }

    .company__title {
        padding-top: 30px;
        padding-bottom: 10px;
    }

    .company__title::before {
        width: 200px;
    }

    .company__backgroung-img {
        margin-bottom: 1180px;
    }
}

@media (max-width: 690px) {

    .partner__department-img2,
    .partner__department-img4 {
        margin-left: 0;
    }

    .characteristics__title {
        font-size: 28px;
    }

    .body-cont {
        display: none;
    }

    .company__backgroung-img {
        margin-bottom: 780px;
    }
}

@media (max-width: 649px) {
    .main__subtitle {
        padding: 0px 33px;
        font-size: 13px;
        line-height: 23px;
    }

    .main {
        height: 292px;
    }

    .main__title {
        padding: 20px 112px 25px;
        font-size: 30px;
        line-height: 42px;
    }

    .object__title,
    .leaders__title,
    .project__title,
    .projection__title,
    .construction__title,
    .partners__title,
    .work__title,
    .lab__title,
    .our__title,
    .partner__department-maintitle,
    .contractors__main-title,
    .constructions__main-title,
    .projections__main-title,
    .podryad__title,
    .documents__title,
    .vacantions-title,
    .media__title,
    .company__title {
        font-size: 30px;
    }

    .main__box {
        width: 334px;
    }

    .object__img {
        width: 580px;
        height: 290px;
    }

    .projection__text {
        font-size: 18px;
    }

    .construction__text {
        font-size: 18px;
    }

    .partners,
    .podryad__images {
        padding: 0 15px;
    }

    .header-mobile-tel {
        margin-left: 95px;
    }

    .geo__subtitle,
    .lab__subtitle {
        margin-top: 40px;
    }

    .leaders__content {
        margin-bottom: 50px;
    }

    .leaders__text {
        margin-top: 40px;
    }

    .leaders__title {
        margin-top: 30px;
    }

    .our__card {
        padding: 0 70px;
    }

    .documents-card-text {
        font-size: 14px;
        max-width: 380px;
    }

    .documents-card-btn-last {
        height: 117px;
    }

    .company__text {
        padding: 20px 40px;
        max-width: 455px;
        font-size: 15px;
        line-height: 27px;
    }

    .company__title {
        padding-top: 20px;
    }

    .company__title::before {
        width: 175px;
    }

    .object-construction-btn-block,
    .object-construction-btn-block2 {
        width: 100%;
        max-width: 540px;
        justify-content: space-evenly;
    }
}

@media (max-width: 592px) {
    .main__title {
        padding: 20px 52px 25px;
    }

    .object__subtitle {
        font-size: 15px;
        line-height: 0px;
    }

    .object__img {
        width: 530px;
        height: 265px;
    }

    .partners,
    .podryad__images {
        padding: 0px;
    }

    .projections__text,
    .constructions__text,
    .projection__text,
    .construction__text,
    .object-construction-mobile-text {
        padding: 0 20px;
        margin-top: 20px;
        font-size: 14px;
        line-height: 24px;
    }

    .constructions__text {
        height: 141px;
    }

    .projections__subtitle,
    .constructions__subtitle,
    .projection__subtitle,
    .construction__subtitle,
    .object-construction-mobile-subtitle {
        margin-top: 30px;
    }

    .vacantions-right-side {
        padding: 0 15px 30px 15px;
    }

    .vacantions-left-side {
        margin-bottom: 30px;
    }

    .company__subtitle-text {
        height: auto;
        font-size: 12px;
        padding: 25px 50px;
    }
}

@media (max-width: 568px) {

    .partners,
    .podryad__images {
        padding: 0 80px;
    }

    .projection__img1,
    .construction__img1,
    .projections__img01,
    .constructions__img01,
    .constructions__img5,
    .constructions__img9,
    .projections__img5,
    .projections__img9,
    .projections__img13,
    .projections__img17,
    .projections__img21 {
        width: 250px;
        height: 100px;
    }

    .projection__img4,
    .construction__img4,
    .projections__img04,
    .constructions__img04,
    .constructions__img8,
    .constructions__img12,
    .projections__img8,
    .projections__img12,
    .projections__img16,
    .projections__img20,
    .projections__img24 {
        margin-top: 10px;
        margin-left: 20px;
        width: 144px;
        height: 123px;
    }

    .projection__img3,
    .construction__img3,
    .projections__img03,
    .construction__img3,
    .constructions__img03,
    .constructions__img7,
    .constructions__img11,
    .projections__img7,
    .projections__img11,
    .projections__img15,
    .projections__img19,
    .projections__img23 {
        margin-left: 20px;
        width: 144px;
        height: 118px;
    }

    .projection__img2,
    .construction__img2,
    .projections__img02,
    .constructions__img02,
    .constructions__img6,
    .constructions__img10,
    .projections__img6,
    .projections__img10,
    .projections__img14,
    .projections__img18,
    .projections__img22 {
        margin-top: 20px;
        width: 248px;
        height: 131px;
    }

    .projection {
        margin-top: 0;
    }

    .projection__title {
        padding-top: 50px;
    }

    .projection__images,
    .construction__images {
        margin-top: 50px;
    }

    .construction__title-mobile {
        margin-top: 40px;
        line-height: 30px;
    }

    .projection__text {
        padding: 0 20px;
    }

    .construction__text,
    .constructions__text,
    .projections__text,
    .object-construction-mobile-text {
        padding: 0 10px;
    }

    .projection__slide {
        padding: 0 20px 60px;
    }

    .construction__slide {
        padding: 0 10px 0px;
    }

    .our__card {
        padding: 0 40px;
    }

    .projections__mobile-btn,
    .constructions__mobile-btn {
        max-width: 430px;
    }

}

@media (max-width: 535px) {
    .object__img {
        width: 480px;
        height: 240px;
    }

    .header-mobile-menu::before {
        content: '';
        left: 15px;
        top: 19px;
        width: 115px;
        height: 43px;
    }

    .header-mobile-tel a {
        margin-left: 15px;
        font-size: 16px;
    }

    .work__title,
    .lab__title,
    .vacantions-title {
        font-size: 27px;
    }

    .work__cards,
    .lab__cards {
        margin-top: 0;
        padding-top: 35px;
    }

    .zoomContainer {
        max-width: 535px !important;
    }

    .our__card {
        padding: 0 30px;
    }

    .partner__department-subtitle {
        font-size: 16px;
        line-height: 27px;
    }

    .contractors__main-title {
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .characteristics__title {
        font-size: 23px;
    }

    .documents-cards {
        padding: 0 10px;
    }

    .documents-card-text {
        max-width: 337px;
    }

    .constructions {
        margin-top: 30px;
    }

    .object-construction-tabs,
    .object-construction-tabs2 {
        width: 100%;
        max-width: 400px;
    }

    .tabs-mobile-btn, .tabs-mobile-btn2, .tabs-mobile-btn3 {
        width: 120px;
    }

    .object-construction-btn-block,
    .object-construction-btn-block2 {
        max-width: 430px;
    }

    .object-construction-click-btn,
    .object-construction-click-btn2,
    .object-construction-click-btn3 {
        width: 120px;
        font-size: 15px;
    }

    .twenty-twenty {
        width: 75px;
    }

    .object-construction-mobile-title {
        font-size: 18px;
    }

    .projections__main-title {
        margin-top: 30px;
    }

    .telegram-tooltip {
        bottom: 95px;
    }

    .tooltip {
        padding: 6px 6px;
    }

    .text .big-text {
        font-size: 16px;
    }

    text .small-text {
        font-size: 10px;
    }

}

@media (max-width: 480px) {
    .object__subtitle {
        letter-spacing: 0.05em;
    }

    .object__img {
        width: 440px;
        height: 220px;
    }

    .project__card {
        width: 400px;
        height: 200px;
    }

    .project__card-img1 {
        width: 34px;
        height: 58px;
    }

    .project__card-img2 {
        width: 42px;
        height: 39px;
    }

    .project__card-images {
        margin-left: 20px;
    }

    .project__card-list p {
        width: 286px;
        font-size: 15px;
        line-height: 24px;
    }

    .project__card-title {
        margin-top: 20px;
        font-size: 24px;
    }

    .partners,
    .podryad__images {
        padding: 0 70px;
    }

    .projections__mobile-btn,
    .constructions__mobile-btn {
        padding: 15px 0;
        font-size: 18px;
        margin-top: 30px;
        max-width: 356px;
    }

    .projections__images,
    .constructions__images {
        margin-top: 35px;
    }

    .construction__images {
        margin-top: 40px;
    }

    .projection__img1,
    .construction__img1,
    .projections__img01,
    .constructions__img01,
    .constructions__img5,
    .constructions__img9,
    .projections__img5,
    .projections__img9,
    .projections__img13,
    .projections__img17,
    .projections__img21 {
        width: 200px;
        height: 80px;
    }

    .projection__img2,
    .construction__img2,
    .projections__img02,
    .constructions__img02,
    .constructions__img6,
    .constructions__img10,
    .projections__img6,
    .projections__img10,
    .projections__img14,
    .projections__img18,
    .projections__img22 {
        width: 198px;
        height: 104px;
    }

    .projection__img4,
    .construction__img4,
    .projections__img04,
    .constructions__img04,
    .constructions__img8,
    .constructions__img12,
    .projections__img8,
    .projections__img12,
    .projections__img16,
    .projections__img20,
    .projections__img24 {
        margin-top: 20px;
        width: 130px;
        height: 104px;
    }

    .projection__img3,
    .construction__img3,
    .projections__img03,
    .constructions__img03,
    .constructions__img7,
    .constructions__img11,
    .projections__img7,
    .projections__img11,
    .projections__img15,
    .projections__img19,
    .projections__img23 {
        width: 131px;
        height: 80px;
    }

    .logo span svg {
        width: 200px;
        height: 77px;
    }

    .work__title,
    .lab__title,
    .vacantions-title {
        font-size: 26px;
    }

    .work__card,
    .work__card-border,
    .lab__card,
    .lab__card-border,
    .characteristics__card,
    .characteristics__card-border {
        width: 350px;
    }

    .work__card-title {
        margin-top: 40px;
        font-size: 18px;
        line-height: 26px;
    }

    .lab__card-title {
        max-width: 345px;
        font-size: 18px;
        line-height: 26px;
        padding-left: 10px;
    }

    .work__card-service,
    .lab__card,
    .characteristics__card {
        height: 350px;
    }

    .project__title {
        margin-top: -40px;
    }

    .characteristics__card-info {
        min-width: 100px;
        max-width: 428px;
    }

    .characteristics__card-title {
        margin-top: 30px;
        font-size: 18px;
    }

    .characteristics__card-images {
        width: 40px;
        height: 40px;
    }

    .characteristics__card-img5 {
        width: 45px;
    }

    .our__cards {
        margin-top: 50px;
    }

    .our__card {
        padding: 0 20px;
    }

    .partner__department-images {
        padding-top: 20px;
    }

    .contractors__main-title {
        margin-bottom: 20px;
    }

    .contractors__card {
        margin-top: 20px;
    }

    .contractors__img {
        background-image: url(../mobile-img/constructors-transmost.svg);
        width: 144px;
        height: 115px;
    }

    .contractors__img2 {
        background-image: url(../mobile-img/constructors-inzh-project-service.svg);
        width: 144px;
        height: 115px;
    }

    .contractors__img3 {
        background-image: url(../mobile-img/constructors-stroy-project.svg);
        width: 144px;
        height: 115px;
    }

    .contractors__img4 {
        background-image: url(../mobile-img/constructors-gipro-stroy-most.svg);
        width: 144px;
        height: 115px;
    }

    .contractors__img5 {
        background-image: url(../mobile-img/constructors-rabochiy-poselok.svg);
        width: 144px;
        height: 115px;
    }

    .contractors__img6 {
        background-image: url(../mobile-img/constructors-mosti-i-tonneli.svg);
        width: 144px;
        height: 115px;
    }

    .contractors__img7 {
        background-image: url(../mobile-img/constructors-setun-novokuntcevo.svg);
        width: 144px;
        height: 115px;
    }

    .contractors__img8 {
        background-image: url(../mobile-img/constructors-moesk.svg);
        width: 144px;
        height: 115px;
    }

    .contractors__img9 {
        background-image: url(../mobile-img/constructors-monitoring.svg);
        width: 144px;
        height: 115px;
    }

    .contractors__img10 {
        background-image: url(../mobile-img/constructors-aton-stroy.svg);
        width: 144px;
        height: 115px;
    }

    .contractors__img11 {
        background-image: url(../mobile-img/constructors-ochistka-territoriy.svg);
        width: 144px;
        height: 115px;
    }

    .contractors__img12 {
        background-image: url(../mobile-img/constructors-pereystroistvo-zhd-communikachiy.svg);
        width: 144px;
        height: 115px;
    }

    .contractors__img13 {
        background-image: url(../mobile-img/constructors-bio-kam.svg);
        width: 144px;
        height: 115px;
    }

    .contractors__img14 {
        background-image: url(../mobile-img/constructors-dorstroy-innovacia.svg);
        width: 144px;
        height: 115px;
    }

    .contractors__img15 {
        background-image: url(../mobile-img/constructors-voronezh-stal-most.svg);
        width: 144px;
        height: 115px;
    }

    .contractors__img15 {
        background-image: url(../mobile-img/constructors-welesgard.svg);
        width: 144px;
        height: 115px;
    }

    .contractors__img16 {
        background-image: url(../mobile-img/constructors-ros-seti.svg);
        width: 144px;
        height: 115px;
    }

    .contractors__img17 {
        background-image: url(../mobile-img/constructors-voronezh-stal-most.svg);
        width: 144px;
        height: 115px;
    }

    .contractors__img18 {
        background-image: url(../mobile-img/constructors-dorogi-i-mosty.svg);
        width: 144px;
        height: 115px;
    }

    .contractors__img19 {
        background-image: url(../mobile-img/constructors-NIC-T.svg);
        width: 144px;
        height: 115px;
    }

    .contractors__img20 {
        background-image: url(../mobile-img/constructors-estacada-molodogvardeiskoy.svg);
        width: 144px;
        height: 115px;
    }

    .contractors__img21 {
        background-image: url(../mobile-img/constructors-pereystroistvo-setei-svyazi.svg);
        width: 144px;
        height: 115px;
    }

    .partner__department-images {
        justify-content: space-around;
    }

    .partner__department-img1 {
        background-image: url(../mobile-img/partners-department-pravitelstvo-msc.svg);
        width: 144px;
        height: 115px;
    }

    .partner__department-img2 {
        background-image: url(../mobile-img/partners-department-srtoitelstva-msc.svg);
        width: 144px;
        height: 115px;
    }

    .partner__department-img3 {
        background-image: url(../mobile-img/partners-department-investicionnoy.svg);
        width: 144px;
        height: 115px;
    }

    .partner__department-img4 {
        background-image: url(../mobile-img/partners-department-gor-imushestva.svg);
        width: 144px;
        height: 115px;
    }

    .partner__department-text {
        padding: 0 10px;
        max-width: 100%;
    }

    .partner__department-subtitle {
        font-size: 14px;
    }

    .vacantions-contact-title {
        font-size: 16px;
    }

    .details-contact {
        font-size: 16px;
    }

    .media__inner::before {
        /* background: url(../mobile-img/media/media_background-400px.png) no-repeat center center/cover;
        width: 100%;
        object-fit: cover; */
        height: 90px;
    }

    .company__info {
        padding-top: 10px;
    }

    .company__text {
        padding: 20px 35px;
        max-width: 400px;
        font-size: 13px;
        line-height: 25px;
        margin-top: -355px;
    }

    .company__main-image {
        height: 415px;
        width: 303px;
    }

    .company__backgroung-img {
        height: 420px;
    }

    .company__main-image::after {
        margin-top: 355px;
        width: 170px;
        height: 50px;
        font-size: 11px;
        margin-left: -25px;
    }

    .company__btn {
        margin-top: 30px;
        font-size: 20px;
        width: 290px;
        height: 60px;
    }

    .company__requisites-card {
        margin-left: 70px;
    }

    .card-1 {
        margin-right: 42px;
    }

    .card-2 {
        margin-left: 20px;
    }

    .company__requisites {
        margin-top: 80px;
    }

    .company__requisites-text,
    .company__requisites-text1 {
        font-size: 12px;
        margin-bottom: 14px;
    }

    .company__requisites-card::after {
        width: 152px;
        height: 0.5px;
        background: #000000bd;
        border: none;
    }

    .bubble,
    .schedule,
    .book,
    .map {
        margin-top: 15px;
        background-position: center;
        background-size: cover;
        width: 25px;
        height: 22px;
    }

    .schedule {
        height: 24px;
    }

    .map {
        width: 21px;
        height: 26px;
    }

    .projections__main-title {
        font-size: 25px;
    }

    .dropdown-content-mobile-link {
        padding: 15px 25px;
    }

    .dropdown-content-mobile-link a {
        font-size: 14px;
    }

    .company__backgroung-img {
        margin-bottom: 680px;
    }

    .geo__btn,
    .lab__btn {
        min-width: 240px;
        height: 55px;
        font-size: 19px;
    }

}

@media (max-width: 472px) {
    .main__title {
        padding: 20px 30px 25px;
    }

    .main__subtitle {
        padding: 0px 20px;
        font-size: 12px;
        line-height: 20px;
    }

    .main__box {
        width: 289px;
    }

    .main {
        height: 280px;
    }

    .object__img {
        width: 400px;
        height: 200px;
    }

    .header-mobile-link-icon svg {
        width: 30px;
        height: 30px;
    }

    .header-mobile-link-box {
        width: 230px;
    }

    .work__title,
    .lab__title,
    .vacantions-title {
        font-size: 24px;
    }

    .geo__subtitle,
    .lab__subtitle {
        font-size: 15px;
    }

    .our__card-img01 {
        margin: 0 auto;
        background-image: url(../mobile-img/partners-mobile-sgb-logo.svg);
        width: 252px;
        height: 90px;
    }

    .our__card-img02 {
        margin: 0 auto;
        background-image: url(../mobile-img/partners-mobile-leader-logo.svg);
        width: 252px;
        height: 90px;
    }

    .our__card-img03 {
        margin: 0 auto;
        background-image: url(../mobile-img/partners-mobile-nkk-logo.svg);
        width: 252px;
        height: 90px;
    }

    .documents-card-text {
        padding-left: 17px;
    }

    .documents-card-btn {
        width: 60px;
    }

    .documents-card-text {
        font-size: 13px;
        max-width: 302px;
    }

    .company__title {
        padding-bottom: 0px;
        margin-bottom: 5px;
    }

}

@media (max-width: 425px) {
    .main__text {
        min-width: 375px;
    }

    .main__title {
        padding: 20px 25px 25px;
        font-size: 29px;
    }

    .object__subtitle {
        font-size: 14px;
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .object__title,
    .project__title,
    .projection__title,
    .construction__title,
    .partners__title,
    .leaders__title,
    .our__title,
    .partner__department-maintitle,
    .contractors__main-title,
    .constructions__main-title,
    .podryad__title,
    .documents__title,
    .media__title,
    .company__title {
        font-size: 29px;
    }

    .work__title,
    .lab__title,
    .vacantions-title {
        font-size: 23px;
    }

    .project__card {
        width: 370px;
    }

    .project__card-text {
        margin-left: 10px;
    }

    .construction__images,
    .projections__images {
        margin-top: 40px;
    }

    .projection__subtitle,
    .construction__subtitle,
    .projections__subtitle,
    .constructions__subtitle,
    .object-construction-mobile-subtitle {
        font-size: 22px;
    }

    .object-construction-mobile-title {
        font-size: 17px;
    }

    .projection__text,
    .projections__text {
        padding: 0 15px;
    }

    .projection__link,
    .construction__link {
        font-size: 19px;
    }

    .partners,
    .podryad__images {
        padding: 0 60px;
    }

    .projection__slide {
        margin-top: 35px;
        padding: 0 15px 40px;
    }

    .construction__slide {
        margin-top: 35px;
        padding: 0 10px 0px;
    }

    .partners__images {
        margin-top: 25px;
    }

    .header-mobile-tel {
        margin-left: 130px;
    }

    .header-mobile-tel-icon svg {
        width: 20px;
        height: 20px;
    }

    .leaders__image,
    .leaders__image2,
    .leaders__image3,
    .leaders__image4,
    .leaders__image5,
    .leaders__image6,
    .leaders__image7 {
        width: 333px;
        height: 262px;
        object-fit: cover;
    }

    .leaders__name {
        font-size: 18px;
        text-align: center;
    }

    .leaders__text {
        text-align: center;
        margin-top: 60px;
    }

    .leaders__content {
        margin-top: 10px;
        margin-bottom: 0;
    }

    .work__card-service,
    .lab__card {
        height: 310px;
    }

    .work__card-title {
        margin-top: 30px;
        font-size: 17px;
        line-height: 26px;
    }

    .lab__card-title {
        padding-top: 110px;
        font-size: 17px;
        line-height: 26px;
    }

    .leaders__image,
    .leaders__image2,
    .leaders__image3,
    .leaders__image4,
    .leaders__image5,
    .leaders__image6,
    .leaders__image7 {
        margin: 0 auto;
        margin-top: 20px;
    }

    .zoomContainer,
    .zoomWindowContainer,
    .zoomWindow {
        max-width: 425px !important;
    }

    .our__cards {
        margin-top: 40px;
    }

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

    .our__card-title {
        font-size: 20px;
    }

    .partner__department-maintitle {
        margin-top: 30px;
    }


    .partner__department-title {
        margin-bottom: 20px;
    }

    .partner__department-subtitle {
        font-size: 12px;
        line-height: 26px;
    }

    .characteristics__title {
        font-size: 21px;
    }

    /* .characteristics__cards {
        margin-top: 40px;
    } */

    .documents-card {
        height: 80px;
    }

    .documents-card-text {
        padding-top: 10px;
        max-width: 250px;
        display: flex;
        padding-left: 15px;
        align-items: center;
        justify-content: center;
    }

    .documents-card-btn {
        height: 80px;
    }

    .documents-card-last,
    .documents-card-btn-last {
        height: 150px;
    }

    .documents__title {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .vacantions-right-side::before {
        width: 228px;
    }

    .media__card-text {
        font-size: 12px;
    }

    .text-sm {
        line-height: 20px;
    }

    .pt-text {
        padding-top: 15px;
    }

    .media__card {
        max-width: 340px;
        margin-top: 30px;
        height: 420px;
    }

    .media__card-info {
        height: 220px;
    }

    .company__title {
        padding-top: 10px;
    }

    .company__text {
        padding: 20px 29px;
        max-width: 360px;
        font-size: 12px;
        line-height: 22px;
    }

    .company__backgroung-img {
        height: 400px;
    }

    .company__main-image {
        height: 400px;
        width: 292px;
    }

    .company__main-image::after {
        font-size: 10px;
        margin-top: 340px;
        width: 165px;
    }

    .company__btn {
        font-size: 18px;
        width: 260px;
        height: 55px;
    }

    .company__requisites-card {
        margin-left: 50px;
    }

    .card-2 {
        margin-left: 0;
    }

    .company__requisites-card::after {
        width: 138px;
    }

    .company__subtitle-text {
        margin-top: 40px;
        padding: 25px 40px;
    }

    .projection__subtitle,
    .construction__subtitle,
    .projections__subtitle,
    .constructions__subtitle,
    .object-construction-mobile-subtitle {
        margin-top: 20px;
    }

    .projection__subtitle,
    .construction__subtitle,
    .projections__subtitle,
    .constructions__subtitle,
    .object-construction-mobile-subtitle {
        font-size: 20px;
    }

    .projection__text {
        margin-top: 20px;
    }

    .characteristics__card {
        margin-top: 25px;
    }

    .object-construction-tabs,
    .object-construction-tabs2 {
        margin-top: 25px;
    }

    .object-construction-btn-block,
    .object-construction-btn-block2 {
        margin-top: 7px;
        max-width: 350px;
    }

    .object-construction-click-btn,
    .object-construction-click-btn2,
    .object-construction-click-btn3 {
        margin-top: 12px;
    }

    .twenty-twenty {
        width: 74px;
    }

    .object-construction-click-btn:nth-child(5),
    .object-construction-click-btn2:nth-child(5),
    .object-construction-click-btn3:nth-child(5) {
        margin-top: 10px;
    }

    .media__card:nth-child(7)::after {
        width: 258px;
        height: 95px;
    }

    .media__card:nth-child(8)::after {
        width: 258px;
        height: 86px;
    }

    .i-frame {
        height: 217px;
    }
}

@media (max-width: 414px) {
    .projection__text {
        padding: 0 10px;
    }

    .our__card {
        padding: 0px 15px;
    }

    .our__cards {
        margin-top: 45px;
    }

    .constructions {
        margin-top: 20px;
    }

}

@media (max-width: 407px) {
    .main__title {
        padding: 20px 15px 25px;
        font-size: 28px;
        line-height: 40px;
    }

    .object__title {
        margin-top: 40px;
        font-size: 28px;
    }

    .object__subtitle {
        letter-spacing: 0.01em;
    }

    .project__title,
    .leaders__title,
    .projection__title,
    .construction__title,
    .partners__title,
    .our__title,
    .partner__department-maintitle,
    .contractors__main-title,
    .constructions__main-title,
    .podryad__title,
    .documents__title,
    .media__title,
    .company__title {
        font-size: 28px;
    }

    .main__text {
        min-width: 345px;
    }

    .object__img {
        width: 375px;
        height: 187px;
    }

    .project__card {
        margin-top: 20px;
        width: 350px;
    }

    .project__card-list p {
        width: 278px;
        font-size: 14px;
        line-height: 22px;
    }

    .project__card-title {
        margin-left: 50px;
    }

    .project__card-title2 {
        margin-left: 40px;
    }

    .partners,
    .podryad__images {
        padding: 0 40px;
    }

    .constructions__text {
        height: 162px;
    }

    .work__card-service1,
    .work__card-service2,
    .work__card-service3 {
        width: 90px;
        height: 90px;
    }

    .work__card,
    .work__card-border,
    .lab__card,
    .lab__card-border {
        width: 350px;
    }

    .work__card-service,
    .lab__card {
        height: 300px;
    }

    .our__card-subtitle {
        line-height: 28px;
    }

    .our__card-subtitle {
        font-size: 14px;
    }

    .partner__department-subtitle {
        font-size: 13px;
        line-height: 25px;
    }

    .vacantions-contact-title,
    .details-contact,
    .details-subtitle {
        font-size: 15px;
    }

    .projections__main-title {
        font-size: 22px;
    }

    .company__subtitle-text {
        line-height: 22px;
    }

    .tabs-mobile-btn, .tabs-mobile-btn2, .tabs-mobile-btn3 {
        width: 105px;
    }

}

@media (max-width: 393px) {

    .projection__img4,
    .construction__img4,
    .projections__img04,
    .constructions__img04,
    .constructions__img8,
    .constructions__img12,
    .projections__img8,
    .projections__img12,
    .projections__img16,
    .projections__img20,
    .projections__img24 {
        margin-left: 10px;
        width: 115px;
        height: 88px;
    }

    .projection__img3,
    .construction__img3,
    .projections__img03,
    .constructions__img03,
    .constructions__img7,
    .constructions__img11,
    .projections__img7,
    .projections__img11,
    .projections__img15,
    .projections__img19,
    .projections__img23 {
        margin-left: 10px;
        width: 115px;
        height: 68px;
    }

    .projection__images,
    .construction__images {
        margin-top: 50px;
    }

    .construction__text {
        margin-top: 25px;
    }

    .projection__img1,
    .construction__img1,
    .projections__img01,
    .constructions__img01,
    .constructions__img5,
    .constructions__img9,
    .projections__img5,
    .projections__img9,
    .projections__img13,
    .projections__img17,
    .projections__img21 {
        width: 170px;
        height: 68px;
    }

    .projection__img2,
    .construction__img2,
    .projections__img02,
    .constructions__img02,
    .constructions__img6,
    .constructions__img10,
    .projections__img6,
    .projections__img10,
    .projections__img14,
    .projections__img18,
    .projections__img22 {
        width: 168px;
        height: 88px;
    }

    .header-mobile-tel {
        margin-left: 110px;
    }

    .mobile-tel a {
        margin-left: 9px;
        font-size: 15px;
    }

    .header-mobile-menu::before {
        content: '';
        left: 10px;
        top: 22px;
        width: 100px;
        height: 37px;
    }

    .leaders__image,
    .leaders__image2,
    .leaders__image3,
    .leaders__image4,
    .leaders__image5,
    .leaders__image6,
    .leaders__image7 {
        display: flex;
        justify-content: center;
        width: 310px;
        height: 245px;
    }

    .work__card-service1,
    .work__card-service2,
    .work__card-service3 {
        margin-top: 30px;

    }

    .work__card,
    .work__card-border,
    .lab__card,
    .lab__card-border,
    .characteristics__card,
    .characteristics__card-border {
        width: 320px;
    }

    .work__card-service,
    .lab__card,
    .characteristics__card {
        height: 290px;
    }

    .characteristics__card-title {
        margin-top: 15px;
        font-size: 17px;
    }

    .characteristics__card-subtitle {
        margin-top: 7px;
        width: 220px;
        font-size: 12px;
    }

    .our__card-title {
        font-size: 19px;
    }

    .our__cards {
        margin-top: 35px;
    }

    .characteristics__title {
        font-size: 19px;
    }

    .lab__card-title {
        max-width: 320px;
    }

    .media__card-text {
        font-size: 11px;
        line-height: 24px;
    }

    .text-sm {
        line-height: 20px;
    }

    .text-xs {
        line-height: 18px;
    }

    .media__card {
        max-width: 320px;
    }

    .company__text {
        max-width: 315px;
        line-height: 21px;
        margin-top: -315px;
    }

    .company__backgroung-img {
        height: 350px;
    }

    .company__main-image {
        height: 356px;
        width: 260px;
    }

    .company__main-image::after {
        margin-top: 300px;
    }

    .object-construction-mobile-title {
        font-size: 15px;
    }

    .projections__mobile-btn,
    .constructions__mobile-btn {
        max-width: 300px;
    }

    .zoomContainer, .zoomWindowContainer, .zoomWindow {
        max-width: 320px !important;
    }
}

@media (max-width: 375px) {
    .main__title {
        font-size: 27px;
        line-height: 38px;
    }

    .object__title,
    .leaders__title,
    .project__title,
    .projection__title,
    .construction__title,
    .partners__title,
    .our__title,
    .partner__department-maintitle,
    .contractors__main-title,
    .constructions__main-title,
    .podryad__title,
    .documents__title,
    .media__title,
    .company__title {
        font-size: 27px;
    }

    .main__text {
        min-width: 315px;
    }

    .header-mobile-tel-icon svg {
        width: 18px;
        height: 18px;
    }

    .projection__text,
    .construction__text,
    .projections__text,
    .constructions__text,
    .object-construction-mobile-text {
        font-size: 12px;
    }

    .constructions__text {
        height: 163px;
    }

    .partners,
    .podryad__images {
        padding: 0 35px;
    }

    .work__title,
    .lab__title,
    .vacantions-title {
        font-size: 19px;
    }

    .our__card {
        padding: 0 5px;
    }

    .our__card-subtitle {
        font-size: 13px;
    }

    .partner__department-subtitle {
        font-size: 12px;
    }

    .vacantions-right-side {
        padding-left: 5px;
        padding-right: 5px;
    }

    .vacantions-contact-title,
    .details-contact,
    .details-subtitle {
        font-size: 14px;
    }

    .vacantions-right-side::before {
        width: 200px;
    }

    .company__subtitle-text {
        padding: 25px 30px;
        font-size: 11px;
    }

    .object-construction-btn-block,
    .object-construction-btn-block2 {
        max-width: 320px;
    }

    .object-construction-click-btn,
    .object-construction-click-btn2,
    .object-construction-click-btn3 {
        font-size: 14px;
    }

    .twenty-twenty {
        width: 65px;
    }
}

@media (max-width: 374px) {
    .object__img {
        width: 365px;
        height: 182px;
    }

    .project__card {
        width: 305px;
        height: 180px;
    }

    .project__card-text {
        margin-left: 5px;
    }

    .project__card-list {
        margin-top: 15px;
    }

    .project__card-list p {
        width: 260px;
        font-size: 13px;
    }

    .project__card-title {
        margin-left: 30px;
    }

    .project__card-title2 {
        margin-left: 20px;
    }

    .project__card-images {
        margin-left: 15px;
    }

}

@media (max-width: 365px) {
    .main__title {
        font-size: 25px;
        line-height: 35px;
        padding: 20px 12px 25px;
    }

    .object__title,
    .leaders__title,
    .project__title,
    .projection__title,
    .construction__title,
    .partners__title,
    .our__title,
    .partner__department-maintitle,
    .contractors__main-title,
    .constructions__main-title,
    .podryad__title,
    .documents__title,
    .media__title,
    .company__title {
        font-size: 25px;
    }

    .object__subtitle {
        letter-spacing: 0em;
        font-size: 13px;
    }

    .main__text {
        min-width: 306px;
    }

    .main {
        height: 255px;
    }

    .header-mobile-tel {
        margin-left: 120px;
    }

    .header-mobile-tel a {
        margin-left: 12px;
        font-size: 15px;
    }

    .media-365 {
        padding-top: 0;
    }
}

@media (max-width: 364px) {
    .object__img {
        width: 320px;
        height: 160px;
    }

    .partners,
    .podryad__images {
        padding: 0 27px;
    }

    .zoomContainer,
    .zoomWindowContainer,
    .zoomWindow {
        display: none;
    }

    .partner__department-img1,
    .partner__department-img2,
    .partner__department-img3,
    .partner__department-img4 {
        margin-bottom: 0;
    }

    .partner__department-images {
        padding-top: 0;
    }

    .characteristics__title {
        font-size: 16px;
        line-height: 1px;
    }

    .documents-card-text {
        max-width: 216px;
    }

    .documents-cards {
        padding: 0;
    }

    .media__card-info {
        height: 210px;
    }

    .media__card {
        max-width: 310px;
    }

    .company__requisites-card::after {
        width: 135px;
    }

    .company__requisites-card {
        margin-left: 30px;
    }

    .card-1 {
        margin-right: -15px;
    }

    .projections__main-title {
        font-size: 20px;
    }

    .dropdown-content-mobile-link {
        padding: 15px 5px;
    }

    .dropdown-content-mobile-link a {
        font-size: 13px;
    }

}

@media (max-width: 350px) {

    .header-mobile-menu::before {
        content: '';
        left: 10px;
        width: 88px;
        height: 32px;
    }

    .header-mobile-tel-icon {
        display: none;
    }

    .header-mobile-tel {
        margin-left: 105px;
    }

    .our__card-subtitle {
        line-height: 25px;
        font-size: 14px;
    }

    .object-construction-mobile-title {
        font-size: 13px;
    }

    .object-construction-btn-block,
    .object-construction-btn-block2 {
        max-width: 300px;
    }

    .object-construction-click-btn,
    .object-construction-click-btn2,
    .object-construction-click-btn3 {
        width: 90px;
    }

    .tabs-mobile-btn,
    .tabs-mobile-btn2,
    .tabs-mobile-btn3 {
        max-width: 90px;
    }

    .twenty-twenty {
        width: 61px;
    }

}

@media (max-width: 340px) {
    .main__text {
        min-width: 294px;
    }

    .main__title {
        padding: 20px 6px 25px;
    }

    .object__subtitle {
        font-size: 12px;
    }

    .partners,
    .podryad__images {
        padding: 0 20px;
    }

    .projection__img1,
    .construction__img1,
    .projections__img01,
    .constructions__img01,
    .constructions__img5,
    .constructions__img9,
    .projections__img5,
    .projections__img9,
    .projections__img13,
    .projections__img17,
    .projections__img21 {
        width: 160px;
        height: 64px;
    }

    .projection__img2,
    .construction__img2,
    .projections__img02,
    .constructions__img02,
    .constructions__img6,
    .constructions__img10,
    .projections__img6,
    .projections__img10,
    .projections__img14,
    .projections__img18,
    .projections__img22 {
        margin-top: 10px;
        width: 158px;
        height: 83px;
    }

    .projection__img4,
    .construction__img4,
    .projections__img04,
    .constructions__img04,
    .constructions__img8,
    .constructions__img12,
    .projections__img8,
    .projections__img12,
    .projections__img16,
    .projections__img20,
    .projections__img24 {
        margin-top: 10px;
        width: 105px;
        height: 83px;
    }

    .projection__img3,
    .construction__img3,
    .projections__img03,
    .constructions__img03,
    .constructions__img7,
    .constructions__img11,
    .projections__img7,
    .projections__img11,
    .projections__img15,
    .projections__img19,
    .projections__img23 {
        width: 105px;
        height: 64px;
    }

    .work__card,
    .work__card-border,
    .lab__card,
    .lab__card-border,
    .characteristics__card,
    .characteristics__card-border {
        width: 280px;
    }

    .characteristics__card-subtitle {
        width: 190px;
    }

    .work__card-service1,
    .work__card-service2,
    .work__card-service3 {
        width: 80px;
        height: 80px;
    }

    .work__card-title,
    .lab__card-title {
        font-size: 16px;
    }

    .lab__card-title {
        max-width: 280px;
    }

    .work__card-service,
    .lab__card {
        height: 275px;
    }

    .vacantions-contact-title,
    .details-contact,
    .details-subtitle {
        font-size: 13px;
    }

    .media__card-info {
        padding: 0 20px;
    }

    .company__text {
        width: 296px;
        padding: 20px 20px;
    }

    .projections__main-title {
        font-size: 19px;
    }
}