@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;
}

.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%;
    scroll-padding-top: 100px;
}

body {
    font-family: "Montserrat", sans-serif;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    background: #fff;
    color: #363636;
    font-size: 14px;
    font-weight: 400;
    position: relative;
}

main {
    display: block;
}

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

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;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: bolder;
}

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

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;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

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

/**
* Remove the inheritance of text transform in Edge, Firefox, and IE.
* 1. Remove the inheritance of text transform in Firefox.
*/
button,
select {
    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;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

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

/**
* 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;
    outline-offset: -2px;
}

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

/* 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;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.08);
    color: #fff;
    transition: 0.3s ease;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    background: #003D38;
    border-radius: 33px;
}

.btn__w {
    font-weight: 500;
    background: #fff;
    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-radius: 0.4em;
}

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

.popup-nav__slider .slick-slide.slick-current {
    border-radius: 0.4em;
}

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

.main-slider-mobile>a+a {
    display: none;
}

@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;
    }

    .main-offer .container {
        padding: 0 !important;
        max-width: 100%;
    }
}

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

    .main-offer .container {
        padding-right: 15px;
        padding-left: 15px;
    }

}

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

.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;
}

.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;
}

.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;
    }
}

@-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;
    justify-content: space-between;
}

.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 {
    display: block !important;
    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: #00453A;
    cursor: pointer;
}

.directory {
    padding: 22px 0 57px;
    background-color: #c2cbc8;
}

.container {
    margin: 0 auto;
    max-width: 1290px;
}

.text_cont h3 {
    margin: 20px 0;
}

.text_cont ul {
    padding-left: 20px;
}

.text_cont ul li {
    list-style: inside;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    font-size: 1rem;
}

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

label {
    margin: 0;
}

button {
    border: none;
}

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

.header-mobile {
    position: fixed;
    width: 100%;
    z-index: 9999;
}

.user-mobile {
    padding: 9px 0;
}

.user-mobile .user-bar {
    justify-content: flex-start;
    align-items: center;
}

@media screen and (min-width: 0px) {
    .user-mobile .user-bar .user-bar__item {
        margin-right: 0;
    }

    .user-mobile .user-bar .user-bar__item img {
        height: 33px;
    }
}

@media screen and (min-width: 1000px) {
    .user-mobile .user-bar .user-bar__item {
        margin-right: 20px;
    }

    .user-mobile .user-bar .user-bar__item img {
        height: 30px;
    }
}

.user-mobile .user-bar .user-bar__item:nth-child(3) {
    margin-left: auto;
}

.user-mobile .user-bar .user-bar__item:last-child {
    margin: 0;
}

.user-mobile .user-bar .user-bar__btn {
    color: #999999;
}

.catalog-mobile .catalog {
    height: 50px;
    width: auto;
    margin-right: 0;
    cursor: pointer;
}

@media screen and (min-width: 0px) {
    .catalog-mobile .catalog__heading .catalog__head {
        display: none !important;
    }
}

@media screen and (min-width: 340px) {
    .catalog-mobile .catalog__heading .catalog__head {
        display: block !important;
    }
}

.catalog-mobile .catalog .catalog__heading {
    line-height: 18px;
    display: flex !important;
    align-items: center;
    padding-left: 3em;
    padding-right: 3em;
}

.catalog-mobile .catalog .catalog__heading .catalog__head {
    font-size: 10px;
    line-height: 12px;
    color: #003D38;
}

.catalog-mobile .catalog .catalog__heading .catalog__gamb {
    left: 18px;
    width: 24px;
    top: 15px;
}

.catalog-mobile .catalog .catalog__search {
    top: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: 999999;
    right: 104px;
}

.catalog-mobile .catalog .catalog__search img {
    width: 20px;
    height: 20px;
}

.catalog-mobile {
    z-index: 4;
}

.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 10px;
    border-radius: 5px;
    border: none;
    font-size: 12px;
    color: #999999;
}

.popup-search button {
    position: absolute;
    top: 1px;
    right: 7em;
    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: #fff;
    width: 100%;
    padding-bottom: 8px;
    z-index: 9999;
    position: fixed;
    top: 74px;
    overflow: auto;
    height: calc(100% - 50px);
    transition: 0.3s ease;
}

.popup-cat .phone-list .phone-list__wrap .phone-list__menu {
    top: auto;
}

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

.popup-cat .popup-cat__menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 70px;
    padding: 0 !important;
    padding-top: 15px;
}

.popup-cat .popup-cat__menu .popup-cat__item {
    width: calc(100% - 16px);
    width: 100%;
    padding-left: 30px;
    height: 60px;
    background: #ffffff;
}

.popup-cat .popup-cat__menu .popup-cat__item:last-child {
    height: auto;
}

.popup-cat .popup-cat__menu .popup-cat__item:last-child a {
    padding-bottom: 100px;
}

.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-menu {
    padding-bottom: 256px;
    padding-top: 55px;
    background-color: #fff;
}

.popup-nav-wrapper {
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    margin-top: 30px;
}

.popup-nav-wrapper .navigation.nav-popup {
    background-color: #fff;
}

.popup-nav-wrapper .navigation.nav-popup .lang .lang__btn {
    color: #000
}

.popup-nav-wrapper .navigation.nav-popup .lang span {
    color: #000
}

.popup-nav-wrapper .navigation.nav-popup .dropdown-content .lang__btn.active-lang {
    color: #fff
}

.popup-nav-wrapper .navigation.nav-popup .lang::after {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.5 0.75L5 5.25L9.5 0.75' stroke='%23131313' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    width: 10px;
    height: 5px;
    background-repeat: no-repeat;
    margin-left: 5px;
}

.popup-nav-wrapper .user-bar {
    column-gap: 20px;
}

.popup-cat__btn img {
    display: block;
    margin: auto;
    width: 34px;
    height: 100%;
    object-fit: contain;
    margin-right: 16px;
}

.popup-cat__btn span {
    left: 0;
    bottom: 13px;
    width: 100%;
    font-weight: 500;
    font-size: 13px;
    line-height: 22px;
    display: flex;
    align-items: center;
    color: #131313;
}

.navigation {
    padding: 6px 0;
    font-weight: bold;
    line-height: 14px;
    background: #00453A;
}

@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: #fff;
    padding: 8px 12px;
    border-radius: 4px;
    font-weight: 500;
    font-size: 13px;
    line-height: 30px;

}

.navigation .nav__menu .nav__item:first-child a.nav__btn {
    padding-left: 0;
}

.navigation .nav__menu .nav__item:last-child a.nav__btn {
    padding-right: 0;
}

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

.navigation .lang {
    text-transform: uppercase;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.navigation .lang::after {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.5 0.75L5 5.25L9.5 0.75' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    width: 10px;
    height: 5px;
    background-repeat: no-repeat;
    margin-left: 5px;

}

.navigation .lang .lang__btn,
.navigation .lang span {
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
    position: relative;
}

.lang__btn {
    display: none;
}

.lang__btn.active-lang {
    display: block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background: #FFFFFF;
    border: 1px solid #CACACA;
    border-radius: 0px 0px 10px 10px;
    width: 56px;
    height: 92px;
    left: 57%;
    transform: translateX(-50%);
    padding: 13px 0;
    z-index: 99;
}

.lang-wrapper {
    position: relative;
    margin-left: auto;
}

.logo-wrapper {
    width: 146px;
    height: 38px;
}

.navigation .lang-wrapper:hover .dropdown-content {
    display: block;
}

.dropdown-content .lang__btn {
    display: flex;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    color: #003D38;
    width: 52px;
    height: 31px;
    align-items: center;
    justify-content: center;
}

.dropdown-content .lang__btn.active-lang {
    background: #00453A;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    color: #FFFFFF;
    margin: 0 auto;
}

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

.catalog-mobile .catalog {
    display: flex !important;
    justify-content: space-between;
}

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

.container__top_menu {
    height: 100%;
    display: flex;
    align-items: center;
    padding-right: 15px;
    justify-content: flex-end;
}

.catalog .catalog__heading {
    border: none;
    background: transparent;
    color: #fff;
    font-size: 14px;
    font-family: Montserrat;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer;
    list-style: 24px;
    height: 100%;
}

.catalog .catalog__heading .catalog__head {
    margin-left: 20px;
}

.catalog .catalog__heading .catalog__gamb {
    position: absolute;
    top: 16px;
    left: 10px;
}

.catalog__wrap {
    display: flex;
}

/* .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;
    display: flex;
    justify-content: space-between;
    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%;
    overflow: hidden;
    z-index: 4;
}

.catalog__menu {
    padding-left: 0;
    padding-right: 0;
    padding: 20px 0 27px;
}

.links__canalog a {
    font-weight: 500;
    padding: 2px 8px;
    background-color: none;
}

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

.catalog__menu .catalog__item {
    z-index: 1;
    position: relative;
    flex-direction: column;
    display: flex;
    align-items: center;
}

.links__canalog {
    position: relative;
    display: flex;
    justify-content: flex-start;
    font-weight: 500;
    color: #045a4d;
    border-radius: 100px;
}

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

.catalog__menu .catalog__item:hover a {
    color: #096059
}

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

.catalog__menu .catalog__item div {
    color: #131313;
}

.catalog__menu .catalog__item:hover div {
    color: #096059
}

.catalog__menu .catalog__item div img {
    position: relative;
    width: 90px;
    height: 34px;
}

.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;
}

@-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;
    }
}

.form-search {
    position: relative;
    padding: 21px 0;
    max-width: 441px;
    width: 100%;
}

.form-search .form-search__input {
    width: 100%;
    padding: 7px 40px 7px 16px;
    font-family: Roboto;

    color: #131313;
    ;

    background: #FFFFFF;

    border: 1px solid #CACACA;

    box-shadow: 0px 1px 11px rgba(0, 0, 0, 0.11);
    border-radius: 27px;

    font-weight: 300;
    font-size: 15px;
    line-height: 30px;
}

.form-search .form-search__input::-webkit-input-placeholder {
    color: #131313;
}

.form-search .form-search__input::-moz-placeholder {
    color: #131313;
}

.form-search .form-search__button {
    position: absolute;
    background: transparent;
    border: none;
    top: 27px;
    right: 7px;
    padding: 7px 15px 7px 25px;
}

.phone-list .phone-list__wrap {
    width: 250px;
}

.phone-list__menu {
    width: 100%;
    display: flex;
    position: relative;
    flex-direction: column;
    padding-top: 50px;
}

.phone-list__menu .line-text {
    display: flex;
    flex-direction: column;
    position: relative;
    transform: translateX(-30px);
    margin: 10px 0;
}

.phone-list__menu .line-text strong {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    color: #A7A7A7;
}

.phone-list__menu .line-text p {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #A7A7A7;
}

.phone-list__menu .phone-list__item_main {
    margin-top: 4px;
}

.phone-list__menu .phone-list__item_main,
.phone-list__menu .phone-list__item_main p {
    font-size: 15px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    transform: translateX(0px);
    line-height: 20px;
    color: #000000;
}

.phone-list .phone-list__wrap:hover .phone-list__menu {
    display: block;
}

.phone-list .phone-list__wrap .phone-list__number .phone-list__popup {
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    justify-content: flex-end;
    text-align: center;
    display: flex;
    align-items: center;
    font-size: 15px;
    line-height: 30px;
    color: #131313;
    padding-right: 20px;
}

.main_phone {
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 15px;
    line-height: 30px;

    color: #131313;
}

.main_phone::before {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.9999 14.92V17.92C20.0011 18.1985 19.944 18.4742 19.8324 18.7293C19.7209 18.9845 19.5572 19.2136 19.352 19.4019C19.1468 19.5901 18.9045 19.7335 18.6407 19.8227C18.3769 19.9119 18.0973 19.9451 17.8199 19.92C14.7428 19.5856 11.7869 18.5341 9.18993 16.85C6.77376 15.3147 4.72527 13.2662 3.18993 10.85C1.49991 8.2412 0.448176 5.27099 0.119933 2.18C0.0949436 1.90346 0.127808 1.62476 0.216434 1.36162C0.305059 1.09849 0.447504 0.856687 0.634699 0.651619C0.821894 0.446551 1.04974 0.282707 1.30372 0.17052C1.55771 0.0583323 1.83227 0.000259249 2.10993 -2.22978e-06H5.10993C5.59524 -0.00477868 6.06572 0.167076 6.43369 0.48353C6.80166 0.799985 7.04201 1.23944 7.10993 1.72C7.23656 2.68006 7.47138 3.62272 7.80993 4.53C7.94448 4.88792 7.9736 5.27691 7.89384 5.65088C7.81408 6.02484 7.6288 6.36811 7.35993 6.64L6.08993 7.91C7.51349 10.4135 9.58639 12.4864 12.0899 13.91L13.3599 12.64C13.6318 12.3711 13.9751 12.1858 14.3491 12.1061C14.723 12.0263 15.112 12.0555 15.4699 12.19C16.3772 12.5285 17.3199 12.7634 18.2799 12.89C18.7657 12.9585 19.2093 13.2032 19.5265 13.5775C19.8436 13.9518 20.0121 14.4296 19.9999 14.92Z' fill='%23131313'/%3E%3C/svg%3E%0A");
    width: 20px;
    height: 20px;
    margin-right: 10px;

}

.phone-list__popup img {
    margin-left: 0.3em;
}

.phone-list .phone-list__wrap .phone-list__number .phone-list__popup a {
    margin: 0 15px;
}

.phone-list .phone-list__wrap .phone-list__menu {
    display: none;
    position: absolute;
    z-index: 1;
    top: -16px;
    left: 15px;
    border-radius: 10px;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.08);
    background: #fff;
    padding: 16px 17px 19px 49px;
    max-width: 239px;
    width: 100%;
}

.phone-list .phone-list__wrap .phone-list__menu::after {
    content: "";
    display: block;
    position: absolute;
    top: 24px;
    right: 12px;
    background: url("images/icons/arrow-up-black.svg");
    width: 16px;
    height: 9px;
}

.phone-list__item {
    margin-bottom: 7px;
    position: relative;
}

.phone-list__item a {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
}

.phone-list__item_mode {
    margin-top: 10px;
    margin-bottom: 0;
}

.phone-list__item_mode>span {
    font-weight: 800;
}

.phone-list__item_mode .mode {
    line-height: 1.3em;
    font-weight: 500;
    color: #999999;
    display: flex;
    margin-top: 5px;
}

.phone-list__item_mode .mode ul {
    margin-right: 5px;
}

.phone-list__item_mode .mode ul li {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 21px;
    color: #000000;
}

.phone-list__item a {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
}

.phone-list__item img {
    position: absolute;
    top: 4px;
    left: -31px;
}

.phone-list__item img.kiyv-img {
    top: 1px;
}

.phone-list__item img.headphones-img {
    top: 0px;
}

.phone-list__item p {
    font-size: 14px;
    line-height: 19px;
    color: #999999;
}

.phone-list__item p b {
    display: block;
    font-weight: 800;
}

.header .user-bar {
    justify-content: space-between;
}

.user-bar {
    display: flex;
    align-items: center;
}

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

.user-bar .--js-header-cart .user-bar__btn {
    position: relative;
    color: #fff;
    cursor: pointer;
    display: flex;
    background: #003D38;
    border-radius: 33px;
    width: 143px;
    height: 42px;
    align-items: center;
    justify-content: flex-start;

    font-weight: 600;
    font-size: 15px;
    line-height: 30px;
    padding-left: 22px;
}

.user-bar .--js-header-cart .user-bar__cart {
    top: 6px;
    right: 17px;
}

.user-bar__item.--js-header-cart .user-bar__btn:hover {
    background-color: #096059;
}

.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: -7px;
    position: absolute;
}

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

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

.main-slider>a+a {
    display: none;
}

.main-slider__item {
    -o-object-fit: cover;
    object-fit: cover;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.08);
}

.main-slider__item img {
    width: 100vw;
}

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

.header .main-offer .container {
    display: flex;
    align-items: flex-end !important;
}

@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 {
    display: flex;
}

.main-cabinet {
    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 {
    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__reg {
    background: none;
    text-decoration: underline;
}

.main-cabinet__links {
    font-size: 12px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    line-height: 10px;
    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;
}

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

/* p */
.header .main-cabinet.main-cabinet_entered {
    position: absolute;
}

.header .main-cabinet.main-cabinet_entered::after {
    display: block;
}

.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: 14px;
    font-weight: 500;
    display: block;
    margin: 11px 0 31px;
    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: 24px;
    line-height: 44px;
    display: block;
}

.header .main-cabinet.main-cabinet_enter,
.header .main-cabinet.main-cabinet_entered {
    top: 59px;
    left: 7px;
}

section.special-offers {
    padding-top: 50px;
    background-color: #c2cbc8;
}

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

.section-head :hover {
    color: #ffffff !important;
    transition: all .5s ease-in-out;
}

@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: 600;
        font-size: 20px;
        line-height: 22px;
    }
}

@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: 600;
        font-size: 24px;
        line-height: 22px;
        color: #131313;
    }
}

.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;
    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;
}

.special-offers__slider.card-list {
    max-width: 100%;
    display: flex;
    height: 400px;
}

.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;
}

.special-offers__slider.card-list .slick-list {
    margin-left: -10px;
    margin-right: -10px;
}

.special-offers__slider.card-list .slick-slide {
    margin: 6px;
}

.special-offers__slider.card-list .card-product {
    height: auto;
    min-height: 307px;
    margin-bottom: 0;
    display: flex !important;
    flex-direction: column;
    justify-content: space-between;
}

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

.special-offers__slider.card-list .card-product:hover .card-product__hover {
    opacity: 0;
    visibility: hidden;
}

.super-list__item {
    overflow: hidden;
}

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

.card-product__status-list {
    position: absolute;
    top: 16px;
    left: 16px;
    display: flex;
}



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

.card-product__status {
    margin-right: 8px;
    color: #fff;
    width: 85px;
    height: 18px;
    line-height: 20px;
    font-family: "Montserrat";
    font-style: normal;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    font-size: 9px;
    color: #FFFFFF;
    text-transform: uppercase;
    text-align: center;
    border-radius: 17px;
}

.card-product__status_new {
    background: #00B515;
}

.card-product__status_hit {
    background: #EE3F1F;
}

.card-product__status_present {
    background: #EE3F1F;
}

.card-product__status_super {
    background: #EE3F1F;
}

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 {
    width: 100%;
    margin-bottom: 50px;
}

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

.catalog-wrap .card-list .card-product {
    margin: 0 !important;
}

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

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

.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;
}

.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;
}

@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;
}

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

.cabinet.card-page {
    background-color: #C2CBC8;
}

section.collections {
    padding-top: 51px;
    background-color: #c2cbc8;
}

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

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

section.feature {
    padding: 35px 0;
    background-color: #003F34;
    color: #000;
    position: relative;
    overflow: hidden;
}

section.feature .section-head h2 {
    color: #fff
}

.main-page section.feature {
    color: #fff;
}

.main-page section.feature .section-head h2 {
    color: #fff;
}

section.feature::before {
    content: "";
    background-image: url("images/bobs.png");
    left: -13%;
    top: -1%;
    position: absolute;
    width: 611px;
    height: 611px;
    background-repeat: no-repeat;
    background-size: contain;
}

section.feature.main-page::after {
    content: "";
    background-image: url("images/bobs.png");
    right: -3%;
    bottom: -134%;
    position: absolute;
    width: 541px;
    height: 541px;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
}

section.feature::after {
    content: "";
    background-image: url("images/bobs.png");
    right: -3%;
    bottom: -4%;
    position: absolute;
    width: 541px;
    height: 541px;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
}

section.feature h1 {
    font-size: 24px;
    line-height: 22px;
}

section.feature p {
    font-size: 20px;
    line-height: 22px;
}

.feature-info {
    border-radius: 10px;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
}

.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;
}

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

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

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

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

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

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

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

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

.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;
    }
}

.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: #003D38;
    top: 13px;
    left: 7px;
}

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

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

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

/* present and present popup */
@media screen and (min-width: 0px) {
    .cart-list-item-wrapper {
        display: flex;
        width: 100%;
    }
}

.cart-list__wrap .del {
    top: -28px;
    left: -5px;
}

@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: 20px 24px;
    margin-top: 10px;
    background: #ffffff;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    flex-direction: column;
}

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

.buy_one_click .fast_order_error_text {
    display: flex;
    text-align: left;
    margin-bottom: 10px;

    font-weight: 500;
    font-size: 15px;
    line-height: 18px;

    color: #000000;
}

.buy_one_click .fast_order_input {
    width: 100%;
    height: 42px;
    border: none;
    padding: 13px 33px 11px 40px;
    background: #F4F4F4;
    border-radius: 5px 33px 33px 5px;
    flex-grow: 1;

    font-weight: 400;
    font-size: 15px;
    line-height: 18px;

    color: #868484;
}

.buy_one_click .fast_order_btn {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    color: #fff;
    border: none;
    justify-content: center;
    align-items: center;
    transition: 0.5s ease;

    position: absolute;
    right: 0;
    width: 174.63px;
    height: 42px;

    background: #003D38;
    border-radius: 33px;

    font-weight: 600;
    font-size: 15px;
    line-height: 30px;
}

.buy_one_click .fast_order_btn:hover {
    background-color: #096059;
}

.buy {
    height: 30px;
}

.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;
    text-transform: uppercase;
}

.change-equip-present .present-price.disabled {
    color: #C41230;
}

.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;
}

.present-check {
    display: none;
}

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

/* present and present popup end*/

@media screen and (min-width: 768px) {
    .cart-list__desc>a {
        width: 100%;
        margin-bottom: 36px;
    }
}

.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;
}

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

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

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

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

    font-weight: 500;
    font-size: 14px;
    line-height: 22px;

}

.cart-total__head li span {
    font-family: "Montserrat";
    font-style: normal;
    text-align: center;
    letter-spacing: -0.02em;
    color: #000;

    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
}

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

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

.cart-choise {
    background-color: #ffffff;
    box-shadow: 0 -1px 4px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    display: flex;
    justify-content: center;
    padding: 12px 10px;
    margin: 12px;
    width: calc(100% - 24px);
    gap: 12px;
}

.popup-filter.mob-filter .cart-choise {
    width: calc(100% - 30px);
    bottom: 0;
}

.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: 3;
    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 .phone-list-wrap {
    padding: 30px 0 30px 49px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.08);
    position: relative;
    margin: 16px 0;
}

.popup-menu-profile .phone-list-wrap::after {
    content: "";
    display: block;
    position: absolute;
    top: 53%;
    left: 0;
    width: 100%;
    height: 1px;
    background: #e5e5e5;
}

.popup-menu-profile .phone-list-wrap .phone-list__menu:first-child {
    margin-bottom: 61px;
}

.popup-menu-profile .phone-list-wrap .phone-list__menu>span {
    margin-bottom: 15px;
    display: block;
    margin-left: -25px;
    font-weight: 500;
    font-size: 16px;
}

.popup-menu-profile .phone-list-wrap .phone-list__menu .phone-list__item img {
    left: -26px;
}

.popup-menu-profile .phone-list-wrap .phone-list__menu .phone-list__item img {
    left: -26px;
}

.popup-menu-profile .phone-list-wrap .phone-list__menu .phone-list__item_mode .mode ul li:last-child {
    color: inherit;
}

.popup-menu-profile .phone-list-wrap .phone-list__menu .phone-list__item_mode {
    margin-top: 15px;
}

.popup-menu-profile .phone-list-wrap .phone-list__menu .phone-list__item {
    margin-bottom: 5px;
}

.popup-menu-profile .phone-list-wrap .phone-list__menu .phone-list__item a {
    font-size: 14px;
}

.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 {
    color: #000;
}

.cabinet {
    padding: 32px 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;
    cursor: pointer;
    margin-bottom: 20px;

    background: #E5E5E5;
    border-radius: 50px;
}

.parameters-info-items::-webkit-scrollbar-thumb {
    width: 2px;
    height: 8px;
    cursor: pointer;

    background: #003D38;
    border-radius: 50px;
}

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

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

.breadcrumbs::-webkit-scrollbar-thumb {
    width: 2px;
    height: 4px;
    background: #003D38;
    border-radius: 50px;
    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;
    color: #999999;
}

.breadcrumbs .breadcrumbs__item a {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 22px;

    color: #000000;
}

.breadcrumbs .breadcrumbs__item span {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;

    color: #363636;
}

.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%;
}

.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-wrapper {
    display: flex;
    justify-content: space-between;
}

.offer-wrapper>div {
    flex: 0 0 49.5%;
    display: flex;
    flex-direction: column;
}

.offer-promotion {
    background-color: #fff;
    padding: 16px;
    border-radius: 10px;
    height: 389px;
}

.offer-promotion-date {
    font-weight: 400;
    font-size: 12px;
    line-height: 22px;
    color: #003D38;
    margin-bottom: 10px;
}

.offer-promotion-title {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #181919;
    margin-bottom: 10px;
}

.offer-promotion-desc {
    font-weight: 500;
    font-size: 12px;
    line-height: 22px;
    color: #181919;
    margin-bottom: 20px;
    height: 100px;
}

.offer-promotion-countdown-title {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #181919;
    margin-bottom: 10px;
}

.offer-promotion-countdown-wrapper {
    display: flex;
}

.offer-promotion-countdown-wrapper>div {
    display: flex;
    flex-direction: column;
    padding: 0 30px;
    position: relative;
}

.offer-promotion-countdown-wrapper>div b {
    font-weight: 700;
    font-size: 52px;
    line-height: 63px;
    color: #212121;

}

.offer-promotion-countdown-wrapper>div span {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #212121;
}

.offer-promotion-countdown-wrapper>div::after {
    content: ":";
    font-weight: 700;
    font-size: 52px;
    line-height: 63px;
    color: #212121;
    position: absolute;
    right: 0;
}

.offer-promotion-countdown-wrapper>div:last-child::after {
    display: none;
}

.offer-promotion-countdown-wrapper>div:last-child b,
.offer-promotion-countdown-wrapper>div:last-child span {
    color: #01544A;
}

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

.offer-promotion-share {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #181919;
    display: flex;
    align-items: center;
    margin-top: auto;
}

.offer-promotion-share .share {
    background: #01544A;
    border: 1px solid #01544A;
    border-radius: 6px;
    width: 40px;
    height: 40px;
    margin-left: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.offer {
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    margin-top: 16px;
}

.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;
}

@media screen and (min-width: 0px) {
    .card-list {
        width: 100%;
        height: 100%;
        display: grid;
        grid-template-columns: 1fr;
        grid-auto-rows: auto;
        gap: 20px;
    }
}

@media screen and (min-width: 768px) {
    .card-list {
        width: 100%;
        height: 100%;
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        grid-auto-rows: auto;
        gap: 20px;
    }
}

@media screen and (min-width: 1200px) {
    .card-list {
        width: 100%;
        height: 100%;
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        grid-auto-rows: auto;
        gap: 12px;
    }
}

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

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

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

@media screen and (min-width: 0px) {
    .spec-offer .card-list {
        grid-template-columns: 1fr !important;
    }
}

@media screen and (min-width: 530px) {
    .spec-offer .card-list {
        grid-template-columns: 1fr 1fr !important;
    }
}

@media screen and (min-width: 992px) {
    .spec-offer .card-list {
        grid-template-columns: 1fr 1fr 1fr !important;
    }
}

@media screen and (min-width: 1200px) {
    .spec-offer .card-list {
        grid-template-columns: 1fr 1fr 1fr 1fr !important;
    }
}

@media screen and (min-width: 1400px) {
    .spec-offer .card-list {
        grid-template-columns: 1fr 1fr 1fr 1fr !important;
    }
}

.spec-offer .card-list {
    width: 100%;
    display: grid;
    grid-auto-rows: auto;
    gap: 10px;
    padding: 0 0.5em;
}

.card-product {
    height: 355px;
    background: #ffffff;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    padding: 25px 16px;
    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;

}

.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);
}

.mobile__price_section .buy,
.card-product__info .buy {
    position: relative;
    cursor: pointer;
    font-family: Montserrat;
    font-style: normal;
    color: #FFFFFF;
    align-items: center;
    justify-content: center;
    display: flex;

    align-items: center;
    justify-content: center;
    display: flex;
    background: #003D38;
    border-radius: 33px;
    font-weight: 600;
    font-size: 15px;
    line-height: 30px;
    width: 113px;
    height: 42px;
}

.mobile__price_section .buy:hover,
.card-product__info .buy:hover {
    background: #096059;
}

.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: 200px;
    height: 200px;
    overflow: hidden;
    margin-bottom: 12px;
    align-self: center;
}

.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;
    padding: 15px;
}

.card-product .card-product__head span {
    font-family: Montserrat;
    font-style: normal;
    letter-spacing: 0.02em;
    color: #000000;
    height: 38px;
    display: block;
    overflow: hidden;
    margin-bottom: 0.2em;

    font-weight: 600;
    font-size: 14px;
    line-height: 18px;

    color: #363636;
}

.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: 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;
    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 {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 10px;
    white-space: nowrap;

    width: 194px;
    height: 42px;

    background: #C2C6C5;
    border-radius: 33px;
    font-weight: 600;
    font-size: 15px;
    line-height: 30px;
    color: #FFFFFF;
}

.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;
    flex: 1 1 auto;
    display: flex;
    justify-content: flex-end;
    line-height: 22px;
    text-align: left;
    letter-spacing: -0.02em;
    display: flex;
    justify-content: flex-start;
    padding: 0;
    padding-left: 0px;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    color: #363636;
    align-items: baseline;
}

.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: #CACACA;
}

@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;
    white-space: nowrap;
    text-align: left !important;
    overflow: hidden !important;
    position: relative;
    text-transform: uppercase;
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
    color: #CACACA;
}

@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-weight: 600;
        font-size: 12px;
        line-height: 15px;
        color: #CACACA;
    }
}

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

.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 {
    position: relative;
    cursor: pointer;
    font-family: Montserrat;
    font-style: normal;
    color: #FFFFFF;
    align-items: center;
    justify-content: center;
    display: flex;

    background: #003D38;
    border-radius: 33px;
    font-weight: 600;
    font-size: 15px;
    line-height: 30px;
    height: 42px;
    padding: 8px 12px;
    font-weight: 600;
    font-size: 15px;
    line-height: 30px;
}

.buy-btn:hover {
    background: #096059;
    color: #fff;
}

.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 {
    width: 18px;
    position: absolute;
    top: 2px;
    left: -25px;
}

.card-product__hover .actions__btn_in-favorite svg {
    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: 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;
    display: none;
}

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

.search-list {
    display: flex;
    width: 100%;
    height: 100%;
    max-width: 1400px;
    flex-wrap: wrap;
    gap: 10px;
}

.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;
}

.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 {
    border-radius: 2px;
    height: 30px;
    padding: 10px 0;
    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;
}

.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 {
    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;
}

.sorting-filter {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: 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;
}

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

.select {
    position: relative;
}

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

.select.show-select:before {
    background: none;
}

.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 {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition: 0.5s ease;
    padding: 12px 24px 12px 19px;
    font-family: inherit;
    position: relative;
    font-size: 14px;
    color: inherit;

    background: #FFFFFF;

    border: 1px solid #CACACA;

    box-shadow: 0px 1px 11px rgba(0, 0, 0, 0.11);
    border-radius: 27px;
}

.select:focus {
    outline: 0;
}

.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: 48px;
    height: 48px;
    background: #ffffff;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.08);
    border-radius: 50%;
    cursor: pointer;
    margin: 0 6px;
    text-align: center;
    line-height: 30px;
    font-size: 15px;
    font-weight: 500;
}

.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: #01544A;
    ;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 1024px) {
    .page-list__item {
        width: 30px;
        height: 30px;
    }

}

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.collection-cat.directory.mob-padd,
.collection-cat,
.action-news.directory.mob-padd .cabinet.card-page,
.articles.search {

    height: 100%;
}

body.page,
body.search_page,
body.category_page,
body.customer_page,
body.action_page {
    display: grid;
    grid-template-rows: min-content 1fr min-content;
    min-height: 100vh;
    align-content: start;
}

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

.catalog-wrap {
    display: flex;
    column-gap: 12px;
}

.filter-wrap {
    padding: 20px 20px 20px 22px;
    border-radius: 10px;
    background-color: #fff;
    height: fit-content;
    flex: 0 0 302px;
    max-height: 90vh;
    overflow: auto;
}

.filter-wrap::-webkit-scrollbar {
    display: block;
    width: 5px;
    scrollbar-width: thin;
    height: 0;
    border-radius: 20px;
    background-color: #E5E5E5;
}

.filter-wrap::-webkit-scrollbar-thumb {
    background-color: gray;
    border-radius: 20px;
}

.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;
}

.filter-list__head {
    font-size: 18px;

}

.filter-wrap>.filter-list .filter-list__head {
    padding-bottom: 14px;
    border-bottom: 2px solid #01544A;
    font-weight: 500;
}

.filter-list__head_small {
    padding: 17px 20px 17px 0;
    margin: 0;

    font-weight: 500;
    font-size: 15px;
    line-height: 24px;
    align-items: center;

    color: #000000;

}

.filter-list__clear-btn::before {
    content: "";
    width: 13px;
    height: 13px;
    position: absolute;
    right: 0;
    top: 8px;
    display: block;
}

.filter-list__clear-btn {
    font-family: "Montserrat";
    font-style: normal;
    align-items: center;
    display: flex;
    position: relative;
    color: #363636;

    font-weight: 600;
    font-size: 15px;
    line-height: 24px;
}

.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);
    background-repeat: no-repeat;
}

.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);
    background-repeat: no-repeat;
}

.ui-slider.ui-corner-all.ui-slider-horizontal.ui-widget.ui-widget-content {
    margin-top: 27px;
    height: 2px;
    border: none;
    background: #E0E0E0;
    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: #01544A;
    top: -1px;
    height: 4px;
}

.ui-slider.ui-corner-all.ui-slider-horizontal.ui-widget.ui-widget-content .ui-slider-handle.ui-corner-all.ui-state-default {

    border: 6px solid #bfd4d2;
    border-radius: 50%;
    background: #01544A;
    top: -11px;
    width: 24px;
    height: 24px;
    cursor: pointer;
}

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

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

.input-button-wrap__btn:hover {
    background: #003D38;
    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 {
    position: relative;
    display: inline-block;
    padding: 4px 25px 4px 11px;
    margin: 10px 10px 11px;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 12px;
    border-radius: 3px;
    color: #363636;
    background-color: #F2F2F2;
}

.selected-list__item::before,
.selected-list__item::after {
    content: "";
    display: block;
    position: absolute;
    top: 10px;
    right: 8px;
    width: 9px;
    height: 1px;
    border-radius: 3px;
    background: #000;
    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: 8px;
    left: 0;
    height: 22px;
    width: 22px;
    background-color: #fff;
    border-radius: 3px;
    border: 1px solid #212121;
}

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

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

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

.checkbox-list__item .checkbox__info {
    font-weight: 400;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #212121;
}

.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;
    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);
    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-list .card-product.card-product_more {
    padding: 0;
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .card-list .card-product.card-product_more {
        height: 150px;
    }
}

.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 {
    color: #fff;
    font-size: 14px;
    line-height: 1.2em;
    position: relative;
    cursor: pointer;

    width: 135px;
    height: 42px;

    background: #003D38;
    border-radius: 33px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 22px;
}

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

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

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

.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-btn {
    width: 151px;
    height: 42px;

    background: #003D38;
    border-radius: 33px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

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

.popup-filter .cart-btn_apply {
    background: #003D38;
    color: #fff;
}

section.card-page .offer__main-img {
    max-width: 100%;
    border-radius: 10px;
    height: 100%;
    object-fit: cover;
}

.offer__main-img {
    cursor: pointer;
}

section.card-page .offer__text {
    max-width: 100%;
    background-color: #fff;
    border-radius: 10px;
    margin-top: 10px;
}

section.card-page .offer__highlight {
    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;
}

section.card-page .card-list-wrap {
    margin: 1em -10px 0;
}

.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;
}

.collection-cards .card-list {
    padding: 0 10px;
}

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

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

section.search .search-list .card-product {
    width: calc(25% - 15px);
}

.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 {
    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;
    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 {
    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;
    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: #003D38;
    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-btn {
    border-radius: 10px;
    text-transform: uppercase;
    padding: 16px 0;
}

.check-wrap__item .cart-list__buy-credit {
    position: absolute;
    bottom: 5px;
    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 {
    border-radius: 10px 10px 0px 0px;
}

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

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

.check-wrap__item_credit .cart-list__buy-credit {
    background: none;
    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 {
    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;
}

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

.ui-widget {
    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 .currency-ind {
    position: relative;
}

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

.tabs .cart-head {
    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;
    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;
    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;
    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 .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;
    position: relative;
}

.popup-prod__old::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    transform: rotate(-10deg);
}

.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;
}

.popup-prod__slider {
    max-width: 800px;
    width: 100%;
    margin: auto;
}

.popup-prod__btn {
    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 {
    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 {
    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;
    background-color: #c2cbc8;
}

section.product-card .heading-wrap {
    background: #ffffff;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    padding: 11px 21px 10px 36px;
    display: flex;

    justify-content: space-between;
    align-items: center;
    margin: 20px 0 10px;
    z-index: 11;
}

@media screen and (min-width: 992px) {
    section.product-card .heading-wrap {
        left: auto;
        transform: translateX(0) !important;
    }
}

.panel-gallery__buttons .buy,
section.product-card .heading-wrap .buy {
    position: relative;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    cursor: pointer;

    display: flex;
    align-items: center;
    font-family: Montserrat;
    font-style: normal;
    color: #fff;
    position: relative;
    width: 143px;
    height: 42px;
    background: #003D38;
    border-radius: 33px;
    font-weight: 600;
    font-size: 15px;
    line-height: 30px;
}

.panel-gallery__buttons .buy:hover,
.section.product-card .heading-wrap .buy:hover {
    background-color: #096059;
}

section.product-card .heading-wrap_fixed {
    border-radius: 0;
    margin: 0;
    position: fixed;
    width: 100%;
    z-index: 60;
    transition: 0.5s ease;
    top: -63px;
    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: 89px;
}

.product-nav {
    display: flex;
    max-width: 630px;
    width: 100%;
    justify-content: space-between;
}

.product-nav__link {
    font-family: Montserrat;
    font-style: normal;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    color: #131313;
}

.product-pricing {
    margin-left: auto;
    display: flex;
    align-items: center;
    position: relative;
}

@media screen and (min-width: 0px) {
    .product-pricing {
        margin: 0px !important;
    }
}

.product-pricing__head {
    font-size: 14px;
    font-weight: 500;
    display: none;
}

.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;
    letter-spacing: -0.05em;
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
    color: #CACACA;
}

.product-pricing__numb_old::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    background: #CACACA;
    top: 9px;
    right: 0;
}

.product-pricing__numb_old::after {
    right: 0px;

    font-weight: 600;
    font-size: 12px;
    line-height: 15px;

    color: #CACACA;
}

.product-pricing__numb_new {
    letter-spacing: -0.05em;
    white-space: nowrap;
    font-weight: 600;
    font-size: 23px;
    line-height: 20px;
    color: #363636;
}

.product-pricing__numb_new::after {
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #363636;
}

.product-buy {
    display: flex;
    align-items: center;
    font-family: Montserrat;
    font-style: normal;
    color: #fff;
    position: relative;
    width: 143px;
    height: 42px;
    background: #003D38;
    border-radius: 33px;
    font-weight: 600;
    font-size: 15px;
    line-height: 30px;
    padding-left: 22px;
    justify-content: flex-start;

}

.product-buy:hover {
    color: #fff;

}

.product-buy::after {
    content: "";
    display: block;
    position: absolute;
    background: url(images/cart.svg) no-repeat;
    width: 24px;
    height: 24px;
    top: 8px;
    right: 30px;
    background-size: contain;
}

.product-buy.animation span::after {
    content: "";
    display: block;
    position: absolute;
    background: url(images/cart.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;
    align-items: center;
    text-transform: uppercase;
    cursor: pointer;
    transition: 0.3s ease;

    font-weight: 600;
    font-size: 15px;
    line-height: 17px;
    color: #FFFFFF;
    transition: 0.3s ease;
    position: relative;

    width: 143px;
    height: 42px;
    padding-left: 22px;
    background: #003D38;
    border-radius: 33px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.buy-panel__item .buy:hover {
    background-color: #096059;
}

.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 button {
    border-radius: 50%;
    background: #e5e5e5;
    padding: 0;
    width: 10px;
    height: 10px;
    margin: 0 5px;
}

@media screen and (min-width: 0px) {

    .price-info__wrap .box div {
        display: flex;
        align-items: center;
        flex-direction: column;
        align-items: flex-start;

    }

}

@media screen and (min-width: 768px) {

    .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: 17px 16px 9px 16px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.price-info__wrap {
    width: 100%;
    align-content: stretch;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
}

.price-info__wrap-price {
    width: 100%;
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 10px;
}

.price-info__wrap .box {
    flex: 0 0 50%;
}

.price-info__wrap .btn-buy-cont {
    display: flex;

    justify-content: space-between;
    flex-direction: column;
}

.price-info__wrap .box {
    width: 100%;

    display: flex;

    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;
    align-items: flex-start;
    display: flex;
    letter-spacing: 0.02em;
    overflow: hidden;
    justify-content: space-between;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: #212121;
}

.price-info__head h1 .like,
.price-info__head .like {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
}

.price-info__head .like a,
.price-info__head .compare-card {
    padding: 10px;
}

.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%;

}

.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;
    text-align: center;

    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
    color: #CACACA;
}

.price-info__old-price::before {
    content: "";
    display: block;
    position: absolute;
    top: 0.5em;
    left: 0;
    width: 105%;
    height: 1px;
    background: #CACACA;
}

.price-info__new-price {
    position: relative;
    font-family: Montserrat;
    font-style: normal;
    letter-spacing: -0.05em;
    white-space: nowrap;
    font-weight: 600;
    font-size: 23px;
    line-height: 28px;
    color: #363636;
}

.price-info__old-price::after,
.price-info__new-price::after {
    content: "грн";
    top: 0;
    font-weight: 800;
}

.price-info__code-wrapper {
    margin-bottom: 30px !important;
}

.price-info__old-price::after {
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    color: #CACACA;
}

.price-info__new-price::after {
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;

    color: #363636;
}

.price-info__buy-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 17px;
    color: #FFFFFF;
    transition: 0.3s ease;
    position: relative;

    width: 143px;
    height: 42px;
    padding-left: 22px;
    background: #003D38;
    border-radius: 33px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.price-info__buy-btn span {
    position: relative;
}

.price-info__buy-btn span::after {
    content: "";
    display: block;
    position: absolute;
    background: url(images/cart.svg) no-repeat center/cover;
    width: 24px;
    height: 24px;
    top: -12px;
    right: -35px;
}

.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;
    margin-bottom: 20px;
}

.price-info__rating .price-info__stars {
    margin-right: 10px;
}

.price-info__code {
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    color: #CACACA;
    margin-top: 10px;
}

.price-info__stars {
    display: flex;
}

.price-info__star {
    position: relative;
    margin-right: 2px;
    color: #A7A7A7;
}

.price-info__reviews-wrapper {
    display: flex;
    align-items: center;
}

.price-info__reviews {
    font-family: Montserrat;

    font-size: 14px;
    line-height: 17px;
    text-align: center;
    margin-left: 15px;
    font-weight: 500;
    border-bottom: 1px solid #000;
    padding-bottom: 2px;
    color: #212121;
}

.price-info__reviews span {
    margin-right: 3px;
}

.price-info__add-reviews-wrapper {
    margin-left: 30px;
    display: flex;
    align-items: center;

}

.price-info__add-reviews {
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    display: flex;
    align-items: center;
    color: #01544A;
    margin-left: 7px;
}

.buy-panel .present-action {
    margin-bottom: 1.1em;
}

.credit-compare {
    padding: 10px 27px 10px 10px;
    height: auto;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    justify-content: space-between;
}

.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 {
    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: 16px 17px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 0 !important;
    margin-top: 10px;

}

.buy-panel-custom {
    flex-direction: column;
}

.delivery-list__item {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -moz-flex-direction: column;
    -o-flex-direction: column;
    text-align: center;
    align-items: center;
    width: 100%;

    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 {
    position: relative;
    top: 0;
    transition: all 0.2s ease;
    margin-right: 16px;
}

.delivery-list__icon .icon1 {
    width: 24px;
    height: 24px;
}

.delivery-list__icon .icon2 {
    width: 24px;
    height: 24px;
}

.delivery-list__icon .icon3 {
    width: 25px;
    height: 18px;
}

.delivery-list__head {
    font-family: Montserrat;
    font-style: normal;
    text-align: center;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: flex-start;

    font-weight: 600;
    font-size: 14px;
    line-height: 30px;
}

.delivery-list__info {
    font-family: Montserrat;
    font-style: normal;
    text-align: left;
    color: #000;

    font-weight: 500;
    font-size: 12px;
    line-height: 30px;
}

.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-custom {
    padding-top: 20px;
    margin: 0;
}

.techno-box__head {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    display: flex;
    align-items: center;
    color: #000;
    margin-right: 15px;

    font-weight: 500;
    font-size: 15px;
    line-height: 30px;
}

.techno-box__list {
    display: flex;
    align-items: center;
    flex-grow: 1;
    justify-content: space-between;
}

.techno-box__item {
    width: 40px;
    position: relative;
}

.techno-box__item img {
    width: 40px;
    height: 40px;
}

.techno-box__item:hover .techno-box__popup-info {
    opacity: 1;
    visibility: visible;
}

.techno-box__icon {
    width: 40px;
    cursor: pointer;
    transition: 0.3s ease;
}

.techno-box__popup-info {
    transition: 0.3s ease;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 70px;
    right: 0;
    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%;
    right: 10px;
    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: 40px;
}

.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 {
    border-radius: 6px;
    overflow: hidden;
    border: 1px solid #E0E0E0;
}

.char-list__item {
    transition: 0.3s ease;
    font-size: 14px;
    line-height: 20px;
    cursor: pointer;
    font-weight: 400;
    display: flex;
    align-items: center;
    color: #000;
    background-color: #F2F2F2;
    position: relative;

}

.char-list__title {
    border-right: 1px solid #E0E0E0;
    padding: 18px 6px 17px 12px;
}

.char-list__value {
    padding: 18px 24px 17px 12px;

}

.char-list__item:hover {
    background: #01544A;
    color: #fff;
    transition: 0.4s ease;
}

.char-list__item:nth-child(2n+1) {
    background: rgb(255, 255, 255);
}

.char-list__item:nth-child(2n+1):hover {
    background: #01544A;
    color: #fff;
    transition: 0.4s ease;
}

.char-list__title {
    max-width: 411px;
    width: 100%;
    display: inline-block;
    flex: 0 0 30%;
}

.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 28px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.heading-wrapper__head {
    width: 100%;
    margin: 0;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;

    font-weight: 600;
    font-size: 16px;
    line-height: 20px;

    color: #000000;
}

.heading-wrapper_rev-quest .heading-wrapper__head {
    max-width: 620px;
}

.char-desc {
    column-gap: 10px;
    margin-top: 10px;
    display: flex;
}

.char-desc__wrap {
    position: relative;
    width: 100%;
    background-color: #fff;
    border-radius: 10px;
    padding: 16px;
}

.char-desc__shadow-wrap {
    z-index: 1;
    position: absolute;
}

.char-desc__box {
    position: relative;
    overflow: hidden;
}

.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;
}

.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: #003D38;
    ;
    border-radius: 33px;
    color: #fff !important;
    transition: 0.3s ease;
    padding: 9px 62px 9px 43px;
    font-size: 14px;
    font-weight: 400;
    margin: auto;
    z-index: 1;
    width: 194px;
    text-align: center;
    white-space: nowrap;
    position: relative;
}

.char-btn-offset .char-desc__hide {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.char-btn-offset img {
    position: absolute;
    top: 16px;
    right: 36px;
    width: 14px;
    height: 8px;
    transition: 0.3s ease;
}

.char-desc__shadow-wrap {
    z-index: 1;
    position: absolute;
    height: 100%;
    font-weight: 500;
    font-size: 15px;
    line-height: 26px;
    color: #212121;
}

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

.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-start;
}

.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__wrap input,
.rev-quest__wrap textarea,
.rev-quest__wrap .form-data__area {
    background: #F4F4F4;
    border-radius: 5px;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    color: #A0A0A0;
}

.rev-quest__box {
    max-width: 620px;
    width: 100%;
    margin: 0 10px;
}

.rev-quest__block {
    position: relative;
}

.rev-quest__list {
    overflow: hidden;
    position: relative;
}

.rev-quest__list .char-desc__shadow-wrap {
    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;
    font-size: 14px;
    font-weight: 400;
}

.rev-quest__btn-more {
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.08);
    border-radius: 5px;
    color: #000;
    transition: 0.3s ease;
    padding: 9px 57px 9px 38px;
    font-size: 14px;
    font-weight: 500;
    position: absolute;
    left: 50%;
    margin-left: -100px;
    z-index: 1;
    bottom: -12px;
    width: 200px;
    text-align: center;
}

.rev-quest__btn-more:hover {
    color: #000;
}

.rev-quest__btn-more img {
    position: absolute;
    top: 14px;
    right: 36px;
    width: 14px;
    height: 8px;
    transition: 0.3s ease;
}

.rev-quest .height {
    height: 100%;
}

.question_form {
    margin-top: 85px;
}

.rev-quest__box_answer .rev-quest__item_admin {
    padding-left: 30px;
}

.rev-quest__box_answer .rev-quest__list {
    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 {
    overflow: hidden;
    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 {
    margin-right: 10px;

    font-weight: 500;
    font-size: 12px;
    line-height: 30px;
    color: #000;
}

#reviewStarsInput input:checked~label,
#reviewStarsInput label,
#reviewStarsInput label:hover,
#reviewStarsInput label:hover~label {
    background: url(images/icons/yellow-star.png) no-repeat;
}

#reviewStarsInput {
    overflow: hidden;
    *zoom: 1;
    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: 10px;
    width: 100%;
}

.form-data__head {
    margin-bottom: 7px;
    display: block;
    margin-left: 8px;
    font-family: Montserrat;
    font-style: normal;
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 14px;
    line-height: 30px;
    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 10px;
}

.form-data__box .form-data__label:last-child {
    max-width: 301px;
    width: 100%;
}

.form-data__input {
    background: transparent;
    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 {
    font-family: Montserrat;
    font-style: normal;
    display: flex;
    align-items: center;
    text-align: center;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;

    width: 193.81px;
    height: 42px;

    background: #003D38;
    border-radius: 33px;

    font-weight: 600;
    font-size: 15px;
    line-height: 30px;
}

.form-data__btn:hover {
    color: #fff;
    background: #096059;
}

.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-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-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%;
    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);
}

.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;
    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: #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;
}

.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;
}

.attributes .card-list-wrap {
    margin: 0 -10px;
}

.attributes .card-list {
    max-width: 100%;
}

.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;
    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;
    width: 100%;
    background: #c2cbc8;
    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 .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__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 #01544A;
}

@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 --------------------*/
.form-search input.form-search__input:-webkit-autofill {
    -webkit-text-fill-color: #000;
    color: #000;
}

.search-wrap {
    background: #fff !important;
    border-bottom: 1px solid #CACACA;
}

.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;
    width: 100%;
    margin-right: 21px;
}

.catalog-nav__item:last-child {
    margin-right: 0;
}

.catalog-nav__item:hover .catalog-nav__head {
    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;
    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: 700;
    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: 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: 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;
    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;
}

.compare__price_new {
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    letter-spacing: -0.02em;
}

.compare__buy-btn {
    padding: 8px 34px 8px 18px;
    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;
}

.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;
}

/*.catalog-mobile {*/
/*    background: #C41230;*/
/*}*/

/*.catalog-mobile .catalog {*/
/*    background: #C41230;*/
/*}*/

/*.catalog-mobile .catalog .catalog__search {*/
/*    background: #CC2C47;*/
/*}*/

.back {
    background: #00453A;
}

.header-mobile .popup-search {
    position: static;
    display: block;
}

.header-mobile .popup-search {
    background: #FFFFFF;
    border: 1px solid #F2F2F2;
    border-radius: 27px;
    width: 282px;
    margin-left: auto;
}

.icon-wrapper-mobile {
    display: flex;
}

.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 {
    color: #fff;
}

.header .search-wrap.fixed .main-cabinet.main-cabinet_enter {
    top: 112px;
}

.compare__char-item,
.compare__value-item {
    transition: 0.3s ease;
}

.compare__char-item:first-child:hover {
    background: #fff;
    color: inherit;
}

/* ------------------- Compare  End------------------ */

/* ---------------- 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: 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,
.special-offers__slider.card-list.slick-initialized,
.compare-mob__slider_main.slick-initialized,
.compare-mob__slider_char.slick-initialized {
    visibility: visible;
}

.news-slider,
.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.card-list {
    flex-wrap: nowrap;
    justify-content: center;
    visibility: hidden;
}

.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;
}

.user-mobile {
    height: 50px;
}

/* edit compare */
.comp-back-wrap {
    position: fixed;
    width: 100%;
    top: 50px;
    left: 0;
    z-index: 4;
    transition: 0.3s ease;
}

.copm-back-wrap .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;
}

.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 {
    color: #fff;
    text-decoration: underline;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 0px 4px;
    border-radius: 3px;
    padding-left: 30px;
    z-index: 99;
    transition: all 0.5s ease 0s;
    position: relative;
    background: #003D38;
    visibility: hidden;

    font-weight: 600;
    font-size: 15px;
    line-height: 30px;
    width: 192px;
    height: 36px;
    display: flex;
    align-items: center;

    -webkit-clip-path: polygon(25% 0%, 100% 1%, 100% 100%, 25% 100%, 0% 50%);
    clip-path: polygon(10% 0%, 100% 1%, 100% 100%, 10% 100%, 0% 50%);
}

#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: 16px 17px 16px 16px;
    margin-top: 10px !important;
    justify-content: space-between;
    flex-direction: column;
}

.another_phone.vodafone,
.another_phone.lifecell,
.another_phone.kievstar,
.another_phone.hot-line,
.another_phone {
    width: 100%;
    position: relative;
}

.another_phone a {
    position: relative !important;
    top: 0 !important;
}

.another_phone.vodafone:before,
.another_phone.life:before,
.another_phone.kiyvstar:before,
.another_phone.vector-phone:before {
    content: "";
    width: 20px;
    height: 20px;
    display: flex;
    top: 0;
    left: 0px;
    transform: translateX(-31px) translateY(-2px);
    position: absolute;
}

.another_phone.vodafone:before {
    background: url(images/icons/vodafone.svg) center / contain no-repeat;
}

.another_phone.life:before {
    background: url(images/icons/lifecell.png) center / contain no-repeat;
}

.another_phone.kiyvstar:before {
    background: url(images/icons/kiyvstar.svg) center / contain no-repeat;
}

.another_phone.vector-phone:before {
    background: url(images/icons/phone-black.svg) center / contain no-repeat;
}

.calc-panel-text {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 17px;
    font-weight: 500;
    font-size: 15px;
    line-height: 30px;
    color: #000000;
}

.calc-panel-text span {
    white-space: nowrap;
    font-weight: 600;
    font-weight: 600;
    font-size: 15px;
    line-height: 30px;
    color: #000000;
}

.calc-panel-text span b {
    color: #003D38;
}

.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;
    justify-content: space-between;
    padding-bottom: 20px;
    border-bottom: 1px solid #E0E0E0
}

.credit-box .buy-btn {
    font-weight: 500;
    font-size: 15px;
    line-height: 30px;
    text-align: center;
    color: #003D38;
    background-color: transparent;
    border-radius: 33px;
    border: 1px solid #003D38;
    width: 193px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.calc-panel-btn>a {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    font-family: Montserrat;
    font-style: normal;
    font-size: 10px;
    line-height: 12px;
    text-align: center;
    color: #FFFFFF;
    white-space: nowrap;
    width: 245px;
    height: 42px;
    background: #003D38;
    border-radius: 33px;
    font-weight: 600;
    font-size: 15px;
    line-height: 30px;
    text-align: center;
    color: #FFFFFF;
}

.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:nth-child(even) {
    background: #e5e5e5;
}

.calc-panel-popup-item:last-child {
    margin-bottom: 0;
}

.calc-panel-popup-item-title {
    flex-shrink: 0;
    font-weight: 500;
    font-size: 15px;
    line-height: 30px;
}

.calc-panel-popup-item-pay_num {
    flex-shrink: 0;
    font-weight: 500;
    font-size: 15px;
    line-height: 30px;
}

.calc-panel-popup-item-month_num {
    flex-shrink: 0;
    border: 1px solid #D4D4D4;
    border-radius: 5px;
}

.calc-panel-popup-item-month_num select {
    width: 74px;
    text-align: center;
}

.calc-panel-popup-item-sum {
    flex-shrink: 0;
    align-items: flex-end;
    font-weight: 600;
    font-size: 15px;
    line-height: 30px;
}

.calc-panel-popup-item-sum b {
    font-weight: 600;
}

.calc-panel-popup-item-apply a {
    width: 203px;
    height: 42px;
    background: #003D38;
    border-radius: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 15px;
    line-height: 30px;
    color: #fff;
}

.hartek {
    margin-bottom: 10px;
}

/* Кредитный калькулятор end */
@media (min-width: 1428px) {
    .card-product:nth-child(4n) {
        margin-right: 0;
    }
}

@media (min-width: 992px) {
    .change-form .cart-list {
        height: 520px;
    }
}

.custom-cart-popup .cart-list__price {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: flex-start;
    margin-top: 10px;
}

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

@media screen and (max-width: 1427px) {
    s .main-slider {
        margin-right: 0;
    }

    .compare-block.main-cabinet.main-cabinet_enter::after {
        left: 156px;
    }

    .main-cabinet {
        display: flex;
    }

    .card-list .card-product__hover .techno-list {
        justify-content: center;
    }

    .card-product:nth-child(3n) {
        margin-right: 0;
    }

    .header .main-cabinet.main-cabinet_enter,
    .header .main-cabinet.main-cabinet_entered {
        left: -25px;
    }

    .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;
    }

    .feature-box_second {
        padding-right: 50px;
    }

    section.search .search-list .card-product {
        width: calc(25% - 15px);
        margin-right: 15px;
    }

    section.search .search-list .card-product:nth-child(4n) {
        margin-right: 0;
    }

    .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%;
    }

    .phone-list .phone-list__wrap .phone-list__number .phone-list__popup {
        font-family: Roboto;
        font-style: normal;
        font-weight: 600;
        font-size: 20px;
        line-height: 23px;
        color: #F2F2F2;
        justify-content: center;
        text-align: center;
        display: flex;
        align-items: center;
    }

    .phone-list__item_main a {
        font-size: 20px;
        font-family: Roboto;
        font-style: normal;
        font-weight: 600;
        font-size: 20px;
        line-height: 23px;
        color: #F2F2F2;
    }

    .phone-list .phone-list__wrap .phone-list__menu::after {
        right: 18px;
        top: 22px;
    }

    .phone-list .phone-list__wrap .phone-list__menu {
        padding-left: 51px;
    }

    .phone-list__item img {
        top: 3px;
        left: -33px;
    }

    .copy .copy__btn {
        font-size: 11px;
    }

    .header .main-cabinet.main-cabinet_enter,
    .header .main-cabinet.main-cabinet_entered {
        left: -42px;
    }

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

    .buy-panel__wrap {
        width: calc(100% - 20px);
    }

    .prod-slider {
        margin: auto;
    }

    .popup-prod__arrow-left {
        left: -2%;
    }

    .popup-prod__arrow-right {
        right: 3%;
    }

    section.search .search-list .card-product {
        width: calc(33.333% - 15px);
        margin-right: 15px;
    }

    section.search .search-list .card-product:nth-child(4n) {
        margin-right: 15px;
    }

    section.search .search-list .card-product:nth-child(3n) {
        margin-right: 0;
    }

    .delivery-list__info {
        padding: 0 0px;
    }
}

@media screen and (max-width: 1200px) {
    .compare-block.main-cabinet.main-cabinet_enter::after {
        left: 124px;
    }

    .card-product:nth-child(3n) {
        margin-right: 20px;
    }

    .card-product:nth-child(2n) {
        margin-right: 0;
    }

    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-article .offer__text {
        padding: 53px 150px 64px;
    }

    .feature-box__content {
        padding: 20px;
        max-width: 100%;
    }

    .char-desc {
        flex-direction: column;
        margin-top: 10px;
    }

    .char-desc__wrap {
        width: 100%;
        margin-top: 10px;

    }

    .char-desc__wrap.char-desc__wrap--left {
        margin-top: 0
    }

    .attributes .card-list .card-product {
        margin: 0 10px;
    }

    .techno-box__popup-info {
        width: 243px;
    }

    .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%;
    }

    .attributes .card-list .card-product {
        margin: 10px;
    }

    .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 {
    width: 160px;
    height: 30px;
    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;
    position: absolute;
    top: 0;
    right: 0;
}

.header-mobile .catalog-tablet.catalog-mobile .catalog__heading {
    display: block !important;
}

@media screen and (max-width: 992px) {
    .mob-marg {
        margin-bottom: 13px;
    }

    .blackout {
        height: 100vh;
    }

    body.page,
    body.search_page,
    body.category_page,
    body.customer_page {
        display: grid;
        grid-template-rows: 1fr min-content;
        min-height: 100vh;
        align-content: start;
    }

    section.feature::before {
        left: -13%;
        top: -1%;
        width: 344px;
        height: 344px;
    }

    section.feature::after {
        right: -44px;
        bottom: -4%;
        width: 343px;
        height: 343px;
    }

    .icon-wrapper-mobile {
        padding-right: 15px;
    }

    section.product-card .heading-wrap_fixed.top-nav {
        top: 121px;
        width: 100%;
    }

    section.product-card .heading-wrap_fixed.top-nav .product-nav {
        justify-content: flex-start;
    }

    section.product-card .heading-wrap_fixed.top-nav .product-nav li {
        margin-right: 20px;
    }

    .price-info__reviews-wrapper {
        width: 100%;
    }

    .price-info__add-reviews-wrapper {
        margin-left: auto;
    }

    .price-info__code-wrapper {
        margin-bottom: 15px !important;
    }

    .question_form {
        margin-top: 20px;
    }

    .rev-quest__box_answer {
        margin-top: 30px;
    }

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

    .buy_one_click .fast_order_btn {
        position: static;
        margin: 15px auto 0 auto;
    }

    .heading-wrapper__head {
        text-align: center;
    }

    .buy_one_click .fast_order_input {
        border-radius: 5px;
    }

    .offer-wrapper {
        flex-wrap: wrap;
    }

    .offer-wrapper>div {
        flex: 0 0 100%;
        display: flex;
        flex-direction: column;
    }

    .offer-promotion-countdown-wrapper>div::after {
        font-size: 42px;
        line-height: 51px;
    }

    .offer-promotion-countdown-wrapper>div {
        padding: 0 12px;
    }

    .offer-promotion-countdown-wrapper>div b {
        font-size: 42px;
        line-height: 51px;

    }

    .offer-promotion-countdown-wrapper>div span {
        font-size: 14px;
        line-height: 17px;
    }

    .offer-promotion {
        margin-top: 10px;
    }

    section.cat-product .sorting-filter .select select {
        padding: 0;
        width: 208px;
        height: 48px;
        padding-left: 23px;
    }

    .user-bar__btn svg {
        width: 90%;
    }

    .news .section-head h2 {
        font-weight: 600;
        font-size: 20px;
        line-height: 22px;
    }

    section.feature .section-head,
    section.feature .text_cont {
        padding: 0 30px
    }

    section.feature p {
        font-weight: 400;
        font-size: 14px;
        line-height: 22px;
    }

    section.feature h1 {
        font-weight: 600;
        font-size: 20px;
        line-height: 22px;
    }

    .section-head h2 {
        font-style: normal;
        font-weight: 600;
        font-size: 20px;
        line-height: 22px;
    }

    .cart-back-wrap {
        position: fixed;
        width: 100%;
        top: 76px;
        left: 0;
        z-index: 10;
        transition: 0.3s ease;
    }

    .cart-list {
        height: 100%;
        overflow: auto;
        padding: 14px;
        padding-top: 0;
    }

    .mob-padd {
        padding: 90px 0 50px;
    }

    .user-menu-wrap {
        display: none;
    }

    .popup-menu-profile .cabinet-user .cabinet-user__name {
        display: block;
    }

    .cabinet-user__name {
        display: none;
    }

    .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__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 {
        max-width: 90vw;
        margin-top: 73px;
    }

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

    .catalog-mobile .catalog__heading {
        display: none !important;
    }

    .header-mobile .catalog-tablet.catalog-mobile {
        display: block !important;
        position: absolute;
        bottom: -52%;
        left: 15px;
    }

    .header-mobile .catalog-tablet.catalog-mobile {
        width: 100%;
        background-color: #00453A;
        left: 0;
    }

    .card-list {
        grid-template-columns: 1fr 1fr 1fr;
        gap: 10px;
    }

    .header-mobile .catalog-tablet.catalog-mobile .catalog__heading {
        padding-left: 20px;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .category_page .breadcrumbs {
        margin-top: 70px;
    }

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

    .main-slider-mobile__item {
        border-radius: 0;
    }

    .popup-cat {
        top: 74px;
    }

    .category_page .popup-filter-wrap .popup-cat__back-wrap {
        top: 75px;
    }

    .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: 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 .section-head {
        margin-bottom: 18px;
    }

    section.news {
        padding-top: 32px;
    }

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

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

    section.collections .section-head {
        margin-bottom: 2px;
    }

    .section-head a {
        font-size: 12px;
    }

    .card-product__status-list {
        top: 20px;
        left: 21px;
    }

    .card-product__status {
        font-family: "Montserrat";
        font-style: normal;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #FFFFFF;
        text-transform: uppercase;
        text-align: center;
        border-radius: 17px;
        width: 85px;
        height: 18px;
        font-weight: 600;
        font-size: 9px;
        margin-right: 0;
    }

    .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;
    }

    .sorting-filter {
        margin-left: 0;
    }

    section.cat-product .sorting-filter {
        margin-left: auto;
        order: 2
    }

    section.cat-product .sorting-filter .select {
        width: 100%;
    }

    section.cat-product .sorting-filter .select select {
        width: 100%;
    }

    section.cat-product .filter-popup-btn {
        order: 1;
    }

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

    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 .modal-cart-close {
        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;
    }

    .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 .product-buy {
        display: none;
    }

    .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: 0;
        top: 100px;
        margin: 0;
        border-radius: 0;
        overflow-y: scroll;
        transition: 0.3s ease;
        height: calc(100% - 100px);
        z-index: 99999999;
    }

    .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;
    }

    .attributes .card-list .card-product {
        margin: 10px;
    }

    .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;
    }

    .feature-info>* {
        padding: 0 !important;
        margin: 0 !important;
    }

    .feature-info {
        padding: 10px;
        overflow: hidden;
        height: 150px;
        position: relative;
        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-to-white.svg);
        width: 16px;
        height: 10px;
        transition: 0.3s ease;
        transform: rotate(180deg);
        background-repeat: no-repeat;
    }

    .feature-info.show-desc::after {
        content: "";
        display: block;
        position: absolute;
        bottom: 16px;
        right: 14px;
        background: url(images/icons/arrow-up-black-to-white.svg);
        width: 16px;
        height: 10px;
        transform: rotate(0);
        background-repeat: no-repeat;

    }

    section.search .search-list .card-product {
        width: calc(33.333% - 12px);
        margin-right: 15px;
    }

    section.search .search-list .card-product:nth-child(3n) {
        margin-right: 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;
    }

    section.feature::before {
        left: -23%;
        top: -1%;
        width: 243px;
        height: 243px;
    }

    section.feature::after {
        right: -93px;
        bottom: -4%;
        width: 248px;
        height: 248px;
    }

    .popup-section__char-item {
        flex-direction: column;
    }

    .popup-section__char-item:nth-child(2n) {
        background-color: #fff;
    }

    .popup-section__char-item {
        padding: 0 15px;
    }

    #popup-tabs {
        padding-top: 20px;
    }

    .popup-section__param {
        width: 100%;
        background: #F4F4F4;
        border-radius: 5px;
        padding: 10px;
        display: inline-block;
    }

    .popup-section__char-list {
        padding-top: 20px;
    }

    .popup-section__value {
        width: 100%;
        text-align: left;
        padding: 10px;
        display: inline-block;
    }

    .cart-back-wrap {
        top: 121px;
    }

    .popup-section__item {
        top: 171px;
    }

    .char-list__item>span {
        width: 50%;
        max-width: 50%;
        flex: 0 0 50%;
    }

    .mobile-tablet-cart.user-bar__item.user-bar__item_m-cart {
        display: none;
    }

    .card-list {
        grid-template-columns: 1fr;
    }

    .icon-wrapper-mobile {
        padding-right: 0;
    }

    .popup-cat {
        top: 121px
    }

    .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;
    }

    .section-head .header_type {
        font-weight: 600;
        font-size: 20px;
        line-height: 22px;
    }

    section.feature .section-head,
    section.feature .text_cont {
        padding: 0 30px;
    }

    .card-list .card-product {
        margin: 0;
        padding: 23px 10px 10px 10px;
    }

    .card-list {
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .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);
    }

    .sorting-filter {
        width: 100%;
    }

    .sorting-filter .select {
        width: 100%;
    }

    .sorting-filter .select select {
        width: 100%;
    }

    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% - 8px);
    }

    .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;
    }

    .nav-slider {
        display: none;
    }

    .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;
    }

    .attributes .card-list {
        margin-top: -10px;
        justify-content: flex-start;
    }

    .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;
    }

    section.search .search-list .card-product {
        width: 100%;
        margin-right: 0 !important;
    }

    .buy_one_click .fast_order_error_text {
        width: 100%;
        height: 40px;
        font-size: 14px;
    }

    .buy_one_click .fast_order_btn {
        width: 50%;
    }

    .popup-search button {
        right: 4em;
    }
}

@media screen and (max-width: 576px) {
    .calc-panel {
        -moz-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
    }

    .calc-panel-text {
        justify-content: center;
    }

    .calc-panel-btn {
        flex-direction: column;
        width: 100%;
        margin-left: 0px;
        margin-top: 10px;
        justify-content: center;
    }

    .calc-panel-btn a {
        height: 50px;
    }

    .credit-box .buy-btn,
    .credit-box,
    .calc-panel-btn>a {
        width: 100%;
    }

    .collect-mob-slider__link .overlay strong {
        padding-right: 0;
        bottom: 10px;
        left: 10px;
    }

    .wrap-list__item {
        width: calc(100% - 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;
    }

    .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;
    }

    .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;
    }

    .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) {
    .cart-choise {
        padding: 5px;
    }

    section.feature::before {
        left: -34%;
        top: -1%;
        width: 242px;
        height: 242px;
    }

    section.feature::after {
        right: -152px;
        bottom: -4%;
        width: 248px;
        height: 248px;
    }
}

@media screen and (max-width: 375px) {
    .card-product__info .right-info .buy-btn {
        font-size: 10px;
        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 #01544A;
    height: 500px;
    overflow: scroll;
}

#popup_search_result .close {
    cursor: pointer;
    font-size: 16px;
    color: #01544A;
}

#popup_search_result .row {
    padding-top: 10px;
}

#popup_search_result img {
    width: 40px;
}

#popup_search_result .title_search a:link {
    color: #01544A;
}

#popup_search_result .title_search {
    vertical-align: middle;
    padding-top: 10px;
}

/*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 .card-list {
    max-width: auto;
}

/*Superprice page end*/
.warning_string {
    padding: 3px;
    text-align: center;
    text-transform: uppercase;
    color: white;
}

/**/
.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: 80px;
    height: 80px;
    overflow: hidden;
    border-radius: 5px;
    padding: 5px;
    position: relative;
    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;
}

/* Товары с другими параметрами 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;
}

.price-info__rating.price-info__stars-mobile {
    display: none;
}

@media (max-width: 992px) {
    .mobile-tablet-cart {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .price-info__stars {
        display: none;
    }

    .price-info__code-wrapper {
        display: flex;
    }

    .product-nav {
        max-width: 100%;
    }

    .price-info__rating.price-info__stars-mobile {
        display: flex;
        flex-direction: row;
    }

    .select:before {
        top: 22px
    }

    .mobile-tablet-cart a {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .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;
    }

    .main-tile-item {
        max-width: 100% !important;
        height: 166px;
    }

    .user-bar__item_m-cart {
        display: none;
    }

    .mobile-tablet-cart.user-bar__item_m-cart {
        display: flex;
    }

    .header-mobile {
        display: flex;
        justify-content: space-between;
        padding: 16px 0;
        background-color: #fff;
    }

    .compare-show-mobile {
        display: none;
    }

    .wish-show-mobile {
        display: none;
    }
}

@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;
    }

    .header-mobile {
        display: block !important;
    }

    .compare-show-mobile {
        display: block;
        margin-left: 24px;
    }

    .user-bar__item_m-cart {
        display: block;
    }

    .mobile-tablet-cart {
        display: none;
    }

    .wish-show-mobile {
        display: block;
        margin-left: 24px !important;
    }

    .catalog-mobile .catalog .catalog__search {
        right: 72px;
    }

    .header-mobile .catalog-tablet.catalog-mobile {
        display: none !important;
    }

    .catalog-mobile .catalog__heading {
        display: block !important;
    }

    .header-mobile {
        padding-top: 12px;
        padding-bottom: 8px;
    }
}

@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 {
        font-family: "Montserrat";
        font-style: normal;
        overflow: hidden;
        position: absolute;
        top: 35px;
        left: 35px;

        font-weight: 600;
        font-size: 17px;
        line-height: 22px;
        text-transform: uppercase;
        color: #FFFFFF;
    }
}

@media screen and (min-width: 500px) {
    .main-tile {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-auto-rows: auto;
        gap: 10px;
    }

    .main-tile-item .text-collection {
        width: 90%;
        font-family: "Montserrat";
        font-style: normal;
        color: #fff;
        overflow: hidden;
        position: absolute;
        top: 10px;
        left: 10px;
        font-weight: 600;
        font-size: 15px;
        line-height: 22px;
        z-index: 1;
    }
}

@media screen and (min-width: 992px) {
    .main-tile {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px 20px;
    }

    .main-tile-item .text-collection {
        width: 100%;
        font-family: "Montserrat";
        font-style: normal;
        overflow: hidden;
        position: absolute;
        top: 18px;
        left: 16px;
        font-weight: 600;
        font-size: 17px;
        line-height: 22px;
        text-transform: uppercase;
        color: #FFFFFF;
        text-shadow: none;
        z-index: 1;
    }
}

.main-tile-item {
    overflow: hidden;
    position: relative;
    height: 198px;
    border-radius: 15px;

    border: 1px solid #CACACA;
}

.main-tile-item:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    filter: contrast(103%) saturate(120%);

    background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
}

.main-tile-item {
    max-width: 358px;
    width: 100%;
}

.main-tile-item:first-child,
.main-tile-item:nth-child(5) {
    width: 100%;
    max-width: 504px;
}

.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: 768px) {
    .main-tile {
        display: grid;
        grid-template-columns: 1fr;
        grid-auto-rows: auto;
        gap: 10px;
    }
}

@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;
    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;
    justify-content: space-between;
    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;
    margin-right: 10px;
}

.profile-address__delite-link {
    font-size: 12px;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
}

.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;
    margin-right: 10px;
}

.profile-address__list-body__delite {
    margin-right: 105px;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
}

@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;
    color: white;
}

.select--active::after {
    content: "";
    position: absolute;
    top: 32px;
    width: 15px;
    height: 15px;
    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;
}

@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;
}

@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__info-text {
    margin-top: 17px;
    max-width: 400px;
    width: 100%;
}

@media (max-width: 576px) {
    .change-email__info-text {
        font-size: 11px;
    }
}

.change-email__btn {
    margin-top: 24px;
    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;
    opacity: 0;
    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;
}

@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;
}

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

.reset-pass__btn {
    margin-top: 24px;
    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 {
    color: #fff;
    font-weight: 500;
    text-align: center;
    padding: 8px 20px;
    border-radius: 5px;
    width: 95px;
}

.reg-reset {
    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;
}

.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;
    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 {
        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 {
    padding: 5px 35px;
    border-radius: 5px;
    color: #fff;
    transition: all 0.5s ease;
}

.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;
}

.compare-reting {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.compare-item__desc {
    width: 116%;
    height: 40px;
    display: flex;
    align-items: 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 {
    color: #fff;
}

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

.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;
    border-radius: 2.81336px;
    color: #FFFFFF;
}

.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;
}

@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;
    z-index: 99999 !important;
}

.gallery-popup-show .gallery {
    height: auto !important;
}

.swiper-slide-thumb-active {
    border-color: #447C72 !important;
}

.swiper-scrollbar-drag {
    background-color: #01544A !important;
    border-radius: 50px;
}

.swiper-vertical>.swiper-scrollbar {
    border-radius: 50px !important;
}

.gallery {
    height: 580px !important;
}

.swiper-mini__swiper-slide {
    width: 120px !important;
    height: 120px;
    margin-bottom: 10px;
}

.fancybox-title {
    background-color: #01544A !important;
    height: auto !important;
    padding: 16px !important;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
}

.fancybox-content {
    background-color: #C2CBC8;
    max-width: 978px !important;
}

.calc-panel-popup-item {
    background-color: #fff !important;
    border-radius: 5px;
}

.panel-gallery-button {
    width: 143px !important;
    height: 42px !important;

    background: #003D38 !important;
    border-radius: 33px !important;
    display: flex !important;
    align-self: center !important;
    justify-content: center !important;

    font-weight: 600 !important;
    font-size: 15px !important;
    line-height: 30px !important;
}

@media (max-width: 992px) {
    .gallery {
        height: 461px !important;
    }

    .swiper-mini__swiper-slide {
        width: 75px !important;
    }
}

@media (max-width: 768px) {
    .price-info {
        margin-top: 10px;
    }
}

/*Видео контейнер*/

@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: 16px;
    display: flex;
    justify-content: center;
    background: #FFFFFF;
    border-radius: 10px;
    margin-top: 10px;

}

.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;
    }
}

.panel-gallery__price p,
.panel-gallery__price span {
    font-weight: 600 !important;
    font-size: 23px !important;
    line-height: 28px !important;
    color: #363636 !important;
}

.panel-gallery__old-price p,
.panel-gallery__old-price span {
    font-weight: 600 !important;
    font-size: 15px !important;
    line-height: 18px !important;
    color: #CACACA !important;
    ;
}

.panel-gallery__old-price::after {
    transform: rotate(360deg) !important;
    background-color: #cacaca !important;
}

.conintain_video__veiwe .video__box {
    flex: 1;
    max-width: 243px;
    overflow: hidden;
    position: relative;
    border-radius: 6px;
    cursor: pointer;
    display: flex;
}

.conintain_video__veiwe .video__box span {
    display: flex;
    position: absolute;
    top: 50%;
    left: 50%;
    transition: 0.4s ease-in-out;
    transform: translate(-50%, -50%);
    width: 41px;
    height: 41px;
    background: #01544A;
    border-radius: 50%;
    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;
}

@media (max-width: 768px) {
    .conintain_video__veiwe {
        flex-direction: column;
    }

    .conintain_video__veiwe .video__box {
        max-width: 100%;
        width: 100%
    }
}

@media (max-width: 390px) {
    .page-list__item {
        width: 28px;
        height: 28px;
    }
}

/*# sourceMappingURL=style.css.map */

/* PROMOTION PAGE */
.offer-wrapper {
    flex-direction: column;
}

section.card-page .offer__main-img {
    margin-bottom: 8px;
}

/* PROMOTION CATALOG */
.telegram--fixed {
    display: block !important;
}

.spec-offer__item .gray-no-price {
    background-color: #F9DB41 !important;
}

/* 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 .reset_filter,
    .action_page .show_ {
        position: static;
    }
}

/* Footer */

.category_page .filter-wrap {
    overflow: unset;
    max-height: none;
}

.compare_sign.actions__btn_in-compare.ua::after {
    content: "В порівнянні"
}

.compare_sign.actions__btn_compare.ua::after {
    content: "Порівняти"
}

.compare_sign.actions__btn_in-compare.ru::after {
    content: "В сравнении"
}

.compare_sign.actions__btn_compare.ru::after {
    content: "Сравнить"
}

.image-info {
    width: 60%;
    height: 500px;
    object-fit: cover;
}

@media screen and (max-width: 992px) {
    .image-info {
        width: 100%;
        height: 300px;
    }
}

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

.user-bar-mob .navigation {
    z-index: 9999;
    position: relative;
    background: none;
}

.user-bar-mob .navigation .lang span {
    color: #00453a;
}

.user-bar-mob .navigation .lang::after {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.5 0.75L5 5.25L9.5 0.75' stroke='darkgreen' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    width: 10px;
    height: 5px;
    background-repeat: no-repeat;
    margin-left: 5px;
}

.user-bar-mob .lang-wrapper {
    padding-right: 0;
}

.user-bar-mob .user-bar__item {
    margin-left: 20px;
}

.user-bar-mob .user-bar__item:nth-child(1) {
    margin-left: 0;
}

.user-bar-mob .user-bar__item:nth-child(2) {
    margin-left: 0;
}

.user-bar-mob .user-bar__item.navigation {
    z-index: 9999;
    position: relative;
    background: none;
    margin-left: 5px !important;

}

.copyright.mobile {
    margin: 10px 0;
    text-align: center;
}

#delivery .select-delivery {
    width: 100%;
    border-radius: 5px;
}

.product-card .swiper-slide__image {
    position: inherit;
}

.product-card .swiper-slide[style]:not(.swiper-slide-visible) img {
    display: none;
}

.swiper-mini__img {
    vertical-align: middle;
}

.swiper-mini__img img {
    margin: 10px;
    position: relative !important;
    top: unset !important;
    left: unset !important;
    -webkit-transform: unset !important;
    -ms-transform: unset !important;
    transform: unset !important;
}

@media screen and (min-width: 992px) {
    .product-card .swiper-wrapper {
        flex-direction: column;
    }
}

.panel-gallery-old__price {
    position: relative;
    font-style: normal;
    font-weight: 900;
    font-size: 16px;
    line-height: 19px;
    color: #c41230;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    margin-left: auto
}

.panel-gallery-old__price p {
    font-weight: 600 !important;
    font-size: 15px !important;
    line-height: 18px !important;
    color: #CACACA !important;
    text-decoration-line: line-through;
    text-decoration-thickness: .1rem;
}

img.slide-image:not([src]) {
    visibility: hidden;
}

section.feature h1 {
    font-weight: 600;
    font-size: 38px;
    line-height: 1;
}

section.feature .text_cont h2 {
    font-weight: 600;
    font-size: 32px;
    line-height: 1;
    margin-bottom: 15px;
    margin-top: 15px;
}

section.feature .text_cont h3 {
    font-weight: 600;
    font-size: 26px;
    line-height: 1;
}

section.feature .text_cont ul li {
    font-size: 20px;
    line-height: 22px;
}

@media screen and (max-width: 992px) {
    section.feature h1 {
        font-weight: 600;
        font-size: 28px;
        line-height: 1;
    }

    section.feature .text_cont h2 {
        font-weight: 600;
        font-size: 24px;
        line-height: 1;
    }

    section.feature .text_cont h3 {
        font-weight: 600;
        font-size: 20px;
        line-height: 1;
    }

    section.feature .text_cont ul li {
        font-weight: 400;
        font-size: 14px;
        line-height: 1.5;
    }
}

#content_wrapper {
    max-width: 100vw;
}
.card-remove-favorite{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:#f2f2f2;border-radius:2px;cursor:pointer;width:24px;height:24px}.catalog-wrap .card-product .card-remove-favorite,.search-list .card-product .card-remove-favorite,.product-card .card-remove-favorite,.special-offers__slider .card-remove-favorite,.spec-offer .card-remove-favorite{display:none !important}.card-nav{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:4px;position:absolute;top:12px;right:16px}.cabinet-head{display:flex;align-items:center;justify-content:space-between;margin:20px 0 35px}@media(max-width: 540px){.cabinet-head{flex-direction:column;margin:20px 0;gap:12px}.cabinet-head>*{width:100% !important;margin-right:0 !important}}.cabinet-head h2{font-family:"Montserrat";font-style:normal;font-weight:600;font-size:28px;line-height:34px;display:flex;align-items:center;color:#000 !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}.popup-filter .cabinet-head h2{margin:24px 0 15px}@media screen and (max-width: 992px){.cabinet-head h2{font-size:16px}.category_page .cat-product .cabinet-head h1{display:none}section.card-page .cabinet-head{margin-top:30px}section.card-page .cabinet-head h2{line-height:20px}}@media(max-width: 1024px){.action_page .cabinet-head{flex-direction:row-reverse}}.container-product-info .cart-list__credit-buttons{display:flex;align-items:center;justify-content:center;position:relative;z-index:3}@media screen and (min-width: 0px){.container-product-info .cart-list__credit-buttons{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{justify-content:flex-start;margin-left:auto}.container-product-info .cart-list__buy-credit::before{display:none}}@media screen and (min-width: 1200px){.container-product-info .cart-list__buy-credit::before{display:flex}}.check-form__item,.check-form__item_tabs .tab__item{width:100%}@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}}@media(max-width: 480px){.copy-info-footer img{width:126px}.footer-mobile .table-footer .line-table p{font-size:12px}}.footer{background-color:#01544a;color:#fff;width:100%;padding:42px 0 28px}.footer a{color:#fff}.table-footer>a{display:flex}.footer-mobile{width:100%;background:#01544a;color:#fff;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:#fff;justify-content:center}.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:#fff}.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:#fff}.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:#fff !important}.char-desc__wrap--left{height:100%;flex:0 0 769px;background-color:#fff;border-radius:10px;padding:16px}.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:.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:#fff}.footer-box__list{padding:.5em 0;display:flex;flex-direction:column}.footer-box__wrapper{display:flex;flex-direction:column;height:100%}.footer-box__copyright{display:flex;justify-content:space-between;align-items:flex-end;margin-top:auto;flex-grow:1}.footer-box__copyright a{font-weight:500;font-size:16px;line-height:25px;letter-spacing:.0015em;color:#fff;opacity:.6}.copy-info-footer img{width:203px}.copy-date{text-align:right}.char-list__value{width:100%;display:inline-block}.footer-box__head{font-family:"Montserrat";font-style:normal;color:#fff;font-weight:700;font-size:18px;line-height:22px;letter-spacing:.0015em}.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:#fff;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 8px}.footer-box__head_networks a:first-child{margin:0 3px 0 13px}.footer-box__list .footer-box__item:first-child{padding-left:0}.footer-box__list .footer-box__item:last-child{padding-right:0;border-right:none}.footer-box__list .footer-box__item a{font-family:Montserrat;font-style:normal;color:#fff;font-weight:500;font-size:14px;line-height:17px;display:flex;align-items:center;letter-spacing:.0015em;padding:5px 0;white-space:nowrap}.footer-box__schedule ul li span:last-child{margin-left:3px}.footer-box__schedule ul li span{white-space:nowrap}.footer-box__schedule .cont_time{display:flex}.footer-box__schedule .cont_time div:last-child{margin-left:3px}.footer-logo-container .footer-box{width:100%;margin-bottom:40px}.footer-logo{width:100%}.footer-box__schedule{margin-top:35px}.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:center;flex-direction:column}.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:#fff}.footer-box__mode .mode__days{width:70px}.footer-box__mode .mode__time{width:150px}@media screen and (max-width: 992px){.footer{padding:57px 0 28px;background:#000}.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}}@media screen and (max-width: 768px){.footer{padding-top:16px;padding-bottom:27px}.footer-box__list{margin-bottom:0;flex-direction:column}.footer-box__list .footer-box__item{padding-right:0;padding-left:0;border-right:none;padding-top:8px;padding-bottom:8px}.footer-box__list .footer-box__item a{font-size:14px;line-height:17px}}@media screen and (max-width: 576px){.footer::before{top:-68px}.footer-box__mode{margin-left:20px}.footer-box__mode .mode{font-size:12px;margin-top:10px;line-height:22px}.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}}.footer-box__copyright.mobile{display:none;margin:10px 0;text-align:center}@media(max-width: 992px){.footer-box__copyright{display:none}.footer-box__copyright.mobile{display:block}.footer .row>div{margin-bottom:20px}.footer .col-lg-10 .footer-box{flex-direction:column}.footer-logo-container{position:absolute;order:1}}.footer-logo-container .footer-box:first-of-type{display:flex;align-items:center;justify-content:space-between;width:100%}.--body-lock,.--body-lock-over{overflow:hidden;position:absolute;top:0;left:0;width:100%;height:100%}.--body-lock #modals,.--body-lock-over #modals-over{display:block}.modals{display:none;overflow-y:auto;position:fixed;top:0;left:0;width:100%;height:100%;z-index:29999}.modals table{position:absolute;width:100%;height:100%}.modals table tbody,.modals table tr{width:100%;height:100%}.modals table td{overflow-x:hidden}.modals-bg{background-color:rgba(0,0,0,.2);position:absolute;top:0;left:0;width:100%;height:100%}.modal-new,.cart{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;background-color:#c2cbc8;max-width:768px;width:100%;max-height:800px;height:90dvh;box-shadow:0 0 4px rgba(0,0,0,.08);border-radius:10px;margin:0 auto}@media(max-width: 640px){.modal-new,.cart{height:100dvh}}@media(max-width: 992px){.cart-wrap-overlay{position:relative}}.cart-head{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;background-color:#003d38;padding-left:30px;color:#fff;width:100%;min-height:50px;height:50px;border-radius:4px 4px 0 0}.cart-list-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;flex:1 1 auto;overflow-y:auto;width:100%}.cart-list-wrap.cart-list-wrap-empty{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:#fff;border-radius:4px;width:calc(100% - 24px);margin:12px}.cart-list-wrap::-webkit-scrollbar{width:8px}.cart-list-wrap::-webkit-scrollbar-track{background:#e5e5e5;border-radius:50px}.cart-list-wrap::-webkit-scrollbar-thumb{background:#01544a;border-radius:50px}.present-form{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;flex:1 1 auto;width:100%}.present-form .cart-list{flex:1 1 auto}.cart-list{width:100%;padding:16px}@media(min-width: 992px){.cart-head span{font-family:"Montserrat";font-style:normal;font-weight:700;font-size:16px;line-height:24px;color:#fff}.cart-head h2{padding-right:50px;font-family:"Montserrat";font-style:normal;font-weight:700;font-size:16px;line-height:24px;color:#fff}}.cart-list-wrap-empty-title{font-weight:600;font-size:16px;line-height:22px}.cart-list-wrap-empty-title::before{content:"";width:24px;height:24px;background-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 22C9.55228 22 10 21.5523 10 21C10 20.4477 9.55228 20 9 20C8.44772 20 8 20.4477 8 21C8 21.5523 8.44772 22 9 22Z' stroke='%23131313' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20 22C20.5523 22 21 21.5523 21 21C21 20.4477 20.5523 20 20 20C19.4477 20 19 20.4477 19 21C19 21.5523 19.4477 22 20 22Z' stroke='%23131313' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1 1H5L7.68 14.39C7.77144 14.8504 8.02191 15.264 8.38755 15.5583C8.75318 15.8526 9.2107 16.009 9.68 16H19.4C19.8693 16.009 20.3268 15.8526 20.6925 15.5583C21.0581 15.264 21.3086 14.8504 21.4 14.39L23 6H6' stroke='%23131313' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");background-repeat:no-repeat;display:block;margin:0 auto;margin-bottom:15px}.cart-list__wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:#fff;border-radius:10px;position:relative;width:100%;gap:8px}@media(max-width: 640px){.cart-list__wrap{-ms-flex-wrap:wrap;flex-wrap:wrap}}.cart-list-item-image{max-width:100px;width:100%}.cart-list__desc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;width:100%}.cart-list-item{background:#fff;padding:34px 16px 16px 16px;border-radius:10px;width:100%;box-shadow:0px 0px 4px rgba(0,0,0,.08);display:flex;align-items:center;justify-content:space-between;margin-bottom:10px;flex-direction:column;gap:8px}.cart-list-item{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.cart-list-item .present-action{border:none;margin-top:10px;width:100%}.cart-list-item .buy-panel__item{margin-bottom:0}.cart-list-item .present-action-head{position:relative}.cart-list-item img{object-fit:contain;width:100px;aspect-ratio:4/4}@media screen and (max-width: 576px){.cart-list-item img{width:60px}}@media screen and (max-width: 768px){.cart-list-item .cart-list__desc{flex-direction:column;width:80%}}.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;display:flex;align-items:center;font-weight:600;font-size:15px;line-height:18px;color:#212121}@media(max-width: 320px){.cart-list-item .cart-list__desc h3{font-weight:500;font-size:14px;line-height:14px;font-weight:600}}.cart-list-item .cart-list__desc .cart-list__price .old-price{font-family:Montserrat;font-style:normal;text-align:center;margin-right:20px;white-space:nowrap;text-transform:uppercase;overflow:hidden;position:relative;font-weight:600;font-size:15px;line-height:18px;text-decoration-line:line-through;color:#cacaca}.cart-list-item .cart-list__desc .cart-list__price .action-price{font-family:"Montserrat";font-style:normal;text-align:center;letter-spacing:-0.02em;font-weight:600;font-size:23px;line-height:28px;color:#363636}.cart-list-item .cart-list__quantity{padding:0 !important;margin:0 !important;display:flex;flex-direction:column;align-items:center;right:1em;width:2em;justify-content:flex-end}.cart-list-item .cart-list__quantity .plus,.cart-list-item .cart-list__quantity .minus{width:20px;height:20px;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:#000;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:#003d38;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:#000;position:absolute}.change-equip .cart-list-item{border:2px solid rgba(0,0,0,0)}.change-equip .cart-list-item .del{display:none}.change-equip .cart-list-item .cart-list__desc .cart-list__price{right:2%}.cart .cart-list-item{position:relative}.cart-btn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-radius:9999px;padding:4px 16px;height:40px;font-family:"Montserrat";font-style:normal;text-align:center;font-weight:500;line-height:1.2;font-size:12px}@media screen and (min-width: 320px){.cart-btn{font-size:calc(12px + 0.0029850746 * (100vw - 320px))}}@media screen and (min-width: 1660px){.cart-btn{font-size:16px}}.cart-btn_order{background:#003d38;color:#fff}.cart-btn_order:hover{color:#fff;background:#096059}.cart-btn_continue{border:1px solid #003d38;color:#003d38}.cart-btn_continue:hover{background:#096059;color:#fff}.comp-mob-popup .comp-back-wrap{position:relative !important;top:-24px !important;width:calc(100% + 30px);margin-left:-15px}.comp-mob-popup{display:block;position:absolute;top:124px;left:-120%;z-index:29999;width:100%;height:calc(100dvh - 124px);margin:0;padding:24px 0 8px;overflow:auto;transition:.3s ease;background:#f2f2f2}.comp-mob-popup.--show{left:0}.comp-mob-popup h2{font-size:16px;font-weight:500}.present-box{display:flex;justify-content:space-between;align-items:center;width:100%}.present-action{display:flex;margin-top:10px}.present-action-head{background-image:url("images/icons/Pattern2.png"),linear-gradient(270.96deg, #113632 0%, #01544A 92.92%);background-size:contain;background-repeat:repeat;border-radius:5px;padding:16px;width:100%;display:flex;justify-content:space-between;gap:16px}.present-action-head-info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto;width:100%;gap:8px}.present-action-head-info .present-box{align-self:flex-end;color:#fff;font-weight:700;font-size:15px;line-height:18px;white-space:nowrap}.present-action-img{max-width:100px;border-radius:5px}.present-action-head span{width:100%;color:#fff;font-weight:600;font-size:15px;line-height:18px}.custom-cart-popup .present-action-head{margin-top:10px;padding:16px;justify-content:flex-start}.custom-cart-popup .present-action-head .present-box{position:static;width:auto;margin-left:auto}@media screen and (max-width: 992px){.custom-cart-popup .present-action-head{flex-wrap:wrap}.custom-cart-popup .present-action-head .present-box{margin-left:auto;align-self:flex-end}.custom-cart-popup .present-action-head>span{align-self:flex-start;flex-grow:1;max-width:inherit}.present-action-head{flex-direction:column;justify-content:center;align-items:center}.present-action-head>div{text-align:center}.present-action-img{margin-right:0;margin-bottom:15px}}@media screen and (max-width: 576px){.present-action-head span{font-size:14px;line-height:16px;height:50px}.present-action-img{width:60px !important}.custom-cart-popup .present-action-head>span{font-size:11px}.custom-cart-popup .present-box__strong{font-size:10px}.present-action{height:auto}.present-action-img{margin-right:16px}}.change-equip .cart-list-item-active{border:2px solid #c41230 !important}.change-equip .cart-list-item-active .del{display:block;background:#fff}.change-equip .cart-list-item-active .del::before{width:14px;height:7px;transform:rotate(-45deg);background:#fff;top:8px;left:6px}.change-equip .cart-list-item-active .del::after{display:none}.news-list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%;gap:16px}.news-list .slick-track{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.news-list .slick-track .news-list-item{-webkit-box-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto;display:flex !important;width:100%;margin:0}.news-list .slick-list{margin-right:-14px;padding-left:0 !important;margin-left:-8px}.news-list .slick-slide{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;padding:8px}.news-list .slick-slide>div{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-box-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto;width:100%}.news-list-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;background-color:#fff;border-radius:12px;box-shadow:0 0 4px rgba(0,0,0,0.1882352941);transition:.5s ease}.news-list-item.--std{width:calc(25% - 12px)}@media(max-width: 1024px){.news-list-item.--std{width:calc(33.33% - 12px)}}@media(max-width: 768px){.news-list-item.--std{width:calc(50% - 8px)}}@media(max-width: 540px){.news-list-item.--std{width:100%}}.news-list-item:not(:disabled):not([disabled]):not(.--disabled):hover{box-shadow:0 0 10px rgba(0,0,0,0.2705882353)}.news-list-item:disabled,.news-list-item[disabled],.news-list-item.--disabled{opacity:.4}.news-list-item:disabled .news-list-link,.news-list-item[disabled] .news-list-link,.news-list-item.--disabled .news-list-link{cursor:default !important}.news-list-item .news-image-parent{border-radius:12px 12px 0 0;overflow:hidden;position:relative;width:100%;aspect-ratio:600/176}.news-list-item .news-image{border-radius:12px 12px 0 0;width:100%;position:absolute;top:0;left:0;object-fit:contain}.news-list-link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-box-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto;width:100%}.news-list-info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-box-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto;overflow:hidden;position:relative;width:100%;padding:16px;gap:16px}.news-list-title{display:flex;flex-direction:column;overflow:hidden;font-size:14px;line-height:18px;letter-spacing:-0.02em;font-weight:500;width:100%;height:70px}.news-list-title>p{color:#131313;font-weight:700;font-size:15px;line-height:22px}.news-list-title .alert-promotion{display:flex;align-items:center;color:#003d38;font-family:"Montserrat";font-style:normal;letter-spacing:-0.02em;font-weight:400;font-size:12px;line-height:22px}.news-list-text{-webkit-box-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto;color:#131313 !important;font-size:12px;font-weight:400;overflow:hidden;line-height:15px}.promotion-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:8px}.news-list-term{color:#003d38;font-family:"Montserrat";font-style:normal;letter-spacing:-0.02em;text-align:center;font-weight:500;font-size:12px;line-height:22px;white-space:nowrap}.news-list-term .vertical{opacity:0}.black-white .news-list-term{background-color:#e5e5e5;color:#363636;height:24px;padding:0 8px}section.news{padding-top:50px;padding-bottom:50px;background-color:#c2cbc8}section.news .section-head{margin-bottom:35px}.news .section-head h2{font-weight:600;font-size:24px;line-height:22px;color:#131313}.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-more{transition:.5s ease;font-family:"Montserrat";font-style:normal;text-transform:capitalize;display:flex;justify-content:center;align-items:center;color:#fff;width:170px;height:42px;background:#003d38;border-radius:33px;font-weight:600;font-size:15px;line-height:30px}.news-list-more:hover{background:#096059}.news-list-info .news-list-more img{margin-left:7px}.news-list-item.black-white .news-image{filter:grayscale(100%)}.news-list-item.black-white .news-list-info .news-list-text,.news-list-item.black-white .news-list-info .news-list-more{color:#999}.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 .vertical{font-weight:400;font-size:12px;line-height:22px;margin-right:10px;color:#003d38}.news-list-item.end .news-list-info .news-list-term .days>span{font-weight:500;font-size:12px;line-height:22px;color:#003d38}section.articles .news-list-title{margin-left:0}section.articles .news-list-info::after{display:none}section.articles .news-image-wrap{position:relative;height:120px;overflow:hidden;border-radius:10px 10px 0 0}section.articles .news-image-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-image-wrap .date{color:#fff;font-size:11px;position:absolute;bottom:15px;left:36px;font-weight:400;z-index:2}section.articles .news-image-wrap .date .date__left::before,section.articles .news-image-wrap .date .date__right::before{content:"";display:block;position:absolute;top:0}.page__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;width:100%;gap:10px}.page__content>*:first-child{width:100%}.page__content .product-variations-block{min-width:480px;width:480px}@media(max-width: 1024px){.page__content .product-variations-block{min-width:100%;width:100%}}@media(max-width: 1024px){.page__content{flex-direction:column}}.slick-slide>div{display:flex;align-items:center;justify-self:center}.font-h1,.responsive-typography h1{font-size:40px}.font-h2,.responsive-typography h2{font-size:32px}.font-h3,.responsive-typography h3{font-size:28px}.font-h4,.responsive-typography h4{font-size:24px}.font-h5,.responsive-typography h5{font-size:20px}.font-h6,.responsive-typography h6,.responsive-typography-product h1,.responsive-typography-product h2,.responsive-typography-product h3,.responsive-typography-product h4,.responsive-typography-product h5,.responsive-typography-product h6{font-size:16px}.font-p,.responsive-typography,.responsive-typography-product{font-size:14px}@media screen and (min-width: 320px){.font-p,.responsive-typography,.responsive-typography-product{font-size:calc(14px + 0.0014925373 * (100vw - 320px))}}@media screen and (min-width: 1660px){.font-p,.responsive-typography,.responsive-typography-product{font-size:16px}}.responsive-typography,.responsive-typography-product{width:100%;font-style:normal;font-weight:400;line-height:1.3}.responsive-typography>*:not(:empty):not(br):not(:first-child),.responsive-typography-product>*:not(:empty):not(br):not(:first-child){margin-top:20px}.responsive-typography ul,.responsive-typography-product ul,.responsive-typography ol,.responsive-typography-product ol{margin-top:0.5rem;width:100%}.responsive-typography ul::marker,.responsive-typography-product ul::marker,.responsive-typography ol::marker,.responsive-typography-product ol::marker{content:"";display:none}.responsive-typography ul ul,.responsive-typography-product ul ul,.responsive-typography ul ol,.responsive-typography-product ul ol,.responsive-typography ol ul,.responsive-typography-product ol ul,.responsive-typography ol ol,.responsive-typography-product ol ol{margin-top:0.5rem}.responsive-typography ul li,.responsive-typography-product ul li,.responsive-typography ol li,.responsive-typography-product ol li{position:relative}.responsive-typography ul li::before,.responsive-typography-product ul li::before,.responsive-typography ol li::before,.responsive-typography-product ol li::before{content:"";position:absolute;top:0;left:0;height:100%}.responsive-typography ul li::marker,.responsive-typography-product ul li::marker,.responsive-typography ol li::marker,.responsive-typography-product ol li::marker{content:"";display:none}.responsive-typography ul li,.responsive-typography-product ul li{padding-left:1.5rem}.responsive-typography ul li::before,.responsive-typography-product ul li::before{content:"●";display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;min-width:1.5rem;width:1.5rem;padding-top:0.275rem;color:var(--col-accent);font-size:.45em}.responsive-typography ol,.responsive-typography-product ol{counter-reset:num}.responsive-typography ol li,.responsive-typography-product ol li{padding-left:2.5rem}.responsive-typography ol li::before,.responsive-typography-product ol li::before{content:"";display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;min-width:2.5rem;width:2.5rem;content:counter(num) ".";counter-increment:num;color:var(--col-accent)}.responsive-typography a,.responsive-typography-product a{color:var(--col-accent) !important;font-weight:500 !important;text-decoration:underline}.responsive-typography a:hover,.responsive-typography-product a:hover{text-decoration:none}.responsive-typography a *,.responsive-typography-product a *{font-weight:600 !important}.responsive-typography-product>h1,.responsive-typography-product>h2,.responsive-typography-product>h3,.responsive-typography-product>h4,.responsive-typography-product>h5,.responsive-typography-product>h6{font-weight:500}.responsive-typography-product>h1:not(:first-child),.responsive-typography-product>h2:not(:first-child),.responsive-typography-product>h3:not(:first-child),.responsive-typography-product>h4:not(:first-child),.responsive-typography-product>h5:not(:first-child),.responsive-typography-product>h6:not(:first-child){margin-top:20px !important}.responsive-typography>h1,.responsive-typography>h2,.responsive-typography>h3,.responsive-typography>h4,.responsive-typography>h5,.responsive-typography>h6{font-weight:500}.responsive-typography>h1:not(:first-child),.responsive-typography>h2:not(:first-child),.responsive-typography>h3:not(:first-child),.responsive-typography>h4:not(:first-child),.responsive-typography>h5:not(:first-child),.responsive-typography>h6:not(:first-child){margin-top:40px !important}:root{--col-accent: #00453A;--max-width: 1660px;--min-width: 320px}body{min-width:var(--min-width)}.card-theme{background-color:#fff;border-radius:12px;width:100%;padding:32px}@media(max-width: 1024px){.card-theme{padding:24px 16px}}.brand-link{color:#fff;border-bottom:2px solid #fff;line-height:1.2;font-weight:600;padding-bottom:1px;font-size:12px}.brand-link:hover{color:#ffd5dd}@media screen and (min-width: 320px){.brand-link{font-size:calc(12px + 0.0029850746 * (100vw - 320px))}}@media screen and (min-width: 1660px){.brand-link{font-size:16px}}
