:root {
    --white: #fff;
    --black: #000;

    --purple: #bb55ae;
    --purple-hover: #d63ac2;

    --gray-1: #c0c2ce;
    --gray-2: #737792;
    --gray-3: #abadbe;
    --gray-smooth: #f7f7f9;
    --gray-border: #e1e2e8;

    --layout-width: 1440px;
    --desktop-padding: 30px;
    --mobile-padding: 10px;

    --fields-height: 52px;

    --xl-font-size: 20px;
    --l-font-size: 18px;
    --font-size: 16px;
    --m-font-size: 14px;
    --s-font-size: 13px;
    --xs-font-size: 12px;
}

.catalog-page .catalog.container .section-category__title{
    display:none;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/* Sections
    ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
    margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
    ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/* Text-level semantics
    ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
    ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
    border-style: none;
}

/* Forms
    ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
    /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
    /* 1 */
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

/* Interactive
    ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item;
}

/* Misc
    ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
    display: none;
}

body * {
    box-sizing: border-box;
}

button {
    background: none;
    border: none;
    outline: 0;
    padding: 0;
    cursor: pointer;
}

a {
    color: inherit;
    text-decoration: none;
}

img {
    display: block;
    max-width: 100%;
}

@font-face {
    font-family: 'Bron Sans Cyrl';
    src: url('/static/fonts/BronSansCyrl-300.eot');
    src: url('/static/fonts/BronSansCyrl-300.eot?#iefix') format('embedded-opentype'),
        url('/static/fonts/BronSansCyrl-300.woff2') format('woff2'),
        url('/static/fonts/BronSansCyrl-300.woff') format('woff'),
        url('/static/fonts/BronSansCyrl-300.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Bron Sans Cyrl';
    src: url('/static/fonts/BronSansCyrl-500.eot');
    src: url('/static/fonts/BronSansCyrl-500.eot?#iefix') format('embedded-opentype'),
        url('/static/fonts/BronSansCyrl-500.woff2') format('woff2'),
        url('/static/fonts/BronSansCyrl-500.woff') format('woff'),
        url('/static/fonts/BronSansCyrl-500.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Bron Sans Cyrl';
    src: url('/static/fonts/BronSansCyrl-700.eot');
    src: url('/static/fonts/BronSansCyrl-700.eot?#iefix') format('embedded-opentype'),
        url('/static/fonts/BronSansCyrl-700.woff2') format('woff2'),
        url('/static/fonts/BronSansCyrl-700.woff') format('woff'),
        url('/static/fonts/BronSansCyrl-700.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

body {
    font-size: 16px;
    font-family: 'Bron Sans Cyrl', sans-serif;
    font-weight: 300;
    line-height: 1.5;
}

._locked-scroll {
    overflow: hidden;
}

svg.svg-icons {
    display: none;
}

svg.svg-icons path {
    fill: inherit;
    stroke: inherit;
}

.br {
    display: block;
}

@media screen and (max-width: 630px) {
    .br {
        display: inline;
    }
}

.container {
    display: block;
}

.container_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.container_root {
    max-width: 1460px;
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
}

.link {
    color: #B2B2B2;
    -webkit-transition: 0.3s color cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: 0.3s color cubic-bezier(0.25, 0.46, 0.45, 0.94);
    text-decoration: none;
    cursor: pointer;
    font-size: 15px;
    line-height: 15px;
    font-weight: 400;
}

.link_black {
    color: #2B2626;
}

.link__icon path, .link__icon use {
    stroke: #B2B2B2;
    fill: none;
}

.link__icon_black path, .link__icon_black use {
    stroke: #2B2626;
    fill: none;
}

.link__icon_fill path, .link__icon_fill use {
    stroke: none;
    fill: #B2B2B2;
}

.link__icon_fill.link__icon_black path, .link__icon_fill .link__icon_black use {
    stroke: none;
    fill: #2B2626;
}

@media (min-width: 1025px) {
    .link:hover {
        color: #2B2626;
    }

    .link:hover .link__icon path, .link:hover .link__icon use {
        stroke: #2B2626;
        fill: none;
    }

    .link:hover .link__icon_fill path, .link:hover .link__icon_fill use {
        stroke: none;
        fill: #2B2626;
    }
}

.counter-icon {
    position: relative;
    text-decoration: none;
}

@media (max-width: 1024px) {
    .counter-icon {
        color: #2B2626;
    }
}

.counter-icon__icon {
    width: 24px;
    height: 24px;
}

.counter-icon__icon svg {
    width: 100%;
    height: 100%;
}

.counter-icon__icon use {
    stroke: #2B2626;
    fill: none;
}

.counter-icon__icon + span {
    margin-top: 5px;
}

@media (max-width: 1024px) {
    .counter-icon__icon + span {
        margin-top: 0;
        margin-left: 15px;
    }
}

.counter-icon__cnt {
    position: absolute;
    left: calc(50% + 6px);
    top: -3px;
    display: block;
    font-family: Arial;
    width: 16px;
    height: 16px;
    font-size: 11px;
    line-height: 16px;
    text-align: center;
    color: #FFFFFF;
    background-color: #BB559D;
    border-radius: 50%;
    opacity: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: 0.3s opacity cubic-bezier(0.25, 0.46, 0.45, 0.94), 0.3s -webkit-transform cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: 0.3s opacity cubic-bezier(0.25, 0.46, 0.45, 0.94), 0.3s -webkit-transform cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: 0.3s opacity cubic-bezier(0.25, 0.46, 0.45, 0.94), 0.3s transform cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: 0.3s opacity cubic-bezier(0.25, 0.46, 0.45, 0.94), 0.3s transform cubic-bezier(0.25, 0.46, 0.45, 0.94), 0.3s -webkit-transform cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.counter-icon__cnt[data-active] {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

@media (max-width: 1024px) {
    .counter-icon__cnt {
        left: 17px;
        top: -5px;
    }
}

.button_upper {
    text-transform: uppercase;
}

@media (max-width: 539px) {
    .button_upper {
        text-transform: none;
    }
}

.button_filled {
    background-color: #BB559D;
}

.button_filled:hover, .button_filled:active {
    background-color: #2B2626;
}

.button_border {
    color: #B2B2B2;
    border: 1px solid #B2B2B2;
    padding: 14px;
}

.button_border:hover, .button_border:active {
    color: #2B2626;
    border-color: #2B2626;
}

.button_large {
    min-width: 220px;
    padding-top: 18px;
    padding-bottom: 17px;
}

.button_small {
    padding: 4px 17px;
    font-size: 13px;
    line-height: 13px;
}

@media (max-width: 539px) {
    .button_small.button_border {
        padding-top: 7px;
        padding-bottom: 6px;
    }
}

.button_xsmall {
    min-width: 0;
    padding: 8px 13px 9px;
    font-size: 13px;
    line-height: 13px;
}

.button_xsmall.button_border {
    padding: 7px 13px 8px;
}

.button__icon {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.button__icon_eye path {
    stroke: #B2B2B2;
}

.button:hover .button__icon_eye path, .button:active .button__icon_eye path {
    stroke: #2B2626;
}

.custom-select {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 20px;
}

.custom-select__label {
    margin: 0 0 10px 10px;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    color: #2B2626;
}

.custom-select .select2-selection {
    padding: 14px 30px 9px 15px;
    height: auto;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    border: 1px solid #B2B2B2;
    border-radius: 8px;
}

.custom-select .select2-selection__rendered.select2-selection__rendered {
    padding: 0 15px 0 0;
    font-size: inherit;
    line-height: inherit;
    color: #B2B2B2;
}

.custom-select .select2-selection__arrow {
    width: 10px;
    height: 5px;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.custom-select .select2-selection__arrow.select2-selection__arrow {
    width: 10px;
    height: 5px;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.custom-select .select2-selection__arrow.select2-selection__arrow b {
    position: absolute;
    top: -2px;
    left: 2px;
    display: block;
    width: 7px;
    height: 7px;
    border: 1px solid #B2B2B2;
    border-top: none;
    border-left: none;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin: 0;
}

@media (max-width: 475px) {
    .custom-select .select2-container--open .select2-selection__rendered.select2-selection__rendered {
        color: #2B2626;
    }
}

.custom-select .select2-container--open .select2-selection__arrow.select2-selection__arrow {
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
}

.custom-select .select2-container--open .select2-selection__arrow.select2-selection__arrow b {
    border: 1px solid #B2B2B2;
    border-bottom: none;
    border-right: none;
}

.custom-select .select2-dropdown {
    border: 1px solid #B2B2B2;
    border-top: none;
    border-radius: 8px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.custom-select .select2-results__options {
    padding-top: 9px;
}

@media (max-width: 475px) {
    .custom-select .select2-results__options {
        padding-top: 15px;
    }
}

.custom-select .select2-results__option {
    padding: 6px 5px 2px 15px;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    color: #2B2626;
}

.custom-select .select2-results__option[aria-selected=true], .custom-select .select2-results__option--highlighted[aria-selected] {
    background-color: #BB559D;
    color: #FFFFFF;
}

@media (max-width: 475px) {
    .custom-select .select2-results__option {
        padding: 0 15px 10px 15px;
    }

    .custom-select .select2-results__option[aria-selected=true], .custom-select .select2-results__option--highlighted[aria-selected] {
        background-color: transparent;
        color: #2B2626;
    }
}

.custom-select .select2-results__option:last-child {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.custom-select__metro {
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    color: inherit;
}

.input-file {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.input-file__input input {
    width: 0;
    height: 0;
    opacity: 0;
    position: absolute;
}

.input-file__input_hidden {
    display: none;
}

.input-file__icon {
    position: relative;
    width: 75px;
    height: 75px;
    background-color: #F2F3F5;
    border-radius: 10px;
}

.input-file__icon::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 24px;
    height: 24px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-image: url("/local/templates/2021/images/icons/add-file.svg");
    background-repeat: no-repeat;
    background-size: cover;
}

.input-file__description {
    margin-left: 30px;
}

.input-file__description_hidden {
    display: none;
}

.input-file__title {
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    color: #2B2626;
}

.input-file__conditions {
    margin-top: 10px;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    color: #B2B2B2;
}

.input-file__description:not(.input-file__description_hidden) + .input-file__preview-list {
    display: none;
}

.input-file__preview-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: 17px;
}

.input-file__input_hidden ~ .input-file__preview-list {
    margin-left: 0;
}

.input-file__preview-item {
    position: relative;
    margin-right: 9px;
    width: 75px;
    height: 75px;
    background-position: center;
    background-size: cover;
    border-radius: 10px;
}

.input-file__preview-item-close {
    position: absolute;
    top: 6px;
    right: 6px;
    display: block;
    width: 10px;
    height: 10px;
    cursor: pointer;
    z-index: 1;
}

.input-file__preview-item-close::before, .input-file__preview-item-close::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 11px;
    height: 1px;
    display: block;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
    background-color: #fff;
}

.input-file__preview-item-close::after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
}

.input-file__preview-item video {
    width: 100%;
}

.input-file__preview-item:nth-child(4) {
    margin-top: 5px;
}

.input-form {
    position: relative;
}

.input-form__wrapper {
    position: relative;
}

.input-form__input {
    display: block;
    width: 100%;
    padding: 12px 0 11px 15px;
    background-color: #FFFFFF;
    border: 1px solid #B2B2B2;
    border-radius: 8px;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    color: #2B2626;
    outline: 0;
    -webkit-transition: border-color 0.4s ease-in-out;
    transition: border-color 0.4s ease-in-out;
}

.input-form__input:focus, .input-form__input:not(:placeholder-shown) {
    border-color: #2B2626;
}

.input-form__input:focus + .input-form__label, .input-form__input:not(:placeholder-shown) + .input-form__label {
    top: 0;
    background-color: #fff;
    color: #2B2626;
    font-size: 14px;
    line-height: 14px;
}

.input-form__label {
    position: absolute;
    top: 23px;
    left: 11px;
    padding: 0 5px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    color: #B2B2B2;
    -webkit-transition: top 0.4s ease-in-out, font-size 0.4s ease-in-out, color 0.2s ease-in-out 0.2s, background-color 0.2s ease-in-out 0.2s;
    transition: top 0.4s ease-in-out, font-size 0.4s ease-in-out, color 0.2s ease-in-out 0.2s, background-color 0.2s ease-in-out 0.2s;
    cursor: text;
    pointer-events: none;
}

.input-form__error {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-left: 15px;
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    color: #ED2F2F;
    -webkit-transition: opacity 0.4s ease-in-out 0.2s, max-height 0.4s ease-in-out, margin-top 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out 0.2s, max-height 0.4s ease-in-out, margin-top 0.4s ease-in-out;
}

.input-form__error::before {
    content: "";
    width: 15px;
    height: 15px;
    margin-right: 7px;
    background-image: url("/local/templates/2021/images/icons/alert-circle.svg");
}

.input-form_invalid .input-form__input {
    border-color: #ED2F2F;
}

.input-form_invalid .input-form__label.input-form__label {
    color: #ED2F2F;
}

.input-form_invalid .input-form__error {
    margin-top: 5px;
    opacity: 1;
    max-height: 50px;
}

.link-diagonal-arrow {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    gap: 10px;
    margin: 0;
    padding: 0;
    font-size: 15px;
    line-height: 1.34;
    text-transform: uppercase;
    color: inherit;
    text-decoration: none;
    border: none;
    outline: none;
    background: none;
}

@media screen and (max-width: 1024px) {
    .link-diagonal-arrow {
        gap: 5px;
        font-size: 13px;
        line-height: 1.31;
    }
}

.link-diagonal-arrow::after {
    content: "";
    display: block;
    width: 25px;
    height: 25px;
    background-image: url("../images_new2021/icons/arrow-up-right.svg");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

@media screen and (max-width: 1024px) {
    .link-diagonal-arrow::after {
        width: 20px;
        height: 20px;
    }
}

.link-diagonal-arrow_down::after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.shadow-cover {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    -webkit-transition: 0.3s opacity cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: 0.3s opacity cubic-bezier(0.25, 0.46, 0.45, 0.94);
    opacity: 0;
    z-index: 10;
}

.shadow-cover.active {
    opacity: 1;
}

.wrapper {
    position: relative;
    z-index: 2;
}

#social-subcribe-btns {
    position: fixed;
    right: 30px;
    bottom: 75px;
    z-index: 11;
}

#social-subcribe-btns .social-subcribe-btns-icons {
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
    display: block;
}

#social-subcribe-btns figure {
    background: 0 0;
    margin: 0;
}

#social-subcribe-btns img {
    opacity: .8;
    width: 50px;
}

#social-window-plg {
    display: none !important;
}

/* **************** */

.splide__arrows {
    position: relative;
    bottom: -28px;
    width: 130px;
    height: 15px;
    text-align: center;
    margin: auto;

}

.splide__arrows .splide__arrow {
    position: absolute;
    left: 0;
    top: 0;
    width: 25px;
    height: 15px;
    background-image: url(/local/templates/new_header_v2/images_new2021/next.svg);
    transform: rotate(-180deg);
    background-position: center center;
    background-repeat: no-repeat;
}

.splide__arrows .splide__arrow--next {
    left: unset;
    right: 0;
    background-image: url(/local/templates/new_header_v2/images_new2021/next.svg);
    transform: rotate(0deg);
}

.splide__arrows .not-uses {
    opacity: 0.5;
}

.splide__arrows span.all {
    opacity: 0.3;
}

.index-bottom_slider .splide-bottom_slider {
    position: relative;
}

.catalog.container .section-category {
  padding: 0 0 34px 0;
}
.catalog.container .section-category__title {
  margin-top: 40px;
}
.catalog.container .section-category__link-item--all,
.catalog.container .section-category__link-item.all {
  display: none;
}

.sale-paysystem-wrapper{
	color:#dedede;
	font-size:13px;
}

.catalog-article, .e-certificate{
    margin-bottom: 60px;
}

.engraving{
    margin-bottom: 60px;
}

.kas-debug-code{
    display:inline-flex;
    flex-direction: column;
    margin:20px 0;
    width:100%;
    padding:20px;
    font-family:monospace;
    font-size:80%;
    word-wrap: break-word;
}

.kas-debug-code.error{
    background:#FFCACA;
}

.kas-debug-code.success{
    background:#dcffdc;
}