@media(max-width:1000px) {
    .menu__list li div {
        width: max-content;
    }
    .conection__form {
        flex-wrap: wrap;
    }
    .form__container .conection__form {
        flex-wrap: nowrap;
    }
    .conection__form label,
    .input__button-wrapper {
        flex-basis: calc(50% - 20px);
        padding: 10px 0;
        
    }
      .input__button-wrapper {
        top: 10px;
    }
    .conection__form input,
    .input__button-label {
        width: 100%;
       
    }
    .customers::before {
        width: 100%;
        height: auto;
    }
    .service__item {
        height: 450px
    }
  
}

@media(max-width:950px) {
    .customers .container {
        flex-direction: column;
        align-items: center;
    }
    .customers_container {
        max-width: 100%;
    }
    .customers-content p {
        padding-left: 7%;
    }
    .customers-logo__item {
        display: flex;
        flex-basis: calc(100%/3);
        justify-content: center;
    }
    .menu {
        flex-basis: calc(400%/5);
    }
   
    .image__float .img__wrapper {
        width: 400px;
    }
}

@media(max-width:890px) {
    .contacts__content {
        flex-direction: column-reverse;
    }
    #map,
    .map__container {
        flex-basis: unset;
        width: 600px;
        height: 450px;
    }
    .contacts__content .contacts__wrapper {
        flex-direction: row;
        justify-content: space-between;
        flex-basis: unset;
        width: 100%;
        padding: 30px;
    }
}

@media(max-width:780px) {
    section {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .header__body {
        position: relative;
        height: 50px;
    }
    .header::before {
        z-index: 3;
    }
    .header__body  .logotype {
        font-size: 45px;
    }
    .header__burger {
        display: block;
        position: relative;
        width: 30px;
        height: 20px;
    }
    .header__burger::before,
    .header__burger::after {
        content: "";
        background: #383c45;
        position: absolute;
        width: 100%;
        height: 2px;
        left: 0;
        transition: all 0.2s ease-in-out 0s;
    }
    .header__burger::before {
        top: 0;
    }
    .header__burger::after {
        bottom: 0;
    }
    .header__burger span {
        content: "";
        background: #383c45;
        position: absolute;
        width: 100%;
        height: 2px;
        left: 0;
        top: 8px;
        transition: all 0.5s ease-in-out 0s;
    }
    .header__burger.active::before {
        transform: rotate(45deg);
        top: 9px;
    }
    .header__burger.active::after {
        transform: rotate(-45deg);
        bottom: 9px;
    }
    .header__burger.active span {
        transform: scale(0) translate(20px, 20px);
    }
    .menu {
        position: fixed;
        top: -100%;
        left: 0;
        width: 100%;
        padding: 45px 15px 0px 15px;
        height: auto;
        background-color: #f1f1f1;
        border-radius: 0 0 20px 20px;
        /*border: 1px solid #383c45;*/
        box-shadow: 0px 1px 3px #333;
        transition: top 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s;
    }
    .menu.active {
        top: 0;
    }
    .bread_crumbs-wrapper{
        display:none;
    }
    .service__item {
        flex-basis: calc(50% - 15px);
        height: 420px;
    }
    .lines {
        display: none;
    }
   
    .primory .container {
        flex-direction: column;
    }
    .primory__content p {
        text-align: justify;
    }
    .primory__image {
        width: 350px;
        align-self: center;
    }
    .text-position {
        padding-top: unset;
    }
    .text-position h2 {
        margin: 20px 5px 20px 0;
    }
    .image__float .img__wrapper {
        width: 200px;
    }
      .footer__body {
        flex-direction: column;
    }
    .footer__container {
        justify-content: space-around;
    }
    .footer__menu,
    .footer__advantages,
    .contacts {
        align-items: flex-start;
        flex-basis: 250px;
    }
    .form__container {
        flex-direction: column;
    }
}

@media(max-width:615px) {
    .customers-logo {
        justify-content: space-around;
    }
    .menu {
        flex-direction: column;
    }
    .menu__list {
        padding-top: 20px;
        flex-direction: column;
    }
    .menu__list li {
        width: 100%;
    }
    .button__wrapper {
        align-self: center;
    }
    .menu__list li div {
        justify-content: flex-start;
        height: 50px;
    }
    .conection__form label,
    .input__button-wrapper {
        flex-basis: 100%;
    }
    .conection__form label,
    .input__button-wrapper {
        margin: 5px 0;
    }
    .copyright,
    .copyright a {
        font-size: 12px;
        letter-spacing: .5px;
    }
    .copyright__main {
        line-height: 30px;
        flex-direction: column;
        align-items: flex-start;
        padding-bottom: 10px;
    }
    .copyright__main span {
        margin-bottom: 10px;
    }
    .copyright__links {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
        width: 100%;
    }
    .copyright__links a {
        display: block;
        word-wrap: break-word;
        max-width: 100%;
        line-height: 1.4;
    }
    .copyright__legal-info p {
        font-size: 11px;
        line-height: 1.5;
    }
    .container {
        padding-bottom: 10px;
        ;
    }
    #map,
    .map__container {
        flex-basis: unset;
        width: 500px;
        height: 450px;
    }
    .contacts__content .contacts__wrapper {
        flex-direction: column-reverse;
        width: unset;
        padding-top: unset;
    }
    .image__float {
        float: unset;
    }
    .image__float .img__wrapper {
        width: 100%;
    }
}

@media (max-width:520px) {
    h1,
    h2 {
        font-size: 30px;
        line-height: 37px;
    }
    p {
        font-size: 18px;
        line-height: 22px;
    }
    .service__item {
        flex-basis: 100%;
        height: 370px;
    }
    .footer__body {
        align-items: center;
    }
    .footer__body .logotype{
        align-self:flex-start;
    }
    .footer__container {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }
    .footer__menu,
    .footer__advantages,
    .contacts {
        align-self: flex-start;
    }
    .copyright__main {
        flex-direction: column;
        align-items: flex-start;
        line-height: 25px;
    }
    .copyright__main span {
        order: 2;
    }
    .copyright__links {
        order: 1;
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
        margin-bottom: 10px;
        width: 100%;
    }
    .copyright__links a {
        display: block;
        word-wrap: break-word;
        max-width: 100%;
    }
    .copyright__legal-info p {
        font-size: 10px;
    }
    #map,
    .map__container {
        flex-basis: unset;
        width: 300px;
        height: 300px;
    }
    .form__container .conection__form {
        flex-direction: column;
        flex-wrap: nowrap;
    }
    .form__container .conection__form label,
    .form__container .conection__form .input__button-wrapper {
        width: 100%;
    }
}

@media (max-width:450px) {
    .copyright,
    .copyright a {
        font-size: 11px;
    }
    .copyright__main span {
        font-size: 11px;
        line-height: 1.3;
    }
}

@media (max-width:370px) {
    h1,
    h2 {
        font-size: 25px;
    }
    .primory__image {
        width: 200px;
    }
    .copyright,
    .copyright a {
        font-size: 10px;
    }
    .copyright__main {
        line-height: 20px;
    }
    .copyright__main span {
        font-size: 10px;
    }
    .copyright__links {
        gap: 8px;
    }
    .copyright__links a {
        display: block;
        word-break: break-word;
    }
}

@media(min-width:320px) {
    .slider-progressbar__slide.swiper-slide {
        /* display: flex;
        align-items: center;
        justify-content: center; */
        transform: translateX(calc((100% - 290px)/2));
    }
    .slider-progressbar__slide.swiper-slide .slider__image {
        width: 280px;
    }
    .team__slider {
        padding-top: 75px;
    }
    .team__slider-nav {
        top: -50px;
    }
}

@media(min-width:450px) {
    .team__slider {
        padding-top: 30px;
    }
    .team__slider-nav {
        top: 0px;
    }
}

@media(min-width:780px) {
    .slider-progressbar__slide.swiper-slide {
        transform: translateX(calc((100% - 390px)/2));
    }
    .slider-progressbar__slide.swiper-slide .slider__image {
        width: 390px;
    }
}

@media(min-width:1150px) {
    .slider-progressbar__slide.swiper-slide {
        transform: translateX(53%);
    }
    .slider-progressbar__slide.swiper-slide .slider__image {
        width: 100%;
    }
}

@media(min-width:1700px) {
    .slider-progressbar__slide.swiper-slide {
        transform: translateX(60%);
    }
    .slider-progressbar__slide.swiper-slide .slider__image {
        width: 550px;
    }
}

/* Products Section Media Queries */
@media(max-width: 768px) {
    .products {
        padding: 50px 0;
    }
    
    .products__wrapper h2 {
        font-size: 28px;
        margin-bottom: 30px;
    }
    
    .products__title {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 20px;
    }
    
    .products__description {
        padding: 20px 25px;
        margin-bottom: 20px;
    }
    
    .products__description p {
        font-size: 16px;
        line-height: 24px;
    }
    
    .products__notice {
        padding: 20px 25px;
    }
    
    .products__notice-text {
        font-size: 13px;
        line-height: 20px;
    }
}

@media(max-width: 480px) {an    .products {
        padding: 40px 0;
    }
    
    .products__wrapper h2 {
        font-size: 24px;
        margin-bottom: 25px;
    }
    
    .products__title {
        font-size: 18px;
        line-height: 26px;
        padding: 0 10px;
    }
    
    .products__description {
        padding: 15px 20px;
        border-left-width: 3px;
    }
    
    .products__description p {
        font-size: 15px;
        line-height: 22px;
    }
    
    .products__notice {
        padding: 15px 20px;
    }
    
    .products__notice-text {
        font-size: 12px;
        line-height: 18px;
    }
}

/* Technologies Section Responsive */
@media(max-width: 768px) {
    .technologies__wrapper h2 {
        margin-bottom: 30px;
        font-size: 28px;
    }
    
    .technologies__content {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .technology__title {
        font-size: 17px;
    }
    
    .technology__text {
        font-size: 16px;
        line-height: 24px;
    }
}

@media(max-width: 480px) {
    .technologies {
        padding: 40px 0;
    }
    
    .technologies__wrapper h2 {
        font-size: 24px;
        margin-bottom: 20px;
    }
    
    .technologies__content {
        gap: 25px;
    }
    
    .technology__title {
        font-size: 16px;
        margin-bottom: 8px;
    }
    
    .technology__text {
        font-size: 15px;
        line-height: 22px;
    }
}