
.marquee {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 2px 0;
    overflow: hidden;
    position: fixed;
    background: #353535;
    top: 0;
    z-index: 999;
    width: 100%;
}
.marquee span {
    font-weight: 400;
    font-size: 12px;
    color: #fff;
    will-change: transform;
    transform: translateX(0);
    white-space: nowrap;
    animation: marquee 5s linear infinite;
    padding: 0 30px 0 0;
}
@media (max-width: 991px) {
    .marquee span {
        padding: 0 20px 0 0;
    }
}

@keyframes marquee {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}

.products-offer-slider .slick-prev {
    right: 65px;
    top: -40px;
    left: initial;
}

.products-offer-slider .slick-next {
    right: 15px;
    top: -40px;
}

.products-offer .items {
    margin-top: 25px;
}

.products-offer .sub {
    font-size: 23px;
    text-align: left;
    padding-right: 100px;
}
.products-offer .item .img img {
    max-height: 200px;
    object-fit: contain;
}
.text-center {
    text-align: center;
}



.catalog-items__wrapper {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    max-width: calc(100% - 320px);
}
.catalog-sections-list {
    max-width: calc(100% - 15px);
}
.catalog {
    flex-wrap: wrap;
}
@media (max-width: 1142px) {
    .wrap {
       max-width: calc(100% - 50px)
    }
    .catalog-items__wrapper .products-offer .item {
        margin: 0;
        text-align: center;
        flex-basis: 42%;
        display: flex;
    }
}
@media (max-width: 768px) {
    .wrap {
        max-width: calc(100% - 30px)
    }
}
.sections__wrap {
    display: flex;
    max-width: 100%;
    margin: 0;
    margin-left: -15px;
    width: 100%;
}
.sections__wrap .catalog-sections-list {
    display: flex;
    max-width: 100%;
    padding: 0;
    margin-bottom: 32px;
}
.catalog-items__wrapper .products-offer {
    margin-top: 0;
}
.catalog-items__wrapper .products-offer .catalog-items {
    margin-top: 0;
}

@media (max-width: 768px) {
    .catalog-items__wrapper {
        max-width: 100%
    }
    .catalog-items__wrapper .products-offer {
        margin-bottom: 32px;
    }
}

.catalog-sections-list-container {
    height: 200px;
}
@media (max-width: 768px) {
    .catalog-sections-list-container {
        height: 160px;
    }
}
.catalog__sections__item__wrapper .catalog-section-list-item-title {
    white-space: pre-wrap;
}
.catalog__sections__item__wrapper {
    display: flex;
    width: 140px;
    height: 140px;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    gap: 15px;
    text-align: center;
}
@media (max-width: 768px) {
    .catalog__sections__item__wrapper {
        width: 100px;
        height: 100px;
    }
}
.catalog__sections__item__wrapper a {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}
.catalog__sections__item__wrapper img {
    border-radius: 120px;
    display: flex;
    max-width: 100%;
    height: 140px;
    width: 140px;
}
@media (max-width: 768px) {
    .catalog__sections__item__wrapper img {
        height: 100px;
        width: 100px;
    }
}
.sections__img__wrapper {
    display: flex;
}

.product__colors .product__sizes_item.store{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 6px;
    height: auto;
    padding-bottom: 5px;
    padding-top: 5px;
}
.product__colors .product__sizes_item.store .store__adress{
    display: flex;
    font-size: 12px;
}

.product__sizes_item.active{
    background-color: #9ad9d7;
}
.product__sizes_item.store.not-available {
    opacity: 0.5;
}
.main-slider .slider-item {
    min-height: auto;
    padding: 0;
    margin: 0;
}
.main-slider .cover picture {
    display: block;
    max-width: 100%;
}
.main-slider .cover picture img {
    max-width: 100%;
}
.main-slider .wrapper {
    display: grid;
    grid-template-areas: "stack";
    align-items: center;
    gap: 40px;
}
.main-slider .cover,
.main-slider .wrap {
    grid-area: stack;
    width: 100%;
}

.main-slider .content {
    display: grid;
    gap: 40px;
}
@media (max-width: 768px) {

    .main-slider .content {
        display: none;
    }
}