.department__top {
    margin-bottom: 8rem;
}

.department__wrapper {
    display: flex;
    flex-direction: row;
    gap: 2rem;
}

.department__left {
    width: 30.5rem;
}

.department__right {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    flex: 1;
}

.department__head {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
}

.department__search {
    width: 83.7rem;
}

.department__view {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1rem;
    flex: 1;
}

.department__view-label {
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 120%;
    text-align: right;
    color: #1D2029;
}

.department__view-btns {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: .5rem;
}

.department__view-btn {
    width: 2.4rem;
    height: 2.4rem;
    flex: 0 0 auto;
    overflow: hidden;
}

.department__view-btn svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.department__view-btn.active {
    background-color: #0088CC;
    border-radius: .5rem;
}

.department__view-btn.active svg path {
    fill: #fff;
}
.department__items {
    display: grid;
    gap: 1.2rem;
}
.department__items.card {
    grid-template-columns: repeat(2,1fr);
}
.department__items.list {
    grid-template-columns: repeat(1,1fr);
}
.department__items .department__item {
    display: flex;
    border-radius: .6rem;
    padding: 1.6rem;
    gap: 2rem;
    background-color: #F8F8F8;
}
.department__items.card .department__item {
    flex-direction: column;
}
.department__items.list .department__item {
    flex-direction: row;
}

.department__items.card .department__item-head {
    min-height: 6.6rem;
}
.department__items.list .department__item-head {
    width: 30.7rem;
}
.department__item-title {
    font-size: 1.8rem;
    line-height: 120%;
}


.department__items .department__item-col {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}
.department__items.card .department__item-col {}
.department__items.list .department__item-col {
    flex: 1;
}

.department__item-options {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 1.2rem;
}
.department__item-prices {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 1.6rem;
}
.department__item-option {
    display: flex;
    flex-direction: column;
    gap: .4rem;
}
.department__item-label {
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 115%;
    color: #7E828F;
}
.department__item-text {
    font-size: 1.6rem;
    line-height: 120%;
    font-weight: 400;
    color: #1D2029;
}
.department__item-text--primary {
    color: var(--primary);
}
.department__item-footer {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
    margin-top: auto;
}
.department__item-btns {
    display: flex;
    flex-direction: row;
    gap: 1.6rem;
}
@media (min-width: 1281px) {
    .department__item-btn {
        flex: 1;
    }
}



@media (max-width: 1280px){
    .department__wrapper,
    .department__right,
    .department__head {
        gap: 1.6rem;
    }
    .department__items .department__item {
        gap: 1.6rem;
        padding: 1.2rem;
    }
    .btn.department__item-btn {
        width: 100%;
    }
    .department__items.list .department__item {
        flex-direction: column;
    }
    .department__items.card .department__item-head {
        margin-bottom: auto;
    }
}
@media (min-width: 768px) and (max-width: 1280px){
    .department__top {
        margin-bottom: 6rem;
    }
    .department__left {
        width: 22rem;
    }
    .department__item-prices {
        grid-template-columns: repeat(1,1fr);
        gap: 1.2rem;
    }
    .department__item-options {
        grid-template-columns: repeat(1,1fr);
        gap: .6rem;
    }
    .department__item-btns {
        flex-direction: column;
    }
}
@media (max-width: 767px){
    .department__top {
        margin-bottom: 4rem;
    }
    .department__left {
        width: auto;
        display: none;
    }
    .department__right {
        width: 100%;
    }
    .department__head {
        flex-direction: column;
        align-items: baseline;
    }
    .department__view {
        display: none;
    }
    .department__items.card {
        grid-template-columns: repeat(1, 1fr);
    }
}

.cat-desc-new {
    margin: 30px 0;
    font-size: 1.6rem;
    line-height: 32px;
    color: #242424;
}

.cat-desc-new hr {
    margin: 0 0 30px;
    border: 0;
    border-top: 1px solid #d9d9d9;
}

.cat-desc-new p {
    margin: 0 0 20px;
}

.cat-desc-new h2,
.cat-desc-new h3,
.cat-desc-new h4 {
    margin: 60px 0 20px;
    font-size: 2.8rem;
    line-height: 28px;
    color: #1d1d1d;
}

.cat-desc-new p + h2,
.cat-desc-new p + h3,
.cat-desc-new p + h4,
.cat-desc-new ul + h2,
.cat-desc-new ul + h3,
.cat-desc-new ul + h4,
.cat-desc-new ol + h2,
.cat-desc-new ol + h3,
.cat-desc-new ol + h4 {
    margin-top: 60px;
}

.cat-desc-new ul,
.cat-desc-new ol {
    margin: 0 0 25px;
    padding-left: 30px;
}

.cat-desc-new ul {
    list-style: disc;
}

.cat-desc-new ol {
    list-style: decimal;
}

.cat-desc-new li {
    margin-bottom: 10px;
    line-height: 32px;
}

.cat-desc-new li:last-child {
    margin-bottom: 0;
}

.cat-desc-new li p {
    margin: 0;
}

.cat-desc-new .bold,
.cat-desc-new strong,
.cat-desc-new b {
    font-weight: 700;
}

.cat-desc-new h2:empty,
.cat-desc-new h3:empty,
.cat-desc-new h4:empty,
.cat-desc-new p:empty {
    display: none;
}