body {
    font-family: "Manrope", serif;
    margin: 0;
    padding: 0;
}
.container {
    max-width: 1480px;
    margin: 0 auto;
    padding: 20px;
}
.title_block_two {
    font-size: 48px;
    margin-bottom: 48px;
    font-weight: 600;
    margin-top: 90px;
    text-align: center;

}
.advantages_block_two {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.fop{
    text-align: center;
}
.box_block_two {
    flex: 1;
    min-width: 300px;
    padding: 34px;
    border-radius: 12px;
    color: white;
}
.red-box_block_two {
    background-color: #E42328;
}

.red-box_block_two ul{
     column-count: 2;
    max-width: 420px;
    width: 100%;
    font-size: 20px;
    font-weight: 400;
   
}

.dark-box_block_two_one ul{
    column-count: 2;
    font-size: 16px;
    font-weight: 400;

}

.dark-box_block_two_two ul{

    font-size: 16px;
    font-weight: 400;

}
.dark-box_block_two_all{
    display: flex;
       flex-wrap: wrap;
    justify-content: space-between;
}

.dark-box_block_two_all h3{
    font-size: 24px;
    font-weight: 700;

}

.dark-box_block_two {
    background-color: #1F1E3D;
}
.box_block_two h2 {
     font-size: 44px;
    margin: 0 0 44px 0px;
    font-weight: 600;
    line-height: 44px;
}
.box_block_two ul {
    list-style: none;
    padding: 0;
     

}

.dark-box_block_two_one {
    max-width: 465px;
}
.box_block_two ul li::before {

    color: white;
    margin-right: 11px;
    content: url(images/checked.svg);
    position: relative;
    top: 5px;
 

}


/* Блок 3 */

.features {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin-top: 40px;
}
.feature-box {
    flex: 1;
    min-width: 280px;
    padding: 20px;
    background: #f8f8f8;
    border-radius: 10px;
    text-align: center;
}
.feature-box img {
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
}
.feature-box h3 {
    font-size: 20px;
    margin-bottom: 24px;
    font-weight: 600;
    color: #1C1C1C;
}

.feature-box p {
    font-size: 14px;
    margin-bottom: 20px;
    font-weight: 400;
    color: #1C1C1C;
        opacity: 0.5;
}



.back_image{
     background-image: url(images/back.png);
     background-position: center;
    background-size: cover;
}
.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
}
.logo {
    font-size: 28px;
    font-weight: bold;
    color: white;
        margin-right: 230px;
}
.menu {
    display: flex;
    gap: 20px;
}
.menu a {
    color: white;
    text-decoration: none;
    font-size: 16px;
}
.social-icons {
    display: flex;
    gap: 10px;
}
.social-icons a {
    color: white;
    font-size: 20px;
    text-decoration: none;
}
.hero {
    text-align: center;
    margin: 50px 0;
}
.hero h1 {
    font-size: 92px;
    margin-bottom: 10px;
    font-weight: 400;
    line-height: 104px;
    color: white;
    margin-top: 215px;
}
.hero p {
    font-size: 16px;
    max-width: 600px;
    margin: 0 auto;
    font-weight: 400;
    color: white;
    line-height: 24px;
}
.schedule {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 50px;
    text-align: left;
        max-width: 1177px;
    margin: 0 auto;
    flex-wrap: wrap;
}
.schedule-box {
    flex: 1;
    min-width: 300px;
        padding: 0px 20px 0px 20px;
 
}
.schedule_day {
    color: #e71d25;
    font-size: 16px;
}

.schedule-box p{
    margin: 0px;
    color: white;
}
.schedule-box .route {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 18px;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    padding: 12px 16px 12px 16px;
    font-size: 14px;
    color: #fff;
    margin-bottom: 10px;
}

.route_block{
display: flex;
flex-wrap: wrap;
margin-top: 11px;
}

.flag {
    width: 28px;
    height: 28px;
}

.strelka{
    width: 24px;
    height: 24px;
        padding: 12px 16px 12px 16px;
}

.contact-btn {
  display: block;
    width: 200px;
    margin: 4px 0 0px auto;
    padding: 38px 10px 0 10px;
    background-color: #e71d25;
    color: white;
    text-align: center;
    text-decoration: none;
    font-size: 18px;
    border-radius: 10px;
}

.more_det {
    text-align: center;
    position: relative;
    top: 31px;
    background: #fff;
    width: 200px;
    margin: 50px auto 0 auto;
    border-radius: 25px;
    font-size: 16px;
}

        .swiper {
            width: 100%;
            overflow: hidden;
        }
        .swiper-slide img {
            width: 100%;
            border-radius: 10px;
        }

.title_text_slider{
    font-size: 60px;
    font-weight: 600;
    line-height: 60px;
}

.text_slider {
        display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 90px;
}

.text_left_slider {
    max-width: 405px;
    width: 100%;
        position: relative;
}

.slider-container {
    position: relative;
    max-width: 860px;
        width: 100%;
}

.pagin_block {
    position: absolute;
    bottom: 60px;
    width: 100%;
}

.swiper-button-prev1{
    left: 0;
    position: absolute;
    cursor: pointer;
}
.swiper-button-next1{
    right: 0;
    position: absolute;
    cursor: pointer;
}

.swiper-pagination{
    top: 10px !important;
}

.swiper-pagination-bullet-active{
        background: #e92d28 !important;
}

.swiper-pagination-bullet{
width: 11px !important;
    border-radius: 100px !important;
}

.swiper-button-disabled{
    opacity: 0.5;
}





.tabs-container {
  width: 100%;
  margin: 0 auto;
}

.tabs {
    text-align: center;
}

.tab-button {
  background-color: #ffffff;
  border: 0px solid #ccc;
  padding: 20px 60px 20px 60px;
  cursor: pointer;
  font-size: 16px;
 border-radius: 16px 0px 0px 16px;
  text-align: center;
}

.tab-button.active {
  background-color: #E42328;
  color: white;
  border-radius: 16px 0px 0px 16px;
}

.tab-button_right {
  background-color: #ffffff;
  border: 0px solid #ccc;
  padding: 20px 60px 20px 60px;
  cursor: pointer;
  font-size: 16px;
 border-radius: 0px 16px 16px 0px;
  text-align: center;
}

.tab-button_right.active {
  background-color: #E42328;
  color: white;
  border-radius: 0px 16px 16px 0px;
}

.tab-content .content {
  padding: 40px;
  margin-top: 10px;
  display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
        gap: 8px;
}


.block_price{
    background-color:#F7F7F7;
    padding: 60px 0px 60px 0px;
    margin-top: 90px;
    border-radius: 12px;

    
}

.title_block_price {
    font-size: 48px;
    margin-bottom: 48px;
    font-weight: 600;
    text-align: center;


}


.tab-content-block-one {
      flex: 1;
    min-width: 300px;
        padding: 40px 20px 40px 20px;
    border-radius: 12px;
    background: #fff;
}

.tab-content-block-two {
      flex: 1;
    min-width: 300px;
        padding: 40px 20px 40px 20px;
    border-radius: 12px;
    background: #fff;
}

.tab-content-block-one_title{
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 40px;
        text-transform: uppercase;

}

.tab-content-flag {
    width: 35px;
    height: 35px;
    position: relative;
    top: 7px;
        margin-right: 16px;
}

.content-block-inner-all{
        display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 12px;
}

.content-block-inner-one{
    flex: 1;
    padding: 16px;
    border-radius: 12px;
    background: #F7F7F7;
}

.content-block-inner-two{
    flex: 1;
    padding: 16px;
    border-radius: 12px;
    background: #F7F7F7;
}

.vyizd_z{
    color: #000000;
    font-size: 12px;
    font-weight: 600;
}

.mista{
    font-size: 17px;
    font-weight: 700;

}

.mista span{
    color: #b5b5b5;
    font-weight: 100;
}
.content-block-inner-one-price{
display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 12px;
}

.content-block-inner-one-price-one{
    flex: 1;
    padding: 16px;
    border-radius: 12px;
    background: #F7F7F7;
}

.price-block{
    font-size: 28px;
    color: #E92D28;
    font-weight: 700;
}

.content-block-inner-one-price-one{
    background-color: #fff;
    border-radius: 9px;
    margin-top: 32px;
}

.price-block-text{
    color: #C19B9B;
    font-size: 11px;
    font-weight: 400;
}

.block-after-europe-content{
     display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 12px;
        padding: 0 40px 0 40px;
}

.block-after-europe-content-one{
    flex: 1;
    padding: 16px;
    border-radius: 12px;
   background: #ffffff;
   display: flex;
}

.block-after-europe-content-two{
        flex: 1;
    padding: 16px;
    border-radius: 12px;
    background: #ffffff;
       display: flex;

}

.block-after-europe-content-text{
    color: #000;
    opacity: 0.5;
    font-size: 12px;
    font-weight: 500;
        margin-top: 10px;
    margin-left: 14px;
}


.delivery_block{
    border-radius: 20px;
    padding: 80px 110px 80px 110px;
    background-color: #1F1E3D;
    margin-top: 120px;

}


.delivery_block_inner_all{
         display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 42px;
}

.delivery_block_inner_left{
   flex: 1;
  
    }

.delivery_block_inner_right{
   flex: 2;
    border-radius: 12px;
       display: flex;
    }

.delivery_block_left_text{
    font-size: 64px;
    font-weight: 600;
    line-height: 60px;
    color: #fff;
    margin-top: 32px;
    margin-bottom: 32px;
}

.tab-button_delivery{
    padding: 20px 60px 20px 60px;
        width: 210px;
    border: 0;
    color: #1C1C1C;
    font-size: 16px;
    font-weight: 600;
    border-radius: 12px;
    margin-bottom: 10px;
    cursor: pointer;
}
.tab-button_delivery.active{
    background-color: #E42328;
   color: #fff;
}



.content-block-inner-one-delivery {
      flex: 1;
    min-width: 300px;
        padding: 40px 32px 40px 32px;
    border-radius: 12px;
   background: #fff;
}

.content-block-inner-two-delivery {
      flex: 1;
    min-width: 300px;
       padding: 40px 32px 40px 32px;
    border-radius: 12px;
    background: #fff;
}

.tab-content-block-one-delivery{
    flex: 1;
    min-width: 300px;
    padding: 40px 32px 40px 32px;
    border-radius: 12px;
    background: #fff;
}

#german-content{
    width: 100%;
}

.title-delivery{
    font-size: 32px;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 60px;

}

.title-delivery span{
    color: #E92D28;
}

.price-block-delivery{
    font-size: 28px;
    color: #E92D28;
    font-weight: 700;
    text-align: center;
}

.min-delivery-price-right-text{
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
}

.min-delivery-price{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background: #F7F7F7;
    border-radius: 9px;
    padding: 12px;
    gap: 16px;
        margin-bottom: 16px;

}

.min-delivery-price-left{
       flex: 2;
  
}


.min-delivery-price-right-text{
      flex: 3;
   
}

.price-block-delivery-kg{
    border: 1px solid #7C7C7C;
    font-size: 13px;
    border-radius: 6px;
       padding: 0px 4px 8px 4px;
        opacity: 0.5;
    font-weight: 700;
    text-align: center;

}

.mark_all_block{
    background: #353550;
    border-radius: 12px;
    padding: 20px;
    margin-top: 12px;
    margin-bottom: 12px;

}

.mark_block_text{
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    opacity: 0.6;
    color: #fff;
    padding: 7px;

}

.mark_block_text span{
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    color: #E42328;

}

.adress_delivery_all{
    border: 1px solid #E42328;
    border-radius: 12px;
        background: #fff;

}

.adress_delivery_title{
    text-align: center;
    padding: 20px 60px 20px 60px;
    background: #E42328;
    border-radius: 9px 9px 0 0;
    color:#ffffff;
    font-size: 16px;
    font-weight: 600;

}

.block_adress_delivery_all{
    background: #F7F7F7;
    border-radius: 9px;
       margin: 20px 27px 20px 27px;
       padding: 16px;
       display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 33px;
     flex-direction: column;
}


.adress_delivery_left_inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 16px;
}



.adress_delivery_left_inner_left{
   flex: 1;
   font-size: 12px;
   font-weight: 700;
   line-height: 14px;
}
.adress_delivery_right_inner_right_all {
    flex: 2;
   
}

.adress_delivery_right_inner_right{
    background: #fff;
    padding: 12px;
    border-radius: 12px;
    margin-bottom: 4px;
}

.adress_delivery_price{
    font-size: 20px;
    color: #E92D28;
    font-weight: 700;
}

.adress_delivery_price span{
    font-size: 12px;
    color: #000000;
    font-weight: 700;
    opacity: 0.5;
    padding: 4px;
    border: 1px solid #7C7C7C;
    border-radius: 6px;
    margin-left: 14px;
}
.adress_delivery_kg img{
position: relative;
    top: 5px;
}

.price-block-delivery-kg img{
    position: relative;
    top: 5px;
}

.adress_delivery_left{
    flex: 2;
}

.adress_delivery_right{
        flex: 2;
}

footer{
    background: #F7F7F7;
}

.footer{
      display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
        flex-wrap: wrap;
}


.logo_footer{
    font-size: 16px;
    font-weight: 600;
    color: #000000;
}

.menu_footer {
    display: flex;
    gap: 20px;
     font-size: 16px;
    font-weight: 600;
    color: #000000;
        flex-wrap: wrap;
}

.menu_footer a {
    color: #000000;
        text-decoration: none;
}




@media (max-width: 1310px) {
   
   .pagin_block{
    display: none;
   }

   .slider-container{
        max-width: 100%;
   }

   .text_left_slider{
      max-width: 100%;
   }

   .schedule{
    flex-direction: column;
   }

   .contact-btn{
            display: block;
        width: 200px;
        padding: 20px 10px 20px 10px;
        background-color: #e71d25;
        color: white;
        text-align: center;
        text-decoration: none;
        font-size: 18px;
        border-radius: 10px;
        margin: 0 auto;
   }

   .schedule-box{
    margin: 0 auto;
            text-align: center;
   }

   .hero h1 {
    font-size: 54px;
    margin-bottom: 10px;
    font-weight: 400;
    line-height: 61px;
    color: white;
    margin-top: 215px;
}

.delivery_block {
    border-radius: 20px;
    padding: 80px 35px 80px 35px;
    background-color: #1F1E3D;
    margin-top: 120px;
}

.menu{display: none}
.logo{    margin-right: 0px;
}
}


@media (max-width: 860px) {
.menu_footer{
    flex-direction: column;
}
.footer{
        flex-direction: column;
    text-align: center;
    gap: 50px;
}
.delivery_block_inner_left{
    text-align: center;
}

.hero h1{
    font-size: 40px;
    line-height: 40px;
    margin-top: 10px;
}
}

@media (max-width: 768px) {
    .content-block-inner-all{
        flex-direction: column;
}

.adress_delivery_left_inner{
    flex-direction: column;
}

.block-after-europe-content{
    flex-direction: column;
}

.min-delivery-price{
    flex-direction: column;
}
.title_block_two{
        font-size: 41px;
    margin-bottom: 48px;
    font-weight: 600;
    margin-top: 40px;
    text-align: center;
    line-height: 47px;
}
}



@media (max-width: 500px) {
.tab-button{
    margin-bottom: 10px;
}
.delivery_block_left_text {
    font-size: 45px;
    font-weight: 600;
    line-height: 40px;
    color: #fff;
    margin-top: 32px;
    margin-bottom: 32px;
}

.box_block_two h2 {
    font-size: 27px;
    margin: 0 0 0px 0px;
    font-weight: 600;
    line-height: 30px;
}

.content-block-inner-one-delivery{
    max-width: 285px;
    min-width: auto;
}

.content-block-inner-two-delivery{
     max-width: 285px;
     min-width: auto;
}

.strelka{
    margin: 0 auto;
    transform: rotate(90deg);
}

.block-after-europe-content{
        margin-top: 40px;
}

.tab-button.active{
    border-radius: 16px;
}

.tab-button{
    border-radius: 16px;
}
.tab-button_right{
    border-radius: 16px;
}

.tab-button_right.active{
    border-radius: 16px;
}


.dark-box_block_two_one ul{
        column-count: 1;
}
.red-box_block_two ul{
      column-count: 1;
}

.route_block{
    flex-direction: column;
}




.hero h1{
    font-size: 40px;
    line-height: 40px;
    margin-top: 10px;
}




.tab-content .content{
    padding: 4px;
}
.adress_delivery_left_inner{
    flex-direction: column;
}
.min-delivery-price{
    flex-direction: column;
}




.title_block_two{
    line-height: 33px;
    font-size: 33px;
}

.title_text_slider {
    font-size: 47px;
    font-weight: 600;
    line-height: 60px;
}

}

@media (max-width: 420px) {
.adress_delivery_price {
    font-size: 16px;
    color: #E92D28;
    font-weight: 700;
}
}

@media (max-width: 400px) {
.content-block-inner-one-delivery{
    max-width: 210px;
    min-width: auto;
}

.content-block-inner-two-delivery{
     max-width: 210px;
     min-width: auto;
}
.adress_delivery_price {
    font-size: 16px;
    color: #E92D28;
    font-weight: 700;
}
}