
@import url(./modalSwiper.css);
@import url(./modaleSale.css);

.help_block{
    padding: 50px 0 0;
}
.help_itemsSwiper>div>.swiper-slide{
    padding: 30px;
    box-shadow: 0px 4px 10px 0px #00000026;
    border-radius: 20px;
    background: #fff;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 30px;
    position: relative;
    height: auto;
}
.help_item_title{ 
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.2;  
    margin: 0 0 10px;
}
.help_block .swiper_btn{
    top: 370px;
}
.help_slide_item>p{
    font-weight: 300;
    font-size: .85rem;
    margin: 0 0 10px;
}
.help_slide_item .accardion_group{
    padding: 30px 0 10px;
    border-bottom: 1px dashed #0072D0;
    border-top: 1px dashed #0072D0
}
.help_swiper_cotainer .accardion_title span{
    border: none;
}
.help_item_result{
    margin-top: 10px;
}
.help_item_result_title{
    font-size: .85rem;
    font-weight: 500;
    margin: 0 0 10px;
}
.help_result_block>div>p{
    font-size: .85rem;
    font-weight: 300;
    line-height: 1.4;
}
.help_result_block{
    display: flex;
    gap: 10px;
    align-items: start;
}
.mini_swiper{
    width: 125px;
}
.miniSwiper  p{ 
    font-size: .75rem;
    font-weight: 400;
    line-height: 1.2;  
    text-align: center;
    margin: 0 0 10px;
}
.miniSwiper_img{
    box-shadow: 0px 0px 1.84px 0px #00000040;
    border: 1px solid #041440;
    border-radius: 10px;
    height: 180px;
    overflow: hidden;
    margin: 0 0 10px;
    cursor: pointer;
}
.miniSwiper img{
     max-width: 1000px;
     max-height: 1000px;
     height: 100%;
     width: 100%;
     object-fit: cover;
    object-position: center;
}
.miniSwiper .swiper-pagination {
    position: static;
}
.miniSwiper .swiper_btn{
    position: relative;
    width: 30px;
    height: 30px;
    background-size: 5.8px;
    min-width: 30px;
}
.miniSwiper .swiper_btn::before{
    content: "";
    display: block;
    width: 35.18px;
    height: 35.18px; 
    border: 1px solid #0072D04D;
    border-radius:50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.miniSwiper .swiper_btn.swiper-button-disabled::before,
.miniSwiper .swiper_btn.swiper-button-disabled::after{
    content: none;
}
.miniSwiper .swiper_btn::after{
    content: "";
    display: block;
    width: 40px;
    height: 40px; 
    border: 1px solid #0072D04D;
    border-radius:50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.mini_navigation{
    display: flex;
    align-items: center;
    padding: 5px;
    justify-content: space-between;
}
.miniSwiper .swiper-button-lock{
    display: block;
}
.help_itemsSwiper{
    position: relative;
    padding: 20px 0px 50px 0px;
}
.help_block>div>p{
    text-align: center; 
    font-size: 1.5rem;
    font-weight: 300; 
    margin: 15px 0;
}
.help_swiper_cotainer{
    padding: 0 80px;
    position: relative;
}
.help_swiper_cotainer .btn-prev{
    left: 0;
}
.btn_open_documet{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    box-shadow: 0px 4.5px 9.75px 0px rgba(255, 193, 7, 0.43); 
    background: rgb(255, 193, 7);
    color: rgb(0, 114, 208);
    font-weight: 600;
    font-size: 20px;
    position: absolute;
    top: -14px;
    z-index: 50;
    left: -14px;
    cursor: pointer;
}
.mini_swiper{
    position: relative;
}
.mini_navigation .swiper-pagination-fraction{
    color: #BFBFBF;
    display: flex;
    gap: 1px;
    justify-content: center;
}
.mini_navigation .swiper-pagination-current{
    color: #282728;
}
.btn_open_documet_mob{
    display: none;
}



.help_itemsSwiper{
    padding-left: 25px;
    padding-right: 25px;
    width: calc(100% - 50px) !important;
}

@media screen and (min-width: 1500px) {
    .help_block>div>p{
        font-size: 1.7rem;
    }
    .help_item_title{
        font-size: 1.8rem;
    }
    .help_slide_item>p, .help_result_block>div>p{
        font-size: 1.3rem;
    }
    .help_item_result_title{
        font-size: 1.5rem;
    }
    .help_block{
        padding: 100px 0 50px;
    }
}
@media screen and (max-width:1199px) {
    .help_swiper_cotainer{
        padding: 0 60px;
    }
    .help_itemsSwiper>div>.swiper-slide{
        padding: 20px;
    }
    .help_item_title{
        font-size: 1.25rem;
      }
      .help_block>div>p{
        font-size: 1.2rem;
      }
}
@media screen and (max-width:992px) {

    .help_swiper_cotainer .swiper_btn{
        display: none;
    }
    .help_swiper_cotainer{
        padding: 0 ;
    }
    .help_block .swiper_mess{
        margin-bottom: 20px;
    }

    .help_block > .container{
        padding: 0;
    }
}
@media screen and (max-width:767px){

    .help_block{
        padding: 30px 0 20px;
    } 
    .help_block .title_section{
        padding: 0 20px;
    }
    .help_slide_item>p, .help_result_block>div>p{
        font-size: .75rem;
    }
    .help_block .btn_style_hand::after{
        width: 30px;
        height: 30px;
        min-width: 30px;
    }
    .help_block .btn_style{
        gap: 3px;
        height: 60px;
    }
    
    /*.btn_open_documet{
        display: none;
    }*/
    .btn_open_documet_mob{
        display: block;
        position: static;
        background: none;
        box-shadow: none; 
        font-size: .75rem;
        font-weight: 500;
        line-height:1.2; 
        text-align: center;
        width: max-content;
        height: auto;
        color: #000;
        text-decoration: underline;
        margin: 5px auto 0;
        display: flex;
        align-items: center;
    }
    .btn_open_documet_mob::before{
        content: "";
        display: block;
        width: 23.92px;
        min-width: 23.92px;
        height: 21.54px; 
        background: url(../../front/assets/img/click.png) no-repeat;
        background-size: contain;
        background-position: center;
    }

  
}
@media screen and (max-width:575px){
    .help_itemsSwiper>div>.swiper-slide{
        width: 300px;
    }

 
}