:root {
    --background-color: #1b1d20;
    --slide-width: 344px;
    --slide-shadow: 0 4px 20px 2px rgba(0, 0, 0, 0.4);
    --slide-thumb-height: 3px;
    --slide-thumb-default-color: rgba(0, 0, 0, 0.4);
    --slide-thumb-active-color: rgba(255, 255, 255, 0.9);
}


.story {
    display: grid;
    width:100%;
    height:100%;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.story-items {
    border-radius: 5px;
    grid-area: 1/1;
    overflow: hidden;
    position: relative;
}
.story-elem{
    width:100%;
    height:100%;
    text-align: center;
}
.story-elem *{
    width:100%;
    height:100%;
}
.story-elem img{
    width:100%;
    height:100%;
    object-fit: cover;
}
.story-items>* {
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
}

.story-items .active {
    opacity: 1;
    pointer-events: initial;
    position: relative;
}

.story-nav {
    display: grid;
    grid-area: 1/1;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto 1fr;
    z-index: 1;
}

.story-thumbs {
    display: flex;
    grid-column: 1 / 3;
}

.story-thumb-item {
    background-color: var(--slide-thumb-default-color);
    border-radius: 3px;
    display: block;
    flex: 1;
    height: var(--slide-thumb-height);
    margin: 5px;
    overflow: hidden;
}
.story-thumb-item .thumb-after{
}
.story-thumb-item.active .thumb-after {
    background-color: var(--slide-thumb-active-color);
    border-radius: 3px;
    content: '';
    display: block;
    height: inherit;
    transform: translateX(-100%);
    animation-name: thumb;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    -webkit-animation-play-state: running;
    animation-play-state: running;
}
.story.paused .story-thumb-item.active .thumb-after{
    animation-play-state: paused;
    -webkit-animation-play-state: paused;
}

.story-next,
.story-prev {
    opacity: 0;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@keyframes thumb {
    to {
        transform: initial;
    }
}

/*.icon-compare.add:before{
    content: url("/local/templates/muzplanet/assets/img/ar.png");
    width: 50px;
    height: 10px;
    position: absolute;
    z-index: 2;
    top: -19px;
    display:block;
}*/
.icon-compare.add:after{
    /*content: url("/local/templates/muzplanet/assets/img/green-check.svg") ' ' 'Товар добавлен к сравнению';*/
    /*border-radius: 12px;
    background-color: #FFFFFF;
    background-blend-mode: color-dodge, normal;
    padding: 8px 16px 8px 12px;
    box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.10);
    position: absolute;
    z-index: 1;
    width: max-content;
    top: -44px;
    font-size: 13px;
    line-height: 150%;
    display:block;*/
}
/*.icon-fav.add:before {
    content: url("/local/templates/muzplanet/assets/img/ar.png");
    width: 50px;
    height: 10px;
    position: absolute;
    z-index: 2;
    top: -19px;
    display: block;
}*/
/*.icon-fav.add:after {
    display: block;
    content: url("/local/templates/muzplanet/assets/img/green-check.svg") ' ' 'Товар добавлен в избранное';
    border-radius: 12px;
    background: linear-gradient(0deg, #FFF 0%, #FFF 100%), rgba(153, 153, 153, 0.97);
    background-blend-mode: color-dodge, normal;
    padding: 8px 16px 8px 12px;
    box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.10);
    position: absolute;
    z-index: 1;
    width: max-content;
    top: -44px;
    font-size: 13px;
    line-height: 150%;
}*/
/*.icon-fav.add:after {
    display: block;
    content: url("/local/templates/muzplanet/assets/img/green-check.svg") ' ' 'Товар добавлен в избранное';
    border-radius: 12px;
    background: linear-gradient(0deg, #FFF 0%, #FFF 100%), rgba(153, 153, 153, 0.97);
    background-blend-mode: color-dodge, normal;
    padding: 8px 16px 8px 12px;
    box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.10);
    position: absolute;
    z-index: 1;
    width: max-content;
    top: -44px;
    font-size: 13px;
    line-height: 150%;
}*/
.catalog-item .bottom .add-cart.add:before {
    content: url("/local/templates/muzplanet/assets/img/ar.png");
    width: 50px;
    height: 10px;
    position: absolute;
    z-index: 2;
    /* top: 50px; */
    top: -20px;
    display: block;
}
.catalog-item .bottom .add .add-cart:after {
    display: block;
    content: url("/local/templates/muzplanet/assets/img/green-check.svg") ' ' 'Товар добавлен в корзину';
    border-radius: 12px;
    background: linear-gradient(0deg, #FFF 0%, #FFF 100%), rgba(153, 153, 153, 0.97);
    background-blend-mode: color-dodge, normal;
    padding: 8px 16px 8px 12px;
    box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.10);
    position: absolute;
    z-index: 1;
    width: max-content;
    /* top: 26px; */
    top: -48px;
    font-size: 13px;
    line-height: 150%;
}
.catalog-item .info-col.add .link:after {
    display: block;
    content: url("/local/templates/muzplanet/assets/img/green-check.svg") '  ' 'Товар добавлен в корзину';
    border-radius: 12px;
    background: linear-gradient(0deg, #FFF 0%, #FFF 100%), rgba(153, 153, 153, 0.97);
    background-blend-mode: color-dodge, normal;
    padding: 8px 16px 8px 12px;
    box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.10);
    position: absolute;
    z-index: 1;
    width: max-content;
    /*top: 26px;*/
    top: 22px;
    font-size: 13px;
    line-height: 150%;
}

.catalog-item .info-col.add .link:before {
    content: url("/local/templates/muzplanet/assets/img/ar.png");
    width: 50px;
    height: 10px;
    position: absolute;
    z-index: 2;
    /*top: 50px;*/
    top: 50px;
    display: none;
}
.cat-list .hide-this{
    display:none!important;
}
.hidden{
    display:none!important;
}
.order .promo-block .promoBtn{
    position: absolute;
    right: 0;
    background: none;
    color: #FF2DF2;
    font-family: Unbounded;
    font-weight: 400;
    padding: 12px 14px 12px 20px;
    display:inline;
    cursor: pointer;
}
.invalidCode.hidden{
    display:none;
}
.menu-m-link{
    position:relative;
    z-index:9;
}
.ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__icon_more{
    background-image:url("/local/templates/muzplanet/assets/img/share.svg")!important;
    /* background-image: none !important; */
    background-color:transparent!important;
    background-size: contain !important;
    width: 36px !important;
    height: 36px !important;
    transition: .3s ease;
}
.ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__icon_more:hover {
    opacity: .7;
}
@media (max-width: 568px) {
    .ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__icon_more{
        width: 26px !important;
        height: 26px !important;
    }
    .ya-share2__container_size_m {
        margin-top: 2px;
    }
}
.ya-share2__container_size_m .ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__link_more.ya-share2__link_more-button-type_short{
    background:transparent!important;
    padding: 0 !important;
}
.ya-share2__list.ya-share2__list_direction_horizontal > .ya-share2__item {
    margin: 0 !important;
}
.ya-share2__container_size_m .ya-share2__popup:not(.ya-share2__popup_mobile) > :last-child:not(:empty):not(.ya-share2__copied-tooltip), .ya-share2__container_size_m.ya-share2__container_as-popup > :last-child:not(:empty):not(.ya-share2__copied-tooltip) {
    padding-bottom: 0px !important;
}
.ya-share2__container_size_m .ya-share2__popup:not(.ya-share2__popup_mobile) > :first-child:not(:empty), .ya-share2__container_size_m.ya-share2__container_as-popup > :first-child:not(:empty), .ya-share2__container_size_m .ya-share2__popup:not(.ya-share2__popup_mobile) > :first-child:empty + :last-child:not(:empty):not(.ya-share2__copied-tooltip), .ya-share2__container_size_m.ya-share2__container_as-popup > :first-child:empty + :last-child:not(:empty):not(.ya-share2__copied-tooltip) {
    padding-top: 0px !important;
}
.ya-share2__list_direction_vertical li:first-child {
    padding-top: 5px !important;
}
.ya-share2__list_direction_vertical li:last-child {
    padding-bottom: 5px !important;
}
.ya-share2__popup.ya-share2__popup_mobile.ya-share2__popup_visible .ya-share2__popup-content {
    bottom: 80px !important;
    margin: 0 10px !important;
    width: calc(100% - 20px) !important;
    border-radius: 16px !important;
}
.ya-share2__popup-content .ya-share2__popup-body {
    border-radius: 0px 0px 16px 16px !important;
}
.catalog-detail .left .main .sound{
    z-index:2;
}
.period-delivery{
    /* display:flex; */
    flex-shrink: 0;
    font-weight:500;
    margin-top: 4px;
    width: max-content;
}

.ipol-dpd-pickup-container br {
    display: none;
}

.ipol-dpd-pickup-container a {
    padding: 0;
    font-size: 14px;
}

.dropdown-toggle::after {
    transition: .3s ease;
}

.dropdown-toggle:hover::after {
    transform: rotate(180deg);
    /* transition: .3s ease; */
}


/* dadata */

.input-block-label.w-100 .suggestions-value {
    /*display: flex !important;*/
    /*align-items:flex-end;*/
    /*gap:4px;*/
    display:inline-block;
}
.input-block-label.w-100 .suggestions-value span{
    display:inline;
}
.suggestions-input {
    border-radius: 16px;
}

.suggestions-suggestion {
    border-radius: 16px;
}

/* dadata end*/

/* catalog icon */

.view-mode path {
    fill: #CDCDCD;
}

.view-mode.active path {
    fill: #282828;
}

.view-mode.normal path {
    /* fill: #CDCDCD; */
}

.view-mode.list path {
    /* fill: #CDCDCD; */
}

.history .item.view .img:after{
    background-image: linear-gradient(125deg, #F5F5F5, #F5F5F5);
}
.bx-ui-sls-variants .dropdown-item-text{
    display:flex!important;
}
.bx-ui-sls-variants .dropdown-item-text span{
    margin-top:0px!important;
}
.result-block .catalog-item .image{
    height:auto!important;
}
a.order-not-auth{
    background: #282828;
    color: #fff;
    width: auto;
    padding: 0 15px;
    border-radius: 8px;
    font-family: 'Unbounded';
    font-size: 12px;
    line-height: 15px;
    height: 37px;
    display: flex;
    justify-content: center;
    align-items: center;
}
a.order-not-auth:hover{
    color:#fff;
}
.order .promo-block .promo{
    caret-color: #282828;
}

/* range */

.range__content {
    position: relative;
    width: 100%;
    margin-top: 20px;
}
.range__content .range__slider {
    width: 100%;
    height: 5px;
    background-color: #E8E8E8;
    border-radius: 4rem;
    overflow: hidden;
}
.range__content .range__slider-line {
    width: 0;
    height: 100%;
    background: #AEFF50;
}
.range__content .range__value {
    margin-top: 20px;
}
.range__content .range__value-number {
    color: #282828;
    font-size: 16px;
    font-weight: 500;
}
.range__content input[type="range"].range__input {
    width: calc(100% + 32px);
    margin: 0 -16px;
    height: 5px;
    position: absolute;
}
.range__content input[type=range].range__input::-webkit-slider-thumb {
    width: 17px;
    height: 17px;
    margin-top: -11px;
}
.header-burger-submenu{
    display:none;
}
.header-burger-submenu.non-active{
    display:none!important;
}
.header-burger-submenu.active{
    display:block!important;
}

.modal-cities {

}

.modal-cities .btn-close {
    width: 46px;
    height: 46px;
    position: absolute;
    top: 0;
    right: -1px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    cursor: pointer;
}

.modal-cities .cities-header {
    display: flex;;
}

.modal-cities .cities-header .title {
    font-size: 24px;
    font-weight: 500;
}

.modal-cities .search-cities-block {
    margin-bottom: 15px;
    position: relative;
}

.modal-cities .search-cities-block input {
    box-shadow: none;
    border: 1px solid #dadada;
    height: 47px;
    padding: 6px 14px;
    background: #fff;
    font-size: 16px;
    line-height: calc(1em + 4px);
    position: relative;
    width: 100%;
}

.modal-cities .search-cities-block input:focus {
    border-color: #282828;
}

#search-cities-list.active{
    display:grid;
}
.modal-cities .search-cities-block .search-cities-list {
    position: absolute;
    top: 47px;
    display: none;
    grid-template-columns: 1fr;
    gap: 10px;
    box-shadow: 0 5px 20px rgba(0,0,0,.15);
    border-radius: 4px;
    padding: 10px 4px 10px 14px;
    background: #FFFFFF;
    z-index: 9;
    width: 100%;
}

.modal-cities .search-cities-block .search-cities-list .list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    width: 100%;
    height: auto;
    max-height: 230px;
    overflow-y: auto;
}

.modal-cities .search-cities-block .search-cities-list .list::-webkit-scrollbar {
    width: 4px;
}

.modal-cities .search-cities-block .search-cities-list .list::-webkit-scrollbar-track {
    background: #F6F6F9;
    border-radius: 25px;
}

.modal-cities .search-cities-block .search-cities-list .list::-webkit-scrollbar-thumb {
    background: #E7E7E7;
    border-radius: 25px;
}

.modal-cities .search-cities-block .search-cities-list a {
    /*padding: 0 14px;*/
    font-size: 14px;
    color:#282828;
    text-decoration: none;
}

.modal-cities .favorits {
    display: flex;
    margin-left: -2px;
    margin-right: -2px;
    flex-wrap: wrap;
    gap:5px;
}

@media (max-width: 568px) {
    .modal-cities .favorits {
        flex-direction: column;
        flex-wrap: nowrap;
        margin: 0;
        gap: 20px;
        max-height: calc(100dvh - 170px);
        overflow-y: auto;
    }
}

.modal-cities .favorits .item {
    height: 29px;

}

@media (max-width: 568px) {
    .modal-cities .favorits .item {
        padding: 0;
        height: auto;
    }
    .modal-cities .favorits .item:first-child a {
        color: #FF2DF2;
    }
    .modal-cities .favorits.search-init .item:not(:first-child) {
        display: none;
    }
    #innerModalCitiesBody:has(.search-init) .mobile-search-city-result {
        display: flex!important;
    }
}

.modal-cities .favorits a {
    background-color: rgba(136,136,136,.1);
    border-radius: 50px;
    padding-left: 10px;
    padding-right: 10px;
    white-space: nowrap;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    color: #282828;
    opacity: 1;
    transition: .3s ease;
    text-decoration: none;
}

@media (max-width: 568px) {
    .modal-cities .favorits a {
        font-size: 15px;
        transition: .3s ease;
        color: #282828;
        text-decoration: none;
        display: block;
        padding: 0;
        border-radius: 0;
        background-color: transparent;
    }
}

.modal-cities .favorits a:hover {
    opacity: .6;
}

.modal-cities .cities-block {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 24px;
}

@media (max-width: 568px) {
    .modal-cities .cities-block {
        display: none;
    }
}

.modal-cities .cities-block .block {
    margin-top: 30px;
}

.modal-cities .cities-block .block > .title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    padding: 0 16px;
}

.modal-cities .cities-block .items-block {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    max-height: 300px;
    overflow-y: auto;
}

.modal-cities .cities-block .items-block::-webkit-scrollbar {
    width: 4px;
}

.modal-cities .cities-block .items-block::-webkit-scrollbar-track {
    background: #F6F6F9;
    border-radius: 25px;
}

.modal-cities .cities-block .items-block::-webkit-scrollbar-thumb {
    background: #E7E7E7;
    border-radius: 25px;
}

.modal-cities .cities-block .items-block .list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
}

.modal-cities .cities-block .items-block .list.hidden {
    display: none;
}

.modal-cities .cities-block .items-block .item {
    border-radius: 8px;
    margin-right: 24px;
}

.modal-cities .cities-block .items-block .item.active {
    background: #f4f4f4;
}

.modal-cities .cities-block .items-block .item .name {
    padding: 9px 16px;
    display: block;
    font-size: 15px;
    cursor: pointer;
    transition: .3s ease;
    color: #282828;
    text-decoration: none;
}

.modal-cities .cities-block .items-block .item .name:hover {
    color: #5b9f0b;
}

.modal-cities .cities-block .items-block .item.active .name {
    font-weight: 600;
}

.modal-cities .cities-block .items-block .item.active .name:hover {
    color: inherit;
}

@media (max-width: 568px) {
    .modal-cities .modal-content {
        height: 97dvh;
    }
}
.color-checker{
    width:100%;
    height:100%;
    border-radius: 50%;
    object-fit: cover;
    object-position: center;
}
.history .item .img{
    background-size: contain;
}
.catalog-item .bottom span.basket-addbtn__counter{
    display:block!important;
}

/**/

.mobile-search-city-result {
    display: none;
    flex-direction: column;
    gap: 20px;
    margin-top: 20px;
    height: calc(100dvh - 220px);
    overflow-y: auto;
}

.mobile-search-city-result a {
    font-size: 15px;
    transition: .3s ease;
    color: #282828;
    text-decoration: none;
}

.city-search-error {
    font-size: 15px;
    color:red;
}

/**/

pre {
    font-size: 12px;
}
.d-flex.alert-msg{
    font-size:12px;
    color:red;
    display:none;
}
.d-flex.alert-msg.active{
    display:flex;
}
.checkbox-group-block{
    position:relative;
}

/* Стили для всплывашки фильтра тут */
span.bx-filter-container-modef_outer{
    position:absolute;
    display:block;
    z-index:900;
    /*transform: translate(100%, 0px);*/
    right: -60%;
    margin-top:-13px;
}
@media (max-width: 1024px) {
    span.bx-filter-container-modef_outer {
        display: none;
    }
}
.bx-filter-popup-result.left {
    display: flex;
    /*flex-direction: column;*/
    flex-wrap: wrap;
    padding: 8px 13px;
    gap: 8px;
    /*border-radius: 18px;*/
    border-radius: 12px;
    background: linear-gradient(0deg, #FF2DF2 0%, #FF2DF2 100%), #FF2DF2;
    background-blend-mode: color-dodge, normal;
    color: #FFFFFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 14px */
    width: fit-content;
    max-width: 140px;
}
.bx-filter-popup-result.left span {
    color: #FFFFFF;
}
.bx-filter-popup-result.left:before {
    /*background-image: linear-gradient(45deg,#fc8507,#ffa218);*/
    background: linear-gradient(0deg, #FF2DF2 0%, #FF2DF2 100%), #FF2DF2;
    background-blend-mode: color-dodge, normal;
    border-radius: 4px;
    content: "";
    display: block;
    height: 25px;
    left: -7px;
    position: absolute;
    top: 14px;
    transform: rotate(135deg);
    width: 25px;
    z-index: -1;
}
.bx-filter-popup-result.left .arrow {
    display: none;
}
.bx-filter-popup-result.left br {
    display: none;
}
.bx-filter-popup-result.left a {
    font-family: Unbounded;
    color: #FFFFFF;
    outline: none;
}
a.stories-link{
    background: #F5F5F5;
    border-radius: 10px;
    font-family: 'Unbounded';
    color: #282828;
    width: 90%;
    display: block;
    position: relative;
    height: 40px;
    margin-top: -50px;
    line-height: 40px;
    margin-left: 5%;
    z-index:999999;
}
.suggestions-wrapper .suggestions-suggestions{
    background-color: #fff;
    border-radius: 16px;
    border: 1px solid #F5F5F5;
}
.suggestions-wrapper .suggestions-suggestions .suggestions-value{
    margin-top:unset;
    display:block;
    margin:3px;
}
.auth-field.js-field-error{
    outline: 1px solid red;
}

#preloader {
    width: 48px;
    height: 48px;
    display: none;
    position: fixed;
    top:0%;
    left:0%;
    margin-left:-24px;
    margin-top:-24px;
    color: #282828;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
    z-index:9999;
}
#preloader.show{
    display:block;
}
#preloader::after,
#preloader::before {
    /*content: '';*/
    box-sizing: border-box;
    position: absolute;
    width: 24px;
    height: 24px;
    top: 0;
    background-color: #282828;
    border-radius: 50%;
    animation: scale50 1s infinite ease-in-out;
}
#preloader::before {
    top: auto;
    bottom: 0;
    background-color: #B8FF65;
    animation-delay: 0.5s;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
@keyframes scale50 {
    0%, 100% {
        transform: scale(0);
    }
    50% {
        transform: scale(1);
    }
}

.loading{
    opacity:0.2!important;
    pointer-events: none!important;
}
.js-block-error{
    padding:20px 0;
    font-size:12px;
    color:red;
    text-align: center;
    width:100%;
}
.blocked{
    pointer-events: none!important;
}
.load-more-items.update span{
    display:none;
}
.load-more-items.update{
    pointer-events: none;
}
.load-more-items.update:after{
    content:"";
    width:20px;
    height:20px;
    border: 2px solid #282828;
    border-bottom-color: transparent;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}

.msg {
    margin-top: 10px;
    margin-bottom: 10px;
    display: none;
}

.msg.active {
    display: block;
}

.msg.red {
    color: red;
}
#pop-tabContent.loading{
    opacity:0.5;
}
.head-tel svg{
    display:none;
}
.success-add2cart__block{
    display:flex;
    flex-direction: row;
    gap:18px;
    padding-top:20px;
    border-top:1px solid #CDCDCD;
    margin-top:20px;
}
@media (max-width: 590px){
    .success-add2cart__block{
        flex-direction: column;
    }
}
.success-add2cart__block a{
    width:100%;
    height:60px;
    display:flex;
    justify-content: center;
    align-items: center;
    border-radius:18px;
    font-size:18px;
    color:#fff!important;
    background-color:#282828 ;
    transition: .3s ease;
    cursor:pointer;
    font-family: 'Unbounded';
}
.success-add2cart__block a:hover{
    color:#fff;
    background-color: #3F3F3F;
}
.success-add2cart__block a:nth-child(2){
    background-color: #B8FF65;
    color:#282828!important;
}
.success-add2cart__block a:nth-child(2):hover{
    background-color: #B8FF65;
    color:#282828!important;
}
.success-add2cart__result{
    display:flex;
    justify-content: flex-start;
    align-items: flex-end;
    font-size:16px;
    gap:10px;
    margin-top:20px;
}
.success-add2cart__result span{
    color:#8F8F8F;
}
a.product-doc-download{
    display:flex;
    justify-content: flex-start;
    align-items: center;
    font-size:16px;
    color:#282828;
    text-decoration: none;
}
a.product-doc-download span:nth-child(3){
    font-size:14px;
    color:#9C9C9C;
}
a.product-doc-download span:nth-child(2){
    padding:0 5px 0 10px;
}
.reactions-block{
    display:grid;
    grid-template-columns: repeat(6, 1fr);
    gap:16px;
    width: 100%;
    max-width: 800px;
    margin-top:60px;
}
@media (max-width: 568px) {
    .reactions-block {
        grid-template-columns: repeat(3, 1fr);
        gap: 12px;
    }
}
.reactions-block .reaction-item{
    width:100%;
    max-width:120px;
    height:120px;
    border:1px solid #CDCDCD;
    border-radius:14px;
    position:relative;
    display:flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap:8px;
    cursor:pointer;
    transition: background-color 0.3s ease;
    overflow:hidden;
}
@media (max-width: 568px) {
    .reactions-block .reaction-item {
        aspect-ratio: 1;
        height: 100%;
    }
}
.reactions-block .reaction-item._my-reaction{
    background-color:#F4F4F4;
}
.reactions-block .reaction-item._noactive{
    pointer-events: none;
}
.reactions-block .reaction-item:hover{
    background-color:#F4F4F4;
}
.reactions-block .reaction-item .reaction-ico{
    width:88px;
    height:64px;
    padding:0;
    position:relative;
    z-index:2;
}
.reactions-block .reaction-item .reaction-counter{
    font-family: 'Unbounded';
    font-size:16px;
    position:relative;
    z-index:2;
}
@media (max-width: 568px) {
    .reactions-block .reaction-item .reaction-counter {
        font-size: 14px;
    }
}
.reactions-block .reaction-item .reaction-filling{
    position:absolute;
    z-index:1;
    width:100%;
    bottom:0;
    left:0;
    background:#B8FF65;
    transition: all.3s ease;
}
.reactions-block .reaction-item img{
    width:100%;
    height:100%;
    object-fit: contain;
    object-position: center;
}
@media (max-width: 568px) {
    .reactions-block .reaction-item img {
        max-height: 56px;
    }
}
.checkout-btn{
    display: flex;
    justify-content: center;
    align-items: center;
    background: #282828;
    border-radius: 18px;
    width: 100%;
    transition: .3s ease;
    height: 75px;
    font-family: 'Unbounded';
    color: #FFFFFF!important;
    font-weight: 400;
    font-size: 16px;
    margin-top: 20px;
}