@charset "UTF-8";
.newest,
.product-item__preview-btn:hover {
    background-color: #fff;
}
.newest {
    padding-bottom: 50px;
    width: 100%;
    height: auto;
}
@media (max-width: 579px) {
    .newest {
        padding-bottom: 51px;
    }
}
.newest--padding-smaller {
    padding-bottom: 19px;
}
.newest__title {
    padding-bottom: 35px;
}
.newest .swiper-newest {
    padding: 15px 10px;
    margin: -15px -10px;
}
.newest .swiper-pagination {
    display: none;
}
.product-item {
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    display: block;
    position: relative;
    height: auto;
    border-radius: 10px;
    transition: box-shadow 0.15s;
}
.product-item:hover {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}
.product-item:hover .product-item-action,
.product-item:hover .product-item__preview-btn {
    opacity: 1;
}
@media (hover: none) {
    .product-item {
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    }
    .product-item .product-item-action,
    .product-item .product-item__preview-btn {
        opacity: 1;
    }
}
.product-item__preview-btn {
    opacity: 0;
    position: absolute;
    display: none;
    z-index: 20;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    white-space: nowrap;
    border: none;
    font-size: 12px;
    line-height: 16px;
    transition: 0.3s;
    border-radius: 50px;
    background-color: rgba(255, 255, 255, 0.95);
    cursor: pointer;
    padding: 10px 11px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1) !important;
}
.product-item__preview-btn:active {
    background-color: rgb(79.6585365854, 148.0609756098, 64.9390243902);
}
.product-item__label {
    position: absolute;
    bottom: 5px;
    left: 5px;
    z-index: 1;
}
.product-item__inner {
    display: flex;
    flex-direction: column;
    padding: 5px;
    height: 100%;
}
.product-item__bottom {
    position: relative;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}
.product-item-image {
    position: relative;
    display: flex;
    overflow: hidden;
    border-radius: 5px;
}
.product-item-image--large:before {
    padding-top: 72.6315789474%;
}
.product-item-image--little:before {
    padding-bottom: 75%;
}
.product-item-cover {
    width: 100%;
    height: auto;
    display: block;
}
.product-item-label {
    display: inline-flex;
    font-weight: 500;
    font-size: 12px;
    line-height: 140%;
    color: #fff;
    border-radius: 100px;
    padding: 4px 10px;
}
.product-item-label--preorder {
    background: #8e91af;
}
.noUi-connect,
.product-item-label--new {
    background: #65b454;
}
.product-item-info {
    flex-grow: 0;
    margin-top: 16px;
    margin-bottom: 8px;
}
.product-item-info__price,
.rating-stars {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.product-item-info__title {
    display: -webkit-box;
    margin-top: 8px;
    font-weight: 400;
    font-size: 12px;
    line-height: 143%;
    color: #262633;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.product-item-info__description {
    font-size: 14px;
    line-height: 140%;
    color: #262633;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.product-item-info__rating {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 12px;
}
.pagination__list-item:not(:last-child),
.price-now {
    margin-right: 10px;
}
.price-now {
    font-weight: 600;
    font-size: 18px;
    line-height: 130%;
    color: #262633;
}
.price-last {
    font-size: 14px;
    line-height: 140%;
    color: #262633;
}
.pagination-list__item,
.pagination__list-item {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
}
.price-not {
    display: flex;
    height: 24px;
    text-transform: uppercase;
    color: #999;
    font-size: 14px;
    margin-left: -10px;
    padding: 5px 0;
}
.pagination-list,
.pagination__list {
    margin: 0 14px;
    display: flex;
}
.product-item-action {
    z-index: 20;
    position: relative;
    opacity: 0;
    transition: opacity 0.2s ease-out;
}
.product-item-attention__row {
    display: flex;
    flex-direction: column;
}
.product-item-attention__item {
    display: flex;
    width: 32px;
    height: 32px;
    cursor: pointer;
    z-index: 2;
}
.product-item-attention__item--like {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 9px;
    background-color: #f7f7fc;
    border-radius: 100%;
}
.product-item-attention__item--like.active .icon,
.product-item-attention__item--like:active .icon {
    fill: #fd5e53;
    stroke: #fd5e53;
}
@media (hover: hover) {
    .product-item-attention__item--like:hover .icon {
        fill: #fd5e53;
        stroke: #fd5e53;
    }
    .product-item-attention__item--bell:hover .icon {
        fill: #ffbf00;
        stroke: #ffbf00;
    }
}
.product-item-attention__item--like .icon {
    stroke: #c8cadc;
    fill: #f7f7fc;
}
.product-item-attention__item--bell {
    position: absolute;
    top: 12px;
    right: 6px;
    padding: 3px;
    transition: opacity 0.15s;
}
.pagination-list__item,
.pagination__arrow,
.pagination__list-item {
    width: 28px;
    height: 28px;
    transition: background-color 0.15s, color 0.15s;
    border-radius: 100%;
}
.product-item-attention__item--bell.active .icon,
.product-item-attention__item--bell:active .icon {
    fill: #ffbf00;
    stroke: #ffbf00;
}
.product-item-attention__item--bell .icon {
    z-index: 2;
    stroke: #8e91af;
    fill: #ffffff;
}
@keyframes animateBg {
    0% {
        background-position: 100% 0;
    }
    100% {
        background-position: 0 0;
    }
}
.pagination {
    display: flex;
    align-items: center;
}
.pagination__arrow:active,
.pagination__list-item:active {
    background-color: #65b454;
    color: #fff;
}
.pagination__arrow,
.range-slider__range-container,
.range-slider__track {
    position: relative;
}
.pagination__arrow.is-prev:after {
    position: absolute;
    top: 8px;
    left: 10px;
    border-bottom: 2px solid #262633;
    border-left: 2px solid #262633;
    transform: rotate(45deg);
}
.pagination__arrow.is-next:after {
    position: absolute;
    top: 8px;
    left: 5px;
    border-bottom: 2px solid #262633;
    border-right: 2px solid #262633;
    transform: rotate(-45deg);
}
.pagination-list__item.next:active:after,
.pagination-list__item.prev:active:after,
.pagination__arrow:active:after {
    border-color: #fff;
}
.pagination__arrow:after {
    content: "";
    width: 12px;
    height: 12px;
    transition: transform 0.15s, border-color 0.15s;
}
.pagination-list__link:after,
.pagination__item-link:after {
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    left: 0;
}
.pagination__arrow.is-disabled {
    background-color: #e5e7f5;
    color: #c8cadc;
}
.pagination__arrow.is-disabled:after {
    border-color: #c8cadc;
}
.pagination__list-item {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pagination__list-item.is-active {
    background-color: #65b454;
    color: #fff;
}
.pagination-list {
    align-items: center;
}
.pagination-list__item {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pagination-list__item.active,
.pagination-list__item:active {
    background-color: #65b454;
    color: #fff;
}
.pagination-list__item:not(:last-child) {
    margin-right: 10px;
}
.pagination-list__item.next:after,
.pagination-list__item.prev:after {
    content: "";
    width: 12px;
    height: 12px;
    transition: transform 0.15s, border-color 0.15s;
}
.pagination-list__item.next .arrow-pagination,
.pagination-list__item.prev .arrow-pagination {
    display: none;
}
.pagination-list__item.prev:after {
    position: absolute;
    top: 8px;
    left: 10px;
    border-bottom: 2px solid #262633;
    border-left: 2px solid #262633;
    transform: rotate(45deg);
}
.pagination-list__item.next:after {
    position: absolute;
    top: 8px;
    left: 5px;
    border-bottom: 2px solid #262633;
    border-right: 2px solid #262633;
    transform: rotate(-45deg);
}
.pagination-list__link:after {
    z-index: 1;
}
.rating-stars--row {
    flex-direction: row;
    align-items: flex-start;
}
.rating-stars__inner {
    display: flex;
    margin-right: 10px;
}
.rating-stars__inner--no-margin {
    margin-bottom: 0;
}
.rating-stars__count {
    margin-top: 2px;
    font-size: 12px;
    line-height: 14px;
    color: #8e91af;
    white-space: nowrap;
}
.store__button-clear,
.store__count {
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
}
.store-filter-sorting__item.active .store-filter-sorting__item-text,
.store-filter__list-item.active {
    color: #65b454;
}
.star {
    display: block;
    width: 12px;
    height: 12px;
    background-size: 12px 12px;
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.707 12L6 9.96 2.293 12 3 7.68 0 4.62l4.145-.63L6 0l1.855 3.99L12 4.62 9 7.68 9.706 12z' fill='%23FFBF00'/%3E%3C/svg%3E");
}
.star:not(:first-child) {
    margin-left: 3px;
}
.star--empty {
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.707 12L6 9.96 2.293 12 3 7.68 0 4.62l4.145-.63L6 0l1.855 3.99L12 4.62 9 7.68 9.706 12z' fill='%23DCDEF2'/%3E%3C/svg%3E");
}
.store {
    margin-bottom: 107px;
}
.store__row {
    display: flex;
    margin-left: -15px;
    margin-right: -15px;
    padding-top: 19px;
}
@media (max-width: 768px) {
    .product-item-attention__item--bell {
        opacity: 1;
        bottom: 102px;
    }
    .store__row {
        padding-top: 30px;
    }
}
.store__left,
.store__right {
    padding-left: 15px;
    padding-right: 15px;
}
.store__left {
    width: 16.6666666667%;
    min-width: 176px;
}
.store__right {
    position: relative;
    width: 83.3333333333%;
}
.store__cards {
    display: flex;
    flex-wrap: wrap;
    margin: -5px -15px;
    padding-top: 15px;
}
.store__cards.active .store__card {
    width: 25%;
}
@media (max-width: 1280px) {
    .newest__card {
        width: 210px;
    }
    .newest .swiper-newest {
        padding: 15px 15px 35px;
        margin: -15px;
    }
    .newest .swiper-pagination {
        bottom: 6px !important;
        display: block;
    }
    .store__left.active {
        transform: translateX(0);
    }
    .store__cards.active .store__card {
        width: 33.33333%;
    }
}
@media (max-width: 768px) {
    .store__cards {
        margin: -15px -10px;
    }
    .store__cards.active .store__card {
        width: 50%;
    }
}
.store__card {
    padding: 5px 15px;
    width: 20%;
    transition: width 0.3s;
}
@media (max-width: 1280px) {
    .store__card {
        width: 25%;
    }
    .store__filter-row {
        display: flex;
        flex-direction: column;
    }
}
@media (max-width: 768px) {
    .store__card {
        padding: 15px 10px;
        width: 33.3333%;
    }
}
.store__sorting {
    flex-grow: 1;
}
.store__sorting-wrapper {
    display: flex;
    align-items: center;
    margin-top: 20px;
}
.store__sorting-select {
    display: none;
    margin-right: 14px;
}
.store__filter-button {
    position: relative;
    width: 24px;
    height: 24px;
    display: none;
}
.store__filter-button.active:after {
    opacity: 1;
}
.store__filter-button:after {
    content: "";
    position: absolute;
    top: -4px;
    right: -4px;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background-color: #fd5e53;
    transition: opacity 0.15s;
    opacity: 0;
}
.store__choice {
    margin-top: 25px;
}
.store__pagination {
    margin-top: 50px;
    width: 100%;
}
.store__filter-buttons,
.store__filter-title,
.store__pagination .pagination-mobile {
    display: none;
}
.store__filter-close {
    display: none;
    padding: 3px;
    width: 32px;
    height: 32px;
}
.store__filter-icon {
    fill: #262633;
}
.store__filter-item {
    margin-top: 33px;
}
@media (max-width: 1023px) {
    .product-item-action {
        opacity: 1;
    }
    .store__row {
        margin-left: 0;
        margin-right: 0;
    }
    .store__left {
        position: fixed;
        top: 0;
        left: 0;
        padding: 10px 10px 49px;
        width: 100%;
        height: 100%;
        background-color: #fff;
        transform: translateX(100%);
        transition: 0.3s;
        overflow: auto;
        z-index: 9999;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }
    .store__left::-webkit-scrollbar {
        display: none;
    }
    .store__left.hidden {
        display: none;
    }
    .store__right {
        padding-left: 0;
        padding-right: 0;
        width: 100%;
    }
    .store__tile {
        position: absolute;
        top: -48px;
        right: 0;
    }
    .store__filter-button,
    .store__filter-close {
        display: block;
    }
    .store__filter-title {
        display: block;
        margin-top: 10px;
    }
    .store__filter-item {
        margin-top: 18px;
        width: 50%;
    }
}
.store__filter-item:first-child {
    margin-top: 0;
}
@media (max-width: 1023px) {
    .store__filter-item:first-child {
        margin-top: 27px;
    }
    .store__filter-item--range {
        margin-top: 20px !important;
    }
    .store__filter-buttons {
        display: block;
        max-width: 162px;
    }
}
.store__button-clear {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
    height: 40px;
    color: #65b454;
}
.store__button {
    width: 100%;
}
.store__range {
    margin-top: 20px;
}
.growl {
    top: 130px;
}
.store-filter__name {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #262633;
}
.store-filter__name--range {
    margin-bottom: 28px;
}
.store-filter__list {
    margin-top: 15px;
    padding-left: 12px;
}
.store-filter__list-item {
    font-size: 14px;
    line-height: 20px;
    color: #262633;
    cursor: pointer;
}
.store-filter__list-item:not(:last-child) {
    margin-bottom: 19px;
}
.store-filter-choice__list {
    display: flex;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-bottom: -10px;
}
.store-filter-choice__list-item {
    display: flex;
    align-items: center;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 5px 8px;
    border-radius: 100px;
    background-color: #65b454;
    transition: background-color 0.15s;
    cursor: pointer;
}
.store-filter-choice__list-item:active {
    background-color: rgb(79.6585365854, 148.0609756098, 64.9390243902);
}
.store-filter-choice__list-item--clear {
    background-color: #f7f7fc;
}
@media (min-width: 1024px) {
    .pagination-list__item:hover,
    .pagination__arrow:hover,
    .pagination__list-item:hover {
        background-color: rgb(132.9268292683, 195.5487804878, 119.4512195122);
        color: #fff;
    }
    .store-filter-choice__list-item:hover {
        background-color: rgb(132.9268292683, 195.5487804878, 119.4512195122);
    }
    .store-filter-choice__list-item--clear:hover {
        background-color: #e5e7f5;
    }
}
.store-filter-choice__list-item--clear:active {
    background-color: #dcdef2;
}
.store-filter-choice__list-item--clear .store-filter-choice__text {
    color: #262633;
}
.store-filter-choice__list-item--clear .store-filter-choice__icon {
    fill: #8e91af;
}
.store-filter-choice__text {
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    color: #fff;
}
.store-filter-choice__icon {
    margin-left: 9px;
    margin-right: 2px;
    width: 10px;
    height: 10px;
    fill: #ffffff;
}
.store-filter-sorting {
    display: flex;
}
.store-filter-sorting__row {
    display: inline-flex;
    flex-wrap: wrap;
    margin-right: -20px;
    margin-bottom: -20px;
}
.store-filter-sorting__item {
    display: flex;
    margin-right: 20px;
    margin-bottom: 20px;
}
.store-filter-sorting__item.active .store-filter-sorting__icon {
    display: flex;
}
.store-filter-sorting__item.sorting-top .store-filter-sorting__icon {
    transform: rotate(180deg);
}
.store-filter-sorting__item-text {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #8e91af;
}
.store-filter-sorting__name {
    margin-right: 10px;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #8e91af;
}
.store-filter-sorting__icon {
    display: none;
    width: 18px;
    height: 18px;
    fill: #65b454;
}
.store-filter-sorting__checkbox {
    margin-left: 16px;
}
.store-filter-tile__row {
    display: flex;
    flex-wrap: wrap;
}
.store-filter-tile__icon--mobile,
.store-sorting-select__inner .category-error.d-none {
    display: none;
}
.store-filter-tile__item {
    width: 32px;
    height: 32px;
}
.store-filter-tile__item:not(:last-child) {
    margin-right: 20px;
}
.store-filter-tile__item.active .store-filter-tile__icon {
    fill: #65b454;
}
.store-filter-tile__icon {
    fill: #c8cadc;
}
.store-sorting-select.active .store-sorting-select__inner:after {
    transform: rotate(225deg);
}
.store-sorting-select.active .store-sorting-select__head {
    border-color: #262633;
}
.store-sorting-select__inner:after,
.store-sorting-select__list-item:after {
    border-bottom: 2px solid #262633;
    border-right: 2px solid #262633;
    content: "";
}
.store-sorting-select__inner {
    position: relative;
    width: 100%;
}
.store-sorting-select__inner .category-error {
    color: red;
    font-size: 12px;
}
.store-sorting-select__inner:after {
    position: absolute;
    top: 46%;
    right: 17px;
    width: 10px;
    height: 10px;
    transform: translateY(-50%) rotate(45deg);
    z-index: 1;
    transition: transform 0.15s;
}
.store-sorting-select__wrapper {
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    z-index: 99;
    max-height: 336px;
    overflow-y: scroll;
}
.store-sorting-select__wrapper::-webkit-scrollbar {
    width: 5px;
    height: 10px;
}
.store-sorting-select__wrapper::-webkit-scrollbar-track-piece {
    background: 0 0;
    -webkit-border-radius: 6px;
}
.store-sorting-select__wrapper::-webkit-scrollbar-thumb:vertical {
    height: 5px;
    background-color: #8e91af;
    -webkit-border-radius: 6px;
}
.store-sorting-select__wrapper::-webkit-scrollbar-thumb:horizontal {
    width: 5px;
    background-color: #8e91af;
    -webkit-border-radius: 6px;
}
.store-sorting-select__head {
    position: relative;
    border: 1px solid #dcdef2;
    padding: 14px 30px 14px 10px;
    font-size: 14px;
    line-height: 18px;
    border-radius: 10px;
    background-color: #fff;
    z-index: 1;
    cursor: pointer;
    transition: color 0.15s, border-color 0.15s;
}
.store-sorting-select__list-item,
.store-sorting-select__list-item--circle {
    position: relative;
    margin: 5px;
    transition: background-color 0.15s;
    font-size: 14px;
    cursor: pointer;
}
.store-sorting-select__head.color {
    color: #8e91af;
}
.store-sorting-select__list-item {
    padding: 14px 40px 14px 10px;
    line-height: 20px;
    border-radius: 10px;
}
.store-sorting-select__list-item:after {
    position: absolute;
    top: 26px;
    right: 18px;
    width: 10px;
    height: 20px;
    transform: translateY(-50%) rotate(36deg);
    opacity: 0;
}
.store-sorting-select__list-item.selected:after {
    opacity: 1;
}
.store-sorting-select__list-item.disabled {
    opacity: 0.5;
    pointer-events: none;
}
.store-sorting-select__list-item .available-icon-option {
    color: green;
    font-weight: 700;
    margin-left: 10px;
    white-space: nowrap;
}
.store-sorting-select__list-item .attention-icon-wrapper {
    display: inline-flex;
    align-items: center;
}
.store-sorting-select__list-item .attention-icon-option {
    font-family: Roboto;
    margin-left: 10px;
    width: 26px;
    height: 26px;
    min-width: 26px;
    min-height: 26px;
    border: 2px solid #ffc700;
    border-radius: 50%;
    color: #ffc700;
    text-align: center;
    font-size: 18px;
    line-height: 22px;
    margin-right: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.store-sorting-select__list-item--hide.selected {
    display: none;
}
.store-sorting-select__list-item--circle {
    padding: 14px 10px 14px 44px;
    border-radius: 10px;
}
.store-sorting-select__list-item--circle:after {
    content: "";
    position: absolute;
    top: 10px;
    left: 10px;
    border: 2px solid #dcdef2;
    width: 24px;
    height: 24px;
    border-radius: 100%;
    transition: border-color 0.15s;
}
.store-sorting-select__list-item--circle:before {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    width: 14px;
    height: 14px;
    background-color: transparent;
    border-radius: 100%;
    transition: background-color 0.15s;
}
.store-sorting-select__list-item--circle:active {
    background-color: #f7f7fc;
}
@media (hover: hover) {
    .pagination-list__item.next:hover:after,
    .pagination-list__item.prev:hover:after,
    .pagination__arrow:hover:after {
        border-color: #fff;
    }
    .store-sorting-select__list-item--circle:hover,
    .store-sorting-select__list-item:hover {
        background-color: #f7f7fc;
    }
}
.store-sorting-select__list-item--circle.selected:after {
    opacity: 1;
    border-color: #65b454;
}
.store-sorting-select__list-item--circle.selected:before {
    background-color: #65b454;
}
.store-sorting-select__checkbox {
    margin: 20px 0 10px;
}
.store-sorting-select .slide-fade-enter-active {
    transition: 0.3s ease-out;
}
.store-sorting-select .slide-fade-leave-active {
    transition: 0.2s cubic-bezier(1, 0.5, 0.8, 1);
}
.store-sorting-select .slide-fade-enter-from,
.store-sorting-select .slide-fade-leave-to {
    transform: translateY(-20%);
    opacity: 0;
}
.js-disabled {
    cursor: not-allowed;
    pointer-events: none;
    color: silver;
    background-color: #fff;
}
.range-slider {
    padding-left: 10px;
    padding-right: 10px;
}
@media (max-width: 579px) {
    .newest--padding-smaller {
        padding-bottom: 16px;
    }
    .newest__title {
        padding-bottom: 25px;
    }
    .newest__card {
        width: 200px;
    }
    .newest .swiper-newest {
        padding: 15px 10px 35px;
        margin: -10px;
    }
    .newest .swiper-pagination {
        bottom: 4px !important;
    }
    .newest .swiper-button-next,
    .newest .swiper-button-prev,
    .product-item__preview-btn,
    .store__sorting {
        display: none;
    }
    .product-item {
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    }
    .product-item__label {
        display: flex;
        align-items: flex-start;
        flex-direction: column;
    }
    .product-item-info__description {
        font-size: 14px;
    }
    .pagination {
        justify-content: space-between;
    }
    .pagination-list__item:not(:last-child) {
        margin-right: 5px;
    }
    .store {
        margin-bottom: 100px;
    }
    .store__row {
        padding-top: 20px;
    }
    .store__right-inner {
        display: flex;
        flex-direction: column;
    }
    .store__cards {
        order: 4;
    }
    .store__cards.active .store__card,
    .store__filter-item {
        width: 100%;
    }
    .store__card {
        width: 50%;
    }
    .store__sorting-wrapper {
        order: 1;
        justify-content: space-between;
        margin-top: 0;
    }
    .store__sorting-select {
        display: block;
        width: 100%;
        max-width: 258px;
    }
    .store__choice {
        order: 2;
        margin-top: 20px;
    }
    .store__count {
        order: 3;
        margin-top: 30px;
    }
    .store__pagination {
        margin-top: 30px;
    }
    .store__pagination .pagination-desktop {
        display: none;
    }
    .store__pagination .pagination-mobile {
        display: block;
    }
    .store__filter-item--range {
        margin-top: 16px !important;
    }
    .store__filter-buttons {
        max-width: none;
    }
    .store-filter-choice__list {
        flex-wrap: nowrap;
        margin-right: -10px;
        margin-bottom: 0;
        margin-left: -10px;
        padding-left: 10px;
        width: 100vw;
        white-space: nowrap;
        overflow-x: scroll;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }
    .store-filter-choice__list::-webkit-scrollbar {
        display: none;
    }
    .store-filter-choice__list-item {
        margin-bottom: 0;
    }
    .store-filter-tile__item:not(:last-child) {
        margin-right: 10px;
    }
    .store-filter-tile__icon {
        display: none;
    }
    .store-filter-tile__icon--mobile {
        display: flex;
    }
    .store-sorting-select__inner:after {
        width: 8px;
        height: 8px;
    }
    .store-sorting-select__checkbox {
        margin: 21px 0 15px;
    }
    .range-slider {
        padding-left: 15px;
        padding-right: 15px;
    }
}
.range-slider__inputs-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 14px -15px;
}
.range-slider__input-label {
    margin-bottom: 4px;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #757575;
}
.range-slider__input {
    margin: 0 6px;
    width: 50%;
}
.range-slider__input input {
    padding: 8px 12px;
    width: 100%;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    border-radius: 9px;
    border: 1px solid #e0e0e0;
    -moz-appearance: textfield;
}
.range-slider__input input::-webkit-inner-spin-button,
.range-slider__input input::-webkit-outer-spin-button {
    -webkit-appearance: none;
}
.range-slider__progress {
    position: absolute;
    right: 25%;
    left: 25%;
    height: 100%;
    border-radius: 10px;
    background: #65b454;
}
.range-slider__range-container input {
    position: absolute;
    top: -2px;
    width: 100%;
    height: 2px;
    background: 0 0;
    pointer-events: none;
}
.range-slider__range-container input::-webkit-slider-thumb {
    height: 19px;
    width: 19px;
    border-radius: 50%;
    background: #65b454;
    pointer-events: auto;
    -webkit-appearance: none;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
    cursor: pointer;
}
.range-slider__range-container input::-moz-range-thumb {
    height: 19px;
    width: 19px;
    border: none;
    border-radius: 50%;
    background: #65b454;
    pointer-events: auto;
    -moz-appearance: none;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
    cursor: pointer;
}
.noUi-target,
.noUi-target * {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    touch-action: none;
    -moz-user-select: none;
    user-select: none;
    box-sizing: border-box;
}
.noUi-target {
    position: relative;
    background: #dee4ec;
    border-radius: 4px;
}
.noUi-base,
.noUi-connects {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}
.noUi-handle,
.noUi-marker,
.noUi-pips,
.noUi-tooltip,
.noUi-value {
    position: absolute;
}
.noUi-connects {
    overflow: hidden;
    z-index: 0;
    border-radius: 3px;
}
.noUi-connect,
.noUi-origin {
    will-change: transform;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    -ms-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    -webkit-transform-style: preserve-3d;
    transform-origin: 0 0;
    transform-style: flat;
}
.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
    left: 0;
    right: auto;
}
.noUi-vertical .noUi-origin {
    top: -100%;
    width: 0;
}
.noUi-horizontal .noUi-origin {
    height: 0;
}
.noUi-touch-area {
    height: 100%;
    width: 100%;
}
.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
    transition: transform 0.3s;
}
.noUi-state-drag * {
    cursor: inherit !important;
}
.noUi-horizontal {
    height: 2px;
}
.noUi-horizontal .noUi-handle {
    width: 19px;
    height: 19px;
    right: -10px;
    top: -8px;
    cursor: pointer;
}
.noUi-vertical {
    width: 18px;
}
.noUi-vertical .noUi-handle {
    width: 28px;
    height: 34px;
    right: -6px;
    bottom: -17px;
}
.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
    left: -17px;
    right: auto;
}
.noUi-draggable {
    cursor: ew-resize;
}
.noUi-vertical .noUi-draggable {
    cursor: ns-resize;
}
.noUi-handle {
    backface-visibility: hidden;
    border-radius: 100%;
    background: #65b454;
    cursor: default;
}
[disabled] .noUi-connect {
    background: #b8b8b8;
}
[disabled] .noUi-handle,
[disabled].noUi-handle,
[disabled].noUi-target {
    cursor: not-allowed;
}
.noUi-pips,
.noUi-pips * {
    box-sizing: border-box;
}
.noUi-pips {
    color: #999;
}
.noUi-value {
    white-space: nowrap;
    text-align: center;
}
.noUi-value-sub {
    color: #ccc;
    font-size: 10px;
}
.noUi-marker {
    background: #ccc;
}
.noUi-marker-large,
.noUi-marker-sub {
    background: #aaa;
}
.noUi-pips-horizontal {
    padding: 10px 0;
    height: 80px;
    top: 100%;
    left: 0;
    width: 100%;
}
.noUi-value-horizontal {
    transform: translate(-50%, 50%);
}
.noUi-rtl .noUi-value-horizontal {
    transform: translate(50%, 50%);
}
.noUi-marker-horizontal.noUi-marker {
    margin-left: -1px;
    width: 2px;
    height: 5px;
}
.noUi-marker-horizontal.noUi-marker-sub {
    height: 10px;
}
.noUi-marker-horizontal.noUi-marker-large {
    height: 15px;
}
.noUi-pips-vertical {
    padding: 0 10px;
    height: 100%;
    top: 0;
    left: 100%;
}
.noUi-value-vertical {
    transform: translate(0, -50%);
    padding-left: 25px;
}
.noUi-rtl .noUi-value-vertical {
    transform: translate(0, 50%);
}
.noUi-marker-vertical.noUi-marker {
    width: 5px;
    height: 2px;
    margin-top: -1px;
}
.tooltip-notice__text--left:after,
.tooltip-notice__text--right:after {
    content: "";
    margin-top: -10px;
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent transparent #e5e7f5;
}
.noUi-marker-vertical.noUi-marker-sub {
    width: 10px;
}
.noUi-marker-vertical.noUi-marker-large {
    width: 15px;
}
.noUi-tooltip {
    display: block;
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    background: #fff;
    color: #000;
    padding: 5px;
    text-align: center;
    white-space: nowrap;
}
.noUi-horizontal .noUi-tooltip {
    transform: translate(-50%, 0);
    left: 50%;
    bottom: 120%;
}
.noUi-vertical .noUi-tooltip {
    transform: translate(0, -50%);
    top: 50%;
    right: 120%;
}
.noUi-horizontal .noUi-origin > .noUi-tooltip {
    transform: translate(50%, 0);
    left: auto;
    bottom: 10px;
}
.noUi-vertical .noUi-origin > .noUi-tooltip {
    transform: translate(0, -18px);
    top: auto;
    right: 28px;
}
.tooltip-notice {
    position: relative;
    display: inline-flex;
    margin-left: 5px;
    top: auto;
    right: auto;
    width: auto;
    z-index: auto;
}
.tooltip-notice:hover .tooltip-notice__text {
    opacity: 1;
    visibility: visible;
}
@media (max-width: 1023px) {
    .store__button-clear {
        margin-top: 32px;
        margin-bottom: 17px;
    }
    .tooltip-notice__text {
        display: none;
    }
}
.tooltip-notice__icon {
    width: 14px;
    height: 14px;
    fill: #8e91af;
    cursor: pointer;
}
.tooltip-notice__text {
    position: absolute;
    padding: 10px;
    width: -moz-max-content;
    width: max-content;
    max-width: 211px;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #262633;
    background: #e5e7f5;
    border-radius: 10px;
    opacity: 0;
    visibility: hidden;
    cursor: text;
    z-index: 1;
    transition: opacity 0.2s;
}
.tooltip-notice__text--left {
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
}
.tooltip-notice__text--left:after {
    position: absolute;
    top: 50%;
    left: 100%;
}
.tooltip-notice__text--right {
    position: absolute;
    top: 50%;
    left: 30px;
    transform: translateY(-50%);
}
.tooltip-notice__text--right:after {
    position: absolute;
    top: 50%;
    right: 100%;
    transform: rotate(180deg);
}
.tooltip-notice__text--top-right:after,
.tooltip-notice__text--top:after {
    content: "";
    position: absolute;
    margin-left: -10px;
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent transparent #e5e7f5;
    transform: rotate(90deg);
}
.tooltip-notice__text--top {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
}
.tooltip-notice__text--top:after {
    top: 100%;
    left: 50%;
}
.tooltip-notice__text--top-right {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-92%);
}
.tooltip-notice__text--top-right:after {
    top: 98%;
    left: 92%;
}
.tooltip-notice__text--bottom-left:after,
.tooltip-notice__text--bottom:after {
    content: "";
    position: absolute;
    bottom: 100%;
    margin-left: -10px;
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent transparent #e5e7f5;
    transform: rotate(-90deg);
}
.tooltip-notice__text--bottom {
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
}
.tooltip-notice__text--bottom:after {
    left: 50%;
}
.tooltip-notice__text--bottom-left {
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translateX(-25%);
}
.tooltip-notice__text--bottom-left:after {
    left: 25%;
}
.tooltip-notice__text.small-text {
    font-size: 12px;
}
.tanks-promo {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 0 20px;
}
.tanks-promo img {
    border-radius: 16px;
}
.tanks-promo .btn {
    margin-top: 32px;
    height: 52px;
    padding: 0 32px;
}
@media (max-width: 768px) {
    .tooltip-notice__text--bottom-left {
        transform: translateX(-50%);
    }
    .tooltip-notice__text--bottom-left:after {
        position: absolute;
        bottom: 100%;
        left: 50%;
    }
    .tanks-promo .btn {
        margin-top: 20px;
    }
}

.game-slider-wrapper {
    width: 750px;
    margin: 0 auto;
    overflow: hidden;
    padding-top: 20px;
}

.slider-container {
    width: 100%;
    position: relative;
    box-sizing: border-box;
    padding: 0 28px; /* стрелки */
}

.swiper-wrapper {
    display: flex;
}

.swiper-slide {
    flex: 0 0 calc((730px - 2 * 16px) / 3);
    margin-right: 16px;
    box-sizing: border-box;
}

.swiper-slide:last-child {
    margin-right: 0;
}


.swiper-button-prev,
.swiper-button-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background-image: url("../img/hor_arrow.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-color: #1E1C1F;
    color: #fff;
    border-radius: 50%;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    border: none;
}

.swiper-button-prev::after,
.swiper-button-next::after {
    display: none;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
    background-color: #313131;
}

.swiper-button-next {
    transform: rotate(-180deg);
}

.swiper-button-prev,
.swiper-button-next {
    transition: background-color 0.2s ease;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
    background-color: #313131;
}

.swiper-button-prev:active:not(.swiper-button-disabled),
.swiper-button-next:active:not(.swiper-button-disabled) {
    background-color: #0D0C0C;
}

.swiper-button-disabled {
    background-color: #9E9E9E !important;
    pointer-events: none;
}

.swiper-button-prev {
    left: 36px;
}

.swiper-button-next {
    top: 204px;
    right: 0;
}

@media (max-width: 579px) {
    .swiper-button-prev,
    .swiper-button-next {
        display: none !important;
    }
}