.faq{
    margin: 50px 0 100px 0;
}
.faq .faq-seqrch-form{
    position: relative;
    width: max-content;
    margin-bottom: 50px;
}
.faq .faq-seqrch-form input{
    min-width: 446px;
}
.faq form button{
    background: #fff;
    border: 0;
    width: 40px;
    height: 40px;
    position: absolute;
    right: 1px;
    top: 1px;
    border-radius: 25px;
    cursor: pointer;
}
.questions .ask{
    font-family: var(--third-family);
    font-weight: 700;
    font-size: 32px;
    line-height: 95%;
    color: var(--gray);
    padding-left: 40px;
    position: relative;
}
.questions .ask:before{
    content: '';
    position: absolute;
    left: 0;
    bottom: 3px;
    height: 22px;
    width: 30px;
    background: url(../../../assets/img/folder.svg)no-repeat; center;
/*    transform: rotate(90deg);*/
}
.questions .question{
    margin: 20px 0;
    position: relative;
    overflow-y: hidden;
}
.questions .ask.arrow:after{
    content: '';
    position: absolute;
    right: 0;
    height: 30px;
    width: 30px;
    border-radius: 30px;
    background: url(../../../assets/img/arrow-faq.svg)var(--gray) center no-repeat;
    transform: rotate(180deg);
    cursor: pointer;
}
.questions .active .ask.arrow:after{
    background: url(../../../assets/img/arrow-faq.svg)#037FFF center no-repeat;
    transform: rotate(0);
}
.questions .ansver ul{
    list-style: none;
    padding-left: 70px;
    margin: 30px 0;
}
.questions .ansver ul li{
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 24px;
    color: var(--gray);
    margin-bottom: 20px;
}
.questions .ansver ul li a{
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 24px;
    color: var(--gray);
    margin-bottom: 20px;
}
.questions .ansver ul li a:hover{
    color: blue;
}

.question .ansver{
    display: none;
}
.question.active .ansver{
/*  height: auto;*/
}
.question .ask.arrow{
    cursor: pointer;
}

@media screen and (max-width: 1600px) {

}
@media screen and (max-width: 1400px) {

}
@media screen and (max-width: 1200px) {
    .questions .ask{
        font-size: 24px;
    }
    .questions .ask:before{
        height: 18px;
        width: 25px;
        background-size: contain;
    }
    .questions .ask.arrow:after{
        height: 20px;
        width: 20px;
    }
    .questions .ansver ul {
        list-style: none;
        padding-left: 91px;
        margin: 25px 0;
    }
    .questions .ansver ul li{
        margin-bottom: 10px;
        font-size: 18px;
    }

}
@media screen and (max-width: 960px) {

}
@media screen and (max-width: 768px) {
    .questions .ask{
        font-size: 16px;
        padding-left: 26px;
        padding-right: 26px;
    }
    .questions .ansver ul li{
        font-size: 14px;    
    }
    .questions .ask:before{
        height: 12px;
        width: 20px;
    }
    .questions .ask.arrow:after {
        height: 15px;
        width: 15px;
    }
    .questions .question{
        margin: 14px 0;
    }
    .questions .ansver ul{
        margin: 15px 0;
    }
    .faq form button{
        width: 36px;
        height: 36px;
    }
    .faq .faq-seqrch-form{
        width: 100%;
    }
    .faq .faq-seqrch-form input{
        width: 100%;
        min-width: 100%;
    }
    .logistics-banner .banner-top::before{
        display: none;
    }
}
@media screen and (max-width: 469px) {
    .logistics-banner .banner-top {
        padding: 0 40px 6px 0;
    }
}

@media screen and (max-width: 320px) {

}