@charset "utf-8";

:root {
    --link-color: #f2d5ac;
}

.skiptranslate {
    display: none !important;
}

/* Fonts */
@font-face {
    font-family: "Nunito";
    src: url("../fonts/Nunito-Regular.woff2") format("woff2"),
        url("../fonts/Nunito-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Nunito";
    src: url("../fonts/Nunito-Medium.woff2") format("woff2"),
        url("../fonts/Nunito-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Nunito";
    src: url("../fonts/Nunito-ExtraBold.woff2") format("woff2"),
        url("../fonts/Nunito-ExtraBold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
    display: block;
}

html {
    height: 100%;
}

body {
    min-height: 100%;
}

body {
    min-width: 320px;
    margin: 0;
    padding: 0;
    position: relative;
    top: 0 !important;
    font: 500 14px/1.2 "Nunito", Arial, Helvetica, sans-serif;
    color: #fff;
    background: #202736;
}

a img {
    border: 0;
}

*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

* {
    min-height: 0;
    min-width: 0;
}

*:focus {
    outline: 2px solid #000;
    outline: -webkit-focus-ring-color auto 1px !important;
}

.focus-disabled *,
.focus-disabled *:focus {
    outline: none !important;
}

.load--preload * {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}

.d-none {
    display: none !important;
}

a {
    color: var(--link-color);
    text-decoration: underline;
    text-decoration-skip-ink: none;
}

a:hover {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    display: block;
    margin: 16px 0;
    padding: 0;
    font: 800 20px/1.2 "Nunito", Arial, Helvetica, sans-serif;
    color: inherit;
}

h1,
.h1 {
    font-size: 28px;
}

h2,
.h2 {
    font-size: 26px;
}

h3,
.h3 {
    font-size: 24px;
}

h4,
.h4 {
    font-size: 20px;
}

h5,
.h5 {
    font-size: 17px;
}

h6,
.h6 {
    font-size: 14px;
}

@media all and (max-width: 772px) {
    h1,
    .h1 {
        font-size: 26px;
    }

    h2,
    .h2 {
        font-size: 24px;
    }

    h3,
    .h3 {
        font-size: 22px;
    }

    h4,
    .h4 {
        font-size: 18px;
    }

    h5,
    .h5 {
        font-size: 16px;
    }

    h6,
    .h6 {
        font-size: 13px;
    }
}

ul,
ol,
li {
    display: block;
    padding: 0;
    margin: 0;
    list-style: none;
    background: 0;
}

form {
    display: block;
    padding: 0;
    margin: 0;
}

input,
textarea,
select,
button {
    font: normal 13px/1.2 "Nunito", Arial, Helvetica, sans-serif;
    color: #fff;
    vertical-align: baseline;
}

label {
    vertical-align: baseline;
}

label,
input[type="button"],
input[type="submit"],
button {
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

textarea {
    overflow: auto;
    resize: vertical;
}

/* Slick slider */
/* Slider */
.slick-slider {
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after {
    display: table;

    content: "";
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;

    height: auto;

    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

/* Inputs */
.btn-reset,
.button-link,
.slick-dots button {
    width: auto;
    height: auto;
    display: inline-block;
    padding: 0;
    margin: 0;
    border: 0;
    background: 0;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.form__place {
    padding: 16px;
    background: #eae5f5;
    border-radius: 12px;
}

.place-input {
    width: 100%;
    min-height: 42px;
    padding: 4px 18px;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    border: 0;
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    outline: none;
    background: #283144;
    box-shadow: none;
    transition: background-color 0.3s ease;
    box-sizing: border-box;
    border-radius: 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

@media all and (max-width: 772px) {
    .place-input {
        font-size: 16px;
    }
}

textarea.place-input {
    min-height: 50px;
}

.place-input::-webkit-input-placeholder {
    color: #5f6779;
    -webkit-transition: color 0.1s linear;
}

.place-input:focus::-webkit-input-placeholder {
    color: transparent;
}

.place-input:-moz-placeholder {
    color: #5f6779;
    -moz-transition: color 0.1s linear;
}

.place-input:focus:-moz-placeholder {
    color: transparent;
}

.place-input::-moz-placeholder {
    color: #5f6779;
    -moz-transition: color 0.1s linear;
}

.place-input:focus::-moz-placeholder {
    color: transparent;
}

.place-input:-ms-input-placeholder {
    color: #5f6779;
}

.place-input:focus:-ms-input-placeholder {
    color: transparent;
}

.place-input:hover,
.place-input:focus {
    background-color: #3a445e;
}

select.place-input {
    background: #283144 no-repeat right center
        url(../img/icons/select_arrow.png);
}

.place-input.copy--success {
    box-shadow: inset 0 0 0 1px rgb(106, 156, 219);
}

a.button {
    color: #202736;
    text-decoration: none;
}

.button,
#body .b-btn.itemcartpay {
    height: 43px;
    padding: 2px 18px;
    position: relative;
    z-index: 1;
    border: 0;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0 11px;
    vertical-align: middle;
    margin: 0;
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    color: #202736;
    text-decoration: none;
    text-align: center;
    text-overflow: ellipsis;
    background: #f2d5ac;
    border-radius: 10px;
    transition: background-color 0.34s ease;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
}

.button-small {
    height: 34px;
    padding: 2px 12px;
}

.button:hover,
#body .b-btn.itemcartpay:hover {
    background-color: #fadbae;
}

.button:active,
#body .b-btn.itemcartpay:active {
    background: #f1cb9c;
}

a.button-gray,
.button-gray {
    color: #fff;
    background-color: #202736;
}
.button-gray:hover {
    background-color: #1a232f;
}
.button-gray:active {
    background-color: #202736;
}

.button-icon {
    display: inline-flex;
    align-items: center;
    gap: 0 12px;
}

.button[disabled],
.button.disabled {
    opacity: 0.5;
    cursor: default;
}

.button-link {
    color: #f2d5ac;
    text-decoration: underline;
}

.button-link:hover {
    text-decoration: none;
}

.button-checkbox {
    display: flex;
    align-items: center;
    position: relative;
    gap: 11px;
    line-height: 1.44;
}

.button-checkbox input {
    width: 1px;
    height: 1px;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    border: 0;
    background: 0;
    opacity: 0;
}

.button-checkbox__label {
    order: 3;
    flex: 1 0;
    font-weight: 400;
    font-size: 14px;
}

@media all and (min-width: 1360px) {
    .button-checkbox__label br {
        display: none;
    }
}

.button-checkbox__tick {
    order: 2;
    flex: none;
    width: 20px;
    height: 20px;
    position: relative;
    background-color: #283144;
    border-radius: 5px;
}

.button-checkbox__tick::after {
    width: auto;
    height: auto;
    content: " ";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: no-repeat center center url(../img/icons/check.svg);
    background-size: 100% 100%;
    transition: opacity 0.3s ease;
    opacity: 0;
}

.button-checkbox input:checked + .button-checkbox__tick::after {
    opacity: 1;
}

.button-checkbox-default-checked .button-checkbox__tick::after {
    opacity: 1;
}
.button-checkbox-default-checked input:checked + .button-checkbox__tick::after {
    opacity: 0;
}

/* Form */
.help-block {
    display: block;
    margin: 8px 0 0 22px;
    font-weight: bold;
    font-size: 12px;
    color: #d21414;
}

.help-block-center {
    text-align: center;
}

/* Select link */
.select-payment {
    position: relative;
    z-index: 7;
}

.select-payment-list {
    max-height: 220px;
    overflow: auto;
}
.select-payment-list::-webkit-scrollbar {
    width: 8px;
}

.select-payment-list::-webkit-scrollbar-track {
    background: #333; /* Цвет фона */
    border-radius: 4px;
}

.select-payment-list::-webkit-scrollbar-thumb {
    background: #f2d5ac; /* Цвет самого скролла */
    border-radius: 4px;
}

.select-payment-list::-webkit-scrollbar-thumb:hover {
    background: #fcd094; /* Цвет при наведении */
}


a.select-payment-button {
    color: #010101;
    text-decoration: none;
}

.select-payment-button {
    width: 100%;
    height: 57px;
    padding: 0 18px;
    display: flex;
    align-items: center;
    gap: 0 20px;
    position: relative;
    z-index: 779;
    line-height: 1.5;
    font-size: 14px;
    color: #fff;
    text-align: left;
    background: #202736;
    border-radius: 15px;
    transition: background-color 0.3s ease;
}
.select-payment-button input {
    width: 1px;
    height: 1px;
    position: absolute;
    left: 0;
    top: 0;
    border: 0;
    background: 0;
    opacity: 0;
}
.select-payment-button-main::after {
    width: 10px;
    height: 10px;
    content: " ";
    display: block;
    position: absolute;
    right: 23px;
    top: 50%;
    margin: -5px 0 0 0;
    background: no-repeat 0 0 url(../img/icons/select-arrow.png);
    background-size: 100% 100%;
    transition: all 0.3s ease;
}
button.select-payment-button.drop--open {
    background: #13171e;
}
button.select-payment-button.drop--open::after {
    transform: rotate(-180deg);
}

.select-payment-button_box {
    display: flex;
    align-items: center;
    gap: 0 20px;
}

.select-payment-button_icon {
    flex: none;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    object-fit: contain;
    transition: filter 0.3s ease;
}
.select-payment-button_icon img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    vertical-align: top;
}
.select-payment-button-content {
    flex: 1 0;
    display: flex;
    flex-direction: column;
    gap: 0;
}

.select-payment-button-label {
    flex: none;
    pointer-events: none;
    font-weight: 500;
    font-size: 16px;
}
.select-payment-button-desc {
    flex: none;
    font-size: 12px;
    color: #5f6779;
}

.select-payment-button-value {
    flex: 1 0;
    pointer-events: none;
}

.select-payment-button-arrw {
    width: 10px;
    height: 10px;
    display: block;
    background: no-repeat 0 0
        url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAACxMAAAsTAQCanBgAAABVSURBVChTYyAVCEJpdIAiPhOIzwAxumIQHyQOkmdgAuKzQGwMxLuBGKYYRIP4IHEUkAbE/4EYZIISlAbxwaahA5hiGMaqCAZgivEqggEXKE1TwMAAAO2bENEj8FP5AAAAAElFTkSuQmCC");
    background-size: 100% 100%;
    transition: transform 0.3s ease;
    pointer-events: none;
}

.select-payment-button-icon {
    order: 5;
    flex: none;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    pointer-events: none;
}

.select-payment-drop {
    min-width: 210px;
    width: auto;
    height: auto;
    padding: 0;
    position: absolute;
    z-index: 977;
    left: 0;
    right: 0;
    top: 100%;
    margin: 8px 0 0 0;
    background: #13171e;
    box-shadow: 0 0 12px rgba(45, 58, 78, 0.3);
    border-radius: 10px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
}

.select-payment-drop::after {
    width: 0;
    height: 0;
    content: " ";
    display: block;
    position: absolute;
    left: 50%;
    bottom: 100%;
    margin: 0 0 0 -5px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #13171e;
}

.select-payment-button.drop--open .select-payment-button-arrw {
    transform: rotate(-180deg);
}

.select-payment-button.drop--open + .select-payment-drop {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.select-payment-drop .select-payment-button {
    border-radius: 0;
    background: 0;
}
.select-payment-drop input:checked + .select-payment-button_box::before {
    width: 20px;
    height: 20px;
    content: " ";
    display: block;
    position: absolute;
    right: 18px;
    top: 50%;
    margin: -10px 0 0 0;
    background: no-repeat center center url(../img/icons/check.svg);
    background-size: 100%;
}
.select-payment-drop .select-payment-button:hover {
    background-color: rgba(255, 255, 255, 0.05);
}
.select-payment-drop .select-payment-button:first-child {
    border-radius: 10px 10px 0 0;
}
.select-payment-drop .select-payment-button:last-child {
    border-radius: 0 0 10px 10px;
}

/* Form */
.form-block {
    padding: 24px;
    margin: 0 auto;
    background: #283144;
    border-radius: 10px;
}
.form-block .place-input {
    background-color: #202736;
}
.form-block .place-input:hover,
.form-block .place-input:focus {
    background-color: #13171e;
}
@media all and (max-width: 572px) {
    .form-block {
        padding: 20px;
    }
}

.form-block .select2-container--default .select2-selection--single {
background-color: #202736;
}

.form-block_small {
    width: 600px;
    max-width: 100%;
}
.form-row {
    display: flex;
    gap: 20px 62px;
}
@media all and (max-width: 1200px) {
    .form-row {
        gap: 15px 20px;
    }
}
@media all and (max-width: 400px) {
    .form-row {
        flex-direction: column;
    }
}
.form-row_small {
    gap: 20px;
}
.form-row + .form-row {
    margin-top: 19px;
}
.form-captcha {
    margin: 19px 0;
}
.form-col {
    flex: 1 0;
}
.form-col_hide {
    display: none;
}
.form-col-price {
    grid-column: span 2;
}
.form-label {
    padding: 0 0 0 22px;
    display: block;
    margin: -2px 0 8px 0;
    font-weight: 300;
    font-size: 12px;
    text-align: left;
}
.form-label_start {
    padding-left: 0;
    margin: 0 0 9px 0;
}
.form-label_center {
    padding: 0;
    text-align: center;
}
.form-label_empty::before {
    content: ".";
    visibility: hidden;
}
.form-bottom_controls {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin: 37px 0 0 0;
}
.form-chat_controls {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 20px;
    margin: 10px 0 0 0;
}
.form-chat_controls-help {
    font-style: italic;
    font-size: 12px;
    opacity: 0.8;
}
.form-clipboard {
    position: relative;
}
.form-clipboard__button {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 12px;
    top: 50%;
    margin: -16px 0 0 0;
}

.form-loader {
    position: relative;
    z-index: 17;
}
.form-loader-layer {
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: 17;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(32, 39, 54, 0.44);
    border-radius: 10px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}
.form-loader-layer::after {
    width: 54px;
    height: 54px;
    content: " ";
    display: block;
    background: no-repeat 0 0 url(../img/icons/loader.svg);
    background-size: 100% 100%;
}
.form-loader_loader .form-loader-layer {
    opacity: 1;
    visibility: visible;
}

.invalid-feedback {
    display: block;
    margin: 6px 0 0 22px;
    font-weight: bold;
    font-size: 11px;
    color: red;
}

/* Tabs */
[data-tab-box] {
    display: none;
}

[data-tab-box].current {
    display: block;
}

/* Text and visible */
.none,
.display-none {
    display: none;
}

.txt-center {
    text-align: center;
}

.txt-strong {
    font-weight: 800;
}

p {
    display: block;
    margin: 16px 0;
}

blockquote,
.blockquote {
    padding: 12px 15px;
    margin: 12px 0;
    font: 300 14px/1.3 Arial, Helvetica, sans-serif;
    color: #000;
    background-color: rgba(204, 204, 204, 0.3);
    border-radius: 8px;
}

/* Next */
.text-formatter {
    line-height: 1.6;
    font-weight: 500;
    font-size: 14px;
    color: #fff;
    word-break: break-word;
}

.text-formatter p {
    margin: 12px 0;
}

.text-formatter h1,
.text-formatter .h1,
.text-formatter h2,
.text-formatter .h2,
.text-formatter h3,
.text-formatter .h3,
.text-formatter h4,
.text-formatter .h4,
.text-formatter h5,
.text-formatter .h5,
.text-formatter h6,
.text-formatter .h6 {
    margin: 30px 0 12px 0;
}

.text-formatter ul {
    padding: revert;
    display: revert;
    margin: revert;
    list-style: revert;
    line-height: 1.64;
}
.text-formatter ul:first-child {
    margin-top: 0;
}
.text-formatter ul:last-child {
    margin-bottom: 0;
}

.text-formatter p + ul {
    margin-top: 0;
}

.text-formatter ul > li {
    display: revert;
    margin: revert;
    list-style: revert;
}

.text-formatter ol {
    padding: revert;
    display: revert;
    margin: revert;
    list-style: revert;
    line-height: 1.64;
}
.text-formatter ol:first-child {
    margin-top: 0;
}
.text-formatter ol:last-child {
    margin-bottom: 0;
}

.text-formatter p + ul {
    margin-top: 0;
}

.text-formatter ol > li {
    display: revert;
    margin: revert;
    list-style: revert;
}

.text-formatter ul ul,
.text-formatter ul ol,
.text-formatter ol ol,
.text-formatter ol ul {
    margin-left: 20px;
}

.text-formatter p:first-child,
.text-formatter h1:first-child,
.text-formatter h2:first-child,
.text-formatter h3:first-child,
.text-formatter h4:first-child,
.text-formatter h5:first-child,
.text-formatter h6:first-child {
    margin-top: 0 !important;
}

.text-formatter p:first-child,
.text-formatter h1:first-child,
.text-formatter h2:first-child,
.text-formatter h3:first-child,
.text-formatter h4:first-child,
.text-formatter h5:first-child,
.text-formatter h6:first-child,
.text-formatter .h1:first-child,
.text-formatter .h2:first-child,
.text-formatter .h3:first-child,
.text-formatter .h4:first-child,
.text-formatter .h5:first-child,
.text-formatter .h6:first-child {
    margin-top: 0 !important;
}

.text-formatter p:last-child,
.text-formatter h1:last-child,
.text-formatter h2:last-child,
.text-formatter h3:last-child,
.text-formatter h4:last-child,
.text-formatter h5:last-child,
.text-formatter h6:last-child,
.text-formatter .h1:last-child,
.text-formatter .h2:last-child,
.text-formatter .h3:last-child,
.text-formatter .h4:last-child,
.text-formatter .h5:last-child,
.text-formatter .h6:last-child {
    margin-bottom: 0 !important;
}

.text-formatter table {
    width: 100%;
    margin: 12px 0;
    border: 0;
    border-top: 1px solid #ddd;
    border-collapse: collapse;
}

.text-formatter table td,
.text-formatter table th {
    padding: 6px 9px;
    border: 0;
    border-bottom: 1px solid #ddd;
}

.text-formatter table tr:first-child td,
.text-formatter table th {
    font-weight: bold;
}

.text-formatter table tr:hover > td {
    background-color: rgba(0, 0, 0, 0.01);
}

.text-formatter img {
    max-width: 500px;
    height: auto;
    border-radius: 5px;
}
@media all and (max-width: 520px) {
    .text-formatter img {
        max-width: 100%;
    }
}


.wordbreak {
    word-break: break-all;
}


.auto-resizable-iframe {
    display: block;
}
.auto-resizable-iframe iframe {
    max-width: 100%;
}



/* Tippy */
.tippy-box[data-theme="gray"] {
    min-width: 280px;
    max-width: 544px;
    padding: 10px;
    font-size: 12px;
    line-height: 1.34;
    background-color: rgba(0, 0, 0, 0.9);
    border-radius: 16px;
    word-break: break-word;
}

.tippy-box[data-theme="gray"] .tippy-arrow {
    color: rgba(49, 50, 55, 0.8);
}

.tippy-box[data-theme="gray"] * {
    max-width: 100% !important;
    font-size: 12px !important;
    word-break: break-word !important;
}

.tippy-box[data-theme="gray"] p {
    margin: 5px 0;
}

/*
Slick slider
 */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: "";
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

/*
Icons
 */
.icon {
    flex: none;
    width: 14px;
    height: 14px;
    display: inline-flex;
    vertical-align: top;
    background: no-repeat center center;
    background-size: contain;
}

.icon_light {
    filter: contrast(0) brightness(20);
}

.icon_gray {
    filter: grayscale(1) brightness(2.2);
}

.icon_dark {
    filter: grayscale(1) brightness(0);
}

.icon-btn-search {
    width: 13px;
    height: 13px;
    background-image: url(../img/icons/btn-search.png);
}
.icon-link-mybuy {
    width: 14px;
    height: 13px;
    background-image: url(../img/icons/btn-mybuy.png);
}
.icon-link-profile {
    width: 10px;
    height: 13px;
    background-image: url(../img/icons/btn-profile.png);
}
.icon-link-wallet {
    width: 14px;
    height: 13px;
    background-image: url(../img/icons/btn-wallet.svg);
}
.icon-category {
    width: 15px;
    height: 15px;
    background-image: url(../img/icons/category.png);
}
.icon-filter {
    width: 15px;
    height: 15px;
    background-image: url(../img/icons/filter.png);
}
.icon-btn-download {
    width: 16px;
    height: 16px;
    background-image: url(../img/icons/btn-download.svg);
}
.icon-btn-download-small {
    width: 16px;
    height: 16px;
    background-image: url(../img/icons/btn-download.svg);
    filter: invert(1);
}
.icon-btn-menu {
    width: 24px;
    height: 24px;
    background-image: url(../img/icons/btn-menu.svg);
}
.icon-btn-view {
    width: 16px;
    height: 16px;
    background-image: url(../img/icons/btn-view.svg);
}
.icon-order-wait {
    width: 121px;
    height: 121px;
    background-image: url(../img/icons/loader.svg);
}
.icon-order-error {
    width: 121px;
    height: 121px;
    background-image: url(../img/icons/order-error.svg);
}
.icon-order-success {
    width: 121px;
    height: 121px;
    background-image: url(../img/icons/order-success.svg);
}

.icon-theme-moon {
    width: 20px;
    height: 20px;
    background-image: url(../img/icons/btn-moon.png?v=1);
}
.icon-theme-sun {
    width: 20px;
    height: 20px;
    background-image: url(../img/icons/btn-sun.png);
}
.icon-notifications {
    width: 14px;
    height: 14px;
    background-image: url(../img/icons/btn-notifications.svg);
}

.icon-btn-clipboard {
    width: 20px;
    height: 20px;
    background-image: url(../img/icons/btn-clipboard.svg);
}

.icon-link-category {
    width: 15px;
    height: 15px;
    background-image: url(../img/icons/category.png);
}
.icon-link-favorite {
    width: 12px;
    height: 14px;
    background-image: url(../img/icons/favorite.png);
}

.icon-btn-fav-add {
    width: 19px;
    height: 16px;
    background-image: url(../img/icons/btn-fav-add.png);
}
.icon-btn-fav-remove {
    width: 19px;
    height: 16px;
    background-image: url(../img/icons/btn-fav-remove.png);
}

.icon-entry-date {
    width: 14px;
    height: 14px;
    background-image: url(../img/icons/entry-date.svg);
}
.icon-entry-view {
    width: 14px;
    height: 14px;
    background-image: url(../img/icons/entry-view.svg);
}
.icon-entry-category {
    width: 14px;
    height: 14px;
    background-image: url(../img/icons/entry-category.svg);
}
.icon-entry-read {
    width: 14px;
    height: 14px;
    background-image: url(../img/icons/entry-read.svg);
}

.hover-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hover-icon .icon {
    vertical-align: top;
    transition: opacity 0.3s ease;
}

.hover-icon .icon + .icon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.hover-icon:hover .icon {
    opacity: 0;
}

.hover-icon:hover .icon + .icon {
    opacity: 1;
}

a:hover .hover-icon {
    position: relative;
}

a:hover .hover-icon .icon {
    opacity: 0;
}

a:hover .hover-icon .icon + .icon {
    opacity: 1;
}

.button-link:hover .hover-icon {
    position: relative;
}

.button-link:hover .hover-icon .icon {
    opacity: 0;
}

.button-link:hover .hover-icon .icon + .icon {
    opacity: 1;
}

/* Layer */
.layer-overlay {
    width: auto;
    height: auto;
    display: block;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 774;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.5s ease, visibility 0.5s ease;
}

.dropshow--main_menu .layer-overlay {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

/* Theme loading */
.theme-loading-classic .loading-classic_d-none {
    display: none;
}

/* Wrap */
.wraps {
    width: 100%;
    min-width: 340px;
    min-height: 100vh;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    position: relative;
    box-sizing: content-box;
    transition: transform 0.3s ease;
}

.bgs-dot-fly {
    width: 1920px;
    max-width: 100%;
    position: absolute;
    z-index: 77;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    pointer-events: none;
}
.bgs-dot-fly::before {
    width: 79px;
    height: 109px;
    content: " ";
    display: block;
    position: absolute;
    left: 105px;
    top: 281px;
    background: repeat 0 0 url(../img/bgs-dot.png);
}
.bgs-dot-fly::after {
    width: 229px;
    height: 79px;
    content: " ";
    display: block;
    position: absolute;
    right: 0;
    top: 426px;
    background: repeat 0 0 url(../img/bgs-dot.png);
}
@media all and (max-width: 1572px) {
    .bgs-dot-fly {
        opacity: 0.3;
    }
}

.wrapper {
    flex: 1 0;
    width: 1230px;
    max-width: 100%;
    padding: 0 15px;
    margin: 0 auto;
}

.content {
    flex: 1 0;
    position: relative;
    z-index: 3;
}

/* Elements */
.site-logo {
    width: 190px;
    display: block;
}
.site-logo img {
    width: 100%;
    height: auto;
    vertical-align: top;
}
.site-logo-inner {
    display: block;
    margin: -61px 0 -64px -64px;
    pointer-events: none;
}

/*
	Search
 */
.box-search {
    position: relative;
}
.box-search-input {
    height: 43px;
    padding: 0 42px 0 22px;
    background: #202736;
}
.box-search-input:hover,
.box-search-input:focus {
    background: #1a232f;
}
.box-search-button {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 19px;
    top: 11px;
    transition: filter 0.3s ease;
}
.box-search-button::before {
    width: auto;
    height: auto;
    content: " ";
    display: block;
    position: absolute;
    left: -5px;
    right: -5px;
    top: -5px;
    bottom: -5px;
}
.box-search-button:hover {
    filter: brightness(1.1);
}

/*
	Footer
 */
.footer {
    flex: none;
    margin: 32px 0 0 0;
    position: relative;
    overflow: hidden;
}
.footer::before {
    width: 4000px;
    height: 100%;
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    left: 50%;
    top: 0;
    margin: 0 0 0 -2000px;
    background: no-repeat 0 0 url(../img/bgs-footer.svg);
    background-size: 100% 100%;
}
.footer-top {
    padding: 76px 0 0 0;
}
.footer-bottom {
    padding-bottom: 26px;
}
.footer .wrapper {
    display: flex;
    align-items: center;
    gap: 10px 20px;
}
@media all and (max-width: 772px) {
    .footer {
        text-align: center;
    }
    .footer .wrapper {
        flex-direction: column;
    }
}

.footer-logo {
    flex: none;
}

.footer-nav {
    flex: 1 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.footer-nav-list {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px 56px;
    flex-wrap: wrap;
}
.footer-nav-list a {
    color: #f2d5ac;
    text-decoration: none;
}
.footer-nav-list a:hover {
    text-decoration: underline;
}

.footer-bottom {
    margin: 110px 0 0 0;
}
.footer-bottom-left {
    flex: 1 0;
}
.footer-bottom-right {
    flex: none;
}

.footer-method-pay {
    display: flex;
    align-items: center;
    gap: 10px 16px;
    flex-wrap: wrap;
}

.footer-copyright-text {
    margin: 18px 0 0 0;
    color: #5f6779;
}

@media all and (max-width: 772px) {
    .footer-nav {
        justify-content: center;
    }
    .footer-nav-list {
        justify-content: center;
        gap: 10px 15px;
    }
    .footer-bottom {
        margin-top: 30px;
    }
    .footer-method-pay {
        justify-content: center;
    }
}

/*
	Header
 */
.header {
    flex: none;
    min-height: 229px;
    padding: 12px 0 0 0;
    margin: 0 0 45px 0;
    background: #283144 no-repeat center 0 url("../img/bgs-header.jpg");
}
@media all and (max-width: 772px) {
    .header {
        display: none;
    }
}

.header-top {
    padding: 0;
}
.header-top-wrapper {
    display: flex;
    align-items: center;
}

.header-top-nav {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.header-middle {
    padding-top: 20px;
    padding-bottom: 44px;
}
.header-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px 18px;
}

.header-search {
    flex: 1 0;
}

.header-controls {
    flex: none;
    display: flex;
    align-items: center;
    gap: 10px 8px;
}

.button-theme-change__mobile {
    width: 24px;
    height: 24px;
}
.button-theme-change__pc {
    min-width: 43px;
    min-height: 43px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}
.button-theme-change .icon-theme-moon {
    display: none;
}
.button-theme-change .icon-theme-sun {
    display: block;
}
.theme-light .button-theme-change .icon-theme-moon {
    display: block;
}
.theme-light .button-theme-change .icon-theme-sun {
    display: none;
}

@media all and (max-width: 1072px) {
    .header-wrapper {
        gap: 10px 14px;
    }
    .header-wrapper .button-link-label {
        display: none;
    }
    .header-controls {
        gap: 10px 14px;
    }
}

.header-nav {
    flex: 1 0;
}
.header-nav-list {
    display: flex;
    align-items: center;
    gap: 1px 48px;
    flex-wrap: wrap;
}
.header-nav-list > li {
    position: relative;
}
.header-nav-list > li > a {
    padding: 2px 0;
    display: block;
    position: relative;
    color: #f2d5ac;
    text-decoration: none;
    border-bottom: 0;
    transition: border-bottom-color 0.3s ease, color 0.3s ease;
    cursor: pointer;
}
.header-nav-list > li > a .icon {
    margin-right: 4px;
}
.header-nav-list > li > a::before {
    width: auto;
    height: 2px;
    content: " ";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: -14px;
    background: #f2d5ac;
    opacity: 0;
    transition: transform 0.7s ease, opacity 0.7s ease;
}
.header-nav-list > li .link_sub::after {
    content: " ";
    width: 8px;
    height: 4px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin: 5px 0 0 6px;
    transform: rotate(0deg);
    background: no-repeat 0 0
        url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAECAYAAACzzX7wAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAOklEQVQImU3LwQ3AMAxCUTJCV8hw3qmdqTu9XuLKSAjpA8HGjQxfeLEb1Bh1Wch89egvkYUM1cmnwQeMX1HkV5cKAwAAAABJRU5ErkJggg==");
    background-size: 100% 100%;
    transition: transform 0.3s ease;
}
@media all and (min-width: 960.5px) {
    .header-nav-list > li:hover > .link_sub::after {
        transform: rotate(180deg);
    }
    .header-nav-list > li li .link_sub::after {
        transform: rotate(-90deg) translateY(-50%);
        position: absolute;
        right: 8px;
        top: 50%;
        margin: 0;
    }
    .header-nav-list > li:hover > a {
        color: #ffd498;
    }
    .header-nav-list > li:hover > a::before {
        transform: translateX(0);
        opacity: 1;
    }
    .header-nav-list > li:hover > .header-nav-sub {
        opacity: 1;
        visibility: visible;
    }
    .header-nav-list > li li {
        position: relative;
    }
    .header-nav-list > li li .header-nav-sub {
        padding: 0;
        left: 100%;
        top: 0;
    }
    .header-nav-list > li li:hover > a {
        color: #fff;
    }
    .header-nav-list > li li:hover > a::before {
        transform: translateX(0);
        opacity: 1;
    }
    .header-nav-list > li li:hover .header-nav-sub {
        opacity: 1;
        visibility: visible;
    }
}
@media all and (min-width: 772px) {
    .header-nav-sub {
        width: 212px;
        padding: 10px 0 0 0;
        position: absolute;
        z-index: 97;
        left: -24px;
        top: 100%;
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.3s ease, visibility 0.3s ease;
    }
}
@media all and (max-width: 960px) {
    .header-nav-sub {
        max-width: 100%;
    }
}
@media all and (max-width: 772px) {
}
.header-nav-sub-list {
    padding: 0 11px;
    position: relative;
    background: #2d374b;
    box-shadow: 0 19px 43px 0 rgba(0, 0, 0, 0.28);
    border-radius: 10px;
}
@media all and (max-width: 772px) {
    .header-nav-sub-list {
        border-radius: 0;
    }
}
.header-nav-sub-list a {
    min-height: 42px;
    padding: 5px 31px 5px 11px;
    display: flex;
    align-items: center;
    gap: 14px;
    border-top: 0;
    position: relative;
    z-index: 1;
    font-size: 13px;
    color: #fff;
    text-decoration: none;
    transition: background-color 0.3s ease, color 0.3s ease;
}
.header-nav-sub-list a::before {
    width: auto;
    height: auto;
    content: " ";
    display: block;
    position: absolute;
    left: -12px;
    right: -12px;
    top: 0;
    bottom: 0;
    background: rgba(81, 100, 143, 0.15);
    border-radius: 10px;
    opacity: 0;
    transition: opacity 0.3s ease;
}
.header-nav-sub-list a img {
    flex: none;
    width: 25px;
    height: 25px;
    object-fit: contain;
}
.header-nav-sub-list a:hover {
    color: #ffd498;
    background: rgba(170, 28, 28, 0);
}
.header-nav-sub-list a:hover::before {
    opacity: 1;
}
.header-nav-sub-list li:first-child a {
    border-top: 0;
}

.header-categories {
    padding: 10px 0;
    position: relative;
}
.header-categories-wrapper {
    position: relative;
}

/* Layer */
.box-layout {
    width: auto;
    height: auto;
    display: block;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 900;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.5s ease, visibility 0.5s ease;
}

body[data-fly-toggle] .box-layout {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

/*
Profile
 */
.box-profile {
    position: relative;
    font-size: 13px;
    z-index: 977;
}
.box-profile-button {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
}
@media all and (max-width: 772px) {
    .box-profile-button {
        padding: 10px;
        justify-content: center;
    }
}
.box-profile-button_arrow::after {
    flex: none;
    content: " ";
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex: 0 1 auto;
    width: 10px;
    height: 8px;
    background: no-repeat 0 0 url(../img/icons/select-arrow.png);
    filter: grayscale(1) opacity(0.8);
    transition: transform 0.3s ease, filter 0.3s ease;
}
@media all and (max-width: 772px) {
    .box-profile-button_arrow::after {
        display: none;
    }
}
.box-profile-button__label {
    flex: 1 0;
    max-width: 104px;
    overflow: hidden;
    text-align: left;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.box-profile-drop {
    width: 180px;
    position: absolute;
    z-index: 706;
    right: 0;
    top: 53px;
    background: #f2d5ac;
    border-radius: 10px;
    box-shadow: 0 0 100px 0 #ddb679;
    transform: translate(0, -10px);
    visibility: hidden;
    opacity: 0;
    transition: transform 0.3s ease, visibility 0.3s ease, opacity 0.3s ease;
}
@media all and (max-width: 1172px) {
    .box-profile-drop {
        width: 180px;
        left: auto;
        right: 0;
        top: 44px;
    }
}
@media all and (max-width: 772px) {
    .box-profile-drop {
    }
}
.box-profile-drop-link {
    min-height: 30px;
    padding: 8px 18px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 6px;
    color: #000;
    text-decoration: none;
    transition: background-color 0.3s ease;
}
.box-profile-drop-link + .box-profile-drop-link {
    margin-top: 5px;
}
.box-profile-drop-link:first-child {
    padding-top: 15px;
    border-radius: 20px 20px 0 0;
}
.box-profile-drop-link:last-child {
    padding-bottom: 15px;
    border-radius: 0 0 20px 20px;
}
.box-profile-drop-link:hover {
    color: #000;
    background-color: rgba(255, 255, 255, 0.15);
}
.box-profile-drop-link_balance-value {
    font-weight: bold;
}

body[data-fly-toggle="profile"] .box-profile-drop {
    transform: translate(0, 0);
    visibility: visible;
    opacity: 1;
}
body[data-fly-toggle="profile"] .box-profile-button {
    color: #e4bd7f;
}
body[data-fly-toggle="profile"] .box-profile-button::after {
    transform: rotate(180deg);
    filter: grayscale(0) opacity(1);
}



.select-currency {
    height: 43px;
    padding: 2px 18px;
    border: 0;
    font-weight: 500;
    font-size: 14px;
    background: #222938;
    border-radius: 10px;
}


/* Mobile header */
.mobile-header {
    display: none;
}
.mobile-search {
    display: none;
}
.mobile-menu {
    display: none;
}
@media all and (max-width: 772px) {
    .mobile-header {
        height: 54px;
        display: block;
        margin-bottom: 10px;
    }
    .mobile-header-fly {
        height: 44px;
        padding: 0 15px;
        display: flex;
        align-items: center;
        position: fixed;
        z-index: 977;
        left: 0;
        right: 0;
        top: 0;
        background: #283144 no-repeat center 0 url(../img/bgs-header-mobile.jpg);
        background-size: cover;
        border-bottom: 2px solid #283144;
    }
    .mobile-header .site-logo {
        flex: none;
        width: 127px;
    }
    .mobile-header .site-logo-inner {
        margin: -30px 0 -32px -32px;
    }
    .mobile-header-controls {
        flex: 1 0;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        gap: 8px;
    }
    .mobile-header-controls .button {
        width: 34px;
        height: 34px;
        padding: 8px;
        background-color: #f2d5ac;
    }
    .mobile-header-controls .button .icon {
        filter: invert(1);
    }
    .mobile-search {
        width: auto;
        padding: 10px;
        display: block;
        position: fixed;
        z-index: 902;
        left: 0;
        right: 0;
        top: 40px;
        background: #202736;
        opacity: 0;
        transform: translateY(-100px);
        transition: opacity 0.3s ease, transform 0.3s ease;
    }
    [data-fly-toggle="search"] .mobile-search {
        opacity: 1;
        transform: translateY(0);
    }
    [data-fly-toggle="menu"] .button-menu,
    [data-fly-toggle="search"] .button-search,
    [data-fly-toggle="profile"] .box-profile-button {
        background-color: #fdd097 !important;
    }

    .mobile-menu {
        width: 240px;
        height: auto;
        padding: 54px 0 15px 0;
        display: block;
        overflow: hidden;
        overflow-y: auto;
        position: fixed;
        margin: 0;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: 912;
        background: #283144 right 0 no-repeat url(../img/bgs-sidebar-mobile.png);
        box-shadow: 0 1px 5px 0 #283144;
        border-radius: 0;
        transform: translateX(102%);
        opacity: 0;
        visibility: hidden;
        transition: transform 0.3s ease, opacity 0.3s ease, visibility 0.3s ease;
    }
    [data-fly-toggle="menu"] .mobile-menu {
        transform: translateX(0);
        opacity: 1;
        visibility: visible;
    }

    .mobile-menu-list a {
        padding: 12px 24px 12px 16px;
        display: flex;
        align-items: center;
        gap: 8px;
        position: relative;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        color: #fff;
        text-decoration: none;
    }
    .mobile-menu-list a.link_sub {
        padding-right: 24px;
    }
    .mobile-menu-list img {
        flex: none;
        width: 25px;
        height: 25px;
        object-fit: contain;
    }
    .mobile-menu-list li:first-child a {
        border-top: 0;
    }
    .mobile-menu .nav-category-list-link {
        border-radius: 0;
        background: 0;
    }
    .mobile-menu .nav-category-list {
        padding: 0;
        grid-template-columns: 1fr;
        gap: 0;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        background: rgba(255, 255, 255, 0.02);
    }
    .mobile-menu .nav-category-list-drop-inner {
        padding-top: 2px;
        border-radius: 0 0 10px 10px;
    }
    .mobile-menu .nav-category-list-drop-list {
        grid-template-columns: 1fr;
        margin-top: -10px;
    }
    .mobile-menu .nav-category-list-drop-title {
        margin-bottom: 8px;
    }
    .mobile-menu .nav-category-list-drop-item {
        padding-top: 20px;
        padding-bottom: 0;
    }
    .mobile-menu .nav-category-list-link.link--active {
        border-radius: 10px 10px 0 0;
    }
    .mobile-menu .nav-category-list-drop {
        max-height: 0;
        position: relative;
        overflow: hidden;
        opacity: 0;
        transition: max-height 0.3s ease, opacity 0.3s ease;
    }
    .mobile-menu .nav-category-list-drop.drop--open {
        max-height: 3000px;
        opacity: 1;
    }
    .nav-category-list-item .nav-category-list-link.link--active::after {
        transform: rotate(-180deg);
    }

    .mobile-menu-sub {
        background: rgba(255, 255, 255, 0.07);
        max-height: 0;
        opacity: 0;
        visibility: hidden;
        transition: max-height 0.3s ease, opacity 0.3s ease,
            visibility 0.3s ease;
    }
    .mobile-menu .toggle_open + .mobile-menu-sub {
        max-height: 1000px;
        opacity: 1;
        visibility: visible;
    }
    .mobile-menu-list > li .link_sub::after {
        content: " ";
        width: 8px;
        height: 4px;
        display: inline-block;
        vertical-align: top;
        position: absolute;
        right: 16px;
        top: 15px;
        transform: rotate(0deg);
        background: no-repeat 0 0
            url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAECAYAAACzzX7wAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAOklEQVQImU3LwQ3AMAxCUTJCV8hw3qmdqTu9XuLKSAjpA8HGjQxfeLEb1Bh1Wch89egvkYUM1cmnwQeMX1HkV5cKAwAAAABJRU5ErkJggg==");
        background-size: 100% 100%;
        transition: transform 0.3s ease;
    }
}

/*
	Content
 */
.main-slider {
    overflow: hidden;
    position: relative;
    margin: 0 0 30px 0;
}
@media all and (max-width: 772px) {
    .main-slider {
        margin: 0 0 20px 0;
    }
}
.main-slider .slick-list {
    height: 100%;
}
.main-slider .slick-track {
    height: 100%;
}
.main-slider .slick-dots,
.main-slider .slick-dots li {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
}
.main-slider .slick-dots {
    width: 12px;
    height: auto;
    position: absolute;
    left: 17px;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 11px;
}
.main-slider .slick-dots button {
    width: 12px;
    height: 0;
    padding: 12px 0 0 0;
    overflow: hidden;
    color: transparent;
    background: #202736;
    transition: background-color 0.3s ease;
}
.main-slider .slick-dots .slick-active button {
    background: #f2d5ac;
}

.main-slider-list {
    height: 220px;
    display: flex;
    position: relative;
    z-index: 3;
    overflow: hidden;
    background: #283144;
    border-radius: 10px;
}
.main-slider .wrapper {
    position: relative;
}
.main-slider .wrapper::before,
.main-slider .wrapper::after {
    width: 120px;
    height: 182px;
    content: " ";
    display: block;
    position: absolute;
    bottom: 28px;
    background: no-repeat 0 0 url(../img/bgs-slider-left.png);
    background-size: 100% 100%;
}
.main-slider .wrapper::before {
    left: -83px;
}
.main-slider .wrapper::after {
    right: -83px;
    transform: scale(-1, 1);
}
.main-slider-item {
    width: 100%;
    height: 220px;
    padding: 0 0 0 88px;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
}
.main-slider-list > .main-slider-item {
    display: none;
}
.main-slider-list > .main-slider-item:first-child {
    display: block;
}
.main-slider-item-content {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    z-index: 8;
    max-width: 54.4%;
}
.main-slider-item-image {
    width: 574px;
    max-width: 50%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    z-index: 7;
    right: 0;
    top: 0;
    text-align: right;
}
.main-slider-item-image::before {
    width: 50%;
    height: 100%;
    content: " ";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background: -moz-linear-gradient(
        left,
        rgba(40, 49, 68, 1) 0%,
        rgba(40, 49, 68, 0) 100%
    ); /* FF3.6-15 */
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        color-stop(0%, rgba(40, 49, 68, 1)),
        color-stop(100%, rgba(40, 49, 68, 0))
    ); /* Chrome4-9,Safari4-5 */
    background: -webkit-linear-gradient(
        left,
        rgba(40, 49, 68, 1) 0%,
        rgba(40, 49, 68, 0) 100%
    ); /* Chrome10-25,Safari5.1-6 */
    background: -o-linear-gradient(
        left,
        rgba(40, 49, 68, 1) 0%,
        rgba(40, 49, 68, 0) 100%
    ); /* Opera 11.10-11.50 */
    background: -ms-linear-gradient(
        left,
        rgba(40, 49, 68, 1) 0%,
        rgba(40, 49, 68, 0) 100%
    ); /* IE10 preview */
    background: linear-gradient(
        to right,
        rgba(40, 49, 68, 1) 0%,
        rgba(40, 49, 68, 0) 100%
    ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.main-slider-item-image img {
    height: 100%;
    max-width: 100%;
    vertical-align: top;
    object-fit: cover;
}

@media all and (max-width: 772px) {
    .main-slider .slick-dots {
        left: 14px;
    }
    .main-slider-item {
        padding: 0 0 0 38px;
    }
}

@media all and (max-width: 672px) {
    .main-slider-list {
        height: auto;
    }
    .main-slider .slick-track {
        height: auto;
    }
    .main-slider-item {
        height: auto;
        padding: 15px 15px 0 15px;
    }
    .main-slider-item-image {
        width: auto;
        max-width: none;
        height: auto;
        position: relative;
        margin: 0 -15px;
    }
    .main-slider-item-image img {
        width: 100%;
    }
    .main-slider-item-content {
        max-width: 100%;
        height: auto;
        padding: 0 0 15px 0;
    }
    .main-slider .slick-dots {
        width: auto;
        flex-direction: row;
        left: 0;
        right: 0;
        top: auto;
        bottom: 10px;
    }
}

.block-about > h1,
.block-about > .h1,
.block-about > h2,
.block-about > .h2,
.block-about > h3,
.block-about > .h3 {
    margin-bottom: 20px;
}

.section-box {
    padding: 15px 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
    position: relative;
}
.section-box + .section-box {
    padding-top: 16px;
}
.section-box + .section-box::after {
    width: auto;
    height: 1px;
    content: " ";
    display: block;
    position: absolute;
    left: 15px;
    right: 15px;
    top: 0;
    background-image: linear-gradient(to right, #424f67 3px, transparent 3px);
    background-size: 10px 1px;
    background-repeat: repeat-x;
}

.section-box-bottom {
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 20px;
}
.section-box-title {
    flex: none;
    width: 246px;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 5px 12px;
}
.section-box-content {
    flex: 1 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media all and (max-width: 1072px) {
    .section-box {
        flex-direction: column;
        align-items: normal;
    }
    .section-box-title {
        padding: 0;
        margin-bottom: 10px;
    }
}
@media all and (max-width: 772px) {
    .section-box-bottom {
        margin-bottom: 20px;
    }
}

.sort-list {
    display: flex;
    align-items: center;
    gap: 5px 28px;
    flex-wrap: wrap;
}
@media all and (max-width: 572px) {
    .sort-list {
        justify-content: flex-start;
    }
    .section-box-content {
        flex-direction: column;
        align-items: flex-start;
        gap: 6px;
    }
}
.sort-btn {
    display: flex;
    align-items: center;
    gap: 2px 11px;
    color: #f2d5ac;
}
.sort-btn.current {
    font-weight: bold;
}

.sort-btn:hover {
    color: #fff;
}
.sort-btn-icon-arrow-up,
.sort-btn-icon-arrow-down {
    width: 8px;
    height: 4px;
    display: inline-block;
    vertical-align: top;
    background: no-repeat 0 0 url(../img/icons/arrow-down.png);
    background-size: 100% 100%;
    transition: transform 0.3s ease;
}
.sort-btn-icon-arrow-down {
    transform: rotate(180deg);
}

.mobile-filter-toggle {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.mobile-filter-btn {
    display: none;
}
@media all and (max-width: 772px) {
    .mobile-filter-btn,
    .mobile-filter-btn-label {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
    }
    .mobile-filter-btn {
        padding: 8px 12px;
    }
    .mobile-filter-btn .icon {
        filter: grayscale(1) contrast(10) brightness(0);
    }
    .mobile-filter-btn-label {
        flex: 1 0;
        justify-content: flex-start;
    }
    .mobile-filter-btn::after {
        width: 0;
        height: 0;
        content: " ";
        display: block;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 5px solid #000;
        transform: rotate(0deg);
        transition: all 0.3s ease;
    }
    .mobile-filter-btn.open-filter::after {
        transform: rotate(180deg);
    }
    .mobile-filter-toggle {
        max-height: 0;
        opacity: 0;
        transition: max-height 0.2s ease, opacity 0.2s ease;
    }
    .mobile-filter-btn.open-filter + .mobile-filter-toggle {
        max-height: 1000px;
        opacity: 1;
        transition: max-height 0.4s ease, opacity 0.4s ease;
    }
}

.filter-left {
    display: flex;
}
@media all and (max-width: 772px) {
    .filter-left {
        flex-direction: column;
    }
}
.filter-right {
    flex: 1 0;
    display: flex;
    gap: 22px;
}
@media all and (max-width: 772px) {
    .filter-right {
        flex-direction: column;
    }
}
.filter-left-title {
    flex: none;
    width: 160px;
    display: flex;
    align-items: center;
    gap: 10px;
}
@media all and (max-width: 1172px) {
    .filter-left-title {
        width: auto;
        margin: 0 20px 0 0;
    }
}
@media all and (max-width: 772px) {
    .filter-left-title {
        display: none;
    }
}
.filter .form-row {
    gap: 22px;
}
@media all and (max-width: 997px) {
    .filter .form-row {
        flex-direction: column;
    }
}
.filter-categories {
    flex: 1 0;
    display: flex;
    align-items: center;
    gap: 10px;
}
.filter-categories-select {
    flex: none;
    width: 200px;
}
@media all and (max-width: 997px) {
    .filter-categories-select {
        flex: 1 0;
        width: auto;
    }
    .filter-categories-select .select2-container {
        width: 100% !important;
    }
}
@media all and (max-width: 772px) {
    .filter-categories {
        flex-direction: column;
    }
    .filter-categories-select {
        flex: none;
        width: 100%;
    }
}
.filter-controls_buttons {
    flex: none;
    width: 198px;
    display: flex;
    align-items: center;
    gap: 22px;
}
@media all and (max-width: 772px) {
    .filter-controls_buttons {
        width: 100%;
        justify-content: center;
    }
}
.filter-button_reset {
    background: 0;
    text-decoration: underline;
}
.filter-button_reset:hover {
    text-decoration: none;
}

.box-filter-price {
    margin: 0 8px 0;
}
.box-filter-price-inputs {
    display: flex;
    align-items: center;
    gap: 16px;
}
.box-filter-price-inputs-item {
    flex: 1 0;
    position: relative;
}
.box-filter-price-inputs-label,
.box-filter-price-inputs-suffix {
    padding: 0 8px;
    display: flex;
    align-items: center;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    line-height: 1;
    background: rgba(0, 0, 0, 0.08);
    border-radius: 8px 0 0 8px;
}
.box-filter-price-inputs-suffix {
    left: auto;
    right: 0;
    border-radius: 0 8px 8px 0;
}
.box-filter-price-input {
    min-height: 26px;
    height: 26px;
    padding: 0 46px 0 42px;
    border-radius: 8px;
}
/* Убираем стрелки у input type="number" в Chrome, Safari и Edge */
.box-filter-price-input[type="number"]::-webkit-outer-spin-button,
.box-filter-price-input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Убираем стрелки у input type="number" в Firefox */
.box-filter-price-input[type="number"] {
    -moz-appearance: textfield;
}

.nav-category-list {
    width: 100%;
    display: flex;
    gap: 10px 25px;
}
.nav-category-list-item {
    flex: 1 0;
}
.nav-category-list-link {
    height: 42px;
    padding: 0 16px;
    display: flex;
    align-items: center;
    gap: 9px;
    line-height: 1;
    color: #fff;
    text-decoration: none;
    background: #202736;
    border-radius: 10px;
    transition: background-color 0.3s 0.3s ease, color 0.3s 0.3s ease;
}
.nav-category-list-link::after {
    width: 8px;
    height: 4px;
    content: " ";
    display: block;
    background: no-repeat 0 0 url(../img/icons/arrow-down.png);
    background-size: 100% 100%;
    transition: transform 0.3s 0.3s ease;
}
.nav-category-list-link.link--active::after {
    transform: rotate(-180deg);
}
.nav-category-list-link:hover {
    color: #f2d5ac;
    background: #1a232f;
}

@media all and (min-width: 772px) {
    .nav-category-list-item:hover .nav-category-list-link::after {
        transform: rotate(-180deg);
    }
    .nav-category-list-item:hover .nav-category-list-link {
        color: #f2d5ac;
    }
}

.nav-category-list-link-icon {
    flex: none;
    width: 18px;
    height: 18px;
    vertical-align: top;
}
.nav-category-list-link-label {
    flex: 1 0;
}
.category--open .nav-category-list-drop {
    transition: opacity 0s ease, visibility 0s ease;
}
.nav-category-list-drop-inner {
    padding: 15px;
    background: #283144;
    box-shadow: 0 0 240px 10px rgba(0, 0, 0, 0.54);
    border-radius: 10px;
}
.nav-category-list-drop-inset {
    position: relative;
    overflow: hidden;
}
.nav-category-list-drop-list {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    margin: -20px 0 0 -31px;
}
.nav-category-list-drop-item {
    position: relative;
    padding: 30px 10px 10px 30px;
}
.nav-category-list-drop-item + .nav-category-list-drop-item::after {
    width: 1px;
    height: 100%;
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    background: #3b465e;
}
.nav-category-list-drop-title {
    margin: 0 0 22px 0;
    font-size: 16px;
    color: #5f6779;
}
a.nav-category-list-drop-title-link {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #5f6779;
    text-decoration: none;
}
.nav-category-list-drop-title-link-icon {
    flex: none;
    width: 20px;
    height: 20px;
}
.nav-category-list-drop-title-label {
    flex: 1 0;
}
.nav-category-sublist {
    display: flex;
    flex-direction: column;
    gap: 9px;
}
.nav-category-sublist a {
    padding: 0 0 0 23px;
    display: inline-block;
    color: #fff;
    text-decoration: none;
    word-break: break-word;
    transition: color 0.3s ease;
}
.nav-category-sublist a:hover {
    color: #f2d5ac;
}
.nav-category-sublist a img {
    width: 15px;
    height: 15px;
    float: left;
    margin: 0 0 0 -23px;
    object-fit: contain;
}

@media all and (max-width: 1172px) {
    .nav-category-list {
        gap: 10px 16px;
    }
}
@media all and (max-width: 872px) {
    .nav-category-list {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
}
@media all and (min-width: 772px) {
    .nav-category-list-drop {
        padding: 25px 0 0 0;
        position: absolute;
        z-index: 7;
        left: 0;
        right: 0;
        top: 100%;
        margin: -15px 0 0 0;
        opacity: 0;
        visibility: hidden;
        transform: translateX(-10px);
        transition: opacity 0.3s 0.3s ease, visibility 0.3s 0.3s ease,
            transform 0.3s 0.3s ease;
    }
    .nav-category-list-drop.drop--open {
        opacity: 1;
        visibility: visible;
    }
    .nav-category-list-item:hover .nav-category-list-drop {
        opacity: 1;
        visibility: visible;
        transform: translateX(0);
    }
}
@media all and (max-width: 972px) {
    .nav-category-list-drop-list {
        grid-template-columns: repeat(4, 1fr);
    }
}
@media all and (max-width: 672px) {
    .nav-category-list-drop-list {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media all and (max-width: 472px) {
    .nav-category-list-link.link--active {
        border-radius: 10px 10px 0 0;
    }
    .nav-category-list-drop {
        max-height: 0;
        position: relative;
        overflow: hidden;
        opacity: 0;
        transition: max-height 0.3s ease, opacity 0.3s ease;
    }
    .nav-category-list-drop.drop--open {
        max-height: 3000px;
        opacity: 1;
    }
    .nav-category-list-drop-inner {
        border-radius: 0 0 10px 10px;
    }
    .nav-category-list {
        grid-template-columns: 1fr;
    }
    .nav-category-list-drop-list {
        grid-template-columns: repeat(2, 1fr);
    }
}

/*
Category section
 */
.category-item {
    margin-bottom: 47px;
}
.category-item-title {
    min-height: 51px;
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: 0 0 11px 0;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    background: #283144;
    border-radius: 10px;
}
.category-item-title img {
    flex: none;
    width: 30px;
    height: 30px;
    object-fit: contain;
}

.category-item-more {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 23px 0 0 0;
}

/* Products - Elements */
.product-props {
    flex: none;
    display: flex;
    align-items: center;
    gap: 0 26px;
    flex-wrap: wrap;
}

.product-props__stock,
.product-props__price {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-weight: 500;
    font-size: 12px;
    text-align: left;
    white-space: nowrap;
}

.product-props .props--value {
    margin: 0 3px 0 0;
    font-weight: 500;
    font-size: 14px;
    color: #f2d5ac;
}

.product-props .props--pcs {
    margin: 0 0 0 2px;
}

.product-button__buy {
    flex: 1 0;
    height: 42px;
    padding: 0 5px;
    font-size: 14px;
    color: #202736;
}

.product-button__buy.product-button__buy-nostock {
    padding: 0 10px;
    font-size: 15px;
    background: rgba(219, 169, 93, 0.16);
}

.product-button__buy.product-button__buy-nostock::before {
    display: none;
}

.product-button__buy.product-button__buy-preorder {
    flex: 1 0;
    padding: 0 10px;
    font-size: 15px;
    color: #e2bb7d;
    background: #424242;
}

.product-button__buy[disabled] {
    color: #fff;
    background: #3c4559;
    opacity: 1;
}

.product-button__cart {
    width: 25px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 3;
    margin: 0 0 0 18px;
    background: 0;
    border-radius: 10px;
    transition: transform 0.3s ease, background-color 0.3s ease;
}
.product-button__cart.apply--cart {
    transform: scale(1.4);
}

.product-button__cart::after,
.product-button__cart::before {
    width: 25px;
    height: 26px;
    content: " ";
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -13px 0 0 -13px !important;
    background: no-repeat 0 0 url(../img/icons/btn-cart_add.png?v=2);
    background-size: 100% 100%;
}

.product-button__cart::before {
    z-index: 7;
    opacity: 0;
    transition: opacity 0.3s ease;
    background-image: url(../img/icons/btn-cart_add-hover.png?v=2);
    background-size: 100% 100%;
}

.product-button__cart:hover::before {
    opacity: 1;
}

.product-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.product-list-item {
    display: flex;
    align-items: center;
    gap: 10px;
}
.product-list-item-label {
    flex: none;
    font-size: 12px;
    color: #5f6779;
}
.product-list-item-content {
    flex: 1 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    color: #fff;
}
.product-list-item-value {
    margin: 0 4px 0 0;
    color: #f2d5ac;
}

/* Products grid */
.product-item {
    min-height: 43px;
    padding: 10px 14px 10px 17px;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
    margin-bottom: 9px;
    background: #242c3d;
    border-radius: 10px;
}

.product-item-icon {
    flex: none;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 0 22px 0 0;
}
.product-item-icon-src {
    width: 100%;
    height: 100%;
    vertical-align: top;
    object-fit: contain;
}

a.product-item-content {
    color: #b4b4b4;
    text-decoration: none;
}

.product-item-content {
    min-height: 40px;
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0 6px 0 0;
    position: relative;
    margin: -4px 0 0 0;
}

.product-item-sells {
    margin: 0 0 6px 0;
    font-size: 12px;
    color: #f2d5ac;
}
.product-item-title {
    max-width: 100%;
    display: inline-block;
    line-height: 1.3;
    font-weight: 300;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    word-wrap: break-word;
    transition: color 0.3s ease;
}
.product-item-title:hover {
    color: #f2d5ac;
}

.product-item-props {
    flex: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-left: 10px;
}

.product-item-props_stock,
.product-item-props_price {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-weight: 300;
    font-size: 12px;
    text-align: left;
    white-space: nowrap;
}

.product-item-props_price {
    width: 94px;
    margin-right: 20px;
}

.product-item-props_stock {
    width: 88px;
}

.product-item-props .props--value {
    margin: 0 3px 0 0;
    font-weight: 500;
    font-size: 14px;
    color: #f2d5ac;
}

.product-item-props .props--pcs {
    margin: 0 0 0 2px;
}

.product-item-control {
    flex: none;
    width: 150px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: nowrap;
    margin: 0 0 0 4px;
}

.product-item--nostock .product-item-icon,
.product-item--nostock .product-item-content,
.product-item--nostock .product-item-props {
    opacity: 0.5;
}
.product-item--nostock .product-button__buy {
    color: #636873;
    background: #3c4559;
    cursor: default;
}

@media all and (max-width: 900px) {
    .product-item-content {
        font-size: inherit;
    }
    .product-item-control {
        margin-left: 0;
    }
    .product-button__cart {
        margin-left: 17px;
    }
}
@media all and (max-width: 872px) {
    .product-item {
        padding: 12px 0 55px 64px;
        display: block;
        border-radius: 24px;
    }
    .product-item::after {
        left: 0;
        right: 0;
    }
    .product-item-icon {
        position: absolute;
        left: 10px;
        top: 12px;
    }
    .product-item-content {
        line-height: 1.4;
        padding: 0;
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        margin-top: 0;
        text-align: left;
    }
    .product-item-content::before {
        left: -44px;
    }
    .product-item-props {
        padding: 0;
        margin: 0 20px 0 0;
        background: 0;
        position: absolute;
        left: 10px;
        bottom: 9px;
    }
    .product-item-props_stock,
    .product-item-props_price {
        min-width: auto;
        height: 34px;
        padding: 0;
        border: 0;
        margin: 0 12px 0 0;
        justify-content: flex-start;
    }
    .product-item-control {
        width: 120px;
        position: absolute;
        right: 10px;
        bottom: 9px;
        margin: 0;
    }
    .product-item .product-button__buy {
        width: 90px;
        height: 34px;
        font-size: 14px;
    }
    .product-item .product-button__cart {
        width: 34px;
        height: 34px;
        margin-left: 14px;
    }
}
@media all and (max-width: 422px) {
    .product-item-props_stock,
    .product-item-props_price {
        width: auto;
    }
}

@keyframes animate-product-ajax-load {
    0% {
        opacity: 0;
        transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
.product-item[data-product-ajax="true"] {
    animation: animate-product-ajax-load 0.35s linear;
}

/* Main category */
.main-category {
    margin: 62px 0 76px 0;
}
.main-category-title {
    margin: 0 0 20px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    line-height: 1.2;
}
.main-category-box {
    padding: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 17px;
    flex-wrap: wrap;
    background: #283144;
    border-radius: 10px;
}
a.main-category-item {
    display: block;
    position: relative;
    text-decoration: none;
}
a.main-category-item::after {
    width: auto;
    height: auto;
    content: " ";
    display: block;
    position: absolute;
    left: -5px;
    right: -5px;
    top: -5px;
    bottom: -5px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 5px;
    transform: scale(0.8);
    opacity: 0;
    transition: transform 0.3s ease, opacity 0.3s ease;
}
a.main-category-item:hover::after {
    opacity: 1;
    transform: scale(1);
}
.main-category-item-icon {
    width: 34px;
    height: 34px;
    vertical-align: top;
    object-fit: contain;
}

/* Product - full page */
.product-width-title {
    margin: 0 0 30px 0;
    font-weight: 500;
    font-size: 18px;
    color: #fff;
}
.product-width-box {
    display: flex;
    gap: 26px;
}
.product-width-sidebar {
    flex: none;
    width: 221px;
}
.product-width-sidebar-box {
    padding: 13px 17px 16px;
    background: #283144;
    border-radius: 10px;
}

.product-width-btn-back {
    min-height: 39px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 22px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #202736;
    border-radius: 10px;
    transition: background-color 0.3s ease;
}
.product-width-btn-back:hover {
    background-color: #2e374b;
}

.product-width-middle {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 4px 24px;
}
.product-width-middle-image {
    flex: none;
    width: 104px;
    height: 104px;
    display: flex;
    align-items: center;
    justify-items: center;
}
.product-width-middle-image img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    vertical-align: top;
}

.product-width-middle-sell {
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
}

.product-width-middle-sell {
    flex: 1 0;
}

.product-width-props-list {
    margin: 24px 0 0 0;
}

.product-width-shop {
    margin: 28px 0 0 0;
    text-align: center;
}
.product-width-shop .product-button__buy {
    padding: 0 18px;
}

.product-width-fav {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 14px 0 0 0;
}
.product-width-btn-fav {
    display: inline-block;
    vertical-align: top;
    color: #f2d5ac;
}
.product-width-btn-fav .icon {
    flex: none;
}
.product-width-btn-fav-label-remove,
.product-width-btn-fav-label-add {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}
.product-width-btn-fav-label-remove {
    display: none;
}
.product-width-btn-fav.in-favorites .product-width-btn-fav-label-add {
    display: none;
}
.product-width-btn-fav.in-favorites .product-width-btn-fav-label-remove {
    display: flex;
}
.product-width-btn-fav:hover {
    color: #ffd393;
}

.theme-light .product-width-btn-fav .icon {
    filter: grayscale(1) contrast(0) brightness(0);
}
.theme-light .product-width-btn-fav {
    color: #000;
}

.product-width-help {
    margin: 12px 0 0 0;
    text-align: center;
}
.product-width-help a {
    font-weight: 300;
    color: #f2d5ac;
    text-decoration: underline;
}
.product-width-help a:hover {
    text-decoration: none;
}

.product-width-content {
    flex: 1 0;
    padding: 14px 0 0 0;
}
.product-width-subtitle {
    margin: 0 0 16px 0;
    font-weight: 300;
    font-size: 14px;
    color: #5f6779;
}

.product-width-mini-title {
    margin: 0 0 19px 0;
    font-weight: 300;
    font-size: 12px;
    color: #5f6779;
}

.product-width-info-title {
    margin: 0 0 16px 0;
    font-size: 16px;
}

.product-width-tabs {
    margin: 26px 0 21px 0;
    display: flex;
    gap: 0 6px;
    border-bottom: 1px solid #364056;
}

.product-width-alert {
    padding: 10px 37px 10px 17px;
    margin: 14px 0;
    position: relative;
    font-weight: bold;
    font-size: 12px;
    border-radius: 8px;
    color: #a32020;
    background: #ffeebb;
}

.product-width-tabs-button {
    min-height: 32px;
    padding: 5px 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    font-size: 12px;
    color: #fff;
    text-align: center;
    background: #283144;
    border-radius: 10px 10px 0 0;
    transition: background-color 0.3s ease;
    transform: translate3d(0,0,0);
}
.product-width-tabs-button:hover {
    background-color: #303a50;
}
.product-width-tabs-button.active {
    color: #000;
    background-color: #f2d5ac;
}

.product-width-tab-content {
    display: none;
}

.product-width-tab-content.active {
    display: block;
}

@media all and (max-width: 772px) {
    .product-width-box {
        flex-direction: column;
    }
    .product-width-sidebar {
        width: 300px;
        max-width: 100%;
        margin: 0 auto;
    }
}

.product-related {
    margin: 30px 0 0 0;
}
.product-related .product-width-title {
    font-weight: 600;
    margin-bottom: 22px;
}
.product-related-more {
    margin: 20px 0 0 0;
    text-align: center;
}

.product-width-stats {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 42px 0;
}
.product-width-stats-col {
    flex: 1 0;
}
.product-width-stats-list {
    display: flex;
    flex-direction: column;
    gap: 10px 0;
}
.product-width-stats-list-item {
    font-size: 12px;
}
.product-width-stats-list-label {
    margin: 0 5px 0 0;
}
.product-width-stats-list-value {
    font-size: 14px;
    color: #f2d5ac;
}

.product-width-graph {
    position: relative;
    z-index: 1;
}
.product-width-graph-title {
    position: absolute;
    left: 50px;
    top: 0;
}
.product-width-graph-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.product-width-graph-logo-label {
    font-size: 24px;
    color: #283041;
}

/* Content - Breadcrumbs */
.breadcrumbs {
    margin: 0 0 28px 0;
    font-size: 12px;
    color: #5f6779;
    word-break: break-word;
}
.breadcrumbs li {
    display: inline;
    vertical-align: top;
}
.breadcrumbs li:after {
    width: 20px;
    height: 9px;
    content: " ";
    display: inline-block;
    text-align: center;
    background: no-repeat center center url(../img/icons/speedbar-arrow.png);
    background-size: auto 9px;
}
.breadcrumbs li:last-child:after {
    display: none;
}
.breadcrumbs a {
    line-height: 1;
    padding: 0 0 1px 0;
    color: #5f6779;
    text-decoration: underline;
    transition: color 0.3s ease, border-bottom-color 0.3s ease;
}
.breadcrumbs a:hover {
    color: #a7b0c2;
}

/* My Buy */
.my-buy-title {
    margin: 0 0 20px 0;
    font-weight: bold;
    font-size: 18px;
}
.my-buy-desc {
    margin: -10px 0 15px 0;
}
.my-buy-form {
    width: 450px;
    max-width: 100%;
    display: flex;
    gap: 8px;
    margin: 0 0 64px 0;
}
.my-buy-form-input {
    flex: 1 0;
    height: 42px;
}
.my-buy-form-button {
    flex: none;
    height: 42px;
    padding: 0 18px;
}

.my-buy-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px 41px;
}
.my-buy-list-item {
    display: flex;
}
.my-buy-list-box {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 18px 14px 15px 14px;
    background: #242c3d;
    border-radius: 10px;
}
.my-buy-list-box-header {
    flex: 1 0;
    display: flex;
    align-items: flex-start;
    gap: 20px;
}
.my-buy-list-box-icon {
    flex: none;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.my-buy-list-box-icon img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    vertical-align: top;
}
.my-buy-list-box-title {
    flex: 1 0;
    min-height: 40px;
    display: flex;
    align-items: center;
    word-break: break-word;
}
.my-buy-list-box-title a {
    color: #fff;
    text-decoration: none;
    transition: color 0.3s ease;
}
.my-buy-list-box-title a:hover {
    color: #e2bb7d;
}

.my-buy-list-box-bottom {
    flex: none;
    margin: 14px 0 0 0;
    display: flex;
    align-items: center;
    gap: 20px;
}
.my-buy-list-box-bottom .product-props {
    flex: 1 0;
}
.my-buy-list-box-bottom .button {
    flex: none;
}

@media all and (max-width: 972px) {
    .my-buy-list {
        gap: 20px;
    }
}
@media all and (max-width: 872px) {
    .my-buy-list {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media all and (max-width: 572px) {
    .my-buy-list {
        grid-template-columns: 1fr;
    }
}

/* Modal form */
body.body--modal-open {
    overflow: hidden;
}

.modal-static {
    width: auto;
    height: auto;
    padding: 20px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    position: fixed;
    z-index: 1033;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden;
    overflow-y: auto;
    background: rgba(43, 46, 56, 0.9);
    visibility: hidden;
    opacity: 0;
    transition: visibility 0.3s ease, opacity 0.3s ease;
}

.modal-static.m--open {
    visibility: visible;
    opacity: 1;
}

.modal-static__layer {
    width: auto;
    height: auto;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    position: absolute;
    z-index: 3;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

/* Modal - Buy */
button.remodal-close {
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    font-weight: 400;
    font-size: 18px;
    color: #0e131d;
    text-align: center;
    position: absolute;
    left: auto;
    right: -11px;
    top: -11px;
    background: #f2d5ac;
    border-radius: 50%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition: background-color 0.3s ease;
}

button.remodal-close::before {
    content: "x";
}

button.remodal-close:hover {
    background-color: #ff415d;
}

.modal-box {
    width: 100%;
    max-width: 414px;
    position: relative;
    z-index: 4;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-10px);
    transition: visibility 0.3s ease, opacity 0.3s ease, transform 0.3s ease;
}

.modal-static.modal__alert .modal-box {
    max-width: 400px;
}

.modal-static.m--open .modal-box {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
}

.modal-box__header {
    margin: 0 0 14px 0;
    text-align: left;
}

.modal-box__title {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    font-weight: 500;
    font-size: 18px;
}

.modal-box__container {
    position: relative;
    padding: 26px 28px 25px;
    color: #fff;
    background: #283144;
    border-radius: 10px;
}
.modal-box__container::before {
    width: 160px;
    height: 160px;
    content: " ";
    display: block;
    position: absolute;
    left: 50%;
    top: -82px;
    transform: translateX(-50%);
    background: no-repeat 0 0 url(../img/logo-mini.png);
}

.modal-box__product {
    font-size: 14px;
    text-align: left;
}

.modal-box__controls {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 38px 0;
}

.modal-box__control {
    width: 285px;
    max-width: 50%;
}

.modal-box__alert {
    margin-bottom: 0;
}

.modal-box__additional {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}
.modal-box__additional .button-checkbox__tick {
    background: #202736;
}
@media all and (max-width: 672px) {
    .modal-box__additional {
        flex-direction: column;
        gap: 20px;
    }
}
.modal-box__additional .modal-box__checkbox {
    flex: 1 0;
}
@media all and (max-width: 672px) {
    .modal-box__additional .modal-box__checkbox {
        flex: none;
        width: 100%;
        order: 2;
    }
}
.modal-box__additional .input__input-box {
    align-items: center;
}

.modal-box__promocode {
    flex: none;
    width: 100%;
    position: relative;
}
@media all and (max-width: 672px) {
    .modal-box__promocode {
        width: 100%;
        margin-top: 10px;
    }
}
.modal-box__promocode-input {
    width: 100%;
}
.modal-box__promocode-button {
    width: auto;
    height: 100%;
    padding: 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 12px;
    color: #f2d5ac;
    text-align: center;
    background: #202736;
    border-radius: 0 10px 10px 0;
    transition: background-color 0.3s ease;
}
.modal-box__promocode-button_set {
    display: none;
}
.modal-box__promocode-button::after {
    width: 1px;
    height: auto;
    content: " ";
    display: block;
    position: absolute;
    left: 0;
    top: 12px;
    bottom: 12px;
    background: #485472;
}
.modal-box__promocode-button:hover {
    background: #363f56;
}

.modal-box .place-input {
    background: #202736;
}
.modal-box .place-input:hover,
.modal-box .place-input:focus {
    background: #13171e;
}

.modal-box[data-discount="0"] .modal-box__promocode-button_set {
    display: flex;
}
.modal-box[data-discount="0"] .modal-box__promocode-button_reset {
    display: none;
}

.modal-box__bottom {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding: 1px 0 0;
    margin: 40px 0 -6px 0;
}

.modal-box__bottom.bottom--center {
    justify-content: center;
}

.modal-box__total {
    padding: 0 0 2px 17px;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.modal-box__total::before {
    width: 5px;
    height: auto;
    content: " ";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background: #f2d5ac;
}
.modal-box__total-show {
    position: relative;
    display: inline-block;
    font-weight: bold;
    font-size: 24px;
}
.modal-box__total-show .total--value {
    font-weight: bold;
    font-size: 22px;
}
.modal-box__total-show .total--ex {
    font-weight: 400;
    font-size: 14px;
    vertical-align: top;
    margin-top: -2px;
}
.modal-box__total-pcs {
    display: inline-block;
    margin: -4px 0 0 0;
    font-size: 12px;
    color: #5f6779;
}

.modal-box__buttons {
    display: flex;
    align-items: center;
    gap: 10px 22px;
}

.modal-box__button-cancel {
    color: #aab2ba;
    text-decoration: underline;
    transition: color 0.3s ease;
}
.modal-box__button-cancel:hover {
    color: #ea2532;
}

.modal-box__button-pay[disabled] {
    opacity: 0.5;
    cursor: default;
}

.modal-box__info-inner {
    padding: 10px 17px;
    margin: 22px 0 0 0;
    font-size: 13px;
    line-height: 1.24;
    color: #fff;
    text-align: left;
    background: #4a5161;
    border-radius: 10px;
}

.modal-box__info-inner a {
    text-decoration: underline;
}

.modal-box__info-inner a:hover {
    text-decoration: none;
}

@media all and (max-width: 572px) {
    .remodal.modalpay {
        padding: 26px;
    }
}
@media all and (max-width: 520px) {
    .modal-box__title {
        max-width: 100%;
        margin: 0 auto 16px;
    }
    .modal-box__prodbuy {
        margin: 0 0 20px 0;
    }
    .remodal.modalpay {
        padding: 20px 18px;
    }
    .modal-box__control {
        flex: 1 0;
        width: auto;
        max-width: none;
    }
    .modal-box__control.control--pcs {
        flex: none;
        width: 130px;
        margin: 0 0 0 20px;
    }
    .box__quantity-input {
        font-size: 22px;
    }
}
@media all and (max-width: 460px) {
    .modal-box__controls {
        flex-direction: column;
    }
    .modal-box__control.control--pcs {
        width: 100%;
        margin: 12px 0 0 0;
    }
    .modal-box__checkboxs {
        flex-direction: column;
    }
    .modal-box__checkbox {
        width: 100%;
    }
}

/* Page */
.page-width-title {
    margin: 0 0 20px 0;
    font-weight: 500;
    font-size: 28px;
}

/* Histories */
.history-orders-empty {
    padding: 30px 0;
    color: #aab2ba;
    text-align: center;
}
.history-orders-table {
    width: 100%;
    padding: 0;
    border: 0;
    border-collapse: collapse;
}
.history-orders-table th,
.history-orders-table td {
    padding: 0;
    border: 0;
    border-collapse: collapse;
    font-weight: 400;
    font-size: 14px;
    text-align: left;
}
.history-orders-table th {
    padding: 12px 20px;
    font-weight: bold;
    color: #fff;
    background: #283144;
}
.history-orders-table th:first-child {
    border-radius: 10px 0 0 10px;
}
.history-orders-table th:last-child {
    border-radius: 0 10px 10px 0;
}
@media all and (max-width: 1072px) {
    .history-orders-table th {
        padding: 12px 15px;
    }
}
.history-orders-table td {
    padding: 10px 20px;
    position: relative;
}
@media all and (max-width: 1072px) {
    .history-orders-table td {
        padding: 12px 15px;
    }
}
@media all and (min-width: 872.5px) {
    .history-orders-table tbody tr td {
        position: relative;
    }
    .history-orders-table tbody tr td::after {
        width: auto;
        height: 1px;
        content: " ";
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        border-top: 1px solid rgba(255, 255, 255, 0.25);
    }
    .history-orders-table tbody tr td:first-child::after {
        left: 20px;
    }
    .history-orders-table tbody tr td:last-child::after {
        right: 20px;
    }
    .history-orders-table tbody tr:first-child td::after {
        display: none;
    }
}
.history-orders-item-link {
    color: inherit;
    text-decoration: none;
    transition: color 0.3s ease;
}
.history-orders-item-link:hover {
    color: #c02128;
}
.history-orders-item-method-pay {
    display: flex;
    align-items: center;
    gap: 10px;
}
.history-orders-item-btn {
    padding: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 5px;
    transition: background-color 0.3s ease;
}
.history-orders-item-btn:hover {
    background: rgba(255, 255, 255, 0.24);
}

@media all and (max-width: 872px) {
    .history-orders {
        padding: 0;
        border: 0;
        display: block;
    }
    .history-orders thead {
        display: none;
    }
    .history-orders tbody,
    .history-orders tr,
    .history-orders th,
    .history-orders td {
        padding: 0;
        border: 0;
        display: block;
    }
    .history-orders tr {
        padding: 10px;
        background: #fff;
        border-radius: 8px;
    }
    .history-orders tbody {
        padding: 5px;
        display: flex;
        flex-direction: column;
        gap: 5px;
        background: #3e4657;
        border-radius: 8px;
    }
    .history-orders td {
        padding: 8px 5px 8px 0;
        display: flex;
        align-items: flex-start;
        gap: 10px;
        border-top: 1px dashed #aab2ba;
    }
    .history-orders td:first-child {
        border-top: 0;
    }
    .history-orders td[data-label]::before {
        content: attr(data-label) ":";
        min-width: 120px;
        padding-top: 1px;
        font-size: 12px;
        color: #aab2ba;
    }
}

.cabinet-block {
    display: flex;
    gap: 30px 54px;
    flex-wrap: wrap;
}
@media all and (max-width: 872px) {
    .cabinet-block {
        flex-direction: column;
    }
}
.cabinet-block__form {
    flex: none;
    width: 500px;
    max-width: 100%;
}
@media all and (max-width: 872px) {
    .cabinet-block__form {
        width: 100%;
    }
}
.cabinet-block__content {
    flex: 1 0;
}
.cabinet-block__history {
    flex: 1 0;
}
.cabinet-block-balance {
    padding: 0 0 14px 0;
    border-bottom: 1px dashed #aab2ba;
}
.cabinet-block-balance_value {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    font-weight: bold;
    font-size: 24px;
}
.cabinet-block-bottom {
    margin: 22px 0 0 0;
    text-align: center;
}

.order-block-top {
    text-align: center;
}
.order-block-bottom {
    position: relative;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px 28px;
    flex-wrap: wrap;
    margin: 26px -26px -30px;
    text-align: center;
}
.order-block-bottom::after {
    width: auto;
    height: 1px;
    content: " ";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.order-block-button-download {
    margin: 27px 0 0 0;
}
.order-block-icon {
    margin: 0 0 20px 0;
}
.order-block-icon .icon {
    vertical-align: top;
}
.order-block-title {
    margin: 0 0 8px 0;
}
.order-block-id {
    margin: 0 0 26px 0;
}
.order-block-id__value {
    min-height: 41px;
    padding: 5px 20px;
    display: inline-flex;
    vertical-align: top;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
}
.order-block-group {
    width: 500px;
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 13px;
    flex-wrap: wrap;
    margin: 0 auto;
}
.order-block-prop {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
}
@media all and (max-width: 772px) {
    .order-block-prop {
        flex-direction: column;
    }
}
.order-block-prop-label {
    flex: none;
    width: 100px;
    text-align: right;
}
@media all and (max-width: 772px) {
    .order-block-prop-label {
        width: 100%;
        text-align: center;
    }
}
.order-block-prop-value {
    flex: 1 0;
    min-height: 33px;
    width: auto;
    padding: 5px 14px;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    word-break: break-word;
    text-align: left;
    background: #3e4657;
    border-radius: 10px;
}
/*.order-block-prop_product {*/
/*    flex: none;*/
/*    width: 100%;*/
/*    flex-direction: column;*/
/*    margin-top: 8px;*/
/*}*/
/*.order-block-prop-value_product {*/
/*    min-height: 41px;*/
/*    width: 100%;*/
/*    padding-top: 8px;*/
/*    padding-bottom: 8px;*/
/*}*/

/*
Label status
 */
.label-status {
    padding: 3px 10px;
    display: inline-block;
    vertical-align: middle;
    line-height: 1.24;
    font-weight: 500;
    border-radius: 10px;
}
.label-status_wait {
    color: #e2af2a;
    background: rgba(226, 175, 42, 0.1);
}
.label-status_awaiting_payment {
    color: #1cbcec;
    background: rgba(28, 188, 236, 0.1);
}
.label-status_overdue_payment {
    color: #d01c6e;
    background: rgba(208, 28, 110, 0.1);
}
.label-status_success,
.label-status_paid {
    color: #23c22e;
    background: rgba(35, 194, 46, 0.1);
}
.label-status_danger,
.label-status_cancel {
    color: #c22323;
    background: rgba(194, 35, 35, 0.1);
}

/*
Alerts
 */
.alert {
    padding: 10px 37px 10px 17px;
    margin: 14px 0;
    position: relative;
    font-size: 12px;
    border-radius: 8px;
}
.alert-warning {
    color: #000;
    background: #fdefbf;
}
.alert-danger {
    color: #fff;
    background: #c22323;
}
.alert-success {
    color: #000;
    background: #00a80c;
}
.alert .close {
    width: 24px;
    height: 24px;
    display: block;
    position: absolute;
    right: 5px;
    top: 5px;
    border: 0;
    background: #bf1f26 no-repeat center center
        url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAUCAYAAABiS3YzAAAAwElEQVQ4jZ3UUQ2EMAyA4QYHWDgLWDgLZwELZwELaMHCacHCTxYGGbtua9dkD2ztlyZbkTSABZjEEcAIfNUKYOWM3QpH8Bfr1hKIFc5AUngIh0pN2NtKcKzZRCQ/nx6e0q3acaFD4t5/gy3YDRrgdxfYgLWwgQ7YBxrgKjhUwFF5Mle84nJ1WLrl/PJsI10B9y649Q6tA2IGkzwb7J2UJtw7ehX4rAFmD1iB5zzhgl2TksBPMEn49Ixe+NncHyJyAA2cClih/n1pAAAAAElFTkSuQmCC");
    background-size: 50%;
    border-radius: 50%;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition: background-color 0.3s ease;
}
.alert .close:hover {
    background-color: #ff415d;
}
.alert .close span {
    display: none;
}

/* Banka */
.main-banka {
    margin: 30px 0;
}
.main-banka:first-child {
    margin-top: 0;
}
.main-banka:last-child {
    margin-bottom: 0;
}

.main-banka_top {
    text-align: center;
}
.main-banka_top img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

/* Tippy */
.tippy-box[data-theme="product"],
.tippy-box[data-theme="gray"],
.tippy-box[data-theme="gray-center"] {
    min-width: 110px;
    max-width: 400px;
    font-size: 14px;
    background-color: #000;
    border-radius: 16px;
}

.tippy-box[data-theme="product"] a,
.tippy-box[data-theme="gray"] a,
.tippy-box[data-theme="gray-center"] a {
    color: #000;
    text-decoration: underline;
}
.tippy-box[data-theme="product"] a:hover,
.tippy-box[data-theme="gray"] a:hover,
.tippy-box[data-theme="gray-center"] a:hover {
    color: #fff;
}

.tippy-box[data-theme="gray-center"] {
    text-align: center;
}

.tippy-box[data-theme="product"] .tippy-arrow,
.tippy-box[data-theme="gray"] .tippy-arrow,
.tippy-box[data-theme="gray-center"] .tippy-arrow {
    color: rgba(49, 50, 55, 0.8);
}

.tippy-box p,
.tippy-box li {
    margin: 3px 0;
}
.tippy-box p:first-child,
.tippy-box li:first-child {
    margin-top: 0;
}
.tippy-box p:last-child,
.tippy-box li:last-child {
    margin-bottom: 0;
}

.tippy-product__loader {
    font-size: 13px;
    text-align: center;
}

/* Paginator */
.paginator {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 18px;
}

.paginator a,
.paginator span {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 7px 0 0;
    font-weight: 600;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    background: #283144;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.paginator a:hover {
    background: #323f5b;
}

.paginator span {
    border: 0;
    color: #000;
    background: #f2c07e;
}

.paginator span.pag--empty {
    background: 0;
}

/*
Error 404
 */
.error-header {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}
.error-header svg {
    flex: none;
}
.error-header-content {
    flex: 1 0;
}
.error-header h1 {
    margin: 0 0 14px 0;
}
.error-header p {
    margin: 14px 0 0 0;
}
@media all and (max-width: 572px) {
    .error-header {
        flex-direction: column;
        text-align: center;
    }
}

/* Page - Faq */
.block-faq-section {
    margin-bottom: 30px;
}
.block-faq-header {
    margin: 0 0 18px 0;
    font-weight: bold;
    font-size: 24px;
    color: #02141f;
}
.block-faq-list {
    margin-bottom: 20px;
}
.block-faq-list__item,
.block-faq-list__item-header,
.block-faq-list__item-content {
    padding: 0;
    margin: 0;
    list-style: none;
    display: block;
}
.block-faq-list__item {
    margin: 8px 0;
}
.block-faq-list__item-header {
    width: 100%;
    padding: 13px 46px 13px 24px;
    position: relative;
    z-index: 7;
    display: block;
    font-weight: bold;
    font-size: 15px;
    color: #fff;
    text-align: left;
    background-color: #283144;
    box-shadow: 0 5px 18px 0 rgba(15, 18, 19, 0.07);
    border-radius: 10px;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition: background 0.2s ease, box-shadow 0.2s ease;
}
.block-faq-list__item-header:hover {
    box-shadow: 0 5px 18px 0 rgba(15, 18, 19, 0.17);
}
.block-faq-list__item:first-child {
    margin-top: 0;
}
.block-faq-list__item-header::before {
    width: 20px;
    height: 20px;
    line-height: 20px;
    display: block;
    vertical-align: middle;
    content: " ";
    position: absolute;
    right: 24px;
    top: 50%;
    margin: -10px 0 0 0;
    background: no-repeat center center url(../img/icons/faq-arrow.svg);
    background-size: 100% 100%;
    transition: transform 0.3s ease, filter 0.3s ease;
    filter: grayscale(1);
}
.block-faq-list__item-header.current {
    color: #fff;
    background-color: #3b455d;
}
.block-faq-list__item-header.current::before {
    transform: rotate(180deg);
    filter: grayscale(1) brightness(20);
}

.block-faq-list__item-content {
    max-height: 35px;
    position: relative;
    z-index: 5;
    overflow: hidden;
    margin-top: -35px;
    opacity: 0;
    transition: max-height 0.3s ease, opacity 0.5s ease;
}
.block-faq-list__item .fn_height::before {
    width: 100%;
    height: 12px;
    content: " ";
    display: block;
}
.block-faq-list__desc {
    width: 100%;
    padding: 38px 29px 17px;
    position: relative;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    line-height: 1.58;
    background: #283144;
    border-radius: 15px;
}

.block-faq-list p {
    margin: 10px 0;
}
.block-faq-list p:first-child {
    margin-top: 0;
}
.block-faq-list p:last-child {
    margin-bottom: 0;
}
.block-faq-list ol > li + li {
    margin-top: 20px;
}

.theme-light .block-faq-list__desc {
    color: #283144;
    background: #e5e6ec;
}

/*
AUTH GOOGLE
 */

.form_default {
    max-width: 400px;
    margin: 0 auto;
    padding: 20px;
    border-radius: 10px;
    background-color: #f9f9f9;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.qr-code-wrapper {
    text-align: center;
    margin-bottom: 15px;
}

.qr-code-image {
    max-width: 100%;
    height: auto;
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 5px;
}

.input-label {
    display: block;
    font-weight: 600;
    color: #333;
    margin-bottom: 8px;
}

.input-text {
    width: 100%;
    padding: 12px; /* Увеличен padding для удобства ввода */
    border-radius: 5px;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
    color: #000;
    text-align: center;
    font-size: 18px; /* Увеличен размер шрифта */
    line-height: 1.5;
}

.button-wrapper {
    margin-top: 15px;
    text-align: center;
}

/*
Notifications
 */

.notification-btn {
    width: 36px;
    padding: 0;
    display: flex;
    overflow: visible;
    position: relative;
}

.notification-btn-count {
    width: 15px;
    height: 15px;
    line-height: 15px;
    display: block;
    position: absolute;
    z-index: 2;
    right: -4px;
    top: -4px;
    font-size: 11px;
    color: #fff;
    text-align: center;
    background: #ef1414;
    border-radius: 50%;
    opacity: 1;
    transition: opacity 0.3s ease;
}
.notification-btn-count.none {
    opacity: 0;
}

.notification-categories-list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px 50px;
    margin: 0 0 22px 0;
}
.notification-categories-list a {
    text-decoration: underline;
}
.notification-categories-list a.active {
    font-weight: bold;
    color: #e4bd7f;
    text-decoration: none;
}

.notification-list-item {
    padding: 14px;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
    background-color: #283144;
    border-radius: 10px;
}
.theme-light .notification-list-item {
    background-color: #e5e6ec;
}
.notification-list-item:first-child {
    margin-top: 0;
}
.notification-list-item-icon {
    flex: none;
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e4bd7f;
    border-radius: 50%;
}
.notification-list-item-icon img {
    width: 22px;
    height: 22px;
    vertical-align: top;
}
.notification-list-item-icon.read {
    background: #4a4a4a;
}
.notification-list-item-icon.read img {
    filter: grayscale(1) invert(1) brightness(0.8);
}
.notification-list-item-content {
    flex: 1 0;
}
.notification-list-item-date {
    font-size: 11px;
    opacity: 0.5;
}
.notification-list-item-text {
    margin: 10px 0 0 0;
}
.notification-list-item-text p {
    margin: 8px 0;
}

.notification-controls {
    display: flex;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
    margin: 20px 0 0 0;
}

/*
 * Partners
 */
.partner-page {
    display: flex;
    gap: 30px;
    margin-bottom: 20px;
}
.partner-page-sidebar {
    flex: none;
    width: 440px;
}
.partner-page-content {
    flex: 1 0;
}
@media all and (max-width: 772px) {
    .partner-page {
        flex-direction: column;
    }
    .partner-page-sidebar {
        width: auto;
    }
    .partner-page-content {
        flex: none;
    }
}

.partners-block-stats {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 14px 0 8px 0;
}
@media all and (max-width: 672px) {
    .partners-block-stats {
        flex-direction: column;
        gap: 20px;
    }
    .partners-block-stats .form-label_start {
        margin-bottom: 6px;
    }
}
.partners-block-stats-item {
    flex: 1 0;
    display: flex;
    gap: 10px;
    align-items: center;
}
.partners-block-stats-item .form-label {
    margin: 0;
}
.partners-block-stats-value {
    font-weight: bold;
    font-size: 18px;
}

.partners-block-balance {
    display: flex;
    gap: 10px;
    align-items: center;
}
.partners-block-balance-header {
    margin: 0 0 20px 0;
}
.partners-block-balance .form-label {
    margin: 0;
}
.partners-block-balance-value {
    font-weight: bold;
    font-size: 24px;
    color: #c98a32;
}

.partners-block-checkout {
    margin: 20px 0 0 0;
}

/* Categories */

.categories {
    width: auto;
    display: flex;
}
.categories-list {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: 19px;
}
@media all and (max-width: 1000px) {
    .categories-list {
        grid-template-columns: 1fr 1fr 1fr;
    }
}
@media all and (max-width: 820px) {
    .categories-list {
        grid-template-columns: 1fr 1fr;
    }
}
@media all and (max-width: 472px) {
    .categories-list {
        grid-template-columns: 1fr;
    }
}
.categories-item {
    display: block;
    padding: 22px 16px 18px 22px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin: 0;
    list-style: none;
    line-height: 1.6;
    background-color: #283144;
    border-radius: 12px;
}
.categories-item::before {
    width: 50px;
    height: 50px;
    content: " ";
    display: block;
    position: absolute;
    z-index: -1;
    left: -50px;
    top: -70px;
}
.categories-item:nth-child(7n + 1)::before {
    box-shadow: 0 0 130px 130px #194c8c;
}
.categories-item:nth-child(7n + 2)::before {
    box-shadow: 0 0 130px 130px #503472;
}
.categories-item:nth-child(7n + 3)::before {
    box-shadow: 0 0 130px 130px #3a458b;
}
.categories-item:nth-child(7n + 4)::before {
    box-shadow: 0 0 130px 130px #1c717c;
}
.categories-item:nth-child(7n + 5)::before {
    box-shadow: 0 0 130px 130px #214462;
}
.categories-item:nth-child(7n + 6)::before {
    box-shadow: 0 0 130px 130px #1c717c;
}
.categories-item:nth-child(7n + 7)::before {
    box-shadow: 0 0 130px 130px #214463;
}
.categories-item dd {
    padding: 0;
    margin: 0 6px 0 0;
    display: inline-block;
    vertical-align: top;
    list-style: none;
    line-height: 1.2;
}
.categories-item dd a {
    font-size: 12px;
    color: #fff;
    text-decoration: none;
    transition: color 0.3s ease;
    word-break: break-word;
}
.categories-item dd a:hover {
    color: #f2d5ac;
}
.categories-item dd ul ul {
    margin-left: 12px;
    margin-top: 2px;
}
.categories-header {
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 0 0 10px 0;
}
.categories-header-link {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 20px;
    color: inherit;
    text-decoration: none;
    transition: color 0.3s ease;
}
.categories-header-link:hover {
    color: #f2d5ac;
}
.categories-header + dd::before {
    display: none;
}
.categories-icon {
    flex: none;
    width: 44px;
    height: 44px;
    object-fit: contain;
}
.categories-header-link-header {
    flex: 1 0;
}
.categories-header-link-count {
    font-size: 12px;
}
.categories-header-link-label {
    display: block;
    font-weight: bold;
    font-size: 20px;
    line-height: 1.1;
}

/* Category entry list */
.entry-category-list {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
    margin: 0 0 20px 0;
}
.entry-category-list .current {
    font-weight: bold;
    text-decoration: none;
}
.entry-category-list-link {
    display: flex;
    align-items: center;
    gap: 10px;
}
.entry-category-list-link img {
    flex: none;
    width: 30px;
    height: 30px;
    object-fit: contain;
}

/* Entry help */
.entry-item {
    padding: 13px 34px 13px 13px;
    display: flex;
    gap: 26px;
    margin: 0 0 11px 0;
    background: #283144;
    border-radius: 10px;
}
.entry-item-image {
    flex: none;
    width: 176px;
}
.entry-item-image img {
    width: 100%;
    height: 110px;
    object-fit: cover;
    vertical-align: top;
    border-radius: 10px;
}
.entry-item-content {
    flex: 1 0;
    display: flex;
    align-items: center;
    gap: 15px;
}
.entry-item-middle {
    flex: 1 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.entry-item-details {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}
.entry-item-prop {
    display: flex;
    align-items: center;
    gap: 8px;
    line-height: 1.3;
}
.entry-item-prop .icon {
    flex: none;
}
.entry-item-title {
    font-size: 18px;
}
.entry-item-title a {
    color: #fff;
    text-decoration: none;
}
.entry-item-title a:hover {
    text-decoration: underline;
}
.entry-item-desc {
    position: relative;
    overflow: hidden;
}
.entry-item-desc p {
    margin: 0;
}
.entry-item-more {
    flex: none;
}
.entry-item-more-button {
    width: 48px;
    height: 48px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.entry-item-more-button .icon-more-arrow {
    width: 10px;
    height: 15px;
    display: block;
    background: no-repeat 0 0 url(../img/icons/more-arrow.png);
}

@media all and (max-width: 772px) {
    .entry-item {
        padding: 13px;
        flex-direction: column;
    }
    .entry-item-image {
        width: 100%;
        padding: 64% 0 0 0;
        position: relative;
    }
    .entry-item-image img {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
    }
    .entry-item-more-button {
        width: 32px;
        height: 32px;
    }
}

.ml-auto {
    margin-left: auto;
}

.mr-4 {
    margin-right: 16px;
}

.cursor-pointer {
    cursor: pointer;
}

.hidden{
    display:none;
}

@media (min-width: 773px) {
  .md\:block {
    display:block;
  }
}


/* END */
