

/* Start:/local/components/pages/terms/templates/.default/style.css?17793968862659*/

.terms {
    display: flex;
    justify-content: space-between;
    gap: 249px;
}
.terms__left {
    width: 302px;
}
.terms__left__ul {
    display: flex;
    gap: 20px;
    flex-direction: column;
}
.terms__left__ul__li {
    color: #e58411;
    font-size: 24px;
    font-weight: 600;
    cursor: pointer;

}
.terms__left__ul__li:hover {
    transition: 0.3s;
    color: #333333;
}
.terms__right {
    flex: 1;
}
.terms__right__ul {
    display: flex;
    gap: 19px;
    flex-direction: column;
}
.terms__right__ul__li {
    padding: 32px 44px;
    border-radius: 24px;

}
.terms__right .terms__right__ul__li {
    background: white;
}
.terms__right__ul__li__title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 12px;
    cursor: pointer;
}
.terms__right__ul__li__title:hover {
    transition: 0.3s;
    color: #e58411;
}

.desc__terms {
    font-size: 20px;
    font-weight: 400;
}
.desc__terms a {
    text-decoration: underline;
}
.desc__terms a:hover {
    transition: 0.3s;
    color: #e58411;
}
.desc__terms ul {
    list-style: disc;
    padding-left: 30px;
}
.desc__terms li {
    list-style: disc;
}

body.no-scroll {
    overflow: hidden;
    position: fixed;
    width: 100%;
    left: 0;
}

.terms__answer__mob {
    position: fixed;
    top: 78px;
    background: white;
    z-index: 99;
    height: 100vh;
    width: 100%;
    overflow: auto;
    padding-bottom:100px;
}
.terms__answer__mob__head {
    display: flex;
    gap: 12px;
    align-items: center;
    margin-bottom: 44px;
    margin-top: 24px;
}
.terms__answer__mob__head span {
    font-size: 24px;
    font-weight: 600;
}
.terms__answer__mob__answer {
    font-size: 18px;
}

@media (max-width: 1440px) {
    .terms {
        gap: 200px;
    }
    .terms__left__ul__li {
        font-size: 20px;
    }
    .terms__right__ul {
        gap: 10px;
    }
    .terms__right__ul__li {

    }
    .terms__right__ul__li__title {
        font-size: 20px;
    }
    .terms__right__ul__li__desc {
        font-size: 17px;
    }
}
@media (max-width: 1200px) {
    .terms {
        gap: 80px;
    }
}
@media (max-width: 800px) {
    .terms {
        gap: 80px;
        flex-direction: column;
    }
    .terms__left {
        width: 100%;
    }
    .terms__left__ul {
        gap: 24px;
    }
    .terms__left__ul__li {
        background: #fff4e4;
        font-size: 20px;
        padding: 18px 20px;
        border-radius: 20px;
    }
    .terms__right {
        display: none;
    }
}/*# sourceMappingURL=TermsPage.css.map */
/* End */
/* /local/components/pages/terms/templates/.default/style.css?17793968862659 */
