.breadcrumbs_container {
    display: none;
}

/* Main Bunner */
.st_bunner_carus__container {
    width: 100%;
    height: 526px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.st_bunner_carus__container .st_bunner_carus__init_swiper {
    width: 100%;
    height: 100%;
    max-width: 1920px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.st_bunner_carus__container .st_bunner_carus__init_swiper .st_bunner_carus__image {
    -o-object-position: center;
    object-position: center;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.st_bunner_carus__container .st_bunner_carus__init_swiper .st_bunner_carus__image_mobile {
    -o-object-position: center top;
    object-position: center top;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.st_bunner_carus__container .st_bunner_carus__init_swiper .st_bunner_carus__navigation {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    top: calc(50% - 20px);
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    bottom: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.st_bunner_carus__container .st_bunner_carus__init_swiper .st_bunner_carus__navigation .swiper-button-prev,
.st_bunner_carus__container .st_bunner_carus__init_swiper .st_bunner_carus__navigation .swiper-button-next {
    background-color: transparent;
}

.st_bunner_carus__container .st_bunner_carus__init_swiper .st_bunner_carus__navigation .swiper-button-prev,
.st_bunner_carus__container .st_bunner_carus__init_swiper .st_bunner_carus__navigation .swiper-button-next,
.st_bunner_carus__container .st_bunner_carus__init_swiper .st_bunner_carus__navigation .swiper-pagination {
    position: static;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.st_bunner_carus__container .st_bunner_carus__init_swiper .st_bunner_carus__navigation .swiper-pagination {
    margin-top: auto;
    margin-bottom: 10px;
}

.st_bunner_carus__container .st_bunner_carus__init_swiper .st_bunner_carus__navigation .swiper-pagination .swiper-pagination-bullet {
    opacity: 0.4;
    width: 10px;
    height: 10px;
    background: var(--main-white);
    margin: 0 2px;
}

.st_bunner_carus__container .st_bunner_carus__init_swiper .st_bunner_carus__navigation .swiper-pagination-bullet-active {
    opacity: 1 !important;
}


/* Main Bunner Carus */

.st_bunner_and_carus_section {
    position: relative;
    width: 100%;
    height: 526px;
    background-color: #c8aa5e;
}

.st_bac_bunner_container,
.st_bac_bunner_container_stock {
    position: absolute;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.st_bac_bunner {
    -o-object-position: center;
    object-position: center;
    -o-object-fit: cover;
    object-fit: cover;
    max-width: 2350px;
    width: 100%;
    height: 100%;
    -webkit-filter: brightness(80%);
    filter: brightness(80%);
}

.st_bac_container {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    width: 100%;
}

.st_bac_title_container {
    position: relative;
    margin-top: 60px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    font-weight: 700;
    font-size: var(--font-size-17);
    line-height: 85px;
    color: var(--main-white);
    white-space: nowrap;
    letter-spacing: 0.1em;
}

.st_bac_title {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 10;
}

.st_bac_title_shadow {
    position: relative;
    margin-left: 7px;
    color: var(--main-black);
}

.st_bac_sub_title {
    white-space: nowrap;
    margin-top: 5px;
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    color: var(--main-white);
}

.st_bac_button {
    width: 185px;
    height: 60px;
    padding: 18px 20px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 100px;
    border: 3px solid var(--main-white);
    -webkit-box-shadow: 5px 5px 0px var(--main-black);
    box-shadow: 5px 5px 0px var(--main-black);
    text-transform: uppercase;
    color: var(--main-white);
    font-weight: 600;
    font-size: var(--font-size-7);
    line-height: 24px;
    letter-spacing: 0.03em;
    margin-top: 30px;
}

.st_bac_carus_container {
    padding: 0 60px;
    margin-top: auto;
    width: 100%;
    max-width: 1320px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
}

.st_bac_carus_item_container {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
    background: var(--main-medium-light-grey);
    padding: 25px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.owl-carousel .owl-item .st_bac_carus_item_image {
    width: 50px;
    height: 50px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.st_bac_carus_item_text {
    overflow: hidden;
    padding-left: 20px;
    width: 75%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    text-align: left;
    font-weight: 500;
    font-size: var(--font-size-4);
    line-height: 21px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

/* Stocks */
.st_bac_carus_container_section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
}

.st_bunner_and_carus_section_stock {
    background-color: var(--main-white);
}

.st_bac_bunner_container_stock .st_bac_bunner {
    max-width: 1920px;
    -webkit-filter: brightness(1);
    filter: brightness(1);
}

.st_bac_bunner_container_stock+.st_bac_container {
    display: none;
}

.st_bac_bunner_container_stock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.st_bac_carus_container_stock {
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.st_bac_carus_container_stock .st_bac_carus_item_container {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.sz_main_bac_first .owl-nav,
.st_bac_carus_container_stock .owl-nav {
    top: calc(50% - 20px);
    position: absolute;
    left: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    z-index: -1;
}

.sz_main_bac_first .owl-nav .owl-prev,
.st_bac_carus_container_stock .owl-nav .owl-prev {
    margin-left: 10px;
}

.sz_main_bac_first .owl-nav button,
.st_bac_carus_container_stock .owl-nav button {
    height: 40px;
    width: 40px;
    font-size: var(--font-size-0) !important;
    background-image: url(images/sz_bac_arrows__black.svg) !important;
    background-color: var(--main-medium-light-grey) !important;
    border-radius: 5px;
}

.sz_main_bac_first .owl-nav .owl-prew,
.st_bac_carus_container_stock .owl-nav .owl-prew {
    margin-left: 10px;
}

.sz_main_bac_first .owl-nav .owl-next,
.st_bac_carus_container_stock .owl-nav .owl-next {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-right: 10px;
}

.st_bac_bunner_mobile {
    display: none;
}







/* Hits */
.contSpecialGoods {
    margin-top: 60px;
}

.container.contSpecialGoods {
    max-width: 1300px;
    padding: 0 60px;
}

.container.contSpecialGoods .rtContainer {
    padding-bottom: 10px;
}

.contSpecialGoods .contentTitle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 34px;
    text-align: left;
    margin-bottom: 30px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.contSpecialGoods .contentTitle .contentTitleTxt {
    font-weight: 600;
    font-size: var(--font-size-12);
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.contSpecialGoods .contentTitle .contentTitleLink {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: var(--font-size-5);
    font-weight: 500;
    color: var(--text-light-gray);
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: auto;
}

.contSpecialGoods .contentTitle .contentTitleLink::after {
    content: '';
    display: block;
    height: 10px;
    width: 10px;
    margin-left: 10px;
    background-image: url(images/ArrowRightIconGray.svg);
    background-repeat: no-repeat;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.contSpecialGoods .navigation_container {
    position: absolute;
    pointer-events: none;
    top: calc(50% - 20px + 34px);
    left: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 40px;
}

.swiper-button-next,
.swiper-button-prev {
    display: block;
    height: 40px;
    width: 40px;
    background-image: url(images/sz_bac_arrows.svg) !important;
    background-color: var(--main-medium-light-grey);
    border-radius: 5px;
    margin-top: 0;
    pointer-events: all;
}

.bodySpecialGoods .swiper-button-next,
.bodySpecialGoods .swiper-button-prev {
    background-image: url(images/sz_bac_arrows__black.svg) !important;
}

.swiper-button-next::after,
.swiper-button-prev::after {
    display: none;
}

.swiper-button-next {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.bodySpecialGoods .object {
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border: 1px solid var(--main-medium-grey);
    border-radius: 10px;
    padding: 10px;
    height: 100%;
}

.bodySpecialGoods .object:hover {
    border: 1px solid var(--text-gray);
}

.bodySpecialGoods .swiper-wrapper {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.bodySpecialGoods .swiper-wrapper .swiper-slide {
    height: auto;
}

.bodySpecialGoods .blockGoodsImage {
    width: 100%;
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 5px;
    overflow: hidden;
    aspect-ratio: 220/274;
}

.bodySpecialGoods .blockGoodsImage .partSpecial__brand {
    z-index: 1;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 80px;
    width: 80px;
    pointer-events: none;
}

.bodySpecialGoods .blockGoodsImage .partSpecial__brand>img {
    height: 100%;
    width: 100%;
    border-bottom: 0;
    border: 0;
}

.bodySpecialGoods .blockGoodsImage .flag_hit {
    position: absolute;
    display: block;
    height: 70px;
    width: 70px;
    right: 0;
    top: 0;
    background-image: url(images/bestseller.svg);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
    pointer-events: none;
    font-size: 0;
}

.bodySpecialGoods .blockGoodsImage .flag_discount {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    pointer-events: none;
    background: -o-linear-gradient(344.26deg, #FFBC58 -26.95%, #EA482C 146.87%);
    background: linear-gradient(105.74deg, #FFBC58 -26.95%, #EA482C 146.87%);
    border-radius: 5px;
    color: var(--main-white);
    padding: 3px 6px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 150%;
    font-size: var(--font-size-3);
}

.bodySpecialGoods .blockGoodsImage>a {
    position: absolute;
    z-index: 1;
    display: inline-block;
    height: 100%;
    width: 100%;
}

.bodySpecialGoods .blockGoodsImage>a>img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.bodySpecialGoods .blockTitle {
    margin: 10px 0;
    font-weight: 600;
    font-size: var(--font-size-7);
    line-height: 20px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.bodySpecialGoods .blockTitle>a {
    display: block;
}

.bodySpecialGoods .st_table__features__container {
    margin-top: auto;
    margin-bottom: 10px;
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-weight: 500;
    font-size: var(--font-size-4);
    line-height: 130%;
    color: var(--text-light-gray);
}

.bodySpecialGoods .st_table__features__container .textTitle {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 2px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.bodySpecialGoods .priceBox .blockPrice {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-weight: 600;
    font-size: var(--font-size-9);
    width: 100%;
    line-height: 24px;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.bodySpecialGoods .priceBox .blockPrice .oldPrice {
    text-decoration: line-through;
}

.bodySpecialGoods .priceBox .blockPrice .newPriceDiscount {
    color: var(--main-orange);
    font-weight: 500;
    font-size: var(--font-size-7);
    line-height: 130%;
    margin-left: 10px;
}

.bodySpecialGoods .priceBoxOrderContainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 10px;
    height: 40px;
}

.bodySpecialGoods .modifications {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    height: 100%;
    margin-right: 5px;
}

.bodySpecialGoods .modifications select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    display: block;
    height: 100%;
    width: 100%;
    background-color: var(--main-medium-light-grey);
    border-radius: 5px;
    padding: 9px 35px 9px 16px;
    margin-right: 5px;
    font-weight: 500;
    font-size: var(--font-size-7);
    line-height: 130%;
    text-align: left;
    border: 0;
    background-image: url(images/sz_navarrow.svg);
    background-position: center right 15px;
    background-repeat: no-repeat;
}

.bodySpecialGoods .modifications select:focus {
    outline: none;
}

.bodySpecialGoods .blockButton {
    margin-right: 0px;
    height: 100%;
    width: 40px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.bodySpecialGoods .blockButton .buttonSend {
    text-align: center;
    background-image: none;
    height: 40px;
    width: 40px;
    padding: 7.5px;
    font-size: var(--font-size-0);
    display: block;
    border-radius: 5px;
    background-image: url(images/szCartIconWhite.svg), linear-gradient(135deg, #3FB884 0%, #7BD859 100%);
    background-position: center;
    background-repeat: no-repeat;
}

.bodySpecialGoods .blockButton .buttonSend .glyphicon-shopping-cart {
    height: 100%;
    width: 100%;
    display: block;
    background-image: url(images/szCartIconWhite.svg);
    background-size: contain;
    fill: var(--main-white);
}


/* Anonsi */
.anonsi__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 50px;
    overflow: hidden;
}

.anonsi__contentTitle {
    font-weight: 600;
    font-size: var(--font-size-12);
    line-height: 34px;
    color: var(--main-black);
    margin-bottom: 30px;
}

.anonsi__list {
    width: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
}

.anonsi__list .swiper-slide {
    width: calc(16.6% - 20px);
    aspect-ratio: 1/1;
    border-radius: 10px;
}

.anonsi__item {
    width: 100%;
    height: 100%;
}

.anonsi__object {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    position: relative;
    height: 100%;
    width: 100%;
    background-color: var(--main-medium-light-grey);
    border: 20px solid var(--main-medium-light-grey);
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
}

.anonsi__objectTitle_container {
    width: 100%;
    color: var(--main-black);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 100;
    border-radius: 5px;
    overflow: hidden;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.anonsi__objectTitle {
    width: 100%;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    font-size: var(--font-size-7);
    line-height: 20px;
    white-space: nowrap;
}

.anonsi__objectNote__container {
    padding: 10px;
    width: 100%;
    height: auto;
    background-color: var(--main-grey);

}

.anonsi__objectNote {
    text-align: center;
    font-weight: 500;
    font-size: var(--font-size-5);
    line-height: 21px;
}

.anonsi__objectImageBlok {
    overflow: hidden;
    height: 100px;
    width: 100%;
    border-radius: 0 0 5px 5px;
    border-top: 0;

}

.anonsi__objectImage {
    height: 100%;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

/* st_top_10 */
.stTopContainer {
    margin-top: 50px;
    overflow: hidden;
}

.stTopContainer .stTopContentBody {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 20px;
}

.stTopContainer .stTopContentBody .stTopContentItem {
    width: calc(50% - 10px);
}

.stTopContainer .swiperButtonsContainer {
    display: none;
}

/*.stTopContainer .stTopContentBody::before {
    content: '';
    position: absolute;
    left:0;
    right: 0;
    top: 0;
    bottom: 0;
    background-image: -webkit-gradient(linear,left top, right top,from(var(--main-white)), color-stop(14%, transparent), color-stop(86%, transparent) ,to(var(--main-white)));
    background-image: -o-linear-gradient(left,var(--main-white) 0%, transparent 14%, transparent 86% ,var(--main-white) 100%);
    background-image: linear-gradient(90deg,var(--main-white) 0%, transparent 14%, transparent 86% ,var(--main-white) 100%);
    z-index: 10;
    pointer-events: none;
}*/
.stTopContainer .stTopTitle {
    display: block;
    font-weight: 600;
    font-size: var(--font-size-12);
    line-height: 34px;
    text-align: left;
    margin-bottom: 30px;
}

.stTopContainer .swiper-button-next {
    height: 40px;
    width: 40px;
    content: '';
    border-radius: 5px;
    background-image: url(images/sz_bac_arrows.svg);
    background-color: var(--main-medium-light-grey);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.stTopContainer .swiper-button-next::after {
    font-size: var(--font-size-0);
}

.stTopContainer .swiper-button-prev::after {
    font-size: var(--font-size-0);
}

.stTopContainer .swiper-button-disabled {
    display: none !important;
}

.stTopContainer .swiper-button-prev {
    height: 40px;
    width: 40px;
    content: '';
    border-radius: 5px;
    background-image: url(images/sz_bac_arrows.svg);
    background-color: var(--main-medium-light-grey);
}

.stTopContentItem .stTopItem {
    white-space: nowrap;
    border-radius: 10px;
    background-size: cover;
}

.stTopContentItem .stTopItem .stTopContentItemTableContainer {
    border-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 7.5px;
}

.stTopContentItem .stTopItem .stTopContentItemTableContainer .stTopContentItemMobileButton {
    display: none;
}

.stTopItem .stTopContentItemTitle {
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    color: var(--main-black);
    display: block;
    overflow: hidden;
    padding: 20px;
    text-align: left;
    font-weight: 600;
    font-size: var(--font-size-9);
    line-height: 24px;
    width: 100%;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.stTopItem .stTopContentItemTableHeadTitleContainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
    max-height: 72px;
    -webkit-transition: max-height 0.4s ease;
    -o-transition: max-height 0.4s ease;
    transition: max-height 0.4s ease;
}

.stTopItem .stTopContentItemTableHeadTitleContainer span {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.stTopItem .stTopContentItemTableHeadTitleContainer .stTopContentItemTableHeadTitleButton {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: none;
}

.stTopItem .stTopContentItemTable {
    table-layout: fixed;
    width: 100%;
    border-spacing: 0px;
    border-collapse: collapse;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.stTopContentItemTable th {
    padding: 7.5px 20px;
    text-align: left;
}

.stTopContentItemTable tr th:nth-child(2) {
    text-align: center;
}

.stTopContentItemTable .stTopContentItemTableHead {
    width: 100%;
    color: rgba(0, 0, 0, 0.4);
}

.stTopContentItemTableHead th {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    font-weight: 600;
    font-size: var(--font-size-4);
    line-height: 16px;
    padding: 5px 5px;
}

.stTopContentItemTableBody {
    color: rgba(0, 0, 0, 0.5);
}

.stTopContentItemTableBody .stTopContentItemLinksItemLinkTitle__container {
    display: block;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    font-weight: 500;
    font-size: var(--font-size-7);
    line-height: 20px;
}

.stTopContentItemTableBody .stTopContentItemLinksItemLinkTitle__container .stTopContentItemLinksItemLinkTitle__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.stTopContentItemTableBody .stTopContentItemLinksItemLinkTitle__container .stTopContentItemLinksItemLinkTitle__brand_image {
    height: 24px;
    width: 24px;
    -o-object-fit: contain;
    object-fit: contain;
    margin-right: 10px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.stTopContentItemTableBody .stTopContentItemLinksItemLinkTitle__container .stTopContentItemLinksItemLinkTitle {
    text-decoration: underline;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.stTopContentItemTableBody .stTopContentItemLinksItemLinkTitle__container .stTopContentItemLinksItemLinkTitle:hover {
    text-decoration: none;
}

.stTopContentItemTable .stTopContentItemTableHead tr th:nth-child(2) {
    width: 100px;
    text-align: center;
}

/* Первая карточка */
.stTopContentItem .stTopItem_1 {
    background-color: #FFF0D3;
}

.stTopItem_1 .stTopContentItemTable .stTopContentItemTableHead {
    color: #918265;
}

.stTopItem_1 .stTopContentItemTable .stTopContentItemTableBody {
    color: #736447;
}

.stTopContentItem .stTopItem_1 .stTopContentItemTitle::before {
    content: '';
    display: block;
    height: 36px;
    width: 36px;
    margin-right: 10px;
    background-image: url(images/TopDlyaNovichkovIco.svg);
    background-repeat: no-repeat;
    background-size: cover;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}


.stTopContentItem .stTopItem_2 {
    background-color: #FFD6D3;
}

.stTopItem_2 .stTopContentItemTable .stTopContentItemTableHead {
    color: #9B726F;
}

.stTopItem_2 .stTopContentItemTable .stTopContentItemTableBody {
    color: #7D5451;
}

.stTopContentItem .stTopItem_2 .stTopContentItemTitle::before {
    content: '';
    display: block;
    height: 36px;
    width: 36px;
    margin-right: 10px;
    background-image: url(images/TopUboynihIco.svg);
    background-repeat: no-repeat;
    background-size: cover;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.stTopContentItem .stTopItem_3 {
    background-color: #D3F4FF;
}

.stTopItem_3 .stTopContentItemTable .stTopContentItemTableHead {
    color: #6F909B;
}

.stTopItem_3 .stTopContentItemTable .stTopContentItemTableBody {
    color: #51727D;
}

.stTopContentItem .stTopItem_3 .stTopContentItemTitle::before {
    content: '';
    display: block;
    height: 36px;
    width: 36px;
    margin-right: 10px;
    background-image: url(images/TopBistrorastushyhIco.svg);
    background-repeat: no-repeat;
    background-size: cover;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}


.stTopContentItem .stTopItem_4 {
    background-color: #E2FFD3;
}

.stTopItem_4 .stTopContentItemTable .stTopContentItemTableHead {
    color: #749165;
}

.stTopItem_4 .stTopContentItemTable .stTopContentItemTableBody {
    color: #567347;
}

.stTopContentItem .stTopItem_4 .stTopContentItemTitle::before {
    content: '';
    display: block;
    height: 36px;
    width: 36px;
    margin-right: 10px;
    background-image: url(images/TopUrozhynihIco.svg);
    background-repeat: no-repeat;
    background-size: cover;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}


/* Карусель статей */
.st-news-carus__container-background {
    background-color: var(--main-white);
    margin-top: 60px;
}

.st-news-carus__container.container {
    max-width: 1300px;
    padding: 0 60px;
}

.st-news-carus__navigation {
    position: absolute;
    pointer-events: none;
    top: calc(50% - 20px + 34px);
    left: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 40px;
}

.st-news-carus__navigation .swiper-button-next,
.st-news-carus__navigation .swiper-button-prev {
    display: block;
    height: 40px;
    width: 40px;
    background-image: url(images/sz_bac_arrows__black.svg) !important;
    background-color: var(--main-medium-light-grey);
    border-radius: 5px;
    margin-top: 0;
    pointer-events: all;
    top: 0;
}

.st-news-carus__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 34px;
    text-align: left;
    margin-bottom: 30px;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.st-news-carus__header-title {
    font-weight: 600;
    font-size: var(--font-size-12);
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.st-news-carus__header-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: var(--font-size-5);
    font-weight: 500;
    color: var(--text-light-gray);
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.st-news-carus__header-link::after {
    content: '';
    display: block;
    height: 10px;
    width: 10px;
    margin-left: 10px;
    background-image: url(images/ArrowRightIconGray.svg);
    background-repeat: no-repeat;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.st-news-carus__swipper-wrapper {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.st-news-carus__swipper-slide {
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 10px;
    overflow: hidden;
    background-color: var(--main-medium-light-grey);
}

.st-news-carus__swipper-image-link {
    display: block;
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.st-news-carus__slide-image {
    display: block;
    height: 200px;
    -o-object-position: center;
    object-position: center;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}

.st-news-carus__swipper-slide-content {
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.st-news-carus__swipper-slide-content-date {
    font-size: var(--font-size-4);
    font-weight: 500;
    line-height: 130%;
    margin-bottom: 20px;
    color: var(--text-light-gray);
}

.st-news-carus__swipper-slide-content-title {
    font-size: var(--font-size-9);
    font-weight: 600;
    line-height: 130%;
    margin-bottom: 20px;
}

.st-news-carus__swipper-slide-content-text {
    font-size: var(--font-size-7);
    font-weight: 500;
    line-height: 130%;
}

.st-news-carus__swipper-link {
    padding: 20px;
    border-top: 1px solid var(--main-medium-grey);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    font-size: var(--font-size-7);
    font-weight: 600;
    line-height: 130%;
    margin-top: auto;
}

.st-news-carus__swipper-link::after {
    content: '';
    display: block;
    height: 32px;
    width: 32px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 10px;
    background-image: url(images/green-round-arrow.svg);
}

/* Карусель брендов */
.st-brand-carus__container.container {
    margin-top: 30px;
    max-width: 1300px;
    padding: 0 60px;
}

.st-brand-carus__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 130%;
    text-align: left;
    margin-bottom: 30px;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.st-brand-carus__header-title {
    font-weight: 600;
    font-size: var(--font-size-12);
    line-height: 130%;
    color: var(--main-black);
}

.st-brand-carus__header-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: var(--font-size-5);
    font-weight: 500;
    color: var(--text-light-gray);
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.st-brand-carus__header-link::after {
    content: '';
    display: block;
    height: 10px;
    width: 10px;
    margin-left: 10px;
    background-image: url(images/ArrowRightIconGray.svg);
    background-repeat: no-repeat;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.st-brand-carus__swipper-wrapper {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.st-brand-carus__swipper-slide {
    background-color: var(--main-medium-light-grey);
    border-radius: 10px;
    overflow: hidden;
    height: auto;
}

.st-brand-carus__swipper-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    width: 100%;
    padding: 20px;
}

.st-brand-carus__slide-image {
    display: block;
    -o-object-fit: contain;
    object-fit: contain;
    height: 60px;
}

.st-brand-carus__slide-title {
    font-weight: 500;
    font-size: var(--font-size-5);
    line-height: 130%;
    text-align: center;
    margin-top: 3px;
}

.st-brand-carus__navigation {
    position: absolute;
    pointer-events: none;
    top: calc(50% + 33px - 20px);
    left: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 40px;
}

.st-brand-carus__navigation-prev,
.st-brand-carus__navigation-next {
    top: 0;
    background-image: url(images/sz_bac_arrows__black.svg) !important;
}


/* st_accordion */

.st_accordion {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 60px;
    margin-bottom: 60px;
}

.st_accordion_title_container {
    margin-bottom: 30px;
    width: 100%;
    display: block;
}

.st_accordion_content {
    width: 100%;
}

.st_accordion_title {
    text-align: left;
    font-weight: 600;
    font-size: var(--font-size-12);
    line-height: 34px;
}

.st_accordion_content_container {
    margin-bottom: 10px;
    cursor: pointer;
    border-radius: 10px;
    overflow: hidden;
}

.st_accordion_content_title_container {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: var(--main-medium-light-grey);
    ;
    padding: 10px 20px;
}

.st_accordion_content_title_container_parent>svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.st_accordion_content_title {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: 500;
    font-size: var(--font-size-4);
    line-height: 24px;
    color: var(--main-black);
    width: auto;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.st_accordion_content_arrow {
    margin-left: 20px;
    width: 18px;
    height: 10px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    fill: var(--main-white);
}

.st_accordion_content_text {
    border-radius: 0 0 10px 10px;
    padding: 20px;
    font-weight: 500;
    font-size: var(--font-size-5);
    line-height: 21px;
    border: 3px solid var(--main-medium-light-grey);
    cursor: default;
}

.st_accordion_content_text a {
    text-decoration: underline;
}

.st_accordion_content_title_container_parent>.st_accordion_content_arrow {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}


/* MEDIA */
@media (max-width: 1450px) {
    .st_bac_carus_container {
        max-width: 1300px;
    }

    .container.contSpecialGoods {
        max-width: 1300px;
    }

    .st_bunner_carus__container .st_bunner_carus__init_swiper .st_bunner_carus__image {
        -o-object-fit: cover;
        object-fit: cover;
    }

    .st_bunner_and_carus_section {
        height: 390px;
    }

    .st_bac_title_container {
        margin-top: 30px;
        font-size: var(--font-size-16);
        line-height: 75px;
    }

    .st_bac_sub_title {
        font-size: var(--font-size-9);
        line-height: 24px;
    }

    .st_bunner_carus__container {
        height: 390px;
    }
}

@media screen and (min-aspect-ratio: 2/1) and (max-width: 1450px) {
    .st_bunner_carus__container .st_bunner_carus__init_swiper .st_bunner_carus__image {
        -o-object-fit: contain;
        object-fit: contain;
    }
}

@media (max-width: 1200px) {
    .container.contSpecialGoods {
        max-width: 1090px;
    }

    .st_bac_carus_container {
        max-width: 1090px;
    }

    .st-brand-carus__container.container {
        max-width: 1090px;
    }

    .st-news-carus__container.container {
        max-width: 1090px;
    }
}

@media screen and (min-aspect-ratio: 2/1) and (max-width: 1140px) {
    .st_bunner_carus__container .st_bunner_carus__init_swiper .st_bunner_carus__image {
        -o-object-fit: cover;
        object-fit: cover;
    }
}

@media (max-width: 992px) {
    .st_bunner_carus__container {
        height: 290px;
    }

    .st_bac_carus_container {
        max-width: 895px;
    }

    .st-brand-carus__container.container {
        max-width: 770px;
        padding: 0 15px;
    }

    .st-brand-carus__navigation {
        display: none;
    }

    /**/
    .st_bunner_and_carus_section {
        height: 290px;
    }

    .st_bac_title_container {
        margin-top: 20px;
        font-size: var(--font-size-15);
        line-height: 40px;
    }

    .st_bac_sub_title {
        font-size: var(--font-size-5);
        line-height: 21px;
        margin-top: 0;
    }

    .st_bac_button {
        width: 140px;
        height: 48px;
        padding: 10px 20px;
        border-radius: 24px;
        font-size: var(--font-size-3);
        line-height: 16px;
        margin-top: 15px;
    }

    .st_bac_carus_container {
        margin-bottom: 10px;
    }

    .anonsi__list .swiper-slide {
        width: calc(33.33% - 20px);
    }

    .st_bac_carus_container {
        padding: 0;
        max-width: 740px;
    }

    .container.contSpecialGoods {
        max-width: 770px;
        padding: 0 15px;
    }

    .contSpecialGoods .navigation_container {
        display: none;
    }

    .st-news-carus__container.container {
        max-width: 770px;
        padding: 0 15px;
    }

    .st-news-carus__navigation {
        display: none !important;
    }
}

@media screen and (min-aspect-ratio: 2/1) and (max-width: 992px) {
    .st_bunner_carus__container .st_bunner_carus__init_swiper .st_bunner_carus__image {
        -o-object-fit: contain;
        object-fit: contain;
    }
}

@media (max-width: 850px) {
    .st_bac_carus_container {
        max-width: 740px;
    }

    .st_bac_carus_item_text {
        padding-left: 10px;
    }
}

@media screen and (min-aspect-ratio: 2/1) and (max-width: 850px) {
    .st_bunner_carus__container .st_bunner_carus__init_swiper .st_bunner_carus__image {
        -o-object-fit: cover;
        object-fit: cover;
    }
}

@media (max-width: 768px) {
    .st-brand-carus__container.container {
        max-width: 580px;
    }

    .st_bunner_carus__container .st_bunner_carus__init_swiper .st_bunner_carus__image_sells {
        -o-object-position: -160px center;
        object-position: -160px center;
    }

    .st_bac_title_container {
        margin-top: 30px;
    }

    .st_bac_bunner_container_stock .st_bac_bunner {
        -o-object-position: -160px center;
        object-position: -160px center;
    }

    .container.contSpecialGoods {
        max-width: 580px;
    }

    .anonsi__list .swiper-slide {
        width: calc(50% - 20px);
    }

    .stTopContainer .stTopContentBody::before {
        background-image: -o-linear-gradient(left, transparent 86%, var(--main-white) 100%);
        background-image: -webkit-gradient(linear, left top, right top, color-stop(86%, transparent), to(var(--main-white)));
        background-image: linear-gradient(90deg, transparent 86%, var(--main-white) 100%);
    }

    .stTopContainer .swiperButtonsContainer {
        display: none;
    }

    .stTopContainer .stTopContentBody .swiper-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .stTopContainer .stTopContentBody .swiper-wrapper .stTopContentItem {
        margin-bottom: 20px;
    }

    .stTopContainer .stTopContentBody .swiper-wrapper .stTopContentItem:last-child {
        margin-bottom: 0;
    }

    .stTopContainer .stTopContentBody .stTopContentItem {
        width: 100%;
    }

    .st_bac_carus_container {
        max-width: 580px;
        padding: 0 15px;
    }

    .st-news-carus__container.container {
        max-width: 580px;
    }
}

@media (max-width: 576px) {
    .st_bac_carus_container_section {
        display: none;
    }

    .st_bunner_carus__container {
        height: calc(100vh - 108px);
    }

    .st_bunner_carus__container .st_bunner_carus__init_swiper .st_bunner_carus__navigation .swiper-button-prev,
    .st_bunner_carus__container .st_bunner_carus__init_swiper .st_bunner_carus__navigation .swiper-button-next {
        visibility: hidden;
        pointer-events: none;
    }

    .st_bac_bunner_container_stock .st_bac_bunner {
        -o-object-position: center top;
        object-position: center top;
    }

    .st_bac_carus_container {
        padding: 0 15px;
        max-width: 100%;
    }

    .st_bunner_and_carus_section {
        height: 487px;
        background-color: transparent;
    }

    .st_bunner_and_carus_section_stock {
        height: calc(100vh - 108px);
    }

    .st_bac_bunner_container {
        height: calc(100% - 122px);
    }

    .st_bac_bunner {
        display: none;
    }

    .st_bac_bunner_mobile {
        display: block !important;
        -webkit-filter: brightness(100%);
        filter: brightness(100%);
    }

    .st_bac_title_container {
        margin-top: 40px;
        font-size: var(--font-size-13);
        line-height: 44px;

    }

    .st_bac_title_shadow {
        margin-left: 4px;
    }

    .st_bac_sub_title {
        font-size: var(--font-size-7);
        line-height: 20px;
    }

    .st_bac_button {
        margin-top: 20px;
        width: 185px;
        font-size: var(--font-size-7);
        line-height: 24px;
    }

    .st_bac_carus_item_container {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .stTopItem .stTopContentItemTableHeadTitleContainer {
        height: 72px;
    }

    .stTopContentItem .stTopItem .stTopContentItemTableContainer {
        padding-bottom: 0;
    }

    .stTopContentItem .stTopItem .stTopContentItemTableContainer .stTopContentItemMobileButton {
        display: block;
    }

    .stTopContentItem .stTopItem .stTopContentItemTitle::before {
        height: 73px;
        width: 73px;
    }

    .stTopContentItem .stTopItem .stTopContentItemTableContainer {
        display: none;
    }

    .stTopContentItem .stTopItem .stTopContentItemTitle::before {
        margin-right: 20px;
    }

    .stTopItem .stTopContentItemTableHeadTitleContainer .stTopContentItemTableHeadTitleButton,
    .stTopContentItem .stTopItem .stTopContentItemTableContainer .stTopContentItemMobileButton {
        display: block;
        width: 100%;
        padding: 10.5px;
        border-radius: 5px;
        font-weight: 600;
        font-size: 16px;
        line-height: 130%;
        color: var(--main-white);
        margin-top: 10px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    .stTopItem .stTopContentItemTableHeadTitleDisabled {
        max-height: 20px;
    }

    .stTopContentItem .stTopItem .stTopContentItemTableContainer .stTopContentItemMobileButton {
        border-radius: 0 0 5px 5px;
    }

    .stTopItem_1 .stTopContentItemTableHeadTitleContainer .stTopContentItemTableHeadTitleButton,
    .stTopContentItem .stTopItem_1 .stTopContentItemTableContainer .stTopContentItemMobileButton {
        background: #F2D291;
    }

    .stTopItem_2 .stTopContentItemTableHeadTitleContainer .stTopContentItemTableHeadTitleButton,
    .stTopContentItem .stTopItem_2 .stTopContentItemTableContainer .stTopContentItemMobileButton {
        background: #F29791;
    }

    .stTopItem_3 .stTopContentItemTableHeadTitleContainer .stTopContentItemTableHeadTitleButton,
    .stTopContentItem .stTopItem_3 .stTopContentItemTableContainer .stTopContentItemMobileButton {
        background: #91DAF2;
    }

    .stTopItem_4 .stTopContentItemTableHeadTitleContainer .stTopContentItemTableHeadTitleButton,
    .stTopContentItem .stTopItem_4 .stTopContentItemTableContainer .stTopContentItemMobileButton {
        background: #B2F291;
    }


    .stTopContainer .stTopContentBody::before {
        display: none;
    }

    .stTopContainer {
        max-width: 701px;
    }

    .stTopContainer .stTopTitle {
        font-size: var(--font-size-9);
        line-height: 24px;
    }

    .stTopItem .stTopContentItemTitle {
        font-size: var(--font-size-7);
        line-height: 20px;
    }

    .anonsi__container::before {
        display: none;
    }

    .anonsi__contentTitle,
    .contSpecialGoods .contentTitle .contentTitleTxt {
        font-size: var(--font-size-9);
        line-height: 24px;
    }

    .st_accordion_title {
        font-size: var(--font-size-9);
        line-height: 24px;
    }

    .st-news-carus__header-title {
        font-size: var(--font-size-9);
        line-height: 24px;
    }

}

@media (max-width: 500px) {
    .st_bac_carus_item_text {
        font-size: var(--font-size-3);
        line-height: 130%;
    }
}

@media (max-width: 450px) {
    .anonsi__list .swiper-slide {
        width: calc(50% - 10px);
    }
}

@media (max-width: 430px) {
    .st_bac_carus_container {
        padding: 0 0 0 15px;
    }
}

@media (max-width: 420px) {

    .anonsi__objectImageBlok {
        top: 36px;
    }

    .anonsi__objectTitle {
        font-size: var(--font-size-3);
        line-height: 16px;
    }

    .bodySpecialGoods .priceBox .blockPrice {
        font-size: var(--font-size-7);
    }

    .bodySpecialGoods .priceBox .blockPrice .newPriceDiscount {
        font-size: var(--font-size-5);
    }
}