

/* Start:/local/templates/air/components/bitrix/catalog/main/style.css?171696662719695*/
.catalog {
    max-width: 1440px;
    width: 100%;
    margin: 0 auto 100px auto;
    padding: 0 54px;
}

.catalog__main-section {
    max-width: 1440px;
    margin: 64px auto;
    padding: 0 64px;
}

.catalog-section {
    flex-grow: 1;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.catalog__sections {
    width: 100%;
}

.catalog-section__tools {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.catalog-section__tools .area-title {
    margin-top: 0;
    font-size: 32px;
}

.catalog__wrapper {
    display: flex;
    gap: 68px;
    margin-top: 24px;
}


.catalog-section-empty {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 100px;
}

.catalog-section-empty__wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.catalog-section-empty__text {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}


.catalog__filter {
    max-width: 250px;
    width: 100%;
}

.catalog-filter__btn-close {
    display: none;
}

.mobile-filter {
    display: none;
}

.catalog-section__product-view svg {
    stroke: #3F8DA4;
}

.catalog-section__product-view button {
    padding-left: 0;
    padding-right: 8px;
    cursor: pointer;
}

.catalog-section__product-view .active-view {
    opacity: 0.5;
}

.catalog-section__product-view button:not(.active-view):hover svg {
    stroke: #52ADC8;
}

.top-sections {
    margin-bottom: 24px;
}

.top-sections__list {
    display: flex;
    flex-wrap: wrap;
}

.top-sections__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-grow: 1;
    text-align: center;
    margin-right: 12px;
    margin-bottom: 8px;
    padding: 20px 16px;
    border-radius: var(--box-radius-small);
    background-color: var(--color-white);
    transition: all var(--transition-default) ease;
}

.top-sections__item.active {
    color: var(--color-white);
    background-color: var(--color-gray);
}

.top-sections__item:hover {
    color: var(--color-white);
    background-color: var(--color-gray-light);
}

.top-sections__name {
    margin: 0;
    font-size: 16px;
}

.top-sections__img {
    display: none;
}

.product-line {
    display: flex;
    max-height: 277px;
}

.product-line__wrap {
    display: flex;
    width: 100%;
    margin-bottom: 16px;
    padding: 16px;
    border: 1px solid var(--color-gray-light);
    border-radius: var(--box-radius-big);
    background-color: var(--color-white);
}

.product-line__img-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 172px;
    height: 172px;
    border: 1px solid #EDEDED;
    border-radius: var(--box-radius-big);
    overflow: hidden;
}

.product-line__img {
    width: 90%;
    height: 90%;
    object-fit: contain;
}

.product-line__img.no-photo {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-line__info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    margin-left: 16px;
}

.product-card__info {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.product-line__top,
.product-card__top {
    display: flex;
    flex-direction: column;
}

.product-card__top {
    margin-bottom: auto;
}

.product-line__markers,
.product-card__markers {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 8px;
}

.product-card__marker,
.product-line__marker {
    margin-right: 8px;
    margin-bottom: 8px;
    padding: 4px 16px;
    font-size: 13px;
    color: var(--color-white);
    border-radius: 4px;
}

.product-card__marker.not-avail,
.product-line__marker.not-avail {
    background-color: var(--color-gray);
}

.product-card__marker.khit,
.product-line__marker.khit {
    background-color: #C54E4E;
}

.product-card__marker.aktsiya,
.product-line__marker.aktsiya {
    background-color: #EFA35D;
}

.product-card__marker.novinka,
.product-line__marker.novinka {
    background-color: #5BC184;
}

.product-prop {
    margin-bottom: 16px;
}

.product-line__article,
.product-card__article {
    font-size: 13px;
    opacity: 0.5;
}

.product-line__brand,
.product-card__brand {
    font-size: 13px;
}

.product-line__title,
.product-card__title {
    font-size: 18px;
    line-height: 19px;
}

.product-line__bottom,
.product-card__bottom {
    display: flex;
    align-items: center;
}

.product-card__bottom {
    margin-bottom: 16px;
}

.product-line__price-wrap,
.product-card__price-wrap {
    display: flex;
    align-items: center;
}

.product-line__price,
.product-card__price {
    margin-right: 8px;
    font-weight: 600;
    font-size: 24px;
    line-height: 22px;
}

.product-card__price {
    font-size: 20px;
}

.product-line__old-price,
.product-card__old-price {
    margin-right: 8px;
    color: var(--color-gray-light);
}

.product-line__discount-wrap,
.product-card__discount-wrap {
    padding-left: 8px;
    border-left: 1px solid var(--color-gray-light);
}

.product-line__discount,
.product-card__discount {
    padding: 4px 8px;
    color: var(--color-white);
    background-color: #DA7676;
    border-radius: 4px;
}

.product-card__discount {
    font-size: 13px;
}

.product-line__stores,
.product-card__stores {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 8px;
}

.product-line__store,
.product-card__store {
    margin-right: 8px;
    font-size: 13px;
}

.product-line__store .store-amount,
.product-card__store .store-amount {
    color: #7BB037;
}

.product-card__store-delivery,
.product-line__store-delivery {
    color: var(--color-gray-light);
}

.product-card__pack,
.product-line__pack {
    font-size: 13px;
}

.product-line__btn-wrap {
    margin-left: auto;
}

.product-card__btns,
.product-line__btns {
    position: relative;
}

.product-line__btns {
    margin-left: auto;
}

.item-count-buttons {
    position: absolute;
    top: 0;
    display: flex;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease-in;
}

.item-count-buttons.show {
    opacity: 1;
    visibility: visible;
}

.item-count {
    align-self: center;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 50px;
    height: 100%;
    background-color: var(--color-gray);
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.item-count:hover {
    background-color: var(--color-gray-dark);
}

.item-count:active {
    background-color: var(--color-gray-light);
}

.item-count.item-count-minus {
    border-radius: 16px 9px 9px 16px;
}

.item-count.item-count-plus {
    border-radius: 9px 16px 16px 9px;
}

.item-count-text {
    width: 100%;
    margin: 0 4px;
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    border: 1px solid var(--color-gray);
    border-radius: var(--box-radius-small);
}

.product-card__btn-wrap.hide,
.product-line__btn-wrap.hide {
    opacity: 0;
    transform: translateY(0);
    visibility: hidden;
}

.product-line__btn-buy,
.product-card__btn-buy {
    padding: 16px 70px;
    font-weight: 600;
    background-color: #F4FDFF;
    border-radius: var(--box-radius-big);
    cursor: pointer;
}

.product-card__btn-buy {
    width: 100%;
}

.products__small-card.small-card-columns {
    display: flex;
    flex-wrap: wrap;
}

.product-card {
    width: 100%;
    max-width: calc(100% / 3);
    background-color: var(--color-white);
    border-top: 1px solid var(--color-gray-light);
}

.product-card:first-child,
.product-card:nth-child(3) {
    border-right: 1px solid var(--color-gray-light);
    border-left: 1px solid var(--color-gray-light);
}

.product-item-list-col-3:last-child .product-card {
    border-bottom: 1px solid var(--color-gray-light);
}

.product-item-list-col-3:first-child .product-card:first-child {
    border-radius: var(--box-radius-big) 0 0 0;
}

.product-item-list-col-3:last-child .product-card:first-child {
    border-radius: 0 0 0 var(--box-radius-big);
}

.product-item-list-col-3:first-child .product-card:last-child {
    border-radius: 0 var(--box-radius-big) 0 0;
}

.product-item-list-col-3:last-child .product-card:last-child {
    border-radius: 0 0 var(--box-radius-big) 0;
}

.product-card__img-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: none;
    width: 100%;
    max-width: 300px;
    height: 300px;
    max-height: 300px;
    margin-bottom: 16px;
}

.product-card__img {
    width: 100%;
    object-fit: contain;
}

.product-card__wrap {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 16px;
}

.product-card--viewed.product-card {
    max-width: calc(100% / 4 - 32px);
    margin: 0 16px;
    border: none;
    background-color: inherit;
}

.product-card--viewed .product-card__wrap {
    padding: 0;
}

.product-card--viewed .product-card__img-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 300px;
    width: 100%;
    height: 300px;
    border-radius: var(--box-radius-big);
    background-color: var(--color-white);
}

.product-card--viewed .product-card__img {
    width: 80%;
    height: 80%;
}

.catalog__sort {
    position: relative;
    flex-shrink: 0;
}

.catalog-sort__btn {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 2px 4px;
    border-radius: 4px;
    outline: none;
    border: none;
    background-color: transparent;
    font-weight: 600;
    font-size: 16px;
    transition: color var(--transition-default) ease,
    background-color var(--transition-default) ease;
}

.catalog-sort__btn:hover {
    background-color: var(--color-gray);
}

.catalog-sort__btn-icon {
    display: none;
}

.catalog-sort__svg-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 8px;
    width: 24px;
    height: 24px;
}

.catalog-sort__btn:focus {
    outline: none;
}

.catalog-sort__btn:focus-visible {
    outline: auto;
}

.catalog-sort__btn svg {
    transform: rotateX(0);
    transition: transform 0.25s ease;
}

.catalog-sort__btn.trigger svg {
    transform: rotateX(180deg);
}

.catalog-sort__list {
    z-index: 20;
    position: absolute;
    top: 32px;
    right: 0;
    display: flex;
    flex-direction: column;
    min-width: 188px;
    width: 100%;
    box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.24);
    border-radius: var(--box-radius-small);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-10px);
    transition: transform var(--transition-default) ease,
    opacity var(--transition-default) ease,
    visibility var(--transition-default) ease;
    overflow: hidden;
}

.catalog-sort__list--show {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
}

.catalog-sort__list-item {
    padding: 3px 8px;
    color: var(--color-black);
    background-color: var(--color-white);
    font-size: 15px;
    line-height: 24px;
    text-decoration: none;
    transition: color var(--transition-default) ease,
    background-color var(--transition-default) ease;
}

.catalog-sort__list-item:hover {
    background-color: var(--color-gray);
}

.catalog-sort__list-item--active {
    background-color: var(--color-gray);
    pointer-events: none;
}

@media (hover: hover) {
    .catalog-sort__list-item:hover,
    .catalog-sort__list-item:focus {

    }
}

.catalog__vieweds.vieweds {
    margin-bottom: 40px;
}

.vieweds__title {
    margin-top: 0;
    margin-bottom: 40px;
    font-weight: 600;
    font-size: 24px;
}

.catalog__page-nav {
    margin-top: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media screen and (max-width: 1439px) {
    .main-sections__item {
        min-height: 260px;
    }

    .main-sections__name {
        margin: 0;
        padding: 20px;
        font-size: 28px;
        line-height: 36px;
    }

    .main-sections__bg-image {
        background-size: contain;
    }
}

@media screen and (max-width: 1199px) {
    .catalog__wrapper {
        gap: 24px;
    }
}

@media screen and (max-width: 1023px) {
    .catalog-sort__list {
        right: unset;
        left: -2px;
    }


    .catalog {
        padding: 0;
    }

    .catalog__main-section,
    .main-sections,
    .catalog-section__list {
        padding: 0 15px;
    }

    .catalog__main-section .main-sections {
        padding: 0;
    }

    .catalog__main-section {
        margin: 30px auto;
    }

    .catalog-section__list {
        gap: 16px;
    }

    .top-sections__list {
        flex-wrap: nowrap;
        overflow-x: scroll;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: none;
        /*overflow: -moz-scrollbars-none;*/
    }

    .top-sections__list::-webkit-scrollbar {
        width: 0;
        height: 0;
    }

    .top-sections__item {
        min-width: 130px;
    }

    .top-sections__item:last-of-type {
        margin-right: 0;
    }

    .catalog__top-sections {
        padding: 0 15px;
    }

    .top-sections__img {
        display: flex;
        width: 66px;
        height: 66px;
        object-fit: contain;
        margin-bottom: 8px;
    }

    .top-sections__name {
        font-size: 13px;
    }

    .catalog-section__tools {
        flex-wrap: wrap;
    }

    .catalog-section__tools .area-title {
        flex: 0 0 100%;
    }

    .main-sections {
        margin-top: 24px;
        margin-bottom: 24px;
    }

    .main-sections__item {
        min-height: 200px;
        margin-right: 0;
        background-size: cover;
    }

    .catalog-section__list {
        grid-template-columns: 1fr 1fr;
    }

    .catalog-section__product-view button.active-view {
        display: none;
    }

    .catalog-sort__btn {
        border-left: none;
    }

    .catalog__filter {
        z-index: 200;
        position: fixed;
        right: 0;
        left: 0;
        bottom: 0;
        max-width: none;
        max-height: 80vh;
        border-radius: var(--box-radius-mid) var(--box-radius-mid) 0 0;
        background-color: #ffffff;
        visibility: hidden;
        overflow: auto;
        transform: translateY(100%);
        -webkit-overflow-scrolling: touch;
        transition: visibility var(--transition-default),
        transform var(--transition-default);
    }

    .catalog__filter--show {
        visibility: visible;
        transform: translateY(0);
    }

    .catalog__filter-body {
        overflow: auto;
        height: 100%;
        padding: 35px 24px 24px;
    }

    .catalog__filter-body::-webkit-scrollbar {
        width: 14px;
        background-color: var(--color-background);
    }

    .catalog__filter-body::-webkit-scrollbar-track {
    }

    .catalog__filter-body::-webkit-scrollbar-thumb {
        background: var(--color-gray-mid);
        border-radius: 20px;
    }

    .catalog-filter__btn-close {
        display: block;
        position: absolute;
        top: 24px;
        right: 24px;
        width: 24px;
        height: 24px;
        background-color: transparent;
        border: none;
        border-radius: 4px;
        transition: background-color var(--transition-default);
    }

    .catalog-filter__btn-close:hover {
        background-color: var(--color-gray);
    }

    .catalog-filter__btn-close path {
        fill: currentColor;
    }

    .mobile-filter {
        display: block;
        cursor: pointer;
    }

    .mobile-filter__btn {
        display: flex;
        align-items: center;
        gap: 8px;
        padding: 4px;
        border-radius: 4px;
        outline: none;
        border: none;
        background-color: transparent;
        transition: background-color var(--transition-default);
    }

    .mobile-filter__btn:hover {
        background-color: var(--color-gray);
    }

    .product-card {
        margin: 0;
    }

    .products__small-card.small-card-columns {
        padding: 0;
    }

    .product-card__img-wrap {
        align-self: center;
        width: 164px;
        height: 164px;
    }

    .product-card:first-child,
    .product-card:nth-child(3) {
        border-right: none;
        border-left: none;
    }

    .product-card:nth-child(2) {
        border-right: 1px solid var(--color-gray-light);
        border-left: 1px solid var(--color-gray-light);
    }

    .product-item-list-col-3:first-child .product-card:first-child,
    .product-item-list-col-3:last-child .product-card:first-child,
    .product-item-list-col-3:first-child .product-card:last-child,
    .product-item-list-col-3:last-child .product-card:last-child {
        border-radius: 0;
    }

    .product-line {
        max-height: none;
    }

    .product-line__img-wrap {
        min-width: 100px;
        width: 100px;
        height: 100px;
    }

    .product-line__btn-wrap {
        width: 100%;
        min-width: 164px;
    }

    .product-line__discount-wrap {
        margin-right: 8px;
    }

    .product-line__btn-buy,
    .product-card__btn-buy {
        width: 100%;
        padding: 16px 0;
    }

    .product-line__wrap {
        margin-bottom: 0;
        border-radius: 0;
        border: none;
        border-top: 1px solid var(--color-gray-light);
    }

    .product-line__price-wrap {
        width: 100%;
    }

    .product-item-list-col-1:last-of-type .product-line__wrap {
        border-bottom: 1px solid var(--color-gray-light);
    }

    .catalog__vieweds.vieweds {
        margin-bottom: 80px;
    }

    .vieweds__title {
        font-size: 18px;
    }

    .product-line__title {
        font-weight: bold;
        font-size: 13px;
    }

    .products__small-card.small-card-columns--viewed {
        justify-content: start;
        flex-wrap: nowrap;
        overflow-x: scroll;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: none;
        /*overflow: -moz-scrollbars-none;*/
    }

    .products__small-card.small-card-columns--viewed::-webkit-scrollbar {
        width: 0;
        height: 0;
    }

    .product-card--viewed.product-card {
        min-width: 164px;
        max-width: none;
        width: 100%;
        padding: 0 16px;
        border: none;
        border-right: 1px solid var(--color-gray-light);
    }

    .product-card--viewed.product-card:last-of-type {
        border: none;
    }

    .product-card--viewed .product-card__img-wrap {
        height: 164px;
    }

    .product-card--viewed .product-card__title {
        font-weight: 600;
        font-size: 13px;
        line-height: 16px;
    }

    .product-card--viewed .product-card__btn-buy {
        padding: 16px 0;
    }

}

@media (max-width: 767px) {
    .area-title.catalog-section__tools .area-title {
        margin-bottom: 0;
    }


    .main-sections__list {
        gap: 16px;
        grid-template-columns: none;
        grid-template-areas:
       "item-1"
       "item-2"
       "item-3"
       "item-4"
       "item-5"
       "item-6";
    }

    .main-sections__item {
        margin-right: 0;
        background-size: contain;
    }

    .catalog-section__list {
        grid-template-columns: 1fr;
    }

    .product-card {
        max-width: 100%;
    }

    .product-card:not(.product-card--viewed):nth-child(2) {
        border-right: none;
    }

    .page-nav__item {
        padding: 8px;
        font-size: 13px;
    }

    .page-nav__prev svg,
    .page-nav__next svg {
        width: 12px;
        height: 12px;
        fill: #272F34;
    }

    .page-nav__prev,
    .page-nav__next {
        padding: 6px 16px;
    }
}

@media (max-width: 550px) {
    .catalog__main-section {
        margin: 30px auto;
    }
}

/* End */


/* Start:/local/templates/air/components/bitrix/catalog.section.list/.default/style.css?17610920715518*/
.section-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -18px;
    list-style: none;
}

.parent-item {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    padding: 16px 18px;
    min-height: 590px;
    height: 1px;
}

.parent-item__wrap {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    padding: 24px;
    border-radius: var(--box-radius-big);
    overflow: hidden;
    transition: background var(--transition-default);
}

.parent-item:nth-child(1n) .parent-item__wrap:hover {
    background: var(--color-red-dark);
}

.parent-item:nth-child(2n) .parent-item__wrap:hover {
    background: var(--color-blue);
}

.parent-item:nth-child(3n) .parent-item__wrap:hover {
    background: var(--color-green);
}

.parent-item:nth-child(4n) .parent-item__wrap:hover {
    background: var(--color-orange);
}

.parent-item__wrap:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 478px;
    height: 478px;
    border-radius: 50%;
    background: rgba(245, 165, 10, 0.75);
    filter: blur(200px);
}

.parent-item:nth-child(1n) .parent-item__wrap:before {
    background: rgba(245, 165, 10, 0.75);
}

.parent-item:nth-child(2n) .parent-item__wrap:before {
    background: rgba(12, 255, 255, 0.39);
}

.parent-item:nth-child(3n) .parent-item__wrap:before {
    background: rgba(111, 255, 23, 0.58);
}

.parent-item:nth-child(4n) .parent-item__wrap:before {
    background: rgba(255, 215, 5, 0.75);
}

.parent-item__wrap:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('data:image/svg+xml,<svg width="345" height="462" viewBox="0 0 345 462" fill="none" xmlns="http://www.w3.org/2000/svg"><path style="mix-blend-mode:overlay" d="M350.241 297.011C348.373 313.179 336.634 345.347 304.626 344.668C272.619 343.989 271.564 325.273 275.038 316C277.975 309.013 293.589 299.849 322.853 323.22C330.329 329.896 344.995 345.081 346.388 354.126" stroke="white" stroke-opacity="0.3" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="6 6"/><path style="mix-blend-mode:overlay" d="M343.25 433.22C314.486 413.67 210.949 340.683 112.538 371.645C33.8087 396.415 30.3301 485.563 38.4318 527.042" stroke="white" stroke-opacity="0.3" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="6 6"/><path style="mix-blend-mode:overlay" d="M-24.8264 284.571C9.16956 274.88 133.861 241.902 163.251 137.409C186.763 53.8148 109.583 -14.0736 68.054 -37.5685" stroke="white" stroke-opacity="0.3" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="6 6"/></svg>');
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
}

.parent-item__link {
    position: relative;
    color: var(--color-white);
    font-family: var(--font-extra);
    font-size: 48px;
    font-weight: 500;
    line-height: 1.1;
    letter-spacing: 4px;
    text-decoration-line: none;
    z-index: 1;
    transition: color var(--transition-default);
}

.parent-item__link:hover {
    color: var(--color-gray);
}

.parent-item__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: var(--box-radius-big);
    object-fit: cover;
    object-position: center;
    background-color: var(--color-gray-light);

    visibility: visible;
    opacity: 1;
    pointer-events: all;

    transition-property: visibility, opacity, background-color;
    transition-duration: var(--transition-default);

    z-index: 2;
}

.parent-item__wrap:hover .parent-item__img {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
}

.parent-item__wrap:hover {
    background: unset;
}

.parent-item__list {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    z-index: 1;
    list-style: none;
}

.child-item {
    display: inline-flex;
}

.child-item__link {
    padding: 13px 18px;
    border-radius: var(--box-radius-big);
    color: var(--color-white, #FFF);
    background: rgba(255, 255, 255, 0.30);
    background-blend-mode: overlay;
    font-size: 18px;
    text-decoration-line: none;
    transition: background-color var(--transition-default);
}

@media (hover: hover) {
    .child-item__link:hover,
    .child-item__link:focus {
        background-color: rgba(255, 255, 255, 0.43);
    }
}

@media screen and (max-width: 1023px) {
    .section-list {
        margin: 0 -8px;
    }

    .parent-item {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 8px 8px;
        min-height: 390px;
    }

    .parent-item__wrap {
        padding: 24px 15px 15px;
    }

    .parent-item:nth-child(1n) .parent-item__wrap {
        background: var(--color-red-dark);
    }

    .parent-item:nth-child(2n) .parent-item__wrap {
        background: var(--color-blue);
    }

    .parent-item:nth-child(3n) .parent-item__wrap {
        background: var(--color-green);
    }

    .parent-item:nth-child(4n) .parent-item__wrap {
        background: var(--color-orange);
    }

    .parent-item__img {
        visibility: hidden;
        opacity: 0;
        pointer-events: none;
    }
}

@media screen and (max-width: 767px) {
    .parent-item__link {
        font-size: 40px;
        letter-spacing: 2px;
    }

    .child-item__link {
        font-size: 16px;
        padding: 12px 13px;
    }
}
/* End */
/* /local/templates/air/components/bitrix/catalog/main/style.css?171696662719695 */
/* /local/templates/air/components/bitrix/catalog.section.list/.default/style.css?17610920715518 */
