body{
    font-family: "Montserrat", sans-serif;
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
    text-decoration: none;
}

a{
text-decoration: none
}

button{
    font-family: Montserrat;
    }

.mb{
margin-bottom: 100px;
}

.mb50{
margin-bottom: 50px;
}

button{
cursor: pointer;
}

.container {
max-width: 1366px;
margin: 0 auto;
padding: 0;
}

.img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.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: #000;
}
.burger::before {
top: 0;
box-shadow: 0 11px 0 #000;
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: 19px;
    margin: 0;
    background: #0693E3;
    list-style-type: none;
    transform: translateX(-100%);
    transition: .3s;
    width: 304px;
    height: 92vh;
    align-items: center;
    align-content: center;
    justify-items: start;
}

.menu-item {
    display: block;
    padding: 8px;
    color: white;
    font-size: 24px;
    text-align: center;
    text-decoration: none;
}

.menu-item:hover {
background: rgba(255,255,255,.2)
}
.burger-checkbox:checked ~ .menu-list {
transform: translateX(0);
}

.menu{
    display: none;
}

.consulting_content {
        bottom: 0;
        top: 26%;
        text-align: center;
        display: flex;
        align-content: center;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 200px 0;
    }

.header{
    position: fixed;
    width: 100%;
    padding: 20px 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    background: #FFFFFF;
    z-index: 1000;
}

.header_item{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header_menu ul{
    display: flex;
    gap: 30px;
}

.header_menu a{
    font-size: 16px;
    font-weight: 500;
    color: #151515;
}

.header_menu a:hover{
    color: #0693E3;
    text-decoration: underline;
}

.header_tel{
    display: flex;
    align-items: center;
    gap: 5px;
}

.header_tel a{
    font-size: 16px;
    font-weight: 500;
    color: #151515;
}

.header_tel a:hover{
    color: #0693E3;
    text-decoration: underline;
}

.main_banner{
    position: relative;
}

.main_title{
    color: #FFFFFF;
    font-size: 64px;
    font-weight: 600;
    line-height: 72px;
}

.main_subtitle{
    color: #FFFFFF;
    font-size: 54px;
    font-weight: 600;
    margin-bottom: 15px;
}

.main_content{
    position: absolute;
    bottom: 0;
    top: 40%;
}

.main_text{
    color: #DBDBDB;
    font-size: 25px;
    font-weight: 400;
    line-height: 36px;
    width: 54%;
    margin-bottom: 25px;
}

.main_btn {
    font-size: 18px;
    font-weight: 600;
    color: #FFFFFF;
    background: #0693E3;
    padding: 15px 53px;
    border: 0;
}

.main_btn:hover {
  transform: translate(0,-3px);
  box-shadow: 0 20px 40px 0 rgba(11, 99, 246, 1);
}

.logistik_item{
    width: 50%;
}

.lined {
    position: relative;
    padding-bottom: 20px;
}

.lined:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 50px;
    height: 2px;
    background: #151515;
    transition: .5s;
}

.lined-white{
    position: relative;
    padding-bottom: 20px;
}

.lined-white:before {
    position: absolute;
    content: "";
    left: 49%;
    bottom: 0;
    width: 50px;
    height: 2px;
    background: #FFFFFF;
    transition: .5s;
}

.logistik_block {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logistik_content{
    width: 45%;
}

.logistik_title{
    color: #151515;
    font-size: 50px;
    font-weight: 500;
}

.logistik_text p{
    color: #555555;
    font-size: 19px;
    font-weight: 400;
}

.settings_block{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.settings_title{
    color: #151515;
    font-size: 50px;
    font-weight: 500;
}

.settings_text p{
    color: #555555;
    font-size: 19px;
    font-weight: 400;
}

.settings_item{
    width: 50%;
}

.settings_content{
    width: 45%;
}

.consulting_title{
    color: #FFFFFF;
    font-size: 50px;
    font-weight: 500;
    margin-bottom: 50px;
}

.consulting_banner{
    position: relative;
}

.consulting_text{
    color: #CFCFCF;
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 40px;
    position: relative;
}

.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: 207px;
}

.consulting_btn {
    background: #FFFFFF;
    color: #0693E3;
    font-size: 18px;
    font-weight: 600;
    padding: 15px 53px;
    border: 0;
    z-index: 1;
    position: relative;
}

.uslugi_title{
    color: #151515;
    font-size: 50px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 20px;
}

.lined-center{
    position: relative;
    padding-bottom: 20px;
}

.lined-center:before {
    position: absolute;
    content: "";
    left: 48%;
    bottom: 0;
    width: 50px;
    height: 2px;
    background: #151515;
    transition: .5s;
}

.uslugi_text{
    color: #555555;
    font-size: 19px;
    font-weight: 400;
    text-align: center;
    line-height: 28px;
}

.uslugi_gallery{
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 15px;
    align-items: center;
}

.one{
    grid-row: span 2;
}

.two{
    display: flex;
}

.top {
    align-self: start;
    height: 100%;
}

.three{
    display: flex;
}

.bottom {
    align-self: end;
    height: 100%;
}

.two img{
    object-fit: cover;
}

.three img{
    object-fit: cover;
}

.about_title{
    color: #FFFFFF;
    font-size: 50px;
    font-weight: 500;
}

.about_text p{
    color: #DDDDDD;
    font-size: 19px;
    font-weight: 400;
    line-height: 28px;
}

.about{
    position: relative;
}

.lined_about{
    position: relative;
    padding-bottom: 20px;
}

.lined_about:before{
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 50px;
    height: 2px;
    background: #FFFFFF;
    transition: .5s;
}

.about_banner{
    position: absolute;
    bottom: 0;
    top: 30%;
}

.infoblock_name{
    color: #151515;
    font-size: 25px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.infoblock_content:nth-of-type(5) .infoblock_name{
    color: #151515;
    font-size: 25px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 48px;
}

.infoblock_title{
    color: #151515;
    font-size: 50px;
    font-weight: 500;
    text-align: center;
}

.lined_infoblock{
    position: relative;
    padding-bottom: 20px;
}

.lined_infoblock:before{
    position: absolute;
    content: "";
    left: 48%;
    bottom: 0;
    width: 50px;
    height: 2px;
    background: #151515;
    transition: .5s;
}

.infoblock_text{
    color: #555555;
    font-size: 17px;
    font-weight: 500;
}

.infoblock_grid{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
    align-items: stretch;
}

.infoblock_content img{
    margin-bottom: 15px;
}

.infoblock_content{
    padding: 20px;
    border-bottom: 1px solid #DADADA;
    border-top: 1px solid #DADADA;
}

.infoblock_content:nth-child(1){
    border-bottom: 0;
}

.infoblock_content:nth-child(2){
    border-bottom: 0;
}

.infoblock_content:nth-child(3){
    border-bottom: 0;
}

.infoblock_content:nth-child(4){
    padding-bottom: 40px;
}

.infoblock_content:nth-child(5){
    padding-bottom: 40px;
}

.infoblock_content:nth-child(6){
    padding-bottom: 40px;
}

.company_item{
    width: 50%;
}

.company_content{
    width: 43%;
}

.infoblock_text p{
        text-align: justify;
    }

.company_title{
    font-size: 50px;
    font-weight: 500;
    color: #151515;
    margin-bottom: 40px;
}

.company_text p{
    font-size: 19px;
    font-weight: 400;
    color: #555555;
    line-height: 28px;
}

.company_block{
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: space-between;
}

.kontakty_block{
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    gap: 20px;
}

.kontakty_map{
    width: 100%;
}

.kontakty_content{
    width: 40%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.info-block {
    display: flex;
    border: 1px solid #D7D7D7;
    width: 363px;
    background: #fff;
}

.icon-column {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px;
    border-right: 1px solid #ddd;
}

.content-title{
    margin-bottom: 13px;
}

.icon {
    margin: 5px 0;
    font-size: 18px;
    color: #007bff;
}

.content-column {
    padding: 10px;
}

.content-column p {
    margin: 20px 0 5px 0;
    color: #151515;
    font-size: 17px;
    font-weight: 400;
}

.content-column a {
    display: block;
    color: #aaa;
    text-decoration: none;
    font-size: 14px;
    margin-bottom: 5px;
}

.content-column a:hover {
    color: #007bff;
}

.infoblock_content{
    position: relative;
}


.infoblock_content::after {
    content: "";
    position: absolute;
    top: 0px;
    right: -10px;
    width: 1px;
    height: 100%;
    background-color: #DADADA;
}

/* Убираем линию у последнего элемента в ряду */
.infoblock_content:nth-child(3n)::after { 
    display: none;
}

.infoblock_content:nth-child(2)::after {
    content: "";
    position: absolute;
    top: 0px;
    right: -10px;
    width: 1px;
    height: 110%;
    background-color: #DADADA;
}

.infoblock_content:nth-child(1)::after {
    content: "";
    position: absolute;
    top: 0px;
    right: -10px;
    width: 1px;
    height: 110%;
    background-color: #DADADA;
}


.kontakty_item {
    border: 1px solid #DADADA;
    display: flex;
    align-items: center;
}

.kontakty_title{
    color: #151515;
    font-size: 17px;
    font-weight: 400;
}

.kontakty_column{
    display: flex;
    gap: 20px;
    align-items: center;
    position: relative;
}


.kontakty_column:nth-child(1){
    margin-bottom: 20px;
}

.kontakty_column:nth-child(2){
    margin-bottom: 8px;
}

.kontakty_map-map{
    color: #777777;
    font-size: 17px;
    font-weight: 400;
    margin-left: 38px;
}

.kontakty_tel a{
    font-size: 17px;
    color: #151515;
    margin-left: 40px;
    font-weight: 400;
}

.kontakty_column a{
    color: #777777;
    font-size: 17px;
    font-weight: 400;
}

.infoblock_img{
    height: 70px;
}

.con_tel{
    margin-bottom: 8px;
}   

.partner_item {
    border-radius: 15px;
    border: 1px solid #DCDCDC;
    width: 176px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer{
    background: #2B343E;
    border-radius: 60px 60px 0px 0px;
}

.footer_title{
    color: #FFFFFF;
    font-size: 40px;
    font-weight: 400;
    margin-bottom: 25px;
}

.footer_text{
    color: #D1D2D2;
    font-size: 20px;
    font-weight: 300;
    line-height: 31px;
}

.footer_input{
    display: flex;
    border-bottom: 1px solid #8E8E8E66;
    padding-bottom: 22px;
    align-items: baseline;
    margin-bottom: 20px;
}

.footer_input div{
    color: #FFFFFF;
    font-size: 24px;
    font-weight: 400;
    width: 50%;
}

.footer_input input{
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 300;
    border-bottom: 1px solid #8E8E8E66;
    border: 0;
    background: none;
    width: 100%;
    font-family: Montserrat;
    padding: 10px;
}

.footer_body{
    display: flex;
    padding: 70px;
    gap: 50px;
}

.footer_left{
    width: 40%;
}

.footer_right{
    width: 60%;
}

.footer_choice div{
    color: #FFFFFF;
    font-size: 24px;
    font-weight: 400;
}

.footer_choice{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
}

.footer_choice input{
    border: 1px solid #8E8E8E66;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 400;
    background: none;
    border-radius: 15px;
    width: 148px;
    padding: 20px 10px;
    text-align: center;
    font-family: Montserrat;
}

.footer_content{
    display: flex;
    justify-content: space-between;
    gap: 40px;
}

.footer_content button{
    background: #FFFFFF;
    color: #151515;
    font-size: 18px;
    font-weight: 700;
    padding: 15px 50px;
    border: 0;
    width: 34%;
}

.footer_content span{
    color: #6A7178;
    font-size: 18px;
    font-weight: 400;
}

.footer_main{
    padding-bottom: 50px;
    border-bottom: 1px solid #475462;
}

.footer_main a {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: flex-end;
}

.footer_main img{
    background: #6A7178;
    padding: 10px 16px;
    border-radius: 50%;
}
    
.footer_main img:hover{
    background: #0693E3;
}

.footer_top{
    color: #FFFFFF;
    font-size: 42px;
    font-weight: 300;
}

.footer_top:hover{
    color: #0693E3;
    text-decoration: underline;
}

.footer_footer{
    margin-top: 50px;
    padding-bottom: 50px;
    color: #A4A8AC;
    font-size: 17px;
    font-weight: 300;
    display: flex;
    align-items: flex-end;
}

.footer_footer img{
    margin:0px 10px;
    }

.icon{
    width: 21px;
    height: 25px;
}

.icon_icon{
    width: 20px;
    height: 20px;
}

.kontakty_icon{
    display: flex;
    flex-direction: column;
    align-items: center;
    border-right: 1px solid #DADADA;
    padding: 20px;
    gap: 34px;
    height: 100%;
}

.kontakty_item-item{
    padding: 20px;
}

.kontakty_item-item{
    padding: 20px;
    gap: 10px;
    display: flex;
    flex-direction: column;
}

.kontakty_icon-icon{
    display: flex;
    flex-direction: column;
    align-items: center;
    border-right: 1px solid #DADADA;
    padding: 20px;
    gap: 10px;
    height: 100%;
}

.kontakty_map{
    color: #777777;
    font-size: 17px;
    font-weight: 400;
}

.kontakty_address{
    color: #777777;
    font-size: 17px;
    font-weight: 400;
}

.kontakty_item-item a{
    color: #777777;
    font-size: 17px;
    font-weight: 400;
}
.kontakty_item-item a:hover{
    color: #0693E3;
    text-decoration: underline;
}

.input_item{
    display: flex;
    align-items: center;
    gap: 10px;
}

.footer_content-btn{
    background: #FFFFFF;
    color: #151515;
    font-size: 18px;
    font-weight: 700;
    padding: 15px 50px;
    border: 0;
    }
    
.footer_content-content {
    display: flex;
    justify-content: center;
    gap: 40px;
}
    
.footer_content-content span{
    color: #6A7178;
    font-size: 18px;
    font-weight: 400;
    }
    
.modal-header button{
    border: 0;
    background: none;
    }
    
.cl-btn-7{
    font-size: 44px;
    font-weight: 600;
    color: white;
    }
    
.consulting_btn:hover {
    transform: translate(0, -3px);
    box-shadow: 0 20px 40px 0 #FFFFFF;
}

.footer_content button:hover {
    transform: translate(0, -3px);
    box-shadow: 0 20px 40px 0 #FFFFFF;
}

.floating-buttons {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.floating-button {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.partner_slider .slick-slide {
    max-width: 100%; /* Убедитесь, что слайд не растягивается */
}
.slick-track {
    display: flex !important;
}

.slick-prev {
    display:none !important;
}

.slick-next{
    display:none !important;
    }
    
.uslugi_gallery img{
    height:100%;
    width:100%;
    object-fit:cover;
    }
    
.header-lang {
    position: relative;
    font-weight: 500;
    color: #999;
    margin-right: 20px;
}

.lang-active {
    display: flex;
    align-items: center;
    color: #151515;
}

.header-lang:hover ul.lang-list {
    display: block;
}

ul.lang-list {
    position: absolute;
    top: 28%;
    list-style: none;
    padding: 15px;
    border-radius: 5px;
    box-shadow: 0 0 18px 0 #00000047;
    background: #fff;
    left: 29px;
    display: none;
}

.lang-list_list{
    margin-bottom: 10px;
    }
    
.lang-list a{
    font-size: 16px;
    font-weight: 500;
    color: #151515;
    }
    
.lang-list a:hover{
    color: #0693E3;
    text-decoration: underline;
    }
    
.lang-active img{
    margin-right: 2px;
    }
    
.menu_lang {
    display: flex;
    width: 100%;
    justify-content: space-evenly;
    border-top: 1px solid white;
    padding: 20px;
}
    
.menu_title{
    color: white;
    font-size: 30px;
    text-align: center;
    text-decoration: none;
    width: 100%;
    border-bottom: 1px solid white;
    padding: 20px;
    }
    
.mmenu{
    display: grid;
    gap: 19px;
    }