body{
    font-family: 'Helvetica Neue', sans-serif;
}
.main_block{
    min-height: calc(100vh - 405px);
}
.heading--fancy{
    color: #3364a3;
    font-size: 30px;
    display: flex;
    align-items: center;
    margin-bottom: 2em;
    letter-spacing: 0.75px;
}
.txt_item{
    color: #2d284f;
}
.footer_wrapper{
    background-color: rgb(54, 60, 68);
}
.footer_section,.main_block{
    max-width: 1800px;
    width: 100%;
    margin: 0 auto;
    padding: 70px 40px;
}

.footer_title{
    font-family: 'Helvetica Neue', sans-serif;
    color: #fff;
    font-size: 16px;
}
.info_block{
    gap: 30px;
    font-family: 'Helvetica Neue', sans-serif;
}
.list_block{
    display: flex;
    flex-direction: column;
}
.ul_list{
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.ul_list li{
    font-size: 13px;
    color: rgb(179, 179, 179)!important;
    line-height: 1.6;
    transition: 0.3s ease-in-out;
    display: flex;
    align-items: center;

    line-height: 1.6
}
.ul_list li a:hover{
        color: rgb(228, 76, 33)!important;
}
.ul_list li svg{
    width: 16px;
}
.ul_list li i{
    color: #fff;
    margin-right: 15px;
}
.branches{
    padding: 6px 16px;
    height: 40px;
    display: flex;
    align-items: center;
    font-size: 12px;
    font-weight: bold;
    border: none;
    border-radius: 40px;
    outline: transparent solid 2px;
    transition: 0.3s ease-in-out;
    max-width: 140px;
    background-color: rgb(254, 237, 233);
    color: rgb(228, 76, 33);
    gap: 10px;
    margin-top: 15px;
}
.branches:hover{
    background-color: rgb(255, 255, 255);
    outline: rgb(228, 76, 33) solid 2px;
    color: rgb(228, 76, 33);
} .branches i{
    font-size: 22px;
}
.social_list{
    margin-top: 15px;
    gap: 20px;
    color: #fff;
    justify-content: space-between;
}
.social_list li{
    font-size: 22px;
}
.social_list li:hover{
    color: rgb(228, 76, 33);
}
.cUpkJW{
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    flex-wrap: wrap;
    margin: 20px 0px;
    gap: 10px;
}
.ieHZah {
    background-color: rgb(234, 239, 246);
    min-width: 35px;
    min-height: 35px;
    border-radius: 50%;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    color: rgb(54, 60, 68)!important;
    font-size: 14px;
    outline: transparent solid 2px;
    transition: 0.3s ease-in-out;
    font-family: Helvetica, sans-serif;
}
.hvuXpS {
    min-width: 35px;
    min-height: 35px;
    border-radius: 50%;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    font-size: 14px;
    outline: transparent solid 2px;
    transition: 0.3s ease-in-out;
    font-family: Helvetica, sans-serif;
    background-color: rgb(51, 100, 163);
    color: rgb(255, 255, 255)!important;
}
.ieHZah:hover {
    background-color: rgb(255, 255, 255);
    outline: rgb(51, 100, 163) solid 2px;
    color: rgb(51, 100, 163)!important;
}

.ieHZah:hover  a{
    color: rgb(51, 100, 163);
}

.ieHZah i{
    color: rgb(51, 100, 163);
}

.heading_title{
    font-size: 30px;
    color: #f0591d;
}

.info_item{
    padding: 24px;
    border: 1px solid #e8eaf2 !important;
    border-radius: 10px !important;
    transition: 0.3s;
    cursor: pointer;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.info_item:hover {
    box-shadow: 0px 2px 4px rgba(40, 41, 61, 0.04), 0px 8px 16px rgba(96, 97, 112, 0.16);
}
.vacancies_section{
    background-color: #f9f8fd;
}
.pin_block{
    min-height: 48px;
    background: #f9f8fd;
    border-radius: 10px;
    display: flex;
    align-items: flex-start;
    padding: 9px 11px;
}
.card_title{
    color:#f0591d ;
    font-size: 18px;
    line-height: 26px;
 
}
.pin_block p{
    color: #001e26;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
}
.success img{
    width: 40px;
}

.date_block{
    font-size: 12px;
    color: #aba9b9;
}
.container_wrapper{
    max-width: 1600px;
    margin: 0 auto;
    width: 100%;
}
.back_btn{
    color: #3364a3;
    font-size: 12px;
}
.back_btn img{
    width: 10px;
    margin-right: 10px;
    transition: 0.3s ease-in-out;;
}

.back_btn:hover img{
    transform: translateX(-5px);
}
.vacancy_title{
    color: #3364a3;
    margin-bottom: 20px;
}
.fs-18{
    font-size: 18px;
}
.description_p{
    color: #625e7b;
    font-size: 14px;
    line-height: 2.1;
    margin-bottom: 16px;
}

.main-links .button, .side-nav .link{
    background-color: rgb(54, 60, 68)!important;
}


.rights_{
    color: #fff;
    margin-left: 70px;
    margin-bottom: 30px;
    font-size: 12px;

}


.service__description{
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden !important;
    text-overflow: ellipsis;
    height: initial!important;
}
.footer_container{
    max-width: 1800px;
    width: 100%;
    margin: 0 auto;
    padding: 28px 40px;

}

.bottom_footer{
    background-color: rgb(44, 49, 55);
    width: 100%;
}
.footer_container img{
    width: 192px;
    height: 18px;
    filter: brightness(0) invert(1);
}
.feEgEo{
    color: rgb(255, 255, 255);
    font-size: 12px;
    font-family: "Helvetica Neue", sans-serif;
    text-transform: uppercase;
    display: flex;
    -webkit-box-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    align-items: center;
    gap: 5px;
}
.gap-50{
    gap: 50px;
}
.service__description{
    line-height: 1.6;
    margin-bottom: 20px;
}

/*new-styles*/

.main-links{
    margin-top: 50px;
    margin-left: 50px; 
    display: flex;
    align-items: center;
    z-index: 1;
    gap: 40px;
}

.main-links .button{
    background-color: rgb(54, 60, 68) !important;
    border: 2px solid #363c44;
    transition: all 0.3s ease;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    text-wrap: nowrap;
    justify-content: center;
    text-align: center;
    gap: 6px;
    font-size: 12px;
}

.main-links a {
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex: 1;
    max-width: 300px;
    height: 80px;
    font-size: 18px;
    letter-spacing: .3px;
}
.button {
    padding: 20px 50px;
    font-size: 12px;
    color: #fff !important;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
    border-radius: 40px;
    background-color: #f0591d;
    border: transparent;
    outline: none !important;
    transition: 0.2s ease-in-out;
}



.main-links .button:hover{
    background-color: #fff!important;
    color: #363c44!important;
    border: 2px solid #363c44;
    transform: scale(1.04);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}
.main-links .cart-link{
    padding: 0!important;
}


.product{
    padding: 40px 12px 25px 18px;
}
.product__img{
    margin-top: 25px;
}
.image--fancy {
    max-width: 350px;
}
.service-main p{
    max-width: 100%;
    width: 100%;
}

/*newstyles/07/*/
.wrapper_{
    max-width: calc(100vw - 260px);
    margin: 0 auto;
    width: 100%;
}
.header-top{
    display: none;
}
.header{
    background-color: rgba(255, 255, 255, 0.8);
    box-shadow: rgba(51, 100, 163, 0.25) 0px 0px 6px 4px;
    backdrop-filter: blur(4px) saturate(2);
    top: 0;
}

.carousel{
    margin-top: 100px;
}
.px-300{
    padding: 0 300px;
}
.img_fluid{
    width: 100%;
    height: 100%;
    display: block;
}
.partners_section{
    margin-bottom: 100px;
}
.partner_slider  .swiper-pagination{
    bottom: -40px;
}
.partner_slider  .swiper-pagination-bullet-active,.slider_  .swiper-pagination-bullet-active{
    background-color: #3364a3;
}
.partners_block {
    border: 1px solid #e1e1e1;
    border-radius: 10px;
    height: 100px;
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}
.partners_img{
    max-width: 60%;
}
.partners_img img{
    transition:0.3s ease-in-out;
    width: 80%;
    max-width: 100px;
}
.partners_block:hover {
   box-shadow: 0 4px 12px rgba(50, 50, 93, 0.1), 0 1px 3px rgba(0, 0, 0, 0.08);
}
.partners_block:hover .partners_img img{
     transform: scale(1.1);
}
.main_section{
    margin: 50px 0;
}
.slider_block{
    height: 561px;
}
.s2{
    height: 100%;
      border-radius: 15px;
}
.s2 .swiper-slide{
    backface-visibility: hidden;
    transform-style: preserve-3d;

    will-change: transform;
      aspect-ratio: 1 / 1;
}
.s2 .swiper-slide img{
    border-radius: 15px;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}
.chevron_{
    width: 55px;
    height: 55px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #fff;
    background-color: rgb(54, 60, 68);
    opacity: 1;
    position: absolute;
    top: 50%;
}

.slider_block .swiper-button-next:after,.slider_block .swiper-button-prev:after{
    content: none;
}
.slider_block .swiper-button-disabled{
opacity: 1;
}
.chevron_:hover{
    transition: 0.3s ease-in-out;
background: rgb(228, 76, 33);
}
.chevron_prev{
    left: -28px;
}
.chevron_next{
    right: -28px;
}
.information_block{
    bottom: 10px;
    left: 10px;
    background-color: rgb(21 22 23 / 90%);
    z-index: 9;
    color: #fff;
    padding: 10px 40px;
    gap: 30px;
    border-radius: 10px;
}
.information_block .number_{
    font-size: 26px;
}
.information_block p{
    margin: 0;
    font-size: 14px;
}
.sm_description{
    margin-bottom: 40px;
  display: -webkit-box;
  -webkit-line-clamp: 3;      
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.side_info{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    border-radius: 15px;
    padding: 25px 20px;
    border: 1px solid #e1e1e1;
    box-shadow: 0 4px 12px rgba(50, 50, 93, 0.1), 0 1px 3px rgba(0, 0, 0, 0.08);
}
.side_img{
    width: 100%;
    height: 200px;
      aspect-ratio: 16 / 9;
}
.side_img img{
    border-radius: 10px;
}
.slider_box .swiper-pagination{
    bottom: -40px;
}
.slider_box .swiper-pagination-bullet-active{
    background-color: #3364a3;
}
.main-links{
    gap: 10px;
    margin: 0;
}
.main-links a{
    height: 40px;
    max-width: 50%;
    font-size: 12px;
}
.main-links .button{
    border-radius: 24px!important;
    width: 50%;
    padding: 0;
}
.section-daf {
    margin-top: 50px;
}
.section-daf .heading--fancy{
    margin-bottom: 40px!important;
}
.slider_{
    border-radius: 15px;
    padding: 25px 20px 40px 20px;
    border: 1px solid #e1e1e1;
    box-shadow: 0 4px 12px rgba(50, 50, 93, 0.1), 0 1px 3px rgba(0, 0, 0, 0.08);
    width: 400px;
}
.slider_  .swiper-pagination{
    bottom: 10px;
}
.slide_img {
    height: 250px;
    margin-bottom: 30px;
   
}
.slide_img img{
    object-fit: cover;
    object-position: center;
    border-radius: 10px;
}
.daf_information_block{
    width: 70%;
    margin-right: 30px;
}
.truck__title{
    font-weight: bold;
    color: #3364a3;
    font-size: 16px;
    letter-spacing: 0.4px;
    line-height: 20px;
    margin-bottom: 20px!important;
}
.truck__description{
    font-family: Helvetica, sans-serif;
    color: #2d284f;
    opacity: 0.8;
    font-size: 14px;
    overflow: hidden;
    letter-spacing: 0.35px;
    margin-bottom: 30px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    vertical-align: middle;
}
.truck__link{
    color: #f0591d!important;
}
.truck__link img{
    width: 7px;
    margin-right: 30px;
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-40px);
  }
  60% {
    opacity: 0.5;
    transform: translateX(-10px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.truck__link:hover img {
  animation: fadeInLeft 0.5s ease forwards;
}
.product_information .img_item{
    width: 50%;
    aspect-ratio: 16/9;
    object-fit: cover;
    object-position: center;
    float: left;
    margin-right: 30px;
    margin-bottom: 10px;
    border-radius: 10px;
}

.float_right{
    margin-right: 0!important;
    margin-left: 30px;
    margin-bottom: 10px;
    float: right!important;
    
}
.innerbage p{
    line-height: 1.5em;
    margin-bottom: 16px;
}
.header_{
    box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.1);
    padding: 35px 0;
}

.logo_{
    max-width: 300px;
    width: 20%;
}
.logo_ img{
    width: 100%;
    height: 100%;
}

.btn_block{
    gap: 10px;
}
.btn_link{
    height: 40px;
    border-radius: 40px;
    margin-top: 20px;
    background-color: rgb(54, 60, 68);
    color: #fff!important;
    transition: all 0.3s ease;
    border: 2px solid rgb(54, 60, 68);
    max-width: 210px;
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn_link:hover{
    background-color: transparent;
    color: rgb(54, 60, 68)!important;
    border: 2px solid rgb(54, 60, 68);
}
.video_block {
    width: 100%;
}
.contact_section {
    background-color: #192e48;
    padding: 50px 0 100px 0;
}

.contact_txt{
    width: 35%;
}
.contact_form{
    background-color: #23283B;
    padding: 20px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    z-index: 9;
    max-width: 70%;
    width: 100%;
}
.contact_input input,.contact_input textarea{
    padding: 15px;
    border: none;
    height: 54px;
    border-radius: 10px;
}

.contact_input textarea{
    resize: none;
}
.contact_input label{
    color: #fff;
    margin-bottom: 10px;
}
.send_btn{
    padding: 16px;
    text-align: center;
    background-color: #f0591d;
    color: #fff;
    cursor: pointer;
    border: 2px solid #f0591d;
    transition: all 0.3s ease-in-out;
    border-radius: 10px;
}
.send_btn:hover{
    border-color: #f0591d;
    color: #fff;
    background-color: initial;
}
.contact_content{
    padding-right: 150px;
}
.contact_title,.contact_txt{
    color: #fff;
}
.contact_block {
    justify-content: flex-end;
}
.service_icon{
    position: absolute;
    left: 10px;
    bottom: 0px;
}
.orange_color{
    border-color: #f0591d;
    background-color: #f0591d;
}
.orange_color:hover{
    background-color: transparent;
    border-color: #f0591d;
    color: #fff!important;
}
.container-fluid{
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.missions{
    background-color: #f9f9f9;
    padding: 65px 0 15px 0;
    margin-bottom: -1px;
    z-index: 1;
    position: relative;
}
.heading--fancy-orange{
    color: #3364a3;
}
.paragraph--default {
    font-size: 14px;
    color: #625e7b;
    line-height: 2.1;
}
.block {
    margin-bottom: 50px;
} 
.management_section{
    margin: 50px 0;
}
.management_{
    gap: 12px;
    border: 1px solid #e1e1e1;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    padding: 24px;
    margin-bottom: 30px;
}
.management_img{
    width: 180px;
    height: 180px;
    border-radius: 50%;
    

}
.management_img img{
    object-fit: cover;
    object-position: center;
    border-radius: 50%;
}
p{
    margin: 0;
}
.name_{
    font-weight: bold;
    font-size: 18px;
    color: #3364a3;
}
.desc_{
    font-size: 14px;
}

@media(min-width: 1500px){
    .pl_xl_4{
        padding-left: 24px;
    }
    .side_img{
        height: 200px;
    }
}
@media(min-width: 1910px){
       .main-links .button{
        font-size: 14px;
    }
     .side_img{
        height: 250px;
    }
}
@media(max-width: 1700px){
    .service_man{
        left: 60px;
    }
}
@media(max-width: 1480px){
    .service_man{
        left: 25px;
    }
}
@media(max-width: 1400px){
    .wrapper_ {
    max-width: 1140px;
}
    .side_img{
    height: 180px;
}
.slider_box .swiper-pagination{
    bottom: -40px;
}
.main-links{
    gap: 10px;
    flex-direction: column;
}
.main-links a,.main-links .button{
    max-width: 100%;
    height: auto;
    width: 100%;
}
.main-links .button{
    padding: 5px 0!important;
 }
}
@media(max-width: 1200px){
    .contact_sides{
        flex-direction: column;
    }
    .contact_form{
        max-width: 78%;
    }
    .contact_block {
        margin-top: 40px;
    }
    .contact_txt {
        width: 100%;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
}

@media(max-width: 1100px){
    .contact_form{
        max-width: 80%;
       
    }
    .service_man{
         right: initial;
        left: -10px;
    }
       .chevron_{
        height: 40px;
        width: 40px;
    }
      .chevron_next{
        right: 5px;
    }
    .chevron_prev{
        left: 5px;
    }
}
@media(max-width: 991px){
    .product_information .img_item{
        width: 50%;
    }
    .footer_section{
        padding: 40px 15px;
    }
  
    .slider_{
        width: 300px;
    }
    .slide_img{
        height: 200px;
    }
 
    .px-300{
        padding: 0;
    }
      .slider_box {
        margin-bottom: 40px;
    }
    .slider_box .swiper-pagination{
        bottom: -30px;
    }
    .contact_form{
        max-width: 100%;
    }
    .service_man{
        display: none;
    }
      .slider_block {
    height: 350px;
}
.side_img{
    height: 300px;
}
.main-links{
    flex-direction: row;
}
.side_img img{
    object-fit: cover;
    object-position: center;
  }
     .contact_block {
        margin-top: 20px;
    }
}

@media (max-width: 768px) {
    .wrapper_block{
        flex-direction: column;
    }
    .daf_information_block{
        width: 100%;
        margin-right: 0;
        margin-bottom: 40px;
    }
    .slider_{width: 100%;}
       .slide_img{
        height: 250px;
    }
    .wrapper_ {
        max-width: 720px;
    }
    .contact_txt{
        width: 100%;
    }
    .contact_title {
        text-align: center;
    }
  
    .slider_box .swiper-pagination{
        bottom: -32px;
    }
    .btn_link{
        max-width: 50%;
    }
}
@media(max-width: 600px){
    .product_information .img_item{
        height: 200px;
    }
    .management_img{
        width: 180px;
        height: 180px;
    }
    .product_information .img_item{
        float: initial;
        width: 100%;
        margin-bottom: 20px;
        margin-right: 0;
    }
    .btn_link{
        max-width: 100%;
    }
 
    .service_man{
        height: 265px;
        right: initial;
        left: -10px;
    }
  
    .information_block{
        left: 0;
    }
    .btn_block{
        margin-top: 20px;
        flex-wrap: wrap;
    }
  .side_img{
    height: 180px;
}
}
@media(max-width: 500px){
    .service_man{
        display: none;
    }
    .contact_title{
        font-size: 26px;
    }
    .contact_txt p{
        text-align: center;
    }
    .contact_input input, .contact_input textarea{
        padding: 10px 10px;
    }
    .contact_section{
        padding: 50px 0;
    }
}
.pagination_{
    bottom: -10px!important;
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr); 
  gap: 50px;
  margin: 0 auto;
  padding: 60px 12px;
}
@media (max-width: 1000px) {
  .footer-grid {
    grid-template-columns:repeat(2, 1fr);
    gap: 24px;
    padding: 0 12px;
  }

  .footer-col {
    grid-column: auto !important;
  }
}
@media (max-width: 767px) {
  .footer-grid {
    grid-template-columns: 1fr;
    padding: 0;
  }
  .info_block{
    gap: 20px;
  }
}
@media (max-width: 767px) {
    .note-video-clip{
        width: 100%;
        height: 200px;
  }
}