@media(max-width: 1024px) {
    .submain__faq-page {
        width: calc(100% + 40px);
        overflow: hidden;
        padding-left: 20px;
        margin-left: -20px;
        padding-right: 20px;
    }
}

@media(min-width: 1024px) {
    .submain__faq-page {
        overflow: hidden;
        width: calc(100% + 20px);
        padding-left: 20px;
        padding-right: 20px;
        overflow: hidden;
    }
}

.faq__h1 {
    padding: 0;
    font-weight: 900;
    font-size: 36px;
    line-height: 120%;
    color: var(--black);
}

@media (max-width: 576px) {
    .faq__h1 {
        font-size: 22px;
        line-height: 100%;
    }
}

.faq__h2 {
    padding: 0 0 20px;
    font-weight: 900;
    font-size: 36px;
    line-height: 150%;
    color: var(--black);
}

@media (max-width: 576px) {
    .faq__h2 {
        font-size: 22px;
        line-height: 100%;
    }
}

.card-answer {
    margin-top: 20px;
    padding: 25px 40px;
    background: var(--white);
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.13);
    border-radius: 20px;
    margin-bottom: 100px;
}

@media (max-width: 576px) {
    .card-answer {
        margin-top: 20px;
        padding: 24px 23px 26px;
        background: var(--white);
        box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.13);
        border-radius: 20px;
        margin-bottom: 100px;
    }
}

.card-answer p {
    margin-bottom: 20px;
}
.card-answer ol,
.card-answer ul {
    list-style-position: inside;
}
.card-answer ol p,
.card-answer ul p {
    display: inline;
}
.card-answer ol li {
    margin-bottom: 10px;
}
.card-answer ol {
    margin: 10px 0;
}
.card-answer h3 {
    margin-bottom: 20px;
}
.card-answer a {
    color: #FFA800;
    text-decoration: underline;
}

/*another-questions slider*/

.another-questions {
}

.another-questions__slider {
    padding-top: 10px;
}

.another-questions__slider .swiper-slide {
    width: 386px;
    height: 272px;
}

.another-questions-card {
    display: block;
    width: 386px;
    height: 272px;
    padding: 43px 23px 48px;
    background: var(--white);
    border: 1px solid var(--black-opacity-0-01);
    border-radius: 15px;
    text-decoration: none;
    transition: transform 0.3s;
}

@media (max-width: 576px) {
    .another-questions-card {
        padding: 20px 20px 30px;
        width: 280px;
        height: 190px;
    }
}
@media (max-width: 576px) {
    .another-questions__slider .swiper-slide {
        width: 280px;
        height: 190px;
    }
}

.another-questions-card:hover {
    transform: translateY(-10px);
}

.another-questions-card__title {
    padding: 0;
    font-weight: 800;
    font-size: 22px;
    line-height: 120%;
    color: #000000;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

@media (max-width: 576px) {
    .another-questions-card__title {
        font-size: 20px;
        line-height: 100%;
    }
}

.another-questions-card__description {
    padding-top: 26px;
    font-weight: 300;
    font-size: 18px;
    line-height: 140%;
    color: var(--black);
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

@media (max-width: 768px) {
    .another-questions-card__description {
        font-size: 15px;
    }
}

@media (max-width: 576px) {
    .another-questions-card__description {
        font-size: 15px;
    }
}

.another-questions__slider {
    padding-bottom: 40px;
}

.card-question {
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    border-radius: 15px;
    padding: 30px 70px 30px 43px;
    width: 100%;
    display: block;
    text-decoration: none;
    margin-top: 10px;
    transition: transform 0.25s ease, box-shadow 0.25s ease, margin 0.25s ease;
}

@media (max-width: 1024px) {
    .card-question {
        padding: 30px 70px 30px 43px;
    }
}
@media (max-width: 576px) {
    .card-question {
        padding: 30px 23px 43px;
    }
}

.card-question:hover {
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.05);
    transform: translateY(-3px);
}

.card-question__title {
    font-weight: 800;
    font-size: 22px;
    line-height: 120%;
    color: #000000;
}

.card-question__description {
    font-weight: 300;
    font-size: 18px;
    line-height: 120%;
    color: #000000;
    padding-top: 20px;
}

.button-faq__load-more {
    margin: 20px auto 0;
}

.info-cards__counter-all {
    display: none;
}

.card-answer img {
    max-width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
}
