@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

* {
    box-sizing: border-box;
    scroll-behavior: smooth;
}

:root {
    --color-primary: #ffffff;
    --color-secondary: #1a1d1f;
    --col-accent: #C41230;
    --color-grey: #939393;
}

.svg-popup {
    fill: rgba(0, 0, 0, 0) !important;
}

.panel-gallery-close {
    background-color: transparent;
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    font-size: 62.5%;
}

body {
    font-family: "Roboto", sans-serif;
    margin: 0;
    overflow-x: hidden;
}

main {
    display: block;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

@media screen and (max-width: 768px) {
    h1 {
        font-size: 20px;
        line-height: 22px;
    }
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

a {
    background-color: transparent;
}

abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    /* 2 */
}

b,
strong {
    font-weight: bolder;
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

article stront {
    display: inline;
}

.hidden {
    display: none !important;
}

/**
* 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 {
    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] {
    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 */
}

@media screen and (min-width: 0px) {
    .footer {
        display: none;
    }

    .footer-mobile {
        display: flex;
        padding-bottom: 4em;
    }
}

@media screen and (min-width: 993px) {
    .footer {
        display: flex;
    }

    .footer-mobile {
        display: none;
        padding-bottom: 0em;
    }
}

.footer {
    width: 100%;
    background: #000000;
}

.footer-mobile {
    width: 100%;
    background: #000000;
    overflow: hidden;
}

.footer-mobile .container {
    width: 100% !important;
    max-width: 100% !important;
    display: flex;
    height: 100%;
    flex-direction: column;
    padding: 0;
    margin: 0;
}

.footer-mobile .table-footer {
    width: 100%;
    display: flex;
    justify-content: center;
    border-top: none;
    border-bottom: 1px solid rgba(254, 254, 254, 0.1450980392);
    border-left: none;
    border-right: none;
}

.footer-mobile .table-footer .footer-box__list li a {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    color: #FFFFFF;
}

.footer-mobile .table-footer .cont_time {
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-mobile .table-footer .cont_time ul li {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 174%;
    color: #FFFFFF;
}

.footer-mobile .table-footer .footer-box__list {
    margin: 0;
}

.footer-mobile .table-footer .copyright {
    min-height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-mobile .table-footer .copyright .copy__text {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #FFFFFF;
}

.footer-mobile .table-footer .copy__logo {
    height: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.footer-mobile .table-footer .copy__logo img {
    margin: 0;
}

.footer-mobile .table-footer .line-table:nth-child(1) {
    border-right: 1px solid rgba(254, 254, 254, 0.1450980392);
}

.footer-mobile .table-footer .line-table {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.footer-mobile .table-footer .line-table p {
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    color: #FFFFFF !important;
}

/**
* 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;
}

/* flexbox */
.df {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.dif {
    display: -moz-inline-flex;
    display: -ms-inline-flex;
    display: -o-inline-flex;
    display: inline-flex;
}

.fw {
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}

.fdc {
    -moz-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
}

.jcc {
    justify-content: center;
}

.aic {
    -ms-align-items: center;
    align-items: center;
}

/* flexbox */
.btn {
    display: inline-flex;
    width: auto;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    background: #C41230;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.08);
    border-radius: 5px;
    color: #fff;
    transition: 0.3s ease;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
}

.btn:hover {
    color: #fff;
    background: #C41230;
}

.btn__w {
    font-weight: 500;
    background: #fff;
    color: #363636;
}

.btn__w:hover {
    background: #f4f4f4;
    color: #363636;
}

/* 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;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-vertical .slick-slide {
    border: 2px solid #e5e5e5;
    border-radius: 0.4em;
}

.slick-vertical .slick-slide.slick-current {
    border: 2px solid #c41230;
    border-radius: 0.4em;
}

.popup-nav__slider .slick-slide {
    border: 2px solid #e5e5e5;
    border-radius: 0.4em;
}

.popup-nav__slider .slick-slide.slick-current {
    border: 2px solid #c41230;
    border-radius: 0.4em;
}

.buy-panel__wrap .slick-slide {
    float: left;
    display: flex !important;
    justify-content: center;
    align-items: center;
    min-height: 1px;
}

@media screen and (min-width: 0px) {
    .main-slider-mobile {
        padding-left: 0px;
    }
}

@media screen and (min-width: 993px) {
    .main-slider-mobile {
        padding-left: 16em;
    }
}

@media screen and (min-width: 0px) {
    .main-cabinet-wrapp {
        display: none;
    }
}

@media screen and (min-width: 1200px) {
    .main-cabinet-wrapp {
        display: flex;
    }
}


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

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

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

.buy-panel__wrap .slick-slider .slick-track,
.buy-panel__wrap .slick-slider .slick-list {
    transform: translate3d(0, 0, 0);
    width: 100%;
    height: 100% !important;
    display: flex;
    align-items: center;
}

.buy-panel__wrap_sliders .slick-vertical .nav-slider__item img {
    width: 80px;
    height: 80px;
    object-fit: contain;
    object-position: center;
}

.popup-prod__slider-box .popup-nav__slider .slick-track {
    transform: translate3d(0, 0, 0);
    width: 100%;
    height: 80% !important;
    display: block !important;
}

.popup-prod__slider-box .popup-prod__slider .slick-track {
    transform: translate3d(0, 0, 0);
    width: 100%;
    height: 60vh !important;
    display: flex !important;
}



.slick-disabled {
    display: none;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    transform: translate3d(0, 0, 0);
    width: 100%;
}


.buy-panel__wrap_sliders .lick-slider .slick-list {
    height: 250px;
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: flex;
    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 {
    float: left;
}

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

@media screen and (min-width: 0px) {
    .main-slider-mobile .slick-slide img {
        height: auto;
    }
}

@media screen and (min-width: 993px) {
    .main-slider-mobile .slick-slide img {
        height: 330px !important;
    }
}

.answer {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding-left: 3em;
    position: relative;
}

.answer .rev-quest__name {
    color: #c41230;
}

.answer:before {
    content: '';
    width: 30px;
    height: 30px;
    top: 50%;
    transform: translateY(-50%) rotate(180deg);
    left: 0;
    position: absolute;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAQAAAAEACAYAAABccqhmAAAAAXNSR0IArs4c6QAAFhJJREFUeF7tnX+wJUV1x/vM27ds+LHs2zc99+0TYtaIGzQ/JMEI8QeClj8gVSmzkGAglpIEk2hIERIWAxUwghik0MSSglhBEoMuLJiUVbGiVQRN1GgsEzSlLK4BTcLuvum5yy6uiHvf9Ek1uY+6vL3v3r5952f3d/993T19Pufcz87cc2eGBP6BAAgES4CCjRyBgwAICAgARQACAROAAAJOPkIHAQgANQACAROAAAJOPkIHAQgANQACAROAAAJOPkIHAQgANQACAROAAAJOPkIHAQgANQACAROAAAJOPkIHAQgANQACAROAAAJOPkIHAQgANQACAROAAAJOPkIHAQgANQACAROAAAJOPkIHAQgANQACAROAAAJOPkIHAQgANQACAROAAAJOPkIHAQgANQACAROAAAJOPkIHAQgANQACAROAAAJOPkIHAQgANQACAROAAAJOPkIHAQgANQACAROAAAJOPkIHAQgANQACAROAAAJOPkIHAQgANQACAROAAAJOPkIHAQgANQACAROAAAJOPkIHAQgANQACAROAAAJOPkIHAQgANQACAROAAAJOPkIHAQgANQACAROAAAJOPkIHAQgANQACAROAAAJOPkIHAQgANQACAROAAAJOPkIHAQgANQACAROAAAJOPkIHAQgANQACAROAAAJOPkIHAQgANQACAROAAAJOPkIHAQgANQACAROAAAJOPkIHAQgANQACAROAAAJOPkIHAQgANQACAROAAAJOPkIHAQgANQACAROAAAJOPkIHAQigoBpQSi0KIX5fSrmjoCVrXabb7W7UWr9LSnl5rRvBwUslAAEUgDdN01cS0U4hxH9JKV9RwJK1LpFl2ala6/uEEMcnSfKjtW4GBy+VAAQwBV5mJqXUZUKI9xHRrBDi820XgFLqIiHE7UKI45j5fyCAKQqkBVMhAMckKaVOIKK/YuYLBpZorQCYeZ1S6noieuYSBgJwLI4WTYMAHJKllNqmtf5EFEUvXDW9lQLIsuw5WutdRHTmYDwQgENxtGwKBDBhwpRSbxJC/KW5Ph4ytXUCUEqdJYQw318srI4HApiwOFo4HAKwTNqwU+Q2C2Dg+4ubiWjdMAwQgGVxtHgYBGCRvH6L7x4hxMvGDG/FGYBp8THzHcy8fVQ8EIBFcbR8CAQwJoEDLb4tFrluvABWWnxEdOq4eCCAcYTa/3cIYI0cDmnx2WS70QIYbPHZBAMB2FBq9xgIYEj+1mjx2WS6kQKw/P7iqPggAJuUt3sMBLAqfyNafDaZbpwA1mrx2QQDAdhQavcYCGAgf2NafDaZbpQARrX4bIKBAGwotXsMBCCEcD1FHpL6RgjApsVnU7YQgA2ldo8JXgATtPhsMl27AGxbfDbBQAA2lNo9JmgBTNjis8l0rQKYpMVnEwwEYEOp3WOCFIBji88m07UJYNIWn00wEIANpXaPCU4AU7T4bDJduQAK/P4CbUCbDHs2JigBTNnis0l9pQKYpsVnEwzOAGwotXtMMAIooMVnk+nKBDBti88mGAjAhlK7x3gvgDJPketoAxbV4rMpWwjAhlK7x3gtgIJbfDaZ/mcppbm/vpR/Rbb4bDYIAdhQavcYbwVQQotvZKaZeXcURb8cx/FDZZRE0S0+mz1CADaU2j3GOwGU2OJbM9Na648x86ULCwvfL6Mcymjx2ewTArCh1O4xXgmg5BbfUZlm5uUoiq6J4/jPyiiDir+/GBYfngpcRmIbtKY3AqigxfestDHzY8z8K51O54tl5LPsFp/NnnEGYEOp3WO8EEBFLb7BTH+OmS9MkmR/GemvosVns28IwIZSu8e0WgBVnyIzM0dR9MH5+fk/JKJe0amvssVns3cIwIZSu8e0VgBVt/iY+XtCiEuSJLm3jJRX3eKziQECsKHU7jGtFABafNUUHQRQDec6j9IqAaDFV22pQADV8q7jaK0RAFp81ZcHBFA986qP2AoBZFn2E3me3zfkXXyl8DItvpmZmQvm5+f/tYwDdLvdk/I8v2f1u/jKONY0a0IA09Brx9zGC6Df4vuweV11RUiraPHdLYToVBSP82EgAGd0rZnYWAGgxVd/DUEA9eeg7B00UgC+tfgOHDhwYp7nfy2E+KWyE1rk+syshRCHilyzJWv9gIieIqLva627URR1mfm/hRAPCyG+JYTYLaXc15JYRm6zcQLwrcW3tLT001EU3SeEeL4PBYMY/p8AMz/Rl8G/CSEeWF5e/uzi4mLWNj6NEYCPLb4syy5m5tuFEMe2rTCw38kImF+JEtF/EtEDzHz/wYMHP3PKKaf8cLJVqh/dCAGgxVd94nHEcgkw8yEi+iQR/c38/Pz9RMTlHtFt9doF4GGL7+R+i+8Mt5RglocEvi2E+NuZmZmPbN682XyX0Jh/tQoALb7G1AE2UgEBZu4R0U4iek8cx7srOOTYQ9QiALT4xuYFAzwmYLorRPQpIcR1Usqv1hlq5QKoo8XHzG/tdDrmm/jC/7W1xVc4CCw4MYH+7eWfmJmZuWJubu67Ey9QwIRKBeBbi6+OB3UWkHMs0TwCPxBC3HTw4MEbq+4cVCIAH1t8dT2os3m1ix0VSGCP1vr3Op3Opwtcc+RSpQvAwxbfeqXU+4nod6tKEo4TFgFmNr8afUeSJIfLjrxUAXjY4mvFXXxlFw3Wr4TAt7TW5qGzXyvzaKUJAC2+MtOGtQMh8BQzX5UkyZ+XFW/hAqixxXcFES0XDcp8f9Htdq/SWr+biGaKXh/rgcA4AmW+eKZQAfjW4mvigzrHFQv+7icBZv5KnufnbdmyRRUZYWECQIuvyLRgLRA4moB5/+S6deteV+TPiacWQE0tvruY+W2+vYsPRQ8CFgT2aa1f3+l0vm4xduyQqQSAFt9YvhgAAoUT0FofmJmZOTeO4y9Pu7izANDimxY95oOAOwFzuzEzv3LaMwEnAaDF5544zASBogiYp1fPzs6+bJr7CCYSgI8tPqXUZUKIm4loXVGJwTogUCGBPXmev3xhYSF1Oaa1AGpo8T3BzJfgLj6XtGJOSASY+UvLy8uvXlxcfHLSuK0EUEOL76EoirbHcfzQpAHZjMddfDaUMKZlBHZKKd806Z5HCgAtvklxYjwI1EfAPPciSZI7J9nBmgLwsMW3Til1PRHtmAQQxoJAiwg8pbU+Y5IbiIYKAC2+FqUcWwWBAQJa62/mef4S2+8DjhKAby2+LMtezcwfF0JIVAoIBELgw1LKS21ifUYAaPHZ4MIYEGg+gf5LSs6RUn523G6fFoBvLT7cxTcu7fh7AAS+EcfxaUTUGxUrocUXQCkgxFAJXCGlvGWkAKp+fx0zf2bDhg2/tnHjxm4ZWel2u6/N8/xjRDRfxvpYEwTaQoCZvxdF0alxHD+21p6fvgSo+ocx5r3zURRdUMTdTMMC27dv34/NzMzsIqLT25Is7BMEyiCgtb6r0+lcPFIA5o81XDf/kJl3lPW8sz179hwzNzd3EzOb3/rjHwgESYCZcyJ6kZTy4WEAntUGHPjlX5U3x3y01+v9tm3fctIsZln268x8G17RPSk5jPeFABF9JI7jS8YKYGWAUuosIcTdQohORRAe1Fpv73Q6j5RxvDRNX0xE5tVgzytjfawJAk0mYF5Kmuf5C7Zs2fKd1ftc86fA3W630mfgM/MTURS9JY7jvysDprnEyfP8TiJ6YxnrY00QaDIBZr41SZK3WwvADKzjx0HmHWlSyquJKC8aKDNHWZZdw8zXElFU9PpYDwQaTMC8Y2BrkiT7B/dodTtw1e/BY+YHtNYXuj7kYFwSlFJnCyF2CiGScWPxdxDwiMCVUsr3TSwAM8G3VmG32z1Za71LCPFSjxKMUEBgFIFvSCl/0kkAZhJahaguEGg3AWY+LUmSB1eisLoEGAwZrcJ2FwB2HzyBW6SUVzgLYGUiWoXBFxIAtJPAUhzHJ628R3PiM4DBmH1rFR46dGjzkSNHPiqEOLeducWuQWA8ASJ6TRzH95uRUwnALOBhq9C8DfhKrfUNeBvw+GLCiFYSuFlK+UeFCGDgkuAiIcTtQojjqkCCVmEVlHEMTwk80w2Y+gxgEJBvrcLHH3/8ub1e717cVejpxyDgsJh5i/lRUKECMDzRKgy4qhB6awhorc83L90pXAD97wWohldu4a7C1pQfNtoAAu+XUv5BKQJAq7AB6cUWQGAEAfMdWpIk55QqgP4lAe4qRCmCQMMIMPPeJEmeU7oA0CpsWOaxHRDoE4ii6MRKBIBWIWoOBBpJ4PRKBWAQ+NYqxF2FjSxsbMqOwEWVC8DHVuGjjz664fjjj/8LIcRv2XHHKBBoBIF31yIAtAobkXxsInAC5mGhtQnA81bhvUKIHw+8vhB+wwlorT9ZuwDQKmx4lWB7PhP4QiMEgFahzzWG2BpM4OuNEQBahQ0uE2zNSwLMvLtxAkCr0MtaQ1DNJPBoIwWAVmFjqmXf7OzsixqzmxZspNfrbWDm44joRCI6WQjxAiHEtjzPz4ii6IUNC+GRxgrA11ZhmqZvJaIPCSF+pGHFcNR2mPmxJElOavo+27K/NE0XiOgcrfWvEtEbiGi25r1/rdEC8LhVeFr/XYVbay6AkYeHAMrLzt69e+PZ2Vnz4trL+2cK5R1s7ZWb0wUYF71vDyA9ePDgXK/XMw8gPW9c7HX9HQIonzwzr8+y7M3M/CdVi4CIPt2KM4CVNOABpOUX5OARIIDqeO/du/fY2dnZK4UQVwkhjqniyER0b6sEMHBJ4NUDSJeWll5HRHcR0XwVibc9BgRgS6q4cfv37/+pKIruJqJTi1t1+EqN+Cmwa5C+3VXYxAeQQgCu1TndvP379x8XRdGtRPTm6VYaO/tdrTwDWAkLDyAdm+CpBkAAU+GbenKWZTu01jcSUVmf04vLWnjq4G0X8PFdhU1pFUIAtlVY3jil1G8y821lvKQmiqIzWy+Age8FzhJC3C2E6JSXjmet/KDWenun03mkjOOlafpi8yVNnXcVQgBlZHbyNZVSl/ZfujP55BEz1q9fP++NAEycvrUKzSVOnud3EtEbC8285WIQgCWoCoYppa4VQlxX1KGY+fEkSTZ7JQADx8NWYZRl2dXMfB0RRUUVgM06EIANperGZFm2i5nPL+iIn5dSvsI7AQxcEnjVKlRKnS2E+HiFlzhGpvgpcEGftiKWUUqdwMxfIaJt067HzDcmSfLH3grAAFpaWvqZKIrMdfTzpwVmM9/8siqO49fbjHUZU3WrEAJwyVK5c7Ise6nW+ovTng0y83lJknzKawH0vxfYyMx3MPP2clPz9OpPn1aVeZw9e/YcMzc3dxMzX1bmcfqXUzgDKBuyw/pKKfMWbvPFoNM/Zs5nZ2fjubm5g94LoF/IVb2rsHQBrGS8ilYhzgCcPl+lTzp06NDmI0eOPCyEiB0P9h9Syp81c4MQwMD3AmW3CisTgIkpTVNzV6G5xHmeYyGMnAYBlEG1mDWzLHsnM7/HcbUPSCkvD04A/UuCMt9VWKkAVi5xymoVQgCOH68KpvVbxN8hojmHw71KSvm5IAXQvyRYp5S6noh2OMAbNaVyAfTjKaVVCAEUXB0FL5em6XsnrWHzUlAp5clEpIMVwMAlQdGtwloEMBBPoa1CCKDgT2zBy5kb4pj5mxMu+8zpf/ACMAAKvquwVgEMXOLsIqIzJiyMo4ZDANMSLH9+mqbmdwGn2x7J/P5/fn7+Syvjg/oScC1IBd5VWLsATIymVbhp0ybzrkLnVlH/0gJtQNtPVk3jsiy7yvyox/Lw343jeCsRMQSwilhBdxU2QgAroaVp+hYiutX1AaQ4A7D8WNU4LMuyn2fmL1tu4Vop5Z8OjsUZwCpySqlpWoWNEoAJbZq7CiEAy49VjcOYeUYplRHRpjHbeLLX6z13cXExgwDGkJrirsLGCaD/vYDTXYUQQI2f7AkOnabpA0T0qlFTmPnWJEnevnoMzgDWoOZ4V2EjBdC/nqdut3ul1voG24dLQAATfAprHLq0tHRbFEVvW2sLzGxaftuSJPk2BDBhopRSk7QKGyuAlbAnuasQApiwWGoarpQyv+q7Za3Dm3dQxHE89DZinAFYJG2CVmHjBWDCtb2rEAKwKI4GDEnT1LxpaOewrZj//YnoJVLKfx/2dwjAMoGWrcJWCMCEbHNXIQRgWRw1D0vT9Fwi+oehH3CiO+I4/o01zw5q3nurDm/RKmyNAFbAZ1l2MTOb20uPXZ0MCKAd5Zmm6cuJ6F+G7PaweTmplHIfBFBgLke0ClsnAINlrbsKIYACi6bEpZaWln4hiqIvDBH4NUmS3DDq0LgEcEzMGq3CVgrAIBj2AFIIwLE4Kp5m3iwVRdE/Dh6Wmf93eXl52+Li4pMQQEkJGdIqbK0ADCJziZNl2TUrDyCFAEoqnIKXTdP0fCLatbIsM5uf+v6ieeTXuEPhDGAcIYu/D7QKzZNWSn0kmMV2ph6y0ipk5uUkSU6aekEsUCqB1W1AZv5QkiTvsDkoBGBDyWJM/9bMy6WUU92AY3GoSoaYSxxm/sBa/eNKNoGDWBFQSpn7PX6nfxa3e3l5+efGnfqvLAwBWCG2G2R+l01Eud3o5o/yLZ7mE3fbYZqm/0REZzNzj4jOlFJ+1XYlCMCWFMaBQAMJ9L+HOkBEJxDRO+M4fu8k24QAJqGFsSDQMALmPQHMbB7wcU8cxxcO3utvs1UIwIYSxoBAQwmkaXo1Eb3h8OHDr9m6detTk24TApiUGMaDQIMIKKX+Ps/zSxcWFlKXbUEALtQwBwQaQCBN04UoijbFcbzbdTsQgCs5zAMBDwhAAB4kESGAgCsBCMCVHOaBgAcEIAAPkogQQMCVAATgSg7zQMADAhCAB0lECCDgSgACcCWHeSDgAQEIwIMkIgQQcCUAAbiSwzwQ8IAABOBBEhECCLgSgABcyWEeCHhAAALwIIkIAQRcCUAAruQwDwQ8IAABeJBEhAACrgQgAFdymAcCHhCAADxIIkIAAVcCEIArOcwDAQ8IQAAeJBEhgIArAQjAlRzmgYAHBCAAD5KIEEDAlQAE4EoO80DAAwIQgAdJRAgg4EoAAnAlh3kg4AEBCMCDJCIEEHAlAAG4ksM8EPCAAATgQRIRAgi4EoAAXMlhHgh4QAAC8CCJCAEEXAlAAK7kMA8EPCAAAXiQRIQAAq4EIABXcpgHAh4QgAA8SCJCAAFXAhCAKznMAwEPCEAAHiQRIYCAKwEIwJUc5oGABwQgAA+SiBBAwJUABOBKDvNAwAMCEIAHSUQIIOBKAAJwJYd5IOABAQjAgyQiBBBwJQABuJLDPBDwgAAE4EESEQIIuBKAAFzJYR4IeEAAAvAgiQgBBFwJQACu5DAPBDwgAAF4kESEAAKuBCAAV3KYBwIeEIAAPEgiQgABVwIQgCs5zAMBDwhAAB4kESGAgCsBCMCVHOaBgAcEIAAPkogQQMCVAATgSg7zQMADAhCAB0lECCDgSgACcCWHeSDgAQEIwIMkIgQQcCUAAbiSwzwQ8IAABOBBEhECCLgSgABcyWEeCHhAAALwIIkIAQRcCfwfNK3DKG7rMykAAAAASUVORK5CYII=') center / contain no-repeat;
}

.answer_catalog.answer:before {
    background-image: url('/images/catalog/reply_sign.png');
}

.review_catalog {
    margin-bottom: 20px;
}

.slick-slide img {
    display: block;
    width: 100%;
    object-fit: cover;
    object-position: 50% top;
}

.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;
    width: 100px;
}

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

body {
    background: #f9f9f9;
    color: #363636;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 400;
    position: relative;
}

.blackout {
    background: rgba(0, 0, 0, 0.2);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    -webkit-animation: blackout 0.3s linear;
    animation: blackout 0.3s linear;
    transition: 0.3s ease;
    z-index: 3;
    height: 100%;
}

@-webkit-keyframes blackout {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes blackout {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@media screen and (max-width: 992px) {
    .cart-blackout {
        display: none !important;
    }
}

@media screen and (min-width: 0px) {
    .cart-blackout {
        z-index: 0;
    }
}

@media screen and (min-width: 992px) {
    .cart-blackout {
        z-index: 2;
    }
}

.cart-blackout {
    position: fixed;
    background: rgba(0, 0, 0, 0.2);
    height: 100%;
    width: 100%;
    top: 0;
    display: none;
    left: 0;
    -webkit-animation: blackout 0.3s linear;
    animation: blackout 0.3s linear;

}

@-webkit-keyframes card-hover {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes card-hover {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.main-page .catalog__menu {
    /* display: flex; */
    flex-direction: column;
    justify-content: flex-start;
}

.top {
    top: -50px;
}

.search-wrap.fixed {
    top: 0px;
    position: fixed;
    width: 100%;
    z-index: 9999;
    transition: top 0.5s;
}

.catalog__menu.height {
    display: flex !important;
    flex-direction: column;
    z-index: 9999;
}

.over {
    overflow-y: hidden;
}

.hide {
    display: none;
}

.show-modal {
    overflow: hidden !important;
    position: fixed;
    width: 100%;
}

.mob-filter {
    right: 0 !important;
}

.back {
    padding-left: 35px;
    padding: 16px 20px 16px 40px;
    font-weight: bold;
    text-transform: none;
    position: relative;
    margin-bottom: 8px;
    color: #fff;
    font-size: 14px;
    line-height: 18px;
    cursor: pointer;
}

.back::before {
    content: "";
    display: block;
    position: absolute;
    top: 17px;
    left: 16px;
    width: 8px;
    height: 14px;
    background: url(../images/icons/arrow-left-back.svg);
}

.shadow-box {
    background: #ffffff;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
}

.active {
    color: #fff;
    background: #C41230;
    cursor: pointer;
}

.directory {
    padding: 22px 0 57px;
}

.container {
    margin: 0 auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

h4 {
    margin: 20px 0 10px 0;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

a,
a:hover,
a:active {
    text-decoration: none;
    color: inherit;
}

input,
input:focus,
button,
button:focus {
    outline: none;
}

p {
    margin: 0;
}

a,
a:hover,
button,
button:hover {
    transition: 0.3s ease;
}

svg {
    fill: currentColor;
}

label {
    margin: 0;
}

button {
    border: none;
}

:active,
:hover,
:focus {
    outline: 0;
    outline-offset: 0;
}

.active-lang {
    background: #C41230;
    border-radius: 5px;
}

.popup-search {
    top: 0;
    left: 120%;
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 5px;
    z-index: 3;
    display: none;
    transition: 0.3s ease;
}

.popup-search input {
    width: 100%;
    height: 100%;
    padding: 9px 34px 7px 45px;
    border-radius: 5px;
    border: none;
    font-size: 12px;
    color: #999999;
}

.popup-search button {
    position: absolute;
    top: 5px;
    left: 7px;
    padding: 11px;
    background: none;
    border: none;
}

.popup-search .popup-search__out {
    position: absolute;
    top: 4px;
    right: 9px;
    padding: 10px;
}

.popup-cat {
    top: 0;
    right: 100%;
    background: #f2f2f2;
    width: 100%;
    padding-bottom: 8px;
    z-index: 9999;
    position: fixed;
    top: 50px;
    overflow: auto;
    height: calc(100% - 50px);
    transition: 0.3s ease;
}

.popup-cat .popup-cat__back {
    cursor: pointer;
}

.popup-cat .popup-cat__menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 58px;
}

.popup-cat .popup-cat__menu .popup-cat__item {
    margin: 8px;
    width: calc(100% - 16px);
    height: 103.6px;
    height: 110px;
    background: #ffffff;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.08);
    border-radius: 5px;
}

.popup-cat .popup-cat__menu .popup-cat__item.service {
    background-color: #C41230;
}

.popup-cat .popup-cat__menu .popup-cat__item.service a {
    color: #fff;
}

.popup-cat .popup-cat__menu .popup-cat__item.kofemolki {
    background: #fff url(../images/catalog/bg-icon8.png) no-repeat right;
}

.popup-cat__back-wrap {
    display: flex;
    justify-content: center;
    height: 50px;
    position: fixed;
    width: 100%;
    z-index: 1;
}

.popup-cat__btn {
    text-transform: none;
    color: #363636;
    font-size: 12px;
    text-align: center;
    letter-spacing: 0.02em;
    line-height: 10px;
    display: flex;
    position: relative;
    height: 100%;
    font-weight: 400;
}

.popup-cat__btn img {
    display: block;
    margin: auto;
    /* * */
    height: 60%;
    object-fit: contain;
    /* max-width: 100px;
  margin-top: 10px; */
    max-width: 150px;
    margin-top: 6px;
    /* * */
}

.popup-cat__btn span {
    position: absolute;
    left: 0;
    bottom: 13px;
    width: 100%;
    /* * */
    font-size: 12px;
    line-height: 14px;
    font-weight: 600;
    text-transform: uppercase;
    /* * */
}

.navigation {
    padding: 9px 0;
    font-size: 12px;
    font-weight: bold;
    line-height: 14px;
    background: #F2F2F2;
}

@media screen and (min-width: 0px) {
    .navigation .nav__menu {
        display: flex;
        max-width: 600px;
        width: 100%;
        justify-content: space-between;
    }
}

@media screen and (min-width: 1200px) {
    .navigation .nav__menu {
        display: flex;
        max-width: 880px;
        width: 100%;
        justify-content: space-between;
    }
}

@media screen and (min-width: 1250px) {
    .navigation .nav__menu {
        display: flex;
        max-width: 100%;
        width: 100%;
        justify-content: space-between;
    }
}

.navigation .nav__item .header-flag {
    display: block;
    width: 80px;
}

.navigation .nav__item .header-flag img {
    display: block;
    height: 46px;
    position: absolute;
    top: -5px;
}

.navigation .nav__menu .nav__item a.nav__btn {
    color: #363636;
    padding: 8px 14px;
    border-radius: 4px;
}

.navigation .nav__menu .nav__item a.nav__btn:hover {
    color: #fff;
    background: #C41230;
}

.navigation .nav__menu .nav__item a.nav__btn.active {
    color: #fff;
    background: #C41230;
}

.navigation .lang {
    text-transform: uppercase;
    display: flex;
    justify-content: flex-start;
    flex-direction: row-reverse;
    align-items: baseline;
    /* pointer-events: none;  отключение переключения языка, временно
  display: none; */
}

.navigation .lang .lang__btn {
    color: #363636;
    margin-left: 6px;
    padding: 2px 5px 1px;
}

.active-lang {
    color: #C41230 !important;
    background: transparent;
    border-radius: 5px;
}

.catalog {
    background: #CC2C47;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    position: relative;
    min-width: 217px;
    margin-right: 20px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}



.container__top_menu .call-icon {
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    right: 5.4em;
    transition: 0.4s ease;
    height: 100% !important;
    border-left: 1px solid #CC2C47;
    padding-left: 1em;
}

.call-icon:hover svg path {
    transition: 0.4s ease;
    fill: #fff;
}

.container__top_menu {
    width: 20%;
    height: 100%;
    display: flex;
    align-items: center;
}

.catalog .catalog__wrap:hover .catalog__menu {
    height: auto;
}

/* .catalog .catalog__wrap:hover .catalog__menu .catalog__item_all {
  opacity: 0;
  z-index: 0;
  transition: 0.5s ease;
} */

.catalog__menu_global,
.catalog__menu {
    display: none;
    position: absolute;
    top: 50px;
    left: 0;
    background: #ffffff;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.08);
    border-radius: 0px 0px 10px 10px;
    padding: 8px 11px 10px 25px;
    text-transform: none;
    font-weight: normal;
    font-size: 15px;
    line-height: 33px;
    width: 100%;
    z-index: 4;
}

.links__canalog a {
    line-height: 20px;
}

.catalog__item img {
    transform: translateX(-5px);
}

.catalog__item a {
    display: flex;
    align-items: flex-start;
}

.catalog__menu .catalog__item {
    z-index: 1;
    position: relative;
    display: flex;
    align-items: flex-start;
    margin: 7px 0 6px;
}

.catalog__menu .catalog__item.service {
    background-color: #C41230;
    border-radius: 5em;
    padding: 2px 1em;
    margin-left: -15px;
}

.catalog__menu .catalog__item.service a {
    margin: auto;
    color: #fff;
}

.catalog__menu .catalog__item.service a:hover {
    color: #363636;
}

.catalog__menu .catalog__item.service>p,
.catalog__menu .catalog__item.service>p>a {
    width: 100%;
}

.links__canalog {
    position: relative;
    display: flex;
    justify-content: flex-start;
}

.catalog__menu .catalog__item .active-cat {
    color: #CC2C47;
}

.catalog__menu .catalog__item a {
    color: #363636;
}

.catalog__menu .catalog__item a:hover {
    color: #CC2C47;
}

.catalog__menu .catalog__item a img {
    position: relative;
    width: 16px;
    height: 16px;
}

.catalog__menu_global .catalog__item_all a,
.catalog__menu .catalog__item_all a {
    color: #CC2C47;
}

.catalog__menu .catalog__item_all {
    position: absolute;
    left: 38px;
    background: #fff;
    width: 100%;
    top: 320px;
    z-index: 2;
}

.catalog__item_all::before {
    content: "";
    width: 20px;
    height: 40px;
    background: #fff;
    position: absolute;
    left: -30px;
}

.catalog__menu_global .catalog__item_all a img,
.catalog__menu .catalog__item_all a img {
    padding: 3px;
    background: #ffffff;
    left: 80px;
    top: 5px;
}

.catalog__menu_global,
.catalog__menu {
    height: fit-content;
    min-height: 410px;
}

@-webkit-keyframes menu {
    0% {
        height: 0%;
        min-height: 349px;
    }

    100% {
        height: 100%;
        min-height: 475px;
    }
}

@keyframes menu {
    0% {
        height: 0%;
        min-height: 349px;
    }

    100% {
        height: 100%;
        min-height: 475px;
    }
}



.user-bar {
    display: flex;
}

.user-bar .user-bar__btn {
    position: relative;
    color: #fff;
    cursor: pointer;
}

.user-bar .user-bar__btn:hover {
    color: #fff;
}

.user-bar .user-bar__btn span {
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    border-radius: 100px;
    background: #A3B4A4;
    width: 14px;
    font-family: Montserrat;
    font-weight: 700;
    height: 14px;
    line-height: 14px;
    text-align: center;
    top: 0x;
    /* * */
    /* right: -3px; */
    right: -7px;
    /* * */
    position: absolute;
}

.user-bar .user-bar__btn .user-bar__cart {
    background: #A3B4A4;
}

section.main-offer {
    padding-top: 20px;
}

.main-slider {
    display: block;
    overflow: hidden;
    height: 330px;
}

.main-slider .slick-list {
    margin: 0 -10px;
}

.main-slider .slick-slide {
    margin: 0 10px;
}

.main-slider__item {
    width: 100%;
    height: 330px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 10px;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.08);
}

.main-slider__arrow {
    position: absolute;
    z-index: 1;
    cursor: pointer;
    top: 50%;
}

.main-slider__arrow-left {
    left: 20px;
    margin-top: -24px;
}

.main-slider__arrow-right {
    right: 20px;
    margin-top: -24px;
}

.main-slider-mobile__item {
    border-radius: 10px;
    /* width: 320px; */
}

@media screen and (min-width: 0px) {
    .special-offers__slider .slick-list {
        padding: 0 20% 0 0 !important;
    }
}

@media screen and (min-width: 440px) {
    .special-offers__slider .slick-list {
        padding: 0 0 0 0 !important;
    }
}


.main-slider-mobile .slick-slide {
    margin: 0 8px;
}

.main-cabinet-wrap {
    position: relative;
}

.main-cabinet {
    z-index: 100;
    display: flex;
}

.main-cabinet {
    /*padding: 15px 10px 10px;*/
    width: 217px;
    height: 330px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.08);
    text-align: center;
    position: relative;
    overflow: hidden;
}

.main-cabinet p {
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    font-family: Montserrat;
    margin: 10px 0;
    color: #363636;
}

.main-cabinet p b {
    text-transform: uppercase;
    font-weight: 800;
    font-family: Montserrat;
    font-weight: 700;
    font-size: 12px;
    line-height: 24px;
    display: block;
}

.main-cabinet .main-cabinet__form {
    width: 100%;
    margin-bottom: 5px;
}

.main-cabinet .main-cabinet__form input {
    padding: 10px;
    font-size: 12px;
    width: 100%;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    margin-bottom: 8px;
}

.main-cabinet .main-cabinet__form .btn__wrap {
    display: flex;
}

.main-cabinet .main-cabinet__form .btn__wrap .main-cabinet__submit {
    background: #C41230;
    color: #fff;
    font-weight: 500;
    text-align: center;
    padding: 8px 20px;
    border-radius: 5px;
    width: 100%;
}

.main-cabinet .main-cabinet__form .btn__wrap .main-cabinet__submit:hover {
    background: #e2183a;
}

.main-cabinet .main-cabinet__form .btn__wrap .main-cabinet__reg {
    background: none;
    color: #C41230;
    text-decoration: underline;
}

.main-cabinet__links {
    /* * */
    /* font-size: 12px; */
    font-size: 12px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    line-height: 10px;
    /* * */
    color: #C41230;
    text-decoration: underline;
    width: 100%;
    display: flex;
    justify-content: space-between;
    text-align: left;
    position: relative;
}

.main-cabinet__links a {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #C41230;
}

.main-cabinet__user {
    display: flex;
    align-items: center;
    margin-top: 3px;
    justify-content: space-between;
    text-align: center;
}

.main-cabinet>span {
    color: #999999;
    font-size: 12px;
}

.main-cabinet__item {
    font-weight: 500;
    padding: 6px 0 6px 16px;
    border-radius: 5px;
    width: 95px;
    position: relative;
    font-size: 10px;
}

.main-cabinet__item::before {
    content: "";
    display: block;
    position: absolute;
    top: 9px;
    left: 6px;
    width: 16px;
    height: 16px;
}

.main-cabinet__item_google,
.main-cabinet__item_facebook {
    border: 1px solid #e5e5e5;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 10px;
    line-height: 12px;
    text-align: center;
    color: #363636;
}

.main-cabinet__item_facebook::before {
    background: url(../images/icons/in-facebook.svg) no-repeat center;
}

.main-cabinet__item_google:hover,
.main-cabinet__item_facebook:hover {
    color: #C41230;
}

.main-cabinet__item_google::before {
    background: url(../images/icons/in-google.svg) no-repeat center;
}

.main-cabinet.main-cabinet_enter {
    z-index: 2;
    position: absolute;
    top: 59px;
    left: 6px;
}

.main-cabinet.main-cabinet_enter::after {
    bottom: 100%;
    left: 15px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: #fff;
    border-width: 10px;
    margin-left: 0px;
}

/* p */
.compare-block.main-cabinet.main-cabinet_enter::after {
    bottom: 100%;
    left: 132px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: #fff;
    border-width: 10px;
    margin-left: 0px;
}

.main-cabinet.main-cabinet_entered {
    z-index: 2;
    padding: 0;
    position: relative;
    top: 0;
    left: 0;
}

.main-cabinet.main-cabinet_entered::after {
    display: none;
    bottom: 100%;
    left: 15px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: #fff;
    border-width: 10px;
    margin-left: 0px;
}

.main-cabinet.main-cabinet_entered img {
    width: 38px;
    margin-top: 43px;
}

.main-cabinet.main-cabinet_entered .main-cabinet__photo-wrap {
    height: 44%;
}

.main-cabinet.main-cabinet_entered .main-cabinet__username {
    font-size: 18px;
    font-weight: 600;
    display: block;
    margin: 16px 0;
    color: #363636;
}

.main-cabinet.main-cabinet_entered .entered__menu .entered__item {
    border-top: 1px solid #e5e5e5;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
}

.main-cabinet.main-cabinet_entered .entered__menu .entered__item a {
    /* * */
    /* padding-left: 34px; */
    padding-left: 24px;
    /* * */
    line-height: 44px;
    display: block;
}

section.special-offers {
    padding-top: 50px;
}

section.special-offers .section-head {
    margin-bottom: 25px;
}

.section-head {
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 35px;
}

@media screen and (min-width: 0px) {
    .section-head .header_type_def {
        font-family: Montserrat;
        font-style: normal;
        font-weight: 700;
        font-size: 14px;
        line-height: auto;
        display: flex;
        align-items: center;
        color: #000000;
    }

    .section-head .header_type {
        font-weight: 500;
        font-size: 14px;
    }
}

@media screen and (min-width: 500px) {
    .section-head .header_type_def {
        font-family: Montserrat;
        font-style: normal;
        font-weight: 700;
        font-size: 14px;
        line-height: 34px;
        display: flex;
        align-items: center;
        color: #000000;
    }
}

@media screen and (min-width: 768px) {
    .section-head .header_type_def {
        font-family: Montserrat;
        font-style: normal;
        font-weight: 700;
        font-size: 17px;
        line-height: 34px;
        display: flex;
        align-items: center;
        color: #000000;
    }

    .section-head .header_type {
        font-weight: 500;
        font-size: 16px;
    }
}

@media screen and (min-width: 900px) {
    .section-head .header_type_def {
        font-family: Montserrat;
        font-style: normal;
        font-weight: 700;
        font-size: 28px;
        line-height: 34px;
        display: flex;
        align-items: center;
        color: #000000;
    }

    .section-head .header_type {
        font-weight: 500;
        font-size: 22px;
    }
}

.section-head h2 {
    font-size: 22px;
    font-weight: 500;
}

.section-head a {
    font-size: 14px;
    font-weight: 500;
    position: relative;
    display: flex;
    margin-right: 32px;
    white-space: nowrap;
    align-items: center;
}

.grid-product {
    display: grid;
    background: red;
    grid-template-columns: 16.6% 33.5% 16.6% 33.35;
    grid-template-rows: 1fr;
}

.grid-product .box-product {
    display: grid;
    grid-template-columns: 200px;
    height: 100%;
    background: green;
    margin: 0 3px;
}

.section-head a::after {
    content: "";
    display: block;
    background: url(../images/icons/arrow-right-blue.svg);
    position: absolute;
    right: -27px;
    width: 17px;
    height: 8px;
}

.special-offers__slider .card-product,
.special-offers__slider .slick-slide {
    height: 360px !important;
}

.buy-panel__wrap_sliders .card-product__status-list .slick-slide {
    display: flex;
    flex-direction: column;
    height: 100px !important;
    min-height: 100px !important;
}

.card-product__head {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.super-list__item {
    overflow: hidden;
}

.super-list__item .card-product__info {
    flex-direction: row !important;
    align-items: flex-end !important;
    margin-bottom: 10px !important;
}

.card-product__status-list {
    position: absolute;
    top: 2em;
    left: -2em;
    transform: rotate(-35deg);
    display: flex;
}

.spec-offer .remove-favorite {
    display: none !important;
}

.spec-offer .more-info {
    display: none !important;
}

.card-product__status {
    margin-right: 8px;
    width: 160px;
    height: 20px;
    font-family: "Montserrat";
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 800;
    font-size: 13px;
    color: #FFFFFF;
    text-transform: uppercase;
    text-align: center;
    border-radius: 0 !important;
    padding: 3px !important;
}

.card-product__status_new {
    background: #C41230;
}

.card-product__status_hit {
    background: #C41230;
}

.card-product__status_present {
    background: #C41230 !important;
}

.card-product__status_super {
    background: #CAC203;
}

section.video {
    padding: 0 10px;
}

section.video .overlay span {
    position: absolute;
    bottom: 16px;
    left: 17px;
    font-weight: 500;
    font-size: 12px;
    color: #fff;
    letter-spacing: 0.02em;
}

.video-wrap {
    /*    max-width: 690px;*/
    width: 100%;
    margin-bottom: 50px;
}

.video-wrap_left {
    background: black;
    border-radius: 10px;
    position: relative;
    padding-bottom: 56.7%;
    height: 0;
    overflow: hidden;
}




.video-wrap_left img {
    max-width: 690px;
    width: 100%;
    opacity: 0.5;
}

.video-wrap_left .main-video-link {
    display: block;
    width: 50px;
    height: 50px;
    background: #C41230;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -25px;
    z-index: 1;
}

.video-wrap_left .main-video-link:hover {
    background: #C41230;
}

.video-wrap_left .main-video-link::before {
    content: "";
    display: block;
    background: url(../images/icons/triangle.svg);
    width: 17px;
    height: 19px;
    border-radius: 1px;
    position: absolute;
    top: 15px;
    left: 18px;
}

.video-wrap_left .iframe-video {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-width: 0;
    outline-width: 0;
    border-radius: 10px;
    z-index: 1;
}

.video-wrap_right {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    /*	height: 100%;*/
}

.video-wrap_right .video-wrap__item {
    max-width: 31.5%;
    margin-bottom: 3%;
    position: relative;
    border-radius: 10px;
}

.video-wrap_right .video-wrap__item:hover .overlay {
    opacity: 0.5;
    transition: 0.3s ease;
}

.video-wrap_right .video-wrap__item .video-wrap__link {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    z-index: 1;
}

.video-wrap_right .video-wrap__item .video-wrap__link img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    position: relative;
    display: block;
}

.video-wrap_right .video-wrap__item .video-wrap__link span {
    position: absolute;
    bottom: 10px;
    left: 10px;
    border-radius: 10px;
    color: #fff;
    z-index: 1;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    padding-right: 10px;
}

.overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 121px;
    background: linear-gradient(180deg, rgba(196, 196, 196, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
    border-radius: 0 0 10px 10px;
    transition: 0.3s ease;
}

section.news {
    /* padding-top: 51px; */
}

section.news .section-head {
    margin-bottom: 35px;
}

.news-list .slick-list {
    margin-right: -14px;
}

.news-list .slick-list {
    padding-left: 0 !important;
    margin-left: -8px;
}

.news-list .slick-slide {
    margin: 0 8px;
}

.news-list__item:hover {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2705882353);
    transition: 0.5s ease;
    transform: translateY(0px) !important;
}

.news-list__item:hover {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2705882353);
    transition: 0.5s ease;
    transform: translateY(-5px);
}

.news-list__head .title-article {
    width: 100%;
    height: 30px;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 25px;
    display: flex;
    align-items: flex-start;
    overflow: hidden;
    letter-spacing: -0.02em;
    color: #000000;
}

.news-list__item {
    background: #ffffff;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1882352941);
    transition: 0.5s ease;
    border-radius: 10px;
    max-width: 335px;
    width: 100%;
}

.news-list__item .news-list__photo_wr {
    position: relative;
    display: block;
    height: 117px;
    overflow: hidden;
    border-radius: 5px 5px 0 0;
}

.news-list__item .news-list__photo {
    max-width: 335px;
    width: 100%;
    border-radius: 10px 10px 0 0;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.news-list__info {
    padding: 14px 16px 15px;
    position: relative;
    overflow: hidden;
}

@media screen and (min-width: 0px) {
    .container-product-info {
        width: 50% !important;
        height: 100%;
        flex-direction: column;
    }
}

@media screen and (min-width: 1200px) {
    .container-product-info {
        width: 85% !important;
        height: 100%;
        display: flex;
    }
}

.container-product-info {
    width: 100%;
    justify-content: space-between;
    flex-direction: row !important;
}

.container-product-info .cart-list__desc {
    display: flex;
    flex-direction: column;
}

@media screen and (min-width: 0px) {
    .container-product-info .cart-list__credit-buttons {
        display: flex;
        position: relative;
        align-items: flex-start;
        justify-content: flex-start;
        flex-direction: column;
        padding: 0;
    }
}

@media screen and (min-width: 600px) {
    .container-product-info .cart-list__credit-buttons {
        display: flex;
        position: relative;
        align-items: center;
        justify-content: flex-start;
        flex-direction: row;
    }

    .container-product-info .cart-list__buy-credit::before {
        display: none;
    }
}

@media screen and (min-width: 1200px) {
    .container-product-info .cart-list__credit-buttons {
        display: flex;
        position: relative;
        align-items: center;
        flex-direction: row;
        justify-content: center;
    }

    .container-product-info .cart-list__buy-credit::before {
        display: flex;
    }
}

.cart-list__buy-credit:hover {
    background: transparent;
}

.news-list__info .news-list__term {
    position: absolute;
    right: -25px;
    top: 15px;
    display: flex;
    background: #C41230;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.265);
    border-radius: 3px 10px 10px 3px;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 800;
    font-size: 9px;
    letter-spacing: -0.02em;
    color: #F2F2F2;
    width: 120px;
    height: 25px;
    justify-content: center;
    align-items: center;
    text-align: center;
    transform: rotate(40deg);
    text-transform: uppercase;
}

.news-list__info .news-list__term .days {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 800;
    font-size: 8px;
    line-height: 14px;
    letter-spacing: -0.02em;
    color: #F2F2F2;
}

.news-list__info .news-list__term .days .number {
    font-size: 21px;
    font-weight: 800;
}

.news-list__info .news-list__term .days .day {
    font-size: 8px;
    font-weight: 400;
}

.news-list .date {
    width: 100%;
    height: 20px;
    display: flex;
    position: relative;
    display: flex;
    margin-top: 10px;
    padding-left: 20px;
}

.news-list .date .date__left,
.news-list .date .date__right {
    display: flex;
    position: relative;
}

.news-list .date .date__right {
    margin-left: 30px;
}

.news-list .date .date__left::before {
    content: "";
    background: url(../images/icons/clock-icon.svg) center/contain no-repeat;
    width: 14px;
    height: 14px;
    display: flex;
    top: 1px;
    left: -18px;
    position: absolute;
}

.news-list .date .date__right::before {
    content: "";
    background: url(../images/icons/eye-icon.svg) center/contain no-repeat;
    width: 14px;
    height: 14px;
    left: -18px;
    top: 1px;
    display: flex;
    position: absolute;
}

.news-list__info .news-list__head {
    margin-right: 40px;
    display: flex;
    letter-spacing: -0.02em;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    height: 70px;
    overflow: hidden;
    flex-direction: column;
}

.news-list__info .news-list__head .alert-promotion {
    display: flex;
    align-items: center;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 15px;
    display: flex;
    align-items: center;
    letter-spacing: -0.02em;
    margin: 10px 0;
    color: #CC2C47;
    margin-bottom: 5px;
}

.news-list__info .news-list__text {
    font-size: 12px;
    font-weight: 400;
    color: #999999;
    line-height: 16px;
    margin: 10px 0 10px;
    height: 100px;
    overflow: hidden;
}

.news-list__info .news-list__more:hover {
    background: #da2644;
    transition: 0.5s ease;
}

.news-list__info .news-list__more {
    background: #C41230;
    border-radius: 5px;
    padding: 4px 5px;
    max-width: 120px;
    transition: 0.5s ease;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    text-transform: capitalize;
    display: flex;
    justify-content: center;
    align-items: center;
    letter-spacing: -0.02em;
    /* white */
    color: #F2F2F2;
}

.news-list__info .news-list__more img {
    margin-left: 7px;
}

.news-list__item.black-white .news-list__photo {
    filter: grayscale(100%);
}

.news-list__item.black-white .news-list__info .news-list__term {
    height: 25px;
    display: flex;
    text-align: center;
    justify-content: center;
    background: #e5e5e5;
    color: #363636;
}

.news-list__item.black-white .news-list__info .news-list__term .vertical {
    opacity: 0;
}

.news-list__item.black-white .news-list__info .days {
    /* * */
    /* margin-left: -28px; */
    margin-left: -36px;
    /* * */
    line-height: 0.9;
}

.news-list__item.black-white .news-list__info .days .number {
    font-size: 11px;
}

.news-list__item.black-white .news-list__info .days .day {
    font-size: 6px;
}

.news-list__item.black-white .news-list__info .news-list__text,
.news-list__item.black-white .news-list__info .news-list__more {
    color: #999999;
}

.news-list__item.black-white .news-list__info .news-list__more img {
    filter: grayscale(100%);
}

.news-list__item.end .news-list__info .news-list__term {
    background: #C41230;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 800;
    font-size: 11px;
    line-height: 14px;
    display: flex;
    align-items: center;
    letter-spacing: -0.02em;
    color: #F2F2F2;
    justify-content: center;
    text-align: center;
}

section.collections {
    padding-top: 51px;
}

section.collections .video-wrap_left {
    background: none;
}

section.collections .video-wrap_left:hover .overlay {
    opacity: 0.5;
}

section.collections .video-wrap_left img {
    opacity: 1;
}

section.collections .video-wrap_left span {
    position: absolute;
    bottom: 23px;
    left: 21px;
    font-size: 14px;
    font-weight: 800;
    color: #fff;
    line-height: 18px;
    z-index: 1;
}

.collect-mob-slider {
    display: flex;
}

.collect-mob-slider .slick-list {
    padding-right: 28px;
    margin-left: -8px;
    margin-right: -14px;
}

.collect-mob-slider .slick-slide {
    margin: 0 8px;
}

.collect-mob-slider__item {
    width: 100%;
}

.collect-mob-slider__double {
    display: flex;
    margin: 16px 0;
}

.collect-mob-slider__double img {
    width: 100%;
}

.collect-mob-slider__double strong {
    width: 95px;
}

.collect-mob-slider__left {
    border-radius: 10px;
    margin-right: 8px;
    width: 50%;
}

.collect-mob-slider__right {
    border-radius: 10px;
    margin-left: 8px;
    width: 50%;
}

.collect-mob-slider__single {
    border-radius: 10px;
    margin: 16px 0;
}

.collect-mob-slider__single img {
    width: 100%;
}

.collect-mob-slider__link {
    position: relative;
    height: 100%;
    display: block;
    width: 100%;
}

.collect-mob-slider__link .overlay {
    height: 100px;
    color: #fff;
}

.collect-mob-slider__link .overlay strong {
    position: absolute;
    bottom: 17px;
    left: 20px;
    font-weight: 300;
    text-transform: uppercase;
}

.collect-mob-slider__link .overlay span {
    display: block;
    font-weight: 800;
}

section.articles {
    padding-top: 51px;
}

section.articles .section-head {
    margin-bottom: 35px;
}

section.articles .news-list__head {
    margin-left: 0;
}

section.articles .news-list__info::after {
    display: none;
}

section.articles .news-list__photo-wrap {
    position: relative;
    height: 120px;
    overflow: hidden;
    border-radius: 10px 10px 0 0;
}

.fon-article:before {
    content: "";
    background: transparent !important;
}

section.articles .news-list__photo-wrap:before {
    display: block;
    content: "";
    width: 100%;
    height: 64px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
    position: absolute;
    bottom: 0;
    z-index: 1;
}

section.articles .news-list__photo-wrap .date {
    color: #fff;
    font-size: 11px;
    position: absolute;
    bottom: 15px;
    left: 36px;
    font-weight: 400;
    z-index: 2;
}

section.articles .news-list__photo-wrap .date .date__left::before,
section.articles .news-list__photo-wrap .date .date__right::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
}

.feature-info {
    padding: 31px 20px;
    background: #ffffff;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    font-size: 14px;
    font-weight: 400;
}

.feature-info strong {
    font-size: 14px;
    font-weight: 600;
}

.feature-info ul {
    list-style: disc;
    padding-left: 20px;
    margin-bottom: 20px;
    line-height: 24px;
}

.feature-info p {
    margin: 20px 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}

.feature-info h2,
.feature-info h3 {
    font-size: 18px;
}

.footer {
    padding: 68px 0 80px;
    color: #fff;
    font-size: 14px;
    position: relative;
    background: #000 !important;
}

.footer a {
    color: #fff;
}

.footer-box__head {
    font-weight: 500;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    color: #FFFFFF;
}

.footer-box__head_cards {
    display: flex;
    align-items: center;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
    margin-top: 15px;
}

.footer-box__head_cards img:first-child {
    margin: 0 21px 0 12px;
}

.footer-box__head_empty {
    height: 24px;
}

.footer-box__head_networks {
    position: absolute;
    bottom: 0;
}

.footer-box__head_networks a {
    margin: 0 6px;
    color: #C41230;
}

.footer-box__head_networks a:first-child {
    margin: 0 3px 0 13px;
}

.footer-box__list .footer-box__item a {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 172%;
    color: #FFFFFF;
}

.footer-box__list_numbers li {
    margin-top: 7px;
}

.footer-box__list_numbers li a {
    position: relative;
}

.footer-box__list_numbers li a img {
    position: absolute;
    top: -1px;
    left: -30px;
}

.footer-box__mode {
    bottom: 0;
    line-height: 18px;
}

.ended {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}

.footer-box__mode .mode {
    margin-top: 7px;
    display: flex;
    margin-top: 20px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 170%;
    color: #FFFFFF;
}

.footer-box__mode .mode__days {
    /* * */
    /* width: 44px; */
    width: 70px;
    /* * */
}

.footer-box__mode .mode__time {
    width: 150px;
}

.copy .copy__btn {
    padding: 7px 11px;
    background: #C41230;
    border-radius: 5px;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 12px;
    display: inline-block;
    margin: 23px 0 20px;
    /* * */
    text-align: center;
    /* * */
}

.copy .copy__btn:hover {
    background: #da2644;
}

.copy .copy__text {
    line-height: 18px;
    display: flex;
    text-align: right;
    justify-content: flex-end;
}


@media screen and (min-width: 992px) {
    .cart {
        top: 50% !important;
        transform: translate(-50%, -50%);
        left: 50%;
    }
}

.cart {
    display: none;
    z-index: 50;
    position: fixed;
    background: #f2f2f2;
    transition: 0.3s ease;
}

.cart .cart-back {
    margin-bottom: 0;
}

.cart .cart-wrap {
    padding: 24px 0 8px;
    position: relative;
}

.cart .cart-wrap h2 {
    font-size: 16px;
    font-weight: 500;
}

.cart-head__out {
    display: block;
    width: 30px;
    height: 30px;
    right: 23px;
    top: 10px;
    position: absolute;
    cursor: pointer;
}

.cart-head__out::after,
.cart-head__out::before {
    content: "";
    position: absolute;
    top: 14px;
    right: 6px;
    width: 20px;
    height: 3px;
    border-radius: 5px;
    background: #fff;
    display: block;
}

.cart-head__out::after {
    transform: rotate(45deg);
}

.cart-head__out::before {
    transform: rotate(-45deg);
}

@media screen and (min-width: 0px) {
    .cart-list-link_image {
        margin-right: 4px;
    }
}

@media screen and (min-width: 400px) {
    .cart-list-link_image {
        margin-right: 10px;
    }
}


.cart-list {
    position: relative;
}

.cart-list .cart-list__buy-credit {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    padding: 0;
    color: #363636;
}

@media screen and (min-width: 992px) {
    .cart-list {
        height: auto;
    }
}

.cart-list {
    overflow-x: hidden;
    overflow-y: auto;
    margin-bottom: 14px;
}

.cart-list::-webkit-scrollbar {
    width: 5px;
}

.cart-list::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
}

.cart-list::-webkit-scrollbar-thumb {
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

.del:hover {
    background: #C41230 !important;
    transition: 0.5s ease;
}

.del:hover::before,
.del:hover::after {
    content: "";
    display: block;
    position: absolute;
    width: 15px;
    height: 2px;
    top: 13px;
    left: 7px;
    background: #ffffff !important;
}

.del {
    position: absolute;
    top: 14px;
    left: 5px;
    transition: 0.5s ease;
    width: 30px;
    border-radius: 50%;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: transparent;
    cursor: pointer;
}

.del::before,
.del::after {
    content: "";
    display: block;
    position: absolute;
    width: 15px;
    height: 2px;
    background: #C41230;
    top: 13px;
    left: 7px;
}

.del::before {
    transform: rotate(-45deg);
}

.del::after {
    transform: rotate(45deg);
}

/* present and present popup */
@media screen and (min-width: 0px) {
    .cart-list__wrap {
        height: auto;
        position: relative;
        background: #fff;
        border-radius: 10px;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }
}

@media screen and (min-width: 768px) {
    .cart-list__wrap {
        height: 90px;
        position: relative;
        background: #fff;
        border-radius: 10px;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }
}

.cart-list__wrap .del {
    top: -18px;
    left: -21px;
}

@media screen and (min-width: 0px) {
    .mobile__price_section {
        display: grid;
    }
}

@media screen and (min-width: 768px) {
    .mobile__price_section {
        display: none;
    }
}

.mobile__price_section .heading-wrap {
    display: none;
}

.mobile__price_section {
    padding: 10px;
    background: #ffffff;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: auto;
    margin: 0;
}

@media screen and (min-width: 0px) {
    .mobile__price_section .box_el .product-buy {
        display: flex;
    }


    .mobile__price_section .box_el {
        height: 100%;
        align-items: center;
        justify-content: center;
        display: flex;
    }
}

@media screen and (min-width: 400px) {
    .mobile__price_section .box_el .product-buy {
        width: 200px !important;
        display: flex;
    }

    .mobile__price_section .box_el {
        height: 100%;
        align-items: center;
        display: flex;
    }

    .mobile__price_section .box_el:nth-child(1) {
        justify-content: center;
    }

    .mobile__price_section .box_el:nth-child(2) {
        justify-content: center;
    }
}



.mobile__price_section .box_el:nth-child(2) {
    display: flex;
    justify-content: center;
    align-items: center;
}

.payments_method {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    padding: 10px;
    margin-top: 20px;
    background: #ffffff;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
}

/* купить в один клик */

.buy_one_click {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    padding: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
    background: #ffffff;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
}

.buy_one_click form {
    display: flex;
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
}

.buy_one_click .fast_order_error_text {
    display: flex;
    font-size: 12px;
    justify-content: center;
    align-items: center;
    width: 40%;
    padding-right: 15px;
}

.buy_one_click .fast_order_input {
    width: 30%;
    height: 40px;
    border-radius: 5px 0 0 5px;
    background: #f2f2f2;
    border: none;
    padding: 13px;
}

.buy_one_click .fast_order_btn {
    width: 30%;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    background: #C41230;
    color: #fff;
    border: none;
    font-size: 12px;
    height: 40px;
    border-radius: 0 5px 5px 0;
    font-weight: 600;
    padding: 0 20px;
    text-transform: uppercase;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    transition: 0.5s ease;
}

.calc-panel-btn a:hover,
.buy_one_click .fast_order_btn:hover {
    background: #da2644 !important;
    transition: 0.5s ease;
}

.buy {
    height: 30px;
}

/* купить в один клик */
.cart-list__item {
    background: #fff;
    padding: 6px 8px 6px 10px;
    border-radius: 10px;
    width: 100%;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.08);
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
    flex-direction: column;
}

.cart-list__item .present-action {
    border: none;
    margin-top: 10px;
    width: 100%;
    height: 6em;
}

.cart-list__item .buy-panel__item {
    margin-bottom: 0;
}

.cart-list__item .present-action__link {
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: -0.02em;
    border-bottom: 1px solid #fff;
    width: auto;
}

.cart-list__item .present-action__link::after {
    display: none;
}

.cart-list__item .present-action__head {
    width: 100%;
    position: relative;
}

.cart-list__item .present-action__head span {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 0;
    font-weight: 600;
    height: auto;
}

.present-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    width: 100%;
    bottom: 0;
}

.present-box__strong {
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    letter-spacing: -0.02em;
}

.change-equip-present .present-price {
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    letter-spacing: -0.02em;
    color: #C41230;
    text-transform: uppercase;
}

.apply-present {
    background: #C41230;
    border-radius: 5px;
    width: 116px;
    height: 40px;
    font-weight: 500;
    font-size: 12px;
    line-height: 10px;
    text-align: center;
    display: inline-block;
    color: #FFF;
    line-height: 40px;
    margin: 15px;
}

.apply-present:hover {
    background: #da2644;
}

.present-label {
    width: 100%;
    cursor: pointer;
}

.cart-list__item {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.present-check {
    display: none;
}

.present-form .cart-list,
.change-form .cart-list {
    margin-bottom: 0;
}

/* present and present popup end*/
.cart-list__item img {
    width: 70px;
}

@media screen and (min-width: 0px) {
    .cart-list__item .cart-list__desc {
        width: 60%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
}

@media screen and (min-width: 768px) {
    .cart-list__item .cart-list__desc {
        width: 100%;
        display: flex;
        flex-direction: column;
        padding-right: 2em;
        justify-content: center;
    }
}


.cart-list__item .cart-list__desc h3 {
    width: 95%;
    overflow: hidden;
    box-shadow: inset -20px 0 5px #fff;
    display: flex;
    align-items: center;
    margin-top: 5px;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 19px;
    display: flex;
    align-items: center;
    color: #363636;
}

@media (max-width: 320px) {
    .cart-list__item .cart-list__desc h3 {
        font-weight: 500;
        font-size: 14px;
        line-height: 14px;
        /*margin-bottom: 7px;*/
        /* margin-top: -20px; */
        /* padding-left: 10px; */
        font-weight: 600;
    }
}

.cart-list__item .cart-list__desc .cart-list__price .old-price {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    margin-right: 20px;
    white-space: nowrap;
    text-transform: uppercase;
    color: #C41230;
    overflow: hidden;
    position: relative;
}

.cart-list__item .cart-list__desc .cart-list__price .old-price::before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #CC2C47;
    transform: rotate(-10deg);
    position: absolute;
    top: 10px;
    left: 0;
}

.cart-list__item .cart-list__desc .cart-list__price .action-price {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 800;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    letter-spacing: -0.02em;
    color: #363636;
}

.cart-list__item .cart-list__quantity {
    /* padding-left: 20px; */
    padding: 0 !important;
    margin: 0 !important;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 1em;
    width: 2em;
}

.cart-list__item .cart-list__quantity .plus,
.cart-list__item .cart-list__quantity .minus {
    width: 20px;
    height: 20px;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
    background: #CC2C47;
    border-radius: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.cart-list__item .cart-list__quantity .plus {
    position: relative;
}

.cart-list__item .cart-list__quantity .plus::before,
.cart-list__item .cart-list__quantity .plus::after {
    content: "";
    display: flex;
    justify-content: center;
    align-items: center;
    width: 10px;
    height: 2px;
    border-radius: 5px;
    background: #ffffff;
    position: absolute;
}

.cart-list__item .cart-list__quantity .plus::before {
    transform: rotate(90deg);
}

.cart-list__item .cart-list__quantity .number {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 25px;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    color: #C41230;
    text-align: center;
    margin: 5px 0 6px;
}

.cart-list__item .cart-list__quantity .minus {
    position: relative;
}

.cart-list__item .cart-list__quantity .minus::before {
    content: "";
    display: block;
    width: 10px;
    height: 2px;
    border-radius: 5px;
    background: #fff;
    position: absolute;
}

.cart-total {
    font-size: 14px;
    display: flex;
    justify-content: center;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px -1px 4px rgba(0, 0, 0, 0.08);
    line-height: 22px;
    margin-bottom: 84px;
}

.cart-total__head {
    width: 100%;
    text-align: right;
    font-weight: 500;
    margin-right: 16px;
}

.cart-total__head li:not(:last-child) {
    border-bottom: 1px solid #F2F2F2;
}

.cart-total__head li {
    height: 47px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cart-total__head li p {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    padding-left: 10px;
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: -0.02em;
    color: #000000;
}

.cart-total__head li span {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    letter-spacing: -0.02em;
    color: #363636;
}

.cart-total__head li:last-child {
    font-size: 16px;
    margin-top: 5px;
}

.cart-total__price {
    font-weight: 700;
}

.cart-total__price li:last-child {
    margin-top: 5px;
}

.cart-choise-wrap {
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.popup-filter.mob-filter .cart-choise-wrap {
    position: fixed;
}

@media screen and (min-width: 0px) {
    .cart-choise {
        position: fixed;
        z-index: 21;
    }
}

@media screen and (min-width: 1000px) {
    .cart-choise {
        position: absolute;
    }
}

.cart-choise {
    background: #ffffff;
    box-shadow: 0px -1px 4px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    padding: 11px 10px;
    width: calc(100% - 30px);

    bottom: 4px;
}

.cart-choise::before {
    content: "";
    display: block;
    width: 100%;
    height: 30px;
    box-shadow: 0px 16px 0px 7px #f2f2f2;
    position: absolute;
    bottom: 4px;
    left: 0px;
    z-index: -1;
    border-radius: 10px;
}

.cart-choise__btn {
    border-radius: 5px;
    padding: 11px 0 10px;
    width: 49%;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
}

.cart-choise__btn_continue {
    border: 1px solid #e5e5e5;
    border-radius: 2px;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #363636;
}

.cart-choise__btn_continue:hover {
    background: rgba(206, 206, 206, 0.6235294118);
}

.cart-choise__btn_order {
    background: #C41230;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
}

.cart-choise__btn_order:hover {
    background: #da2644;
    color: #fff;
}

.cart-choise__overlay {
    background: #f2f2f2;
}

.cart-choise__overlay {
    position: absolute;
    bottom: -16px;
    width: 105%;
    height: 50px;
    left: -5%;
}

.popup-menu-profile {
    top: 0;
    right: 100%;
    background: #f2f2f2;
    width: 100%;
    padding-bottom: 8px;
    z-index: 9999;
    position: fixed;
    top: 50px;
    overflow: auto;
    height: calc(100% - 50px);
    font-size: 14px;
    font-weight: 400;
    transition: 0.3s ease;
}

.popup-menu-profile .popup-menu-profile__wrap {
    padding-top: 41px;
}

.popup-menu-profile .popup-menu-profile__wrap>span {
    font-size: 16px;
    font-weight: 500;
    margin: 28px 0 21px;
    display: block;
}

.popup-menu-profile .user-menu {
    background: #ffffff;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
}

.popup-menu-profile .user-menu__item {
    border-bottom: 1px solid #e5e5e5;
}

.popup-menu-profile .user-menu__item:last-child {
    border-bottom: none;
}

.popup-menu-profile .user-menu__item .user-menu__link {
    line-height: 44px;
    display: block;
    padding-left: 24px;
}

.popup-menu-profile .control-wrap {
    background: #ffffff;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.08);
    padding: 10px 10px 10px 41px;
    display: flex;
    border-radius: 10px;
    align-items: center;
    justify-content: space-between;
    font-weight: 500;
}

.popup-menu-profile .control-wrap .exit {
    position: relative;
    line-height: 40px;
    display: inline-block;
}

.popup-menu-profile .control-wrap .exit img {
    position: absolute;
    top: 11px;
    left: -24px;
}

.popup-menu-profile .control-wrap .lang__btn {
    font-size: 12px;
    text-transform: uppercase;
    border-radius: 5px;
    padding: 11px 0;
    display: inline-block;
    width: 80px;
    text-align: center;
    margin-left: 8px;
}

.popup-menu-profile .control-wrap .lang__btn_ua {
    background: #e5e5e5;
}

.popup-menu-profile .control-wrap .lang__btn_ru {
    background: #C41230;
    color: #000;
}

.cabinet {
    padding: 23px 0 36px;
}

.parameters-info {
    overflow-x: auto;
}

.parameters-info-items.df {
    overflow-x: auto;
    padding-bottom: 10px;
}

.parameters-info-items::-webkit-scrollbar {
    width: 2px;
    height: 8px;
    background: #e5e5e5;
    border-radius: 10px;
    cursor: pointer;
    margin-bottom: 20px;
}

.parameters-info-items::-webkit-scrollbar-thumb {
    width: 2px;
    height: 8px;
    background: #a8a8a8;
    border-radius: 10px;
    cursor: pointer;
}

.breadcrumbs {
    display: flex;
    font-weight: 500;
    margin-top: 0px;
    font-size: 12px;
    text-transform: uppercase;
    color: #999999;
    overflow-x: auto;
    white-space: nowrap;
}

.breadcrumbs::-webkit-scrollbar {
    width: 2px;
    height: 4px;
    background: #999999;
    border-radius: 10px;
    cursor: pointer;
    margin-bottom: 20px;
}

.breadcrumbs::-webkit-scrollbar-thumb {
    width: 2px;
    height: 4px;
    background: #C41230;
    border-radius: 10px;
    cursor: pointer;
}

.breadcrumbs .breadcrumbs__item {
    margin-left: 25px;
    position: relative;
    line-height: 40px;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 26px;
    text-transform: uppercase;
    color: #999999;
}

.breadcrumbs .breadcrumbs__item a {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 26px;
    text-transform: uppercase;
    color: #999999;
}

.breadcrumbs .breadcrumbs__item:first-child {
    margin-left: 0;
}

.breadcrumbs .breadcrumbs__item:first-child::before {
    display: none;
}

.breadcrumbs .breadcrumbs__item::before {
    content: "";
    display: block;
    background: url(../images/icons/arrow-breadcrumb.svg) no-repeat 10%/100%;
    width: 5px;
    height: 8px;
    position: absolute;
    left: -14px;
    height: 100%;
}

.cabinet-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 20px 0 35px;
}

.cabinet-head h2 {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    line-height: 34px;
    display: flex;
    align-items: center;
    color: #000000 !important;
}

.cabinet-head .cabinet-user {
    height: 42px;
    border-radius: 4px;
    display: flex;
    align-items: center;
}

.cabinet-head .cabinet-user span {
    font-weight: 500;
    font-size: 14px;
    letter-spacing: -0.02em;
    margin-right: 9px;
}

.cabinet-head .cabinet-user img {
    width: 42px;
    height: 42px;
    border-radius: 4px;
    border: 1px solid #DEDEDE;
}

.user-menu-wrap {
    min-width: 217px;
    width: 217px;
    margin-right: 20px;
}

.user-menu-wrap .user-menu {
    overflow: hidden;
    background: #fff;
    border-radius: 10px;
}

.user-menu-wrap .user-menu .user-menu__item {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
    font-weight: normal;
    font-size: 14px;
}

.user-menu-wrap .user-menu .user-menu__item.active {
    color: #fff;
}

.user-menu-wrap .user-menu .user-menu__item:last-child {
    border-bottom: none;
}

.user-menu-wrap .user-menu .user-menu__item a {
    display: block;
    line-height: 44px;
    padding-left: 24px;
    transition: none;
}

.offer {
    width: 100%;
    border-radius: 10px;
    background: #fff;
    overflow: hidden;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.08);
}

.offer img {
    max-width: 1164px;
    width: 100%;
}

.offer .offer__text {
    padding: 30px 30px 37px;
    line-height: 20px;
    font-size: 14px;
}

.offer .offer__text p {
    margin-bottom: 20px;
    font-weight: 400;
}

.offer .offer__text strong {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
}

.super-price {
    padding: 23px 0 81px;
}

.spec-offer {
    flex-direction: column;
}

.card-product__status-list .card-product__status {
    display: none;
}

.card-product__status-list .card-product__status:nth-child(1) {
    display: block !important;
}

.spec-offer .card-product__hover {
    display: none !important;
}

.card-product {
    background: #ffffff;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    padding: 22px 11px 11px 11px;
    transition: 0.5s ease;
    font-size: 12px;
    position: relative;
    display: flex;
    flex-direction: column;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.card-product .remove-favorite {
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    cursor: pointer;
    width: 26px;
    height: 26px;
    left: 10px;
    top: 10px;
    background: #F2F2F2;
    border-radius: 3px;
}

.compare-item .remove-favorite {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    cursor: pointer;
    width: 26px;
    height: 26px;
    left: 10px;
    top: 10px;
    background: #F2F2F2;
    border-radius: 3px;
}

.special-offers__slider .card-product:hover {
    transition: 0.5s ease;
    box-shadow: none !important;
    transform: none !important;
}

.special-offers__slider .card-product__status_super {
    display: none;
    box-shadow: none !important;
    transform: none !important;
}

.card-product:hover {
    transition: 0.5s ease;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.137254902);
    transform: translateY(-5px);
}

.card-product:hover .card-product__info .right-info .buy-btn {
    /* * */
    /* opacity: 1;
  visibility: visible; */
    /* * */
    /* -webkit-animation: card-hover .7s linear;
  animation: card-hover .7s linear; */
}

.mobile__price_section .buy,
.card-product__info .buy {
    padding: 8px 8px 8px 8px;
    background: #C41230;
    position: relative;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 5px;
    display: block;
    cursor: pointer;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 10px;
    line-height: 12px;
    color: #FFFFFF;
    border: 1px solid #C41230;
    display: flex;
    align-items: center;
    justify-content: center;
    display: flex;
    min-width: 90px;
}

.card-product:hover .card-product__hover {
    opacity: 1;
    visibility: visible;
    box-shadow: 0px 12px 12px rgba(0, 0, 0, 0.25);
    z-index: 1;
    -webkit-animation: card-hover 0.5s linear;
    animation: card-hover card-product__hover 0.5s linear;
}

.card-product .card-product__wr-img {
    display: block;
    width: 100%;
    height: 210px;
    overflow: hidden;
    margin-bottom: 15px;
}

.card-product .card-product__head .card-product__photo {
    display: block;
    width: 100%;
    height: 100%;
    max-height: 202px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: 50%;
    object-position: 50%;
    margin: auto;
    transition: 0.3s ease;
}

.card-product .card-product__head span {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 13.6889px;
    line-height: 21px;
    letter-spacing: 0.02em;
    color: #000000;
    height: 38px;
    display: block;
    overflow: hidden;
    /* * */
    margin-bottom: 0.2em;
}

.card-product__head .card-product__photo.hiden {
    opacity: 0;
    visibility: hidden;
    width: 0;
    -webkit-animation: card-hover 0.7s linear;
    animation: card-hover 0.7s linear;
}

.card-product__hover.top {
    top: 155px;
    transition: 0.3s ease;
    left: 0 !important;
}

.card-product__hover .data-list.more-card-2 {
    overflow-y: scroll;
    width: 100% !important;
    height: 337px;
    transition: 0.3s ease;
}

.card-product__hover .data-list__item_hide.hide {
    opacity: 1;
}

.transform {
    transform: rotate(180deg);
    transition: 0.3s ease;
}

.card-product__info {
    display: -ms-flexbox;
    height: 60px;
    display: flex;
    justify-content: space-between;
    color: #999999;
}

.card-product__info .left-info {
    /* * */
    /* width: 53%; */
    width: 56%;
    /* * */
}

.card-product__info .left-info__wrap {
    display: -webkit-box;
    flex: 1;
    display: flex;
    align-items: center;
    position: relative;
    margin: 0 !important;
}

.card-product__info .left-info__wrap .column-box {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    text-align: left;
    align-items: flex-start;
}

.card-product__info .left-info__wrap .column-box .box {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.column {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.card-product__info .comment {
    padding-left: 15px;
}

.card-product__info .left-info__wrap .discount-price {
    position: absolute;
    left: 0;
    top: -14px;
    background: #C41230;
    width: 47px;
    height: 17px;
    line-height: 18px;
    border-radius: 23px;
    text-align: center;
    color: #000;
    font-weight: 800;
    letter-spacing: -0.07em;
}

.gray-no-price {
    width: 95px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 10px;
    white-space: nowrap;
    font-size: 10px;
    background: #ddd;
    border-radius: 4px;
}

.card-product__info .left-info__wrap .old-price {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    flex: 1 1 auto;
    display: flex;
    flex-direction: colimn;
    justify-content: flex-end;
    white-space: nowrap;
    line-height: 22px;
    text-align: center;
    letter-spacing: -0.02em;
    color: #363636;
}

.card-product__info .left-info__wrap .action-price {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 800;
    font-size: 18px;
    flex: 1 1 auto;
    display: flex;
    flex-direction: colimn;
    justify-content: flex-end;
    line-height: 22px;
    text-align: left;
    letter-spacing: -0.02em;
    color: #363636;
    display: flex;
    justify-content: flex-start;
    padding: 0;
    padding-left: 0px;
}

.card-product__info .left-info__wrap .action-price::after {
    content: "₴";
    padding-left: 4px;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    letter-spacing: -0.02em;
    color: #363636;
}

.card-product__info .left-info__wrap .old-price::after {
    content: "₴";
    padding-left: 4px;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    letter-spacing: -0.02em;
    color: #C41230;
}

@media screen and (min-width: 0px) {
    .card-product__info .left-info__wrap .old-price {
        font-size: 14px;
    }
}

@media screen and (min-width: 1000px) {
    .card-product__info .left-info__wrap .old-price {
        font-size: 16px;
    }
}

.card-product__info .left-info__wrap .old-price {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 600;
    white-space: nowrap;
    line-height: 20px;
    text-align: left !important;
    overflow: hidden !important;
    position: relative;
    text-transform: uppercase;
    color: #C41230;
    display: flex;
    justify-content: flex-start;
}

@media screen and (min-width: 0px) {
    .card-product__info .left-info__wrap .old-price::before {
        font-size: 12px;
    }
}

@media screen and (min-width: 1000px) {
    .card-product__info .left-info__wrap .old-price::before {
        font-size: 14px;
    }
}

@media screen and (min-width: 0px) {
    .card-product__info .left-info__wrap .old-price::after {
        font-size: 12px;
    }
}

@media screen and (min-width: 1000px) {
    .card-product__info .left-info__wrap .old-price::after {
        font-size: 14px;
    }
}

.card-product__info .left-info__wrap .old-price::before {
    content: "";
    display: block;
    width: 90%;
    height: 1px;
    position: absolute;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    background: #C41230;
    transform: rotate(-10deg);
    top: 10px;
}

.card-product__info .left-info__wrap .action-price {
    font-size: 17px;
    font-weight: 800;
    color: #363636;
    padding-left: 15px;
    padding: 0;
}

.card-product__info .left-info__wrap .rating {
    display: flex;
    color: #e5e5e5;
}

.price-info__rating .rating__item {
    color: #e5e5e5;
}

.card-product__info .left-info__wrap .rating__item {
    margin-right: 2px;
}

.card-product__info .right-info {
    flex: 1;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

.buy-btn {
    padding: 8px 30px 8px 8px;
    background: #CC2C47;
    position: relative;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 5px;
    display: block;
    cursor: pointer;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 10px;
    line-height: 12px;
    color: #FFFFFF;
    border: 1px solid #CC2C47;
    display: flex;
    align-items: center;
    justify-content: center;
    display: flex;
    min-width: 90px;
}

.buy-btn:hover {
    background: #da2644 !important;
    color: #fff;
    border: 1px solid #da2644;
}

.card-product__info .right-info .buy-btn:hover {
    background: #da2644;
    color: #fff;
    border: 1px solid #da2644;
}

.card-product__info .right-info .buy-btn::after {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    background: url(../images/icons/cart-buy.svg) center / contain no-repeat;
    position: absolute;
    top: 7px;
    right: 10px;
}

.card-product__hover {
    opacity: 1 !important;
    position: absolute !important;
    left: 5%;
    top: 95%;
    border-radius: 0 0 10px 10px;
    padding-top: 17px;
    z-index: 2;
    background: #fff;
    transform: translateX(-1em) translateY(0.4em);
    width: 110%;
}

.card-product__hover .actions {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    padding: 5px 28px 5px 44px;
}

.card-product__hover .actions__btn {
    position: relative;
}

.card-product__hover .actions__btn_compare svg {
    fill: #999999;
    width: 18px;
    position: absolute;
    top: -5px;
    left: -25px;
}

.card-product__hover .actions__btn_favorite svg {
    fill: #999999;
    width: 14px;
    position: absolute;
    top: -5px;
    left: -20px;
}

.card-product__hover .actions__btn_in-compare svg {
    fill: #C41230;
    width: 18px;
    position: absolute;
    top: 2px;
    left: -25px;
}

.card-product__hover .actions__btn_in-favorite svg {
    fill: #C41230;
    width: 14px;
    position: absolute;
    top: 3px;
    left: -20px;
}

.card-product__hover .techno-list {
    border-bottom: 1px solid #e5e5e5;
    display: flex;
    padding: 5px 20px;
}

.card-product__hover .techno-list__item {
    margin-right: 10px;
}

.card-product__hover .techno-list__item:nth-child(4) {
    margin-left: 28px;
    position: relative;
}

.card-product__hover .techno-list__item:nth-child(4)::before {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: 31px;
    background: #e5e5e5;
    top: -5px;
    left: -18px;
}

.card-product__hover .data-list {
    padding: 20px 20px 40px 20px;
    height: 175px !important;
    overflow: hidden;
    font-weight: 400;
    width: 100% !important;
}

.card-product__hover .data-list__item {
    /* padding: 7px 10px; */
    padding: 10px;
    line-height: 20px;
    display: flex;
    align-items: center;
}

.card-product__hover .data-list__item_hide {
    opacity: 0;
}

.card-product__hover .data-list__item:nth-child(odd) {
    background: #f2f2f2;
}

.card-product__hover .data-list__item .param {
    width: 150px;
    display: inline-block;
}

.card-product__hover .data-list::-webkit-scrollbar {
    width: 5px;
}

.card-product__hover .data-list::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
}

.card-product__hover .data-list::-webkit-scrollbar-thumb {
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

.card-product__hover .more-info:hover {
    box-shadow: 0px 0px 8px rgba(39, 39, 39, 0.3294117647);
}

.more-info.transform {
    left: 50% !important;
    transform: translateX(-50%) !important;
}

.card-product__hover .more-info {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
    background: #fff;
    position: absolute;
    top: -2em;
    left: 47%;
    transform: translateX(-50%);
    cursor: pointer;
}

.card-product__hover .more-info svg {
    position: absolute;
    left: 50%;
    margin-left: -6px;
    bottom: 12px;
}

.head-history {
    font-size: 16px;
    font-weight: 500;
    margin: 5px 0 20px;
}

.profile-form {
    padding: 36px 38px 86px 38px;
    border-radius: 10px;
    background: #fff;
    width: 100%;
    font-size: 12px;
    font-weight: 500;
    color: #363636;
}

.box-avatar {
    background: #FFFFFF;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.08);
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    padding: 20px;
    align-items: flex-end;
    justify-content: flex-start;
}

.box-avatar .profile-form__item {
    width: 100%;
    flex-direction: column;
    align-items: flex-end;
    display: flex;
}

.profile-form button {
    max-width: 200px;
    width: 100%;
    border-radius: 5px;
    padding: 10px 0;
    font-weight: 500;
}

.profile-form__wrap {
    display: flex;
}

.profile-form__label {
    font-size: 12px;
    font-weight: 400;
    display: inline-block;
}

.profile-form__label span {
    font-weight: 500;
    color: #C41230;
}

.profile-form__item {
    max-width: 100%;
    width: 100%;
}

.profile .profile-form {
    width: 50% !important;
}

.profile .profile-form .profile-form__wrap {
    width: 100%;
}

.profile-form__item .profile-form__label .profile-form__input {
    background: #f2f2f2;
    border: none;
    border-radius: 5px;
    padding: 10px;
    margin: 5px 0 0 -8px;
    width: 100%;
}

.profile-form__item .profile-form__label .profile-form__input::-webkit-input-placeholder {
    color: #999999;
}

.profile-form__item .profile-form__label .profile-form__input::-moz-placeholder {
    color: #999999;
}

.profile-form__item_right {
    margin-left: 140px;
}

@media screen and (min-width: 0px) {
    .profile-form__item_right .download-label {
        width: 100%;
    }
}

@media screen and (min-width: 500px) {
    .profile-form__item_right .download-label {
        width: 50%;
    }
}

@media screen and (min-width: 1200px) {
    .profile-form__item_right .download-label {
        width: 147px;
    }
}

.profile-form__item_right .download-label {
    text-align: center;
    background: #C41230;
    border-radius: 5px;
    height: 30px;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    cursor: pointer;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 10px;
    color: #F2F2F2;
    width: 100%;
}

.profile-form__item_right .download-label:hover {
    background: #da2644;
}

.profile-form__item_right .download-label .download-photo {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

@media screen and (min-width: 0px) {
    .delate-form {
        width: 100%;
    }
}

@media screen and (min-width: 500px) {
    .delate-form {
        width: 50%;
    }
}

@media screen and (min-width: 1200px) {
    .delate-form {
        width: 147px;
    }
}

.delate-form {
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    margin-top: 20px;
    line-height: 10px;
    color: #363636;
    background: transparent;
    border: 1px solid #DEDEDE;
    border-radius: 2px;
}

.profile-form__item_right button:hover {
    background: #cecece;
}

.profile-form__btn {
    background: #C41230;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    margin-top: 5px;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.profile-form__btn:hover {
    background: #da2644;
}

.sorting-filter {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    /* align-items: center; */
    justify-content: space-between;
    margin-left: 37px;
}

option,
select {
    cursor: pointer;
}

.sorting-filter__head {
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
    margin-right: 17px;
    margin-bottom: 2em;
}

.sorting-filter .btn {
    margin: 0 5px;
}

.select {
    position: relative;
}

.select::after {
    /*content: '';*/
    /*display: block;*/
    /*background: url(../images/icons/select-arrow.svg);*/
    /*position: absolute;*/
    /*width: 12px;*/
    /*height: 7px;*/
    /*top: 17px;*/
    /*right: 20px;*/
}

.select:before {
    content: "";
    width: 12px;
    height: 7px;
    display: block;
    right: 10px;
    top: 17px;
    background: url(../images/icons/shevron.svg) center/contain no-repeat;
    position: absolute;
}

.select:hover::before,
.select:focus::before,
.select:active::before,
.select:valid::before {
    transform: rotate(180deg);
    transition: 0.5s ease;
    background: url(../images/icons/shevron.svg) center/contain no-repeat;
    position: absolute;
}

.select select,
.select option {
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition: 0.5s ease;
    padding: 12px 40px 12px 19px;
    font-family: inherit;
    position: relative;
    font-size: 14px;
    color: inherit;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.08);
}

.select:focus {
    outline: 0;
    border-color: #C41230;
}

.wrap-list {
    display: flex;
    flex-wrap: wrap;
    margin: -10px;
}

.wrap-list__item {
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    overflow: hidden;
    width: calc(25% - 20px);
    margin: 10px;
}

.wrap-list__item:hover .overlay {
    opacity: 0.5;
}

.wrap-list__link {
    width: 100%;
    display: block;
    position: relative;
}

.wrap-list__link span {
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    position: absolute;
    left: 17px;
    bottom: 16px;
    margin-right: 17px;
}

.wrap-list__photo {
    width: 100%;
}

.page-list {
    display: flex;
    justify-content: center;
    margin-top: 48px;
    position: relative;
}

.page-list__item {
    width: 40px;
    height: 40px;
    background: #ffffff;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.08);
    border-radius: 5px;
    cursor: pointer;
    margin: 0 6px;
    text-align: center;
    line-height: 40px;
    font-size: 12px;
    font-weight: 800;
}

.page-list__item a:hover {
    box-shadow: 0 0 8px rgba(40, 39, 39, 0.3450980392);
    transition: 0.5s ease;
}

.page-list__item a {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    transition: 0.5s ease;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.page-list__item button {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    background: none;
    color: inherit;
    width: 100%;
    height: 100%;
}

.page-list__item button svg {
    width: 6px;
}

.page-list .page-list__item.active {
    background: #C41230;
    color: #fff;
}

section.collection-cat .wrap-list__link span {
    font-weight: 300;
    text-transform: uppercase;
    line-height: 18px;
    font-size: 10px;
}

section.collection-cat .wrap-list__link span b {
    font-weight: 800;
    display: block;
    font-size: 12px;
}

section.action-news .news-list,
section.art-reviews .news-list {
    display: flex;
    flex-wrap: wrap;
    margin: -10px;
}

section.action-news .news-list__item,
section.art-reviews .news-list__item {
    width: calc(25% - 20px);
    margin: 10px;
    height: 363px;
}

section.articles.art-reviews {
    padding-top: 22px;
}

.catalog-wrap {
    display: flex;
}

.catalog-wrap .card-product .remove-favorite,
.search-list .card-product .remove-favorite {
    display: none;
}

.filter-wrap {
    width: 217px;
    margin-right: 20px;
}

.filter-list.accordion {
    position: relative;
}

.accordion-body {
    display: none;
}

.filter-list {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.filter-list:last-child .filter-list__item {
    padding: 0;
    border-top: 1px solid #e5e5e5;
}

.filter-list__head {
    font-size: 18px;
    margin-bottom: 34px;
    font-weight: 500;
}

.filter-list__head_small {
    font-size: 14px;
    padding: 17px 20px 17px 0;
    margin: 0;
}

.filter-list__clear-btn::before {
    content: "";
    width: 13px;
    height: 13px;
    position: absolute;
    right: 0;
    top: 8px;
    display: block;
    background: url(../images/icons/close_vector.svg) center/contain no-repeat;
}

.filter-list__clear-btn {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    align-items: center;
    display: flex;
    position: relative;
    color: #363636;
}

.filter-list__item_price .price-wrap {
    margin-bottom: 30px;
}

.filter-list__head {
    position: relative;
    cursor: pointer;
}

.filter-list__head::after {
    content: "";
    display: block;
    position: absolute;
    top: 20px;
    right: 0;
    background: url(../images/icons/arrow-up-black.svg);
    width: 16px;
    height: 10px;
    transition: 0.3s ease;
    transform: rotate(180deg);
}

.filter-list__head.filter-list__head_chips::after {
    display: none;
}

.filter-list__head.accord {
    cursor: pointer;
    position: relative;
}

.filter-list__head.accord::after {
    content: "";
    display: block;
    position: absolute;
    top: 20px;
    right: 0;
    background: url(../images/icons/arrow-up-black.svg);
    width: 16px;
    height: 10px;
    transform: rotate(0);
}

.ui-slider.ui-corner-all.ui-slider-horizontal.ui-widget.ui-widget-content {
    margin-top: 27px;
    height: 3px;
    border: none;
    background: #e5e5e5;
    width: calc(100% - 20px);
    margin-left: 8px;
}

.ui-slider.ui-corner-all.ui-slider-horizontal.ui-widget.ui-widget-content .ui-slider-range.ui-corner-all.ui-widget-header {
    background: #CC2C47;
}

.ui-slider.ui-corner-all.ui-slider-horizontal.ui-widget.ui-widget-content .ui-slider-handle.ui-corner-all.ui-state-default {
    border-radius: 2px;
    border: 6px solid #C41230;
    background: #fff;
    top: -9px;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.input-button-wrap {
    display: flex;
    justify-content: space-between;
}

.input-button-wrap__btn {
    background: #C41230;
    color: #fff;
    border-radius: 5px;
    margin-left: 5px;
    padding: 0 15px;
}

.input-button-wrap__btn:hover {
    background: #da2644;
    color: #fff;
}

.filter-list__item {
    border-top: 1px solid #e5e5e5;
    padding: 5px 0 15px;
}

.filter-list__item:first-child {
    border-top: none;
}

.filter-list__item .input-wrap {
    display: flex;
    justify-content: space-between;
    line-height: 40px;
    font-weight: 800;
    font-size: 14px;
    width: 160px;
}

.filter-list__item .input-wrap input {
    padding: 15px 5px;
    width: 75px;
    height: 40px;
    background: transparent;
    border-radius: 4px;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 10px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #363636;
    border: 1px solid #DEDEDE;
    text-align: center;
}

.filter-list__item .input-wrap input::-webkit-outer-spin-button,
.filter-list__item .input-wrap input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.selected-list {
    margin: 0 -10px;
}

.selected-list__item {
    border-radius: 100px;
    background: transparent;
    position: relative;
    display: inline-block;
    padding: 4px 25px 4px 11px;
    margin: 0 10px 11px;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 12px;
    border-radius: 4px;
    border: 1px solid #DEDEDE;
    color: #363636;
}

.selected-list__item::before,
.selected-list__item::after {
    content: "";
    display: block;
    position: absolute;
    top: 10px;
    right: 8px;
    width: 9px;
    height: 2px;
    border-radius: 3px;
    background: #999999;
    cursor: pointer;
}

.selected-list__item::before {
    transform: rotate(-45deg);
}

.selected-list__item::after {
    transform: rotate(45deg);
}

.checkbox-list_open {
    display: block;
}

.checkbox-list__item {
    display: block;
    position: relative;
    padding-left: 36px;
    margin-bottom: 6px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.checkbox-list__item input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkbox-list__item:hover input~.checkmark {
    background-color: #fff;
}

.checkbox-list__item .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 22px;
    width: 22px;
    background-color: #fff;
    border-radius: 3px;
    border: 1px solid #e6e6e6;
}

.checkbox-list__item .checkmark::after {
    content: "";
    position: absolute;
    display: none;
    left: 8px;
    top: 4px;
    width: 7px;
    height: 11px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
}

.checkbox-list__item input:checked~.checkmark {
    background-color: #C41230;
    border: none;
    transition: 0.3s ease;
}

.checkbox-list__item input:checked~.checkmark:after {
    display: block;
}

.checkbox-list__item .checkbox__info {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}

.checkbox-list__show-more {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    text-decoration: underline;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.08);
    border-radius: 5px;
    background: #C41230;
    position: absolute;
    top: -5px;
    right: -198px;
    padding: 5px 30px 3px 10px;
    z-index: 2;
    display: none;
    transition: 0.5s ease;
}

.checkbox-list__show-more::before {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    border-radius: 2px;
    transform: rotate(45deg);
    background: #C41230;
    position: absolute;
    top: 10px;
    left: -6px;
}

.checkbox-list__show-more a {
    position: relative;
    line-height: 26px;
}

.checkbox-list__show-more .close-more {
    width: 12px;
    height: 12px;
    position: absolute;
    top: 11px;
    right: 11px;
}

.checkbox-list__show-more .close-more::before,
.checkbox-list__show-more .close-more::after {
    content: "";
    display: block;
    width: 14px;
    height: 3px;
    border-radius: 3px;
    background: #fff;
    position: absolute;
    top: 4px;
    right: 0;
    cursor: pointer;
}

.checkbox-list__show-more .close-more::before {
    transform: rotate(-45deg);
}

.checkbox-list__show-more .close-more::after {
    transform: rotate(45deg);
}


.card-product__more-btn {
    width: 100%;
    height: 100%;
    flex-direction: column;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: 800;
    text-transform: uppercase;
}

.filter-popup-btn {
    background: #C41230;
    padding: 12px 48px 12px 19px;
    color: #fff;
    font-size: 14px;
    border-radius: 5px;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.08);
    line-height: 1.2em;
    position: relative;
    cursor: pointer;
}

.filter-popup-btn::after {
    content: "";
    display: block;
    width: 10px;
    height: 12px;
    background: url(../images/icons/filter-popup.svg);
    position: absolute;
    top: 13px;
    right: 21px;
}

.popup-filter-wrap .popup-cat__back-wrap {
    transition: 0.3s ease;
    right: 100%;
    top: 50px;
    z-index: 9999;
}

.popup-filter {
    top: 0;
    right: 100%;
    background: #f2f2f2;
    width: 100%;
    padding-bottom: 8px;
    z-index: 11;
    position: fixed;
    top: 100px;
    overflow: auto;
    height: calc(100% - 100px);
    font-size: 14px;
    font-weight: 400;
    transition: 0.3s ease;
    padding: 0 16px;
}

.popup-filter .cabinet-head h2 {
    margin: 24px 0 15px;
}

.popup-filter .filter-wrap {
    margin: 0 auto;
    width: 100%;
    background: #fff;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    padding: 0 16px;
    margin-bottom: 130px;
    width: 690px;
}

.popup-filter .filter-list {
    padding-bottom: 1px;
}

.popup-filter .filter-list__item .input-wrap input {
    background: #f2f2f2;
    width: calc(50% - 20px);
}

.popup-filter .filter-list__item .ui-slider.ui-corner-all.ui-slider-horizontal.ui-widget.ui-widget-content {
    width: 100%;
    max-width: calc(100% - 20px);
}

.popup-filter .filter-list__item>div {
    padding: 0 25px;
}

.popup-filter .filter-list__item .checkbox-list {
    margin-bottom: 20px;
}

.popup-filter .filter-list__item:first-child {
    border-top: none;
}

.popup-filter .cart-choise__found {
    display: flex;
    align-items: center;
    width: 32%;
    justify-content: center;
    font-weight: 500;
}

.popup-filter .cart-choise__found span {
    margin-left: 4px;
    font-size: 12px;
}

.popup-filter .cart-choise__btn {
    border-radius: 5px;
    width: auto;
    width: 32%;
}

.popup-filter .cart-choise__btn_reset {
    background: #e5e5e5;
}

.popup-filter .cart-choise__btn_apply {
    background: #C41230;
    color: #fff;
}

section.card-page .offer__main-img {
    max-width: 100%;
}

.offer__main-img {
    cursor: pointer;
}

section.card-page .offer__text {
    max-width: 68%;
}

section.card-page .offer__highlight {
    color: #C41230;
    line-height: 24px;
    font-size: 18px;
    font-weight: 500;
}

section.card-page .spec-offer {
    display: flex;
    justify-content: space-between;
}

section.card-page .spec-offer__item {
    margin-top: 40px;
    width: 100%;
}

section.card-page .spec-offer__item:first-child {
    margin-right: 50px;
}

section.card-page .sorting-filter {
    justify-content: flex-start;
    margin-bottom: 20px;
    flex-direction: column;
}

.prod-slider.slick-initialized.slick-slider {
    display: flex;
    align-content: center;
    align-items: center;
    margin: 0;
    height: 100%;
}

.buy-panel__wrap .prod-slider .slick-slide {
    display: flex;
}

.collection-cards {
    margin-top: 50px;
    width: calc(100% + 20px);
    position: relative;
    left: -10px;
}

section.card-page .spec-offer__item.spec-offer__item_design {
    max-width: 100%;
    margin-right: 0;
}

.feature.design-info {
    padding-top: 0;
}

.feature.design-info .feature-info p {
    font-size: 14px;
    font-weight: 400;
}

.feature-info a {
    color: #2ba5ef;
    text-decoration: underline;
}

.card-product.not-available:hover .card-product__info .right-info .buy-btn {
    -webkit-animation: none;
    animation: none;
}

.card-product.not-available .buy-btn {
    background: #e5e5e5 !important;
    color: #999999 !important;
    width: 95px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 10px;
    font-weight: 500;
    font-size: 10px !important;
    line-height: 12px;
    white-space: nowrap;
    border: none !important;
    letter-spacing: -0.5px;
    font-size: 10px;
    text-transform: full-size-kana;
    background: #ddd;
    border-radius: 4px;
}

.card-product.not-available .buy-btn:hover {
    background: #e5e5e5 !important;
    color: #999999 !important;
    width: 95px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 10px;
    font-weight: 500;
    font-size: 10px !important;
    line-height: 12px;
    border: none !important;
    white-space: nowrap;
    letter-spacing: -0.5px;
    font-size: 10px;
    text-transform: full-size-kana;
    background: #ddd;
    border-radius: 4px;
}

.btn-stock {
    background-color: #e5e5e5;
    color: #999999;
    border-radius: 5px;
    padding: 8px 6px 8px 6px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: -0.5px;
    text-align: center;
    display: block;
}

.card-product.not-available .buy-btn::after {
    display: none;
}

.card-product.not-available .buy-btn:hover {
    background: #e5e5e5;
    color: #999999;
}

.card-product.not-available .actions__btn {
    opacity: 0;
    visibility: hidden;
}

section.card-article .offer__text {
    /* padding: 53px 237px 64px; */
    max-width: 100%;
}

section.card-article .offer__text h3 {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 20px;
    margin-top: 35px;
}

section.pass-recovery .regist-form .recover-regist__label {
    margin-top: 17px;
}

section.pass-recovery .main-cabinet__user {
    max-width: 200px;
}

section.pass-recovery .span {
    color: #999999;
    display: block;
    margin-top: 36px;
    margin-bottom: 9px;
}

.form-wrap {
    padding: 36px 38px 190px;
    background: #ffffff;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
}

.recover-regist {
    width: 100%;
    font-size: 12px;
}

.recover-regist__label {
    width: 100%;
    margin: 0 5px;
    flex-direction: column !important;
}

.recover-regist__label {
    width: 100%;
}

.recover-regist__label .form-control::-moz-placeholder {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 10px;
    color: #999999;
}

.recover-regist__label .form-control:-ms-input-placeholder {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 10px;
    color: #999999;
}

.recover-regist__label .form-control::placeholder {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 10px;
    color: #999999;
}

.recover-regist__label .form-control {
    background: transparent;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 10px;
    border-radius: 2px;
    align-items: center;
    border: 1px solid #DEDEDE;
    color: #000;
}

@media screen and (min-width: 0px) {
    .re-capcha {
        height: 70px;
    }
}

@media screen and (min-width: 768px) {
    .re-capcha {
        height: 100px;
    }
}

.re-capcha {
    width: 100%;
    display: flex;
    padding: 23px 5px 0 5px;
}

.re-capcha .capcha {
    width: 100%;
    height: 100%;
    border: 1px solid #ddd;
    border-radius: 5px;
    background: rgba(210, 208, 208, 0.5490196078);
}

.recover-regist__label span,
.recover-regist__label .recover-regist__span {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 10px;
    display: inline-block !important;
    color: #000000;
    position: relative;
}

.recover-regist__label .recover-regist__span::after {
    content: "*";
    display: inline-block;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 10px;
    color: #C41230;
    position: absolute;
    top: -3px;
    right: -8px;
}

.recover-regist__label_login {
    margin-bottom: 13px;
}

.recover-regist input {
    background: #f2f2f2;
    padding: 10px 12px;
    border: none;
    border-radius: 5px;
    width: 100%;
    margin-top: 7px;
}

.recover-regist input::-webkit-input-placeholder {
    color: #999999;
}

.recover-regist input::-moz-placeholder {
    color: #999999;
}

.recover-regist__btn:hover {
    background: #da2644;
    transition: 0.5s ease;
}

.recover-regist__btn {
    margin-top: 18px;
    height: 30px;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    transition: 0.5s ease;
    line-height: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #FFFFFF;
    background: #C41230;
    border: none;
    border-radius: 2px;
    font-weight: 500;
    width: 200px;
    padding: 10px 0;
}

.already-regist__btn {
    margin-top: 18px;
    text-align: center;
    color: #fff;
    background: lightgrey;
    cursor: pointer;
    border: none;
    border-radius: 5px;
    font-weight: 500;
    width: 200px;
    padding: 10px 0;
    transition: 0.3s ease;
    line-height: 1.15;
}

.already-regist__btn:hover {
    background: grey;
}

.check-wrap {
    display: flex;
}

.check-wrap__item {
    max-width: 690px;
    width: 100%;
}

.check-wrap__item .cart-head {
    background: #C41230;
    padding-left: 30px;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    height: 50px;
    border-radius: 10px;
    margin-bottom: 0;
}

.check-wrap__item .cart-head h2 {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    line-height: 50px;
}

.check-wrap__item .cart-list {
    overflow: visible;
    margin-bottom: 0;
    height: auto;
    padding: 0;
    padding-top: 15px;
}

.check-wrap__item .cart-choise {
    background: none;
    box-shadow: none;
    padding: 0;
    position: relative;
    bottom: 0;
    width: 100%;
}

.check-wrap__item .cart-total {
    margin-bottom: 5px;
    padding-right: 55px;
}

.check-wrap__item .cart-choise-wrap {
    margin-top: 20px;
}

.check-wrap__item .cart-choise__btn {
    border-radius: 10px;
    text-transform: uppercase;
    padding: 16px 0;
}

.check-wrap__item .cart-list__buy-credit {
    position: absolute;
    bottom: 5px;
    background: #C41230;
    text-transform: uppercase;
    color: #fff;
    flex-wrap: wrap;
    font-size: 10px;
    font-weight: 800;
    padding: 10px 24px 8px 46px;
    text-align: center;
    border-radius: 5px;
}

.check-wrap__item .cart-list__buy-credit::before {
    content: "";
    display: block;
    position: absolute;
    top: 7px;
    left: 23px;
    background: url(../images/icons/credit-icon.svg);
    width: 15px;
    height: 17px;
}

.check-wrap__item_credit .cart-head {
    background: #C41230;
    border-radius: 10px 10px 0px 0px;
}

.check-wrap__item_credit .cart-list-wrap {
    border: 3px solid #C41230;
    border-top: 0;
    border-radius: 0 0 10px 10px;
    padding: 0 32px 20px;
}

.check-wrap__item_credit .cart-choise__btn_order {
    background: #C41230;
}

.check-wrap__item_credit .cart-total {
    padding-right: 50px;
}

.check-wrap__item_credit .cart-list__buy-credit {
    background: none;
    color: #C41230;
    text-decoration: underline;
    text-transform: none;
    font-size: 12px;
    padding-left: 0;
    font-weight: 400;
}

.check-wrap__item_credit .cart-list__buy-credit::before {
    display: none;
}

.form-wrap.order-wrap {
    max-width: 690px;
    width: 100%;
    padding-bottom: 39px;
    margin-top: 30px;
}

.order-form {
    max-width: 100%;
}

.order-form .recover-regist__label input {
    width: 100%;
    display: block;
}

.order-form .recover-regist__label_promo input {
    width: 152px;
}

.order-form .recover-regist__label_promo a {
    background: #C41230;
    color: #fff;
    border-radius: 5px;
    line-height: 33px;
    margin-top: 7px;
    max-width: 116px;
    width: 100%;
    text-align: center;
    margin-left: 10px;
}

.order-form .recover-regist__label {
    margin-bottom: 30px;
    max-width: 278px;
    display: block;
}

.order-form .recover-regist__label .select::after {
    top: 14px;
}

.order-form .recover-regist__label .select select {
    display: block;
    width: 100%;
    background: #f2f2f2;
    padding: 10px 12px;
    box-shadow: none;
    font-size: 12px;
}

.order-form .checkbox-list__item {
    margin: 30px 0;
}

.order-form .checkbox-list__item .checkbox__info {
    color: #999999;
}

.order-form .checkbox-list__item .checkbox__info a {
    text-decoration: underline;
    color: #C41230;
}

.order-form .confirm-order {
    max-width: 278px;
    width: 100%;
    background: #C41230;
    color: #fff;
    padding: 17px 0;
    text-align: center;
    text-transform: uppercase;
    font-weight: 800;
    border-radius: 10px;
}

.order-form .confirm-order:hover {
    background: #da2644;
}

.ui-widget {
    /* * */
    /* font-family: 'Roboto', sans-serif; */
    font-family: Montserrat, sans-serif;
    /* * */
}

.ui-widget.ui-widget-content {
    border: none;
}

.tabs {
    display: none;
    background: #ffffff;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    padding: 0;
    max-width: 900px;
    width: 100%;
    height: 650px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -450px;
    margin-top: -325px;
    z-index: 20;
}

.tabs .cart-head h2 {
    font-size: 16px;
    font-weight: 600;
}

.tabs__menu {
    padding: 0;
    background: #e5e5e5;
    border-radius: 0;
}

.tabs__menu li.tabs__li {
    border: none !important;
    border-radius: 0;
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-weight: 600;
    background: transparent;
    width: 200px;
}

.tabs__menu li.tabs__li:hover {
    background: #cecece;
}

.tabs__menu li.tabs__li a.tabs__link {
    color: #363636;
    padding: 14px 0 12px;
    width: 100%;
    text-align: center;
    padding-left: 20px;
    position: relative;
}

.tabs__menu li.tabs__li a.tabs__link::before {
    content: "";
    display: block;
    position: absolute;
    height: 35px;
    width: 35px;
    top: 5px;
}

.tabs__menu li.tabs__li .tabs__link_pumb::before {
    background: url(../images/icons/pumb-icon.svg) no-repeat;
    left: 40px;
}

.tabs__menu li.tabs__li .tabs__link_alfa::before {
    background: url(../images/icons/alfa-icon.svg) no-repeat;
    width: 22px;
}

.tabs__menu li.tabs__li .tabs__link_privat::before {
    background: url(../images/icons/privat-icon.svg) no-repeat;
    left: 10px;
}

.tabs__menu .ui-state-active {
    background: #fff !important;
}

.tabs__menu .ui-state-active a.tabs__link {
    color: #363636;
}

.tabs .ui-tabs-nav {
    padding: 0;
    border: none;
}

.tabs .tabs__item {
    padding: 30px;
}

.tabs .tabs__item:last-child .order-form .confirm-order {
    background: #C41230;
}

.tabs .currency-ind {
    position: relative;
}

.tabs .currency-ind::after {
    content: "₴";
    display: block;
    position: absolute;
    top: 0;
    right: -30%;
}

.tabs .cart-head {
    background: #C41230;
    padding-left: 30px;
    color: #fff;
    height: 50px;
    border-radius: 10px 10px 0px 0px;
    margin-bottom: 0;
}

.tabs .cart-head h2 {
    line-height: 50px;
}

.tab-content {
    display: flex;
    align-items: center;
}

.tab-content__photo {
    max-width: 100px;
    margin-right: 26px;
}

.tab-content__head h3 {
    font-size: 20px;
    margin-bottom: 14px;
}

.tab-content__price {
    display: flex;
    align-items: center;
}

.tab-content__price span {
    position: relative;
}

.tab-content__old {
    font-size: 16px;
    color: #999999;
    position: relative;
    margin-right: 50px;
}

.tab-content__old::before {
    content: "";
    display: block;
    position: absolute;
    width: 130%;
    height: 1px;
    background: #C41230;
    top: 45%;
    left: 0;
}

.tab-content__new {
    font-size: 20px;
    font-weight: 700;
}

.tab-payment {
    margin: 36px 0;
    background: #f2f2f2;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    padding: 23px 10px 18px 53px;
}

.tab-payment__wrap {
    max-width: 600px;
    display: flex;
    align-items: center;
}

.tab-payment__monthly span {
    font-size: 12px;
    color: #C41230;
    display: block;
    font-weight: 400;
}

.tab-payment__monthly .monthly-price {
    font-size: 36px;
    font-weight: 700;
    color: inherit;
    display: inline-block;
    line-height: 45px;
    position: relative;
}

.tab-payment__monthly .monthly-price::after {
    content: "₴";
    display: block;
    position: absolute;
    top: 0;
    right: -33px;
}

.tab-payment__x {
    font-size: 36px;
    font-weight: 700;
    margin: 0 40px 20px 70px;
}

.tab-payment__select {
    font-size: 36px;
    border: 2px solid #ffffff;
    border-radius: 10px;
    position: relative;
    margin-bottom: 13px;
    margin-right: 53px;
}

.tab-payment__select select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    background: #f2f2f2;
    padding: 9px 39px 10px 24px;
    line-height: 1;
    border-radius: 10px;
    font-weight: 700;
}

.tab-payment__select::after {
    content: "";
    display: block;
    background: url(../images/icons/arrow-down-select.svg) no-repeat;
    position: absolute;
    width: 12px;
    height: 7px;
    top: 23px;
    right: 13px;
}

.tab-payment__to-bank .to-bank__price {
    font-size: 28px;
    font-weight: 700;
    color: inherit;
    display: inline-block;
    line-height: 45px;
    position: relative;
}

.tab-payment__to-bank .to-bank__price::after {
    content: "₴";
    display: block;
    position: absolute;
    top: 0;
    right: -25px;
}

.tab-payment__to-bank span {
    font-size: 12px;
    color: #C41230;
    display: block;
    font-weight: 400;
}

.tabs__item {
    overflow-y: auto;
    height: 520px;
}

.tabs__item::-webkit-scrollbar {
    width: 5px;
}

.tabs__item::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
}

.tabs__item::-webkit-scrollbar-thumb {
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

.tabs__item .label-block {
    display: flex;
    justify-content: space-between;
    max-width: 570px;
    width: 100%;
}

.tabs__item .label-block .recover-regist__label {
    margin-bottom: 20px;
}

.tabs__item .attention {
    font-size: 14px;
    font-weight: 400;
}

.tabs__item .attention span {
    color: #C41230;
}

.tabs__item .order-form .recover-regist__label {
    max-width: 260px;
}

.tabs__item .order-form .checkbox-list__item {
    margin-top: 22px;
}

.tabs__item .recover-regist input {
    padding: 9px 12px;
}

.tab-info {
    margin-top: 30px;
}

.tab-info__wrap {
    padding: 20px 0 10px;
    border-top: 1px solid #e5e5e5;
}

.tab-info__head {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 18px;
}

.tab-info__list {
    font-size: 16px;
    font-weight: 400;
    padding-left: 30px;
}

.tab-info__item {
    font-weight: 700;
    margin-bottom: 5px;
    position: relative;
}

.tab-info__item::before {
    content: "";
    display: block;
    background: #363636;
    position: absolute;
    top: 8px;
    left: -20px;
    border-radius: 50%;
    width: 6px;
    height: 6px;
}

.tab-info__text {
    margin-top: 35px;
    font-weight: 500;
    color: #999999;
}

.popup-prod.show-slider {
    opacity: 1;
    visibility: visible;
    z-index: 9999;
}

.popup-prod {
    transition: 0.3s ease;
    width: 100%;
    height: 100vh;
    position: fixed;
    z-index: 21;
    background: #fff;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
}

.popup-prod__heading {
    padding: 0 27px;
    width: 100%;
    height: 80px;
    background: #fff;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.08);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 3;
}

@media screen and (min-width: 0px) {
    .popup-prod__head {
        width: 40%;
    }
}

@media screen and (min-width: 900px) {
    .popup-prod__head {
        width: 50vw;
    }
}

.popup-prod__head {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    display: flex;
    position: relative;
    align-items: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    letter-spacing: 0.02em;
}

@media screen and (min-width: 0px) {
    .container__data_product {
        left: 1em;
    }

    .container__data_product .popup-prod__old {
        font-size: 4vmin;
    }

    .container__data_product .popup-prod__new {
        font-size: 5vmin;
    }
}

@media screen and (min-width: 350px) {
    .container__data_product .popup-prod__old {
        font-size: 16px;
    }

    .container__data_product .popup-prod__new {
        font-size: 28px;
    }
}

@media screen and (min-width: 768px) {
    .container__data_product {
        right: 6em;
        left: auto;
    }
}

.container__data_product {
    display: flex;
    position: absolute;
    align-items: center;
}

.popup-prod__price {
    display: flex;
    flex-direction: column-reverse;
    line-height: 1;
    margin-left: auto;
    align-items: flex-start;
}

.popup-prod__old,
.popup-prod__new {
    display: flex;
    position: relative;
    letter-spacing: -0.05em;
}

.popup-prod__old .currency::after {
    right: -25px;
}

.popup-prod__old {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    color: #CC2C47;
    position: relative;
}

.popup-prod__old::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    transform: rotate(-10deg);
    background: #C41230;
}

.popup-prod__new {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 900;
    font-size: 28px;
    line-height: 34px;
    letter-spacing: -0.04em;
    color: #000000;
}

.popup-prod__slider-box {
    display: flex;
    align-items: center;
    height: calc(100vh - 80px);
    padding-left: 51px;
}

@media screen and (min-width: 0px) {
    .popup-prod .popup-nav__slider {
        height: auto;
    }
}

@media screen and (min-width: 576px) {
    .popup-prod .popup-nav__slider {
        height: 64%;
    }
}

.popup-prod .popup-nav__slider {
    max-width: 100%;
    width: 100px;
    position: absolute;
    cursor: pointer;
    z-index: 2;
}

.popup-prod .popup-nav__slider .slick-list {
    flex-direction: column;
    height: 101% !important;
    justify-content: flex-start;
}

.prod-slider.slick-initialized.slick-slider {
    display: flex;
    align-content: center;
    align-items: center;
}

.popup-prod .popup-nav__slide {
    border-radius: 5px;
    padding: 8px;
    cursor: pointer;
}

.popup-prod .popup-prod__slide {
    padding-top: 0;
}

.popup-prod .popup-prod__slide img {
    max-width: 800px;
    width: auto;
    max-height: 60vh;
    margin: auto;
    /* p */
}

.popup-prod__slider {
    max-width: 800px;
    width: 100%;
    margin: auto;
}

.popup-prod__btn {
    background: #C41230;
    color: #fff;
    padding: 8px 34px 8px 18px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 10px;
    line-height: 12px;
    text-transform: uppercase;
    position: relative;

}

@media screen and (min-width: 0px) {
    .popup-prod__btn {
        margin: 0 40px 0 7em;
    }
}

@media screen and (min-width: 768px) {
    .popup-prod__btn {
        margin: 0 40px 0 7em;
    }
}

.popup-prod .buy {
    background: #C41230;
    position: relative;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    font-size: 11px;
    height: 32px;
    width: 96px;
    line-height: 32px;
    margin: 0 4px 0 70px;
    cursor: pointer;
}

.popup-prod__btn::after {
    content: "";
    display: block;
    position: absolute;
    top: 7px;
    right: 16px;
    width: 16px;
    height: 16px;
    background: url(../images/icons/cart-buy.svg) no-repeat;
}

.popup-prod__btn:hover {
    background: #da2644;
    color: #fff;
}

.popup-prod__out {
    width: 35px;
    height: 35px;
    position: absolute;
    right: 2em;
    cursor: pointer;
    background: url(../images/icons/close_icon.svg) center/contain no-repeat;
}

.popup-prod__out::before {
    transform: rotate(45deg);
}

.popup-prod__out::after {
    transform: rotate(-45deg);
}

.popup-prod .slick-slide {
    margin: 5px 0;
}

.box-el {
    max-width: 216px;
}

.popup-prod .nav-slider__arrow {
    position: absolute;
    left: 50%;
    margin-left: -15px;
    cursor: pointer;
    transition: 0.3s ease;
    z-index: 1;
}

.popup-prod .nav-slider__arrow_up {
    top: -40px;
}

.popup-prod .nav-slider__arrow_down {
    bottom: -40px;
}

.popup-prod .video-wrap_left {
    margin-top: 68px;
    border-radius: 0;
    border-top: 50px solid #000;
    border-bottom: 50px solid #000;
    background: none;
}

.popup-prod .video-wrap_left img {
    border-radius: 0;
    opacity: 1;
}

.popup-prod .video-wrap_left .iframe-video {
    border-radius: 0;
}

section.product-card {
    padding-bottom: 97px;
}

.product-card .remove-favorite {
    display: none;
}

section.product-card .heading-wrap {
    background: #ffffff;
    height: 50px;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    padding: 0 5px 0 20px;
    display: flex;
    height: 50px;
    justify-content: space-between;
    align-items: center;
    margin: 20px 0;
    z-index: 11;
}

@media screen and (min-width: 0px) {
    section.product-card .heading-wrap {
        left: 50%;
        transform: translateX(-50%);
    }
}

@media screen and (min-width: 992px) {
    section.product-card .heading-wrap {
        left: auto;
        transform: translateX(0) !important;
    }
}

section.product-card .heading-wrap .buy {
    background: #C41230;
    position: relative;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    font-size: 11px;
    height: 32px;
    width: 96px;
    line-height: 32px;
    margin: 0 4px 0 30px;
    cursor: pointer;
}

section.product-card .heading-wrap .buy:hover {
    background: #da2644;
}

section.product-card .heading-wrap_fixed {
    border-radius: 0;
    margin: 0;
    position: fixed;
    width: 100%;
    z-index: 99;
    transition: 0.5s ease;
    top: -51px;
    display: flex !important;
    justify-content: space-between;
    align-items: center;
}

section.product-card .heading-wrap_fixed .product-nav__box {
    width: 100%;
    display: flex;
    padding: 0 10px;
    justify-content: space-between;
    align-items: center;
}

section.product-card .heading-wrap_fixed.top-nav {
    top: 65px;
}

.product-nav {
    display: flex;
    max-width: 630px;
    width: 100%;
}

.product-nav__link {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 15px;
    text-transform: uppercase;
    color: #363636;
    margin-right: 20px;
}

.product-pricing {
    margin-left: auto;
    display: flex;
    align-items: center;
    position: relative;
}

@media screen and (min-width: 0px) {
    .product-pricing {
        margin: 0px !important;
    }
}

@media screen and (min-width: 987px) {
    .product-pricing {
        margin: 25px !important;
    }
}

.product-pricing__head {
    font-size: 14px;
    font-weight: 500;
}

.product-pricing__price {
    margin-left: 27px;
}

.product-pricing__numb {
    position: relative;
    line-height: 1;
}

.product-pricing__numb::after {
    content: "₴";
    display: inline-block;
    position: relative;
    top: 0;
    right: 0;
    font-weight: 700;
}

.product-pricing__numb_old {
    display: inline;
    font-size: 13px;
    letter-spacing: -0.05em;
    font-weight: 400;
    color: #999999;
}

.product-pricing__numb_old::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    background: #C41230;
    top: 6px;
    right: 0;
}

.product-pricing__numb_old::after {
    right: 0px;
}

.product-pricing__numb_new {
    font-size: 20px;
    font-weight: 800;
    letter-spacing: -0.05em;
    white-space: nowrap;
}

.product-pricing__numb_new::after {
    /* right: -16px; */
}

.product-buy {
    padding: 0 34px 0 18px;
    border-radius: 5px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 10px;
    line-height: 12px;
    color: #FFFFFF;
    background: #C41230;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    margin-right: 8px;
}

.product-buy:hover {
    color: #fff;
    background: #da2644;
}

.product-buy::after {
    content: "";
    display: block;
    position: absolute;
    background: url(../images/icons/cart-buy.svg) no-repeat;
    width: 16px;
    height: 16px;
    top: 7px;
    right: 10px;
}

.product-buy.animation span::after {
    content: "";
    display: block;
    position: absolute;
    background: url(../images/icons/cart-buy.svg) no-repeat;
    width: 16px;
    height: 16px;
    top: 7px;
    right: 10px;
}

.product-buy.not-available {
    background: #e5e5e5;
    color: #999999;
    padding: 8px 18px 8px 18px;
}

.product-buy.not-available::after {
    content: "";
    display: none;
}

@media screen and (min-width: 0px) {
    .buy-panel {
        display: grid;
        margin: 0 -10px;
        grid-template-columns: 1fr;
        grid-auto-rows: auto;
    }
}

@media screen and (min-width: 1000px) {
    .buy-panel {
        display: grid;
        margin: 0 -10px;
        grid-template-columns: 1fr 1fr;
        grid-auto-rows: auto;
    }
}

.buy-panel .mobile__price_section {
    margin: 1.2em 10px 0 10px !important;
    width: calc(100%-20px) !important;
}


.buy-panel__wrap {
    margin: 0 10px;
    overflow: hidden;
}

@media screen and (min-width: 0px) {
    .buy-panel__wrap_sliders {
        height: 600px;
    }
}

@media screen and (min-width: 768px) {
    .buy-panel__wrap_sliders {
        height: 490px;
    }
}

.buy-panel__wrap_sliders {
    position: relative;
    display: flex;
    background: #ffffff;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    padding: 10px 10px 10px 20px;
    justify-content: end;
    align-items: center;
}

.row-reverse {
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
}

.buy-panel__wrap_info {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.buy-panel__item:last-child {
    margin-bottom: 0;
}

.panel__item {
    margin-bottom: 20px;
}

#feature,
.feature-wrap {
    margin: 20px 0;
}

.buy-panel__item .buy {
    position: relative;
    width: 180px;
    height: 30px;
    background: #C41230;
    border-radius: 5px;
    line-height: 50px;
    display: inline-flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 800;
    cursor: pointer;
    transition: 0.3s ease;
}

.buy-panel__item .buy:hover {
    background: #da2644;
}

.nav {
    flex: 1;
    display: flex;
    justify-content: flex-end;
}

.nav-slider {
    width: 100px;
    height: 80% !important;
    display: flex;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    position: absolute;
    left: 2em;
    top: 50%;
    z-index: 1;
    transform: translateY(-50%);
}

.card-product__status-list .slick-vertical .slick-list .nav-slider .slick-slide {
    height: 100px;
    min-height: 100px !important;
}

.buy-panel__wrap_sliders .nav-slider__item {
    margin: 2px 0;
}

.buy-panel__wrap_sliders .nav-slider .slick-track {
    display: block !important;
}

.nav-slider__item {
    border-radius: 5px;
    display: flex;
    padding: 8px;
}

@media screen and (min-width: 0px) {

    .nav-slider__item img,
    .popup-nav__slide img {
        width: 50px;
        height: 50px;
    }
}

@media screen and (min-width: 768px) {

    .nav-slider__item img,
    .popup-nav__slide img {
        width: 80px;
        height: 80px;
    }
}

.nav-slider__item img,
.popup-nav__slide img {
    display: block;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: 50%;
    object-position: 50%;
    border-radius: 3px;
}

.popup-nav__slide {
    width: 100px !important;
}


.nav-slider__item_video {
    position: relative;
}

.nav-slider__item_video::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -15px;
    margin-left: -15px;
    width: 30px;
    height: 30px;
    background: url(../images/icons/play.svg) no-repeat;
}

.nav-slider .nav-slider__arrow {
    position: absolute;
    left: 50%;
    margin-left: -15px;
    cursor: pointer;
    transition: 0.3s ease;
    z-index: 2;
}

.nav-slider .nav-slider__arrow:hover {
    opacity: 0.7;
}

.nav-slider .nav-slider__arrow_up {
    top: -3em;
}

.nav-slider .nav-slider__arrow_down {
    bottom: -3em;
}

.slick-vertical {
    flex-direction: column;
}

.nav-slider .slick-slide {
    margin: 0.2em 0;
}

.prod-slider {
    max-width: 538px;
    width: 100%;
}

@media screen and (min-width: 0px) {
    .prod-slider__item {
        justify-content: center !important;
    }
}

@media screen and (min-width: 1000px) {
    .prod-slider__item {
        justify-content: flex-end !important;
    }
}

.prod-slider__item {
    width: 100% !important;
    height: 100% !important;
    display: flex !important;
    align-items: center !important;
    margin: 0 auto !important;
}

@media screen and (min-width: 0px) {
    .prod-slider__item img {
        width: 60%;
    }

    .prod-slider__item {
        padding-right: 0px;
    }
}

@media screen and (min-width: 1000px) {
    .prod-slider__item img {
        width: 70%;
    }

    .prod-slider__item {
        padding-right: 2em;
    }
}

.prod-slider__item img {
    display: block;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: 50%;
    object-position: 50%;
}

.prod-slider .video-wrap_left {
    margin-top: 68px;
    border-radius: 0;
    border-top: 50px solid #000;
    border-bottom: 50px solid #000;
    background: none;
}

.prod-slider .video-wrap_left img {
    border-radius: 0;
    opacity: 1;
}

.prod-slider .video-wrap_left .iframe-video {
    border-radius: 0;
}


.prod-slider {
    position: relative;
}


.prod-slider .slick-dots {
    display: flex;
    justify-content: center;
    font-size: 0;
    margin-top: 20px;
    height: 20px;
    position: absolute;
    bottom: 0;
    transform: translateX(-50%);
    left: 50%
}

.prod-slider .slick-dots li.slick-active button {
    background: #C41230;
}

.prod-slider .slick-dots li button {
    border-radius: 50%;
    background: #e5e5e5;
    padding: 0;
    width: 10px;
    height: 10px;
    margin: 0 5px;
}

@media screen and (min-width: 0px) {
    .price-info {
        margin-top: 20px;
    }

    .price-info__wrap .box div {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }

}

@media screen and (min-width: 768px) {
    .price-info {
        margin-top: 20px;
    }

    .price-info__wrap .box .price-info__rating {
        align-items: center;
        display: none;
        justify-content: flex-end;
    }

}

@media screen and (min-width: 1000px) {
    .price-info {
        margin-top: 0px;
    }
}

@media screen and (min-width: 1200px) {

    .price-info__wrap .box .price-info__rating {
        align-items: center;
        display: flex;
        justify-content: flex-end;
    }

}


.price-info {
    padding: 16px 20px 15px 20px;
    display: flex;
    justify-content: center;
}


.price-info__wrap {
    width: 100%;
    align-content: stretch;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.price-info__wrap .btn-buy-cont {
    display: flex;
    height: 120px;
    justify-content: space-between;
    flex-direction: column;
}

.price-info__wrap .box {
    width: 100%;
    height: 120px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.price-info__wrap .box .vertical {
    height: 100%;
    display: flex;
    align-content: stretch;
    flex-direction: column;
    justify-content: center !important;
    align-items: flex-end;
}

.price-info__wrap .box .vertical .compare-box {
    width: 100%;
    height: 30px;
    display: flex;
    align-items: center;
    position: relative;
}

.price-info__head h1 {
    width: 90%;
}

.price-info__head {
    width: 100%;
}

.char-desc__content h2 {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

.char-desc__content h2,
.price-info__head h1,
.price-info__head {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    align-items: flex-start;
    display: flex;
    letter-spacing: 0.02em;
    color: #000000;
    overflow: hidden;
    max-height: 4em;
    justify-content: space-between;
}

.price-info__head h1 .like,
.price-info__head .like {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
}

.price-info__head h1 .like a:nth-child(1),
.price-info__head .like a:nth-child(1) {
    z-index: 10;
}

.price-info__pricing {
    display: flex;
    align-items: center;
    width: 100%;
    margin-right: 2em;
}

.price-info__old-price {
    font-family: Montserrat;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    margin-right: 1em;
    white-space: nowrap;
    overflow: hidden;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #999999;
}

.price-info__old-price::before {
    content: "";
    display: block;
    position: absolute;
    top: 0.5em;
    left: 0;
    transform: rotate(-10deg);
    width: 105%;
    height: 1px;
    background: #CC2C47;
}

.price-info__new-price {
    position: relative;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 900;
    font-size: 28px;
    line-height: 34px;
    letter-spacing: -0.05em;
    color: #000000;
    white-space: nowrap;
}

.price-info__old-price::after,
.price-info__new-price::after {
    content: "₴";
    top: 0;
    font-weight: 800;
}

.price-info__buy-btn {
    padding: 0 45px 0 35px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #C41230;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    color: #FFFFFF;
    transition: 0.3s ease;
    border-radius: 5px;
    position: relative;
}

.price-info__buy-btn:hover {
    background: #da2644;
    color: #fff;
}

.price-info__buy-btn span {
    position: relative;
}

.price-info__buy-btn span::after {
    content: "";
    display: block;
    position: absolute;
    background: url(../images/icons/cart-buy.svg) no-repeat center/cover;
    width: 18px;
    height: 18px;
    top: -10px;
    right: -25px;
}

.price-info__buy-btn:after,
.price-info__buy-btn:before,
.product-buy.animation:before,
.product-buy.animation:after {
    content: '';
    position: absolute;
    top: calc(50% - 22px);
    left: calc(50% - 22px);
    background: rgba(255, 255, 255, .3);
    border-radius: 100px;
    opacity: 0;
    width: 43px;
    height: 43px;
    z-index: 100;
}

.product-buy.animation:before,
.product-buy.animation:after {
    left: calc(50% - 30px);
}

.price-info__buy-btn:before,
.product-buy.animation:before {
    transform: scale(1);
    -webkit-animation: pulseblob 1s infinite linear;
    -moz-animation: pulseblob 1s infinite linear;
    -ms-animation: pulseblob 1s infinite linear;
    -o-animation: pulseblob 1s infinite linear;
    animation: pulseblob 1s infinite linear;
}

.price-info__buy-btn:after,
.product-buy.animation:after {
    -webkit-animation: pulseblob 1.5s 1s infinite linear;
    -moz-animation: pulseblob 1.5s 1s infinite linear;
    -ms-animation: pulseblob 1.5s 1s infinite linear;
    -o-animation: pulseblob 1.5s 1s infinite linear;
    animation: pulseblob 1.5s 1s infinite linear;
}

.price-info__buy-btn.not-available {
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    height: 30px;
    background: #e5e5e5;
    color: #999999;
    padding: 0 30px;
    white-space: nowrap;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700;
    font-size: 10px;
    line-height: 12px;
    text-align: center;
    text-transform: uppercase;
}

.price-info__buy-btn.not-available::after {
    content: "";
    display: none;
}

.price-info__rating {
    justify-content: flex-start;
    display: flex;
    flex-direction: column;
    margin-left: auto;
}

.price-info__rating .price-info__stars {
    margin-right: 10px;
}

.price-info__code {
    font-size: 14px;
    color: #999999;
}

.price-info__stars {
    display: flex;
}

.price-info__star {
    position: relative;
    margin-right: 2px;
    color: #A7A7A7;
}

.price-info__reviews {
    font-family: Montserrat;
    font-style: italic;
    font-weight: 300;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #000000;
    margin-left: 15px;
}

.price-info__reviews span {
    margin-right: 3px;
}

.buy-panel .present-action {
    margin-bottom: 1.1em;
}

.present-action {
    display: flex;
    border: 3px solid #fff;
    height: 120px;
    /* background-image: url("../images/icons/pattern.png"), -o-linear-gradient(211.85deg, #C41230, #750000);
  background-image: url("../images/icons/pattern.png"), linear-gradient(238.15deg, #C41230, #750000); */
    background-image: url("../images/icons/pattern.png"), linear-gradient(238.15deg, #820A1E, #C41230);
    background-size: cover;
    background-repeat: repeat;
    padding: 7px 8px;
}

.present-action__img {
    max-width: 100px;
    width: 100%;
    border-radius: 5px;
    margin-right: 22px;
}

.present-action__head span {
    display: block;
    font-size: 16px;
    font-weight: 800;
    color: #fff;
    height: 67px;
    margin-bottom: 10px;
}

.present-action__link {
    font-size: 14px;
    width: 500px;
    color: #fff;
    font-weight: 600;
    position: relative;
}

.present-action__link::after {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    background: url(../images/icons/arrow-right-classik.svg) center / contain no-repeat;
    position: absolute;
    top: 3px;
    right: -21px;
}

.present-action__link:hover {
    color: #ffd5dd;
}

.credit-compare {
    padding: 10px 27px 10px 10px;
    height: auto;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}

.credit-compare .credit-box {
    max-width: 328px;
    width: 100%;
    display: flex;
    margin-right: 10px;
}

.credit-compare .credit-box__btn {
    padding: 10px 15px 8px 1.4em;
    color: #fff;
    font-weight: 800;
    max-width: 170px;
    width: 100%;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 700;
    font-size: 10px;
    line-height: 12px;
    text-align: center;
    text-transform: uppercase;
    display: block;
    text-align: right;
    border-radius: 2px;
    position: relative;
}

.credit-compare .credit-box__btn img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 1em;
    width: 1.3em;
    -o-object-fit: contain;
    object-fit: contain;
    height: 1.3em;
}

.credit-compare .credit-box__btn_cred,
.credit-compare .credit-box__btn_part {
    background: #C41230;
    margin-right: 8px;
}

.credit-compare .compare-box {
    max-width: 240px;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.credit-compare .compare-box__btn {
    font-size: 14px;
    font-weight: 400;
}

.credit-compare .compare-box__btn img {
    margin-right: 9px;
}

.delivery-list {
    padding: 30px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 0 !important;
    margin-top: 20px;
}

.delivery-list__item {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -moz-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    text-align: center;
    align-items: center;
    width: 100%;
    padding: 0 15px;
    height: 100%;
    position: relative;
}

.delivery-list__item figure {
    margin: 0;
}

.delivery-list__item:last-child:after {
    display: none;
}

.delivery-list__item__link:hover .delivery-list__icon {
    top: 5px;
}

.delivery-list__icon {
    height: 50px;
    margin-bottom: 10px;
    position: relative;
    top: 0;
    transition: all 0.2s ease;
}

.delivery-list__head {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #363636;
    display: flex;
    align-items: center;
    justify-content: center;
}

.delivery-list__head__underline {
    color: #C41230;
}

.delivery-list__info {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 22px;
    text-align: center;
    color: #363636;
}

@media (max-width: 768px) {
    .delivery-list {
        display: block;
    }

    .delivery-list__item {
        margin: 1.5em 0;
    }
}

.techno-method {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0;
    padding: 25px 10px;
}

.techno-box {
    display: flex;
    align-items: center;
    max-width: 690px;
    width: 100%;
    margin: 0 10px;
}

.techno-box__head {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    display: flex;
    align-items: center;
    color: #363636;
    text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.08);
    margin-right: 15px;
}

.techno-box__list {
    display: flex;
    align-items: center;
}

.techno-box__item {
    width: 54px;
    position: relative;
    margin: 0 5px;
}

.techno-box__item img {
    width: 25px;
    height: 25px;
}

.techno-box__item:hover .techno-box__popup-info {
    opacity: 1;
    visibility: visible;
}

.techno-box__item:hover .techno-box__icon {
    filter: drop-shadow(3px 5px 5px rgba(0, 0, 0, 0.25));
}

.techno-box__icon {
    width: 54px;
    cursor: pointer;
    transition: 0.3s ease;
}

.techno-box__popup-info {
    transition: 0.3s ease;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 70px;
    left: -65px;
    width: 100%;
    min-width: 200px;
    color: #fff;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    display: flex;
    align-items: center;
    padding: 16px 20px;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.8);
    z-index: 1;
}

.techno-box__popup-info::after {
    bottom: 100%;
    left: 80px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: rgba(0, 0, 0, 0.8);
    border-width: 10px;
    margin-left: 0px;
}

.techno-box_pay-method .techno-box__icon {
    width: 50px;
}

.feature-box-wrap {
    border-radius: 10px;
    overflow: hidden;
}

.feature-box {
    padding: 182px 160px 263px 95px;
}

.feature-box__content {
    max-width: 530px;
}

.feature-box__head {
    font-size: 32px;
    font-weight: 800;
    line-height: 42px;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.feature-box__text {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
}

.feature-box_first .feature-box__head {
    margin-bottom: 45px;
}

.feature-box_second {
    margin-left: auto;
}

.feature-box_second .feature-box__head {
    margin-bottom: 30px;
}

.feature-box_third .feature-box__head {
    margin-bottom: 17px;
}

.char-list__item {
    transition: 0.3s ease;
    font-size: 14px;
    line-height: 20px;
    padding: 10px;
    cursor: pointer;
    font-weight: 400;
    display: flex;
    align-items: center;
    color: #000;
}

.char-list__item:hover {
    background: #C41230;
    color: #fff;
    transition: 0.4s ease;
}

.char-list__item:nth-child(2n+1) {
    background: rgba(230, 229, 229, 0.5764705882);
}

.char-list__item:nth-child(2n+1):hover {
    background: #C41230;
    color: #fff;
    transition: 0.4s ease;
}

.char-list__title {
    max-width: 411px;
    width: 100%;
    display: inline-block;
}

.char-list__video {
    width: 100%;
    height: 100%;
    border-width: 0;
    outline-width: 0;
    border-radius: 10px;
    z-index: 1;
}

.heading-wrapper {
    display: -ms-flexbox;
    margin: 0 0 20px 0;
    padding: 0 40px 0 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.heading-wrapper__head {
    max-width: 670px;
    width: 100%;
    margin: 0;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    line-height: 34px;
    color: #363636;
}

.heading-wrapper_rev-quest .heading-wrapper__head {
    max-width: 620px;
}

.char-desc {
    padding: 35px 10px;
    display: flex;
}

.char-desc__wrap {
    position: relative;
    width: 100%;
    margin: 0 10px;
}

.char-desc__shadow-wrap {
    z-index: 1;
    position: absolute;
    width: 120%;
}

.char-desc__box {
    height: fit-content;
    position: relative;
    /* overflow: hidden; */
    /*    margin-top: 35px;*/
}

.char-desc__box.show-more {
    max-height: auto !important;
    height: auto !important;
    overflow: auto;
}

.char-desc__content {
    margin-bottom: 30px;
    overflow: hidden;
}

.char-desc__heading {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 16px;
    text-transform: uppercase;
}

.char-desc__video-container {
    position: relative;
    padding-bottom: 56.7%;
    height: 0;
    overflow: hidden;
}

.char-desc__video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-width: 0;
    outline-width: 0;
    z-index: 1;
}

.char-desc__info {
    font-size: 14px;
    line-height: 22px;
}

.char-btn-offset {
    background: #C41230;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.08);
    border-radius: 5px;
    color: #fff;
    transition: 0.3s ease;
    padding: 9px 62px 9px 43px;
    font-size: 14px;
    font-weight: 400;
    position: absolute;
    left: 50%;
    margin-left: -90px;
    z-index: 1;
    bottom: 0;
    width: 194px;
    text-align: center;
    white-space: nowrap;
}

.char-btn-offset .char-desc__hide {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.char-btn-offset:hover {
    color: #fff;
    background: #da2644;
}

.char-btn-offset img {
    position: absolute;
    top: 14px;
    right: 36px;
    width: 14px;
    height: 8px;
    transition: 0.3s ease;
}

.char-desc__btn-position {
    bottom: -17px;
}

.char-desc__shadow-wrap {
    z-index: 1;
    position: absolute;
    width: 120%;
    height: 100%;
}

.show-more {
    -webkit-animation: showMore 2s ease;
    animation: showMore 1s ease;
    height: auto !important;
}

.equipment {
    padding: 40px 20px 35px;
}

.equipment__list {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin: 0 -10px;
}

.equipment__item {
    display: flex;
    margin: 0 10px;
    margin-bottom: 34px;
    width: calc(50% - 20px);
}

.equipment__img {
    max-width: 80px;
    width: 100%;
    height: 100%;
}

#reviews {
    margin-top: 20px;
}

.equipment__info {
    margin-left: 27px;
}

.equipment__heading {
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 9px;
}

.equipment__text {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}

.cont-btn-l {
    width: 100%;
    display: flex;
}

.cont-btn-r {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

.rev-quest {
    padding: 30px 19px 22px 20px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.rev-quest__wrap {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.rev-quest__box {
    max-width: 620px;
    width: 100%;
    margin: 0 10px;
}

.rev-quest__block {
    position: relative;
}

.rev-quest__list {
    overflow: hidden;
    position: relative;
    max-height: 500px;
}

@media screen and (max-width: 767px) {
    .rev-quest__list {
        max-height: 300px;
    }
}

.rev-quest__list .char-desc__shadow-wrap {
    width: 108%;
    pointer-events: none;
}

.rev-quest__item {
    margin-bottom: 20px;
}

.rev-quest__heading {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 15px;
}

.rev-quest__name {
    font-size: 14px;
    font-weight: 800;
    margin-right: 10px;
}

.rev-quest__rating {
    display: flex;
    margin-right: auto;
    transform: translateY(-2px);
}

.rev-quest__star {
    margin: 0 1px;
}

.rev-quest__star img {
    width: 15px;
}

.rev-quest__date {
    font-size: 14px;
    font-weight: 400;
}

.rev-quest__review {
    line-height: 18px;
    font-weight: 400;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 17px;
}

.rev-quest__answer-btn {
    margin-top: 8px;
    display: inline-block;
    text-decoration: underline;
    color: #C41230;
    font-size: 14px;
    font-weight: 400;
}

.rev-quest__answer-btn:hover {
    color: #C41230;
}

.rev-quest__btn-more {
    background: #C41230;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.08);
    border-radius: 5px;
    /* * */
    /* color: #fff; */
    color: #000;
    /* * */
    transition: 0.3s ease;
    /* * */
    /* padding: 9px 62px 9px 43px; */
    padding: 9px 57px 9px 38px;
    /* * */
    font-size: 14px;
    /* * */
    /* font-weight: 400; */
    font-weight: 500;
    /* * */
    position: absolute;
    left: 50%;
    margin-left: -100px;
    z-index: 1;
    bottom: -32px;
    width: 200px;
    text-align: center;
}

.rev-quest__btn-more.mob {
    bottom: 0;
    position: relative;
}

.rev-quest__btn-more:hover {
    /* * */
    color: #000;
    background: #da2644;
    /* color: #fff;
  background: #C41230; */
    /* * */
}

.rev-quest__btn-more img {
    position: absolute;
    top: 14px;
    right: 36px;
    width: 14px;
    height: 8px;
    transition: 0.3s ease;
}

.rev-quest .height {
    max-height: 100%;
}

.question_form {
    margin-top: 78px;
}

.rev-quest__box_answer .rev-quest__item_admin {
    padding-left: 30px;
}

.rev-quest__box_answer .rev-quest__item_admin .rev-quest__name {
    color: #C41230;
}

.rev-quest__box_answer .rev-quest__list {
    height: 425px;
    position: relative;
}

.rev-quest__box_answer .height {
    height: 100%;
}

.star-grey {
    filter: grayscale(1);
}

.reviewStars-input input:checked~label,
.reviewStars-input label,
.reviewStars-input label:hover,
.reviewStars-input label:hover~label {
    background: url(../images/icons/yellow-star.png) no-repeat;
}

.reviewStars-input {
    /*fix floating problems*/
    overflow: hidden;
    *zoom: 1;
    /*end of fix floating problems*/
    position: relative;
    float: left;
}

.reviewStars-input input {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    width: 43px;
    height: 40px;
    position: absolute;
    top: 0;
    z-index: 0;
}

.reviewStars-input input:checked~label {
    background-position: 0 -40px;
    height: 40px;
    width: 43px;
}

.reviewStars-input label {
    background-position: 0 0;
    height: 40px;
    width: 43px;
    float: right;
    cursor: pointer;
    position: relative;
    z-index: 1;
}

.reviewStars-input label:hover,
.reviewStars-input label:hover~label {
    background-position: 0 -40px;
    height: 40px;
    width: 43px;
}

.reviewStars-input #star-0 {
    left: 0px;
}

.reviewStars-input #star-1 {
    left: 53px;
}

.reviewStars-input #star-2 {
    left: 106px;
}

.reviewStars-input #star-3 {
    left: 159px;
}

.reviewStars-input #star-4 {
    left: 212px;
}

.reviewStars-input #star-5 {
    left: 265px;
}

.rev-quest__rating-select {
    width: 100%;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 10px;
    display: flex;
    align-items: center;
    color: #363636;
    align-items: center;
    margin-bottom: 17px;
    margin-left: 8px;
}

.rev-quest__rating-select>span {
    font-size: 12px;
    font-weight: 400;
    margin-right: 10px;
}

#reviewStarsInput input:checked~label,
#reviewStarsInput label,
#reviewStarsInput label:hover,
#reviewStarsInput label:hover~label {
    background: url(../images/icons/yellow-star.png) no-repeat;
}

#reviewStarsInput {
    /*fix floating problems*/
    overflow: hidden;
    *zoom: 1;
    /*end of fix floating problems*/
    position: relative;
    float: left;
}

#reviewStarsInput input {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    width: 43px;
    height: 40px;
    position: absolute;
    top: 0;
    z-index: 0;
}

#reviewStarsInput input:checked~label {
    background-position: 0 -40px;
    height: 40px;
    width: 43px;
}

#reviewStarsInput label {
    background-position: 0 0;
    height: 40px;
    width: 43px;
    float: right;
    cursor: pointer;
    position: relative;
    z-index: 1;
}

#reviewStarsInput label:hover,
#reviewStarsInput label:hover~label {
    background-position: 0 -40px;
    height: 40px;
    width: 43px;
}

#reviewStarsInput #star0 {
    left: 0px;
}

#reviewStarsInput #star1 {
    left: 53px;
}

#reviewStarsInput #star2 {
    left: 106px;
}

#reviewStarsInput #star3 {
    left: 159px;
}

#reviewStarsInput #star4 {
    left: 212px;
}

#reviewStarsInput #star5 {
    left: 265px;
}

.form-data__label {
    margin-bottom: 20px;
    width: 100%;
}

.form-data__head {
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 7px;
    display: block;
    margin-left: 8px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 10px;
    display: flex;
    align-items: center;
    color: #000000;
}

.form-data__area::-moz-placeholder {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 10px;
    display: flex;
    align-items: center;
    color: #999999;
}

.form-data__area:-ms-input-placeholder {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 10px;
    display: flex;
    align-items: center;
    color: #999999;
}

.form-data__area::placeholder {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 10px;
    display: flex;
    align-items: center;
    color: #999999;
}

.form-data__area {
    width: 100%;
    height: 100px;
    border: 1px solid #DEDEDE;
    border-radius: 2px;
    background: transparent;
    padding: 10px;
    resize: none;
    position: relative;
    z-index: 1;
}

.form-data__box {
    display: flex;
    justify-content: space-between;
    margin: 0 -10px;
}

.form-data__box .form-data__label {
    max-width: 301px;
    width: 100%;
    margin: 0 10px 20px;
}

.form-data__input {
    background: transparent;
    height: 30px;
    padding: 13px;
    width: 100%;
    border: 1px solid #DEDEDE;
    border-radius: 2px;
}

.form-data__input::-moz-placeholder {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 10px;
    display: flex;
    align-items: center;
    color: #999999;
}

.form-data__input:-ms-input-placeholder {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 10px;
    display: flex;
    align-items: center;
    color: #999999;
}

.form-data__input::placeholder {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 10px;
    display: flex;
    align-items: center;
    color: #999999;
}

.form-data__btn {
    height: 30px;
    font-weight: 500;
    background: #C41230;
    color: #fff;
    border-radius: 2px;
    padding: 13px 9px;
    max-width: 153px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 10px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #FFFFFF;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
}

.form-data__btn:hover {
    color: #fff;
    background: #da2644;
    /* color: #fff;
  background: #C41230; */
}

.cheaper__slider {
    position: relative;
}

.cheaper__item {
    padding: 29px 20px;
    max-width: 453px;
    width: 100%;
    position: relative;
}

.cheaper__item::before,
.cheaper__item::after {
    content: "";
    display: block;
    position: absolute;
    top: 41%;
    left: 50%;
    margin-left: -9px;
    margin-top: -9px;
    width: 18px;
    height: 3px;
    border-radius: 4px;
    background: #363636;
    z-index: 1;
}

.cheaper__item::before {
    transform: rotate(90deg);
}

.cheaper__box {
    display: flex;
    justify-content: space-between;
    position: relative;
    padding-bottom: 6px;
}

.cheaper__box::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 13px;
    border-bottom: 2px solid #C41230;
    border-left: 2px solid #C41230;
    border-right: 2px solid #C41230;
    border-radius: 0 0 4px 4px;
}

.cheaper__box::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -6px;
    left: 50%;
    margin-left: -10px;
    width: 12px;
    height: 12px;
    border-bottom: 2px solid #C41230;
    border-left: 2px solid #C41230;
    border-radius: 0px 0px 0px 5px;
    transform: rotate(-45deg);
    background: #fff;
}

.cheaper__percent {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: #C41230;
    color: #fff;
    z-index: 1;
    font-weight: 700;
    font-size: 17px;
    letter-spacing: -0.09px;
}

.cheaper__percent--backet {
    top: -28px;
    right: -28px;
    transform: scale(0.6);
}

@media screen and (max-width: 767px) {
    .cheaper__percent--backet {
        top: -15px;
        right: -45px;
    }
}

@media screen and (max-width: 420px) {
    .cheaper__percent--backet {
        top: -13px;
        right: -17px;
    }
}

@media screen and (min-width: 768px) {
    .cheaper__percent--backet {
        right: 0;
        top: -10px;
    }
}

.cheaper__percent--checkout {
    top: -20px;
    right: -16px;
    transform: scale(0.7);
}

.cheaper__card {
    max-width: 175px;
    width: 100%;
    height: 245px;
}

.cheaper__photo {
    text-align: center;
    max-width: 150px;
    width: 100%;
    margin: auto;
}

.cheaper__heading {
    margin: 15px 0 21px;
    font-size: 12px;
    font-weight: 500;
    height: 36px;
    overflow: hidden;
}

.cheaper__part-price {
    margin-top: 21px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cheaper__part-price .not-price {
    position: relative;
    margin-right: 20px;
    color: #999999;
}

.cheaper__part-price .not-price::before {
    content: "";
    display: block;
    width: 110%;
    height: 1px;
    background: #C41230;
    position: absolute;
    top: 50%;
    left: 0;
}

.cheaper__part-price .part-price {
    font-size: 18px;
    font-weight: 800;
    letter-spacing: -0.02em;
    text-align: center;
    display: inline-block;
    margin-right: 10%;
}

.cheaper__final-price {
    font-size: 22px;
    font-weight: 800;
    margin: auto;
    margin-top: 17px;
    margin-bottom: 14px;
    display: flex;
    justify-content: center;
}

.cheaper__final-price .currency {
    margin-right: 5%;
}

.cheaper__final-price .currency::after {
    right: -10px;
    margin-left: 10px;
}

.cheaper__btn-box {
    display: flex;
    justify-content: center;
}

.cheaper__btn,
.cheaper__btn-box .buy {
    color: #fff;
    border-radius: 6px;
    font-size: 10px;
    text-transform: uppercase;
    padding: 9px 5px;
    font-weight: 800;
    text-align: center;
    margin: 0 8px;
}

.cheaper__btn_cart {
    background: #f7c500;
    color: #000;
    max-width: 107px;
    width: 100%;
}

.cheaper__btn_cart:hover {
    color: #000;
    background: #da2644;
}

.cheaper__btn-box .buy {
    background: #08ba0f;
    color: #fff;
    max-width: 107px;
    width: 100%;
}

.cheaper__btn-box .buy:hover {
    color: #fff;
    background: #08ba0f;
}

.cheaper__btn_change {
    /* background: #C41230; */
    background: #999;
    padding: 9px 5px;
    max-width: 198px;
    width: 100%;
}

.cheaper__btn_change:hover {
    color: #fff;
}

.popup-prod .currency {
    position: absolute;
    right: 0;

}

.currency {
    position: relative;
    transform: translateX(10px);
}

.currency::after {
    content: "₴";
    display: block;
    position: absolute;
    top: 0;
    font-weight: 700;
}

.cheaper__slider .slick-list {
    margin: 0 -10px;
}

.cheaper__slider .slick-slide {
    margin: 0 10px;
}

.cheaper__slider .slick-dots {
    display: flex;
    justify-content: center;
    font-size: 0;
    margin-top: 30px;
}

.cheaper__slider .slick-dots li button {
    border-radius: 50%;
    background: #e5e5e5;
    padding: 0;
    width: 20px;
    height: 20px;
    margin: 0 10px;
}

.cheaper__slider .slick-dots li button:hover {
    background: #cecece;
}

.cheaper__slider .slick-dots li.slick-active button {
    background: #C41230;
}

.slick-initialized .slick-slide {
    overflow: hidden;
}

.popup-prod .popup-prod__slider-box .slick-initialized .slick-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

.cheaper__slider .cheaper__arrow {
    position: absolute;
    top: 44%;
    z-index: 1;
    transition: 0.3s ease;
    cursor: pointer;
    margin-top: -15px;
}

.cheaper__slider .cheaper__arrow_prev {
    left: -15px;
    transform: rotate(-90deg);
}

.cheaper__slider .cheaper__arrow_next {
    right: -15px;
    transform: rotate(90deg);
}

.cheaper__slider .cheaper__arrow:hover {
    opacity: 0.7;
}

.change-equip {
    display: none;
    z-index: 99;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -300px;
    margin-top: -325px;
    background: #f2f2f2;
    border-radius: 10px;
    width: 600px;
    height: 650px;
}

.change-equip .cart-head h2 {
    font-size: 16px;
}

.change-equip .cart-list__item {
    border: 2px solid transparent;
}

.change-equip .cart-list__item .del {
    display: none;
}

.change-equip .cart-list__item .cart-list__desc .cart-list__price {
    right: 2%;
}

.change-equip .cart-list__item_active {
    border: 2px solid #C41230;
}

.change-equip .cart-list__item_active .del {
    display: block;
    border: 2px solid #C41230;
    background: #fff;
}

.change-equip .cart-list__item_active .del::before {
    width: 14px;
    height: 7px;
    border-left: 2px solid #C41230;
    border-bottom: 2px solid #C41230;
    transform: rotate(-45deg);
    background: #fff;
    top: 8px;
    left: 6px;
}

.change-equip .cart-list__item_active .del::after {
    display: none;
}

.mobile-char {
    padding: 0 20px;
    margin-top: 16px;
}

.mobile-char__item {
    line-height: 40px;
    font-size: 12px;
    font-weight: 500;
    border-bottom: 1px solid #e5e5e5;
    position: relative;
    cursor: pointer;
}

.mobile-char__item:last-child {
    border-bottom: none;
    display: flex;
    align-items: center;
}

.mobile-char__item::after {
    content: "";
    display: block;
    position: absolute;
    top: 15px;
    right: 0;
    background: url(../images/icons/arrow-right-blue.svg) no-repeat;
    width: 18px;
    height: 18px;
}

.mobile-char__stars {
    display: flex;
    margin-left: 10px;
}

.mobile-char__star img {
    width: 16px;
    margin: 1px;
    margin-bottom: 5px;
}

.add-review {
    color: #fff;
    background: #C41230;
    border-radius: 5px;
    padding: 5px 15px;
    color: #fff !important;
    font-weight: 400;
    margin-top: -20px;
    margin-left: auto;
}

#add-review {
    position: absolute;
    top: 20px;
    right: 0;
    font-size: 12px;
}

#ask-question {
    position: absolute;
    top: 20px;
    right: 0;
    font-size: 12px;
}

.tab-wrapper {
    display: flex;
    align-items: center;
}

.tab-wrapper .ui-state-active a,
.tab-wrapper .ui-state-active a:link,
.tab-wrapper .ui-state-active a:visited {
    color: #363636;
}

.rev-quest__form_popup {
    padding: 20px;
}

.rev-quest__form_popup textarea.form-data__area {
    font-size: 12px;
}

.rev-quest__form_popup input.form-data__input {
    font-size: 12px;
}

.rev-quest__form_popup button.form-data__btn {
    font-size: 12px;
    padding: 13px 0;
}

.popup-prod__arrow-left {
    transform: rotate(180deg);
}

.popup-prod__arrow-left,
.popup-prod__arrow-right {
    position: absolute;
    width: 50px;
    height: 70px;
    top: 50%;
    margin-top: -25px;
    z-index: 1;
    cursor: pointer;
    background: url(../images/icons/arrow-popup.svg) center/contain no-repeat;
}

.popup-prod__arrow-left {
    left: -10%;
}

.popup-prod__arrow-left::before {
    transform: rotate(45deg);
}

.popup-prod__arrow-right {
    right: -10%;
}

.popup-prod__arrow-right::before {
    transform: rotate(-135deg);
}

.popup-section__item {
    position: fixed;
    top: 100px;
    left: -120%;
    width: 100%;
    background: #f2f2f2;
    height: 100%;
    z-index: 2;
    overflow-y: scroll;
    height: calc(100% - 100px);
    transition: 0.3s ease;
}

.popup-section__head-box {
    background: #fff;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.08);
}

.popup-section__head {
    padding: 5px 16px;
    display: flex;
    align-items: center;
    background: #fff;
}

.popup-section__prod-head {
    font-size: 14px;
    font-weight: 500;
    margin-left: 11px;
    line-height: 16px;
}

.popup-section__prod-img {
    width: 40px;
}

.popup-section__content {
    margin: 20px 0;
    background: transparent;
    position: relative;
}

.popup-section__content .ui-widget-content a {
    color: #C41230;
}

.popup-section__content .rev-quest__heading {
    align-items: flex-end;
    line-height: 16px;
}

.popup-section__main-head {
    margin-bottom: 17px;
    font-size: 16px;
    font-weight: 500;
}

.popup-section__char-item {
    padding: 7px 8px;
    font-size: 11px;
    font-weight: 400;
    display: flex;
    justify-content: space-between;
}

.popup-section__char-item:nth-child(2n) {
    background: #e5e5e5;
}

.popup-section__param {
    width: 60%;
}

.popup-section__value {
    width: 40%;
    text-align: right;
}

.popup-section__equip-list {
    padding: 20px;
}

.popup-section__equip-item {
    margin-bottom: 20px;
}

.popup-section__equip-item .equip-item__box {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.popup-section__equip-item .equip-item__photo {
    width: 40px;
    margin-right: 24px;
}

.popup-section__equip-item .equip-item__head {
    font-size: 14px;
    font-weight: 400;
}

.popup-section__equip-item .equip-item__text {
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
}

.popup-section__desc-list {
    overflow: hidden;
    padding: 20px;
}

.popup-section__desc-item {
    margin-bottom: 20px;
}

.popup-section__desc-item .feature-box {
    padding: 0;
    height: 200px;
    width: 100%;
}

.popup-section__desc-item .feature-box__head {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 17px;
    line-height: 16px;
}

.popup-section__desc-item .feature-box__text {
    font-size: 12px;
    line-height: 16px;
}

.popup-section .rev-quest__list {
    height: 100%;
}

.popup-section .rev-quest__item {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.08);
    padding: 20px;
}

.popup-section .rev-quest__item_admin {
    padding-right: 0;
    padding-bottom: 0;
    box-shadow: none;
    margin-bottom: 0;
}

.popup-section .rev-quest__item_admin .rev-quest__name {
    color: #C41230;
}

.popup-section .rev-quest__item_admin .rev-quest__date {
    color: #999999;
}

.popup-section .rev-quest__item_admin .rev-quest__review {
    border-bottom: none;
    padding-bottom: 0;
}

@-webkit-keyframes answers {
    0% {
        height: 28px;
    }

    100% {
        height: 100%;
    }
}

@keyframes answers {
    0% {
        height: 28px;
    }

    100% {
        height: 100%;
    }
}

.popup-section .rev-quest__answers {
    height: 28px;
    overflow: hidden;
    -webkit-animation: answers 0.3s ease;
    animation: answers 0.3s ease;
}

.popup-section .answers-height {
    height: 100%;
}

.popup-section .rev-quest__answers-numb {
    font-size: 14px;
    font-weight: 400;
    margin-top: 7px;
    position: relative;
}

.popup-section .rev-quest__answers-numb::after {
    content: "";
    display: block;
    position: absolute;
    top: 4px;
    right: 3px;
    width: 8px;
    height: 8px;
    border-left: 2px solid #363636;
    border-bottom: 2px solid #363636;
    transform: rotate(-45deg);
}

.popup-section .rev-quest__answers-numb.rotate-arr::after {
    transform: rotate(-225deg);
}

.popup-section .rev-quest__review {
    font-size: 12px;
}

.popup-section .tabs-box {
    padding: 0;
    border: none;
    background: none;
}

.popup-section .tabs-box__item {
    background: none;
    border: none;
}

.popup-section .tabs-box__item .popup-section__main-head {
    border-bottom: 2px solid transparent;
    padding: 0;
}

.popup-section .tabs-box__item .popup-section__main-head:last-child {
    margin-left: 10px;
}

.popup-section .tabs-box__item .popup-section__main-head:visited {
    color: #000;
}

.popup-section .tabs-box__item.ui-state-active .popup-section__main-head {
    border-bottom: 2px solid #C41230;
}

@media screen and (min-width: 0px) {
    .buy-panel__wrap_sliders {
        flex-direction: column;
    }
}

@media screen and (min-width: 768px) {
    .buy-panel__wrap_sliders {
        flex-direction: row;
    }
}


.free-ship {
    position: relative;
    width: 100%;
    border-radius: 0 0 10px 10px;
}

.free-ship__box {
    display: flex;
    padding: 20px;
    background: #fff;
    display: flex;
    justify-content: space-between;
}

.free-ship__code {
    color: #999999;
}

.free-ship__wrap {
    display: flex;
    justify-content: space-between;
}

.free-ship__reviews {
    margin-left: 5px;
    text-decoration: underline;
}

@media screen and (min-width: 0px) {
    .free-ship__text {
        color: #17792D;
        background: #fff;
        padding: 20px 0;
        font-weight: 500;
        font-size: 12px;
        text-align: center;
        border-top: 3px solid #F2F2F2;
    }

    .credit-compare .credit-box__btn {
        font-size: 8px;
    }
}

@media screen and (min-width: 600px) {
    .free-ship__text {
        color: #17792D;
        background: #fff;
        padding: 20px 0;
        font-weight: 500;
        font-size: 15px;
        text-align: center;
        border-top: 3px solid #F2F2F2;
    }

    .credit-compare .credit-box__btn {
        font-size: 10px;
    }
}

.vimeo_frame_wrapper {
    text-align: center;
    padding-bottom: 40px;
}

/* ---------------- Br_edit --------------------*/


.nav__item {
    padding: 9px 0;
}

.navigation {
    padding: 9px 0 11px;
}

/* .search-wrap {
    background: #C41230;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.08);
} */

.form-search__input {
    border-radius: 3px;
}

.logo-head {
    display: flex;
    align-items: center;
    margin-right: 67px;
}

.logo-head img {
    height: 18px;
}

.copy__logo img {
    max-width: 338px;
    width: 100%;
    margin-bottom: 20px;
}

.cat-nav {
    margin-top: 20px;
}

.cat-nav.fixed {
    top: 50px;
    position: fixed;
    width: 100%;
    z-index: 20;
    transition: top 0.5s;
    background: #fff;
    margin-top: 0;
    box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.08);
    padding-bottom: 14px;
    padding-top: 14px;
}

.cat-nav.fixed .catalog-nav__item {
    box-shadow: none;
}

.cat-nav.fixed .catalog-nav__link {
    padding-top: 0;
}

.cat-nav.fixed .catalog-nav__link img {
    display: none;
}

.cat-nav.fixed .catalog-nav__head {
    padding: 10px 0;
}

.cat-nav.fixed .catalog-nav__head:hover {
    border-radius: 0;
}

.cat-nav.fixed .sub-wrap {
    top: 48px;
    border-radius: 0 0 10px 10px;
}

.catalog-nav {
    display: flex;
    position: relative;
}

.catalog-nav__item {
    background: #ffffff;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    /*    max-width: 264px;*/
    width: 100%;
    margin-right: 21px;
}

.catalog-nav__item:last-child {
    margin-right: 0;
}

.catalog-nav__item:hover .catalog-nav__head {
    background: #C41230;
    color: #000;
}

.catalog-nav__item:hover .sub-wrap {
    opacity: 1;
    visibility: visible;
    transition: all 0.4s ease 0.2s;
}

.catalog-nav__item:hover .catalog-nav__head::after {
    bottom: -7px;
}

.catalog-nav__item:hover .catalog-nav__head::before {
    content: "";
    display: block;
    position: absolute;
    bottom: -25px;
    left: 0;
    width: 100%;
    height: 25px;
    background: transparent;
}

.catalog-nav__head::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -10px;
    transition: 0.3s ease;
    bottom: 3px;
    width: 14px;
    height: 14px;
    background: #C41230;
    transform: rotate(45deg);
    z-index: -1;
}

.catalog-nav__link {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 6px;
    z-index: 0;
    /* * */
    justify-content: space-between;
    /* * */
}

.catalog-nav__link img {
    max-width: 150px;
}

.catalog-nav__head {
    text-transform: uppercase;
    /* * */
    /* font-weight: 500; */
    font-weight: 700;
    /* letter-spacing: 0.05em; */
    letter-spacing: -0.02em;
    /* * */
    font-size: 12px;
    line-height: 14px;
    width: 100%;
    text-align: center;
    padding: 7.5px 0;
    transition: 0.3s ease;
    border-radius: 0 0 10px 10px;
    position: relative;
}

.sub-wrap {
    position: absolute;
    z-index: 3;
    width: 100%;
    left: 0;
    top: 90px;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease;
}

.sub-menu {
    display: flex;
    flex-wrap: wrap;
    padding: 12px 15px;
    margin: 0 -26px;
}

.sub-menu__item {
    border-radius: 10px;
    width: calc(16.66666% - 50px);
    border: 2px solid transparent;
    margin: 3px 25px;
    transition: 0.3s ease;
    /* * */
    /* padding: 6px 10px 9px; */
    padding: 15px 10px;
    /* * */
}

.sub-menu__item:hover {
    border: 2px solid #f7c500;
}

.sub-menu__link {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.sub-menu__link img {
    /* * */
    /* max-width: 100px; */
    max-width: 70px;
    /* * */
    width: 100%;
}

.sub-menu__head {
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    text-transform: uppercase;
    margin-top: 10px;
    text-align: center;
}

/* ------------------- Compare ------------------ */
.compare {
    display: flex;
    overflow: hidden;
}

.compare__char-list {
    border-right: 1px solid #e5e5e5;
    width: 216px;
}

.compare__char-item {
    border-top: 1px solid #e5e5e5;
    padding: 12px 7px 12px 10px;
    font-weight: normal;
    font-size: 12px;
    line-height: 20px;
    cursor: pointer;
    min-width: 216px;
    height: 45px;
    display: flex;
    align-items: center;
}

.compare__char-item:first-child {
    border-top: none;
    height: 236px;
    background: #fff;
}

.compare__add-btn {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #999999;
}

.compare__add-btn img {
    margin-bottom: 22px;
}

.compare__info {
    overflow-x: auto;
}

.compare__info::-webkit-scrollbar {
    width: 5px;
}

.compare__info::-webkit-scrollbar-track {
    background: #e5e5e5;
    border-radius: 10px;
}

.compare__info::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #999999;
}

.compare__head {
    display: flex;
    height: 236px;
}

.compare__head-item {
    padding: 20px;
    position: relative;
    text-align: center;
    margin-left: 20px;
    max-width: 216px;
}

.compare__head-item img {
    margin: auto;
    height: 105px;
}

.compare__out {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #ffffff;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.08);
    cursor: pointer;
    position: absolute;
    top: 10px;
    left: 10px;
}

.compare__out::before,
.compare__out::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 2px;
    background: #C41230;
    top: 50%;
    left: 50%;
    margin-top: -1px;
    margin-left: -5px;
    border-radius: 3px;
}

.compare__out::before {
    transform: rotate(45deg);
}

.compare__out::after {
    transform: rotate(-45deg);
}

.compare__title {
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    height: 36px;
    overflow: hidden;
}

.compare__price::after {
    content: "₴";
    display: inline-block;
    margin-left: 3px;
}

.compare__price_old {
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    letter-spacing: -0.02em;
    color: #999999;
    position: relative;
    margin-right: 16px;
}

.compare__price_old::before {
    content: "";
    display: block;
    position: absolute;
    top: 49%;
    left: 0;
    width: 100%;
    height: 1px;
    background: #C41230;
}

.compare__price_new {
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    letter-spacing: -0.02em;
}

.compare__buy-btn {
    padding: 8px 34px 8px 18px;
    background: #C41230;
    border-radius: 5px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
    line-height: 14px;
    position: relative;
    margin-top: 10px;
    display: inline-block;
}

.compare__buy-btn:hover {
    color: #000;
    background: #da2644;
}

.compare__buy-btn::after {
    content: "";
    display: block;
    position: absolute;
    top: 7px;
    right: 15px;
    background: url(../images/icons/cart-buy.svg) no-repeat;
    width: 16px;
    height: 16px;
}

.compare__list {
    display: flex;
}

.compare__list-item {
    min-width: 236px;
}

.compare__value-item {
    border-top: 1px solid #e5e5e5;
    padding: 0 7px 0 10px;
    font-weight: normal;
    font-size: 12px;
    line-height: 20px;
    cursor: pointer;
    height: 45px;
    display: flex;
    align-items: center;
}

.compare__value-item:last-child {
    border-bottom: none;
}

.compare__value-item span {
    margin-left: 20px;
}

.compare__head {
    background: #fff;
}

.is-sticky .compare__head {
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.08);
}

.is-sticky>.compare__head {
    overflow: hidden;
    z-index: 1 !important;
}

.is-sticky .compare__char-item_first {
    background: #fff;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.08);
}

.compare__head .cheaper__arrow {
    position: absolute;
    top: 44%;
    z-index: 1;
    transition: 0.3s ease;
    cursor: pointer;
}

.compare__head .cheaper__arrow:hover {
    opacity: 0.7;
}

.compare__head .cheaper__arrow_prev {
    left: 10px;
    transform: rotate(-90deg);
}

.compare__head .cheaper__arrow_next {
    right: 10px;
    transform: rotate(90deg);
}

.compare__head .slick-disabled {
    opacity: 0.3;
}

.compare__head .slick-disabled:hover {
    opacity: 0.3;
}

.back {
    background: #C41230;
}

.compare-mob__item {
    line-height: 40px;
}

.compare-mob__item:first-child {
    line-height: 1.5em;
}

.compare-mob__char {
    background: #e5e5e5;
    text-align: center;
}

.compare-mob__slide {
    border-right: 1px solid #e5e5e5;
    padding-left: 10px;
}

.compare-mob__slider_main .compare__head-item {
    margin-left: 0;
}

.compare-mob__add-btn {
    color: #999999;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
    border-bottom: 1px solid #e5e5e5;
}

.compare-mob__add-btn img {
    width: 25px;
}

.compare-mob__add-btn span {
    margin-left: 10px;
}

.compare-mob .is-sticky .compare-mob__item_main {
    z-index: 1 !important;
    background: #fff !important;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.08);
}

.compare-mob .is-sticky .compare-mob__item_main .compare__head-item a {
    display: flex;
    transition: 0.3s ease;
}

.compare-mob .is-sticky .compare-mob__item_main .compare__head-item .compare__out {
    top: 0px;
    left: 0px;
}

.compare-mob__slider .slick-list {
    padding-right: 30px !important;
}

.compare-mob .is-sticky .compare-mob__item_main .compare__head-item .compare__buy-btn {
    width: 100px;
}

.hover-string {
    background: #C41230;
    color: #fff;
}

.compare__char-item,
.compare__value-item {
    transition: 0.3s ease;
}

.compare__char-item:first-child:hover {
    background: #fff;
    color: inherit;
}

/* ------------------- Compare  End------------------ */
.cart .cart-list__item {
    position: relative;
}

.char-desc__wrap--left {
    height: 100%;
}

.footer-box__list_numbers li {
    margin-bottom: 3px;
}

@media screen and (min-width: 0px) {
    .footer-box__list {
        text-align: center;
    }
}

@media screen and (min-width: 1000px) {
    .footer-box__list {
        text-align: left;
    }
}


.line-table-bottom {
    width: 100%;
    display: flex;
    justify-content: center;
    text-align: center;
    justify-content: center;
    padding: 0.5em 0;
    border-bottom: 1px solid rgba(254, 254, 254, 0.1450980392);
}

.footer-box__list_numbers .footer-box__item a {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #FFFFFF;
}

.footer-box__list {
    padding: 0.5em 0;
}

.char-list__value {
    max-width: 232px;
    width: 100%;
    display: inline-block;
}

/* ---------------- Br_edit end --------------------*/

.special-offers__slider .slick-slide {
    transition: 0.3s ease;
    border-radius: 5px;
    overflow: hidden;
}

.special-offers__slider .slick-slide:hover {
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.25);
}

/* ---------------- Polaris_edit --------------------*/
.overlayed {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 25%;
    /* background: #FFF; */
    background: linear-gradient(180deg, rgba(196, 196, 196, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
}

h1 {
    font-weight: 600;
}

.popup-cat__submenu {
    position: fixed;
    z-index: 1;
    width: 100%;
    left: -100%;
    transition: 0.3s ease;
    background: #f2f2f2;
    top: 100px;
    display: flex;
    flex-wrap: wrap;
    height: calc(100% - 100px);
    overflow: auto;
    left: -100%;
}

.popup-cat__submenu-wrap {
    z-index: 1;
    width: 100%;
    transition: 0.3s ease;
    background: #f2f2f2;
    top: 100px;
    display: flex;
    flex-wrap: wrap;
    padding: 8px;
    padding-top: 98px;
    position: absolute;
    left: 0;
    right: 0;
    top: -90px;
}

.popup-cat__submenu-item {
    margin: 8px;
    width: calc(50% - 16px);
    background: #fff;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.08);
    border-radius: 5px;
    height: 110px;
}

.popup-cat__submenu-item a {
    display: flex;
    width: 100%;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.popup-cat__submenu-item a img {
    height: 60px;
}

.popup-cat__submenu-item a span {
    font-weight: 600;
    line-height: 14px;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    margin-top: 6px;
    height: 28px;
    font-size: 10px;
    padding: 0 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.popup-cat__submenu-back {
    position: fixed;
    width: 100%;
    height: 50px;
    background: #000;
    color: #fff;
    top: 50px;
    transition: 0.3s ease;
    cursor: pointer;
    font-weight: bold;
    line-height: 18px;
    left: -100%;
    font-size: 14px;
}

.popup-cat__submenu-back-wrap {
    position: relative;
    padding: 16px 20px 16px 40px;
}

.popup-cat__submenu-back-wrap::before {
    content: "";
    display: block;
    position: absolute;
    top: 17px;
    left: 16px;
    width: 8px;
    height: 14px;
    background: url(../images/icons/arrow-left-back.svg);
}

.popup-cat__submenu-back.show,
.popup-cat__submenu.show {
    left: 0;
}

/* edit slider load */
.news-slider.slick-initialized,
.main-slider-mobile.slick-initialized,
.prod-slider.slick-initialized,
.nav-slider.slick-initialized,
.cheaper__slider.slick-initialized,
.compare-mob__slider_main.slick-initialized,
.compare-mob__slider_char.slick-initialized {
    visibility: visible;
}

.news-slider,
.main-slider-mobile,
.prod-slider,
.nav-slider,
.cheaper__slider,
.special-offers__slider,
.compare-mob__slider_main,
.compare-mob__slider_char {
    visibility: hidden;
}

.news-slider {
    height: 350px;
}

@media screen and (min-width: 0px) {
    .main-slider-mobile .slick-list {
        padding: 0 !important;
    }

    .main-slider-mobile {
        width: 100%;
        height: auto;
    }
}

@media screen and (min-width: 700px) {
    .main-slider-mobile {
        width: 100%;
    }

    .main-slider-mobile .slick-list {
        padding: 0 !important;
    }
}


.compare-mob__slider_char {
    height: 40px;
}

.compare-mob__slider_main {
    height: 242px;
}

.special-offers__slider {
    height: 300px;
}

.cheaper__slider {
    height: 470px;
}

.special-offers__slider {
    overflow: hidden;
}

.special-offers__slider.slick-initialized {
    overflow: visible;
}

.compare-list-wrap {
    background: #fff;
    height: calc(100vh - 175px);
    border-radius: 10px;
    padding: 20px 22px;
}

/* edit compare */
.comp-mob-popup {
    display: block;
    position: absolute;
    top: 100px;
    width: 100%;
    margin: 0;
    z-index: 3;
    position: fixed;
    top: 100px;
    overflow: auto;
    height: calc(100% - 100px);
    left: -120%;
    transition: 0.3s ease;
    background: #f2f2f2;
    padding: 24px 0 8px;
}

.comp-mob-popup h2 {
    font-size: 16px;
    font-weight: 500;
}

.comp-back-wrap {
    position: fixed;
    width: 100%;
    top: 50px;
    left: 0;
    z-index: 4;
    background: #C41230;
    left: -120%;
    transition: 0.3s ease;
}

.copm-back-wrap .back {
    background: #C41230;
    padding-left: 35px;
    padding: 16px 20px 16px 40px;
    font-weight: bold;
    text-transform: none;
    position: relative;
    margin-bottom: 8px;
    color: #fff;
    font-size: 14px;
    line-height: 18px;
    cursor: pointer;
}

.comp-list-menu li a {
    color: #2ba5ef;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
}

/* edit compare */
.categories-page--wr {
    display: block;
    width: 100%;
    overflow: hidden;
}

.categories-page {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    width: calc(100% + 20px);
    left: -20px;
}

.categories-item {
    flex: 1 1 190px;
    background: #fff;
    border-radius: 10px;
    margin: 0 0 20px 20px;
    padding: 10px;
    border: solid 2px #fff;
}

.categories-item:hover {
    border: solid 2px #e5e5e5;
}

.categories-item img {
    display: block;
    width: auto;
    height: 100px;
    margin: 0 auto;
}

.categories-item span {
    display: block;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    margin-top: 10px;
}

#filter_show {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    text-decoration: underline;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 0px 4px;
    border-radius: 5px;
    padding: 5px 30px 3px 10px;
    z-index: 3;
    transition: all 0.5s ease 0s;
    position: relative;
    background: #C41230;
    visibility: hidden;
}

#filter_show::before {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    border-radius: 2px;
    transform: rotate(45deg);
    background: #C41230;
    position: absolute;
    top: 10px;
    left: -6px;
}

#filter_show a {
    line-height: 26px;
}

/* 404 */
.p404 {
    display: flex;
    width: 100%;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.p404 h2 {
    margin-bottom: 20px;
}

.p404 p {
    font-size: 20px;
    margin-bottom: 20px;
}

/* Кредитный калькулятор */
.calc-panel {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    min-height: 70px;
    padding: 10px;
    margin-top: 20px !important;
    justify-content: space-between;
}

.calc-panel-text {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    flex-wrap: wrap;
    font-size: 14px;
    font-weight: 500;
}

.calc-panel-text span {
    padding: 0 5px;
    white-space: nowrap;
    font-size: 22px;
    font-weight: 600;
}

.calc-panel-text span b {
    color: #C41230;
}

.calc-panel-text span b:after {
    content: "₴";
    font-family: "Roboto", sans-serif;
}

.calc-panel-btn {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    margin-left: 20px;
}

.calc-panel-btn a {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    height: 30px;
    background: #C41230;
    -ms-align-items: center;
    align-items: center;
    background: #C41230;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 700;
    font-size: 10px;
    line-height: 12px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    border-radius: 5px;
    padding: 0 20px;
    white-space: nowrap;
    font-weight: 600;
}

.calc-panel-popup {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.calc-panel-popup-item {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    width: 100%;
    font-size: 14px;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    padding: 5px;
    margin-bottom: 5px;
}

.calc-panel-popup-item:last-child {
    margin-bottom: 0;
}

.calc-panel-popup-item-title {
    width: 30%;
    flex-shrink: 0;
    font-weight: 600;
}

.calc-panel-popup-item-btn {
    font-weight: 600;
}

.calc-panel-popup-item-pay_num {
    width: 20%;
    flex-shrink: 0;
}

.calc-panel-popup-item-month_num {
    /*width: 10%;*/
    flex-shrink: 0;
}

.calc-panel-popup-item-month_num select {
    width: 100%;
}

.calc-panel-popup-item-sum {
    width: 25%;
    flex-shrink: 0;
    align-items: flex-end;
}

.credit_month {
    padding: 11px;
}

.hartek {
    margin-bottom: 20px;
}

/* Кредитный калькулятор end */

@media (min-width: 1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1430px;
    }
}

@media (min-width: 992px) {
    .cart {
        width: 600px;
        max-height: 650px;
        height: 90vh;
        box-shadow: 0px 0px 4px rgb(0 0 0 / 8%);
        border-radius: 10px;
    }

    .cart .cart-wrap {
        padding-top: 0;
    }

    .change-equip-present .cart-head {
        background: #C41230;
    }

    .cart-head {
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -ms-align-items: center;
        align-items: center;
        background: #C41230;
        padding-left: 30px;
        color: #fff;
        height: 50px;
        border-radius: 4px 4px 0px 0px;
    }

    .cart-head span {
        font-family: "Montserrat";
        font-style: normal;
        font-weight: 700;
        font-size: 16px;
        line-height: 24px;
        color: #FFFFFF;
    }

    .cart-head h2 {
        padding-right: 50px;
        font-family: "Montserrat";
        font-style: normal;
        font-weight: 700;
        font-size: 16px;
        line-height: 24px;
        color: #FFFFFF;
    }

    .cart-choise {
        width: 540px;
    }

    /* present-code */
    .present-form .cart-list,
    .change-form .cart-list {
        height: 520px;
    }

    /* present-code */
    .cart-list {
        width: 100%;
        padding: 15px;
        height: 90vh;
    }
}

.cart-list-wrap {
    position: relative;
    margin-top: 5px;
}


@media screen and (min-width: 0px) {
    .main-cabinet {
        display: flex;
    }
}

@media screen and (max-width: 1427px) {
    .main-slider {
        margin-right: 0;
    }

    .compare-block.main-cabinet.main-cabinet_enter::after {
        left: 156px;
    }

    .main-cabinet {
        display: flex;
    }

    .main-cabinet.main-cabinet_entered::after {
        left: 43px;
    }

    .main-cabinet.main-cabinet_enter::after {
        left: 43px;
    }

    .prod-slider .video-wrap {
        max-width: 485px;
    }

    .prod-slider .video-wrap_left {
        border: none;
        margin-top: 20%;
        padding-bottom: 52%;
    }

    .nav-slider .nav-slider__item img {
        width: 50px;
    }

    .price-info__pricing {
        margin-right: 22px;
    }

    .feature-box_second {
        padding-right: 50px;
    }

    .navigation .nav__menu .nav__item a.nav__btn {
        padding: 8px 12px;
    }

    .cheaper__percent--checkout {
        top: -12px;
        right: -6px;
        transform: scale(0.6);
    }
}

@media screen and (max-width: 1280px) {
    .nav__menu {
        flex-wrap: wrap;
    }

    .navigation .nav__menu .nav__item a.nav__btn {
        padding: 4px 7px;
    }

    .user-bar__btn svg {
        width: 70%;
    }

    .copy .copy__btn {
        font-size: 11px;
    }

    .main-cabinet.main-cabinet_entered::after {
        left: 57px;
    }

    .main-cabinet.main-cabinet_enter::after {
        left: 57px;
    }

    .product-buy {
        margin-left: 0;
    }

    section.product-card .heading-wrap_fixed .product-nav__box {
        padding: 0;
        justify-content: space-between;
    }

    .product-nav {
        max-width: 500px;
    }

    .product-nav__link {
        /* * */
        /* font-size: 10px; */
        font-size: 9px;
        /* * */
    }

    .buy-panel__item .product-pricing {
        margin-left: 20px;
    }

    .product-pricing__head {
        font-size: 12px;
        max-width: 200px;
    }

    .heading-wrap .product-pricing__price {
        margin-left: 1.5em;
    }

    section.product-card .heading-wrap {
        padding: 0 5px;
        height: 50px;
        display: flex;
        justify-content: space-between;
        align-items: center;

    }

    .buy-panel__wrap {
        width: calc(100% - 20px);
    }

    .prod-slider {
        margin: auto;
    }

    .popup-prod__arrow-left {
        left: -2%;
    }

    .popup-prod__arrow-right {
        right: 3%;
    }

    .delivery-list__info {
        padding: 0 0px;
    }
}

@media screen and (max-width: 1200px) {
    .compare-block.main-cabinet.main-cabinet_enter::after {
        left: 124px;
    }
  
    section.action-news .news-list__item,
    section.art-reviews .news-list__item {
        width: calc(33.33333% - 20px);
    }

    section.card-page .spec-offer {
        flex-direction: column;
    }

    section.card-page .offer__text {
        max-width: 100%;
    }

    section.card-page .spec-offer__item {
        max-width: 100%;
    }

    section.card-page .spec-offer__item .sorting-filter__head {
        display: block;
    }

    section.card-article .offer__text {
        padding: 53px 150px 64px;
    }

    .feature-box__content {
        padding: 20px;
        max-width: 100%;
    }

    .char-desc {
        flex-direction: column;
        margin-top: 20px;
    }

    .char-desc__wrap {
        width: 100%;
        margin-bottom: 20px;
    }

    .techno-box__popup-info {
        left: -153px;
        width: 243px;
    }

    .techno-box__popup-info::after {
        left: 166px;
    }

    .char-list__title {
        max-width: 450px;
    }

    .price-info__wrap {
        margin-top: 0;
    }

    .equipment__list,
    .rev-quest__rating-select,
    .form-data__box {
        flex-direction: column;
    }

    .equipment__item {
        width: calc(100% - 20px);
    }

    .rev-quest__block {
        margin-bottom: 53px;
    }

    .form-data__box .form-data__label {
        width: calc(100% - 20px);
        max-width: 100%;
    }

    .popup-prod__slider {
        padding: 20px;
    }
    
    .compare__head-item img {
        width: 80px;
    }
    
    .catalog-nav__head {
        font-size: 11px;
    }
}

.compare-box {
    display: flex;
    position: relative;
}

.compare-box .compare-box__btn_comp:nth-child(1) {
    position: absolute;
    z-index: 2;
}

.compare-box__btn_comp:hover {
    transition: 0.4s ease;
    color: #C41230;
    box-shadow: 0 0 10px rgba(223, 23, 57, 0.6039215686);
}

.compare-box__btn_comp {
    width: 160px;
    height: 30px;
    border: 1px solid #C41230;
    border-radius: 5px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    display: flex;
    color: #fff;
    transition: 0.4s ease;
    align-items: center;
    justify-content: center;
    line-height: 17px;
    background: #fff;
    color: #C41230;
    position: absolute;
    top: 0;
    right: 0;
}

@media screen and (min-width: 0px) {
    .cart {
        top: 76px;
    }
}

@media screen and (min-width: 992px) {
    .cart {
        top: 50%;
    }
}

@media screen and (max-width: 992px) {
    .mob-marg {
        margin-bottom: 24px;
    }

    .blackout {
        height: 100vh;
    }

    .user-bar__btn svg {
        width: 90%;
    }

    .footer {
        padding: 57px 0 28px;
        background: #000;
    }

    .footer-box {
        position: relative;
        z-index: 1;
        display: flex;
        justify-content: space-evenly;
    }

    .footer-box__mode {
        position: relative;
    }

    .footer-box__head {
        line-height: 23px;
    }

    .footer-box__head .call-dn {
        display: none;
    }

    .footer-box__list {
        margin-top: 17px;
        line-height: 155.5%;
    }

    .copy .copy__logo {
        display: none;
    }

    .footer-box__mode .mode {
        margin-top: 17px;
        font-size: 16px;
        font-weight: normal;
        line-height: 155.5%;
    }

    .footer-box__mode .mode__days {
        width: auto;
        margin-right: 5px;
    }

    .copy .copy__btn {
        border-radius: 50px;
        text-align: center;
        padding: 12px;
        display: block;
        margin: 14px auto;
        max-width: 304px;
        width: 100%;
    }

    .footer-box__list_numbers li {
        margin-bottom: 0;
    }

    .copy .copy__text {
        text-align: center;
    }

    .copy .copy__text br {
        display: none;
    }

    .cart-choise {
        width: 690px;
        /*        position: fixed;*/
    }

    .cart {
        display: block;
        position: absolute;
        left: 0;
        width: 100%;
        margin: 0;
        z-index: 99;
        position: fixed;
        overflow: hidden;
        height: calc(100% - 100px);
        left: -120%;
    }

    .cart-wrap-overlay {
        position: relative;
    }

    .cart-back-wrap {
        position: fixed;
        width: 100%;
        top: 51px;
        left: 0;
        z-index: 9999;
        background: #C41230;
        left: -120%;
        transition: 0.3s ease;
    }

    .cart-head {
        margin-bottom: 15px;
    }

    .cart-head__out {
        display: none;
    }

    .cart-list {
        height: 100%;
        overflow: auto;
        padding: 14px;
    }

    .mob-padd {
        padding: 90px 0 50px;
    }

    .user-menu-wrap {
        display: none;
    }

    .popup-menu-profile .cabinet-user .cabinet-user__name {
        display: block;
    }

    .cabinet-head h2 {
        font-size: 16px;
    }

    .cabinet-user__name {
        display: none;
    }

    .card-product__hover {
        opacity: 0;
        visibility: hidden;
    }

    .card-product:hover .card-product__hover {
        opacity: 0;
        visibility: hidden;
    }

    .card-product__info .right-info {
        width: 100%;
        position: relative;
    }

    .card-product__info .right-info .actions {
        top: 0;
        left: 0;
        z-index: 1;
        background: #fff;
        border-radius: 4px 15px 15px 4px;
        width: 68px;
        height: 100%;
        position: absolute;
        display: flex;
        align-items: center;
        justify-content: space-evenly;
        box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.08);
        width: 47%;
    }

    .card-product__info .right-info .actions .actions__btn_in-compare {
        color: #C41230;
    }

    .card-product__info .right-info .actions .actions__btn_in-favorite {
        color: #C41230;
    }

    .card-product__info .right-info .actions .actions__btn_compare svg {
        width: 18px;
    }

    .card-product__info .right-info .actions .actions__btn_favorite svg {
        width: 16px;
    }

    .card-product__info .right-info .buy-btn {
        opacity: 1;
        visibility: visible;
        text-align: right;
    }

    .card-product:hover .card-product__info .right-info .buy-btn {
        -webkit-animation: none;
        animation: none;
    }

    .card-product__info .right-info .buy {
        width: 65%;
        margin-left: 35%;
        padding-left: 9%;
    }

    .card-product__info .right-info .buy-btn::after {
        top: 7px;
        right: 8px;
    }

    .card-product__info {
        flex-direction: column;
    }

    .card-product__info .left-info {
        width: 100%;
    }

    .card-product__info .left-info__wrap .code {
        font-family: Montserrat;
        font-style: normal;
        font-weight: 400;
        font-size: 11.5208px;
        line-height: 14px;
        color: #999999;
    }

    .breadcrumbs {
        margin-top: 40px;
    }

    .offer .offer__text {
        padding: 23px 19px 16px;
    }

    .profile-form__wrap {
        flex-direction: column-reverse;
    }

    .profile-form__item_right {
        margin-left: 0;
    }

    .profile-form__item {
        max-width: 100%;
    }

    .profile-form__item_right {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 34px;
    }

    .profile-form__load {
        width: 50%;
    }

    .profile-form__load button,
    .profile-form__load .download-label {
        max-width: 100%;
    }

    .profile-form__item .profile-form__label .profile-form__input {
        margin-left: 0;
        padding: 13px 10px;
    }

    .profile-form__item .profile-form__label {
        margin-left: 0;
    }

    .profile-form .profile-form__btn {
        padding: 13px 0;
    }

    section.main-offer {
        padding-top: 12em;
    }

    /* Без поацюємо в блек аут */
    /* section.main-offer {
    padding-top: 118px;
  } */
    .video-wrap_left .main-video-link {
        background: rgba(0, 0, 0, 0.5);
    }

    .video-wrap_left img {
        opacity: 1;
    }

    .video-wrap_left {
        background: none;
    }

    section.articles {
        padding-bottom: 70px;
        /* padding-top: 9px; */
        padding-top: 25px;
    }

    section.articles .section-head {
        margin-bottom: 18px;
    }

    .section-head h2 {
        font-size: 16px;
    }

    section.special-offers {
        padding-top: 35px;
    }

    section.special-offers .section-head {
        margin-bottom: 8px;
    }

    section.video {
        /* padding-top: 15px; */
    }

    section.video .section-head {
        margin-bottom: 18px;
    }

    section.news {
        /* padding-top: 25px; */
    }

    section.news .section-head {
        margin-bottom: 18px;
    }

    section.collections {
        padding-top: 25px;
    }

    section.collections .section-head {
        margin-bottom: 2px;
    }

    .section-head a {
        font-size: 12px;
    }

    .card-product__status-list {
        top: 20px;
        left: -35px;
    }

    .card-product__status {
        margin-right: 8px;
        color: #fff;
        width: 160px;
        height: 20px;
        font-family: "Montserrat";
        font-style: normal;
        display: flex;
        justify-content: center;
        align-items: center;
        font-weight: 800;
        font-size: 13px;
        color: #FFFFFF;
        text-transform: uppercase;
        text-align: center;
        border-radius: 3px;
    }

    .wrap-list__item {
        width: calc(33.33333% - 20px);
    }

    .page-list__item:nth-child(7n) {
        display: none;
    }

    .page-list__item:nth-child(8n) {
        display: none;
    }

    .page-list__item:nth-child(9n) {
        display: none;
    }

    .sorting-filter__head {
        display: none;
    }

    section.action-news .news-list__item,
    section.art-reviews .news-list__item {
        width: calc(50% - 20px);
    }

    .sorting-filter {
        margin-left: 0;
    }

    section.cat-product .sorting-filter {
        width: calc(33.33333% - 13px);
        margin-left: auto;
        margin-right: 19px;
    }

    section.cat-product .sorting-filter .select {
        width: 100%;
    }

    section.cat-product .sorting-filter .select select {
        width: 100%;
    }

    section.cat-product .filter-popup-btn {
        width: calc(33.33333% - 11px);
    }

    .card-product .card-product_more {
        width: 100%;
        height: 40px;
        padding: 0;
    }

    .card-product.card-product_more .card-product__more-btn {
        font-size: 12px;
        text-transform: none;
        flex-direction: inherit;
    }

    .card-product.card-product_more .card-product__more-btn span {
        margin-left: 10px;
    }

    .page-list {
        margin: 0 -6px;
        margin-top: 16px;
    }

    section.articles.art-reviews {
        padding-top: 90px;
    }

    .popup-filter .filter-wrap {
        width: 690px;
    }

    section.card-page .spec-offer__item .sorting-filter {
        flex-direction: column;
        align-items: baseline;
    }

    section.card-page .spec-offer__item .sorting-filter__head {
        margin-bottom: 2em;
    }

    section.card-page .cabinet-head {
        margin-top: 30px;
    }

    section.card-page .cabinet-head h2 {
        line-height: 20px;
    }

    section.card-page .offer__highlight {
        line-height: 22px;
        font-size: 16px;
    }

    .feature.design-info {
        margin-top: -35px;
    }

    .card-product.not-available .actions {
        display: none;
    }

    .card-product.not-available .buy-btn {
        text-align: center;
        padding-right: 0;
    }

    section.card-article .offer__text {
        padding: 23px 19px 16px;
    }

    .check-wrap {
        flex-direction: column;
    }

    .check-wrap__item_credit {
        margin-left: 0;
    }

    .form-wrap.order-wrap {
        margin-top: 30px;
    }

    .check-wrap__item_credit {
        margin-top: 30px;
    }

    .tabs .cart-head__out {
        display: block;
    }

    .tabs {
        top: 0;
        left: 0;
        width: calc(100% - 20px);
        height: calc(100% - 10px);
        margin: 10px;
        border-radius: 10px 10px 0 0;
    }

    .recover-regist input {
        padding: 13px 12px;
    }

    .order-form .recover-regist__label .select select {
        padding: 13px 12px;
    }

    .tabs__item .recover-regist input {
        padding: 13px 12px;
    }

    .order-form .recover-regist__label_promo a {
        line-height: 39px;
    }

    .credit-compare {
        flex-direction: column-reverse;
        background: none;
        box-shadow: none;
        padding: 0;
        margin-top: 0;
    }

    .present-action {
        order: 2;
    }

    .credit-box,
    .compare-box {
        background: #ffffff;
        box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.08);
        border-radius: 10px;
        padding: 10px;
        align-items: center;
    }

    .credit-compare .compare-box {
        max-width: 100%;
    }

    .credit-compare .credit-box {
        max-width: 100%;
        margin-right: 0;
    }

    section.product-card .heading-wrap {
        position: fixed;
        z-index: 2;
        width: 690px;
        height: 50px;
        bottom: 0;
        margin: 0;
        border-radius: 20px 20px 0 0;
        padding: 14px 16px;
        justify-content: space-between;
        box-shadow: 0px -2px 4px rgba(0, 0, 0, 0.08);
    }

    section.product-card .heading-wrap .product-buy {
        max-width: 163px;
        width: 100%;
        text-align: center;
    }

    .cheaper__btn_change {
        padding: 9px 0;
        font-size: 9px;
    }

    .cheaper__box {
        padding-bottom: 15px;
    }

    .compare-box {
        margin-bottom: 16px;
    }

    .credit-compare .compare-box,
    .credit-compare .credit-box {
        justify-content: space-around;
    }

    .credit-compare .credit-box__btn_part {
        margin-right: 0;
    }

    .change-equip {
        width: 100%;
        left: -120%;
        top: 100px;
        margin: 0;
        border-radius: 0;
        overflow-y: scroll;
        transition: 0.3s ease;
        height: calc(100% - 100px);
    }

    .change-equip .cart-head {
        margin-top: 25px;
    }

    .popup-prod__head {
        font-size: 17px;
    }

    .popup-prod__slider-box {
        padding-left: 30px;
    }

    .popup-prod .popup-prod__slide img {
        max-width: 600px;
        max-width: 100%;
        width: 100%;
    }

    .popup-prod .video-wrap_left {
        margin-top: 105px;
    }

    .popup-prod__arrow-left {
        left: 2%;
    }

    .popup-prod__arrow-right {
        right: 16%;
    }

    .filter-list__item .input-wrap {
        width: 100%;
    }
    
    .compare__char-item:first-child {
        height: 182px;
    }

    .compare__head {
        height: 182px;
    }

    .compare__head-item {
        padding: 10px;
    }

    .compare__head-item img {
        width: 60px;
    }

    .compare__title {
        margin: 0;
    }

    /*mobile desk*/
    .feature-info>* {
        padding: 0 !important;
        margin: 0 !important;
    }

    .feature-info {
        padding: 10px;
        overflow: hidden;
        height: 50px;
        position: relative;
        background: #ffffff;
        box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.08);
        border-radius: 5px;
    }

    .feature-info.show-desc {
        height: auto;
    }

    .feature-info::after {
        content: "";
        display: block;
        position: absolute;
        bottom: 16px;
        right: 14px;
        background: url(../images/icons/arrow-up-black.svg);
        width: 16px;
        height: 10px;
        transition: 0.3s ease;
        transform: rotate(180deg);
    }

    .feature-info.show-desc::after {
        content: "";
        display: block;
        position: absolute;
        bottom: 16px;
        right: 14px;
        background: url(../images/icons/arrow-up-black.svg);
        width: 16px;
        height: 10px;
        transform: rotate(0);
    }
}

@media screen and (max-width: 768px) {
    .calc-panel-popup-item {
        -moz-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
        margin-bottom: 20px;
        padding-bottom: 20px;
        border-bottom: 1px solid #c4c4c4;
    }

    .calc-panel-popup-item:last-child {
        border-bottom: 0px;
    }

    .calc-panel-popup-item-title {
        width: 100%;
        font-size: 20px;
        margin-bottom: 10px;
    }

    .calc-panel-popup-item-pay_num {
        width: 100%;
        margin-bottom: 10px;
    }

    .calc-panel-popup-item-month_num {
        width: 100%;
        margin-bottom: 10px;
    }

    .calc-panel-popup-item-month_num select {
        height: 40px;
    }

    .calc-panel-popup-item-sum {
        width: 100%;
        font-size: 24px;
    }

    .mob-padd {
        padding: 90px 0 70px;
    }

    .footer {
        margin-top: 35px;
        padding-top: 0;
        padding-bottom: 100px;
    }

    .footer-box__list {
        margin-bottom: 0;
    }

    .cart-choise {
        width: 510px;
    }

    .profile-form .profile-form__btn {
        max-width: 100%;
    }

    .profile-form {
        padding: 20px 20px 27px;
    }

    .collect-mob-slider__link .overlay strong {
        padding-right: 10px;
    }

    .wrap-list__item {
        width: calc(50% - 20px);
    }

    .directory .cabinet-head {
        flex-direction: column;
        align-items: flex-start;
        margin-top: 30px;
    }

    .sorting-filter {
        width: 100%;
        /*margin-top: 15px;*/
    }

    .sorting-filter .select {
        width: 100%;
    }

    .sorting-filter .select select {
        width: 100%;
    }

    section.cat-product .cabinet-head {
        display: block;
    }

    section.cat-product .sorting-filter {
        width: calc(50% - 7px);
        margin-left: 0;
        margin-right: 11px;
        display: inline-block;
    }

    section.cat-product .filter-popup-btn {
        /* * */
        /* width: calc(50% - 7px); */
        width: calc(50% - 8px);
        /* * */
        display: inline-block;
    }

    .card-product.card-product_more {
        width: 100%;
        height: 40px;
        padding: 0;
    }

    .popup-filter .filter-wrap {
        width: 510px;
    }

    .tabs__menu li.tabs__li {
        width: 150px;
    }

    .tabs__link {
        height: 46px;
    }

    .tabs__link span {
        display: none;
    }

    .tabs__menu li.tabs__li a.tabs__link::before {
        left: calc(50% - 17px);
    }

    .tabs .tabs__item {
        padding: 15px;
    }

    .tab-payment {
        padding: 10px;
        margin-left: -15px;
        margin-right: -15px;
        border-radius: 0;
    }

    .tabs__item .label-block {
        flex-direction: column;
    }

    .news-list__info .news-list__text {
        height: 105px;
    }

    .nav-slider {
        display: none;
    }

    section.product-card .heading-wrap {
        width: 510px;
        height: 50px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        z-index: 999;
        display: none !important;

    }

    .cheaper__item {
        max-width: 100%;
    }

    .cheaper__slider {
        background: #fff;
        border-radius: 10px;
        box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.08);
        padding-bottom: 20px;
    }

    .cheaper__photo {
        max-width: 135px;
    }

    .cheaper__slider .slick-dots li button {
        width: 10px;
        height: 10px;
        margin: 0 5px;
    }

    .cheaper__slider .slick-dots {
        margin-top: 0;
    }

    .buy-panel__wrap_sliders {
        padding: 0;
    }

    .credit-compare .credit-box__btn {
        max-width: calc(50% - 10px);
        text-align: center;
    }

    .heading-wrapper__head {
        font-size: 16px;
        font-weight: 500;
    }

    .cheaper__item {
        box-shadow: none;
    }

    .popup-prod__slider-box {
        padding-left: 20px;
    }

    .popup-prod__head {
        display: none;
    }

    .popup-prod__price {
        margin-left: 0;
    }

    .popup-prod__out {
        margin-left: auto;
    }

    .popup-prod .popup-prod__slide img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .popup-prod .popup-prod__slide {
        padding: 0;
        display: flex;
        height: 100%;
        align-items: center;
        justify-content: center;
    }

    .popup-prod__slider {
        align-items: center;
        height: 100%;
        display: flex;
    }

    .popup-prod__slider {
        max-width: 400px;
    }

    .popup-prod .video-wrap_left {
        margin-top: 33px;
    }

    .buy-panel__wrap_sliders {
        position: relative;
    }

    .buy-panel__wrap_sliders .card-product__status-list {
        z-index: 1;
    }

    .prod-slider .video-wrap_left {
        padding-bottom: 56.7%;
        margin-top: 6%;
    }

    .prod-slider .video-wrap {
        max-width: 100%;
    }

    .popup-prod__arrow-left {
        left: -5%;
    }

    .popup-prod__arrow-right {
        right: -5%;
    }

    .compare__price_old {
        font-size: 12px;
    }

    .compare__price_new {
        font-size: 14px;
    }

    /* купить в один клик */
    .buy_one_click .fast_order_error_text {
        width: 100%;
        height: 40px;
        font-size: 14px;
    }

    .buy_one_click .fast_order_input {
        width: 50%;
    }

    .buy_one_click .fast_order_btn {
        width: 50%;
    }

    /* купить в один клик */
}

@media screen and (max-width: 576px) {

    /* ------------------------------- 576px -------------------------------------*/
    .calc-panel {
        -moz-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
    }

    .calc-panel-text {
        justify-content: center;
    }

    .calc-panel-btn {
        width: 100%;
        margin-left: 0px;
        margin-top: 10px;
        justify-content: center;
    }

    .calc-panel-btn a {
        height: 50px;
    }

    .footer {
        margin-top: 80px;
        padding-top: 0;
    }

    .footer::before {
        top: -68px;
    }

    .footer-box {
        display: flex;
        justify-content: space-evenly;
    }

    .footer-box__mode {
        margin-left: 20px;
    }

    .footer-box__mode .mode {
        font-size: 12px;
        margin-top: 10px;
        line-height: 22px;
    }

    .footer-box__head {
        font-size: 12px;
    }

    .footer-box__list_numbers {
        margin-top: 20px;
    }

    .footer-box__list_numbers li {
        margin-bottom: 0;
        line-height: 22px;
    }

    .footer-box__list_numbers li a {
        font-size: 12px;
        font-weight: 300;
        white-space: nowrap;
    }

    .footer-box__list_numbers li a img {
        width: 12px;
    }

    .footer-box__list {
        margin-top: 10px;
    }

    .footer-box__mode .mode {
        font-weight: 300;
    }

    .copy .copy__text {
        font-size: 12px;
        max-width: 300px;
    }

    .footer-box__list_numbers li a img {
        left: -16px;
    }

    .cart-choise {
        width: calc(100vw - 30px)
    }

    .card-product__info .right-info .buy-btn {
        padding-right: 25px;
        font-size: 10px;
    }

    .news-list__item {
        max-width: 100%;
    }

    .news-list__item .news-list__photo {
        max-width: 100%;
    }

    .collect-mob-slider__link .overlay strong {
        padding-right: 0;
        bottom: 10px;
        left: 10px;
    }

    .wrap-list__item {
        width: calc(100% - 20px);
    }

    section.action-news .news-list,
    section.art-reviews .news-list {
        justify-content: center;
    }

    section.action-news .news-list__item,
    section.art-reviews .news-list__item {
        width: calc(80% - 20px);
    }

    .popup-filter .filter-wrap {
        width: 100%;
    }

    .card-product.not-available .buy-btn {
        padding-right: 0;
    }

    section.pass-recovery .form-wrap {
        padding: 20px 20px 27px;
    }

    .check-wrap__item .cart-list__buy-credit {
        padding: 10px 5px 8px 5px;
    }

    .check-wrap__item .cart-list__buy-credit::before {
        display: none;
    }

    .check-wrap__item_credit .cart-list-wrap {
        padding: 0 5px 20px;
    }

    .tabs__menu li.tabs__li {
        width: 100px;
    }

    .tab-content__photo {
        max-width: 70px;
    }

    .tab-content__head h3 {
        margin-bottom: 0;
        font-size: 16px;
    }

    .tab-content__old {
        margin-right: 30px;
    }

    .tab-payment__monthly .monthly-price {
        font-size: 20px;
    }

    .tab-payment__x {
        font-size: 20px;
        margin: 0 17px 20px 27px;
    }

    .tab-payment__select {
        font-size: 20px;
        margin-right: 16px;
    }

    .tab-payment__to-bank .to-bank__price {
        font-size: 20px;
    }

    .tab-payment__select select {
        padding: 9px 25px 10px 10px;
    }

    .tab-payment__select::after {
        top: 17px;
        right: 8px;
    }

    section.product-card .heading-wrap {
        width: 90%;
        justify-content: space-between;
    }

    .credit-compare .credit-box__btn {
        max-width: calc(50% - 5px);
    }

    .credit-compare .credit-box {
        justify-content: space-between;
    }

    .credit-compare .credit-box__btn {
        padding: 10px 15px 8px 23px;
    }

    .credit-compare .credit-box__btn img {
        left: 10px;
    }

    .present-action__head span {
        font-size: 14px;
        line-height: 16px;
        height: 50px;
    }

    .present-action__link {
        font-size: 12px;
    }

    .present-action__img {
        width: 80px;
    }

    .present-action {
        height: auto;
    }

    .present-action__img {
        margin-right: 16px;
    }

    .popup-prod__slider-box {
        flex-direction: column-reverse;
    }

    .popup-prod .video-wrap_left {
        margin-top: 0;
    }

    .popup-prod img.popup-prod__slide-photo {
        max-width: 300px;
    }

    .popup-prod .popup-nav__slider {
        width: auto;
    }

    .popup-prod__slider-box {
        padding: 20px;
    }

    .popup-prod .popup-nav__slide {
        max-width: 100px;
        display: flex !important;
        justify-content: center;
        align-items: center;
    }

    .popup-nav__slide-photo {
        max-width: 84px;
        width: 100%;
    }

    .popup-nav__slider .slick-slide {
        margin: 5px;
    }

    .prod-slider .video-wrap_left {
        padding-bottom: 56.7%;
        margin-top: 6%;
    }

    .popup-prod img.popup-prod__slide-photo {
        margin: auto;
    }

    /* * */
    .card-product__info .right-info .buy-btn {
        padding-left: 9%;
        margin-left: 35%;
        padding-right: 18%;
    }

    .not-available .card-product__info .right-info .buy-btn {
        padding-left: 0;
        margin-left: 0;
        padding-right: 0;
        text-align: center;
    }

    /* * */
}

@media screen and (max-width: 450px) {

    /* ------------------------------- 450px -------------------------------------*/
    section.action-news .news-list__item,
    section.art-reviews .news-list__item {
        width: calc(100% - 20px);
    }

    .cart-choise {
        padding: 5px;
    }
}

@media screen and (max-width: 375px) {

    /* ------------------------------- 375px -------------------------------------*/
    .card-product__info .right-info .buy-btn {
        font-size: 10px;
        /* * */
        /* padding-right: 20px; */
        padding-right: 18%;
        /* * */
    }

    .card-product__info .right-info .buy-btn::after {
        right: 6px;
    }

    .collect-mob-slider__link .overlay strong {
        bottom: 17px;
        left: 20px;
    }

    .select select {
        padding-right: 30px;
        padding-left: 7px;
    }

    .card-product.not-available .buy-btn {
        padding-right: 0;
    }

    .cart-list__buy-credit span {
        display: none;
    }
}

/* POPUP SEARCH RESULTS */
#popup_search_result {
    position: absolute;
    background-color: #fff;
    padding: 10px 15px;
    max-width: 550px;
    z-index: 2000;
    box-shadow: 0 0 3px 2px #C41230;
}

#popup_search_result .close {
    cursor: pointer;
    font-size: 16px;
    color: #C41230;
}

#popup_search_result .row {
    padding-top: 10px;
}

#popup_search_result img {
    width: 40px;
}

#popup_search_result .title_search a:link {
    color: #C41230;
}

#popup_search_result .title_search {
    vertical-align: middle;
    padding-top: 10px;
}

#popup_search_result .title_search a:hover {
    color: #253e5c;
}

/*Product comments*/
.preloader {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 10px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 12;
    display: none;
}

.preloader-active {
    display: block;
}

.preloader .content {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
}

.preloader .content .message {
    padding: 15px;
}

.rev-quest__box {
    position: relative;
}

/*Superprice page*/
section.card-page.superprice-page .spec-offer__item {
    margin-top: 40px;
    max-width: 100%;
    width: 100%;
}



/*Superprice page end*/
.warning_string {
    padding: 3px;
    text-align: center;
    text-transform: uppercase;
    color: white;
    background: #C41230;
}

/**/
.compare__head-item .buy {
    background: #08ba0f;
    position: relative;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    font-size: 11px;
    height: 32px;
    width: 96px;
    line-height: 32px;
    margin: 10px auto 0 auto;
}

/* Товары с другими параметрами start */
.parameters-info-wr {
    border-top: 1px solid #f2f2f2;
    margin-top: 20px;
    padding-top: 15px;
}

.parameters-info {
    margin-right: 15px;
}

.parameters-info-title {
    width: 100%;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
}

.parameters-info-items {
    width: 100%;
}

.parameters-info-item,
.parameters-info-item:hover {
    margin-right: 10px;
    text-decoration: none;
    color: #000;
}

.parameters-info-cover {
    display: block;
    width: 70px;
    height: 70px;
    overflow: hidden;
    border: 1px solid #f2f2f2;
    border-radius: 5px;
    padding: 5px;
    position: relative;
    transition: all 0.2s ease;
}

.parameters-info-item:hover .parameters-info-cover,
.parameters-info-item:focus .parameters-info-cover {
    border: 1px solid #103d8c;
    transition: all 0.2s ease;
}

.parameters-info-cover img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -o-object-position: 50%;
    object-position: 50%;
    transition: all 0.2s ease;
}

.parameters-info-data {
    display: block;
    width: 100%;
    font-size: 12px;
    font-weight: 500;
    text-align: center;
}

.parameters-info-item:hover .parameters-info-cover img {
    width: 80%;
    height: 80%;
}

/* Товары с другими параметрами end */
.video {
    padding: 0 0 0 20px;
}

/* Блок видео на главной */
.video-wrap {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    width: 100%;
}

.video-wrap-big {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    width: 50%;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.video-wrap-big-item {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    width: 100%;
    height: 100%;
}

.video-wrap-big-item iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: calc(100% - 15px);
    height: 100%;
    border-radius: 10px;
}

.video-wrap-small {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    width: 50%;
    height: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-between;
}

.video-wrap-small-item {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    width: calc(33.3333333333% - 10.5px);
    height: calc(50% - 7px);
    overflow: hidden;
    border-radius: 10px;
    position: relative;
}

.video-wrap-small-item .video-wrap__link {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    text-decoration: none;
}

.video-wrap-small-item .video-wrap__link img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    position: relative;
    display: block;
}

.video-wrap-small-item .video-wrap__link span {
    position: absolute;
    bottom: 10px;
    left: 10px;
    color: #fff;
    z-index: 1;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    padding-right: 10px;
    max-height: 54px;
    display: block;
    overflow: hidden;
}

.video-wrap-small-item .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 121px;
    background: linear-gradient(180deg, rgba(196, 196, 196, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
    border-radius: 0 0 10px 10px;
    transition: 0.3s ease;
}

.video-wrap-small-item :hover .overlay {
    opacity: 0.5;
    transition: 0.3s ease;
}

@media (max-width: 992px) {
    .video-wrap {
        -moz-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
    }

    .video-wrap-big {
        width: 100%;
    }

    .video-wrap-small {
        width: 100%;
        height: 40%;
    }

    .video-wrap-big-item iframe {
        width: 100%;
    }

    .video-wrap-big {
        margin-bottom: 15px;
    }
}

@media (max-width: 768px) {
    .video-wrap-small {
        height: 43.4782608696%;
    }

    .video-wrap-small-item .video-wrap__link span {
        font-size: 12px;
        line-height: 16px;
        max-height: 48px;
        display: block;
        overflow: hidden;
    }
}

@media (max-width: 576px) {
    .video-wrap-small {
        display: none;
    }
}

/* Блок видео на главной end*/
/* Блок коллекции на главной */
@media screen and (min-width: 0px) {
    .main-tile {
        display: grid;
        grid-template-columns: 1fr;
        grid-auto-rows: auto;
        gap: 7px 7px;
    }

    .main-tile-item .text-collection {
        width: 90%;
        font-family: "Montserrat";
        font-style: normal;
        font-weight: 800;
        font-size: 14px;
        line-height: 27px;
        color: #fafafa;
        overflow: hidden;
        position: absolute;
        top: 10px;
        left: 10px;
        text-shadow: 0 0 10px #000;
    }
}

@media screen and (min-width: 500px) {
    .main-tile {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-auto-rows: auto;
        gap: 14px 14px;
    }

    .main-tile-item .text-collection {
        width: 90%;
        font-family: "Montserrat";
        font-style: normal;
        font-weight: 800;
        font-size: 18px;
        line-height: 27px;
        color: #fafafa;
        overflow: hidden;
        position: absolute;
        top: 10px;
        left: 10px;
        text-shadow: 0 0 10px #000;
    }
}


@media screen and (min-width: 992px) {
    .main-tile {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        grid-auto-rows: auto;
        gap: 14px 14px;
    }

    .main-tile-item .text-collection {
        width: 90%;
        font-family: "Montserrat";
        font-style: normal;
        font-weight: 800;
        font-size: 20px;
        line-height: 27px;
        color: #fafafa;
        overflow: hidden;
        position: absolute;
        top: 10px;
        left: 10px;
        text-shadow: 0 0 10px #000;
    }
}

.main-tile-item {
    overflow: hidden;
    position: relative;
    height: 200px;
    border-radius: 10px;
    filter: contrast(103%) saturate(120%);
}

.main-tile-item img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.main-tile-item .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 121px;
    background: linear-gradient(180deg, rgba(196, 196, 196, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
    border-radius: 0 0 10px 10px;
    transition: 0.3s ease;
}

.main-tile-item:hover .overlay {
    opacity: 0.5;
    transition: 0.3s ease;
}

@media (max-width: 576px) {
    .main-tile-item span {
        font-size: 12px;
    }
}

/* Блок коллекции на главной end*/
/*Выбор города на странице Checkout*/
/* выбор города */
.select-2 {
    margin-bottom: 15px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.select-2 .ui-autocomplete-input {
    width: 30%;
    min-width: 180px;
}

.usable_nasp-city {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: none;
}

.usable_nasp-city li {
    display: -moz-inline-flex;
    display: -ms-inline-flex;
    display: -o-inline-flex;
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    text-decoration: underline;
    color: #C41230;
    margin-left: 7px;
}

/* ========================={Банер}========================= */
.personal-baner {
    margin-top: 20px;
}

.personal-baner__body {
    width: 217px;
    height: 400px;
    background: #999999;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #787878;
}

/* ========================={Банер END}========================= */
/* ======================{История покупок}============================ */
.head-history {
    font-size: 14px;
    line-height: 22px;
    position: relative;
}

.head-history__body {
    width: 100%;
    min-height: 130px;
    height: 100%;
    background: #FFFFFF;
    border-radius: 10px;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.08);
    padding: 21px;
}

.head-history__body::before {
    content: "";
    position: absolute;
    background: #FFFFFF;
    top: 122px;
    left: 85px;
    width: 15px;
    height: 15px;
    transform: rotate(45deg);
}

.head-history__detail-order {
    font-weight: bold;
    font-weight: 800;
}

.head-history__text {
    font-weight: bold;
    font-weight: 800;
}

/* ======================{История покупок END}============================ */
/* ======================{Стили к личному кабинету}============================ */
.profile-form__item {
    width: 100%;
}

@media screen and (min-width: 0px) {
    .profile-form__item .profile-form__load {
        flex-direction: column;
    }
}

@media screen and (min-width: 500px) {
    .profile-form__item .profile-form__load {
        flex-direction: row;
    }
}

.profile-form__item .profile-form__load {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.profile-form__hr {
    margin: 40px 0 35px;
    background: #E5E5E5;
    border-radius: 10px;
}

.profile {
    width: 100%;
    padding-bottom: 40px;
}

@media screen and (min-width: 0px) {
    .profile .tabs__content {
        display: flex !important;
        flex-direction: column;
    }

    .profile .tabs__content .cont-input_set {
        width: 100%;
        justify-content: space-between;
        display: flex;
        align-items: center;
        margin: 0 15px 0 0;
    }

    .profile .tabs__content .cont-input_set .profile-form__label {
        font-size: 12px;
        font-weight: 400;
        display: inline-block;
        flex-direction: column;
        width: 100%;
        height: 40px;
        margin-bottom: 30px;
    }

    .profile .tabs__content .profile-form__item .cont-input_set {
        flex-direction: column;
    }

    .profile .tabs__content .profile {
        width: 100%;
        padding-bottom: 0px;
    }

    .profile .tabs__content .profile-form {
        width: 100% !important;
        min-height: 240px !important;
        padding: 20px;
    }

    .profile .tabs__content .box-avatar {
        width: 100%;
        margin-left: 0px;
        margin-top: 20px;
    }
}

@media screen and (min-width: 1200px) {
    .profile .tabs__content {
        display: flex !important;
        flex-direction: row;
    }

    .profile .tabs__content .cont-input_set {
        width: 100%;
        justify-content: space-between;
        display: flex;
        align-items: center;
        margin: 0 15px 25px 0;
    }

    .profile .tabs__content .cont-input_set .profile-form__label {
        font-size: 12px;
        font-weight: 400;
        display: inline-block;
        flex-direction: column;
        width: 48%;
        height: 40px;
        margin-bottom: 0px;
    }

    .profile .tabs__content .profile-form__item .cont-input_set {
        flex-direction: row;
    }

    .profile .tabs__content .profile {
        width: 100%;
        padding-bottom: 0px;
    }

    .profile .tabs__content .profile-form {
        width: auto;
        flex: 1;
        padding: 10px 38px 50px 38px;
    }

    .profile .tabs__content .box-avatar {
        width: 406px;
        height: 303px;
        margin-left: 20px;
        margin-top: 0px;
    }
}

.profile .profile-form .profile-form__wrap {
    width: 100%;
    display: flex;
}

.profile .profile-form .profile-form__wrap .box {
    width: 100%;
    height: auto !important;
    display: flex;
}

.profile .profile-form .profile-form__wrap .box .profile-form__item {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.profile .profile-form .profile-form__wrap .box .profile-form__item .profile-form__btn {
    margin-top: 20px;
}

.profile-address {
    background-color: #FFFFFF;
    border-radius: 10px;
    min-height: 400px;
    height: auto;
    padding: 36px 38px 86px 38px;
}

.profile-address__edit-link {
    font-size: 12px;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #C41230;
    margin-right: 10px;
}

.profile-address__delite-link {
    font-size: 12px;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #DE1F1F;
}

.profile-address__hr {
    background: #E5E5E5;
    border-radius: 10px;
}

.profile-address__list-title {
    font-weight: 400;
    font-size: 12px;
    margin-bottom: 10px;
}

.profile-address__list-body {
    width: 100%;
    display: flex;
    align-items: center;
}

.profile-address__list-body__field {
    width: 90%;
    display: flex;
    align-items: center;
}

.profile-address__list-body__field-input {
    width: 800px;
    border-radius: 10px;
    padding: 10px;
    cursor: pointer;
}

@media (max-width: 768px) {
    .profile-address__list-body__field-input {
        width: 400px;
    }
}

@media (max-width: 576px) {
    .profile-address__list-body__field-input {
        font-size: 12px;
    }
}

.profile-address__list-body__field-input--active {
    background: #F2F2F2;
}

.profile-address__list-body__field-edit {
    margin-left: 10px;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #C41230;
    margin-right: 10px;
}

.profile-address__list-body__delite {
    margin-right: 105px;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #DE1F1F;
}

@media (max-width: 576px) {
    .profile-address__list-body__field-edit {
        font-size: 11px;
        margin-right: 10px;
    }

    .profile-address__list-body__delite {
        font-size: 11px;
    }
}

.select-settings__tab {
    width: 50%;
    background-color: #FFFFFF;
    border-radius: 10px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.select-settings__tab-address {
    border-radius: 0px 10px 10px 0px;
}

.select--active {
    position: relative;
    background: #C41230;
    color: white;
}

.select--active::after {
    content: "";
    position: absolute;
    top: 32px;
    width: 15px;
    height: 15px;
    background-color: #C41230;
    transform: rotate(45deg);
}

.tab {
    width: 50%;
}

.tabs__caption {
    display: flex;
    margin-bottom: 20px;
}

.tabs__content {
    display: none;
}

.tabs__content.selected {
    display: block;
}

.profile-form__main-photo {
    width: 100%;
    height: 216px;
    -o-object-fit: cover;
    object-fit: cover;
}

.profile-form__label-email {
    position: relative;
}

.profile-form__edit-email {
    position: absolute;
    top: 30px;
    right: -100px;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #C41230;
}

@media (max-width: 768px) {
    .profile-form__edit-email {
        position: relative;
        top: 10px;
        left: 10px;
    }
}

.profile-form__mailing {
    margin-top: 10px;
    display: flex;
    align-items: center;
}

.profile-form__mailing-checkbox {
    margin-right: 10px;
}

/* ======================{Стили к личному кабинету END}============================ */
.cont-form {
    width: 100%;
    display: flex;
}

@media screen and (min-width: 0px) {
    .cont-form .icon-logo {
        display: none;
    }
}

@media screen and (min-width: 800px) {
    .cont-form .icon-logo {
        width: 30%;
        display: flex;
    }
}

@media screen and (min-width: 1202px) {
    .cont-form .icon-logo {
        width: 50%;
        display: flex;
    }
}

.cont-form .icon-logo {
    justify-content: center;
    align-items: center;
}

.cont-form .icon-logo img {
    width: 70%;
    height: 70%;
    -o-object-fit: contain;
    object-fit: contain;
}

/* ======================{Ввостаноление EMAIL}============================ */
.change-email {
    min-height: 130px;
    height: 100%;
    background: #FFFFFF;
    border-radius: 10px;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.08);
    padding: 21px;
    display: flex;
}

@media screen and (min-width: 0px) {
    .change-email .con {
        align-items: center;
        display: flex;
        flex-direction: column;
    }

    .change-email .main-cabinet__user {
        justify-content: center !important;
    }

    .change-email .main-cabinet__user a:nth-child(1) {
        margin: 0 5px 0 0 !important;
    }

    .change-email .main-cabinet__user a:nth-child(2) {
        margin: 0 0 0 5px !important;
    }
}

@media screen and (min-width: 768px) {
    .change-email .con {
        align-items: flex-start;
        display: flex;
        flex-direction: column;
    }

    .change-email .main-cabinet__user {
        justify-content: flex-start !important;
    }

    .change-email .main-cabinet__user a {
        margin: 0 5px !important;
    }
}

.change-email .con {
    padding-left: 5px;
}

.change-email .con .none-m {
    margin-bottom: 10px;
}

.change-email .user-info {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    color: #999999;
}

@media screen and (min-width: 0px) {
    .change-email .none-m {
        display: block;
    }

    .change-email .display-m {
        display: none;
    }
}

@media screen and (min-width: 768px) {
    .change-email .none-m {
        display: none;
    }

    .change-email .display-m {
        display: block;
    }
}

.change-email .main-cabinet__user {
    width: 100%;
    display: flex;
    justify-content: flex-start;
}

@media screen and (min-width: 0px) {
    .change-email .cont-input {
        flex-direction: column;
    }

    .change-email .re-capcha {
        padding: 0;
    }
}

@media screen and (min-width: 768px) {
    .change-email .cont-input {
        flex-direction: row;
    }

    .change-email .re-capcha {
        padding: 23px 5px 0 5px;
    }
}

.change-email .cont-input {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.change-email form {
    width: 100%;
    height: 100%;
}

.change-email .icon-logo {
    width: 100%;
    display: flex;
    background: red;
}

@media screen and (min-width: 0px) {
    .change-email {
        width: 100%;
    }
}

@media screen and (min-width: 800px) {
    .change-email {
        width: 70%;
    }
}

@media screen and (min-width: 1202px) {
    .change-email {
        width: 50%;
    }
}

.change-email__input {
    margin-top: 10px;
    background: #F2F2F2;
    border-radius: 5px;
    border: none;
    width: 400px;
    height: 30px;
}

.change-email span {
    color: #DE1F1F;
}

.change-email__info-text {
    margin-top: 17px;
    max-width: 400px;
    width: 100%;
    color: #DE1F1F;
}

@media (max-width: 576px) {
    .change-email__info-text {
        font-size: 11px;
    }
}

.change-email__btn {
    margin-top: 24px;
    background: #C41230;
    border-radius: 5px;
    padding: 0px 21px 0px 21px;
    color: #fff;
    max-width: 200px;
    width: 100%;
    max-height: 30px;
    height: 30px;
}

/* ======================{Ввостаноление EMAIL END}============================ */
.text-collection {
    width: 50%;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 800;
    font-size: 22px;
    line-height: 27px;
    color: #E0E0E0;
    position: absolute;
    top: 0;
    left: 0;
}

/*  Форматирование в теле статьи  */
.r-formatting h2,
.feature-info h2 {
    margin: 20px 0 10px 0;
}

.r-formatting ol li,
.feature-info ol li {
    list-style: auto;
}

.r-formatting ul li,
.feature-info ul li {
    list-style-type: disc;
}

.r-formatting a,
.feature-info a {
    color: #2e67ac;
    text-decoration: none;
    font-size: 20px;
}

.r-formatting strong,
.feature-info strong {
    font-size: 14px !important;
    display: inline-block !important;
    font-weight: 700 !important;
    margin-bottom: 0 !important;
}

/*  Форматирование в теле статьи end  */
/* Special Offer */
.s-price {
    border: 2px solid #1CB62B;
    position: relative;
}

.s-price__body {
    height: 24px;
    background: #1CB62B;
    color: #fff;
    position: absolute;
    top: -1px;
    right: -1px;
    border-radius: 0px 10px 0px 10px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
}

.s-price--question {
    color: #1CB62B;
    background: #FFF;
    width: 18px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 5px;
    cursor: pointer;
}

/* .s-price__body:hover .s-price__info {
    opacity: 1;
    visibility: visible;
} */

.s-price__info {
    position: absolute;
    top: 34px;
    right: -15px;
    color: #fff;
    background: rgba(0, 0, 0, 0.8);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border-radius: 5px;
    padding: 8px !important;
    width: 200px;
    padding: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    z-index: 2;
    transition: all 0.4s ease;
}

.s-price__info::after {
    content: ".";
    position: absolute;
    top: -34px;
    right: 23px;
    opacity: 0.8;
    z-index: -1;
    border: 8px solid transparent;
    border-bottom: 8px solid #000;
    display: none;
}

@media (max-width: 480px) {
    .s-price__body {
        font-size: 9px;
        width: 131px;
    }

    .s-price__info::after {
        content: ".";
        top: -29px;
    }

    .s-price__info {
        width: 160px;
    }
}

.green-price {
    color: #1CB62B !important;
    position: relative;
    font-size: 32px;
    font-weight: 800;
    letter-spacing: -0.04em;
    white-space: nowrap;
}

.green-price::after {
    content: "₴";
    top: 0;
    font-weight: 700;
    color: #1CB62B !important;
}

/* Special Offer end */
/* Востановление пароля */
@media screen and (min-width: 0px) {
    .reset-pass {
        width: 100%;
    }

    .reset-pass #login_form {
        display: flex;
        flex-direction: column;
    }
}

@media screen and (min-width: 800px) {
    .reset-pass {
        width: 70%;
    }

    .reset-pass #login_form {
        display: flex;
        flex-direction: column;
    }
}

@media screen and (min-width: 1202px) {
    .reset-pass {
        width: 50%;
    }

    .reset-pass #login_form {
        display: flex;
        flex-direction: column;
    }
}

.reset-pass {
    min-height: 130px;
    height: 100%;
    background: #FFFFFF;
    border-radius: 10px;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.08);
    padding: 21px;
}

.reset-pass__input::-moz-placeholder {
    color: #999999;
}

.reset-pass__input:-ms-input-placeholder {
    color: #999999;
}

.reset-pass__input::placeholder {
    color: #999999;
}

.reset-pass__input {
    width: 100%;
    margin-top: 10px;
    background: transparent;
    border-radius: 2px;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 10px;
    display: flex;
    align-items: center;
    border: 1px solid #DEDEDE !important;
    color: #000;
    border: none;
    height: 30px;
    padding: 0.375rem 0.75rem;
    height: calc(1.5em + 0.75rem + 2px);
}

.reset-pass__label {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    color: #000000;
    display: block;
}

.reset-pass__label span {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 10px;
    color: #C41230 !important;
}

.reset-pass__btn:hover {
    background: #da2644;
}

.reset-pass__btn {
    margin-top: 24px;
    background: #C41230;
    border-radius: 5px;
    padding: 0px 21px 0px 21px;
    color: #fff;
    max-width: 200px;
    max-height: 30px;
    height: 30px;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 10px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #FFFFFF;
}

/* Востановление пароля END*/
/* Авторизация */
.enter-form__label {
    margin-top: 10px;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 10px;
    color: #000000;
}

.enter-form__label:first-child {
    margin-top: 0;
}

.enter-form__label input {
    padding: 0.375rem 0.75rem;
    height: calc(1.5em + 0.75rem + 2px);
}

/* Авторизация END */
/* Правки для настроек личного аккаунта  */
.select-settings {
    width: 100%;
}

/* Правки для настроек личного аккаунта END */
/*Правки окна авторизации для маобильных*/
.lang {
    display: flex;
    justify-content: flex-start;
}

.popup-menu-profile .control-wrap {
    margin-bottom: 20px;
}

.mobile-user {
    background: #ffffff;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 10px;
}

.form-mb {
    margin-bottom: 10px;
}

.mobile-btn {
    background: #C41230;
    color: #fff;
    font-weight: 500;
    text-align: center;
    padding: 8px 20px;
    border-radius: 5px;
    width: 95px;
}

.reg-reset {
    color: #C41230;
    text-decoration: underline;
    line-height: 1.3em;
}

.reg-reset a {
    display: block;
}

.mobile-wr {
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.mobile-jc {
    display: flex;
    justify-content: center;
}

.mobile-jc a {
    margin-right: 20px;
}

/*Правки окна авторизации для маобильных END*/
/*Акционные кнопки для товара */
.item-product__status-list {
    position: absolute;
    top: 20px;
    right: 20px;
    display: flex;
    z-index: 5;
}

/*Contacts Page*/
.contacts_info ul.store_list {
    list-style: none;
    margin: 30px 0 50px 0;
    padding: 0;
    display: table;
    /*width: 100%;*/
}

.contacts_info ul.store_list li {
    border: 1px solid #eaeaea;
    float: left;
    display: block;
    margin: 0 0 30px 0;
}

.contacts_info ul.store_list li img {
    width: 100%;
    height: auto;
}

.contacts_info ul.store_list {
    list-style: none;
}

.contacts_info ul.store_list li .store_name {
    font-size: 16px;
    font-weight: bold;
    margin: 10px 20px 0 20px;
    text-transform: uppercase;
}

.contacts_info ul.store_list li .store_info {
    margin: 20px 20px 0 20px;
    line-height: 24px;
}

@media (min-width: 768px) {
    .map_view {
        display: inline-block;
        margin: 10px 10px 10px 40px;
    }

    .contacts_info ul.store_list li {
        display: flex;
    }

    .store_view {
        margin: 10px 0 10px 10px;
        display: inline-block;
    }
}

/* FIX PRICE ON DESK */
@media (min-width: 1200px) {
    .card-product__info .left-info__wrap .action-price {
        padding-left: 0px;
    }

    .card-product__info .left-info {
        width: 77%;
    }
}

/* FIX PRICE ON DESK END */
.welcome_mob {
    margin: 0 auto;
    text-align: center;
    font-size: 17px;
}

/*Videos page*/
.video-button:hover {
    box-shadow: 0 0 10px #C41230;
    transition: 0.5s ease;
}

.video-button {
    padding: 10px;
    background: #ffffff;
    transition: 0.5s ease;
    border-radius: 10px;
    margin-right: 15px;
    margin-top: 5px;
    margin-bottom: 5px;
    cursor: pointer;
}

.video-button--active {
    background-color: #C41230;
    color: #ffffff;
}

.video-header {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.video-title {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 600;
    font-size: 25px;
    line-height: 34px;
    display: flex;
    align-items: center;
    color: #000000;
}

.video-body__items {
    margin-top: 10px;
    margin-bottom: 10px;
    display: flex;
    flex-wrap: wrap;
}

@media (max-width: 992px) {
    .video-body__items-item .icon-play {
        display: none;
    }
}

@media (max-width: 480px) {
    .video-body__items-item .icon-play {
        display: flex;
    }
}

.video-body__items-item::before {
    content: "";
    width: 100%;
    height: 100%;
    display: flex;
    position: absolute;
    background: linear-gradient(transparent, rgb(0, 0, 0)) !important;
}

.video-body__items-item .video-block-link img {
    transition: 0.8s ease;
    -o-object-fit: cover;
    object-fit: cover;
}

.video-body__items-item:hover .video-block-link img {
    transform: scale(1.1);
    transition: 0.8s ease;
}

.video-body__items-item {
    width: calc(25% - 20px);
    height: 200px;
    background: #ffffff;
    border-radius: 10px;
    /* padding: 25px 20px; */
    position: relative;
    font-size: 12px;
    transition: 0.8s ease;
    overflow: hidden;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-right: 20px;
    margin-bottom: 20px;
    cursor: pointer;
}

.video-body__items-item__video {
    width: 100%;
    border-radius: 5px;
}

.video-body__items-item__title {
    width: 100%;
    height: 57px;
    overflow: hidden;
    display: flex;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 800;
    font-size: 18px;
    line-height: 26px;
    padding: 0 10px;
    display: flex;
    letter-spacing: 0.02em;
    color: #FFFFFF;
    justify-content: flex-start;
    position: absolute;
    bottom: 15px;
    left: 0px;
    align-items: flex-start;
}

.video-body__items-item__title .icon-play span:hover {
    transition: 0.5s ease;
    box-shadow: 0 0 8px #E5E5E5;
}

.video-body__items-item__title .icon-play span {
    width: 46px;
    height: 46px;
    transition: 0.5s ease;
    transform: translateY(6px) translateX(-4px);
    position: relative;
    border-radius: 50%;
    display: flex;
    background: url(../images/icons/play-video.svg) center/contain no-repeat;
}

@media (max-width: 768px) {
    .video-body__items-item {
        width: calc(33.3333333333% - 20px);
    }
}

@media (max-width: 480px) {
    .video-body__items-item {
        width: calc(50% - 20px);
    }
}

@media (max-width: 380px) {
    .video-body__items-item {
        width: 100%;
    }
}

/*end videos page*/
/* compare */
.compare {
    display: flex;
    overflow: hidden;
    width: 100%;
    flex-direction: column;
}

@media (min-width: 768px) {
    .compare-nav__button {
        display: flex;
        justify-content: center;
        align-items: center;
        background: #fff;
        border-radius: 5px;
        padding: 10px;
        margin-right: 15px;
    }

    .compare-nav__button--active {
        background: #C41230;
        color: #fff;
    }

    .compare-mobile__nav {
        display: none;
    }

    .compare-nav {
        display: flex;
        margin-bottom: 15px;
    }
}

@media (max-width: 768px) {
    .compare-nav {
        display: none;
    }

    .compare-mobile__nav {
        display: block;
        margin-bottom: 15px;
    }

    .compare-mobile__nav-select {
        width: calc(50% - 10px);
        border-radius: 5px;
        padding: 5px;
        border: none;
    }

    .compare-reting {
        flex-direction: column;
    }

    .compare-item__desc {
        padding-left: 20px !important;
    }
}

.swiper-wrapper {
    display: flex;
}

.card-product__photo {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: 50%;
    object-position: 50%;
    margin: auto;
    transition: 0.3s ease;
}

ul.compare-item__star {
    display: flex;
}

.compare-item {
    display: flex;
    background: #fff;
    border-radius: 10px;
    padding: 10px;
    cursor: pointer;
    transition: all 0.5s ease;
    position: relative;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.compare-add {
    background: #fff;
    border-radius: 10px;
    padding: 10px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

@media screen and (min-width: 0px) {
    .action-price {
        font-size: 16px;
    }
}

@media screen and (min-width: 1000px) {
    .action-price {
        font-size: 18px;
    }
}

.action-price {
    color: #000;
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-weight: 800;
    white-space: nowrap;
    line-height: 27px;
    letter-spacing: -0.04em;
}


@media screen and (min-width: 0px) {
    .action-price::after {
        font-size: 16px;
    }
}

@media screen and (min-width: 1000px) {
    .action-price::after {
        font-size: 20px;
    }
}

.action-price::after {
    content: "₴";
    font-weight: bold;
    white-space: nowrap;
    font-weight: 800;
    font-family: Montserrat;
    line-height: 27px;
    padding-left: 4px;
}

.cart-list__wrap .action-price::after {
    content: "";
    display: none !important;
}

.compare-item__price {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.compare-item__title {
    width: 100%;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: 0.02em;
    display: block;
    overflow: hidden;
}

.compare-item__btn {
    background: #C41230;
    padding: 5px 35px;
    border-radius: 5px;
    color: #fff;
    transition: all 0.5s ease;
}

.compare-item__btn:hover {
    background-color: #C41230;
}

.compare-title {
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
}

.compare-subtitle {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    background: #E5E5E5;
    transition: all 0.5s ease;
}

.char-desc__box {
    margin-bottom: 4em;
    position: relative;
}

.char-desc__box:before {
    content: '';
    position: absolute;
    width: 100%;
    bottom: 0;
    height: 40px;
    left: 0;
    background: linear-gradient(transparent, white);
    z-index: 1;
    display: none;
}

.compare-reting {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.compare-item__desc {
    width: 116%;
    height: 40px;
    display: flex;
    align-items: center;
    /* justify-content: center; */
    padding-left: 10px;
    padding-right: 5px;
    border-right: 1px solid #E5E5E5;
    border-bottom: 1px solid #E5E5E5;
    transition: all 0.5s ease;
    cursor: pointer;
}

.compare-subtitle:hover {
    background: #C41230;
    color: #fff;
    border-right: 1px solid #C41230;
}

/* end compare */
.container-ok {
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    overflow: hidden;
    align-items: center;
    background: #fff;
}


.container-ok .thank {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.cont-link {
    width: 100%;
}

.thanks__head {
    display: flex;
}

.thanks__head::before {
    top: 0.3em !important;
}

.container-ok .thank .thanks__head p {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700;
    text-align: center;
    color: #363636;
}

@media screen and (min-width: 0px) {
    .container-ok .thank .thanks__head p {
        font-size: 19px;
        line-height: 30px;
        margin-bottom: 20px;
        max-width: 80%;
        display: flex;
        justify-content: center;
        text-align: center;
    }
}

@media screen and (min-width: 400px) {
    .container-ok .thank .thanks__head p {
        font-size: 7vw;
        line-height: 60px;
        margin-bottom: 20px;
        max-width: 80%;
        display: flex;
        justify-content: center;
        text-align: center;
    }
}

@media screen and (min-width: 1070px) {
    .container-ok .thank .thanks__head p {
        font-size: 40px;
        line-height: 60px;
        margin-bottom: 10px;
        max-width: 700px;
        display: flex;
        justify-content: flex-start;
        text-align: left;
    }
}

@media screen and (min-width: 1500px) {
    .container-ok .thank .thanks__head p {
        font-size: 48px;
        line-height: 59px;
        margin-bottom: 10px;
        max-width: 900px;
        display: flex;
        justify-content: flex-start;
        text-align: left;
    }
}

.container-ok .thank .thanks__head img {
    width: 149px;
    height: 149px;
    transform: translateY(-20px);
}

.container-ok .thank .thanks__text {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    color: #363636;
}

@media screen and (min-width: 0px) {
    .container-ok .thank .thanks__text {
        font-size: 14px;
        line-height: 20px;
        max-width: 80%;
        display: flex;
        justify-content: center;
        text-align: center;
    }
}

@media screen and (min-width: 400px) {
    .container-ok .thank .thanks__text {
        font-size: 4vw;
        line-height: 40px;
        max-width: 80%;
        display: flex;
        justify-content: center;
        text-align: center;
    }
}

@media screen and (min-width: 1070px) {
    .container-ok .thank .thanks__text {
        font-size: 25px;
        line-height: 36px;
        max-width: 700px;
        display: flex;
        justify-content: flex-start;
        text-align: left;
    }
}

@media screen and (min-width: 1500px) {
    .container-ok .thank .thanks__text {
        font-size: 28px;
        line-height: 36px;
        max-width: 700px;
        display: flex;
        justify-content: flex-start;
        text-align: left;
    }
}

.container-ok .thank .thanks__numb {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    color: #363636;
    font-weight: bold;
    margin-left: 10px;
}

@media screen and (min-width: 0px) {
    .container-ok .thank .thanks__numb {
        font-size: 14px;
        line-height: 20px;
        max-width: 80%;
        display: flex;
        justify-content: center;
        text-align: center;
    }
}

@media screen and (min-width: 400px) {
    .container-ok .thank .thanks__numb {
        font-size: 4vw;
        line-height: 40px;
        max-width: 80%;
        display: flex;
        justify-content: center;
        text-align: center;
    }
}

@media screen and (min-width: 1070px) {
    .container-ok .thank .thanks__numb {
        font-size: 25px;
        line-height: 36px;
        max-width: 700px;
        display: flex;
        justify-content: flex-start;
        text-align: left;
    }
}

@media screen and (min-width: 1500px) {
    .container-ok .thank .thanks__numb {
        font-size: 28px;
        line-height: 36px;
        max-width: 700px;
        display: flex;
        justify-content: flex-start;
        text-align: left;
    }
}

.container-ok .thanks__btn {
    display: block;
    margin-top: 20px;
}

/*# sourceMappingURL=style.min.css.map */
.hide {
    display: none !important;
}

.contact_page_phone {
    display: flex;
    margin-left: 35px;
    align-items: center;
    margin-bottom: 0.3em;
}

.event-mark-product-item {
    top: -8px;
    right: 0;
    width: 60px;
    height: 60px;
    position: absolute;
    background-size: cover;
}

.event-mark-product-page {
    position: absolute;
    top: 20px;
    right: 30px;
    height: 80px;
    width: 80px;
    z-index: 1;
}

/* black out */
.container_info {
    width: 100%;
    height: 27px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(89.71deg, #202020 4.64%, #242424 33.59%, #323232 105.68%);
}

.container_info .pos_container {
    display: flex;
}

.container_info .image_anim {
    width: 20px;
    height: 20px;
    display: flex;
    position: relative;
    background: url(/images/icons/light.svg) center/contain no-repeat;
    margin-right: 0.5em;
}

.container_info .image_anim:before {
    content: "";
    position: absolute;
    top: -0.95em;
    left: -0.95em;
    width: 45px;
    height: 45px;
    -webkit-animation: opacityLight 4s linear infinite;
    animation: opacityLight 4s linear infinite;
    background: url(/images/icons/light_active.svg) 50% 50%/contain no-repeat;
}

@-webkit-keyframes opacityLight {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes opacityLight {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@media screen and (min-width: 0px) {
    .title_alert {
        font-size: 12px;
    }
}

@media screen and (min-width: 500px) {
    .title_alert {
        font-size: 15px;
    }
}

.title_alert {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 500;
    color: #FFFFFF;
}

/* Payments method */
.payments_method {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    padding: 10px;
    margin-top: 20px;
    flex-direction: column;
    background: #ffffff;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
}

.product_payment-methods_list {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin-top: 0.5em;
}

.product_payment-methods_item {
    width: 2.5em;
    height: 2.5em;
    display: flex;
    justify-content: center;
    margin-right: 0.8em;
    align-items: center;
}

.product_payment-methods_item.privat {
    background: url(/images/icons/icon-privat.svg) 50% 50%/contain no-repeat;
}

.product_payment-methods_item.google {
    background: url(/images/icons/icon-google-pay.svg) 50% 50%/contain no-repeat;
}

.product_payment-methods_item.apple {
    background: url(/images/icons/icon-apple-pay.svg) 50% 50%/contain no-repeat;
}

.product_payment-methods_item.visa {
    background: url(/images/icons/icon-visa.svg) 50% 50%/contain no-repeat;
}

.product_payment-methods_item.mastercard {
    background: url(/images/icons/icon-mastercard.svg) 50% 50%/contain no-repeat;
}

.product_payment-methods_item.portmone {
    background: url(/images/icons/icon-portmone.svg) 50% 50%/contain no-repeat;
}

/* Вместе дешевле */
@media screen and (min-width: 0px) {
    .container_slide {
        padding: 10px;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
}

@media screen and (min-width: 600px) {
    .container_slide {
        padding: 10px;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        flex-direction: row;
    }
}

@media screen and (min-width: 1200px) {
    .container_slide {
        padding: 15px;
        flex-wrap: nowrap;
    }
}

@media screen and (min-width: 1300px) {
    .container_slide {
        padding: 20px;
        height: 210px;
    }
}

.container_slide {
    width: 100%;
    justify-content: center;
    display: flex;
    margin: 20px 0;
    background: #FFFFFF;
    box-shadow: 2.61445px 3.92626px 28.1184px rgba(0, 0, 0, 0.09);
    border-radius: 13px;
}

@media screen and (min-width: 0px) {
    .container_slide .product_last {
        max-width: 200px;
        padding-left: 10px;
    }
}

@media screen and (min-width: 1200px) {
    .container_slide .product_last {
        max-width: auto;
        width: 150px;
        padding-left: 15px;
    }
}

@media screen and (min-width: 1300px) {
    .container_slide .product_last {
        max-width: auto;
        width: 200px;
        padding-left: 20px;
    }
}

.container_slide .product_last {
    gap: 0.4em;
    justify-content: center;
    align-items: flex-start;
    display: flex;
    flex-direction: column;
}

.container_slide .product_last .price_sale {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    text-align: left;
    align-items: center;
    gap: 0.3em;
}

.container_slide .product_last .price_sale p {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 10px;
    letter-spacing: -0.005em;
    text-decoration-line: line-through;
    color: #999999;
}

.container_slide .product_last .price_sale>span {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 600;
    font-size: 8.44007px;
    line-height: 12px;
    letter-spacing: -0.005em;
    background: #DC4747;
    border-radius: 1.28865px;
    padding: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FBFBFB;
}

@media screen and (min-width: 0px) {
    .container_slide .product_last .price {
        font-size: 15px;
        line-height: 12px;
    }
}

@media screen and (min-width: 1200px) {
    .container_slide .product_last .price {
        font-size: 15px;
        line-height: 13px;
    }
}

@media screen and (min-width: 1300px) {
    .container_slide .product_last .price {
        font-size: 19px;
        line-height: 17px;
    }
}

.container_slide .product_last .price {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    text-align: left;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700;
    color: #212121;
}

.container_slide .product_last .credit {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    text-align: left;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 10px;
    text-decoration-line: underline;
    color: #212121;
}

.container_slide .product_last a:hover {
    transition: 0.4s ease;
    background: #ee4545;
}

.container_slide .product_last a {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700;
    cursor: pointer;
    text-decoration: none;
    margin-top: 10px;
    transition: 0.4s ease;
    font-size: 10px;
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
    line-height: 14px;
    border: none;
    align-items: center;
    text-transform: uppercase;
    padding: 10px 20px;
    background: #DC4747;
    border-radius: 2.81336px;
    color: #FFFFFF;
}

/*.container_slide .box_slide {*/
/*    overflow: hidden;*/
/*}*/

/*.container_slide .box_slide .card-product__status-list {*/
/*    top: 10px;*/
/*    left: -51px;*/
/*}*/

.container_slide .box_slide:last-child {
    display: flex;
    align-items: center;
    border-right: 1.28865px solid transparent;
    justify-content: center;
}

.container_slide .box_slide:first-child::before {
    display: none;
}

.container_slide .box_slide:last-child::before {
    content: "=";
}

@media screen and (min-width: 0px) {
    .container_slide .box_slide::before {
        display: none;
    }

    .container_slide .box_slide:last-child::before {
        content: "=";
        display: none !important;
    }
}

@media screen and (min-width: 850px) {
    .container_slide .box_slide:last-child::before {
        content: "=";
        display: flex !important;
    }
}

@media screen and (min-width: 1200px) {
    .container_slide .box_slide::before {
        display: flex;
    }
}

.container_slide .box_slide::before {
    content: "+";
    justify-content: center;
    align-items: center;
    color: #000;
    font-size: 50px;
    font-family: "Montserrat";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -15px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #fff;
}

@media screen and (min-width: 0px) {
    .container_slide .box_slide {
        padding: 0 5px;
        min-width: 100%;
        max-width: 300px;
        grid-template-rows: 120px 30px 40px;
    }
}

@media screen and (min-width: 400px) {
    .container_slide .box_slide {
        min-width: 200px;
        max-width: 400px;
    }
}

@media screen and (min-width: 500px) {
    .container_slide .box_slide {
        min-width: 400px;
        max-width: auto;
    }
}

@media screen and (min-width: 600px) {
    .container_slide .box_slide {
        min-width: auto;
        max-width: 150px;
    }
}

@media screen and (min-width: 800px) {
    .container_slide .box_slide {
        min-width: auto;
        max-width: 200px;
    }
}

@media screen and (min-width: 1000px) {
    .container_slide .box_slide {
        min-width: auto;
        max-width: 250px;
    }
}

@media screen and (min-width: 1080px) {
    .container_slide .box_slide {
        min-width: auto;
        max-width: 300px;
    }
}

@media screen and (min-width: 1200px) {
    .container_slide .box_slide {
        min-width: auto;
        max-width: 350px;
        padding: 0 10px;
        grid-template-rows: 120px 30px 40px;
    }
}

@media screen and (min-width: 1300px) {
    .container_slide .box_slide {
        min-width: auto;
        padding: 0 10px;
        grid-template-rows: 120px 30px 40px;
    }
}

@media screen and (min-width: 1400px) {
    .container_slide .box_slide {
        padding: 0 20px;
        max-width: auto !important;
        min-width: auto;
        grid-template-rows: 100px 30px 40px;
    }
}

.container_slide .box_slide {
    min-height: 190px;
    position: relative;
    flex: 1 1 auto;
    display: grid;
    border-right: 1.28865px solid #F2F2F2;
}

.container_slide .box_slide .price_box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0 1em;
}

@media screen and (min-width: 0px) {

    .container_slide .box_slide .price_box .sale,
    .container_slide .box_slide .price_box .price {
        font-size: 12px;
        line-height: 17px;
    }
}

@media screen and (min-width: 800px) {

    .container_slide .box_slide .price_box .sale,
    .container_slide .box_slide .price_box .price {
        font-size: 14px;
        line-height: 17px;
    }
}

@media screen and (min-width: 1300px) {

    .container_slide .box_slide .price_box .sale,
    .container_slide .box_slide .price_box .price {
        font-size: 18px;
        line-height: 17px;
    }
}

.container_slide .box_slide .price_box .sale,
.container_slide .box_slide .price_box .price {
    font-family: "Montserrat";
    font-style: normal;
}

.container_slide .box_slide .price_box .sale {
    font-weight: 600;
    color: #A9A9A9;
    text-decoration-line: line-through;
}

.container_slide .box_slide .price_box .price {
    font-weight: 700;
    color: #000000;
}

@media screen and (min-width: 0px) {
    .container_slide .box_slide .title_product {
        font-size: 12px;
        line-height: 15px;
    }
}

@media screen and (min-width: 800px) {
    .container_slide .box_slide .title_product {
        font-size: 13px;
        line-height: 15px;
    }
}

@media screen and (min-width: 1300px) {
    .container_slide .box_slide .title_product {
        font-size: 15px;
        line-height: 15px;
    }
}

.container_slide .box_slide .title_product {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 600;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    letter-spacing: 0.002em;
    color: #000000;
}

.container_slide .box_slide .image {
    width: 100%;
    max-height: 100px;
    position: relative;
}

.container_slide .box_slide .image img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.container_slide .box_slide .image span {
    position: absolute;
    top: 0;
    right: 0;
    width: 38.02px;
    height: 38.02px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 13.7521px;
    line-height: 17px;
    color: #FFFFFF;
    background: #DC4747;
}

@keyframes pulseblob {
    0% {
        transform: scale(.2);
        opacity: 0
    }

    33% {
        transform: scale(1);
        opacity: 1
    }

    100% {
        transform: scale(2);
        opacity: 0
    }
}

.swiper-button-next,
.swiper-button-prev {
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

.telegram--fixed {
    border-radius: 50%;
    right: 30px;
    position: fixed;
    margin-right: 10px;
    fill: #37aee2;
    width: 38px;
    transition: 0.4s ease;
    height: 38px;
    position: fixed;
    box-shadow: 0 0 0 0 #b9eaff;
    bottom: 30px;
    z-index: 99;
}

.telegram--fixed:hover {
    box-shadow: 0 0 10px 10px #b9eaff;
    transition: 0.4s ease;
    bottom: 35px;
}

.gallery-popup-show {
    overflow: hidden;
}

.gallery-popup-show .search-wrap.fixed {
    display: none;
}

.gallery-popup-show .gallery-popup {
    position: fixed;
}

@media screen and (max-width: 768px) {
    .swiper-mini__swiper-slide {
        min-width: 50px;
    }

}

@media screen and (min-width: 0px) {
    .conintain_video__veiwe {
        flex-direction: column;
    }
}

@media screen and (min-width: 380px) {
    .conintain_video__veiwe {
        flex-direction: row;
    }
}

.conintain_video__veiwe {
    width: 100%;
    display: flex;
    gap: 10px;
    padding: 10px;
    display: flex;
    justify-content: center;
    background: #FFFFFF;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    border-radius: 10px;
    margin-top: 20px;
}

.conintain_video__veiwe .video__box::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
    border-radius: 6px;
    z-index: -1;
}

.conintain_video__veiwe .video__box:hover span {
    transform: translate(-50%, -50%) scale(1.1);
    transition: 0.4s ease-in-out;
}

@media screen and (min-width: 0px) {
    .conintain_video__veiwe .video__box {
        height: 150px;
    }
}

@media screen and (min-width: 320px) {
    .conintain_video__veiwe .video__box {
        height: 80px;
    }
}

@media screen and (min-width: 768px) {
    .conintain_video__veiwe .video__box {
        height: 90px;
        min-height: auto;
        transition: 0.3s ease;
    }
}

@media screen and (min-width: 1200px) {
    .conintain_video__veiwe .video__box {
        height: 150px;
        min-height: 150px;
        transition: 0.3s ease;
    }
}

.conintain_video__veiwe .video__box {
    flex: 1;
    max-width: 327px;
    overflow: hidden;
    position: relative;
    border-radius: 6px;
    cursor: pointer;
    display: flex;
}

.conintain_video__veiwe .video__box span {
    width: 100%;
    height: 100%;
    display: flex;
    position: absolute;
    top: 50%;
    left: 50%;
    transition: 0.4s ease-in-out;
    transform: translate(-50%, -50%);
    width: 41px;
    height: 41px;
    background: #C41230;
    border-radius: 30px;
    z-index: 2;
}

.conintain_video__veiwe .video__box span::before {
    content: "";
    width: 24px;
    height: 24px;
    background: url(../images/img/play.svg) center/contain no-repeat;
    display: flex;
    top: 50%;
    left: 55%;
    transform: translate(-50%, -50%);
    position: absolute;
}

.conintain_video__veiwe .video__box .placeholder__video {
    width: 100%;
    display: flex;
    position: relative;
}

.conintain_video__veiwe .video__box .placeholder__video img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.page__content {
    /* grid-template-columns: 759px 1fr !important; */
    grid-template-columns: 51% 48% !important;
    justify-content: space-between;
}

.page__content>div:first-child {
    max-width: 706px;
}

.page__content>div:last-child {
    max-width: 675px;
}

@media (max-width: 1000px) {
    .page__content {
        /* grid-template-columns: 759px 1fr !important; */
        grid-template-columns: 100% !important;
    }

    .present-action {
        margin-top: 20px;
    }

    body {
        overflow-x: hidden;
    }
}

/* REDESIGN */

/* HEADER */
.search-wrap {
    background: none;
}

.catalog {
    background: none;
    width: 100%;
    max-width: fit-content;
}

.search-wrap .d-flex {
    align-items: center;
}

.form-search__button img {
    height: 24px;
}

.svg--accent path {
    stroke-width: 2px;
    stroke: var(--col-accent);
}

.svg--accent {
    width: 24px;
    height: 24px;
}

.nav__list,
.nav__item--lang,
.nav {
    display: flex;
}

.nav__list,
.nav {
    /* width: 100%; */
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
}

.nav {
    padding: 0;
}

.nav--secondary {
    position: relative;
    margin-top: 48px;
}

.nav--secondary .nav__list {
    justify-content: start;
}

.nav__item {
    margin-right: 2vw;
}

.nav__link,
.nav__item .lang__btn {
    text-align: center;
    color: var(--color-secondary);
    font-size: 1.6rem;
    font-weight: 600;
}

@media screen and (max-width: 420px) {
    .nav__item .lang__btn {
        font-size: 1.2rem;
    }
}

.nav__link--ua {
    margin-right: 8px;
    transition: all .3s ease-in-out;
}

.nav__link:hover,
.nav__item .lang__btn:hover {
    color: var(--col-accent);
    transition: all .3s ease-in-out;
}

.logo {
    max-width: 222px;
}

.nav__logo {
    display: flex;
    flex-direction: column;
    margin: 0 3vw;
}

.logo__heading {
    margin-top: 8px;
    color: var(--col-accent);
    font-weight: 600;
}

.nav__item--lang {
    margin-right: 0;
}

.lang :not(:last-child) {
    margin-right: 8px;
}

.catalog__menu_global,
.catalog__menu {
    border-radius: 12px;
}

@media screen and (max-width: 1200px) {
    .nav__item {
        margin-right: 1vw;
    }

    .nav__logo {
        margin: 0 1vw;
    }
}

/* SEARCH */
#popup_search_result {
    padding: 0px 15px 10px 15px;
    border-radius: 12px;
    top: 65px !important;
    box-shadow: none;
}

@media screen and (max-width: 992px) {
    section.main-offer {
        padding-top: 0;
    }
}

/* SLAIDER */
.main-slider {
    height: 500px;
}

.main-slider__item {
    height: 500px;
}

.promo__heading {
    display: inline-block;
    font-size: 28px;
    font-weight: 600;
    margin: 32px 0;
}

@media screen and (max-width: 1200px) {
    .nav__link {
        font-size: 1.4rem;
    }

}

/* FOOTER */

.footer {
    background-color: var(--color-grey) !important;
}

tbody tr:nth-child(odd) {
    background-color: #fff;

}

tbody td {
    padding: 8px 12px;
}

table {
    border-spacing: 20px;
}

/* Feedback Category */
.feedback_wrap {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.feedback_wrap .line_between {
    display: flex;
    flex-wrap: wrap;
    gap: 1em 0;
}

@media screen and (min-width: 0px) {
    .feedback_wrap .line_between {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media screen and (min-width: 768px) {
    .feedback_wrap .line_between {
        align-items: flex-start;
        flex-direction: row;
    }
}

@media screen and (min-width: 0px) {
    .feedback_wrap .line_between p:nth-child(2) {
        margin-top: 1em;
    }
}

@media screen and (min-width: 768px) {
    .feedback_wrap .line_between p:nth-child(2) {
        margin-top: 0em;
    }
}

@media screen and (min-width: 0px) {
    .feedback_wrap .line_between .buttons {
        width: 100%;
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
}

@media screen and (min-width: 768px) {
    .feedback_wrap .line_between .buttons {
        width: auto;
        display: flex;
    }
}

.feedback_wrap .line_between .buttons .change_box {
    margin-bottom: 1em;
    transition: 0.3s ease;
    border-bottom: 3px solid #E0E0E0;
}

.feedback_wrap .line_between .buttons .change_box.active {
    margin-bottom: 1em;
    transition: 0.3s ease;
    border-bottom: 3px solid var(--col-accent);
}

.feedback_wrap .line_between .add_question,
.feedback_wrap .line_between .add_feadback {
    display: flex;
}

@media screen and (min-width: 0px) {

    .feedback_wrap .line_between .add_question,
    .feedback_wrap .line_between .add_feadback {
        width: 100%;
        justify-content: center;
        margin-bottom: 1em;
    }
}

@media screen and (min-width: 768px) {

    .feedback_wrap .line_between .add_question,
    .feedback_wrap .line_between .add_feadback {
        width: auto;
        justify-content: flex-start;
        margin-bottom: 0em;
    }
}

@media screen and (min-width: 0px) {

    .feedback_wrap .line_between .add_question .btn_,
    .feedback_wrap .line_between .add_feadback .btn_ {
        width: 100%;
    }
}

@media screen and (min-width: 768px) {

    .feedback_wrap .line_between .add_question .btn_,
    .feedback_wrap .line_between .add_feadback .btn_ {
        width: auto;
    }
}

.feedback_wrap .container .contain {
    width: 100%;
}

.feedback_wrap .container .contain .feadback_box {
    width: 100%;
    display: grid;
    margin: 0 auto;
    padding: 12px 0;
    grid-template-columns: auto 1fr;
    gap: 0 20px;
}

@media screen and (min-width: 0px) {
    .feedback_wrap .container .contain .feadback_box {
        gap: 0 10px;
        padding: 5px 0;
    }
}

@media screen and (min-width: 768px) {
    .feedback_wrap .container .contain .feadback_box {
        gap: 0 20px;
        padding: 12px 0;
    }
}


.feedback_wrap .container .contain .feadback_box .avatar {
    width: 50px;
    height: 50px;
    background: var(--col-accent);
    border-radius: 50%;
    font-style: normal;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    color: #FFFFFF;
}

@media screen and (min-width: 0px) {
    .feedback_wrap .container .contain .feadback_box .avatar {
        width: 30px;
        height: 30px;
        font-size: 18px;
        line-height: 22px;
    }
}

@media screen and (min-width: 768px) {
    .feedback_wrap .container .contain .feadback_box .avatar {
        width: 40px;
        height: 40px;
        font-size: 24px;
        line-height: 29px;
    }
}

@media screen and (min-width: 1440px) {
    .feedback_wrap .container .contain .feadback_box .avatar {
        width: 50px;
        height: 50px;
    }
}


.feedback_wrap .container .contain .feadback_box .content_feadback::before {
    content: "";
    width: 1em;
    height: 1em;
    background: #F2F2F2;
    transform: rotate(45deg);
    position: absolute;
    left: -0.5em;
    top: 1em;
}

@media screen and (min-width: 0px) {
    .feedback_wrap .container .contain .feadback_box .content_feadback::before {
        top: 10px;
        width: 0.5em;
        height: 0.5em;
        left: -0.2em;
    }
}

@media screen and (min-width: 768px) {
    .feedback_wrap .container .contain .feadback_box .content_feadback::before {
        top: 1em;
        width: 1em;
        height: 1em;
        left: -0.5em;
    }
}

.feedback_wrap .container .contain .feadback_box .content_feadback {
    padding: 30px;
    width: 100%;
    position: relative;
    background: #F2F2F2;
    border-radius: 6px;
}

@media screen and (min-width: 0px) {
    .feedback_wrap .container .contain .feadback_box .content_feadback {
        padding: 20px;
    }
}

@media screen and (min-width: 768px) {
    .feedback_wrap .container .contain .feadback_box .content_feadback {
        padding: 20px;
    }
}

@media screen and (min-width: 1440px) {
    .feedback_wrap .container .contain .feadback_box .content_feadback {
        padding: 30px;
    }
}

.line_cont-data p {
    font-size: 14px !important;
    line-height: 17px !important;
    text-align: right !important;
    color: #828282 !important;
}

@media screen and (min-width: 0px) {
    .line_cont-data p {
        font-size: 12px !important;
        line-height: 15px !important;
    }
}

@media screen and (min-width: 768px) {
    .line_cont-data p {
        font-size: 14px !important;
        line-height: 17px !important;
    }
}





@media screen and (min-width: 0px) {
    .feedback_wrap .container .contain .feadback_box .content_feadback .line_cont {
        display: flex;
        align-items: center;
        flex-direction: row;
        justify-content: space-between;

    }

    .response_wrapper {
        margin-top: 24px;
    }

}

.feedback_wrap .container .contain .feadback_box .content_feadback .line_cont .line_cont_title {}

@media screen and (min-width: 0px) {
    .feedback_wrap .container .contain .feadback_box .content_feadback .line_cont .line_cont_title {
        display: flex;
        align-items: flex-start;
        flex-direction: column;
        flex-wrap: wrap;
        gap: 6px;
    }
}

@media screen and (min-width: 450px) {
    .feedback_wrap .container .contain .feadback_box .content_feadback .line_cont .line_cont_title {
        display: flex;
        gap: 0px;
        align-items: center;
        flex-direction: row;
    }
}

@media screen and (min-width: 0px) {
    .feedback_wrap .container .contain .feadback_box .content_feadback .line_cont .rating-container {
        margin-left: 0em;
    }
}

@media screen and (min-width: 450px) {
    .feedback_wrap .container .contain .feadback_box .content_feadback .line_cont .rating-container {
        margin-left: 1em;
    }
}

.feedback_wrap .container .contain .feadback_box .content_feadback .line_cont .rating-container label {
    width: 15px;
    height: 15px;
}

.feedback_wrap .container .contain .feadback_box .content_feadback .line_cont p {
    font-style: normal;
    font-weight: 600;
    color: #212121;
}

@media screen and (min-width: 0px) {
    .feedback_wrap .container .contain .feadback_box .content_feadback .line_cont p {
        font-size: 18px;
        line-height: 24px;
    }
}

@media screen and (min-width: 1000px) {
    .feedback_wrap .container .contain .feadback_box .content_feadback .line_cont p {
        font-size: 15px;
        line-height: 24px;
    }
}

@media screen and (min-width: 1920px) {
    .feedback_wrap .container .contain .feadback_box .content_feadback .line_cont p {
        font-size: 20px;
        line-height: 24px;
    }
}

.feedback_wrap .container .contain .feadback_box .content_feadback .text {
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    color: #212121;
    margin-top: .5em;
}

@media screen and (min-width: 0px) {
    .feedback_wrap .container .contain .feadback_box .content_feadback .text {
        font-size: 14px;
        line-height: 24px;
    }
}

@media screen and (min-width: 1000px) {
    .feedback_wrap .container .contain .feadback_box .content_feadback .text {
        font-size: 15px;
        line-height: 24px;
    }
}

@media screen and (min-width: 1920px) {
    .feedback_wrap .container .contain .feadback_box .content_feadback .text {
        font-size: 18px;
        line-height: 24px;
    }
}

.feedback_wrap .container .contain .feadback_box .content_feadback .line_now {
    display: flex;
    flex-direction: column;
    margin-top: 1em;
}

.feedback_wrap .container .contain .feadback_box .content_feadback .line_now p {
    margin: 0.3em 0 1em 0;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    color: #212121;
}

@media screen and (min-width: 0px) {
    .feedback_wrap .container .contain .feadback_box .content_feadback .line_now p {
        font-size: 14px;
        line-height: 24px;
    }
}

@media screen and (min-width: 1000px) {
    .feedback_wrap .container .contain .feadback_box .content_feadback .line_now p {
        font-size: 15px;
        line-height: 24px;
    }
}

@media screen and (min-width: 1920px) {
    .feedback_wrap .container .contain .feadback_box .content_feadback .line_now p {
        font-size: 18px;
        line-height: 24px;
    }
}

.feedback_wrap .container .contain .feadback_box .content_feadback .line_now .no-good span {
    background: url("../img/icon/minus.svg") center/contain no-repeat;
}

.feedback_wrap .container .contain .feadback_box .content_feadback .line_now .good span {
    background: url("../img/icon/plus.svg") center/contain no-repeat;
}

.feedback_wrap .container .contain .feadback_box .content_feadback .line_now .no-good,
.feedback_wrap .container .contain .feadback_box .content_feadback .line_now .good {
    display: flex;
    align-items: center;
}

.feedback_wrap .container .contain .feadback_box .content_feadback .line_now .no-good span,
.feedback_wrap .container .contain .feadback_box .content_feadback .line_now .good span {
    width: 1.1em;
    height: 1.1em;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 0.5em;
}

.feedback_wrap .container .contain .feadback_box .content_feadback .line_now .no-good i,
.feedback_wrap .container .contain .feadback_box .content_feadback .line_now .good i {
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    color: #212121;
}

@media screen and (min-width: 0px) {

    .feedback_wrap .container .contain .feadback_box .content_feadback .line_now .no-good i,
    .feedback_wrap .container .contain .feadback_box .content_feadback .line_now .good i {
        font-size: 14px;
        line-height: 24px;
    }
}

@media screen and (min-width: 1000px) {

    .feedback_wrap .container .contain .feadback_box .content_feadback .line_now .no-good i,
    .feedback_wrap .container .contain .feadback_box .content_feadback .line_now .good i {
        font-size: 15px;
        line-height: 24px;
    }
}

@media screen and (min-width: 1920px) {

    .feedback_wrap .container .contain .feadback_box .content_feadback .line_now .no-good i,
    .feedback_wrap .container .contain .feadback_box .content_feadback .line_now .good i {
        font-size: 18px;
        line-height: 24px;
    }
}

.feedback_wrap .change_box:hover,
.feedback_wrap .change_box.active {
    transition: 0.3s ease;
    border-bottom: 3px solid #1EAD2B;
}

.feedback_wrap .change_box:hover p,
.feedback_wrap .change_box.active p {
    color: var(--col-accent);
}

.feedback_wrap .change_box {
    height: 50px;
    position: relative;
    transition: 0.3s ease;
    border: none;
    background: transparent;
    border-bottom: 3px solid transparent;
}

@media screen and (min-width: 0px) {
    .feedback_wrap .change_box {
        min-width: auto;
    }
}

@media screen and (min-width: 768px) {
    .feedback_wrap .change_box {
        min-width: 170px;
    }
}

@media screen and (min-width: 1440px) {
    .feedback_wrap .change_box {
        min-width: 250px;
    }
}

.feedback_wrap .change_box p {
    text-align: center;
    display: flex;
    justify-content: center !important;
    font-style: normal;
    font-weight: 600;
    position: relative;

}

@media screen and (min-width: 0px) {
    .feedback_wrap .change_box p {
        font-size: 14px;
        line-height: 24px;
    }
}

@media screen and (min-width: 1000px) {
    .feedback_wrap .change_box p {
        font-size: 15px;
        line-height: 24px;
    }
}

@media screen and (min-width: 1920px) {
    .feedback_wrap .change_box p {
        font-size: 18px;
        line-height: 24px;
    }
}

.feedback_wrap .change_box span {
    width: 1.5em;
    height: 1.5em;
    background: var(--col-accent);
    font-style: normal;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-content: center;
    color: #FFFFFF;
    border-radius: 50%;
    position: absolute;
    top: -10%;
    right: 50px;
}

@media screen and (min-width: 0px) {
    .feedback_wrap .change_box span {
        right: 20px;
    }
}

@media screen and (min-width: 550px) {
    .feedback_wrap .change_box span {
        right: 20px;
    }
}

@media screen and (min-width: 1920px) {
    .feedback_wrap .change_box span {
        right: 50px;
    }
}



.feedback_wrap .change_box span i {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (min-width: 0px) {
    .feedback_wrap .change_box span {
        font-size: 11px;
        line-height: 15px;
    }
}

@media screen and (min-width: 1000px) {
    .feedback_wrap .change_box span {
        font-size: 10px;
        line-height: 15px;
    }
}

@media screen and (min-width: 1920px) {
    .feedback_wrap .change_box span {
        font-size: 11px;
        line-height: 15px;
    }
}

.feedback_wrap .change_box span i {
    position: relative;
    font-style: normal;
    font-weight: 700;
    transform: translateY(0px);
    display: flex;
    justify-content: center;
    align-content: center;
    color: #FFFFFF;
}

@media screen and (min-width: 0px) {
    .feedback_wrap .change_box span i {
        font-size: 11px;
        line-height: 15px;
    }
}

@media screen and (min-width: 1000px) {
    .feedback_wrap .change_box span i {
        font-size: 10px;
        line-height: 15px;
    }
}

@media screen and (min-width: 1920px) {
    .feedback_wrap .change_box span i {
        font-size: 11px;
        line-height: 15px;
    }
}


.reply_to_wrapper {
    text-align: right;
}

.category_page .rating-mark {
    font-size: 2rem;
}

.feadback_contain h2 {
    font-size: 3.6rem;
    margin: 24px 0 16px 0;
}

.reply_to_wrapper .btn_ {
    color: var(--col-accent);
    font-weight: 500;
}

.category_page .accordion .text {
    font-style: normal;
    font-weight: 400;
    color: #212121;
}

@media screen and (min-width: 0px) {
    .category_page .accordion .text {
        font-size: 15px;
        line-height: 22px;
    }
}

@media screen and (min-width: 1000px) {
    .category_page .accordion .text {
        font-size: 14px;
        line-height: 22px;
    }
}

@media screen and (min-width: 1920px) {
    .category_page .accordion .text {
        font-size: 16px;
        line-height: 22px;
    }
}

.category_page .accordion button {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: left;
    width: 100%;
    padding: 15px 0;
    font-weight: 400;
    border: none;
    background: none;
    outline: none;
}

@media screen and (min-width: 0px) {
    .category_page .accordion button {
        font-size: 18px;
        line-height: 22px;
        padding: 10px 0;
    }
}

@media screen and (min-width: 1000px) {
    .category_page .accordion button {
        font-size: 14px;
        line-height: 22px;
    }
}

@media screen and (min-width: 1920px) {
    .category_page .accordion button {
        font-size: 16px;
        line-height: 22px;
    }
}

.category_page .accordion button:hover,
.category_page .accordion button:focus {
    cursor: pointer;
}

.category_page .accordion button:hover::after,
.category_page .accordion button:focus::after {
    cursor: pointer;
}

.category_page .accordion button .accordion-title {
    font-style: normal;
    font-weight: 600;
    display: flex;
    align-items: center;
    color: #212121;
}

@media screen and (min-width: 0px) {
    .category_page .accordion button .accordion-title {
        font-size: 16px;
        line-height: 22px;
    }
}

@media screen and (min-width: 1000px) {
    .category_page .accordion button .accordion-title {}
}

@media screen and (min-width: 1920px) {
    .category_page .accordion button .accordion-title {
        font-size: 20px;
        line-height: 22px;
    }
}

.category_page .accordion button .icon {
    background: url(../img/icon/chevron_black.svg) center/contain no-repeat;
    display: flex;
    transform: rotate(180deg);
    width: 16px;
    height: 16px;
    transition: 0.3s ease;
    position: relative;
}

.category_page .accordion button[aria-expanded=true] .icon {
    transition: 0.3s ease;
    transform: rotate(0deg);
    background: url(../img/icon/chevron_black.svg);
}

.category_page .accordion button[aria-expanded=true] .icon::after {
    width: 0;
}

.category_page .accordion button[aria-expanded=true]+.accordion-content {
    opacity: 1;
    max-height: 20em;
    transition: all 200ms linear;
    will-change: opacity, max-height;
}

.category_page .accordion .accordion-content {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 200ms linear, max-height 200ms linear;
    will-change: opacity, max-height;
}

.category_page .accordion .accordion-content .line_between {
    display: flex;

}

.category_page .accordion .accordion-content .line_between p {
    display: flex;
    align-self: start;
}

.between-line {
    display: block !important;
}

.between-line p {
    justify-content: flex-start !important;
    display: block !important;
}

@media screen and (min-width: 0px) {
    .between-line {
        display: block !important;
    }
}

@media screen and (min-width: 768px) {
    .between-line {
        display: flex !important;
    }
}

@media screen and (min-width: 0px) {
    .category_page .accordion .accordion-content .line_between p {
        display: flex;
    }
}

@media screen and (min-width: 768px) {
    .category_page .accordion .accordion-content .line_between p {
        display: inherit;
    }
}

.category_page .accordion .accordion-content .line_between p b {
    min-width: max-content;
}

.category_page .accordion .text,
.category_page .accordion .text {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #212121;
}

.category_page .accordion button[aria-expanded=true],
.category_page .accordion button[aria-expanded=true] {
    background: var(--col-accent);
    border: 1px solid var(--col-accent);
    border-radius: 6px;
}

.category_page .accordion button[aria-expanded=true] .accordion-title,
.category_page .accordion button[aria-expanded=true] .accordion-title {
    font-style: normal;
    font-weight: 600;
    color: #FFFFFF;
}

@media screen and (min-width: 0px) {

    .category_page .accordion button[aria-expanded=true] .accordion-title,
    .category_page .accordion button[aria-expanded=true] .accordion-title {
        font-size: 14px;
        line-height: 24px;
    }
}

@media screen and (min-width: 1200px) {

    .category_page .accordion button[aria-expanded=true] .accordion-title,
    .category_page .accordion button[aria-expanded=true] .accordion-title {
        font-size: 16px;
        line-height: 28px;
    }
}

.category_page .accordion button,
.category_page .accordion button {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: left;
    width: 100%;
    padding: 10px 20px;
    font-weight: 400;
    border: none;
    background: none;
    outline: none;
    border-radius: 6px;
    border: 1px solid #E0E0E0;

}

@media screen and (min-width: 0px) {

    .category_page .accordion button,
    .category_page .accordion button {
        font-size: 14px;
        line-height: 24px;
    }
}

@media screen and (min-width: 1200px) {

    .category_page .accordion button,
    .category_page .accordion button {
        font-size: 16px;
        line-height: 28px;
    }
}

.category_page .accordion button:hover,
.category_page .accordion button:focus,
.category_page .accordion button:hover,
.category_page .accordion button:focus {
    cursor: pointer;
}

.category_page .accordion button:hover::after,
.category_page .accordion button:focus::after,
.category_page .accordion button:hover::after,
.category_page .accordion button:focus::after {
    cursor: pointer;
}

.category_page .accordion button .accordion-title,
.category_page .accordion button .accordion-title {
    font-style: normal;
    font-weight: 400;
    color: #212121;
}

@media screen and (min-width: 0px) {

    .category_page .accordion button .accordion-title,
    .category_page .accordion button .accordion-title {
        font-size: 14px;
        line-height: 20px;
    }
}

@media screen and (min-width: 1200px) {

    .category_page .accordion button .accordion-title,
    .category_page .accordion button .accordion-title {
        font-size: 16px;
        line-height: 24px;
    }
}

.category_page .accordion button .icon,
.category_page .accordion button .icon {
    background: url(./img/icon/chevron_black.svg) center/contain no-repeat;
    display: flex;
    transform: rotate(180deg);
    min-width: 1em;
    min-height: 1em;
    transition: 0.3s ease;
    position: relative;
    margin-left: 10px;
}

.category_page .accordion button[aria-expanded=true] .icon,
.category_page .accordion button[aria-expanded=true] .icon {
    transition: 0.3s ease;
    transform: rotate(0deg);
    background: url(../img/icon/chevron_white.svg) center/contain no-repeat;
}

.category_page .accordion button[aria-expanded=true] .icon::after,
.category_page .accordion button[aria-expanded=true] .icon::after {
    width: 0;
}

.category_page .accordion button[aria-expanded=true]+.accordion-content,
.category_page .accordion button[aria-expanded=true]+.accordion-content {
    opacity: 1;
    max-height: 200em;
    transition: all 200ms linear;
    transition: 0.4s ease;
    will-change: opacity, max-height;
}

.category_page .accordion .accordion-content,
.category_page .accordion .accordion-content {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    padding: 5px 20px;
    transition: 0.4s ease;
    transition: opacity 200ms linear, max-height 200ms linear;
    will-change: opacity, max-height;
}

.category_page .accordion .accordion-content p,
.category_page .accordion .accordion-content p {
    font-style: normal;
    font-weight: 400;
    padding: 5px 0 20px 0;
    color: #212121;
}

@media screen and (min-width: 0px) {

    .category_page .accordion .accordion-content p,
    .category_page .accordion .accordion-content p {
        font-size: 12px;
        line-height: 24px;
    }
}

@media screen and (min-width: 1200px) {

    .category_page .accordion .accordion-content p,
    .category_page .accordion .accordion-content p {
        font-size: 14px;
        line-height: 28px;
    }
}

.category_page .accordion .accordion-content .line_between,
.accordion .accordion-content .line_between {
    display: flex;
    flex-wrap: wrap;
}

.category_page .accordion .accordion-content .line_between p,
.accordion .accordion-content .line_between p {
    display: inherit;
    text-align: left;
}

.btn--accent {
    background-color: var(--col-accent);
    color: var(--color-primary);
    padding: 8px 32px;
    border-radius: 4px;
    display: block;
    text-align: right;
}

.category_page .line_form {
    display: flex;
    flex-direction: column-reverse;
}

.category_page .rev-quest__rating-select {
    margin-left: 0;
    width: fit-content;
}

.category_page .form-data__box {
    justify-content: start;
}

.category_page .form {
    margin-bottom: 24px;
}

.category_page .show_message {
    margin: 12px 0;
    font-size: 1.6rem;
    border-radius: 3px;
    background: rgba(103, 227, 27, 0.27);
    padding: 12px 8px;
}

/* menu-wrapper */
/* .menu-wrapper {
    padding: 0 16px;
} */
.heading--accent {
    color: #C41230;
}

.heading--text {
    color: black;
}

.heading--secondary {
    color: #757575;
}

.menu__text,
.menu__heading {
    font-size: 16px;
}

.menu__text {
    font-weight: 500;
    margin: 16px 0 10px 0;
}

.menu__heading {
    font-weight: 700;
}

h3 {
    font-size: 20px;
    font-weight: 700;
}

.menu__list li {
    display: flex;
    align-items: center;
    margin: 16px 0;
}

.menu__img {
    width: 20px;
    height: 20px;
    margin-right: 8px;
}


.label-text {
    font-size: 14px;
    margin: 6px 0;
}

.label-text--sm {
    font-size: 12px;
}

.store__wrapper {
    margin-top: 24px;
}


.store__wrapper .menu__text {
    margin: 8px 0;
    display: block;
}

.store-img {
    margin-top: 16px;
    width: 100%;
}

.footer-box__head_cards {
    margin-top: 55px;
}

.footer-box__head_networks {
    bottom: 6px;
}

/* seo */
.onlynomob {
    display: block;
}

.onlymob {
    display: none;
}

@media all and (max-width: 768px) {

    .onlynomob {
        display: none;
    }

    .onlymob {
        display: block;
    }

}

/* seo */

.footer-box__head_networks {
    position: static;
    margin-top: 24px;
}

/* Actions */

.action_page .sorting-filter {
    flex-direction: row !important;
    margin-bottom: 0 !important;
}

.action_page .filter-popup-btn {
    width: 170px;
}

.sorting-filter__head.mob {
    display: none;
}

.action_page .sorting-filter .select {
    width: fit-content;
}

.action_page .reset_filter,
.action_page .show_ {
    position: absolute;
    z-index: 20;
    top: 60px;
}

.action_page .show_ {
    left: 200px;
}

.action_page .reset_filter {
    background-color: #EE3F1F;
    color: #fff;
}


@media (max-width: 1024px) {
    .sorting-filter__head {
        display: none !important;
    }

    .action_page .sorting-filter {
        justify-content: end !important;
    }

    .sorting-filter__head.mob {
        width: 100%;
        display: flex !important;
    }

    .sorting-filter__head.desk {
        display: none !important;
    }

    .action_page .cabinet-head {
        flex-direction: row-reverse;
    }

    .action_page .reset_filter,
    .action_page .show_ {
        position: static;
    }
}

.reviewStars-input input {
    display: none;
}


/* Category */
.category_page .feedback_wrap .buttons {
    width: 100%;
    justify-content: space-between;
}

.leave_feedback {
    height: fit-content;
    padding: 18px 24px;
    border-radius: 4px;
    width: fit-content;
    max-width: none;
}

.bottom_information .title {
    margin-bottom: 24px;
}

/* Product Page */
.product_page .review_form {
    margin-top: 64px;
}


.product_page .char-desc__box {
    height: fit-content !important;
}

.product_page .char-desc__wrap .char-btn-offset {
    display: none !important;
}

.fa-tiktok:before {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    background: url(/images/icons/tiktok.svg) center/contain no-repeat;
}

.action_page .sorting-filter.gift-title-wrapper {
    justify-content: start !important;
}

.gift-title-wrapper .sorting-filter__head {
    display: block !important;
}


/* Rich Content */
.rich-block {
    margin: 80px 0;
}

.rich-block h5 {
    text-transform: uppercase;
    font-size: 14px;
    color: var(--color-grey);
}

.rich-block h2 {
    font-size: 32px;
    margin: 24px 0 16px 0;
}

.rich-block .heading--secondary {
    color: var(--color-primary);
}

.rich-block img {
    width: 100%;
}

/* TYPE 1 */
.rich-shadow {
    height: 100%;
    width: 100%;
    background: linear-gradient(249deg,
            rgba(0, 0, 0, 0) 0%,
            rgba(0, 0, 0, 0.59) 100%);
    position: absolute;
    z-index: 1;
}

.type-1 {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: grid;
    height: 600px;
    width: 100%;
    position: relative;
    padding: 0 60px;
}

.type-1 .rich-block__wrapper {
    align-self: center;
    position: relative;
    z-index: 2;
    max-width: 700px;
}

.type-1>.rich-block__wrapper>h5,
.type-1>.rich-block__wrapper>h1,
.type-1>.rich-block__wrapper>p {
    position: relative;
    z-index: 2;
}

.type-1>h1 {
    margin: 24px 0 32px 0;
}

@media screen and (max-width: 768px) {
    .type-1 .rich-block__wrapper {
        text-align: center;
    }
}

/* TYPE 2 */
.type-2 {
    display: grid;
    grid-template-columns: 1.25fr 1fr;
    gap: 32px;
    align-items: center;
}

.type-2 .rich-block__wrapper {
    padding-right: 24px;
}

.line--accent {
    background-color: var(--col-accent);
    width: 50px;
    height: 5px;
    border-radius: 5px;
    margin: 12px 0 40px;
}

@media screen and (max-width: 912px) {
    .type-2 {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 16px;
    }

    .line--accent {
        display: inline-block;
        margin: 24px 0;
    }
}

/* TYPE 3 */
.type-3 {
    display: grid;
    grid-template-columns: 1fr 1.25fr;
    gap: 32px;
    align-items: center;
}

.type-3 .rich-block__wrapper {
    padding-left: 24px;
}

@media screen and (max-width: 912px) {
    .type-3 {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 16px;
    }
}

/* TYPE 4 */
.type-4 .rich-block__wrapper {
    display: grid;
}

.type-4 .rich-block__wrapper:first-of-type {
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 48px;
    gap: 32px;
}

.type-4 .rich-block__wrapper:last-of-type {
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.type-4 .rich-block__img {
    height: 300px;
    object-fit: cover;
}

@media screen and (max-width: 912px) {
    .type-4 .rich-block__img {
        height: 200px;
    }
}

@media screen and (max-width: 768px) {
    .type-4 .rich-block__wrapper:first-of-type {
        grid-template-columns: 1fr;
        margin-bottom: 32px;
        text-align: center;
    }

    .type-4 .rich-block__img {
        height: 120px;
    }
}

@media screen and (max-width: 540px) {
    .type-4 h5 {
        font-size: 16px;
        font-weight: 450;
        text-transform: none;
        text-align: center;
    }
}

/* TYPE 5 */

.type-5 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    gap: 24px;
}

.rich-block__body .line--horizontal {
    margin: 24px 0;
}

@media screen and (max-width: 768px) {
    .type-5 {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .type-5 .rich-block__wrapper {
        margin-top: 24px;
    }
}

/* TYPE 6 */

.type-6 .rich-block__wrapper:first-of-type {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 48px;
    gap: 32px;
    align-items: center;
}

.type-6 .rich-block__img {
    height: 400px;
    object-fit: cover;
    width: 100%;
}

@media screen and (max-width: 768px) {
    .type-6 .rich-block__wrapper:first-of-type {
        grid-template-columns: 1fr;
        margin-bottom: 32px;
        text-align: center;
    }

    .type-6 .rich-block__img {
        height: 300px;
    }
}

/* TYPE 7 */
.type-7 {
    text-align: center;
}

.type-7 .rich-block__wrapper {
    max-width: 700px;
    justify-self: center;
}

.type-7 h1 {
    margin: 24px 0;
}

@media screen and (max-width: 768px) {
    .type-7 {
        padding: 0 16px;
        height: 400px;
    }
}

/* TYPE 8 */
.type-8 {}

.type-8 .rich-block__wrapper {
    width: 60%;
    justify-self: start;
}

@media screen and (max-width: 768px) {
    .type-8 {
        height: 400px;
        padding: 0 15px;
    }

    .type-8 .rich-block__wrapper {
        text-align: left;
        width: 70%;
    }

    .type-8 .line--accent {
        margin: 8px 0;
    }
}


/* Guarantee */

.main-cabinet {
    flex-direction: column;
}

.main-cabinet.hide {
    display: none;
}

/* Cabinet */
.main-cabinet {
    top: 50px;
    left: -70px;
    position: absolute;
    flex-direction: column;
    padding: 12px 24px;
}

.main-cabinet p b {
    line-height: 1.2;
    text-align: left;
}

.main-cabinet svg {
    top: 15px;
    width: 36px;
    right: 10px;
}

.main-cabinet span {
    line-height: 1.2;
}

.change-email {
    flex-direction: column;
    gap: 8px;
}

.icon-logo {
    display: none;
}

.profile .alert-success {
    padding: 24px 36px;
}

.mobile-user {
    padding: 16px;
    margin-top: 50px;
}

.mobile-user span {
    display: block;
    text-align: center;
    margin-bottom: 12px;
}

.profile .tabs__content .box-avatar {
    margin-left: 0;
}

.profile-form__wrap form {
    display: flex;
    gap: 12px;
}

.cabinet-head .cabinet-user span {
    font-size: 24px;
    color: var(--color-grey);
    font-weight: 500;
    text-transform: capitalize;
}

@media screen and (max-width: 768px) {

    .profile-form__wrap form {
        flex-direction: column-reverse;
    }
}

.main-cabinet span {
    font-size: 10px;
}

.cabinet-prices .remove-favorite,
.cabinet-orders .remove-favorite {
    display: none;
}

.s-price--question+.s-price__info {
    opacity: 0;
    visibility: hidden;
}

.s-price--question:hover+.s-price__info {
    opacity: 1 !important;
    visibility: visible;
    display: flex;
}


/* Чекаут */
.check-form__log-item .invalid,
.check-form__label .invalid,
.delivery_point_error_4,
.errors_in_form {
    font-size: 12px;
    color: var(--col-accent);
}

.check-form__log-item .invalid::after,
.delivery_point_error_4::after,
.errors_in_form::after {
    content: "*";
    margin-left: 4px;
}

.errors_in_form {
    margin-bottom: 16px;
}

#sbt_button:disabled {
    background-color: var(--color-grey);
    color: #fff;
}

/* 11.10 */
.cart-total__head li p {
    z-index: 0;
}

.select-wrapper-for-dropdown .select2-container--default .select2-selection--single .select2-selection__arrow b:after {
    display: none;
}

.total-box__name {
    line-height: 1.2;
}

.check-form__item.check-form__item_deliv-mob {
    display: block;
}

.cart-list__wrap {
    height: 100%;
}

@media screen and (max-width: 992px) {
    .cart-back-wrap {
        top: 105px;
    }

    .cart-wrap {
        margin-top: 70px;
    }

    .cart-choise::before {
        bottom: 0;
    }

    .cart-choise {
        bottom: 45px;
    }

    .cart-list__item .cart-list__desc,
    .select select {
        width: 100%;
    }
}

/* 20.10 */
.card-product__status_super {
    background: #CAC203 !important;
}

.s-price__body {
    width: 50%;
    padding: 15px;
    line-height: 1;
}

.s-price--question {
    min-width: 15px;
    min-height: 15px;
}

.card-product__status {
    width: 180px;
}

.profile .tabs__content .cont-input_set .profile-form__label {
    margin-bottom: 8px;
}

@media screen and (max-width: 1200px) {
    .profile .tabs__content .cont-input_set .profile-form__label {
        margin-bottom: 32px;
    }
}

.profile-form__main-photo {
    border-radius: 50%;
    height: 150px;
    width: 150px;
    margin: 0 auto;
}

.profile .tabs__content .box-avatar {
    height: fit-content;
    width: 250px;
}

@media screen and (max-width: 768px) {
    .profile .tabs__content .box-avatar {
        width: 100%;
    }
}

.profile-form__item .profile-form__load {
    flex-direction: column;
}

.profile-form button#remove-preview {
    max-width: none;
    margin-top: 8px;
}

.card-product__info .left-info__wrap .old-price,
.card-product__info .left-info__wrap .old-price::after {
    color: #999999;
    font-size: 14px;
}

.panel-gallery__price {
    align-items: baseline;
}

.action-price::after {
    font-size: 14px;
}


/* 31.10 */

.main-cabinet__user {
    justify-content: center;
    margin-top: 12px;
}

.main-cabinet__user .main-cabinet__item_google,
.main-cabinet__user .main-cabinet__item_facebook {
    width: 100%;
    margin-right: 0;
}

.main-cabinet__links {
    margin: 12px 0;
}

.main-cabinet svg {
    margin: 0 auto;
}

.main-cabinet p b {
    text-align: center;
}

.main-cabinet p {
    font-size: 10px;
    line-height: 12px;
}

.mobile-wr {
    flex-direction: column;
}

.mobile-wr .btn__wrap {
    width: 100%;
}

.mobile-wr .btn__wrap button {
    width: 100%;
}

.mobile-user .reg-reset {
    margin: 12px 0;
    font-weight: 500;
    display: flex;
    justify-content: space-between;
}


@media screen and (max-width: 1024px) {

    .main-cabinet__item_google,
    .main-cabinet__item_facebook {
        font-size: 14px;
    }

    .main-cabinet__item {
        padding: 12px 0 12px 16px;

    }
}


.main-cabinet.main-cabinet_entered img {
    width: 100px;
    border-radius: 50%;
    margin-top: 24px;
}

.mobile-user .main-cabinet__photo-wrap {
    display: flex;
    margin-bottom: 24px;
    gap: 16px;
    align-items: center;
}

.mobile-user .main-cabinet__photo-wrap img {
    border-radius: 50%;
}

.main-cabinet__username {
    font-size: 18px;
    font-weight: 500;
}

.mobile-user span {
    margin: 12px 0;
}
