.expander__content {
    display: none;
}

.icon-arrow-big {
    width: 10px;
    height: 15px
}

.faq-list {
    padding-bottom: 30px;
}

.faq {
    min-height: 40px;
    margin-bottom: 10px;
}

.faq-head {
    display: grid;
    grid-template-columns: 1.3fr 0.05fr;
    align-items: center;
    min-height: 40px;
    cursor: pointer;
    color: #666666;
    font-family: "PT Serif";
}

.faq__body {
    border-top: 1px solid rgba(229, 229, 229, 0.5);
    padding: 21px 20px 0 20px;
    opacity: 0;
    position: absolute;
    z-index: -1;
}

.faq__arrow {
    width: 10px;
    height: 10px;
    background: url('/local/templates/am/assets/images/accord-arrow-down.svg') no-repeat center;
}

.faq-head.open .faq__arrow {
    transform: rotateX(180deg);
}

.faq-head.open + .faq__body {
    opacity: 1;
    position: static;
}

.discount-card-questions .discount-card-questions__item-content {
    font-size: 1rem;
    color: #000000;
}

.faq__body img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
}

.faq__body iframe {
    width: 100%;
}

.faq__body .d-phone,
.faq__body .d-middle,
.faq__body .d-screen {
    display: none !important;
}

@media (min-width: 1024px) {
    .faq__body .d-screen {
        display: block !important;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .faq__body .d-middle {
        display: block !important;
    }
}

@media (max-width: 767px) {
    .faq__body .d-phone {
        display: block !important;
    }
}
