/*faq*/

.faq-block {
    width: 100%;
}

.faq-block .etitle {
    text-align: left;
}

@media (min-width: 991px) {
    .faq-block .etitle {
        font-size: 42px;
    }
}

.faq-item .hh{
    position: relative;
    font-weight: 500;
    line-height: 22px;
    font-size: 18px;
    color: #333742;
    cursor: pointer;
    padding: 24px 30px 0  0 ;
}

.faq-item .hh:after{
    content: '';
    width: 24px;
    right: 0;
    height: 24px;
    border-radius: 50%;
    position: absolute;
    background: url(/land/img/buttonOpenDropDown.svg) 50% no-repeat;
    top: 50%;
    margin-top: -12px;
}

.faq-item.opened .hh:after{
    transform: rotate(-180deg);
}
.faq-item.opened .tt{
    display: block;
}
.faq-item .tt{
    margin-top: 20px;
    font-size: 16px;
    line-height: 160%;
    color: #333742;
    display: none;
}
.faq-item {
    padding-bottom: 24px;
    border-bottom: 1px solid #E1E8F1;
}
.faq-item:last-child {
    border-bottom: 0;
}
.faq-bx {
    padding: 32px 24px;
    background: #fff;
    border-radius: 16px;
    margin-bottom: 24px;
}
.faq-bx .h3 {
    color: #333742;
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 16px;
    font-weight: 700;
}
.faq-bx .under {
    color: #686C77;
    font-size: 14px;
    line-height: 1.2;
    margin-bottom: 32px;
}
.faq-bx .btns {
    display: flex;
    gap: 12px;
    max-width: 476px;
}
.faq-bx .bt-sc {
    width: 50%;
    border: 1px solid #D9D9D9;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border-radius: 20px;
    color: #333742;
    font-size: 12px;
    gap: 8px;
}
.faq-bx .bt-sc:hover {
    background: #D9D9D9;
}
