

/* Start:/local/components/HB/info.smallblock/templates/new_faq/style.css?17586142341812*/
.main-info-accardeon{
    background: #E5E5E5;
    padding: 60px 100px 60px 100px;
    
}
.show-no{
    display: none;
}
.main-info-item{
    padding-bottom: 20px;
    border-bottom: 1px solid #AFAFB5;
    display: flex;
    flex-direction: column;
    gap:20px;
}
.main-info-title{
    font-size: 24px;
    font-weight: 400;
    line-height: 29.04px;
    color:#0A0A0A;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    /* text-transform: capitalize; */
}
.main-info-title svg{
    width: 20px;
}
.main-info-items{
    display: flex;
    flex-direction: column;
    gap:20px;
}
.main-info-text {
    font-size: 18px;
    font-weight: 400;
    line-height: 28.8px;
    color:#4A4A4F;
    transition: linear 1s;
}
.info-sub-text{
    font-size: 18px;
    font-weight: 400;
    line-height: 28.8px;
    color:#0A0A0A;
    margin-bottom: 40px;
}
.info-sub-text .link--black{
    border:none;
    color:#0A0A0A;
}
.title-top__additional .btn:hover{
    color: #4b919b;
	background: #fff;
}
@media screen and (max-width: 1366px){
    .main-info-accardeon{
        padding: 60px 83px 60px 83px;
    }
}
@media screen and (max-width: 1024px){
    .main-info-accardeon{
        padding: 60px 62px 60px 62px;
    }
}
@media screen and (max-width: 768px){
    .main-info-accardeon{
        padding: 28px 30px 28px 30px;
    }
    .main-info-text{
        font-size: 16px;
        line-height: 25.6px;
    }
    .info-sub-text{
        font-size: 16px;
        line-height: 25.6px;
    }
}
@media screen and (max-width: 440px){
    .main-info-title{
        font-size: 18px;
        line-height: 21.78px;
    }
    .info-sub-text,.main-info-text{
        line-height: 24px;
    }
}
/* End */
/* /local/components/HB/info.smallblock/templates/new_faq/style.css?17586142341812 */
