/* sidebar */
.sidebar__sp {
    display: flex;
    flex-direction: column;
    padding: 12px;
    border-radius: 16px;
    border: 1px solid #EEEEEE;
    height: max-content;
}

.sidebar__sp__page {
    text-decoration: none;
    padding: 12px 16px;
    border-radius: 12px;
    color: #9E9E9E;
    font-weight: 500;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 145%;
    letter-spacing: 2%;
    text-transform: uppercase;
}

.sidebar__sp__page:hover {
    color: #C40F0F;
}

.sidebar__sp__page.active {
    color: #C40F0F;
    background-color: #FFF7F7;
}

/* contact page */
.contact__page {
    padding-bottom: 72px;

}

.contact__page .container {
    display: grid;
    grid-template-columns: 3fr 9fr;
    gap: 24px;
}

.contact__page__layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 24px;
    padding: 24px;
    border-radius: 12px;
    border: 1px solid #EEEEEE;
}

.contact__page__layout__left {
    display: flex;
    flex-direction: column;
    gap: 48px;
}

.contact__page__layout__left__title,
.faq__page__content__title {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.contact__page__layout__left__title h1,
.faq__page__content__title h1 {
    color: #212121;
    font-weight: 500;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 1%;
    margin: 0;
}

.contact__page__layout__left__title p,
.faq__page__content__title p {
    color: #616161;
    font-weight: 300;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 1%;
    margin: 0;
}

.contact__page__layout__left__info {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.contact__page__layout__left__info__item {
    display: flex;
    flex-wrap: nowrap;
    gap: 12px;
}

.contact__page__layout__left__info__item .icon {
    width: 44px;
    height: 44px;
    flex: 0 0 44px;
    padding: 12px;
    background-color: #FFF7F7;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact__page__layout__left__info__item .icon img {
    width: auto;
    height: auto;
    max-width: 20px;
    max-height: 20px;
    object-fit: contain;
    display: block;
}

.contact__page__layout__left__info__item p {
    color: #212121;
    font-weight: 300;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 1%;
    margin: 0;
}

.contact__page__layout__left__social {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.contact__page__layout__left__social img {
    width: 20px;
    height: 20px;
}

.contact__page__layout__right iframe {
    width: 100%;
    border-radius: 12px;
    height: 446px !important;
}

/* faq-page */
.faq__page,
.policy__page {
    padding-bottom: 72px;
}

.faq__page .container {
    display: grid;
    grid-template-columns: 3fr 9fr;
    gap: 24px;
}

.faq__page__content {
    border: 1px solid #EEEEEE;
    padding: 24px;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.faq__page__content__list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.faq__page__content__item {
    padding: 16px;
    border-radius: 12px;
    border: 1px solid #EEEEEE;
    display: flex;
    flex-direction: column;
    gap: 0;
}

.faq__page__content__item__toggle {
    width: 100%;
    padding: 0;
    border: 0;
    background: transparent;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    text-align: left;
    cursor: pointer;
}

.faq__page__content__item__title {
    color: #212121;
    font-weight: 500;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 1%;
}

.faq__page__content__item__icon {
    width: 24px;
    height: 24px;
    flex: 0 0 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.faq__page__content__item .question-item__icon--minus {
    display: none;
}

.faq__page__content__item.is-active .question-item__icon--minus {
    display: inline-flex;
}

.faq__page__content__item.is-active .question-item__icon--plus {
    display: none;
}

.faq__page__content__item__answer {
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    padding-top: 0;
    transition: max-height 0.3s ease, opacity 0.24s ease, padding-top 0.24s ease;
}

.faq__page__content__item.is-active .faq__page__content__item__answer {
    opacity: 1;
    padding-top: 12px;
}

.faq__page__content__item__answer p {
    color: #616161;
    font-weight: 300;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 1%;
    margin: 0;
}
.policy__page .container {
    display: grid;
    grid-template-columns: 3fr 9fr;
    gap: 24px;
}
.policy__page__content {
    border: 1px solid #EEEEEE;
    padding: 24px;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.policy__page__content__title h1,
.policy__page__content__title {
    color: #212121;
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0.01em;
    margin: 0;
}

.policy__page__content__editor {
    color: #212121;
    font-weight: 300;
    font-size: 16px;
    line-height: 170%;
    letter-spacing: 0.01em;
}

.policy__page__content__editor > *:first-child {
    margin-top: 0;
}

.policy__page__content__editor > *:last-child {
    margin-bottom: 0;
}

.policy__page__content__editor p,
.policy__page__content__editor ul,
.policy__page__content__editor ol,
.policy__page__content__editor blockquote,
.policy__page__content__editor table,
.policy__page__content__editor figure {
    margin: 0 0 16px;
}

.policy__page__content__editor h2,
.policy__page__content__editor h3,
.policy__page__content__editor h4,
.policy__page__content__editor h5,
.policy__page__content__editor h6 {
    margin: 24px 0 12px;
    color: #212121;
    font-weight: 500;
    line-height: 150%;
}

.policy__page__content__editor img {
    max-width: 100%;
    height: auto;
    display: block;
    border-radius: 12px;
}
@media screen and (max-width: 1191px) {
    .contact__page__layout {
        grid-template-columns: 1fr;
    }
}

@media screen and (max-width: 998px) {
    .contact__page__layout__left {
        gap: 24px;
    }

    .faq__page .container,
    .policy__page .container,
     .contact__page .container  {
        grid-template-columns: 1fr;
    }
}

@media screen and (max-width: 768px) {

    .contact__page__layout {
        gap: 48px;
    }

    .contact__page {
        padding-bottom: 48px;
    }

    .faq__page,
    .policy__page {
        padding-bottom: 48px;
    }
}
