.top-content-site-container.category-bg-header {
    background: url('/catalog/view/theme/default/image/site/terms_bg.jpg');
}

.terms-data {
    direction: rtl;
    max-width: 1280px;
    display: flex;
    justify-content: space-between;
    margin: 40px auto 0;
    padding-bottom: 40px;
}

.terms-title {
    margin-top: 12px;
    margin-bottom: 12px;
}

.terms-navigation {
    width: 17%;
    background: #F4F4F4;
    border-radius: 12px;
    padding: 12px;
    max-height: 400px;
}

@media(max-width: 1220px) {
    .terms-navigation {
        max-height: 100%;
    }
}

@media(max-width: 768px) {
    .terms-navigation {
        display: none;
    }
}

.terms-text {
    width: 79%;
    height: 495px;
    overflow-y: scroll;
    padding-left: 20px;
    padding-right: 20px;
    color: #5F5F5F;;
    font-size: 14px;
}

@media(max-width: 768px) {
    .terms-text {
        width: 100%;
    }
}

.terms-text::-webkit-scrollbar {
    width: 6px;
}

.terms-text::-webkit-scrollbar-track {
    box-shadow: inset 0 0 1px grey;
    border-radius: 10px;
}

.terms-text::-webkit-scrollbar-thumb {
    background: #B1B1B1;
    border-radius: 10px;
}

.terms-text::-webkit-scrollbar-thumb:hover {
    background: #B1B1B1;
}

.terms-title {
    color: #181818;
    font-weight: 400;
    font-size: 16px;
}

.terms-navigation-item {
    display: flex;
    margin-bottom: 17px;
}

.terms-navigation-item--active .terms-navigation-item__number{
    background: #FF6D00;
}

.terms-navigation-item--active .terms-navigation-item__text {
    color: #FF6D00;
}

.terms-navigation-item__number {
    width: 18px;
    height: 18px;
    min-width: 18px;
    min-height: 18px;
    border-radius: 50%;
    background: #F9B17A;
    font-weight: 400;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    margin-left: 12px;
}

.terms-navigation-item__text {
    color: #181818;
    font-size: 14px;
}

@media (max-width: 767px) {

}

@media (max-width: 500px) {

}