@media (max-width: 1024px) {
    .container {
        
        max-width: 800px;
        margin-right: auto;
        margin-left: auto;
  
    }

    

    .header {
        height: 141px;
        margin-top: 20px;
    }
    
    .header-container {
        
        align-items: center;
        justify-content: space-between;
    
    }
    
    .nav-list {
        display: flex;
        margin: auto;
    }
    
    .nav-item {
        font-size: 15px;
        line-height: 1;
    }

    .nav-item:not(:last-child) {
        margin-right: 20px;
    }

    
    .section-why-iconab {
        margin-bottom: 30px;
        width: 200px;
    }
    
    .nav-link {
        font-size: 15px;
    }

  

    .section-hero {
    
        height: auto;

    }
    
    .hero-container {


        padding-top: 120px;
        padding-bottom: 30px;
      
    }

    .hero-content {
        max-width: 80%;
    }
    





    /* What we do */



.section-do1 {
    display: block;
    padding-top: 140px;
    padding-bottom: 100px;
    border-bottom: 1px solid #e4e4e4;

}

.section-description {
    margin-top: 25px;
}

.section-do-list {
    display: flex;
    justify-content: center;
    margin-top: 50px;
    text-align: left;
}

.section-do-item {
    flex: 1 1 25%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #f2f7f8;
    padding: 30px 30px;
    border-radius: 5px;
    transition-property: background-color, color;
    transition-duration: .3s;
    transition-timing-function: ease;
    text-align: left;
}

.section-do-item-heading {
    margin-bottom: 18px;
    font-size: 20px;
    line-height: 1;
    font-weight: 600;
    color: #1c1c1c;
}

.section-do-item:hover {
    background-color: #02b7c4;
    color: white;
    cursor: pointer;
}

.section-do-item:hover .section-do-item-description { 
    color: white;
}

.section-do-icon {
    margin-bottom: 30px;
    max-width: 300px;
    border-radius: 5px;
}

.section-do-item-description {
    margin-top: 0;
    font-size: 18px;
    line-height: 21px;
    font-weight: 500;
    text-align: left;
    color: #000000;
    transition: color .3s ease;

}

.section-do-item:not(:last-child) {
    margin-right: 30px;
}

.second {
flex: 1 1 25%;
max-width: 370px;
display: flex;
flex-direction: column;
align-items: center;
background-color: #f2f7f8;
padding: 30px 30px;
border-radius: 5px;
transition-property: background-color, color;
transition-duration: .3s;
transition-timing-function: ease;
text-align: left; }

    

    
   
    
    .foot {
        height: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-around;
    
    }
    
    .nav-foot {
        color: azure;
        font-size: 15px;
    }

    .h3col {
        font-size: 20px;
    }

    .section-about-description {
        margin-bottom: 0px;
        font-size: 15px;
        line-height: 25px;
        padding-left: 20px;
        text-align: left;
    }
    
    .slogan {
        font-size: 30px;
        line-height: 32px;
        padding-left: 20px;
    }

    .maps {
        margin-left: auto;
        width: 800px;
        margin-right: auto;
    }



        .forma-forma {
            width: 100%;
            max-width: 100%;
            padding: 5px 10px;
            border-radius: 15px;
        }
    
        .edit_form {
            height: 20px;           /* компактная высота */
            padding: 2px 8px;       /* минимальные отступы */
            font-size: 13px;
            margin-bottom: 4px;     /* плотный вертикальный отступ */
        }
    
        .stroke-form {
            display: flex;
            flex-direction: row;
            gap: 10px;
            margin-bottom: 4px;     /* убираем вертикальные расстояния */
        }
    
        .btn-in {
            height: 32px;
            font-size: 13px;
            margin-top: 6px;
            padding: 0 10px;
            border-radius: 5px;
        }
    
        .forma-content {
            padding: 0;
        }
    
        .hdf {
            font-size: 16px;
            margin-bottom: 10px;
            text-align: center;
        }
        .footer-col:last-child {
            max-width: 280px;
            flex: 1;
            padding: 0;
        }
    
        .kontakty {
            width: 100%;
            padding: 0;
        }
    
        .stroke-kont-item {
            margin: 0 0 6px 0;
            padding: 0;
            font-size: 12px;
            line-height: 1.2;
        }
    
        .stroke-kont-list {
            font-size: 12px;
            margin: 2px 0;
            line-height: 1.2;
            color: #eee;
        }
    
        .section-hero-description.fot {
            font-size: 12px;
            margin-bottom: 6px;
            line-height: 1.3;
            color: #ccc;
            font-weight: 600;
        }
    
        .footer-col:last-child ul {
            margin: 0;
            padding: 0;
            list-style: none;
        }

    
    }
    
    
    
    




/* Скрыть бургер при активном меню */
body.menu-open .burger {
    display: none !important;
}






@media (max-width: 800px) {
    .container {
        
        max-width: 600px;
        margin-right: auto;
        margin-left: auto;
  
    }
    
     .textw {
        color: white;
        padding-left: 0;
    }

    .maps {
        margin-left: auto;
        width: 500px;
        margin-right: auto;
    }

    .header {
        height: 141px;
        margin-top: 20px;
    }
    
    .header-container {
        
        align-items: center;
        justify-content: space-between;
    
    }
    
    .nav-list {
        display: inline-block;
        margin: auto;
        width: 120px;
    }
    
    .nav-item {
        font-size:15px;
        line-height: 1;
    }


    
    .nav-link {
        font-size: 15px;
        line-height: 1.2;
        color: #000;
    }
    




    .section-hero {
    
        height: auto;

    }
    
    .hero-container {


        padding-top: 120px;
        padding-bottom: 30px;
      
    }

    .hero-content {
        max-width: 80%;
    }
    



    .cont-content {
        display: block;
    }
    
    .serv {
        opacity: 100%;
    }
    
    
    .serv {
        width: 100%;
    }
    
    
    .stroke-kont-item {
        display: flex;
       
    }
    
    .stroke-kont-list {
        margin-right: 20px;
        min-width: 100px;
        margin-top: 5px;
    }

    .section-about-description .ctd {
        margin-bottom: 33px;
        font-size: 18px;
        line-height: 25px;
        color: white;
        padding-left: 0;
        text-align: left;
    }

    .ctd {
        color: white;
        padding-left: 0;
    }

    .slogan {
        font-size: 30px;
        line-height: 32px;
        padding-left: 0px;
    }

    /* What we do */



.section-do1 {
    padding-top: 140px;
    padding-bottom: 100px;
    border-bottom: 1px solid #e4e4e4;

}

.section-description {
    margin-top: 25px;
}

.section-do-list {
    display: flex;
    justify-content: center;
    margin-top: 50px;
    text-align: left;
}

.section-do-item {
    flex: 1 1 25%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #f2f7f8;
    padding: 30px 30px;
    border-radius: 5px;
    transition-property: background-color, color;
    transition-duration: .3s;
    transition-timing-function: ease;
    text-align: left;
}

.section-do-item-heading {
    margin-bottom: 18px;
    font-size: 20px;
    line-height: 1;
    font-weight: 600;
    color: #1c1c1c;
}

.section-do-item:hover {
    background-color: #02b7c4;
    color: white;
    cursor: pointer;
}

.section-do-item:hover .section-do-item-description { 
    color: white;
}

.section-do-icon {
    margin-bottom: 30px;
    max-width: 300px;
    border-radius: 5px;
}

.section-do-item-description {
    margin-top: 0;
    font-size: 18px;
    line-height: 21px;
    font-weight: 500;
    text-align: left;
    color: #000000;
    transition: color .3s ease;

}

.section-do-item:not(:last-child) {
    margin-right: 30px;
}

.second {
flex: 1 1 25%;
max-width: 370px;
display: flex;
flex-direction: column;
align-items: center;
background-color: #f2f7f8;
padding: 30px 30px;
border-radius: 5px;
transition-property: background-color, color;
transition-duration: .3s;
transition-timing-function: ease;
text-align: left; }

    

    
   
    
    .foot {
        height: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-around;
    
    }
    
    .nav-foot {
        color: azure;
        font-size: 15px;
    }


    .about-container {
        padding-bottom: 30px;
        display: block;
    }
    
 
    
    .section-about-heading {
        font-size: 40px;
        line-height: 52px;
        font-weight: 500;
        margin-top: 0;
        margin-bottom: 30px;
        color: #1c1c1c;
        padding-left: 0;
    }

   
    
    .section-about-action {
        display: inline-block;
    }

 
    
    .section-about-description {
        margin-bottom: 33px;
        font-size: 18px;
        line-height: 25px;
        padding-left: 0;
        text-align: left;
    }
    
    .about-img img{
        width: 100%;
        border-radius: 4px;
        margin-left: 0;
        margin-top: 20px;
    }

    .about-content {
        max-width: 100%;
    }

    /* What we do */
.section-why {
    padding-bottom: 100px;
    border-bottom: 1px solid #e4e4e4;

}



.section-why-list {
    display: flex;
    margin-top: 50px;
}

.section-why-item {
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: left;
    align-items: center;
    padding: 20px 20px;
    border: 1px solid #e4e4e4;
    border-radius: 5px;
    transition-property: background-color, color;
    transition-duration: .3s;
    transition-timing-function: ease;
}

.section-why-item-heading {
    margin-bottom: 18px;
    font-size: 15px;
    line-height: 1;
    font-weight: 600;
    color: #1c1c1c;
}




.section-why-icon {
    margin-bottom: 30px;
    width: 100px;
}

.section-why-item-description, .stroke-kont-list {
    margin-top: 0;
    font-size: 14px;
    line-height: 21px;
    font-weight: 500;
    text-align: center;
    color: #787878;
    transition: color .3s ease;
    text-align: center;
}

.section-why-item:not(:last-child) {
    margin-right: 10px;
}



    /* What we do */

    .section-do1 {
        padding-top: 140px;
        padding-bottom: 100px;
        border-bottom: 1px solid #e4e4e4;
    
    }
    
    .section-description {
        margin-top: 25px;
    }
    
    .section-do-list {
        display: flex;
        justify-content: center;
        margin-top: 50px;
        text-align: left;
    }
    
    .section-do-item {
        flex: 1 1 25%;
        display: flex;
        flex-direction: column;
        align-items: center;
        background-color: #f2f7f8;
        padding: 30px 30px;
        border-radius: 5px;
        transition-property: background-color, color;
        transition-duration: .3s;
        transition-timing-function: ease;
        text-align: left;
    }
    
    .section-do-item-heading {
        margin-bottom: 18px;
        font-size: 15px;
        line-height: 1;
        font-weight: 600;
        color: #1c1c1c;
    }
    
    .section-do-item:hover {
        background-color: #02b7c4;
        color: white;
        cursor: pointer;
    }
    
    .section-do-item:hover .section-do-item-description { 
        color: white;
    }
    
    .section-do-icon {
        margin-bottom: 30px;
        max-width: 200px;
        border-radius: 5px;
    }
    
    .section-do-item-description {
        margin-top: 0;
        font-size: 14px;
        line-height: 21px;
        font-weight: 500;
        text-align: left;
        color: #000000;
        transition: color .3s ease;
    
    }
    
    .section-do-item:not(:last-child) {
        margin-right: 30px;
    }
    
    .second {
    flex: 1 1 25%;
    max-width: 370px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #f2f7f8;
    padding: 30px 30px;
    border-radius: 5px;
    transition-property: background-color, color;
    transition-duration: .3s;
    transition-timing-function: ease;
    text-align: left; }

    .nav-item:not(:last-child) {
        margin-right: 50px;
    }

    .btn {
        display: inline-block;
        padding: 10px 10px;
        font-size: 12px;
        line-height: 1;
        font-weight: 500;
        text-transform: uppercase;
        border-radius: 4px;
        transition: background-color .3s ease;
        cursor: pointer;
    }


    .footer-content {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 30px;
        padding: 20px;
        text-align: center;
    }

    /* Меню в одну строку */
    .footer-col:first-child {
        width: 100%;
    }

    .footer-list {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        gap: 20px;
        margin-top: 10px;
        padding: 0;
        list-style: none;
    }

    .footer-item a {
        font-size: 14px;
        color: #fff;
        font-weight: 500;
        text-decoration: none;
        transition: color 0.3s;
    }

    .footer-item a:hover {
        color: #aaa;
    }

    /* Две колонки: форма и контакты */
    .footer-content .footer-col:nth-child(2),
    .footer-content .footer-col:nth-child(3) {
        width: 100%;
        max-width: 800px;
    }

    .footer-content .footer-col:nth-child(2) .forma-forma {
        padding: 15px;
        border-radius: 20px;
        background: #fff;
        width: 100%;
        max-width: 370px;
        margin: 0 auto;
    }

    .footer-content .footer-col:nth-child(3) .kontakty {
        background: none;
        color: #eee;
        font-size: 13px;
        line-height: 1.5;
        text-align: left;
        max-width: 370px;
        margin: 0 auto;
    }

    .footer-content .footer-col:nth-child(2),
    .footer-content .footer-col:nth-child(3) {
        display: inline-block;
        vertical-align: top;
    }

    .footer-content {
        flex-direction: column;
    }

    /* Оборачиваем форму и контакты в один row */
    .footer-form-contacts-wrapper {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        gap: 30px;
        width: 100%;
    }

    /* Если нет .footer-form-contacts-wrapper в HTML — создаём её виртуально */
    .footer-content .footer-col:nth-child(2),
    .footer-content .footer-col:nth-child(3) {
        display: inline-block;
    }

    .footer-content {
        display: flex;
        flex-direction: column;
    }

    .section-hero-description.fot {
        color: #ccc;
        font-size: 13px;
        margin-bottom: 15px;
    }

    .stroke-kont-item {
        margin-bottom: 10px;
    }

    .stroke-kont-list::before {
        color: #aaa;
    }

    .edit_form {
        height: 30px;
        font-size: 13px;
        padding: 5px 10px;
        margin-bottom: 8px;
    }

    .btn-in {
        width: 100%;
        height: 35px;
        background-color: #002549;
        color: white;
        border: none;
        border-radius: 6px;
        cursor: pointer;
        font-size: 13px;
    }

    .btn-in:hover {
        background-color: #003366;
    }
    
    
}




@media (max-width: 640px) {
    .container {
        
        max-width: 500px;
        margin-right: auto;
        margin-left: auto;
  
    }

    .nav-item:not(:last-child) {
        margin-right: 0px;
    }

    .header {
        height: 141px;
        margin-top: 20px;
    }
    
    .header-container {
        
        align-items: center;
        justify-content: space-between;
    
    }
    
    .nav-list {
        display: inline-block;
        margin: auto;
    }
    
    .nav-item {
        font-size: 20px;
        line-height: 1;
    }

    .hero-content {
        max-width: 80%;
    }
    

    .container {
        
        max-width: 600px;
        margin-right: auto;
        margin-left: auto;
  
    }

    .header {
        height: 141px;
        margin-top: 20px;
    }
    
    .header-container {
        
        align-items: center;
        justify-content: space-between;
    
    }
    
    .nav-list {
        display: inline-block;
        margin: auto;
        width: 120px;
    }
    
    .nav-item {
        font-size:15px;
        line-height: 1;
    }


    
    .nav-link {
        font-size: 15px;
        line-height: 1.2;
        color: #000;
    }
    




    .section-hero {
    
        height: auto;

    }
    
    .hero-container {


        padding-top: 120px;
        padding-bottom: 30px;
      
    }

    .maps {
        margin-left: auto;
        width: 500px;
        margin-right: auto;
    }



    /* What we do */


.section-do1 {
    padding-top: 140px;
    padding-bottom: 100px;
    border-bottom: 1px solid #e4e4e4;

}

.section-description {
    margin-top: 25px;
}

.section-do-list {
    display: flex;
    justify-content: center;
    text-align: left;
    margin-top: 0px;
}

.section-do-item {
    flex: 1 1 25%;
   margin-top: 10px;
    flex-direction: column;
    align-items: center;
    background-color: #f2f7f8;
    padding: 30px 30px;
    border-radius: 5px;
    transition-property: background-color, color;
    transition-duration: .3s;
    transition-timing-function: ease;
    text-align: left;
}

.section-do-item-heading {
    margin-bottom: 18px;
    font-size: 20px;
    line-height: 1;
    font-weight: 600;
    color: #1c1c1c;
}

.section-do-item:hover {
    background-color: #02b7c4;
    color: white;
    cursor: pointer;
}

.section-do-item:hover .section-do-item-description { 
    color: white;
}

.section-do-icon {
    margin-bottom: 30px;
    max-width: 300px;
    border-radius: 5px;
}

.section-do-item-description {
    margin-top: 0;
    font-size: 18px;
    line-height: 21px;
    font-weight: 500;
    text-align: left;
    color: #000000;
    transition: color .3s ease;

}

.section-do-item:not(:last-child) {
    margin-right: 10px;
}

.second {
flex: 1 1 25%;
max-width: 370px;
display: flex;
flex-direction: column;
align-items: center;
background-color: #f2f7f8;
padding: 30px 30px;
border-radius: 5px;
transition-property: background-color, color;
transition-duration: .3s;
transition-timing-function: ease;
text-align: left; }

    

    
   
    
    .foot {
        height: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-around;
    
    }
    
    .nav-foot {
        color: azure;
        font-size: 15px;
    }


    .about-container {
        display: block;
    }
    
 
    
    .section-about-heading {
        font-size: 40px;
        line-height: 52px;
        font-weight: 500;
        margin-top: 0;
        margin-bottom: 30px;
        color: #1c1c1c;
    }
    
    .section-about-action {
        display: inline-block;
    }
    
    .section-about-description {
        margin-bottom: 33px;
        font-size: 18px;
        line-height: 25px;
    }
    
    
    
    .about-img img{
        width: 100%;
        border-radius: 4px;
        margin-left: 0;
        margin-top: 20px;
    }

    .about-content {
        max-width: 100%;
    }

    /* What we do */
.section-why {
    border-bottom: 1px solid #e4e4e4;

}


.textw {
    color: white;
}


.section-why-list {
    display: block;
    margin-top: 0px;
}

.section-why-item {
    display: flex;
    flex-direction: column;
    text-align: left;
    justify-content: left;
    align-items: center;
    padding: 20px 20px;
    border: 1px solid #e4e4e4;
    border-radius: 5px;
    transition-property: background-color, color;
    transition-duration: .3s;
    transition-timing-function: ease;
    margin-bottom: 20px;
}

.section-why-item-heading {
    margin-bottom: 18px;
    font-size: 15px;
    line-height: 1;
    font-weight: 600;
    color: #1c1c1c;
}




.section-why-icon {
    margin-bottom: 30px;
    width: 100px;
}

.section-why-item-description {
    margin-top: 0;
    font-size: 14px;
    line-height: 21px;
    font-weight: 500;
    text-align: left;
    color: #787878;
    transition: color .3s ease;
    text-align: center;
}





    /* What we do */


    .section-do1 {
        padding-top: 140px;
        padding-bottom: 100px;
        border-bottom: 1px solid #e4e4e4;
    
    }
    
    .section-description {
        margin-top: 25px;
    }
    
    .section-do-list {
        display: block;
        justify-content: center;
        margin-top: 0px;
        text-align: left;
    }
    
    .section-do-item {
        flex: 1 1 25%;
        flex-direction: column;
        align-items: center;
        background-color: #f2f7f8;
        padding: 30px 30px;
        border-radius: 5px;
        transition-property: background-color, color;
        transition-duration: .3s;
        transition-timing-function: ease;
        text-align: left;
        margin-right: 0;
    }
    
    .section-do-item-heading {
        margin-bottom: 18px;
        font-size: 15px;
        line-height: 1;
        font-weight: 600;
        color: #1c1c1c;
    }
    
    .section-do-item:hover {
        background-color: #02b7c4;
        color: white;
        cursor: pointer;
    }
    
    .section-do-item:hover .section-do-item-description { 
        color: white;
    }
    
    .section-do-icon {
        margin-bottom: 30px;
        max-width: 400px;
        border-radius: 5px;
    }
    
    .section-do-item-description {
        margin-top: 0;
        font-size: 14px;
        line-height: 21px;
        font-weight: 500;
        text-align: left;
        color: #000000;
        transition: color .3s ease;
    
    }
    
   
    
 

    

    .btn {
        display: inline-block;
        padding: 10px 10px;
        font-size: 12px;
        line-height: 1;
        font-weight: 500;
        text-transform: uppercase;
        border-radius: 4px;
        transition: background-color .3s ease;
        cursor: pointer;
    }
    
    .section-why-item:not(:last-child) {
        margin-right: 0px;
    }

    .cont-content {
        display: block;
    }
    
    .serv {
        opacity: 100%;
    }
    
    
    .serv {
        width: 100%;
    }
    
    
    .stroke-kont-item {
        display: flex;
       
    }
    
    .stroke-kont-list {
        margin-right: 20px;
        min-width: 100px;
        margin-top: 20px;
    }
    
    
    
}







@media (max-width: 499px) {
    .container {
        
        max-width: 350px;
        margin-right: auto;
        margin-left: auto;
  
    }

    .hero-content {
        max-width: 100%;
    }

    .maps {
        margin-left: auto;
        width: 300px;
        margin-right: auto;
    }
    

    
    .header-container {

        display: flex;
        align-items: center;
      height: 150px;
    
    }
    
    .nav-list {
        display: inline-block;
        margin: auto;
    }
    
    .nav-item {
        font-size: 20px;
        line-height: 1;
        margin-bottom: 10px;
    }
    
    .nav-link {
        font-size: 15px;
        line-height: 1.2;
        color: #000;
    }

    .nav-item:not(:last-child) {
        margin-right: 0px;
    }


    .header {
        height: 150px;
        margin-top: 20px;
    }
    

    
    .nav-list {
        display: inline-block;
        margin: auto;
        width: 120px;
    }
    
    .nav-item {
        font-size:15px;
        line-height: 1;
    }


    
    .nav-link {
        font-size: 15px;
        line-height: 1.2;
        color: #000;
    }

    .nav1 {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    




    .section-hero {
    
        height: auto;
        text-align: left;

    }
    
    .hero-container {


        padding-top: 120px;
        padding-bottom: 30px;
      
    }

    .hero-content {
        max-width: 100%;
    }
    





    /* What we do */



.section-do1 {
    padding-top: 140px;
    padding-bottom: 100px;
    border-bottom: 1px solid #e4e4e4;

}

.section-description {
    margin-top: 25px;
}

.section-do-list {
    display: flex;
    justify-content: center;
    text-align: left;
    margin-top: 0px;
}

.section-do-item {
    flex: 1 1 25%;
   margin-top: 10px;
    flex-direction: column;
    align-items: center;
    background-color: #f2f7f8;
    padding: 30px 30px;
    border-radius: 5px;
    transition-property: background-color, color;
    transition-duration: .3s;
    transition-timing-function: ease;
    text-align: left;
}

.section-do-item-heading {
    margin-bottom: 18px;
    font-size: 20px;
    line-height: 1;
    font-weight: 600;
    color: #1c1c1c;
}

.section-do-item:hover {
    background-color: #02b7c4;
    color: white;
    cursor: pointer;
}

.section-do-item:hover .section-do-item-description { 
    color: white;
}

.section-do-icon {
    margin-bottom: 30px;
    max-width: 300px;
    border-radius: 5px;
}

.section-do-item-description {
    margin-top: 0;
    font-size: 18px;
    line-height: 21px;
    font-weight: 500;
    text-align: left;
    color: #000000;
    transition: color .3s ease;

}

.section-do-item:not(:last-child) {
    margin-right: 10px;
}

.second {
flex: 1 1 25%;
max-width: 370px;
display: flex;
flex-direction: column;
align-items: center;
background-color: #f2f7f8;
padding: 30px 30px;
border-radius: 5px;
transition-property: background-color, color;
transition-duration: .3s;
transition-timing-function: ease;
text-align: left; }

    

    
   
    
    .foot {
        height: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-around;
    
    }
    
    .nav-foot {
        color: azure;
        font-size: 15px;
    }


    .about-container {
        display: block;
    }
    
 
    
    .section-about-heading {
        font-size: 30px;
        line-height: 35px;
        font-weight: 500;
        margin-top: 0;
        margin-bottom: 30px;
        color: #1c1c1c;
    }
    
    .section-about-action {
        display: inline-block;
    }
    
    .section-about-description {
        margin-bottom: 33px;
        font-size: 18px;
        line-height: 25px;
        color: #787878;
    }
    
    .about-img img{
        width: 100%;
        border-radius: 4px;
        margin-left: 0;
        margin-top: 20px;
    }

    .about-content {
        max-width: 100%;
    }

    /* What we do */
.section-why {

    border-bottom: 1px solid #e4e4e4;

}



.section-why-list {
    display: block;
    margin-top: 0px;
}

.section-why-item {
    display: flex;
    flex-direction: column;
    text-align: left;
    justify-content: left;
    align-items: center;
    padding: 20px 20px;
    border: 1px solid #e4e4e4;
    border-radius: 5px;
    transition-property: background-color, color;
    transition-duration: .3s;
    transition-timing-function: ease;
    margin-bottom: 20px;
}

.section-why-item-heading {
    margin-bottom: 18px;
    font-size: 15px;
    line-height: 1;
    font-weight: 600;
    color: #1c1c1c;
    text-align: center;
}




.section-why-icon {
    margin-bottom: 30px;
    width: 100px;
}
.section-why-iconab {
    margin-bottom: 30px;
    width: 200px;
}

.section-why-item-description {
    margin-top: 0;
    font-size: 14px;
    line-height: 21px;
    font-weight: 500;
    text-align: left;
    color: #787878;
    transition: color .3s ease;
    text-align: center;
}





    /* What we do */

 
    
    .section-do1 {
        padding-top: 140px;
        padding-bottom: 100px;
        border-bottom: 1px solid #e4e4e4;
    
    }
    
    .section-description {
        margin-top: 25px;
    }
    
    .section-do-list {
        display: block;
        justify-content: center;
        margin-top: 0px;
        text-align: left;
    }
    
    .section-do-item {
        flex: 1 1 25%;
        flex-direction: column;
        align-items: center;
        background-color: #f2f7f8;
        padding: 30px 30px;
        border-radius: 5px;
        transition-property: background-color, color;
        transition-duration: .3s;
        transition-timing-function: ease;
        text-align: left;
        margin-right: 0;
    }
    
    .section-do-item-heading {
        margin-bottom: 18px;
        font-size: 15px;
        line-height: 1;
        font-weight: 600;
        color: #1c1c1c;
    }
    
    .section-do-item:hover {
        background-color: #02b7c4;
        color: white;
        cursor: pointer;
    }
    
    .section-do-item:hover .section-do-item-description { 
        color: white;
    }
    
    .section-do-icon {
        margin-bottom: 30px;
        max-width: 250px;
        border-radius: 5px;
    }
    
    .section-do-item-description {
        margin-top: 0;
        font-size: 14px;
        line-height: 21px;
        font-weight: 500;
        text-align: center;
        color: #000000;
        transition: color .3s ease;
    
    }
    
   
    .section-about-description .ctd {
        margin-bottom: 33px;
        line-height: 25px;
        color: white;
        padding-left: 0;
    
    }

    .ctd {
        margin-top: 50px;
        color: white;
        padding-left: 0;
        text-align: center;
    }
 

    

    .btn {
        display: inline-block;
        padding: 10px 10px;
        font-size: 12px;
        line-height: 1;
        font-weight: 500;
        text-transform: uppercase;
        border-radius: 4px;
        transition: background-color .3s ease;
        cursor: pointer;
    }
    
    .section-why-item:not(:last-child) {
        margin-right: 0px;
    }
    

    .extra
{
	padding-top: 40px;
	padding-bottom: 40px;
}

.extra_content
{
	background: #FFFFFF;
	width: 300px;
	padding-top: 50px;
	padding-left: 46px;
	padding-right: 30px;
	padding-bottom: 50px;
	box-shadow: 0px 25px 38px rgba(0,0,0,0.2);
}
.extra_disc > div:first-child
{
	font-size: 60px;
	font-weight: 700;
	color: #6bdbd2;
	line-height: 0.75;
}
.extra_disc > div:last-child
{
	font-size: 24px;
	font-weight: 500;
	color: #979797;
	line-height: 0.75;
}
.extra_disc > div:first-child span
{
	display: inline-block;
	font-size: 36px;
	font-weight: 500;
	vertical-align: super;
}
.extra_title
{
	font-size: 30px;
	font-weight: 600;
	color: #404040;
	margin-top: 16px;
	line-height: 1.11;
}
.extra_text
{
	margin-top: 15px;
}
.extra_link
{
	display: inline-block;
	margin-top: 47px;
}


.header-btn {
    margin-left: 0px;
}
    
.milestones
{
	margin-top: 40px;
}
.milestone_counter
{
	font-size: 20px;
	font-weight: 600;
	color: #57ccc3;
	line-height: 0.75;
}
.milestone_text
{
	font-size: 15px;
	font-weight: 500;
	color: #404040;
	line-height: 1.5;
	margin-top: 5px;
}

.ab {
    display: block;
    justify-content: center;
}



.cont-content {
    display: block;
}

.serv {
    opacity: 100%;
}


.serv {
    width: 100%;
}


.stroke-kont-item {
    display: flex;
   
}

.stroke-kont-list {
    margin-right: 20px;
    min-width: 100px;
    margin-top: 20px;
}

.blog2 {
    display: block;
}
    
}







/* Бургер */
.burger {
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 25px;
    height: 20px;
    cursor: pointer;
    z-index: 1100;
}

.burger span {
    height: 3px;
    width: 100%;
    background-color: #1c1c1c;
    border-radius: 2px;
}

/* Мобильное меню */
.mobile-menu {
    display: none;
    flex-direction: column;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    padding: 20px;
    z-index: 1000;
    overflow-y: auto;
}

.mobile-menu.active {
    display: flex;
}

.mobile-menu-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.mobile-nav-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mobile-nav-list li {
    margin: 15px 0;
}

.mobile-nav-list a {
    font-size: 20px;
    color: #1c1c1c;
    text-decoration: none;
    transition: color 0.3s ease;
}

.mobile-nav-list a:hover {
    color: #002549;
}

.close-btn {
    font-size: 30px;
    background: none;
    border: none;
    cursor: pointer;
    color: #1c1c1c;
}

/* Логотип */
.logo-img {
    width: 110px;
}

/* Скрыть бургер, когда меню открыто */
body.menu-open .burger {
    display: none !important;
}


/* Responsive — включаем бургер на мобилке */
@media screen and (max-width: 768px) {
    .nav,
    .header-btn {
        display: none;
    }

    .burger {
        display: flex;
    }
}





@media screen and (max-width: 768px) {
    .services-list {
      gap: 20px;
    }
  
    .services-item {
      flex-direction: column;
      align-items: center;
      text-align: center;
      padding: 20px;
    }
  
    .services-icon {
      width: 100%;
      max-width: 100%;
      height: auto;
      border-radius: 10px;
    }
  
    .services-content {
      text-align: left;
      width: 100%;
      padding-top: 15px;
    }
  
    .services-title {
      font-size: 18px;
      text-align: center;
      margin-bottom: 10px;
    }
  
    .services-description {
      font-size: 13px;
      line-height: 1.5;
      color: #555;
    }
  
    .h3col {
      font-size: 16px;
      text-align: center;
      margin-bottom: 30px;
      padding: 0 10px;
    }
  
    .services-heading {
      font-size: 22px;
      margin-bottom: 20px;
    }
  
    .services-section {
      padding: 40px 15px;
    }


    .footer-content {
        flex-direction: column;
        align-items: center;
        padding: 20px 10px;
        gap: 30px;
      }
    
      .footer-col {
        width: 100%;
        max-width: 100%;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
      }
    
      .footer-list {
        width: 100%;
        padding: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
      }
    
      .footer-item {
        margin-top: 15px;
      }
    
      .forma-forma {
        padding: 15px;
        border-radius: 20px;
      }
    
      .edit_form {
        height: 32px;
        font-size: 13px;
        padding: 8px;
        margin-bottom: 8px;
      }
    
      .hdf {
        font-size: 18px;
        margin-bottom: 10px;
      }
    
      .fot {
        font-size: 14px;
        font-weight: 500;
        padding: 0 5px;
      }
    
      .kontakty {
        width: 100%;
        padding: 10px;
      }
    
      .kontakty .stroke {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 10px;
        justify-content: center;
      }
    
      .stroke-kont-item {
      display: block;
        padding: 0;
        margin: 0;
        list-style: none;
      }
    
      .stroke-kont-list {
        font-size: 14px;
        font-weight: 400;
        color: white;
        margin-bottom: 6px;
        text-align: center;
      }
    
      .btn-in {
        font-size: 14px;
        padding: 10px 15px;
        margin-top: 10px;
      }
    
      .section-mission-heading {
        font-size: 20px;
      }
    

  }
  


  @media screen and (max-width: 499px) 
      
{
        .footer-content {
          flex-direction: column;
          align-items: center;
          padding: 20px 10px;
          gap: 30px;
        }

        .h3col {
            font-size: 15px;
            line-height: 20px;
            text-align: center;
            margin-bottom: 30px;
            padding: 0 10px;
            width: 280px;
            margin-left: auto;
            margin-right: auto;
          }

        .center {
            width: 200px;
            margin-left: auto;
            margin-right: auto;
        }
        .footer-col {
          width: 100%;
          max-width: 100%;
          text-align: center;
          margin-left: auto;
          margin-right: auto;
        }
      
        .footer-list {
          width: 100%;
          padding: 0;
          display: flex;
          flex-direction: column;
          align-items: center;
        }
      
        .footer-item {
          margin-top: 15px;
        }
      
        .forma-forma {
          padding: 15px;
          border-radius: 20px;
        }
      
        .edit_form {
          height: 32px;
          font-size: 13px;
          padding: 8px;
          margin-bottom: 8px;
        }
      
        .hdf {
          font-size: 18px;
          margin-bottom: 10px;
        }
      
        .fot {
          font-size: 14px;
          font-weight: 500;
          padding: 0 5px;
        }
      
        .kontakty {
          width: 100%;
          padding: 10px;
        }
      
        .kontakty .stroke {
          display: flex;
          flex-direction: column;
          align-items: center;
          text-align: center;
          gap: 10px;
          justify-content: center;
        }
      
        .stroke-kont-item {
        display: block;
          padding: 0;
          margin: 0;
          list-style: none;
        }
      
        .stroke-kont-list {
          font-size: 14px;
          font-weight: 400;
          color: white;
          margin-bottom: 6px;
          text-align: center;
        }
      
        .btn-in {
          font-size: 14px;
          padding: 10px 15px;
          margin-top: 10px;
        }
      
        .section-mission-heading {
          font-size: 20px;
        }
      

  }



  @media screen and (max-width: 1024px) {
    .cont-content {
      flex-direction: column;
      gap: 24px;
      align-items: center;
    }
  
    .serv {
      width: 100%;
      position: static;
      align-items: center;
      text-align: center;
    }
  
    .section-hero-heading {
      font-size: 22px;
      margin-bottom: 10px;
    }
  
    .section-description {
      font-size: 16px;
      margin-top: 10px;
      line-height: 1.4;
      margin-bottom: 20px;
    }
  
    .slider-wrapper {
      width: 100%;
      padding: 0 15px; /* боковые отступы */
            overflow: hidden;
    }
  
    .slider-inner {
      overflow: hidden;
    }
  
    .slider-track {
      display: flex;
      gap: 0;
      transition: transform 0.5s ease;
    }
  
    .section-do-item {
      flex: 0 0 90%; /* уменьшаем ширину карточки */
      max-width: 90%;
      margin: 0 auto;
      background-color: #F0F1F1;
      padding: 20px;
      border-radius: 8px;
      box-sizing: border-box;
    }
  
    .section-do-icon {
      max-width: 100%;
      margin-bottom: 16px;
      border-radius: 6px;
    }
  
    .section-do-item-heading {
      font-size: 16px;
      margin-bottom: 10px;
      color: #005597;
    }
  
    .section-do-item-description {
      font-size: 13px;
      line-height: 1.5;
      color: #454F55;
      text-align: left;
    }
  
    .slider-btn {
      width: 32px;
      height: 32px;
      font-size: 16px;
      border-radius: 50%;
      top: 50%;
      transform: translateY(-50%);
    }
  
    .slider-btn.prev {
      left: 5px;
    }
  
    .slider-btn.next {
      right: 5px;
    }
  }
  
  


  
  @media (max-width: 600px) {
    .about-card-list {
      flex-direction: column;
      gap: 20px;
      align-items: center;
    }
  
    .about-card {
      max-width: 100%;
      padding: 20px;
    }
  
    .about-icon {
      max-width: 60px;
      margin-bottom: 15px;
    }
  
    .about-title {
      font-size: 18px;
      margin-bottom: 12px;
    }
  
    .about-description {
      font-size: 14px;
      text-align: center;
    }
  }
  
 
  
  /* До 800px — подменяем фон */
@media (max-width: 800px) {
  .map {
    background-image: url("../img/mapmob.jpg");}
    
    .section-hero {
      background-image: url("../img/bgmob.jpg");
  }
  }
  