@media (min-width: 1400px) {
    .container{
        max-width: 1320px;
    }

    .main_content {
        position: absolute;
        bottom: 0;
        top: 35%;
    }

        .about_banner {
        position: absolute;
        bottom: 0;
        top: 22%;
        width: 34%;
    }
    

}

@media (max-width: 1146px) {
    .menu{
        display: block;
    }

    .header_menu{
        display: none;
    }
}

@media (max-width: 1024px) {
    .container {
        width: 850px;
    }
    
     .header-lang{
     display:none;
     }

    .footer_content div {
        color: #6A7178;
        font-size: 18px;
        font-weight: 400;
        width: 62%;
    }

    .footer_content button {
        background: #FFFFFF;
        color: #151515;
        font-size: 18px;
        font-weight: 700;
        padding: 10px 22px;
        border: 0;
        width: 34%;
    }

    .footer_input div {
        color: #FFFFFF;
        font-size: 18px;
        font-weight: 400;
        width: 50%;
    }

    .footer_input input {
        color: #FFFFFF;
        font-size: 14px;
        font-weight: 300;
        border-bottom: 1px solid #8E8E8E66;
        border: 0;
        background: none;
        width: 100%;
        font-family: Montserrat;
    }
    

    .footer_choice input {
        border: 1px solid #8E8E8E66;
        color: #FFFFFF;
        font-size: 16px;
        font-weight: 400;
        background: none;
        border-radius: 15px;
        width: 103px;
        padding: 20px 10px;
        text-align: center;
    }

    .main_title {
        color: #FFFFFF;
        font-size: 42px;
        font-weight: 600;
        line-height: 72px;
    }

    .main_subtitle {
        color: #FFFFFF;
        font-size: 40px;
        font-weight: 600;
        margin-bottom: 15px;
    }

    .main_banner {
        position: relative;
        height: 100vh;
    }

    .main_content {
        position: absolute;
        bottom: 0;
        top: 31%;
    }

        .menu-list {
        top: 0;
        left: 0;
        position: absolute;
        display: grid;
        gap: 19px;
        margin: 0;
        background: #0693E3;
        list-style-type: none;
        transform: translateX(-100%);
        transition: .3s;
        width: 430px;
        height: 100vh;
        align-items: center;
        align-content: center;
        justify-items: start;
    }
    
    .mmenu {
        display: grid;
        gap: 14px;
        justify-items: start;
    }
    
    .menu_lang {
        display: flex;
        width: 100%;
        justify-content: space-evenly;
        border-top: 1px solid white;
        padding: 14px;
    }
    
        .menu_title {
        color: white;
        font-size: 30px;
        text-align: center;
        text-decoration: none;
        width: 100%;
        border-bottom: 1px solid white;
        padding: 20px;
    }

    .main_text {
        color: #DBDBDB;
        font-size: 20px;
        font-weight: 400;
        line-height: 36px;
        width: 54%;
        margin-bottom: 25px;
    }
    
    .logistik_title {
        color: #151515;
        font-size: 42px;
        font-weight: 500;
    }

    .settings_title {
        color: #151515;
        font-size: 42px;
        font-weight: 500;
    }

    .consulting_title {
        color: #FFFFFF;
        font-size: 42px;
        font-weight: 500;
        margin-bottom: 50px;
    }

    .consulting_content {
        bottom: 0;
        top: 26%;
        text-align: center;
        display: flex;
        align-content: center;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 100px 0;
    }


    .uslugi_title {
        color: #151515;
        font-size: 42px;
        font-weight: 500;
        text-align: center;
        margin-bottom: 20px;
    }

    .about_title {
        color: #FFFFFF;
        font-size: 42px;
        font-weight: 500;
    }

    .about_banner {
        position: absolute;
        bottom: 0;
        top: 11%;
    }

    .infoblock_title {
        color: #151515;
        font-size: 42px;
        font-weight: 500;
        text-align: center;
    }

    .company_title {
        font-size: 42px;
        font-weight: 500;
        color: #151515;
        margin-bottom: 40px;
    }

    .kontakty_content {
        width: 51%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
}

@media (max-width: 768px) {
    .container {
        width: 750px;
    }
    
     .header-lang{
     display:none;
     }

    .kontakty_icon {
        display: flex;
        flex-direction: column;
        align-items: center;
        border-right: 1px solid #DADADA;
        padding: 9px;
        gap: 10px;
        height: 95%;
        justify-content: space-around;
    }
    
    .slick-prev, .slick-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #fff; /* Белый фон */
    border: 1px solid #ddd;
    width: 40px;
    height: 40px;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 1000;
    transition: 0.3s;
}

.slick-prev,
  .slick-next {
    display: inline-block !important;
  }

.slick-prev {
    left: -4px; /* Расположение слева */
}

.slick-next {
    right: -4px; /* Расположение справа */
}

/* При наведении */
.slick-prev:hover, .slick-next:hover {
    background: #0693E3;
    color: #fff;
}

    .kontakty_icon-icon {
        display: flex;
        flex-direction: column;
        align-items: center;
        border-right: 1px solid #DADADA;
        padding: 10px;
        gap: 10px;
        height: 89%;
        justify-content: center;
    }

    .main_content {
        position: absolute;
        bottom: 0;
        top: 29%;
    }

    .main_banner img{
        object-fit: cover;
    }

    .main_title {
        color: #FFFFFF;
        font-size: 42px;
        font-weight: 600;
        line-height: 72px;
    }

    .main_subtitle {
        color: #FFFFFF;
        font-size: 40px;
        font-weight: 600;
        margin-bottom: 15px;
    }

    .main_banner {
        position: relative;
        height: 100vh;
    }

    .logistik_block {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: column-reverse;
    }

    .logistik_item {
        width: 70%;
    }

    .logistik_content {
        width: 100%;
    }

    .logistik_title {
        color: #151515;
        font-size: 42px;
        font-weight: 500;
    }

    .settings_title {
        color: #151515;
        font-size: 42px;
        font-weight: 500;
    }

    .settings_block {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: column;
    }

    .settings_content {
        width: 100%;
    }

    .settings_item {
        width: 70%;
    }

    .consulting_banner img{
        object-fit: cover;
    }

    .consulting_banner {
        position: relative;
        height: 100vh;
    }

    .consulting_title {
        color: #FFFFFF;
        font-size: 42px;
        font-weight: 500;
        margin-bottom: 34px;
    }

    .consulting_content {
        position: absolute;
        bottom: 0;
        top: 25%;
        text-align: center;
        width: 98%;
    }

    .uslugi_title {
        color: #151515;
        font-size: 42px;
        font-weight: 500;
        text-align: center;
        margin-bottom: 20px;
    }

    .about_title {
        color: #FFFFFF;
        font-size: 42px;
        font-weight: 500;
    }

    .infoblock_grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        align-items: stretch;
    }

    .footer_body {
        display: flex;
        padding: 70px;
        gap: 50px;
        flex-wrap: wrap;
    }

    .footer_left {
        width: 100%;
        text-align: center;
    }

    .footer_right {
        width: 100%;
    }

    .kontakty_block {
        display: flex;
        justify-content: space-between;
        align-items: stretch;
        gap: 20px;
        flex-direction: column;
    }

    .kontakty_content {
        width: 100%;
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 10px;
    }

    .kontakty_item {
        border: 1px solid #DADADA;
    }

    .kontakty_item-item {
        padding: 11px;
        gap: 10px;
        display: flex;
        flex-direction: column;
    }

    .company_title {
        font-size: 40px;
        font-weight: 500;
        color: #151515;
        margin-bottom: 40px;
    }

    .company_block {
        display: flex;
        align-items: center;
        gap: 20px;
        justify-content: space-between;
        flex-direction: column-reverse;
    }

    .company_content {
        width: 100%;
    }

    .company_item {
        width: 70%;
    }

    .infoblock_title {
        color: #151515;
        font-size: 40px;
        font-weight: 500;
        text-align: center;
    }

    .lined_infoblock:before {
        position: absolute;
        content: "";
        left: 46%;
        bottom: 0;
        width: 50px;
        height: 2px;
        background: #151515;
        transition: .5s;
    }

    .about {
        position: relative;
        height: 100vh;
    }

    .about img{
        object-fit: cover;
    }

    .about_banner {
        position: absolute;
        bottom: 0;
        top: 19%;
    }

    .lined-center:before {
        position: absolute;
        content: "";
        left: 46%;
        bottom: 0;
        width: 50px;
        height: 2px;
        background: #151515;
        transition: .5s;
    }

    .footer_footer {
        margin-top: 50px;
        padding-bottom: 50px;
        color: #A4A8AC;
        font-size: 17px;
        font-weight: 300;
        text-align: center;
    }

    .infoblock_content {
        padding: 20px;
        border-bottom: 1px solid #DADADA;
        border-top: 1px solid #DADADA;
    }

    .infoblock_content:nth-child(4){
        border-bottom:none;
    }

    .infoblock_content > :nth-child(3)::after {
        content: "";
        position: absolute;
        top: 0;
        right: -10px;
        width: 1px;
        height: 110%;
        background-color: #DADADA;
    }
}

@media (max-width: 480px){
    .container {
        padding-left: 15px;
        padding-right: 15px;
        width: auto;
    }
    
    
    .logo{
        width: 68px;
    }

    .main_banner img{
        object-fit: cover;
    }

    .main_banner {
        position: relative;
        height: 90vh;
    }

    .main_content {
        position: absolute;
        bottom: 0;
        top: 27%;
    }

    .logistik_title {
        color: #151515;
        font-size: 25px;
        font-weight: 500;
    }   

    .settings_title {
        color: #151515;
        font-size: 25px;
        font-weight: 500;
    }

    .main_text {
        color: #DBDBDB;
        font-size: 25px;
        font-weight: 400;
        line-height: 36px;
        width: 100%;
        margin-bottom: 25px;
    }

    .main_subtitle {
        color: #FFFFFF;
        font-size: 27px;
        font-weight: 600;
        margin-bottom: 15px;
    }

    .infoblock_grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        align-items: stretch;
    }

    .infoblock_content {
        padding: 10px;
        border-bottom: 1px solid #DADADA;
        border-top: 1px solid #DADADA;
    }
    
    .infoblock_content:nth-child(2)::after {
        display:none;
    }
    
    .kontakty_icon-icon {
        display: flex;
        flex-direction: column;
        align-items: center;
        border-right: 1px solid #DADADA;
        padding: 9px;
        gap: 10px;
        height: 101%;
        justify-content: center;
    }
    
    .infoblock_content > :nth-child(3)::after {
        content: "";
        position: absolute;
        top: 0;
        right: -10px;
        width: 1px;
        height: 100%;
        background-color: #DADADA;
    }
    
        .infoblock_content p> :nth-child(6)::after {
        display:none;
    }

    .infoblock_content img {
        margin-bottom: 13px;
    }

    .lined_infoblock:before {
        position: absolute;
        content: "";
        left: 42%;
        bottom: 0;
        width: 50px;
        height: 2px;
        background: #151515;
        transition: .5s;
    }

    .infoblock_name {
        color: #151515;
        font-size: 15px;
        font-weight: 500;
        text-transform: uppercase;
        margin-bottom: 10px;
    }

    .infoblock_text {
        color: #555555;
        font-size: 14px;
        font-weight: 500;
    }

    .company_block {
        display: flex;
        align-items: center;
        gap: 20px;
        justify-content: space-between;
        flex-direction: column-reverse;
    }

    .company_content {
        width: 100%;
    }

    .company_item {
        width: 100%;
    }

    .main_title {
        color: #FFFFFF;
        font-size: 28px;
        font-weight: 600;
        line-height: 72px;
    }

    .footer_choice {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 26px;
    }

    .about img{
        object-fit: cover;
    }

    .consulting_banner img{
        object-fit: cover;
    }

    .consulting_title {
        color: #FFFFFF;
        font-size: 30px;
        font-weight: 500;
        margin-bottom: 22px;
    }
    
    .consulting_input {
    margin-bottom: 20px;
    padding: 15px;
    border: none;
    background: rgba(255, 255, 255, 0.2);
    color: #FFFFFF;
    font-size: 22px;
    outline: none;
    backdrop-filter: blur(5px);
    width: 100%;
}

    .lined-white:before {
        position: absolute;
        content: "";
        left: 42%;
        bottom: 0;
        width: 50px;
        height: 2px;
        background: #FFFFFF;
        transition: .5s;
    }

    .consulting_banner {
        position: relative;
        height: 78vh;
    }
    
    .consulting_content {
        position: absolute;
        bottom: 0;
        top: 0%;
        text-align: center;
        width: 90%;
    }

    .uslugi_title {
        color: #151515;
        font-size: 25px;
        font-weight: 500;
        text-align: center;
        margin-bottom: 20px;
    }

    .logistik_block {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: column-reverse;
    }

    .logistik_content {
        width: 100%;
    }

    .logistik_item {
        width: 100%;
    }

    .settings_block {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: column;
    }

    .settings_content {
        width: 100%;
    }

    .settings_item {
        width: 100%;
    }

    .footer_body {
        display: flex;
        padding: 30px 8px;
        gap: 50px;
        flex-wrap: wrap;
    }

    .footer_title {
        color: #FFFFFF;
        font-size: 25px;
        font-weight: 400;
        margin-bottom: 25px;
        text-align: center;
    }

    .footer_input div {
        color: #FFFFFF;
        font-size: 16px;
        font-weight: 400;
        width: 32%;
    }
    
    .footer_input input {
        color: #FFFFFF;
        font-size: 14px;
        font-weight: 300;
        border-bottom: 1px solid #8E8E8E66;
        border: 0;
        background: none;
        width: 100%;
        font-family: Montserrat;
    }

    .footer_left {
        width: 100%;
        margin-top: 20px;
    }

    .footer_text {
        color: #D1D2D2;
        font-size: 20px;
        font-weight: 300;
        line-height: 31px;
        text-align: center;
    }

    .footer_choice div {
        color: #FFFFFF;
        font-size: 16px;
        font-weight: 400;
    }

    .footer_top {
        color: #FFFFFF;
        font-size: 24px;
        font-weight: 300;
    }

    .footer_footer {
        margin-top: 50px;
        padding-bottom: 50px;
        color: #A4A8AC;
        font-size: 14px;
        font-weight: 300;
        text-align: center;
    }
    
    .footer_footer {
    margin-top: 50px;
    padding-bottom: 50px;
    color: #A4A8AC;
    font-size: 17px;
    font-weight: 300;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    flex-wrap: wrap;
    }

    .footer_content {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: column-reverse;
    }

    .footer_content div {
        color: #6A7178;
        font-size: 18px;
        font-weight: 400;
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }
    
    .kontakty_item {
        border: 1px solid #DADADA;
        height: 135px;
    }

    .footer_content button {
        background: #FFFFFF;
        color: #151515;
        font-size: 16px;
        font-weight: 700;
        padding: 10px;
        border: 0;
        width: 50%;
    }

    .kontakty_content {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        gap: 10px;
    }

    .company_title {
        font-size: 25px;
        font-weight: 500;
        color: #151515;
        margin-bottom: 40px;
    }

    .infoblock_title {
        color: #151515;
        font-size: 25px;
        font-weight: 500;
        text-align: center;
    }

    .about_title {
        color: #FFFFFF;
        font-size: 25px;
        font-weight: 500;
    }

    .about_banner {
        position: absolute;
        bottom: 0;
        top: 16%;
    }

    .about {
        position: relative;
        height: 90vh;
    }

    .kontakty_block {
        display: flex;
        justify-content: space-between;
        align-items: stretch;
        gap: 20px;
        flex-direction: column;
    }

    .footer_main a {
        display: flex;
        align-items: center;
        gap: 20px;
        justify-content: center;
    }

    .footer_right {
        width: 100%;
    }

   .menu-list {
        top: 0;
        position: absolute;
        display: grid;
        gap: 19px;
        margin: 0;
        background: #0693E3;
        list-style-type: none;
        transform: translateX(-100%);
        transition: .3s;
        width: 322px;
        height: 100vh;
        align-items: center;
        align-content: space-between;
        justify-items: start;
    }
    
    .modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    color: var(--bs-modal-color);
    pointer-events: auto;
    border-radius: 20px;
    outline: 0;
    background: #2B343E;
    width: auto;
    height: auto;
    padding: 30px 30px;
    }
    
    .footer_content-content {
        display: flex;
        justify-content: center;
        gap: 40px;
        flex-direction: column-reverse;
        align-content: center;
    }
    
    .uslugi_gallery{
    display: flex;
    flex-direction: column;
    gap: 10px;
    }
    
    .uslugi_gallery img {
    height: auto;
    width: 100%;
    object-fit: cover;
}
 .header-lang{
     display:none;
     }
}