@media (max-width: 1024px) {
    .main_banner_title {
        color: #fff;
        font-weight: 700;
        font-size: 38px;
        width: 100%;
    }

    .contact_block {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        gap: 20px;
    }

    .contact_item{
        background: #ECECEC;
        padding: 40px 20px;
        border-radius: 15px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 100%;
        align-items: center;
    }

    .contact_map {
        width: 100%;
    }

    .contact_content {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 10px;
        width: 100%;
    }

    .banner_banner {
        position: relative;
        overflow: hidden;
        height: 70vh;
    }

    .header_menu li {
        margin-right: 40px;
    }

    .main_about_title {
        color: #141414;
        font-weight: 600;
        font-size: 38px;
        margin-bottom: 30px;
        width: 100%;
    }

    .main_service_title {
        color: #141414;
        font-weight: 600;
        font-size: 38px;
        margin-bottom: 50px;
    }

    .main_oborud_title {
        color: #fff;
        font-weight: 600;
        font-size: 38px;
        margin-bottom: 30px;
    }

    .main_gallery_title {
        color: #141414;
        font-weight: 600;
        font-size: 38px;
        margin-bottom: 50px;
    }

    .slick-dots {
        display: flex;
        gap: 10px;
    }

    .proekt_slider li button:before {
        font-size: 12px;
        color: #999;
    }

    .proekt_slider li.slick-active button:before {
        color: #3366ff;
    }

    .proekt_slider ul {
        display: flex !important;
        gap: 20px;
        padding: 0;
        margin: 16px;
        list-style: none;
        justify-content: center;
    }

    .proekt_slider li {
        width: 10px;
        height: 10px;
    }

    .proekt_slider button {
        width: 15px;
        height: 15px;
        padding: 0;
        border: none;
        border-radius: 50%;
        background-color: #ccc;
        transition: background-color 0.3s ease;
        font-size: 0;
        cursor: pointer;
    }

    .proekt_slider li.slick-active button {
        background-color: #3366ff; /* активная синяя */
    }

    .otzyv_slider li button:before {
        font-size: 12px;
        color: #999;
    }

    .otzyv_slider li.slick-active button:before {
        color: #3366ff;
    }

    .otzyv_slider ul {
        display: flex !important;
        gap: 20px;
        padding: 0;
        margin: 16px;
        list-style: none;
        justify-content: center;
    }

    .otzyv_slider li {
        width: 10px;
        height: 10px;
    }

    .otzyv_slider button {
        width: 15px;
        height: 15px;
        padding: 0;
        border: none;
        border-radius: 50%;
        background-color: #ccc;
        transition: background-color 0.3s ease;
        font-size: 0;
        cursor: pointer;
    }

    .otzyv_slider li.slick-active button {
        background-color: #3366ff; /* активная синяя */
    }

    .partner_slider li button:before {
        font-size: 12px;
        color: #999;
    }

    .partner_slider li.slick-active button:before {
        color: #3366ff;
    }

    .partner_slider ul {
        display: flex !important;
        gap: 20px;
        padding: 0;
        margin: 16px;
        list-style: none;
        justify-content: center;
    }

    .partner_slider li {
        width: 10px;
        height: 10px;
    }

    .partner_slider button {
        width: 15px;
        height: 15px;
        padding: 0;
        border: none;
        border-radius: 50%;
        background-color: #ccc;
        transition: background-color 0.3s ease;
        font-size: 0;
        cursor: pointer;
    }

    .partner_slider li.slick-active button {
        background-color: #3366ff; /* активная синяя */
    }

    .service_slider li button:before {
        font-size: 12px;
        color: #999;
    }

    .service_slider li.slick-active button:before {
        color: #3366ff;
    }

    .service_slider ul {
        display: flex !important;
        gap: 20px;
        padding: 0;
        margin: 16px;
        list-style: none;
        justify-content: center;
    }

    .service_slider li {
        width: 10px;
        height: 10px;
    }

    .service_slider button {
        width: 15px;
        height: 15px;
        padding: 0;
        border: none;
        border-radius: 50%;
        background-color: #ccc;
        transition: background-color 0.3s ease;
        font-size: 0;
        cursor: pointer;
    }

    .service_slider li.slick-active button {
        background-color: #3366ff; /* активная синяя */
    }
    
    .banner img {
        width: 100%;
        height: 100%;
    }
    
    .banner_banner img{
        width: 100%;
        height: 100%;
    }
}

@media (max-width: 1023px) {
    .menu {
        display: block;
    }

    .burger-checkbox {
        position: absolute;
        visibility: hidden;
    }

    .burger {
        position: relative;
        z-index: 1;
        cursor: pointer;
        display: block;
        position: relative;
        border: none;
        background: transparent;
        width: 40px;
        height: 26px;
    }

    .burger::before,
    .burger::after {
        content: '';
        left: 0;
        position: absolute;
        display: block;
        width: 100%;
        height: 4px;
        border-radius: 10px;
        background: #3B7BE0;
    }
    
    .burger::before {
        top: 0;
        box-shadow: 0 11px 0 #3B7BE0;
        transition: box-shadow .3s .15s, top .3s .15s, transform .3s;
    }

    .burger::after {
        bottom: 0;
        transition: bottom .3s .15s, transform .3s;
    }

    .burger-checkbox:checked + .burger::before {
        top: 11px;
        transform: rotate(45deg);
        box-shadow: 0 6px 0 rgba(0,0,0,0);
        transition: box-shadow .15s, top .3s, transform .3s .15s;
    }

    .burger-checkbox:checked + .burger::after {
        bottom: 11px;
        transform: rotate(-45deg);
        transition: bottom .3s, transform .3s .15s;
    }

    .menu-list {
        top: 0;
        left: 0;
        position: absolute;
        display: grid;
        gap: 12px;
        margin: 0;
        background: #F7F7F7;
        list-style-type: none;
        transform: translateX(-100%);
        transition: .3s;
        width: 310px;
        z-index: 1000;
        height: 100vh;
        align-content: space-between;
    }

    .menu-item {
        display: block;
        padding: 8px;
        color: white;
        font-size: 18px;
        text-align: center;
        text-decoration: none;
    }

    .menu-item:hover {
        background: rgba(255,255,255,.2)
    }

    .burger-checkbox:checked ~ .menu-list {
        transform: translateX(0);
    }

    .menu_title {
        color: rgba(0, 0, 0, .1);
        font-weight: 400;
        font-size: 24px;
        font-family: "Open Sans", sans-serif;
        text-align: center;
        padding: 30px 0px;
        border-bottom: 1px solid #666666;
        border-color: rgba(0, 0, 0, .1);
    }

    .menu-list li {
        border-bottom: 1px solid #666666;
        border-color: rgba(0, 0, 0, .1);
        padding: 22px;
    }


    .menu-list a {
        color: #666666;
        font-weight: 400;
        font-size: 20px;
        text-transform: uppercase;
        font-family: "Mulish", sans-serif;
    }


    .menu_tel {
        color: rgba(0, 0, 0, .1);
        font-weight: 400;
        font-size: 24px;
        font-family: "Open Sans", sans-serif;
        text-align: center;
        padding: 30px 0px;
        border-top: 1px solid #666666;
        border-color: rgba(0, 0, 0, .1);
    }
}

@media (max-width: 768px) {
    .header_menu{
        display: none;
    }
    
    .proekt_grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 20px;
        justify-content: space-between;
    }
    
    .modal-img{
        display:none;
    }
    
    .modal-dialog {
        display: block;
        background: #EDEEF3;
    }
    
    .gallery_grid-grid img {
        width: 100%;
        height: 100%;
    }
    
    .banner img {
        width: 100%;
        height: 100%;
    }
    
    .banner_banner img{
        width: 100%;
        height: 100%;
    }

    .header-lang{
        display: none;
    }

    .main_banner_title {
        color: #fff;
        font-weight: 700;
        font-size: 38px;
        width: 100%;
    }

    .banner {
        position: relative;
        overflow: hidden;
        height: 100vh;
    }

    .main_wrapper_img{
        width: 100%;
    }

    .main_about_title {
        color: #141414;
        font-weight: 600;
        font-size: 30px;
        margin-bottom: 30px;
        width: 100%;
    }

    .main_service_title {
        color: #141414;
        font-weight: 600;
        font-size: 30px;
        margin-bottom: 50px;
    }

    .modal_text {
        color: #868686;
        font-weight: 400;
        font-size: 16px;
        width: 100%;
        text-align: center;
    }

    input {
        padding: 12px 24px;
        border-radius: 28px;
        border: 2px solid #ECECEC;
        background: #F1F1F1;
        color: #868686;
        font-size: 14px;
        font-weight: 400;
        text-align: center;
    }

    .slick-dots {
        display: flex;
        gap: 10px;
    }

    .proekt_slider li button:before {
        font-size: 12px;
        color: #999;
    }

    .proekt_slider li.slick-active button:before {
        color: #3366ff;
    }

    .proekt_slider ul {
        display: flex !important;
        gap: 20px;
        padding: 0;
        margin: 16px;
        list-style: none;
        justify-content: center;
    }

    .proekt_slider li {
        width: 10px;
        height: 10px;
    }

    .proekt_slider button {
        width: 15px;
        height: 15px;
        padding: 0;
        border: none;
        border-radius: 50%;
        background-color: #ccc;
        transition: background-color 0.3s ease;
        font-size: 0;
        cursor: pointer;
    }

    .proekt_slider li.slick-active button {
        background-color: #3366ff; /* активная синяя */
    }

    .otzyv_slider li button:before {
        font-size: 12px;
        color: #999;
    }

    .otzyv_slider li.slick-active button:before {
        color: #3366ff;
    }

    .otzyv_slider ul {
        display: flex !important;
        gap: 20px;
        padding: 0;
        margin: 16px;
        list-style: none;
        justify-content: center;
    }

    .otzyv_slider li {
        width: 10px;
        height: 10px;
    }

    .otzyv_slider button {
        width: 15px;
        height: 15px;
        padding: 0;
        border: none;
        border-radius: 50%;
        background-color: #ccc;
        transition: background-color 0.3s ease;
        font-size: 0;
        cursor: pointer;
    }

    .otzyv_slider li.slick-active button {
        background-color: #3366ff; /* активная синяя */
    }

    .partner_slider li button:before {
        font-size: 12px;
        color: #999;
    }

    .partner_slider li.slick-active button:before {
        color: #3366ff;
    }

    .partner_slider ul {
        display: flex !important;
        gap: 20px;
        padding: 0;
        margin: 16px;
        list-style: none;
        justify-content: center;
    }

    .partner_slider li {
        width: 10px;
        height: 10px;
    }

    .partner_slider button {
        width: 15px;
        height: 15px;
        padding: 0;
        border: none;
        border-radius: 50%;
        background-color: #ccc;
        transition: background-color 0.3s ease;
        font-size: 0;
        cursor: pointer;
    }

    .partner_slider li.slick-active button {
        background-color: #3366ff; /* активная синяя */
    }

    .service_slider li button:before {
        font-size: 12px;
        color: #999;
    }

    .service_slider li.slick-active button:before {
        color: #3366ff;
    }

    .service_slider ul {
        display: flex !important;
        gap: 20px;
        padding: 0;
        margin: 16px;
        list-style: none;
        justify-content: center;
    }

    .service_slider li {
        width: 10px;
        height: 10px;
    }

    .service_slider button {
        width: 15px;
        height: 15px;
        padding: 0;
        border: none;
        border-radius: 50%;
        background-color: #ccc;
        transition: background-color 0.3s ease;
        font-size: 0;
        cursor: pointer;
    }

    .service_slider li.slick-active button {
        background-color: #3366ff; /* активная синяя */
    }

    .banner_banner {
        position: relative;
        overflow: hidden;
        height: 70vh;
    }

    .proekt_about_title {
        color: #141414;
        font-weight: 600;
        font-size: 30px;
        margin-bottom: 30px;
    }

    .proekt_service_title {
        color: #141414;
        font-weight: 600;
        font-size: 30px;
        margin-bottom: 50px;
    }
    
    .proekt_info_title {
        color: #141414;
        font-weight: 600;
        font-size: 30px;
        margin-bottom: 30px;
    }

    .proekt_usluga_title {
        color: #141414;
        font-weight: 600;
        font-size: 30px;
        margin-bottom: 30px;
    }

    .contact_block {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        gap: 20px;
    }

    .contact_item {
        background: #ECECEC;
        padding: 40px 20px;
        border-radius: 15px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 100%;
        align-items: center;
    }

    .contact_map {
        width: 100%;
    }

    .contact_content {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        width: 100%;
    }
}

@media (max-width: 480px) {
    .header_menu{
        display: none;
    }

    .header-lang{
        display: none;
    }

    .banner {
        position: relative;
        overflow: hidden;
        height: 100vh;
        width: 100%;
    }

    .main_banner_title {
        color: #fff;
        font-weight: 700;
        font-size: 30px;
        width: 100%;
        text-align: center;
    }

    .main_wrapper {
        display: flex;
        justify-content: space-between;
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
        transform: translateY(-50%);
        z-index: 1;
        align-items: center;
        padding: 32px;
        flex-direction: column;
    }

    .main_about_title {
        color: #141414;
        font-weight: 600;
        font-size: 26px;
        margin-bottom: 30px;
        width: 100%;
        text-align: center;
    }

    .main_about {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: column;
        gap: 10px;
    }
    
    .main_about_text {
        color: #141414;
        font-weight: 400;
        font-size: 15px;
        line-height: 120%;
        text-align: center;
    }

    .main_about_item {
        width: 100%;
    }

    .main_about_img {
        width: 100%;
    }

    .main_service_title {
        color: #141414;
        font-weight: 600;
        font-size: 26px;
        margin-bottom: 50px;
        text-align: center;
    }


    .modal_title {
        color: #141414;
        font-weight: 600;
        font-size: 30px;
    }

    .modal_block {
        border: 5px solid #0A7DD0;
        border-radius: 16px;
        padding: 10 px;
        display: flex;
        align-items: center;
        flex-direction: column;
        gap: 15px;
    }

    .footer{
        background: #141414;
        padding: 20px;
        border-radius: 12px;
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        align-content: center;
        align-items: center;
    }

    .footer_menu{
        display: none;
    }

    .footer_img{
        border-radius: 8px;
        margin-bottom: 10px;
    }

    .footer_add {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }

    .header_tel{
        display: none;
    }

    .slick-dots {
        margin-top: 20px;
        display: flex;
        justify-content: flex-start;
    }

    .slick-dots {
        display: flex;
        gap: 10px;
    }

    .service_slider li button:before {
        font-size: 12px;
        color: #999;
    }

    .service_slider li.slick-active button:before {
        color: #3366ff;
    }

    .service_slider ul {
        display: flex !important;
        gap: 20px;
        padding: 0;
        margin: 16px;
        list-style: none;
        justify-content: center;
    }

    .service_slider li {
        width: 10px;
        height: 10px;
    }

    .service_slider button {
        width: 15px;
        height: 15px;
        padding: 0;
        border: none;
        border-radius: 50%;
        background-color: #ccc;
        transition: background-color 0.3s ease;
        font-size: 0;
        cursor: pointer;
    }

    .service_slider li.slick-active button {
        background-color: #3366ff; /* активная синяя */
    }

    input {
        padding: 12px 24px;
        border-radius: 28px;
        border: 2px solid #ECECEC;
        background: #F1F1F1;
        color: #868686;
        font-size: 14px;
        font-weight: 400;
        text-align: center;
    }

    .forma {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 10px;
        flex-direction: column;
    }

    .modal_text {
        color: #868686;
        font-weight: 400;
        font-size: 16px;
        width: 100%;
        text-align: center;
    }

    .slick-dots {
        display: flex;
        gap: 10px;
    }

    .proekt_slider li button:before {
        font-size: 12px;
        color: #999;
    }

    .proekt_slider li.slick-active button:before {
        color: #3366ff;
    }

    .proekt_slider ul {
        display: flex !important;
        gap: 20px;
        padding: 0;
        margin: 16px;
        list-style: none;
        justify-content: center;
    }

    .proekt_slider li {
        width: 10px;
        height: 10px;
    }

    .proekt_slider button {
        width: 15px;
        height: 15px;
        padding: 0;
        border: none;
        border-radius: 50%;
        background-color: #ccc;
        transition: background-color 0.3s ease;
        font-size: 0;
        cursor: pointer;
    }

    .proekt_slider li.slick-active button {
        background-color: #3366ff; /* активная синяя */
    }

    .otzyv_slider li button:before {
        font-size: 12px;
        color: #999;
    }

    .otzyv_slider li.slick-active button:before {
        color: #3366ff;
    }

    .otzyv_slider ul {
        display: flex !important;
        gap: 20px;
        padding: 0;
        margin: 16px;
        list-style: none;
        justify-content: center;
    }

    .otzyv_slider li {
        width: 10px;
        height: 10px;
    }

    .otzyv_slider button {
        width: 15px;
        height: 15px;
        padding: 0;
        border: none;
        border-radius: 50%;
        background-color: #ccc;
        transition: background-color 0.3s ease;
        font-size: 0;
        cursor: pointer;
    }

    .otzyv_slider li.slick-active button {
        background-color: #3366ff; /* активная синяя */
    }

    .partner_slider li button:before {
        font-size: 12px;
        color: #999;
    }

    .partner_slider li.slick-active button:before {
        color: #3366ff;
    }

    .partner_slider ul {
        display: flex !important;
        gap: 20px;
        padding: 0;
        margin: 16px;
        list-style: none;
        justify-content: center;
    }

    .partner_slider li {
        width: 10px;
        height: 10px;
    }

    .partner_slider button {
        width: 15px;
        height: 15px;
        padding: 0;
        border: none;
        border-radius: 50%;
        background-color: #ccc;
        transition: background-color 0.3s ease;
        font-size: 0;
        cursor: pointer;
    }

    .partner_slider li.slick-active button {
        background-color: #3366ff; /* активная синяя */
    }

    .main_wrapper_img {
        width: 100%;
    }

    .gallery .item img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        filter: brightness(40%);
        transition: filter 0.5s ease;
        border-radius: 12px;
    }

    .about_mission {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: column-reverse;
    }

    .about_mission_img {
        width: 100%;
    }

    .about_mission_item{
        width: 100%;
    }

    .about_about {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: column;
    }

    .about_about_item {
        width: 100%;
    }

    .about_about_img {
        width: 100%;
    }

    .main_oborud_title {
        color: #fff;
        font-weight: 600;
        font-size: 26px;
        margin-bottom: 30px;
        text-align: center;
    }
    
    .main_oborud_text {
        color: #fff;
        font-weight: 400;
        font-size: 15px;
        margin-bottom: 30px;
        text-align: center;
    }

    .main_gallery_title {
        color: #141414;
        font-weight: 600;
        font-size: 26px;
        margin-bottom: 30px;
        text-align: center;
    }

    .main_proekt_title {
        color: #141414;
        font-weight: 600;
        font-size: 30px;
        margin-bottom: 30px;
    }

    .main_otzyv_title {
        color: #141414;
        font-weight: 600;
        font-size: 30px;
        margin-bottom: 30px;
    }

    .main_partner_title {
        color: #141414;
        font-weight: 600;
        font-size: 30px;
        margin-bottom: 30px;
    }

    .about_mission_title {
        color: #141414;
        font-weight: 600;
        font-size: 26px;
        margin-bottom: 30px;
        text-align: center;
    }
    
    .about_mission_text {
        color: #141414;
        font-weight: 400;
        font-size: 15px;
        line-height: 120%;
        text-align: center;
    }

    .about_about_title {
        color: #141414;
        font-weight: 600;
        font-size: 26px;
        margin-bottom: 15px;
        text-align: center;
    }

    .about_partner_title {
        color: #141414;
        font-weight: 600;
        font-size: 26px;
        margin-bottom: 30px;
        text-align: center;
    }

    .uslugi_remont_title {
        color: #141414;
        font-weight: 600;
        font-size: 26px;
        margin-bottom: 30px;
        text-align: center;
    }

    .uslugi_remont {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: column-reverse;
    }
    
    .uslugi_remont_text {
        color: #141414;
        font-weight: 400;
        font-size: 15px;
        line-height: 120%;
        text-align: center;
    }

    .uslugi_remont_img {
        width: 100%;
    }

    .uslugi_remont_item {
        width: 100%;
    }

    .uslugi_garant_title {
        color: #141414;
        font-weight: 600;
        font-size: 26px;
        margin-bottom: 30px;
        text-align: center;
    }
    
    .uslugi_garant_text {
        color: #141414;
        font-weight: 400;
        font-size: 15px;
        line-height: 120%;
        text-align: center;
    }
    
    .uslugi_gallery_title {
        color: #141414;
        font-weight: 600;
        font-size: 26px;
        margin-bottom: 50px;
        text-align: center;
    }

    .uslugi_garant {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: column;
    }

    .uslugi_garant_item {
        width: 100%;
    }

    .uslugi_garant_img {
        width: 100%;
    }

    .border {
        border-radius: 16px;
        object-fit: cover;
    }

    .about_wrapper_text {
        color: #FFFFFF;
        font-weight: 400;
        font-size: 20px;
        width: 100%;
        text-align: center;
    }

    .banner_banner{
        position: relative;
        overflow: hidden;
        height: 100vh;
    }

    .uslugi_wrapper_text {
        color: #FFFFFF;
        font-weight: 400;
        font-size: 20px;
        width: 100%;
        text-align: center;
    }

    .proekt_about {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: column-reverse;
    }

    .proekt_about_img {
        width: 100%;
    }

    .proekt_about_item {
        width: 100%;
    }

    .proekt_about_number::before {
        width: 2px;
        height: 134px;
        background: #0092E5;
        right: 14px;
        position: absolute;
        content: '';
        left: 50%;
        top: 40px;
        transform: translateX(-50%);
    }

    .proekt_info {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: column-reverse;
    }

    .proekt_info_img {
        width: 100%;
    }

    .proekt_info_item {
        width: 100%;
    }

    .proekt_usluga {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: column;
    }

    .proekt_usluga_item {
        width: 100%;
    }

    .proekt_usluga_img {
        width: 100%;
    }

    .proekt_about_title {
        text-align: center;
        color: #141414;
        font-weight: 600;
        font-size: 26px;
        margin-bottom: 30px;
    }
    
    .proekt_about_subtitle {
        color: #141414;
        font-size: 15px;
        font-weight: 400;
    }

    .proekt_service_title {
        color: #141414;
        font-weight: 600;
        font-size: 26px;
        margin-bottom: 50px;
        text-align: center;
    }

    .proekt_info_title {
        color: #141414;
        font-weight: 600;
        font-size: 26px;
        margin-bottom: 30px;
        text-align: center;
    }
    
    .proekt_info_subtitle {
        color: #141414;
        font-size: 15px;
        font-weight: 400;
    }

    .proekt_usluga_title {
        color: #141414;
        font-weight: 600;
        font-size: 26px;
        margin-bottom: 30px;
        text-align: center;
    }
    
    .proekt_usluga_text span {
        color: #141414;
        font-weight: 600;
        font-size: 20px;
        margin-bottom: 10px;
    }
    
    .proekt_usluga_text p {
        margin-top: 7px;
        font-size: 15px;
    }


    .proekt_wrapper {
        display: flex;
        position: absolute;
        top: 48%;
        left: 0;
        width: 100%;
        transform: translateY(-50%);
        z-index: 1;
        align-items: center;
        padding: 20px;
        flex-direction: column;
        gap: 20px;
    }

    .gallery_wrapper_text {
        color: #FFFFFF;
        font-weight: 400;
        font-size: 20px;
        width: 100%;
        text-align: center;
    }

    .contact_block {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        gap: 30px;
    }
    
    .gallery_grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 20px;
        margin-bottom: 20px;
    }

    .contact_item {
        display:none;
    }

    .contact_map {
        width: 100%;
    }

    .contact_content {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 10px;
        width: 100%;
    }
    
    .contact_content-content {
        color: #141414;
        font-size: 10px;
        font-weight: 400;
    }
    
    .contact_content div {
        background: #ECECEC;
        padding: 10px;
        border-radius: 15px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 10px;
    }
    
    .banner img {
        width: 100%;
        height: 100%;
        border-radius: 20px;
    }
    
    .img {
        width: 100%;
        height: 300px;
        object-fit: cover;
    }
    
    .banner_banner img{
        width: 100%;
        height: 100%;
    }
    
    .gallery_grid-grid img {
        width: 100%;
        height: 114px;
    }
    
    .gallery_grid-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 20px;
        margin-bottom: 20px;
    }
    
    .modal-img{
        display:none;
    }
        
    .modal-dialog {
        display: flex;
        background: #EDEEF3;
    }
    
    .modal {
        --bs-modal-margin: 1.75rem;
        --bs-modal-box-shadow: var(--bs-box-shadow);
    }
    
    .main_banner_text {
        color: #fff;
        font-weight: 400;
        font-size: 20px;
        width: 100%;
        text-align: center;
    }
    
    .main_wrapper_img img{
        width: 300px;
        height: 300px;
    }
    
    .otzyv_slider img{
        width: 160px;
        height: 294px;
        }
        
    .gallery {
        display: flex;
        width: 100%;
        height: 100%;
        overflow: hidden;
        gap: 20px;
        flex-direction: column;
    }
    
    .ceh_img img{
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 8px;
    }
    
    .service_grid{
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 10px;
        justify-content: space-between;
    }
    
    .proekt_grid{
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 10px;
        justify-content: space-between;
    }
    
    .service_name {
        color: #141414;
        font-weight: 500;
        font-size: 16px;
    }
    
    .service_item {
        background: #fff;
        padding: 10px;
        border-radius: 30px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
        height: 100%;
    }
    
    .proekt_item img {
        width: 100%;
        height: 100px;
    }
    
    .proekt_text {
        color: #6F6F6F;
        font-weight: 400;
        font-size: 15px;
    }
    
    .about_about_text {
        color: #141414;
        font-weight: 400;
        font-size: 15px;
        line-height: 120%;
        text-align: center;
    }
    
    .service_text {
        color: #6F6F6F;
        font-weight: 400;
        font-size: 15px;
    }
    
    .proekt_title {
        color: #141414;
        font-weight: 500;
        font-size: 18px;
    }
    
    .proekt_item {
        background: #fff;
        padding: 10px;
        border-radius: 30px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
    
    .gallery_grid img{
        height: 100%;
    }
    
    .usligi_ceh {
        display: flex;
        position: absolute;
        top: 48%;
        left: 0;
        width: 100%;
        transform: translateY(-50%);
        z-index: 1;
        align-items: center;
        padding: 40px;
        flex-direction: column;
        gap: 20px;
    }
    
    .banner_ceh {
        position: relative;
        overflow: hidden;
        height: 60vh;
    }
    
    .banner_ceh img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    
    .inside_news_back {
        margin: 20px 0px;
        border-bottom: 1px solid #EAEAEA;
        padding-bottom: 10px;
    }
    
    .mb {
        margin-bottom: 50px;
    }
    
    .ceh_text {
        color: #141414;
        font-weight: 400;
        font-size: 16px;
        margin-bottom: 10px;
        line-height: 130%;
        text-align: center;
    }

    
    .ceh_block {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: column-reverse;
        gap:10px;
    }
    
    .ceh_img-img {
        width: 100%;
    }
    
    .ceh_item {
        width: 100%;
    }
    
    .ceh_title-title {
        color: #141414;
        font-weight: 600;
        font-size: 26px;
        margin-bottom: 10px;
        text-align: center;
    }
    
    .ceh_block_grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .ceh_block_content {
        display: flex;
        align-items: center;
        gap: 2px;
        margin-bottom: 10px;
    }
    
    .ceh_block_item {
        background: #FFFFFF;
        border-radius: 30px;
        padding: 8px;
    }
    
    .ceh_block_text {
        color: #6F6F6F;
        font-weight: 400;
        font-size: 14px;
        padding-left: 0px;
    }
    
    .ceh_principle_block {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: column;
        gap: 10px;
    }
    
    .ceh_principle_item {
        width: 100%;
    }
    
    .ceh_principle_img {
        width: 100%;
    }

    .ceh_principle_title {
        color: #141414;
        font-weight: 600;
        font-size: 26px;
        margin-bottom: 10px;
        text-align: center;
    }
    
    .ceh_principle_text {
        color: #141414;
        font-weight: 400;
        font-size: 16px;
        margin-bottom: 10px;
        line-height: 130%;
        text-align: center;
    }
    
    .ceh_model_title {
        color: #141414;
        font-weight: 600;
        font-size: 26px;
        margin-bottom: 20px;
        text-align: center;
    }
    
    .ceh_model_slider img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .ceh_gallery_title {
        color: #141414;
        font-weight: 600;
        font-size: 26px;
        margin-bottom: 20px;
        text-align: center;
    }
    
    .slick-dots {
        display: flex;
        gap: 10px;
        justify-content: center;
    }
    
    .ceh_block_title {
        color: #141414;
        font-weight: 500;
        font-size: 18px;
    }
    
    .ceh_gallery_slider img{
    height: 100%;
    width: 100%;
    border-radius: 30px;
    }
}