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

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

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

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

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

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

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

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

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

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

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

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * Swiper 4.3.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: July 31, 2018
 */


.images .images__item{
	display:none;
} 

.images .images__item img {
	margin: auto!important;	
}

.images>.images__item:first-child{
	display:block;
} 

.carousel__item {
	height: 110px;
}
 
.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    /* Fix of Webkit flickering */
    z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
    float: left;
}

.swiper-container-vertical > .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto;
}

.swiper-slide {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
}

.swiper-invisible-blank-slide {
    visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    -o-transition-property: transform, height;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform;
}

/* 3D Effects */
.swiper-container-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
    -ms-touch-action: pan-x;
    touch-action: pan-x;
}

.swiper-button-prev,
.swiper-button-next {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    left: 10px;
    right: auto;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    right: 10px;
    left: auto;
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-lock {
    display: none;
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: 300ms opacity;
    -o-transition: 300ms opacity;
    transition: 300ms opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 10px;
    left: 0;
    width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transform: scale(0.33);
    -ms-transform: scale(0.33);
    transform: scale(0.33);
    position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(0.66);
    -ms-transform: scale(0.66);
    transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(0.33);
    -ms-transform: scale(0.33);
    transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(0.66);
    -ms-transform: scale(0.66);
    transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(0.33);
    -ms-transform: scale(0.33);
    transform: scale(0.33);
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: 0.2;
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff;
}

.swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0px, -50%, 0);
    transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    -webkit-transition: 200ms top, 200ms -webkit-transform;
    transition: 200ms top, 200ms -webkit-transform;
    -o-transition: 200ms transform, 200ms top;
    transition: 200ms transform, 200ms top;
    transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: 200ms left, 200ms -webkit-transform;
    transition: 200ms left, 200ms -webkit-transform;
    -o-transition: 200ms transform, 200ms left;
    transition: 200ms transform, 200ms left;
    transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: 200ms right, 200ms -webkit-transform;
    transition: 200ms right, 200ms -webkit-transform;
    -o-transition: 200ms transform, 200ms right;
    transition: 200ms transform, 200ms right;
    transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

/* Progress */
.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, 0.25);
    position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0;
}

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #ffffff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
    background: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
    background: #ffffff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
    background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
    background: #000000;
}

.swiper-pagination-lock {
    display: none;
}

/* Scrollbar */
.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%;
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    left: 0;
    top: 0;
}

.swiper-scrollbar-cursor-drag {
    cursor: move;
}

.swiper-scrollbar-lock {
    display: none;
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    font-family: "object-fit:contain";
    object-fit: contain;
}

.swiper-slide-zoomed {
    cursor: move;
}

/* Preloader */
.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: 50%;
    background-size: 100%;
    background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/* a11y */
.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-container-cube {
    overflow: visible;
}

.swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
    pointer-events: auto;
    visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0;
}

.swiper-container-flip {
    overflow: visible;
}

.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
    /* Windows 8 IE 10 fix */
    -ms-perspective: 1200px;
}

@font-face {
    font-family: "PT Sans";
    src: url("../fonts/ptsans.woff2") format("woff2"), url("../fonts/ptsans.woff") format("woff");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "PT Sans";
    src: url("../fonts/ptsans-italic.woff2") format("woff2"), url("../fonts/ptsans-italic.woff") format("woff");
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: "PT Sans";
    src: url("../fonts/ptsans-bold.woff2") format("woff2"), url("../fonts/ptsans-bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "PT Sans";
    src: url("../fonts/ptsans-bold-italic.woff2") format("woff2"), url("../fonts/ptsans-bold-italic.woff") format("woff");
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: "PT Sans Narrow";
    src: url("../fonts/ptsansnarrow-bold.woff2") format("woff2"), url("../fonts/ptsansnarrow-bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow-x: hidden;
}

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

*:focus {
    outline: 0;
}

body {
    width:100%;
    max-width:100%;
    margin: 0;
    padding: 0;
    font-family: "PT Sans", "Arial", sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #191919;
    background-color: #ffffff;
}

a {
    text-decoration: none;
}

img {
    max-width: 100%;
    height: auto;
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    white-space: nowrap;
    -webkit-clip-path: inset(100%);
    clip-path: inset(100%);
    clip: rect(0 0 0 0);
    overflow: hidden;
}

.hide-md {
    display: none;
}

.hide-xl {
    display: none;
}

.color {
    color: #c5299b;
}

.container {
    max-width: 1330px;
    margin-left: auto;
    margin-right: auto;
}

.page-main__container {
    max-width: 1330px;
    margin-left: auto;
    margin-right: auto;
}

.page-main__section {
    position: relative;
    margin-bottom: 17px;
}

.page-main__section--prod-card {
    margin-bottom: 5px;
}

.page-main__section:last-child {
    margin-bottom: 25px;
}

.page-main__title {
    margin: 0 10px 20px;
    font-size: 24px;
}

.page-main__title:hover a,
.page-main__title:focus a {
    text-decoration: underline;
}

.page-main__title:active a {
    opacity: 0.8;
}

.page-main__title--guarantees {
    margin-bottom: 18px;
    padding-bottom: 16px;
    border-bottom: 1px solid #e8e8e8;
}

.page-main__title--border {
    border-bottom: 1px solid #cecece;
    margin-bottom: -17px !important;
    padding-bottom: 16px;
}

.page-main__date {
    color: #cecece;
    font-size: 14px;
    margin-left: 10px;
    font-weight: 400;
    display: block;
    margin-top: -17px;
    margin-bottom: 20px;
}

.page-main__icon {
    position: relative;
    padding-right: 30px;
    color: inherit;
}

.page-main__icon::before {
    content: "";
    position: absolute;
    top: 5px;
    right: 0;
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    background-position: center center;
}

.page-main__icon--trend::before {
    background-image: url("../img/ic-fire.svg");
    background-size: 17px 23px;
}

.page-main__icon--blog::before {
    background-image: url("../img/ic-blog.svg");
    background-size: 16px 17px;
}

.page-main__icon--sale::before {
    background-image: url("../img/ic-sale.svg");
    background-size: 24px 23px;
}

.page-main__icon--new {
    padding-right: 40px;
}

.page-main__icon--new::before {
    background-image: url("../img/ic-star.svg");
    background-size: 25px 25px;
}

.page-main__btn {
    width: 100%;
    padding: 2px 5px 4px;
    background-color: #ffffff;
    border: solid 1px #d9d9d9;
    border-radius: 4px;
    cursor: pointer;
    outline: none;
}

.page-main__btn:hover, .page-main__btn:focus {
    border-color: #626262;
}

.page-main__btn:hover .page-main__btn-icon::before, .page-main__btn:focus .page-main__btn-icon::before {
    background-image: url("../img/arrow-down-black.svg");
}

.page-main__btn:active {
    border-color: rgba(98, 98, 98, 0.8);
}

.page-main__btn-icon {
    position: relative;
    font-size: 10px;
    color: #191919;
    text-align: center;
}

.page-main__btn-icon::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 7px;
    top: 2px;
    left: -15px;
    background: url("../img/arrow-down.svg") no-repeat center center;
}

.category__list a {
	display:inline-block;
	color: #191919;
	padding-left: 10px;
	font-weight: bold;
}
.custmenu {
	display:block !important;
	margin-bottom: 15px !important;
}
.custmenu .list-item {
	padding-left: 10px;
	margin: 15px 0;
}
.custmenu .list-item span, .custmenu .list-item object, .custmenu .list-item svg {
	width:30px;
	height:30px;
	vertical-align: middle;
	padding-bottom: 5px;
}

.breadcrumbs {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 100%;
    padding: 10px 10px;
}

.breadcrumbs__item {
    position: relative;
    padding-right: 20px;
    padding-left: 7px;
}

.breadcrumbs__item::after {
    position: absolute;
    content: "";
    top: 3px;
    right: 0;
    width: 15px;
    height: 12px;
    background: url("../img/arrow-to-right.svg") no-repeat;
    background-size: 15px 12px;
}

.breadcrumbs__item a {
    color: #4e4e4e;
    text-decoration: none;
}

.breadcrumbs__item:last-child {
    padding-right: 0;
}

.breadcrumbs__item:last-child::after {
    display: none;
}

.breadcrumbs__item:first-child {
    padding-left: 0;
}

.pagination__list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.pagination__item {
    margin: 0 7px;
}

.pagination__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 25px;
    height: 25px;
    font-size: 9px;
    color: #cecece;
    border: solid 1px #d9d9d9;
    border-radius: 50%;
}

.pagination__link--current {
    color: #ffffff;
    background-color: #c5299b;
    border-color: #c5299b;
}

.pagination__link:hover, .pagination__link:focus {
    color: #191919;
    border-color: #c5299b;
    background-color: #ffffff;
}

.pagination__btn {
    padding: 0;
    background: none;
    border: none;
    cursor: pointer;
    position: relative;
    width: 24px;
    height: 25px;
    padding: 5px;
    fill: #aaaaaa;
}

.pagination__btn:active, .pagination__btn:focus {
    outline: none;
}

.pagination__btn svg {
    position: relative;
    width: 14px;
    height: 10px;
    top: -2px;
}

.pagination__btn:hover, .pagination__btn:focus {
    fill: #191919;
}

.pagination__previous {
    margin-right: 7px;
}

.pagination__next {
    margin-left: 7px;
}

.subscription {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 322px;
    padding: 28px;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
}

.subscription--guarantees {
    width: 100%;
    padding-top: 29px;
    padding-right: 18px;
    padding-bottom: 29px;
    padding-left: 33px;
}

.subscription--guarantees .subscription__title {
    margin-left: 2px;
    margin-bottom: 14px;
}

.subscription--guarantees .subscription__form p {
    margin-bottom: 9px;
    margin-left: 2px;
    line-height: 1.25;
}

.subscription--guarantees .subscription__input {
    width: 222px;
}

.subscription--guarantees .subscription__input-field {
    width: 100%;
}

.subscription--guarantees .subscription__btn-submit {
    right: 2px;
}

.subscription__title {
    position: relative;
    margin-bottom: 15px;
}

.subscription__title h3 {
    margin: 0;
    padding-left: 39px;
    padding-right: 20px;
}

.subscription__title .subscription__img {
    position: absolute;
    fill: #c5299b;
}

.subscription__form p {
    margin: 0;
    margin-bottom: 11px;
    font-size: 14px;
}

.subscription__input {
    position: relative;
    margin-bottom: 4px;
}

.subscription__input-field {
    width: 270px;
    height: 40px;
    padding: 0 11px;
    padding-right: 40px;
    padding-bottom: 2px;
    font-size: 15px;
    border: 1px solid #cecece;
    border-radius: 4px;
}

.subscription__btn-submit {
    padding: 0;
    background: none;
    border: none;
    cursor: pointer;
    position: absolute;
    right: -5px;
    top: 0;
    padding: 9px 5px 7px;
    fill: #c5299b;
}

.subscription__btn-submit:active, .subscription__btn-submit:focus {
    outline: none;
}

.subscription__btn-submit:hover {
    opacity: 0.8;
}

.subscription__btn-submit:active {
    opacity: 0.6;
}

.social__lead {
    font-size: 10px;
    line-height: 1.65;
    color: #626262;
}

.social__list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.social__item {
    margin-top: 2px;
    margin-right: 3px;
}

.social__link {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 29px;
    height: 29px;
}

.social__link::before {
    content: "";
    position: absolute;
    width: 29px;
    height: 29px;
    top: 0;
    right: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 28px 29px;
}

.social__link--vk::before {
    background-image: url("../img/soc-vk.svg");
}

.social__link--fb::before {
    background-image: url("../img/soc-fb.svg");
}

.social__link--tw::before {
    background-image: url("../img/soc-tw.svg");
}

.social__link--ok::before {
    background-image: url("../img/soc-ok.svg");
}

.social__link--google::before {
    background-image: url("../img/soc-gl.svg");
}

.social__link:hover, .social__link:focus {
    opacity: 0.8;
}

.social--small {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.social--small .social__link::before {
    background-size: cover;
}

.button {
    display: inline-block;
    padding: 3px 9px;
    font-family: "PT Sans", "Arial", sans-serif;
    font-size: 10px;
    line-height: 1.5;
    color: #ffffff;
    text-align: center;
    vertical-align: middle;
    background-color: #c5299b;
    border: solid 1.5px #c5299b;
    border-radius: 11.3px;
    cursor: pointer;
    outline: none;
}

.button:hover, .button:focus {
    color: #ffffff;
    background-color: #c5299b;
    border-color: #c5299b;
}

.button:active {
    background-color: rgba(197, 41, 155, 0.9);
}

.button--opacity {
    background-color: transparent;
    -webkit-box-shadow: 0 0 18px 0 rgba(197, 41, 155, 0.19);
    box-shadow: 0 0 18px 0 rgba(197, 41, 155, 0.19);
}

.button--opacity-pink {
    color: #c5299b;
    background-color: transparent;
}

.button--white {
    color: #191919;
    background-color: #ffffff;
}

.button--gray {
    color: #191919;
    background-color: #ffffff;
    border-color: #d9d9d9;
}

.button--pink:hover, .button--pink:focus {
    background-color: #a51c80;
    border-color: #a51c80;
    color: #ffffff;
}

.button--pink:active {
    background-color: rgba(165, 28, 128, 0.9);
}

.button--gray-hover-pink:hover, .button--gray-hover-pink:focus {
    background-color: #ffffff;
    border-color: #a51c80;
    color: #a51c80;
}

.button.hide-md {
    display: none;
}

.field-text__label {
    font-size: 12px;
    line-height: 22px;
    font-weight: 700;
    color: #3a3a3a;
}

.field-text__value {
    width: 100%;
    padding: 10px;
    font-family: "PT Sans", "Arial", sans-serif;
    font-size: 15px;
    text-align: center;
}

.field-text__value:hover, .field-text__value:focus {
    border-color: #ffffff;
    outline: none;
}

.field-text__value--black {
    padding-right: 30px;
    color: #ffffff;
    background-color: transparent;
    border-radius: 3px;
    border: solid 1px #7c7c7c;
}

.field-text__value--black::-webkit-input-placeholder {
    color: #ffffff;
}

.field-text__value--black:-ms-input-placeholder {
    color: #ffffff;
}

.field-text__value--black::-ms-input-placeholder {
    color: #ffffff;
}

.field-text__value--black::placeholder {
    color: #ffffff;
}

.field-text__value--corners-round {
    border-radius: 3px;
}

.login .field-text__value,
.goods-modal__block .field-text__value {
    padding: 4px 8px;
    font-size: 10px;
    line-height: 1.2;
    color: #626262;
    text-align: center;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.login .field-text__value:hover, .login .field-text__value:focus,
.goods-modal__block .field-text__value:hover,
.goods-modal__block .field-text__value:focus {
    border-color: #c5299b;
    outline: none;
}

.goods-modal__block .field-text__value {
    text-align: left;
}

.field-checkbox {
    padding-left: 22px;
}

.field-checkbox__label {
    position: relative;
    font-size: 10px;
    line-height: 1.65;
    color: #191919;
    cursor: pointer;
}

.field-checkbox__label::before {
    content: "";
    position: absolute;
    top: 0;
    left: -18px;
    width: 13px;
    height: 13px;
    border: solid 2px #d9d9d9;
    border-radius: 50%;
}

.field-checkbox__control {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    white-space: nowrap;
    -webkit-clip-path: inset(100%);
    clip-path: inset(100%);
    clip: rect(0 0 0 0);
    overflow: hidden;
}

.field-checkbox__control:checked + .field-checkbox__label::after {
    content: "";
    position: absolute;
    top: 4px;
    left: -16px;
    width: 8px;
    height: 5px;
    background: url("../img/ic-check.svg") no-repeat 0 0;
    background-size: 8px 5px;
}
.field-checkbox__control:checked + .field-checkbox__label::before{
    background-color: #c5299b;
    border-color: #c5299b!important;
}
.field-checkbox__control:hover + .field-checkbox__label::before,
.field-checkbox__control:focus + .field-checkbox__label::before {
    border-color: #6a6a6a;
}

.field-radio {
    padding-left: 22px;
}

.field-radio__label {
    position: relative;
    font-size: 10px;
    line-height: 1.65;
    color: #191919;
    cursor: pointer;
}

.field-radio__label::before {
    content: "";
    position: absolute;
    top: 2px;
    left: -18px;
    width: 10px;
    height: 10px;
    border: solid 2px #d9d9d9;
    border-radius: 50%;
}

.field-radio__control {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    white-space: nowrap;
    -webkit-clip-path: inset(100%);
    clip-path: inset(100%);
    clip: rect(0 0 0 0);
    overflow: hidden;
}

.field-radio__control:checked + .field-radio__label::after {
    content: "";
    position: absolute;
    top: 5px;
    left: -15px;
    width: 4px;
    height: 4px;
    background-color: #c5299b;
    border-radius: 50%;
}

.field-radio__control:hover + .field-radio__label::before,
.field-radio__control:focus + .field-radio__label::before {
    border-color: #6a6a6a;
}

.field-select__label {
    padding-right: 5px;
    font-size: 12px;
    font-weight: bold;
    line-height: 2.29;
    letter-spacing: 0.4px;
    color: #191919;
    cursor: pointer;
}

.field-select__input {
    padding-right: 13px;
    font-size: 12px;
    line-height: 2.29;
    letter-spacing: 0.4px;
    color: #626262;
    border: none;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 0.01px;
    -o-text-overflow: "";
    text-overflow: "";
    -ms-appearance: none;
    appearance: none !important;
    background: url("../img/arrow-down.svg") no-repeat right center;
    background-size: 9px 5px;
}

.field-select__input::-ms-expand {
    display: none;
}

.field-select__input:hover, .field-select__input:focus {
    background-image: url("../img/arrow-down-black.svg");
}

.page-main .swiper-button-prev,
.page-main .swiper-button-next {
    padding: 0;
    background: none;
    border: none;
    cursor: pointer;
    position: absolute;
    z-index: 0;
    top: 25px;
    right: 15px;
    left: auto;
    width: 25px;
    height: 37px;
    padding: 5px;
    background-image: none;
}

.page-main .swiper-button-prev:active, .page-main .swiper-button-prev:focus,
.page-main .swiper-button-next:active,
.page-main .swiper-button-next:focus {
    outline: none;
}

.page-main .swiper-button-prev svg,
.page-main .swiper-button-next svg {
    width: 15px;
    height: 27px;
    fill: #818181;
}

.page-main .swiper-button-prev:hover svg, .page-main .swiper-button-prev:focus svg,
.page-main .swiper-button-next:hover svg,
.page-main .swiper-button-next:focus svg {
    fill: #c5299b;
    stroke: #c5299b;
}

.page-main .swiper-button-prev:active,
.page-main .swiper-button-next:active {
    opacity: 0.6;
}

.page-main .swiper-button-prev {
    right: 55px;
    left: auto;
}

.slider .swiper-button-prev,
.slider .swiper-button-next {
    z-index: 10;
    top: 50%;
    right: 30px;
    left: auto;
    width: 23px;
    height: 34px;
}

.slider .swiper-button-prev svg,
.slider .swiper-button-next svg {
    width: 13px;
    height: 24px;
    fill: #ffffff;
}

.slider .swiper-button-prev {
    left: 30px;
    right: auto;
}

.slider .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 1px !important;
}

.slider .swiper-pagination-bullet {
    position: relative;
    width: 50px;
    height: 20px !important;
    margin-right: 4px;
    border-radius: 0;
    background-color: transparent;
}

.slider .swiper-pagination-bullet::before {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #ffffff;
}

.slider .swiper-pagination-bullet:hover, .slider .swiper-pagination-bullet:focus, .slider .swiper-pagination-bullet:active {
    outline: none;
    opacity: 1;
}

.slider .swiper-pagination-bullet:hover::before, .slider .swiper-pagination-bullet:focus::before, .slider .swiper-pagination-bullet:active::before {
    background: #c5299b;
    -webkit-box-shadow: 0 0 19.5px 1.5px #c5299b;
    box-shadow: 0 0 19.5px 1.5px #c5299b;
}

.slider .swiper-pagination-bullet-active::before {
    background: #c5299b;
    -webkit-box-shadow: 0 0 19.5px 1.5px #c5299b;
    box-shadow: 0 0 19.5px 1.5px #c5299b;
}

.goods.container,
.trend.container {
    overflow-x: hidden;
    overflow-y: visible;
}

.goods .swiper-container,
.trend .swiper-container {
    overflow: visible;
}

.goods.container {
    margin-left: 3px;

}

.goods.container .page-main__title {
    margin-left: 2px;
}

.goods__item.swiper-slide {
    height: auto;
}

.goods__item.swiper-slide .promotional-card {
    height: 100%;
}

.promotional-card {
    position: relative;
    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;
    width: 157px;
    min-height: 265px;
    border: 1px solid #cecece;
    border-radius: 4px;
}

.promotional-card > p {
    display: none;
    margin: 0;
    color: #626262;
}

.promotional-card h3 {
    width: 100%;
    margin: 0;
    font-size: 10px;
    padding: 0 3px;
    margin-bottom: 2px;
    min-height: 33px;
    font-weight: 400;
}

.promotional-card:active {
    opacity: 0.9;
}

.promotional-card__flag-wrapper {
    position: absolute;
    right: 9px;
    top: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    z-index: 7;
}

.promotional-card__flag-sale {
    position: relative;
    z-index: 99;
}

.promotional-card__flag-sale > span {
    position: absolute;
    top: 3px;
    right: 4px;
    font-size: 9px;
    font-weight: 700;
    color: #c5299b;
}

.promotional-card__action-flag {
    width: 27px;
    height: 16px;
    fill: #c5299b;
    stroke: #c5299b;
}

.promotional-card__action-flag.promotional-card__action-flag--fire {
    width: 13px;
    right: 7px;
}

.promotional-card__desc {
    padding: 8px 8px 32px;
}

.promotional-card__action-img {
    -webkit-transform: scale(1) translateZ(0);
    transform: scale(1) translateZ(0);
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s,-webkit-transform .3s;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    margin-bottom: 0;
    background-color: #ffffff;
    border-radius: 3px;
    overflow: hidden;
    text-align: center;
}
.promotional-card__action-img img {
    /*width: 100%;*/
    height: 125px;
    /*-o-object-fit: cover;
    font-family: "object-fit:cover";
    object-fit: cover;*/
}
.goods__item.swiper-slide:hover .promotional-card__action-img, .goods__battery-list .goods__item:hover .promotional-card__action-img{
    -webkit-transform: scale(1.05) translateZ(0);
    transform: scale(1.05) translateZ(0);
}
.promotional-card__buy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    min-height: 42px;
}

.promotional-card__buy p {
    margin: 0;
    margin-right: 3px;
    padding-left: 1px;
    padding-bottom: 12px;
    font-size: 14px;
    font-weight: 700;
}

.promotional-card__buy.promotional-card__buy--pink p {
    color: #c5299b;
}

.promotional-card__buy del {
    padding: 3px 0;
    color: #cecece;
    margin-bottom: 10px;
}

.promotional-card__buy a {
    margin-left: auto;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    padding: 2px 7px;
    padding-bottom: 5px;
    font-size: 12px;
    color: #191919;
    border: 2px solid #c5299b;
    border-radius: 13px;
}

.promotional-card__buy a:hover,
.promotional-card__buy a:focus {
    color: #ffffff;
    background-color: #c5299b;
    -webkit-box-shadow: 0 0 27px 0 rgba(197, 41, 155, 0.34);
    box-shadow: 0 0 27px 0 rgba(197, 41, 155, 0.34);
}

.promotional-card__buy a:active {
    opacity: 0.8;
}

.promotional-card__header {
    position: absolute;
    display: none;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    top: 0;
    left: 0;
    right: 0;
    height: 30px;
    padding: 10px 12px;
}

.promotional-card__header svg {
    width: 12px;
    height: 11px;
    fill: #f7ca18;
    margin-right: 2px;
}

.promotional-card__header a {
    margin-left: 3px;
    font-size: 8px;
    font-weight: 700;
    line-height: 1.81;
    letter-spacing: 0.2px;
    color: #191919;
}

.promotional-card__header a:hover, .promotional-card__header a:focus {
    text-decoration: underline;
}

.promotional-card__header a:active {
    opacity: 0.8;
}

.promotional-card__footer {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 54px;
    padding: 15px 40px 9px 30px;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    left: 0;
    bottom: 0;
    right: 0;
    height: 30px;
    padding: 7px 22px 9px 17px;
}

.promotional-card__footer span {
    margin-right: auto;
    font-size: 9px;
    color: #191919;
}

.promotional-card__footer .promotional-card__heart {
    padding: 0;
    background: none;
    border: none;
    cursor: pointer;
    width: 16px;
    height: 14px;
    margin-right: 7px;
}

.promotional-card__footer .promotional-card__heart:active, .promotional-card__footer .promotional-card__heart:focus {
    outline: none;
}

.promotional-card__footer .promotional-card__heart svg {
    width: 16px;
    height: 14px;
    stroke: transparent;
    fill: #d9d9d9;
}

.promotional-card__footer .promotional-card__heart:hover svg,
.promotional-card__footer .promotional-card__heart:focus svg,
.promotional-card__footer .promotional-card__heart.js-btn--on svg {
    fill: #626262;
}

.promotional-card__footer .promotional-card__heart:active {
    opacity: 0.8;
}

.promotional-card__footer .promotional-card__heart.js-btn--on svg {
    fill: #c5299b;
}

.promotional-card__footer .promotional-card__graf {
    padding: 0;
    background: none;
    border: none;
    cursor: pointer;
    width: 16px;
    height: 14px;
}

.promotional-card__footer .promotional-card__graf:active, .promotional-card__footer .promotional-card__graf:focus {
    outline: none;
}

.promotional-card__footer .promotional-card__graf svg {
    width: 16px;
    height: 14px;
    stroke: #d9d9d9;
}

.promotional-card__footer .promotional-card__graf:hover svg,
.promotional-card__footer .promotional-card__graf:focus svg {
    stroke: #626262;
}

.promotional-card__footer .promotional-card__graf:active {
    opacity: 0.8;
}

.promotional-card__footer .promotional-card__graf.js-btn--on svg {
    stroke: #c5299b;
}

.promotional-card:hover,
.promotional-card:focus {
    -webkit-box-shadow: 0 0 43px 0 rgba(56, 56, 56, 0.15);
    box-shadow: 0 0 43px 0 rgba(56, 56, 56, 0.15);
}

.sort {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 75%;
    margin-top: 28px;
    padding-left: 0;
}

.sort li {
    margin-right: 78px;
    font-size: 19px;
}

.sort li:nth-child(3) {
    margin-right: 90px;
}

.sort__link {
    color: #191919;
}

.sort__link:hover, .sort__link:focus {
    color: #c5299b;
}

.sort__link--active:hover, .sort__link--active:focus {
    color: #191919;
    cursor: text;
}

/*
 * Container style
 */
.ps {
    overflow: hidden !important;
    overflow-anchor: none;
    -ms-overflow-style: none;
    touch-action: auto;
    -ms-touch-action: auto;
}

/*
 * Scrollbar rail styles
 */
.ps__rail-x {
    display: none;
    opacity: 1;
    -o-transition: background-color .2s linear, opacity .2s linear;
    transition: background-color .2s linear, opacity .2s linear;
    -webkit-transition: background-color .2s linear, opacity .2s linear;
    height: 15px;
    /* there must be 'bottom' or 'top' for ps__rail-x */
    bottom: 0px;
    /* please don't change 'position' */
    position: absolute;
}

.ps__rail-y {
    display: none;
    opacity: 0;
    -o-transition: background-color .2s linear, opacity .2s linear;
    transition: background-color .2s linear, opacity .2s linear;
    -webkit-transition: background-color .2s linear, opacity .2s linear;
    width: 15px;
    /* there must be 'right' or 'left' for ps__rail-y */
    right: 0;
    /* please don't change 'position' */
    position: absolute;
}

.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
    display: block;
    background-color: transparent;
}

.ps:hover > .ps__rail-x,
.ps:hover > .ps__rail-y,
.ps--focus > .ps__rail-x,
.ps--focus > .ps__rail-y,
.ps--scrolling-x > .ps__rail-x,
.ps--scrolling-y > .ps__rail-y {
    opacity: 0.6;
}

.ps .ps__rail-x:hover,
.ps .ps__rail-y:hover,
.ps .ps__rail-x:focus,
.ps .ps__rail-y:focus,
.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-y.ps--clicking {
    background-color: #eee;
    opacity: 0.9;
}

/*
 * Scrollbar thumb styles
 */
.ps__thumb-x {
    background-color: #aaa;
    border-radius: 6px;
    -o-transition: background-color .2s linear, height .2s ease-in-out;
    transition: background-color .2s linear, height .2s ease-in-out;
    -webkit-transition: background-color .2s linear, height .2s ease-in-out;
    height: 6px;
    /* there must be 'bottom' for ps__thumb-x */
    bottom: 2px;
    /* please don't change 'position' */
    position: absolute;
}

.ps__thumb-y {
    background-color: #aaa;
    border-radius: 6px;
    -o-transition: background-color .2s linear, width .2s ease-in-out;
    transition: background-color .2s linear, width .2s ease-in-out;
    -webkit-transition: background-color .2s linear, width .2s ease-in-out;
    width: 6px;
    /* there must be 'right' for ps__thumb-y */
    right: 2px;
    /* please don't change 'position' */
    position: absolute;
}

.ps__rail-x:hover > .ps__thumb-x,
.ps__rail-x:focus > .ps__thumb-x,
.ps__rail-x.ps--clicking .ps__thumb-x {
    background-color: #999;
    height: 11px;
}

.ps__rail-y:hover > .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y,
.ps__rail-y.ps--clicking .ps__thumb-y {
    background-color: #999;
    width: 11px;
}

/* MS supports */
@supports (-ms-overflow-style: none) {
    .ps {
        overflow: auto !important;
    }
}

.page-header__wrapper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.page-header__wrapper--first {
    margin-bottom: 3px;
}

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

.page-header__bg-black {
    width: 100%;
    background-color: #000000;
}

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

.page-header__logo-img {
    width: 112px;
    height: 30px;
}

.page-header__shop {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 28px;
    height: 30px;
}

.page-header__shop:hover::before, .page-header__shop:focus::before {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.page-header__shop:active::before {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.page-header__shop::before {
    content: "";
    position: absolute;
    width: 28px;
    height: 27px;
    top: 3px;
    left: 0;
    background-repeat: no-repeat;
    background-position: center center;
}

.page-header__shop--point::before {
    background-image: url("../img/ic-point.svg");
    background-size: 13px 15px;
}

.page-header__shop--shop::before {
    background-image: url("../img/ic-triangle.svg");
    background-size: 11px 10px;
}

.page-header__shop--delivery::before {
    background-image: url("../img/ic-delivery.svg");
    background-size: 28px 15px;
}

.page-header__shop-box:hover .page-header__shop-list, .page-header__shop-box:focus .page-header__shop-list {
    display: block;
}

.page-header__shop-lead {
    display: block;
    margin-bottom: 10px;
    padding-bottom: 4px;
    border-bottom: 1px solid #797979;
    font-size: 12px;
    color: #191919;
}

.page-header__shop-list {
    position: absolute;
    z-index: 20;
    left: 185px;
    display: none;
    height: 136px;
    padding: 10px 17px 7px;
    background-color: #ffffff;
    -webkit-box-shadow: 3px 0 13px rgba(0, 0, 0, 0.22);
    box-shadow: 3px 0 13px rgba(0, 0, 0, 0.22);
    overflow-y: auto;
}

.page-header__shop-list .page-header__shop {
    padding: 0 18px;
    padding-right: 35px;
    line-height: 1.9;
    color: #191919;
}

.page-header__shop-list .page-header__shop::before {
    width: 11px;
    top: 2px;
}

.page-header__phone {
    z-index: 5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: auto;
    padding-right: 6px;
    font-size: 18px;
    font-weight: bold;
}
.page-header__phone a{
    color: #c5299b;
}
.page-header__phone-number:hover, .page-header__phone-number:focus {
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
}

.page-header__phone-number:active {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.page-header__phone-desc {
    margin-left: -10px;
    font-size: 14px;
    line-height: 1;
    font-weight: bold;
    color: #626262;
}

.page-header__phone-time {
    padding-left: 15px;
    font-size: 14px;
    color: #191919;
}

.page-header__social-lead {
    padding-right: 8px;
    font-size: 16px;
    line-height: 1.8;
}

.page-header__social-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.page-header__social {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 22px;
    height: 30px;
}

.page-header__social:hover::before, .page-header__social:focus::before {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.page-header__social:active::before {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.page-header__social::before {
    content: "";
    position: absolute;
    width: 22px;
    height: 30px;
    top: 0;
    right: 0;
    background-repeat: no-repeat;
    background-position: center center;
}

.page-header__social--vk {
    width: 30px;
}

.page-header__social--vk::before {
    width: 30px;
    background-image: url("../img/header-vk.svg");
    background-size: 22px 12px;
}

.page-header__social--fb::before {
    background-image: url("../img/header-fb.svg");
    background-size: 8px 16px;
}

.page-header__social--inst {
    width: 30px;
}

.page-header__social--inst::before {
    width: 30px;
    background-image: url("../img/header-inst.svg");
    background-size: 20px 19px;
}

.page-header__social--yt::before {
    background-image: url("../img/header-yt.svg");
    background-size: 20px 13px;
}

.page-header__list {
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    z-index: 10;
    left: 0;
    right: 0;
    padding-top: 11px;
    padding-bottom: 13px;
}

.page-header__list--service {
    padding-top: 7px;
    padding-right: 7px;
    padding-left: 17px;
    background-color: #ffffff;
}

.page-header__list--catalog {
    background-color: #000000;
    border-top: 1px solid #cecece;
}

.page-header__list--catalog .page-header__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
}

.page-header__list--catalog .page-header__icon--active + .page-header__sub-list {
    display: block;
}

.page-header__btn {
    padding: 0;
    background: none;
    border: none;
    cursor: pointer;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 52px;
    font-family: "PT Sans", "Arial", sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
    background-color: #000000;
}

.page-header__btn:active, .page-header__btn:focus {
    outline: none;
}

.page-header__btn--menu {
    width: 54px;
}

.page-header__btn--menu:hover::before, .page-header__btn--menu:focus::before {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.page-header__btn--menu:active::before {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.page-header__btn--menu::before {
    content: "";
    position: absolute;
    width: 54px;
    height: 50px;
    top: 0;
    left: 0;
    background: url("../img/ic-menu.svg") no-repeat center center;
    background-size: 25px 17px;
}

.page-header__btn--menu::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 35px;
    top: 7px;
    right: 0;
    bottom: 8px;
    background-color: #ffffff;
    opacity: 0.33;
}

.page-header__btn--menu.js-btn--on::before {
    background-image: url("../img/ic-close.png");
    background-size: 19px 19px;
}

.page-header__btn--catalog {
    padding: 10px;
    padding-right: 26px;
}

.page-header__btn--catalog::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 52px;
    top: 0;
    right: 0;
    background: url("../img/arrow-right-white.svg") no-repeat center center;
    background-size: 8px 16px;
    opacity: 0.7;
}

.page-header__btn--catalog:hover::before, .page-header__btn--catalog:focus::before {
    opacity: 1;
}

.page-header__btn--catalog.js-btn--on::before {
    background-image: url("../img/arrow-down-pinc.svg");
    background-size: 16px 9px;
}

.page-header__btn.js-btn--on + .hide-md {
    display: block;
}

.page-header__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position:relative;
}

.page-header__item:last-child a {
    padding-right: 0;
}

.page-header__link,
.page-header__icon {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.page-header__link::after,
.page-header__icon::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 30px;
    top: 0;
    right: 0;
    background: url("../img/arrow-right.svg") no-repeat center center;
    background-size: 8px 16px;
}

.page-header__link:hover::after, .page-header__link:focus::after,
.page-header__icon:hover::after,
.page-header__icon:focus::after {
    opacity: 1;
}

.page-header__link:active,
.page-header__icon:active {
    opacity: 0.8;
}

.page-header__link {
    font-size: 14px;
    font-weight: 700;
    line-height: 2.29;
    color: #191919;
}

.page-header__link::after {
    background-image: url("../img/arrow-right-black.svg");
    opacity: 0.6;
}

.page-header__icon {
    width: auto;
    margin-right: 7px;
    margin-left: 17px;
    padding-top: 5px;
    padding-bottom: 11px;
    padding-left: 47px;
    font-size: 14px;
    line-height: 1.2;
    color: #ffffff;
}

.page-header__icon::after {
    top: -3px;
    background-image: url("../img/arrow-right-white.svg");
    opacity: 0.7;
}

.page-header__icon--active::after {
    background-image: url(../img/arrow-down-pinc.svg);
    background-size: 16px 9px;
}

.page-header__icon::before {
    content: "";
    position: absolute;
    width: 35px;
    height: 30px;
    top: -5px;
    left: 0;
    background-repeat: no-repeat;
}

.page-header__icon--phone::before {
    background-image: url("../img/for-smart.svg");
    background-size: 15px 25px;
    background-position: 5px center;
}

.page-header__icon--for-phone::before {
    background-image: url("../img/for-phone.svg");
    background-size: 19px 29px;
    background-position: 3px center;
}

.page-header__icon--for-comp::before {
    background-image: url("../img/for-comp.svg");
    background-size: 29px 23px;
    background-position: 0 5px;
}

.page-header__icon--for-auto::before {
    background-image: url("../img/for-auto.svg");
    background-size: 35px 18px;
    background-position: 0 10px;
}

.page-header__icon--for-roud::before {
    background-image: url("../img/for-road.svg");
    background-size: 25px 25px;
    background-position: 2px 7px;
}

.page-header__icon--service::before {
    background-image: url("../img/service.png");
    background-size: 25px 25px;
    background-position: 2px 7px;
}

.page-header__sub-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: none;
    margin-right: 1px;
    margin-bottom: 10px;
    margin-left: 1px;
    padding-top: 1px;
    background-color: #ffffff;
}

.page-header__sub-list .page-header__icon {
    margin: 0;
    margin-right: 19px;
    margin-left: 16px;
    padding-top: 10px;
    padding-bottom: 12px;
    line-height: 1.2;
    font-weight: normal;
    color: #000000;
    word-break: break-word;
    /*border-bottom: 1px solid #e6e6e6;*/
}

.page-header__sub-list .page-header__icon::before {
    content: none;
}

.page-header__sub-list .page-header__icon::after {
    content: none;
}

.page-header__sub-list .page-header__icon span {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
}

.page-header__sub-list .page-header__icon object,
.page-header__sub-list .page-header__icon svg,
.page-header__sub-list .page-header__icon img {
	width: 100%;
	max-height: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.page-header__sub-list .page-header__icon:hover, .page-header__sub-list .page-header__icon:focus {
    color: #c5299b;
}

.page-header__sub-list .page-header__icon:hover svg,
.page-header__sub-list .page-header__icon:focus svg {
    fill: #c5299b;
}

.page-header__sub-list .page-header__sub-item:last-child .page-header__icon {
    border: none;
}

.page-header__sub-item:focus .page-header__icon,
.page-header__sub-item--current .page-header__icon {
    font-weight: bold;
}

.page-header__sub-item:focus svg,
.page-header__sub-item--current svg {
    fill: #c5299b;
}

.page-header__user-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
}

.page-header__user-item {
    position: relative;
}

.page-header__search {
    display: none;
    position: absolute;
    top: 53px;
    right: -75px;
    z-index: 13;
}

.page-header__user-border {
    display: none;
    position: absolute;
    width: auto;
    height: 2px;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #c5299b;
    -webkit-box-shadow: 0 0 19.5px 1.5px #c5299b;
    box-shadow: 0 0 19.5px 1.5px #c5299b;
}

.page-header__user-item--search::before {
    content: "";
    position: absolute;
    width: 90px;
    height: 10px;
    top: 45px;
    right: 0;
    z-index: 11;
}

.page-header__user-item--search:hover > .page-header__search, .page-header__user-item--search:focus > .page-header__search {
    display: block;
    z-index: 10;
}

.page-header__user-item--search:hover > .page-header__user-border, .page-header__user-item--search:focus > .page-header__user-border {
    display: block;
}

.page-header__search-form > .page-header__search-input::-webkit-input-placeholder,
.page-header__search-form > .page-header__search-input::-webkit-input-placeholder {
    color: #ffffff;
}

.page-header__search-form:hover > .page-header__search-input::-webkit-input-placeholder,
.page-header__search-form:focus > .page-header__search-input::-webkit-input-placeholder {
    color: #ffffff;
}

.page-header__search-form:hover > .page-header__search-input:-ms-input-placeholder,
.page-header__search-form:focus > .page-header__search-input:-ms-input-placeholder {
    color: #ffffff;
}

.page-header__search-form:hover > .page-header__search-input::-ms-input-placeholder,
.page-header__search-form:focus > .page-header__search-input::-ms-input-placeholder {
    color: #ffffff;
}

.page-header__search-form:hover > .page-header__search-input::placeholder,
.page-header__search-form:focus > .page-header__search-input::placeholder {
    color: #ffffff;
}

.page-header__search-form:hover > .page-header__search-submit,
.page-header__search-form:focus > .page-header__search-submit {
    display: block;
}

.page-header__search-input {
    width: 310px;
    font-size: 12px;
    padding-top: 5px;
    padding-bottom: 6px;
    padding-right: 35px;
    padding-left: 8px;
    color: #ffffff;
    background: #000000;
    border: 1px solid #cecece;
    border-radius: 4px;
    cursor: pointer;
}

.page-header__search-input::-webkit-input-placeholder {
    color: #626262;
}

.page-header__search-input:-ms-input-placeholder {
    color: #626262;
}

.page-header__search-input::-ms-input-placeholder {
    color: #626262;
}

.page-header__search-input::placeholder {
    color: #626262;
}

.page-header__search-submit {
    padding: 0;
    background: none;
    border: none;
    cursor: pointer;
    position: absolute;
    display: none;
    top: 0;
    right: 0;
    width: 25px;
    height: 25px;
}

.page-header__search-submit:active, .page-header__search-submit:focus {
    outline: none;
}

.page-header__search-submit svg {
    position: absolute;
    top: 5px;
    right: 8px;
    width: 15px;
    height: 15px;
    fill: #c5299b;
}

.page-header__search-submit:hover > svg {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.page-header__user {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 40px;
    height: 50px;
}

.page-header__user:hover::before, .page-header__user:focus::before {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.page-header__user:active::before {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.page-header__user::before {
    content: "";
    position: absolute;
    width: 40px;
    height: 50px;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: center center;
}

.page-header__user--search::before {
    background-image: url("../img/ic-glass.svg");
    background-size: 23px 23px;
}
.page-header__user--compare::before{
    background-image: url("../img/compare_menu.svg");
    background-size: 23px 23px;
}
.page-header__user--wish::before{
    background-image: url("../img/heart-gray_menu.svg");
    background-size: 23px 23px;
}
.page-header__user--cart .page-header__user-amount,
.page-header__user--compare .page-header__user-amount,
.page-header__user--wish .page-header__user-amount
{
    position: absolute;
    width: 22px;
    height: 16px;
    top: 7px;
    right: -3px;
    font-size: 13px;
    line-height: 16px;
    font-weight: 700;
    letter-spacing: -0.8px;
    color: #ffffff;
    text-align: center;
    z-index: 1;
}

.page-header__user--cart::before {
    background-image: url("../img/ic-cart.svg");
    background-size: 23px 25px;
}

.page-header__user--cart::after
{
    content: "";
    position: absolute;
    width: 22px;
    height: 16px;
    top: 7px;
    right: -3px;
    background-color: #c5299b;
    border-radius: 7px;
}

.page-header__user--compare_val::after,
.page-header__user--wish_val::after
{
    content: "";
    position: absolute;
    width: 22px;
    height: 16px;
    top: 7px;
    right: -3px;
    background-color: #c5299b;
    border-radius: 7px;
}

.page-header__user--user::before {
    background-image: url("../img/ic-user.svg");
    background-size: 26px 24px;
}

.page-footer {
    position: relative;
    font-size: 15px;
    color: #ffffff;
    background-color: #000000;
}

.page-footer__up-link {
    position: absolute;
    top: -40px;
    right: 10px;
    display: block;
    width: 30px;
    height: 30px;
    background-image: url("../img/up-link.png");
    background-size: cover;
    background-repeat: no-repeat;
}

.page-footer--fix {
    margin-bottom: -216px;
}

.page-footer__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 10px;
    position: relative;
}

.page-footer__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 17px;
    padding: 14px 2px 10px 16px;
    border-bottom: 1px solid #ffffff;
}

.page-footer__logo-img {
    width: 106px;
    height: 33px;
}

.page-footer__logo-img:hover, .page-footer__logo-img:focus {
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
}

.page-footer__logo-img:active {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.page-footer__list {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 14px;
}

.page-footer__list--contact {
    margin-bottom: 0;
}

.page-footer__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #ffffff;
    padding: 1px 2px 4px 0;
    padding-left: 0;
}

.page-footer__link:hover, .page-footer__link:focus {
    color: #c5299b;
}

.page-footer__link:active {
    opacity: 0.9;
}

.page-footer__icon {
    position: relative;
    padding: 4px 10px 2px 23px;
    line-height: normal;
    color: #ffffff;
}

.page-footer__icon::before {
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    top: 5px;
    left: -2px;
    background-repeat: no-repeat;
    background-position: center center;
}

.page-footer__icon--phone {
    font-weight: bold;
}

.page-footer__icon--phone:hover::before, .page-footer__icon--phone:focus::before {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.page-footer__icon--phone:active::before {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.page-footer__icon--phone::before {
    background-image: url("../img/ic-phone.svg");
    background-size: 13px 13px;
}

.page-footer__icon--clock::before {
    background-image: url("../img/ic-clock-pinc.svg");
    background-size: 17px 17px;
}

.page-footer__icon--email:hover::before, .page-footer__icon--email:focus::before {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.page-footer__icon--email:active::before {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.page-footer__icon--email::before {
    background-image: url("../img/ic-email.svg");
    background-size: 18px 14px;
}

.page-footer__icon--email::after {
    content: "";
    position: absolute;
    height: 1px;
    bottom: 2px;
    left: 25px;
    right: 10px;
    background-color: #9c9797;
}

.page-footer__section {
    padding: 0 12px 0 14px;
}

.page-footer__section--social {
    max-width: 382px;
}

.page-footer__email {
    position: relative;
}

.page-footer__btn {
    padding: 0;
    background: none;
    border: none;
    cursor: pointer;
    margin-bottom: 13px;
    color: #ffffff;
    text-transform: uppercase;
}

.page-footer__btn:active, .page-footer__btn:focus {
    outline: none;
}

.page-footer__btn--email {
    position: absolute;
    top: 10px;
    right: 9px;
    width: 20px;
    height: 20px;
    background: url("../img/arrow-pointing-to-right.svg") no-repeat center center;
}

.page-footer__btn--email:hover, .page-footer__btn--email:focus {
    -webkit-transform: translateX(5px);
    -ms-transform: translateX(5px);
    transform: translateX(5px);
}

.page-footer__btn--email:active {
    opacity: 0.9;
}

.page-footer__btn-icon {
    position: relative;
    padding-right: 27px;
}

.page-footer__btn-icon::before {
    content: "";
    position: absolute;
    width: 16px;
    height: 17px;
    top: 0;
    right: 0;
    background: url("../img/arrow-right-white.svg") no-repeat center center;
    opacity: 0.7;
}

.page-footer__btn-icon:hover::before, .page-footer__btn-icon:focus::before {
    opacity: 1;
}

.page-footer__btn.js-btn--on .page-footer__btn-icon::before {
    top: 2px;
    background-image: url("../img/arrow-down-white.svg");
}

.page-footer__btn.js-btn--on + .hide-md {
    display: block;
}

.page-footer__social-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 7px 2px 15px;
}

.page-footer__social-item {
    width: 40px;
    height: 40px;
    margin-right: 8px;
}

.page-footer__social {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 40px;
    height: 40px;
    opacity: 0.6;
}

.page-footer__social::after {
    content: "";
    position: absolute;
    width: 40px;
    height: 40px;
    top: 0;
    left: 0;
    border-radius: 50%;
    border: 1px solid #ffffff;
}

.page-footer__social:hover, .page-footer__social:focus {
    opacity: 1;
}

.page-footer__social:hover::after, .page-footer__social:focus::after {
    border-color: #c5299b;
}

.page-footer__social:active {
    opacity: 0.9;
}

.page-footer__social::before {
    content: "";
    position: absolute;
    width: 40px;
    height: 40px;
    top: 0;
    right: 0;
    background-repeat: no-repeat;
    background-position: center center;
}

.page-footer__social--vk::before {
    background-image: url("../img/ic-vk.svg");
    background-size: 19px 10px;
}

.page-footer__social--fb::before {
    background-image: url("../img/ic-fb.svg");
    background-size: 8px 16px;
}

.page-footer__social--inst::before {
    background-image: url("../img/ic-inst.svg");
    background-size: 18px 18px;
}

.page-footer__social--yt::before {
    background-image: url("../img/ic-yt.svg");
    background-size: 16px 12px;
}

.page-footer__desc {
    padding-right: 15px;
}

.page-footer__copyright {
    width: 100%;
    margin: 0;
    padding-top: 9px;
    text-align: center;
    border-top: 1px solid #ffffff;
}

.slider__list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.slider__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: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    min-height: 218px;
    background-position: center;
    background-size: cover;
}

.slider__item--two {
    background-image: url("../img/slider-2.jpg");
}

.slider__item--three {
    background-image: url("../img/slider-3.jpg");
}

.slider__inner {
    width: 100%;
    padding: 42px 55px 68px 26px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: white;
}

.slider__title {
    margin: 0;
    margin-bottom: 3px;
    font-size: 22px;
    font-weight: bold;
}

.slider__desc {
    margin: 0;
    margin-bottom: 7px;
    font-size: 12px;
}

.slider {
    width: 100%;
}

.trend__list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.trend__item {
    width: 244px;
    margin-right: 6px;
    min-height: 220px;
    color: #ffffff;
    border-radius: 4px;
    background: url("../img/trend-1.jpg") no-repeat center center #690c52;
    background-size: cover;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.trend__item:hover, .trend__item:focus {
    opacity: 0.8;
}

.trend__item--two {
    background-image: url("../img/trend-2.jpg");
}

.trend__item--three {
    background-image: url("../img/trend-3.jpg");
}

.trend__item a {
    color: inherit;
}

.trend__inner {
    padding-top: 85px;
    min-height: 135px;
}

.trend__label {
    width: 117px;
    min-height: 48px;
    margin: 0 auto 38px;
    padding: 5px 7px 9px 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 11px;
    line-height: 1.3;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 21px 0 #2b172e;
    box-shadow: 0 0 21px 0 #2b172e;
    border: solid 1px #ffffff;
}

.trend__icon {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 43px;
    font-size: 15px;
    line-height: 2;
}

.trend__icon::before {
    content: "";
    position: absolute;
    top: 5px;
    left: 10px;
    width: 30px;
    height: 30px;
    background: url("../img/ic-apple.svg") no-repeat center center;
    background-size: 30px 30px;
}

.trend h3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 36px;
    margin: 0;
    padding: 0 20px;
    font-size: 18px;
    text-align: center;
}

.trend b {
    font-size: 15.5px;
}

.trend del {
    font-size: 12px;
    color: #cecece;
}

.blog__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 20px;
    padding-right: 5px;
}

.blog__header .page-main__title {
    margin-left: 5px;
    margin-bottom: 0;
}

.blog h2 {
    margin-left: 5px;
    margin-right: 5px;
}

.blog__header-link {
    position: relative;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    padding-right: 27px;
    font-size: 12px;
    color: #626262;
}

.blog__header-link::before {
    content: "";
    position: absolute;
    top: -5px;
    right: 4px;
    width: 15px;
    height: 27px;
    background: url("../img/arrow-right-pinc.svg") no-repeat center center;
    background-size: 15px 27px;
}

.blog__header-link:hover, .blog__header-link:focus {
    color: #191919;
}

.blog__header-link:hover::before, .blog__header-link:focus::before {
    -webkit-transform: translateX(5px);
    -ms-transform: translateX(5px);
    transform: translateX(5px);
}

.blog__header-link:active {
    opacity: 0.7;
}

.blog__wrapper {
    padding: 0 5px;
}

.blog__list {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
}

.blog__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
}

.blog__main-list {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
}

.blog__news-wrapper {
    padding: 0 5px;
}

.blog__news-list {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
}

.blog__advise {
    padding: 0 5px;
    margin-top: 17px;
}

.blog__advise .page-main__title {
    margin-left: 0;
}

.blog__advise .article--tall {
    width: 100%;
    border: solid 1px #d9d9d9;
}

.blog__advise h3 {
    margin-right: 0;
}

.article {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-height: 112px;
    border-radius: 4px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.6)));
    background-image: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, 0.6));
    background-image: -o-linear-gradient(top, transparent, rgba(0, 0, 0, 0.6));
    background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.6));
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.article:hover, .article:focus {
    opacity: 0.8;
}

.article span {
    font-size: 10px;
}

.article h2, .article h3 {
    margin: 0;
    margin-top: 5px;
    margin-right: 80px;
    font-size: 12px;
    line-height: 1;
}

.article img {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    font-family: "object-fit:cover";
    object-fit: cover;
    border-radius: 4px;
}

.article__img {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
}

.article__caption {
    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: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 100%;
    min-height: 112px;
    padding: 14px 15px;
    color: #ffffff;
}

.article__btn {
    margin-right: 5px;
    -ms-flex-item-align: end;
    align-self: flex-end;
    margin-top: auto;
}

.goods__list {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 2px;
}

.goods__list .goods__item {
    /*width: 154px;*/
    width: calc(50% - 5px);
    margin-right: 4px;
    margin-bottom: 4px;
}

.goods__item {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 0;
}

.promotional-card {
    width: 100%;
}

.goods .promotional-card__desc > p {
    margin: 0 0 5px 0;
    color: #cecece;
}

.goods .promotional-card__desc > a {
    color: #191919;
}

.goods .promotional-card__desc > a:hover,
.goods .promotional-card__desc > a:focus {
    opacity: 0.7;
}

.goods .promotional-card__desc > a:active {
    opacity: 1;
}

.goods__battery-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-between;
}

.goods__battery-list .goods__item {
    width: calc(50% - 4px);
    margin-bottom: 4px;
}

.goods__battery-list .promotional-card {
    width: 100%;
}

.goods__battery-list .promotional-card img {
    -o-object-fit: contain;
    font-family: "object-fit:contain";
    object-fit: contain;
}

.goods__compare-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 8px;
}

.goods__compare-list .goods__item {
    margin-right: 5px;
}

.goods__compare-list .goods__item:last-child {
    margin-right: 0;
}

.category .swiper-container {
    margin-left: -5px;
}

.category > h2 {
    margin-left: 5px;
    margin-right: 5px;
}

.category__list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 5px;
}

.category__item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-height: 112px;
    margin-bottom: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px;
    border: solid 1px #d9d9d9;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.6)));
    background-image: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, 0.6));
    background-image: -o-linear-gradient(top, transparent, rgba(0, 0, 0, 0.6));
    background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.6));
}

.category__item h2, .category__item h3 {
    margin: 0;
    font-size: 18px;
    color: #ffffff;
    text-align: center;
}

.category__item h2 a, .category__item h3 a {
    color: inherit;
}

.category__item h2 a:hover, .category__item h2 a:focus, .category__item h3 a:hover, .category__item h3 a:focus {
    text-decoration: underline;
}

.category__item h2 a:active, .category__item h3 a:active {
    opacity: 0.9;
}

.category__item img {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    -o-object-fit: cover;
    font-family: "object-fit:cover";
    object-fit: cover;
}

.category__item a {
    color: #191919;
}

.category__inner {
    position: relative;
    -ms-flex-item-align: end;
    align-self: flex-end;
    width: 100%;
    margin-top: auto;
    padding: 10px 20px;
}

.category__link {
    display: none;
}

.category__link-arrow {
    position: absolute;
    display: none;
    top: 50%;
    right: 39px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.category__link-arrow::before {
    content: "";
    display: block;
    top: 0;
    left: 0;
    width: 30px;
    height: 48px;
    background: url("../img/arrow-right-pinc.svg") no-repeat center center;
    background-size: 20px 38px;
}

.category__link-arrow:hover::before, .category__link-arrow:focus::before {
    -webkit-transform: translateX(5px);
    -ms-transform: translateX(5px);
    transform: translateX(5px);
}

.category__link-arrow:active {
    opacity: 0.9;
}

.category__promo-list {
    margin: 0;
    padding: 0;
    list-style: none;
    padding-bottom: 10px;
}

.category__promo-list .category__item {
    min-height: 224px;
}

.category__promo-list .category__item h2, .category__promo-list .category__item h3 {
    font-size: 16px;
    margin-bottom: 15px;
}

.category__promo-list .category__item p {
    margin: 0;
    margin-bottom: 5px;
    font-size: 12px;
}

.category__promo-list .category__item span {
    font-size: 12px;
    line-height: 2.75;
    color: #626262;
}

.category__promo-list .category__inner {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 15px 22px 9px;
}

.category__promo-list .category__link {
    margin-top: 0;
}

.category__promo-list .category__link-arrow {
    right: 8px;
}

.category--archive h2 {
    margin-left: 5px;
    margin-right: 5px;
}

.category--archive .category__promo-list span {
    font-size: 14px;
    line-height: 2.36;
    color: #c5299b;
}

.news__title {
    padding-right: 10px;
}

.news__data {
    padding-left: 10px;
    font-size: 14px;
    font-weight: normal;
    line-height: 2.05;
    color: #cecece;
    vertical-align: middle;
}

.news__img {
    width: 100%;
}

.news__img img {
    display: block;
    width: 100%;
    height: 216px;
    -o-object-fit: cover;
    font-family: "object-fit:cover";
    object-fit: cover;
}

.news__inner {
    padding: 15px 13px 13px 5px;
    color: #191919;
}

.news__inner h2 {
    margin: 0;
    margin-bottom: 2px;
    font-size: 14px;
    line-height: 1.38;
}

.news__inner p {
    margin: 0;
    margin-bottom: 15px;
    font-size: 12px;
    line-height: 1.24;
}

.news__btn {
    padding-left: 16px;
    padding-right: 16px;
    font-size: 12px;
}

.login__modal {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    min-height: 100vh;
    background-color: #ffffff;
    overflow: auto;
}

.login__modal.js-box-closed {
    display: none;
}

.login__wrapper {
    position: absolute;
    width: 100%;
    padding-top: 26px;
    padding-bottom: 10px;
    background-color: #ffffff;
}

.login__section {
    display: none;
}

.login__section.js-box-on {
    display: block;
}

.login__inner {
    position: relative;
    width: 178px;
    margin: 0 auto;
}

.login__close {
    padding: 0;
    background: none;
    border: none;
    cursor: pointer;
    position: absolute;
    top: 26px;
    right: 10px;
    width: 25px;
    height: 25px;
    background: url("../img/menu-close.svg") no-repeat center center;
    background-size: 12px 12px;
    opacity: 0.5;
}

.login__close:active, .login__close:focus {
    outline: none;
}

.login__close:hover, .login__close:focus {
    opacity: 1;
}

.login__close:active {
    opacity: 0.8;
}

.login__select {
    margin-bottom: 35px;
    border-bottom: 1px solid #e6e6e6;
}

.login__tab {
    padding: 0;
    background: none;
    border: none;
    cursor: pointer;
    position: relative;
    margin-right: 10px;
    margin-left: -3px;
    padding-left: 3px;
    padding-right: 6px;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.93;
    color: #cecece;
}

.login__tab:active, .login__tab:focus {
    outline: none;
}

.login__tab.js-tab-on {
    color: #191919;
}

.login__tab.js-tab-on::before {
    content: "";
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #c5299b;
}

.login__tab:last-child {
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
}

.login__tab:hover, .login__tab:focus {
    color: #191919;
}

.login__tab:active {
    opacity: 0.8;
}

.login__form {
    margin-bottom: 15px;
}

.login__list {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-right: 18px;
}

.login__item {
    margin-bottom: 11px;
}

.login__btn {
    margin-left: 5px;
    padding: 0 20px 2px;
    font-size: 12px;
}

.login__btn--center {
    margin-left: 27px;
}

.login__check {
    padding-top: 8px;
    padding-bottom: 13px;
}

.login__check p {
    margin: 0;
    margin-bottom: 3px;
}

.login__check a {
    font-weight: bold;
    text-decoration: underline;
    color: inherit;
}

.login__check a:hover, .login__check a:focus {
    color: #c5299b;
}

.login__check b {
    font-weight: bold;
}

.login__link {
    margin-left: 5px;
    font-size: 10px;
    line-height: 1;
    color: #c5299b;
    text-decoration: underline;
}

.login__link:hover, .login__link:focus {
    color: #a51c80;
}

.login__social {
    margin-top: 22px;
    padding: 8px 0;
    border-top: 1px solid #e6e6e6;
}

.compare__header .page-main__title {
    margin-bottom: 10px;
}

.compare__select {
    margin: 0;
    margin-bottom: 9px;
    padding-left: 10px;
}

.compare__goods-container {
    position: relative;
}

.compare__goods-title {
    position: absolute;
    top: 275px;
}

.compare__card {
    height: 327px;
}

.compare__table {
    margin-bottom: 15px;
    padding: 0 5px;
}

.compare__table-title {
    margin: 0;
    font-size: 14px;
    line-height: 2.14;
    color: #191919;
}

.compare__list-title {
    margin: 0;
    padding: 0;
    list-style: none;
}

.compare__list {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 44px;
    padding: 0 5px;
}

.compare__list:last-child {
    margin-bottom: 0;
}

.compare__list > .compare__item {
    padding-bottom: 22px;
}

.compare__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 13px;
    white-space: nowrap;
    overflow: hidden;
}

.compare__field {
    width: 100%;
    margin-bottom: 1px;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.78;
    letter-spacing: 0.6px;
    color: #191919;
}

.compare__value {
    width: calc((100% - 4px) / 2);
    margin-right: 4px;
    font-size: 12px;
    letter-spacing: 0.6px;
    color: #191919;
}

.compare__value:last-child {
    margin-right: 0;
}

.compare__scroll {
    position: relative;
}

.compare__content .goods__item:first-child {
    padding-left: 5px;
}

.battery__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 8px;
}

.baterry__title {
    width: 100%;
}

.battery__btn {
    padding: 0;
    background: none;
    border: none;
    cursor: pointer;
    position: relative;
    padding-left: 40px;
    font-size: 12px;
    font-weight: 700;
    line-height: 2.29;
    letter-spacing: 0.4px;
    color: #191919;
    vertical-align: middle;
}

.battery__btn:active, .battery__btn:focus {
    outline: none;
}

.battery__btn svg {
    position: absolute;
    top: 7px;
    left: 10px;
}

.battery__btn--filter.js-toggle-on {
    fill: #c5299b;
}

.battery__select {
    margin: 0;
    margin-right: 16px;
}

.battery__container {
    margin-left: 5px;
    margin-right: 5px;
    position: relative;
}

.battery__form {
    display: none;
}

.battery__form.js-box-open {
    display: block;
}

.battery__goods.js-box-hide {
    display: none;
}

.battery__item {
    width: 100%;
    min-height: 162px;
    margin-bottom: 4px;
}

.battery__promo {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    border: solid 2px #f6f6f6;
}

.battery__promo img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    font-family: "object-fit:cover";
    object-fit: cover;
    background-color: #b3acac;
}

.battery__desc {
    width: 130px;
    margin-right: 5px;
    margin-left: auto;
    font-size: 13px;
    color: #191919;
}

.battery__desc h3 {
    margin: 0;
    margin-bottom: 4px;
    font-size: 13px;
    line-height: 1.3;
    font-weight: 400;
    letter-spacing: 0.4px;
}

.battery__desc b {
    font-weight: 700;
}

.battery__desc span {
    margin-right: 40px;
    font-weight: 700;
    color: #c5299b;
    letter-spacing: 0.3px;
}

.battery__desc a.button {
    margin-top: 5px;
    font-size: 12px;
    background-color: transparent;
}

.battery__desc a.button:hover, .battery__desc a.button:focus {
    color: #191919;
}

.battery__desc a.button:active {
    opacity: 0.7;
}

.battery__pagination {
    margin-top: 28px;
}

.filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-top: 15px;
    border-top: 1px solid #e6e6e6;
}

.filter__section {
    width: 154px;
    margin-bottom: 20px;
    padding: 0 5px;
}

.filter__title {
    position: relative;
    margin: 0;
    margin-bottom: 15px;
    padding-left: 13px;
    font-size: 12px;
    line-height: 1.21;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    color: #191919;
}

.filter__title::before {
    content: "";
    position: absolute;
    width: 3px;
    height: 23px;
    top: -5px;
    left: 0;
    background-color: #c5299b;
}

.filter__phone {
    width: 109px;
    margin-bottom: 7px;
    margin-left: 8px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.45;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    color: #191919;
    border-radius: 12.4px;
    background-color: #ffffff;
    border: solid 1.5px #f6f6f6;
}

.filter__phone:hover, .filter__phone:focus {
    background-color: #ffffff;
    color: #191919;
}

.filter__phone.js-btn-on {
    border-color: #c5299b;
}

.filter__phone.js-btn-on + .filter__box {
    display: block;
}

.filter__box {
    display: none;
    padding-left: 30px;
    padding-bottom: 8px;
}

.filter__list {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-left: 10px;
}

.filter__box input {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    white-space: nowrap;
    -webkit-clip-path: inset(100%);
    clip-path: inset(100%);
    clip: rect(0 0 0 0);
    overflow: hidden;
}

.filter__box input + label {
    font-size: 9px;
    line-height: 0.8;
    letter-spacing: 0.2px;
    color: #626262;
    cursor: pointer;
}

.filter__box input:checked + label,
.filter__box input + label:hover,
.filter__box input + label:focus {
    color: #c5299b;
}

.filter__link {
    position: relative;
    margin-left: 25px;
    padding: 5px 15px 5px 0;
    font-size: 10px;
    line-height: 1.45;
    letter-spacing: 0.2px;
    color: #c5299b;
}

.filter__link::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 6px;
    right: 0;
    width: 11px;
    height: 10px;
    background: url("../img/arrow-right-pinc.svg") no-repeat center center;
}

.filter__link:hover::after, .filter__link:focus::after {
    -webkit-transform: translateX(5px);
    -ms-transform: translateX(5px);
    transform: translateX(5px);
}

.filter__link:active {
    opacity: 0.9;
}

.filter__set {
    margin: 0;
    margin-bottom: 24px;
    padding: 0;
    border: none;
}

.filter__set:last-child {
    margin-bottom: 0;
}

.filter__caption {
    margin-left: 13px;
    margin-bottom: 10px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.21;
    letter-spacing: 0.2px;
    color: #191919;
}

.filter__range {
    margin-left: 10px;
}

.filter__price input {
    width: 48px;
    height: 26px;
    margin-right: 5px;
    padding-left: 10px;
    padding-right: 5px;
    font-family: "PT Sans", "Arial", sans-serif;
    font-size: 9px;
    font-weight: 700;
    line-height: 2.06;
    letter-spacing: 0.5px;
    color: #191919;
    border-radius: 12.4px;
    border: solid 1.5px #d9d9d9;
    outline: none;
}

.filter__price input:hover, .filter__price input:focus {
    border-color: #c5299b;
}

.filter__controls {
    position: relative;
    height: 20px;
    padding: 11px 5px;
}

.filter__scale {
    width: 100px;
    height: 3px;
    border-radius: 1.4px;
    background-color: #d9d9d9;
}

.filter__bar {
    width: 80px;
    height: 3px;
    border-radius: 1.4px;
    background-color: #c5299b;
}

.filter__toggle {
    position: absolute;
    z-index: 1;
    top: 7px;
    left: 0;
    width: 11px;
    height: 10px;
    background-color: #ffffff;
    border: solid 2px #c5299b;
    border-radius: 50%;
    cursor: pointer;
}

.filter__toggle--max {
    left: 78px;
}

.filter__send {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    padding-top: 10px;
    border-top: 1px solid #e6e6e6;
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
}

.filter__reset {
    padding-left: 10px;
    padding-right: 13px;
    font-size: 12px;
    line-height: 1.21;
    letter-spacing: 0.6px;
}

.filter__reset svg {
    width: 8px;
    height: 8px;
    fill: #d9d9d9;
}

.filter__apply {
    margin-left: 13px;
    padding: 4px 17px;
    font-size: 12px;
    line-height: 1.21;
    letter-spacing: 0.6px;
}

.delivery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto;
    margin-top: 3px;
    padding: 0;
}

.delivery__content-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    margin-left: 5px;
    margin-right: 5px;
}

.delivery__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    width: 100%;
    margin-bottom: 17px;
}

.delivery__content-img {
    height: auto;
    margin-bottom: 15px;
}

.delivery-features__item {
    margin-bottom: 9px;
}

.delivery-features__item-points {
    margin-top: 17px;
}

.delivery-features__item-title {
    margin: 0;
    padding-right: 10px;
    font-size: 14px;
    line-height: 17px;
    font-weight: 700;
}

.delivery-features__item-description {
    margin: 0;
    line-height: 15px;
}

.delivery__content-features {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 88px;
}

.delivery-aside {
    display: none;
}

.list-points {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 21px;
}

.list-points__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-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 68px;
    margin-right: 8px;
    font-size: 10px;
    color: #626262;
    text-align: center;
}

.list-points__item:last-child {
    margin-right: 0;
}

.list-points__point {
    margin: 0;
    font-weight: 700;
}

.list-points__img-box {
    position: relative;
    width: 68px;
    height: 68px;
    margin-bottom: 6px;
    border: 1px solid #e6e6e6;
    border-radius: 50%;
}

.list-points__img-box--package {
    background: url("../img/delivery-package.svg") no-repeat center;
    background-size: 31px 31px;
}

.list-points__img-box--place {
    background: url("../img/delivery-place.svg") no-repeat center;
    background-size: 31px 31px;
}

.list-points__img-box--store {
    background: url("../img/delivery-store.svg") no-repeat center;
    background-size: 31px 31px;
}

.list-points__img-box--truck {
    background: url("../img/delivery-truck.svg") no-repeat center;
    background-size: 34px 34px;
}

.list-points__img-box--hand {
    background: url("../img/hand.svg") no-repeat center;
    background-size: 31px 31px;
}
.list-points__img-box--hand_money {
    background: url("../img/hand_money.svg") no-repeat center;
    background-size: 31px 31px;
}
.list-points__img-box--watch {
    background: url("../img/watch.svg") no-repeat center;
    background-size: 31px 31px;
}
.list-points__img-box--ribbon {
    background: url("../img/ribbon.svg") no-repeat center;
    background-size: 31px 31px;
}

.accord {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
}

.accord__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 5px;
}

.accord__item-btn {
    padding: 0;
    background: none;
    border: none;
    cursor: pointer;
    position: relative;
    width: 100%;
    padding: 0;
    padding-bottom: 6px;
    padding-right: 25px;
    font-size: 14px;
    font-weight: 700;
    text-align: left;
    border-bottom: 1px solid #cecece;
    outline: none;
}

.accord__item-btn:active, .accord__item-btn:focus {
    outline: none;
}

.accord__item-btn::after {
    position: absolute;
    content: "";
    top: 2px;
    right: 3px;
    width: 12px;
    height: 15px;
    background-image: url("../img/arrow-right.svg");
    background-repeat: no-repeat;
    background-size: 9px 15px;
}

.accord__item-btn.accord__item-btn--open::after {
    top: 6px;
    right: 3px;
    width: 15px;
    background-image: url("../img/arrow-down-pinc.svg");
    background-size: 15px 7px;
}

.accord__item-btn:hover, .accord__item-btn:focus {
    opacity: 0.6;
}

.accord__item-btn:active {
    color: #c5299b;
}

.accord__item-description {
    display: none;
    line-height: 15px;
}

.accord__item-btn--open + .accord__item-description {
    display: block;
}

.aside {
    background: #ffffff;
    font-size: 14px;
    width: 100%;
}

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

.aside__link--active {
    font-weight: 700 !important;
}

.item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 25px;
    padding-bottom: 33px;
    border: 1px solid #cecece;
    border-radius: 3px;
    font-size: 14px;
    margin-top: 6.5px;
}

.item a {
    display: block;
    margin-top: 9px;
}

.item__header {
    font-weight: 700;
    margin: 14px 0 10px 0;
    color: #191919;
    display: block;
}

.item__image-link {
    margin-left: 1%;
}

.item__current-price,
.item__number {
    font-size: 18px;
    font-weight: 700;
}

.item__last-price,
.item__code {
    color: #cecece;
}

.item__last-price {
    display: inline-block;
    padding-top: 3px;
    margin-right: 20px;
}

.item__description {
    margin-right: 15px;
}

.item__description a {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    white-space: nowrap;
    -webkit-clip-path: inset(100%);
    clip-path: inset(100%);
    clip: rect(0 0 0 0);
    overflow: hidden;
    color: #626262;
}

.item__description a:hover {
    opacity: 0.8;
}

.item__code {
    margin: 8px 0 10px 0;
    color: #626262;
}

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

.item__current-price {
    margin-right: 4px;
}

.main-content {
    margin: 0 10px;
}

.contacts__header {
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 0.8px;
    margin-top: 0;
    color: #191919;
}

.stores__header-wrapper > h2 {
    margin-left: 5px;
    margin-right: 5px;
}

.contacts__select {
    margin: 0 5px;
}

.contacts-details {
    margin-left: 5px;
    margin-right: 5px;
    font-weight: 700;
    letter-spacing: 0.7px;
}

.contacts-details__wrapper {
    margin-bottom: -14px;
    letter-spacing: 0px;
}
.contacts-details__wrapper a{
    color: #c5299b;
}
.contacts-details__purpose {
    font-size: 14px;
    margin-top: 23px;
    margin-bottom: 5px;
}

.contacts-details__contact {
    font-size: 19px;
    color: #c5299b;
    margin: 0;
    font-weight: 400;
}

.contacts-details__contact:hover {
    opacity: 0.8;
}

.contacts-details__contact:active {
    opacity: 0.6;
}

.contacts {
    margin-bottom: 17px;
}

.contacts-details__header {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    white-space: nowrap;
    -webkit-clip-path: inset(100%);
    clip-path: inset(100%);
    clip: rect(0 0 0 0);
    overflow: hidden;
}

.stores {
    margin-top: 33px;
}

.stores__city {
    text-decoration: none;
    color: #626262;
    font-size: 14px;
    letter-spacing: 0.4px;
    margin-top: -2px;
    margin-bottom: 19px;
    display: block;
    position: relative;
}

.stores__city::after {
    content: "";
    width: 17px;
    height: 8px;
    position: absolute;
    top: 5px;
    left: 159px;
    background: url(../img/arrow-down.svg) no-repeat 0 0;
    background-size: contain;
}

.stores__city b {
    letter-spacing: 1.1px;
}

.stores__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.accordion-stores {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    list-style: none;
    padding: 0;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 3px;
    margin-bottom: 35px;
}

.accordion-stores__header {
    font-size: 16px;
    line-height: 21px;
    font-weight: 700;
    padding: 16px 30px 7px;
    position: relative;
    border-style: none none solid;
    border-bottom: 1px solid #cecece;
    width: 100%;
    text-align: left;
    cursor: pointer;
    outline: none;
    letter-spacing: 0.5px;
    background-color: transparent;
    color: #191919;
}

.accordion-stores__header:hover {
    opacity: 0.8;
    color: #c5299b;
}

.accordion-stores__header::before {
    content: "";
    position: absolute;
    width: 26px;
    height: 28px;
    background: url("../img/inactive-marker.png") no-repeat 0 0;
    background-size: contain;
    top: 15px;
    left: 0;
}

.accordion-stores__header::after {
    content: "";
    position: absolute;
    background: url("../img/arrow-right.svg") no-repeat 0 0;
    background-size: contain;
    top: 24px;
    right: -2px;
    width: 19px;
    height: 15px;
}

.accordion-stores__header--active::before {
    background: url("../img/marker.png") no-repeat 0 0;
    background-size: contain;
}

.accordion-stores__header--active::after {
    background: url("../img/arrow-down-pinc.svg") no-repeat 0 0;
    background-size: 15px;
    right: 3px;
}

.accordion-stores__location {
    font-size: 14px;
    font-weight: 700;
}

.accordion-stores__address {
    color: #191919;
    letter-spacing: 0.7px;
    margin: 0;
}

.accordion-stores__description {
    font-size: 12px;
    color: #191919;
    letter-spacing: 0.6px;
    margin-top: 2px;
    margin-bottom: 4px;
}

.accordion-stores__body {
    max-height: 150px;
    margin-top: -5px;
}

.accordion-stores__body--hidden {
    max-height: 0;
    overflow: hidden;
    margin-bottom: 0;
    -webkit-transition: max-height 0.2s ease-out;
    -o-transition: max-height 0.2s ease-out;
    transition: max-height 0.2s ease-out;
}

.accordion-stores__subway-station {
    padding-left: 20px;
    padding-top: 6px;
    letter-spacing: 0.5px;
    margin-bottom: 8px;
    position: relative;
    color: #626262;
}

.accordion-stores__subway-station::before {
    content: "";
    position: absolute;
    background: url("../img/subway-logo.png") no-repeat 0 0;
    background-size: contain;
    top: 6px;
    left: 0;
    width: 15px;
    height: 15px;
}

.write-us__form-wrapper {
    padding: 0;
    border: none;
    width: 100%;
    margin: 0 0 12px;
}

.write-us > h2 {
    margin-left: 5px;
    margin-right: 5px;
}

.write-us__textarea {
    width: 100%;
    height: 50px;
    resize: none;
}

.write-us__input {
    width: 55%;
    height: 22px;
}

.guarantees__contact-form .write-us__input {
    width: 100%;
}

.write-us__tooltip {
    display: none;
}

.write-us__input,
.write-us__textarea {
    padding: 2px 10px 1px;
    outline: none;
    border: 1px solid #cecece;
    border-radius: 3px;
}

.write-us__input:focus,
.write-us__textarea:focus {
    border: 1px solid #c5299b;
}

.write-us__button {
    width: 90px;
    margin-top: -6px;
    margin-bottom: 9px;
}

.write-us__accept-terms {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    white-space: nowrap;
    -webkit-clip-path: inset(100%);
    clip-path: inset(100%);
    clip: rect(0 0 0 0);
    overflow: hidden;
    margin-top: 0;
    margin-bottom: 0;
}

.write-us__label {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    white-space: nowrap;
    -webkit-clip-path: inset(100%);
    clip-path: inset(100%);
    clip: rect(0 0 0 0);
    overflow: hidden;
}

.write-us__form {
    margin: 0 5px;
}

.guarantees__contact-notice + .write-us__form {
    margin-top: 0;
}

.write-us__remove-btn {
    padding: 0;
    background: none;
    border: none;
    cursor: pointer;
    position: absolute;
    top: 11px;
    right: 13px;
    width: 12px;
    height: 12px;
    background: url("../img/ic-delete-pink.png") no-repeat center;
    background-size: 12px 12px;
}

.write-us__remove-btn:active, .write-us__remove-btn:focus {
    outline: none;
}

.write-us__remove-btn:hover, .write-us__remove-btn:focus {
    opacity: 0.7;
}

.write-us__file {
    margin: 0;
}

.write-us__file-name {
    padding-left: 8px;
    color: #c72998;
}

.write-us__file-upload {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    height: 33px;
    outline: none;
    border: 1px solid #cecece;
    border-radius: 3px;
    margin-bottom: 22px;
}

.write-us__file-upload-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    min-width: 158px;
    background-color: #ffffff;
    border: none;
    cursor: pointer;
    padding-left: 40px;
    padding-right: 20px;
    margin-right: 20px;
    border: 1px solid #cecece;
}

.write-us__file-upload-btn--guarantees {
    margin-right: 13px;
    padding-right: 13px;
    padding-left: 29px;
    border-right: 2px solid #cecece;
}

.write-us__file-upload-btn:hover, .write-us__file-upload-btn:focus {
    color: #c72998;
}

.write-us__upload-input:hover + .write-us__file-upload-btn {
    color: #c72998;
}

.write-us__upload-input:focus + .write-us__file-upload-btn {
    color: #c72998;
}

.write-us__file-upload input[type=file] {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.write-us__file-upload-btn::before {
    content: "";
    display: block;
    position: absolute;
    top: -4px;
    left: 0;
    width: 40px;
    height: 40px;
    background: url("../img/paperclip.png") no-repeat center;
    background-size: 14px 14px;
    z-index: 2;
}

.write-us__file-upload-name {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.write-us__file-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.write-us__file-item {
    position: relative;
    margin-bottom: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 32px;
    border: 1px solid #cecece;
    border-radius: 3px;
    background: url("../img/paperclip-black.png") no-repeat 12px center;
    background-size: 14px 14px;
}

.map {
    height: 207px;
    background: url("../img/map.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}

.map__header {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    white-space: nowrap;
    -webkit-clip-path: inset(100%);
    clip-path: inset(100%);
    clip: rect(0 0 0 0);
    overflow: hidden;
}

.favorites-product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-width: 300px;
    padding: 0;
    border: 1px solid #cecece;
    border-radius: 8px;
}

.favorites-product:hover {
    -webkit-box-shadow: 0 0 29px 0 rgba(0, 0, 0, 0.09);
    box-shadow: 0 0 29px 0 rgba(0, 0, 0, 0.09);
}

.favorites__list-products-item {
    margin-bottom: 7px;
}

.favorites__list-products-item:last-child {
    margin-bottom: 0;
}

.favorites-product__img {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    width: 120px;
    height: 142px;
    margin: 5px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    overflow: hidden;
}

.favorites-product__img a:hover,
.favorites-product__img a:focus {
    opacity: 0.7;
}

.favorites-product__img a:active {
    opacity: 1;
}

.favorites-product__img img {
    width: 100%;
    height: auto;
}

.favorites-product__content {
    width: 100%;
    padding-right: 10px;
}

.favorites-product__description {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 9px;
}

.favorites-product__code {
    display: none;
}

.favorites-product__title-xl {
    display: none;
    position: relative;
}

.favorites-product__title-xl > a {
    color: #191919;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: 546px;
}

.favorites-product__title-xl > a:hover, .favorites-product__title-xl > a:focus {
    color: rgba(25, 25, 25, 0.7);
}

.favorites-product__title-xl > a:active {
    color: #191919;
    opacity: 1;
}

.favorites-product__title-xl .action-flag {
    fill: #c5299b;
}

.favorites-product__flag-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    padding-top: 5px;
    padding-left: 5px;
}

.favorites-product__title-sm {
    width: 100%;
    margin-top: 39px;
}

.favorites-product__title-sm > a {
    color: #191919;
}

.favorites-product__title-sm > a:hover, .favorites-product__title-sm > a:focus {
    color: rgba(25, 25, 25, 0.7);
}

.favorites-product__title-sm > a:active {
    color: #191919;
    opacity: 1;
}

.favorites-product__title-sm h3 {
    margin: 0;
}

.favorites-product__action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 160px;
}

.favorites-product__btn-buy {
    margin-left: auto;
    margin-right: 5px;
    padding: 0 7px 1px;
    font-size: 12px;
    color: #191919;
    background: #ffffff;
}

.favorites-product__btn-buy-sm {
    padding: 0;
    background-color: transparent;
}

.favorites-product__btn-buy-xl {
    display: none;
    padding: 0;
    background-color: transparent;
}

.favorites-product__btn-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 9px;
}

.favorites-product__price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 18px;
    font-weight: 700;
}

.favorites-product__price p {
    margin: 0;
    margin-right: 6px;
    padding-top: 2px;
    color: #c5299b;
}

.favorites-product__price del {
    display: none;
    font-weight: 400;
    color: #cecece;
}

.favorites-product__price.favorites-product__price--pink p {
    color: #c5299b;
}

.favorites-product__specification {
    display: none;
}

.favorites-product__btn {
    padding: 0;
    background: none;
    border: none;
    cursor: pointer;
    position: relative;
    padding: 2px 23px;
    padding-right: 0;
    margin-right: 18px;
}

.favorites-product__btn:active, .favorites-product__btn:focus {
    outline: none;
}

.favorites-product__btn:last-child {
    margin-right: 0;
}

.favorites-product__btn:hover, .favorites-product__btn:focus {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.favorites-product__btn:active {
    opacity: 0.5;
}

.favorites-product__btn-icon {
    position: absolute;
    left: 0;
    width: 16px;
    height: 16px;
    fill: #c5299b;
}

.favorites-product__btn-icon.favorites-product__btn-icon--del {
    top: 1px;
    left: 4px;
    fill: #cecece;
}

.favorites {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 17px;
}

.favorites > .page-main__title {
    position: relative;
    -ms-flex-item-align: start;
    align-self: flex-start;
    padding-right: 29px;
}

.favorites > .page-main__title::after {
    content: "";
    position: absolute;
    top: 5px;
    right: 0;
    width: 22px;
    height: 20px;
    background: url("../img/icon-heart.svg") no-repeat;
    background-size: 100%;
}

.favorites__products {
    margin: 0 5px;
}

.favorites__list-products {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 16px;
}

.favorites-promotion {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin: 0 5px;
}

.favorites-promotion button {
    -ms-flex-item-align: start;
    align-self: flex-start;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 5px;
    margin-right: 0;
    padding: 0 13px;
    padding-bottom: 2px;
    font-size: 12px;
}

.favorites-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: auto;
    padding-top: 2px;
}

.favorites-social p {
    margin: 0;
    padding-top: 2px;
    margin-right: 7px;
    font-size: 10px;
    font-weight: 400;
    color: #626262;
}

.favorites-social__link {
    width: 17px;
    height: 17px;
    margin-right: 2px;
    font-size: 0;
    background-size: 100%;
    background-repeat: no-repeat;
}

.favorites-social__link:last-child {
    margin-right: 0;
}

.favorites-social__link:hover, .favorites-social__link:active {
    opacity: 0.6;
}

.favorites-social__link.favorites-social__link--vk {
    background-image: url("../img/icon-vk.png");
}

.favorites-social__link.favorites-social__link--fb {
    background-image: url("../img/icon-fb.png");
}

.favorites-social__link.favorites-social__link--ok {
    background-image: url("../img/icon-ok.png");
}

.favorites-social__link.favorites-social__link--tw {
    background-image: url("../img/icon-tw.png");
}

.favorites-social__link.favorites-social__link--gl {
    background-image: url("../img/icon-gl.png");
}

.account {
    width: 100%;
}

.account__tabs {
    display: none;
}

.account__tab {
    position: relative;
    display: block;
    padding-left: 26px;
    font-size: 14px;
    line-height: 30px;
    font-weight: 700;
    text-decoration: none;
    border-bottom: 1px solid #e6e6e6;
    color: #3a3a3a;
}

.account__tab::before {
    content: "";
    position: absolute;
    display: block;
}

.account__tab--ua {
    background: url("../img/icon-cabinet.svg") no-repeat 0 7px;
    background-size: 18px 15px;
}

.account__tab--ud {
    background: url("../img/icon-info.svg") no-repeat 0 6px;
    background-size: 18px 17px;
}

.account__tab--uo {
    background: url("../img/icon-orders.svg") no-repeat 3px 6px;
    background-size: 13px 17px;
}

.account__tab::after {
    position: absolute;
    right: 11px;
    bottom: 10px;
    display: block;
    content: "";
    width: 12px;
    height: 6px;
    background-image: url("../img/arrow-down.svg");
    background-repeat: no-repeat;
    background-size: 100%;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.account__tab--active {
    position: relative;
    cursor: default;
}

.account__tab--active::after {
    position: absolute;
    display: block;
    content: "";
    width: 12px;
    height: 6px;
    background-image: url("../img/arrow-down-pinc.svg");
    background-repeat: no-repeat;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.account__container {
    width: 100%;
    padding: 0 5px;
}

.account__content {
    display: none;
    padding-top: 10px;
}

.account__content--shown {
    display: block;
}

.menu-item {
    padding-left: 29px;
    position: relative;
    border-bottom: 1px solid #e6e6e6;
    font-size: inherit;
    color: #191919;
    font-weight: 700;
    line-height: 29px;
}

.menu-item a {
    line-height: 29px;
    font-size: inherit;
    color: #191919;
    font-weight: 700;
}

.menu-item a:hover, .menu-item a:focus {
    color: #c5299b;
}

.menu-item a:active {
    color: #626262;
}

.menu-item::before {
    content: "";
    position: absolute;
}

.menu-item:first-child::before {
    width: 18px;
    height: 15px;
    left: 0;
    top: 8px;
    background: url("../img/icon-cabinet.svg") no-repeat 0 0;
    background-size: contain;
}

.menu-item:nth-child(2)::before {
    left: 0;
    top: 5px;
    width: 18px;
    height: 17px;
    background: url("../img/icon-info.svg") no-repeat 0 0;
    background-size: contain;
}

.menu-item:nth-child(3)::before {
    left: 3px;
    top: 6px;
    width: 13px;
    height: 17px;
    background: url("../img/icon-orders.svg") no-repeat 0 0;
    background-size: contain;
}

.menu-item::after {
    content: "";
    position: absolute;
    width: 11px;
    height: 17px;
    background: url("../img/arrow-right.svg") no-repeat 0 0;
    top: 10px;
    right: 8px;
}

.menu-item--active::after {
    content: "";
    position: absolute;
    width: 18px;
    height: 11px;
    background: url(../img/arrow-down-pinc.svg) no-repeat 0 0;
    top: 13px;
    right: 6px;
}

.menu-item--active a:hover, .menu-item--active a:focus {
    color: inherit;
}

.user-form {
    padding: 7px 0 12px;
    border-radius: 4px;
}

.user-form--hidden {
    display: none;
}

.user-form .user-form__input {
    padding: 7px 10px;
    font-size: 12px;
    text-align: left;
    border: 1px solid #cecece;
}

.user-form .user-form__input:hover {
    border-color: #cecece;
}

.user-form .user-form__input:focus {
    border-color: #c5299b;
}

.user-form--subs {
    width: auto;
}

.user-form--subs .user-form__item {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 160px;
}

.user-form__title {
    margin: 0 0 15px;
    font-size: 14px;
    line-height: 1.2em;
    color: #3a3a3a;
}

.user-form__item {
    margin-bottom: 5px;
}

.user-form__item--radio {
    margin-bottom: 3px;
}

.user-form__tip {
    margin: 0 0 15px;
    font-size: 12px;
    line-height: 1.2em;
    color: #626262;
}

.user-form__buttons {
    text-align: center;
}

.user-form__button:last-child {
    margin-left: 10px;
}

.user-form__input-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
}

.user-form__input-container .user-form__item {
    margin-bottom: 0;
}

.user-form__list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.user-summary__item {
    padding: 0 0 13px;
}

.user-summary__item--subscribe .user-summary__title {
    letter-spacing: 0.02em;
}

.user-summary__item--subscribe .user-summary__button {
    margin-top: 5px;
}

.user-summary__item--social .user-summary__title {
    margin: 0 0 5px;
    padding: 0;
}

.user-summary__title {
    position: relative;
    margin: 0 0 5px;
    font-size: 14px;
    line-height: 1.2em;
}

.user-summary__title--profile::before {
    top: -5px;
    left: 0;
    width: 30px;
    height: 40px;
    background: url("../img/icon-profile-pink.svg") no-repeat 0 0;
    background-size: contain;
}

.user-summary__title--orders::before {
    background: url("../img/icon-orders.svg") no-repeat 0 0;
    background-size: contain;
    width: 19px;
    height: 26px;
    left: 4px;
    top: -1px;
}

.user-summary__title--cart::before {
    background: url("../img/icon-cart-pink.svg") no-repeat 0 0;
    background-size: contain;
    width: 24px;
    height: 26px;
    left: 6px;
    top: -2px;
}

.user-summary__content {
    font-size: 12px;
    margin-bottom: 10px;
}

.user-summary__content p {
    margin: 4px 0;
}

.user-summary__content span {
    color: #cecece;
    display: block;
}

.user-summary__address {
    margin: 0;
    color: #626262;
}

.user-summary__price {
    white-space: nowrap;
}

.order-summary {
    color: #191919;
    font-size: 14px;
    line-height: 21px;
}

.order-summary__header {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    white-space: nowrap;
    -webkit-clip-path: inset(100%);
    clip-path: inset(100%);
    clip: rect(0 0 0 0);
    overflow: hidden;
}

.order-summary__caption {
    font-size: 18px;
    font-weight: 700;
    margin: 12px 0;
}

.order-summary__caption span {
    letter-spacing: 0.5px;
}

.order-summary__info-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.order-summary__info-list li:nth-child(3) {
    /*-webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;*/
}

.order-summary__information {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.order-summary__information p {
    margin: 0;
}

.order-summary__description-value {
    font-weight: 700;
}

.order-summary__description-value--selection {
    color: #c5299b;
}
.order-card{
    margin-bottom: 20px;
}
.order-card__goods-link {
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
    color: #191919;
    display: block;
    margin-bottom: 13px;
    position: relative;
}

.order-card__goods-link::after {
    content: "";
    width: 12px;
    height: 6px;
    position: absolute;
    top: 8px;
    left: 55px;
    background: url("../img/arrow-right.svg") no-repeat center;
    background-size: contain;
}

.order-card__goods-link--active::after, .order-card__goods-link--active:hover::after{
    background: url("../img/arrow-down-pinc.svg") no-repeat center;
    background-size: contain;
}

.order-card__goods-link:hover, .order-card__goods-link:active {
    color: #c5299b;
    opacity: 0.7;
}

.order-card__details--hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    white-space: nowrap;
    -webkit-clip-path: inset(100%);
    clip-path: inset(100%);
    clip: rect(0 0 0 0);
    overflow: hidden;
}

.order-card__customer {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    white-space: nowrap;
    -webkit-clip-path: inset(100%);
    clip-path: inset(100%);
    clip: rect(0 0 0 0);
    overflow: hidden;
}

.order-card__button-block {
    margin-top: 11px;
    text-align: right;
    margin-right: 8px;
    margin-bottom: 30px;
}

.order-card__button-block--2 {
    margin-top: 17px;
}

.order-card__button {
    width: 118px;
    font-size: 12px;
    text-align: center;
    margin-left: 10px;
    padding-top: 1px;
    height: 24px;
}

.order-card__button--repeat {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.order-card__button--cancel {
    width: 99px;
    padding-left: 24px;
    position: relative;
    letter-spacing: 0.5px;
}

.order-card__button--cancel::before {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    background: url("../img/icon-dagger.png") no-repeat 0 0;
    left: 13px;
    top: 6px;
}

.order-slider__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.order-slider__caption {
    font-size: 10px;
    padding-left: 11px;
    margin-bottom: 6px;
    margin-top: 3px;
}

.order-slider__current-price {
    font-size: 14px;
    color: #c5299b;
    font-weight: 700;
    padding-left: 10px;
}

.order-slider__last-price {
    color: #bdbdbd;
    display: inline-block;
    padding-top: 3px;
    margin-right: 0;
    font-size: 10px;
}

.order-slider__slide {
    width: 150px;
    border: 1px solid #bdbdbd;
    margin-bottom: 8px;
    overflow: hidden;
    position: relative;
}

.order-slider__image--1 {
    margin-top: 5px;
    margin-left: 5px;
    margin-bottom: 1px;
}

.order-slider__image--2 {
    margin-top: 1px;
    margin-left: 5px;
}

.order-slider__image--3 {
    margin-top: 4px;
    margin-left: 5px;
}

.order-slider__image--4 {
    margin-top: -4px;
    margin-left: 11px;
    margin-bottom: 5px;
}

.order-slider__button {
    margin-top: -5px;
    margin-bottom: 8px;
    font-size: 12px;
    font-weight: 700;
    padding: 2px 7px;
}

.order-slider__price-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}

.order-slider__sale {
    display: block;
    width: 26px;
    line-height: 14px;
    height: 14px;
    text-align: center;
    font-size: 8px;
    font-weight: 700;
    color: #c5299b;
    border-left: none;
    position: absolute;
    top: 4px;
    right: 5px;
    background: url("../img/ic-label-mobile.png") no-repeat 0 0;
}

.order-slider__header {
    font-size: 24px;
    font-weight: 700;
    position: relative;
    padding-left: 15px;
    padding-right: 25px;
    padding-top: 8px;
    margin-bottom: 15px;
}

.order-slider__header::after {
    content: "";
    position: absolute;
    width: 24px;
    height: 23px;
    background: url("../img/ic-sale-mobile.png") no-repeat 0 0;
    top: 12px;
    left: 100px;
}

.order__sort {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    white-space: nowrap;
    -webkit-clip-path: inset(100%);
    clip-path: inset(100%);
    clip: rect(0 0 0 0);
    overflow: hidden;
}

.product {
    width: 100%;
    padding-top: 3px;
}

.product__rating {
    margin-left: 5px;
}

.product__slider-new {
    width: 100%;
    margin-bottom: 32px;
}

.product__button-up,
.product__button-down {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    white-space: nowrap;
    -webkit-clip-path: inset(100%);
    clip-path: inset(100%);
    clip: rect(0 0 0 0);
    overflow: hidden;
    background-image: none;
    fill: #cecece;
    left: 3px;
    outline: none;
    border: none;
    padding: 0;
    background: none;
    border: none;
    cursor: pointer;
}

.product__button-up:active, .product__button-up:focus,
.product__button-down:active,
.product__button-down:focus {
    outline: none;
}

.product__button-up svg,
.product__button-down svg {
    width: 30px;
    height: 30px;
}

.product__details-social-wrapper {
    border: 1px solid #cecece;
    padding: 13px 10px 14px 15px;
    border-radius: 5px;
}

.product__button-up {
    bottom: 0;
}

.product__wrapper {
    padding: 0 5px;
    overflow: hidden;
    position: relative;
}

.product__button {
    background-repeat: no-repeat;
    background-position: center;
    border: none;
    outline: none;
    background-color: white;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 7px;
}

.product__button--plus {
    background-image: url("../img/plus.png");
    left: 38px;
}

.product__button--minus {
    background-image: url("../img/minus.png");
    left: 5px;
}

.product__quantity {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.product__number {
    width: 60px;
    text-align: center;
    border: 1px solid #cecece;
    border-radius: 15px;
    padding: 6px 0;
    font-size: 12px;
    color: #191919;
    line-height: 14px;
}

.product__buy-in-one-click {
    position: relative;
    margin-top: 8px;
    margin-left: 10px;
    font-size: 12px;
    text-decoration: none;
    color: #c5299b;
}

.product__buy-in-one-click:before {
    position: absolute;
    top: 14px;
    left: 0;
    content: "";
    width: 100%;
    height: 1px;
    background-color: #c5299b;
}

.product__buy-in-one-click:hover, .product__buy-in-one-click:focus {
    opacity: 0.7;
    outline: none;
}

.product__header {
    font-size: 14px;
    /*font-weight: 700;*/
    position: relative;
    padding-left: 27px;
    margin-top: 1px;
    margin-bottom: 8px;
}

.product__header::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
}

.product__header--availability {
    padding-left: 17px;
    margin-top: 5px;
}

.product__header--availability::before {
    top: 2px;
    left: 0;
    width: 13px;
    height: 13px;
    background: url(../img/icon-available.svg) no-repeat center center;
    background-size: contain;
}

.product__header--delivery {
    margin-bottom: 1px;
    padding-left: 32px;
    font-size: 12px;
}

.product__header--delivery::before {
    width: 23px;
    height: 23px;
    left: 0;
    top: -6px;
    background: url("../img/delivery-black.svg") no-repeat center center;
    background-size: contain;
}

.product__header--pickup {
    margin-top: 16px;
    margin-bottom: 2px;
    padding-left: 28px;
    font-size: 12px;
}

.product__header--pickup::before {
    top: -7px;
    left: 6px;
    width: 15px;
    height: 25px;
    background: url("../img/icon-pickup-black.svg") no-repeat center center;
    background-size: contain;
}

.product__details-wrapper {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.product__details-wrapper img {
    width: 13px;
    height: 13px;
}

.product__details-wrapper span:first-child {
    color: #cecece;
    border: none;
    text-decoration: none;
}

.product__details-wrapper a {
    display: block;
    margin-top: -2px;
    font-size: 12px;
    line-height: 16px;
    color: #c5299b;
    text-decoration: underline;
}

.product__details-wrapper b {
    margin-left: 3px;
}

.product__delivery-details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 4px;
    border-bottom: 1px solid #cecece;
}

.product__delivery-details a {
    font-size: 10px;
    font-weight: 700;
    position: relative;
    padding-top: 18px;
    padding-right: 18px;
    letter-spacing: 0.02em;
    color: inherit;
}

.product__delivery-details a::after {
    content: "";
    position: absolute;
    top: 18px;
    right: 2px;
    background: url(../img/arrow-right.svg) no-repeat center center;
    width: 11px;
    height: 11px;
    background-size: contain;
}

.product__delivery-details a:hover::after, .product__delivery-details a:focus::after {
    background-image: url("../img/arrow-right-pinc.svg");
}

.product__social-share {
    margin: 0;
    font-size: 10px;
}

.product__free-delivery {
    margin: 0 auto 0 30px;
    padding-top: 4px;
    font-size: 9px;
    color: #c5299b;
}

.product__free-delivery span {
    color: #cecece;
}

.product__delivery-info {
    font-size: 14px;
    line-height: 18px;
    padding-left: 32px;
    margin-top: 7px;
    margin-bottom: 0;
}

.product__delivery-info:nth-of-type(2) {
    margin-top: 0;
}

.product__delivery-info:last-of-type {
    margin-top: 0;
}

.product__delivery-info b {
    margin-left: 6px;
}

.product-description__sort,
.questions-and-answers__sort {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    white-space: nowrap;
    -webkit-clip-path: inset(100%);
    clip-path: inset(100%);
    clip: rect(0 0 0 0);
    overflow: hidden;
}

.product__price {
    font-size: 22px;
    margin-top: 7px;
}

.product__price :first-child {
    color: #c5299b;
    font-weight: 700;
    margin-right: 7px;
}

.product__price :nth-child(2) {
    color: #cecece;
    text-decoration: line-through;
    position: relative;
}
/*
.product__price :nth-child(2)::after {
    content: "";
    position: absolute;
    top: 5px;
    right: -50px;
    background: url(../img/discount.svg) no-repeat center center;
    width: 35px;
    height: 17px;
    background-size: contain;
}*/

.product__image-container {
    height: 342px;
    overflow: hidden;
    width: 100%;
}

.product__buy {
    width: 77px;
    margin-left: 10px;
    border-radius: 13px;
    padding-top: 1px;
    font-size: 12px;
    border: 2px solid #c5299b;
}

.product__buy:hover, .product__buy:focus {
    border: 2px solid #c5299b;
    background-color: #ffffff;
    color: #c5299b;
    outline: none;
}

.product__favourite {
    margin-top: 13px;
    font-size: 13px;
}

.product__delivery {
    margin-top: 21px;
}

.product__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 13px;
}

.product__social-links {
    margin-left: 19px;
    overflow: visible;
}

.product__social-link {
    display: inline-block;
    width: 17px;
    height: 17px;
    margin-right: -2px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    border-radius: 50%;
}

.product__social-link:hover, .product__social-link:focus {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.product__social-link--vk {
    background-image: url("../img/soc-vk.svg");
}

.product__social-link--fb {
    background-image: url("../img/soc-fb.svg");
}

.product__social-link--ok {
    background-image: url("../img/soc-ok.svg");
}

.product__social-link--tw {
    background-image: url("../img/soc-tw.svg");
}

.product__social-link--gl {
    background-image: url("../img/soc-gl.svg");
}

.product-description__review {
    position: relative;
    margin-bottom: 15px;
}

.product-description__review p {
    margin: 0;
    padding-right: 5px;
    line-height: 12px;
    color: #191919;
    letter-spacing: 0.3px;
}

.product-description__review span {
    font-size: 10px;
    line-height: 12px;
    color: #626262;
}

.product-description__review:last-of-type::after {
    top: 40px;
    width: 65px;
}

.product-description__conditions {
    margin-top: -13px;
}

.product-description__form {
    margin: -2px 0 0;
}

.product-description {
    padding: 0 10px 35px;
}

.product-description b {
    letter-spacing: 0.02em;
}

.product-description__title {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    white-space: nowrap;
    -webkit-clip-path: inset(100%);
    clip-path: inset(100%);
    clip: rect(0 0 0 0);
    overflow: hidden;
}

.product-description__tabs {
    display: none;
}
.product-description__tab:first-letter{
    text-transform: uppercase;
}
.product-description__tab {
    position: relative;
    display: block;
    padding: 5px 0 0;
    font-size: 14px;
    line-height: 30px;
    font-weight: 700;
    text-decoration: none;
    border-bottom: 1px solid #e6e6e6;
    color: #3a3a3a;
}

.product-description__tab::before {
    position: absolute;
    right: 11px;
    bottom: 10px;
    display: block;
    content: "";
    width: 12px;
    height: 6px;
    background-image: url("../img/arrow-down.svg");
    background-repeat: no-repeat;
    background-size: 100%;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.product-description__tab--active {
    position: relative;
}

.product-description__tab--active::before {
    position: absolute;
    display: block;
    content: "";
    width: 12px;
    height: 6px;
    background-image: url("../img/arrow-down-pinc.svg");
    background-repeat: no-repeat;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.product-description__tab--reviews span, .product-description__tab--faq span {
    color: #e6e6e6;
}

.product-description__content {
    display: none;
    padding-top: 17px;
    padding-bottom: 5px;
    overflow: hidden;
}

.product-description__content p {
    font-size: 12px;
    line-height: 13px;
    letter-spacing: 0.02em;
}

.product-description__content p:last-child {
    margin-bottom: 0;
}

.product-description__content--shown {
    display: block;
}

.product-description__content--desc p {
    margin: 13px 0 14px;
}

.product-description__rating {
    margin-top: 3px;
}

.product-description__questions-and-answers {
    margin-bottom: 15px;
}

.product-description__header {
    margin-bottom: 0;
    margin-top: -4px;
    font-size: 14px;
    line-height: 30px;
}

.product-description__header:hover, .product-description__header:focus {
    outline: none;
}

.product-description__content-block {
    margin-bottom: 18px;
}

.favourite-links__button {
    font-size: 10px;
    color: #191919;
    position: relative;
    padding-left: 23px;
}

.favourite-links__button::before {
    content: "";
    position: absolute;
    top: -2px;
    left: -2px;
    width: 15px;
    height: 15px;
}

.favourite-links__button--add {
    margin-right: 24px;
}

.favourite-links__button--add::before {
    background: url("../img/heart-gray.svg") no-repeat center center;
    background-size: contain;
}

.favourite-links__button--add:hover::before {
    background-image: url("../img/heart-pink-filled.svg");
}

.favourite-links__button--add.favourite-links__button--checked::before {
    background-image: url("../img/heart-pink-filled.svg");
}

.favourite-links__button--compare::before {
    background: url("../img/compare.svg") no-repeat center center;
    background-size: contain;
}

.favourite-links__button--compare:hover::before {
    background-image: url("../img/compare-pink.svg");
}

.favourite-links__button--compare.favourite-links__button--checked::before {
    background-image: url("../img/compare-pink.svg");
}

.favourite-links__button:focus {
    outline: none;
}

.questions-and-answers__header {
    margin-top: 16px;
}

.questions-and-answers__header::after {
    content: "";
    position: absolute;
    top: 10px;
    right: 7px;
    background: url(../img/arrow-right.svg) no-repeat center center;
    width: 16px;
    height: 16px;
    background-size: contain;
}

.questions-and-answers p {
    margin: 0;
}

.questions-and-answers__question span {
    font-size: 10px;
    color: #626262;
}

.questions-and-answers__answer {
    margin-top: 5px;
    padding-left: 25px;
}

.conditions__header::after {
    content: "";
    position: absolute;
    top: 10px;
    right: 7px;
    background: url(../img/arrow-right.svg) no-repeat center center;
    width: 16px;
    height: 16px;
    background-size: contain;
}

.rating__item {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 1px;
    background-image: url("../img/empty-star.svg");
    background-size: 100%;
    background-repeat: no-repeat;
}

.rating__item--ok {
    background-image: url("../img/star.svg");
}

.parameter h3 {
    margin: 0;
}

.parameter ul {
    margin: 12px 0 0;
    padding: 0;
    list-style: none;
}

.parameter li {
    padding: 6px 0 8px;
    border-bottom: 1px solid #e6e6e6;
}

.parameter li div {
    display: inline-block;
    font-size: 12px;
    line-height: 13px;
    letter-spacing: 0.02em;
    color: #3a3a3a;
}

.parameter li div:first-child {
    width: 180px;
}

.parameter li div:last-child {
    font-weight: 700;
}

.blog-page__image-container {
    width: 100%;
}

.blog-page__image {
    width: 100%;
    height: 218px;
    -o-object-fit: cover;
    font-family: "object-fit:cover", "object-fit:cover";
    object-fit: cover;
    background-color: #191919;
}

.blog-page__wrapper {
    margin-left: 5px;
    margin-right: 5px;
    padding-right: 5px;
}

.blog-page__wrapper h2 {
    font-size: 14px;
    color: #191919;
    margin-top: 20px;
    margin-bottom: 0;
}

.blog-page__wrapper p {
    margin-top: 3px;
}
.blog-page__wrapper:last-of-type{
    overflow: hidden;
}
/*
.blog-page__wrapper:last-of-type {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    white-space: nowrap;
    -webkit-clip-path: inset(100%);
    clip-path: inset(100%);
    clip: rect(0 0 0 0);
    overflow: hidden;
}*/

.blog-page__text .blog-page__wrapper:nth-of-type(2) :nth-child(2) {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    white-space: nowrap;
    -webkit-clip-path: inset(100%);
    clip-path: inset(100%);
    clip: rect(0 0 0 0);
    overflow: hidden;
}

.blog-page__highlight {
    margin-left: 5px;
    border-left: 2px solid #c5299b;
    padding: 0 0 3px 12px;
    margin-top: 28px;
}

.blog-page__highlight p {
    margin-top: 0;
    padding-right: 30px;
    line-height: 14.5px;
}

.blog-page__highlight b {
    font-size: 14px;
}

.blog-page__highlight-header {
    font-size: 14px;
    padding-right: 58px;
    margin-bottom: 2px;
}

.blog-page__aside {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    white-space: nowrap;
    -webkit-clip-path: inset(100%);
    clip-path: inset(100%);
    clip: rect(0 0 0 0);
    overflow: hidden;
}

.blog-page__social {
    font-size: 14px;
    margin-left: 5px;
    margin-top: 20px;
}

.blog-page__social-links {
    margin-top: 10px;
}

.blog-page__social-links a:hover, .blog-page__social-links a:active, .blog-page__social-links a:focus {
    opacity: 0.8;
}

.blog-page__tags {
    text-decoration: none;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 20px;
    margin-bottom: 27px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.blog-page__tags a {
    color: #191919;
    border: 1px solid #cecece;
    padding: 4px 10px;
    margin-right: 5px;
    border-radius: 4px;
}

.blog-page__tags a:hover, .blog-page__tags a:active, .blog-page__tags a:focus {
    border: 1px solid #c5299b;
}

.blog-page__tags a:last-child {
    margin-right: 0;
}

.blog-page__subscription {
    width: 290px;
    white-space: normal;
    margin-top: 21px;
    padding: 28px 17px 28px 38px;
}

.blog-page__input-email {
    width: 223px;
}

.blog-page__btn-submit {
    right: 19px;
}

.blog-page__header-container {
    position: relative;
}

.instagram {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 9px 36px 20px;
    border: 1px solid #cecece;
    border-radius: 5px;
    border-collapse: separate;
    width: 290px;
}

.instagram span {
    font-size: 14px;
    color: #191919;
}

.instagram__link {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 0;
    color: #191919;
    display: block;
}

.instagram__link:hover {
    opacity: 0.8;
}

.instagram__pictures {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 222px;
}

.instagram__pictures img {
    margin-bottom: 10px;
}

.instagram__text {
    padding-left: 40px;
    padding-top: 20px;
    margin-bottom: 22px;
    position: relative;
}

.instagram__text::before {
    content: "";
    position: absolute;
    top: 22px;
    left: 0;
    background: url(../img/instagram.svg) no-repeat center center;
    width: 32px;
    height: 32px;
    background-size: contain;
}

.instagram__photo-container {
    margin-bottom: 3px;
    position: relative;
}

.instagram__photo-container a:hover {
    opacity: 0.7;
}

.instagram__photo-container a:active, .instagram__photo-container a:focus {
    opacity: 0.4;
}

.free-delivery {
    position: relative;
    width: 290px;
    border: 1px solid #cecece;
    margin-top: 16px;
    padding: 28px 0 28px 75px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #191919;
    letter-spacing: 0.4px;
}

.free-delivery a {
    border-bottom: 2px solid #191919;
    margin-right: 40px;
    font-weight: 700;
    font-size: 18px;
    display: inline;
    color: #191919;
}

.free-delivery span {
    font-size: 13px;
}

.free-delivery::before {
    content: "";
    position: absolute;
    top: 26px;
    left: 25px;
    background: url(../img/delivery-green.svg) no-repeat center center;
    width: 42px;
    height: 42px;
    background-size: contain;
}

.free-delivery__link:hover {
    opacity: 0.7;
}

.cart-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 52px;
}

.cart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 5px;
    margin-bottom: 19px;
}

.cart__list-products {
    margin: 0;
    padding: 0;
    list-style: none;
    margin: 0;
    margin-bottom: 15px;
}

.cart__product {
    margin-bottom: 6px;
}

.cart__product:last-child {
    margin-bottom: 0;
}

.cart__product-total {
    margin-bottom: 8px;
}

.cart__promo-code {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 8px;
}

.cart__promo-code-label {
    width: 100%;
    margin: 0;
    line-height: 22px;
    font-weight: 700;
    letter-spacing: 0.2px;
}

.cart__promo-code-input {
    width: 209px;
    margin-right: 4px;
    padding: 5px 0 7px 7px;
    font-size: 12px;
    border: 1px solid #cecece;
    border-radius: 4px;
}

.cart__promo-code-input::-webkit-input-placeholder {
    color: #626262;
}

.cart__promo-code-input:-ms-input-placeholder {
    color: #626262;
}

.cart__promo-code-input::-ms-input-placeholder {
    color: #626262;
}

.cart__promo-code-input::placeholder {
    color: #626262;
}

.cart__button {
    display: none;
}

.cart__promo-code-btn {
    padding: 0;
    background: none;
    border: none;
    cursor: pointer;
    -ms-flex-item-align: start;
    align-self: flex-start;
    padding: 4px 13px 5px;
    font-size: 12px;
    border-radius: 15px;
    color: #191919;
    border: 1px solid grey;
}

.cart__promo-code-btn:active, .cart__promo-code-btn:focus {
    outline: none;
}

.cart__promo-code-btn:hover, .cart__promo-code-btn:focus {
    color: #ffffff;
    background-color: #c5299b;
    border-color: #c5299b;
}

.cart__promo-code-btn:active {
    background-color: rgba(165, 28, 128, 0.9);
    border-color: rgba(165, 28, 128, 0.9);
}

.cart__promotional .page-main__icon {
    padding-right: 0;
}

.cart-product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-width: 300px;
    padding: 5px;
    border: 1px solid #cecece;
    border-radius: 4px;
    width: 100%;
}

.cart-product__img-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 120px;
    height: 140px;
    margin-right: 10px;
    overflow: hidden;
}

.cart-product__img-wrapper > a {
    margin: auto;
}

.cart-product__img-wrapper > a:hover,
.cart-product__img-wrapper > a:focus {
    opacity: 0.7;
}

.cart-product__img-wrapper > a:active {
    opacity: 1;
}

.cart-product__content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 165px;
    padding: 21px 0 26px;
}

.cart-product__name-sm {
    width: 100%;
}

.cart-product__name-sm h3 {
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 700;
}

.cart-product__name-sm a {
    color: #191919;
}

.cart-product__name-sm a:hover,
.cart-product__name-sm a:focus {
    color: rgba(25, 25, 25, 0.7);
}

.cart-product__name-sm a:active {
    color: #191919;
}

.cart-product__name-md {
    display: none;
}

.cart-product__name-md a {
    color: #191919;
}

.cart-product__name-md a:hover,
.cart-product__name-md a:focus {
    color: rgba(25, 25, 25, 0.7);
}

.cart-product__name-md a:active {
    color: #191919;
}

.cart-product__amount {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 9px;
}

.cart-product__counter {
    -ms-flex-item-align: start;
    align-self: flex-start;
    margin-right: 2px;
}

.cart-product__price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    margin-left: auto;
    margin-right: auto;
    padding-top: 2px;
}

.cart-product__price p {
    margin: 0;
    margin-right: 3px;
    font-size: 18px;
    font-weight: 700;
}

.cart-product__price del {
    font-size: 14px;
    color: #cecece;
}

.cart-product__stock {
    position: relative;
    max-width: 85px;
    margin: 0;
    margin-top: 8px;
    padding: 2px 22px;
    padding-right: 0;
    letter-spacing: 0.2px;
}

.cart-product__stock::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 17px;
    height: 17px;
    content: "";
    background: url("../img/tick-circle.svg") no-repeat;
    background-size: 100%;
}

.cart-product__button-del-wrapper {
    margin-top: -26px;
    margin-left: auto;
}

.cart-product__button-del {
    padding: 0;
    background: none;
    border: none;
    cursor: pointer;
    position: relative;
    -ms-flex-item-align: start;
    align-self: flex-start;
    max-width: 65px;
    margin-right: 14px;
    margin-left: auto;
    padding: 2px 16px;
    padding-right: 0;
    letter-spacing: 0.2px;
}

.cart-product__button-del:active, .cart-product__button-del:focus {
    outline: none;
}

.cart-product__button-del:hover, .cart-product__button-del:focus {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.cart-product__button-del:active {
    opacity: 0.5;
}

.cart-product__button-del::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 13px;
    height: 17px;
    content: "";
    background: url("../img/icon-recycle.svg") no-repeat;
    background-size: 100%;
}

.cart-product__md {
    display: none;
}

.product-counter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #cecece;
    border-radius: 12px;
    overflow: hidden;
}

.product-counter__amount {
    width: 14px;
    margin: 0;
    padding-top: 4px;
    padding-bottom: 5px;
    font-size: 12px;
    text-align: center;
    font-weight: 700;
    background: transparent;
    border: none;
}

.product-counter__button {
    padding: 0;
    background: none;
    border: none;
    cursor: pointer;
    position: relative;
    width: 24px;
    font-size: 0;
    outline: none;
}

.product-counter__button:active, .product-counter__button:focus {
    outline: none;
}

.product-counter__button--less::before {
    content: "";
    position: absolute;
    top: calc(50% - 1px);
    left: 7px;
    width: 10px;
    height: 2px;
    background: #cecece;
}

.product-counter__button--less:hover::before, .product-counter__button--less:active::before {
    background-color: #191919;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.product-counter__button--more::before {
    position: absolute;
    top: calc(50% - 1px);
    right: 7px;
    width: 10px;
    height: 2px;
    content: "";
    background: #cecece;
}

.product-counter__button--more:hover::before, .product-counter__button--more:active::before {
    background-color: #191919;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.product-counter__button--more::after {
    position: absolute;
    top: calc(50% - 5px);
    right: 11px;
    width: 2px;
    height: 10px;
    content: "";
    background: #cecece;
}

.product-counter__button--more:hover::after, .product-counter__button--more:active::after {
    background-color: #191919;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.product-counter--p-card .product-counter__amount {
    width: 18px;
}

.total-order {
    margin: 0;
    padding: 0;
    list-style: none;
    max-width: 600px;
}

.total-order__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    line-height: 20px;
}

.total-order__item:last-child {
    margin-bottom: 0;
}

.total-order__item-name {
    margin: 0;
    margin-right: auto;
}

.total-order__item-value {
    margin: 0;
    margin-left: auto;
    font-weight: 700;
}

.total-order__item-value--xl {
    display: none;
}

.total-order__item-value--pinc {
    color: #c5299b;
}

.total-order__item--sale {
    color: #c5299b;
}

.total-order__item--total {
    font-weight: 700;
    color: #c5299b;
}

.total-order__item--total .total-order__item-value {
    padding-top: 2px;
}

.cart-ordering {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 5px;
}

.cart-ordering__name {
    margin: 0;
    margin-bottom: 24px;
    font-size: 24px;
}

.cart-ordering__form {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.cart-ordering__form-entity {
    display: none;
}

.cart-ordering__form-client {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 10px;
    border: none;
}

.cart-ordering__form-client-title {
    display: none;
}

.cart-ordering__form-client-name {
    /* display: -webkit-box;
    display: -ms-flexbox;
   display: flex;*/
    width: 100%;
   /* margin-bottom: 10px;*/
}

.cart-ordering__form-field {
    padding: 3px 6px 4px;
    font-size: 12px;
    border: 1px solid #c5299b;
    border-radius: 4px;
}

.cart-ordering__form-field::-webkit-input-placeholder {
    color: #626262;
}

.cart-ordering__form-field:-ms-input-placeholder {
    color: #626262;
}

.cart-ordering__form-field::-ms-input-placeholder {
    color: #626262;
}

.cart-ordering__form-field::placeholder {
    color: #626262;
}

.cart-ordering__form-field:hover, .cart-ordering__form-field:focus {
    -webkit-box-shadow: 0 0 4px 0 #cecece;
    box-shadow: 0 0 4px 0 #cecece;
}
.cart-ordering__form-field--name{
    width: 131px;
    margin-right: 9px;
}
.cart-ordering__form-field--phone{
    width: 250px !important;
    margin-right: 9px;
}

.cart-ordering__form-field--surname {
    width: 161px;
    margin-right: 9px;
}
.cart-ordering__form-field--secondname{
   
}

.cart-ordering__form-field--email {
    width: 131px;
}

.cart-ordering__form-client-info {
    display: none;
}

.cart-ordering__md {
    display: none;
}

.cart-ordering__client-distribution {
    width: 135px;
    padding-top: 3px;
    padding-left: 25px;
    font-size: 10px;
    line-height: 10px;
}

.cart-ordering__distribution-label {
    padding-top: 2px;
}

.cart-ordering__distribution-label::before {
    top: 4px;
    left: -26px;
}

.cart-ordering__distribution-label::after {
    top: 10px;
    left: -22px;
}

.cart-ordering__checkbox-label {
    position: relative;
}

.cart-ordering__checkbox-label::before {
    content: "";
    width: 19px;
    height: 19px;
    position: absolute;
    border: 2px solid #cecece;
    border-radius: 50%;
}

.cart-ordering__checkbox-label::after {
    content: "";
    display: none;
    position: absolute;
    width: 11px;
    height: 8px;
    background: url("../img/ic-check.svg") no-repeat;
    background-size: 100%;
}

.cart-ordering__checkbox-input:checked + .cart-ordering__checkbox-label::after {
    display: block;
}

.cart-ordering__form-delivery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 0;
}

.cart-ordering__form-city-current {
    display: none;
}

.cart-ordering__form-city-change {
    display: none;
}

.cart-ordering__form-city {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 17px;
}

.cart-ordering__form-city-field {
    position: relative;
    margin-left: 4px;
}

.cart-ordering__form-city-label {
    font-weight: 700;
    letter-spacing: 0.2px;
}

.cart-ordering__delivery-conditions {
    display: none;
}

.cart-ordering__form-city-select {
    padding-right: 18px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.2px;
    border: none;
    color: #c5299b;
    background: url("../img/arrow-down.svg") no-repeat 100% 6px;
    background-size: 12px 6px;
    cursor: pointer;
}

.cart-ordering__form-city-select::-ms-expand {
    display: none;
}

.cart-ordering__form-city-select option::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
}

.cart-ordering__form-city-select:hover {
    opacity: 0.7;
}

.cart-ordering__delivery-way-label {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
    padding: 1px 26px;
    padding-right: 0;
    cursor: pointer;
}

.cart-ordering__delivery-way-label::before {
    position: absolute;
    left: 0;
    width: 18px;
    height: 18px;
    content: "";
    background: url("../img/ic-radio.svg") no-repeat;
    background-size: 100%;
}

.cart-ordering__delivery-way {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 600px;
}

.cart-ordering__delivery-way-price {
    font-size: 14px;
    font-weight: 700;
}

.cart-ordering__delivery-way-time {
    margin-left: auto;
    font-size: 14px;
}

.cart-ordering__delivery-way-input:checked + .cart-ordering__delivery-way-label::before {
    background: url("../img/ic-radio-check.svg") no-repeat;
    background-size: 100%;
}

.cart-ordering__delivery-way-input:active + .cart-ordering__delivery-way-label {
    color: #c5299b;
}

.cart-ordering__form-wrapper {
    margin-bottom: 10px;
}

.cart-ordering__form-wrapper:last-child {
   /* margin-bottom: 0;*/
}

.cart-ordering__requisites {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 600px;
    margin-top: 15px;
    margin-bottom: 10px;
}

.cart-ordering__requisites-title {
    margin: 0;
    margin-left: 3px;
    margin-bottom: 12px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.3px;
}

.cart-ordering__requisites-description {
    position: relative;
    margin: 0;
    margin-bottom: 10px;
    padding-left: 18px;
}

.cart-ordering__requisites-description::before {
    content: "";
    position: absolute;
    left: 0;
    width: 13px;
    height: 13px;
    background: url("../img/info.svg") no-repeat;
    background-size: 100%;
}

.cart-ordering__requisites-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 300px;
}

.cart-ordering__requisites-form input {
    margin-bottom: 10px;
}

.cart-ordering__requisites-form [name="name-company"] {
    width: 100%;
}

.cart-ordering__requisites-form [name="legal-address"] {
    width: 100%;
}

.cart-ordering__requisites-form [name="actual-address"] {
    width: 100%;
}

.cart-ordering__requisites-info {
    margin: 0;
    margin-bottom: 10px;
    padding-left: 13px;
}

.cart-ordering__requisites-more-info {
    position: relative;
    color: #c5299b;
}

.cart-ordering__requisites-more-info:hover, .cart-ordering__requisites-more-info:focus {
    opacity: 0.7;
}

.cart-ordering__requisites-more-info:active {
    opacity: 1;
}

.cart-ordering__requisites-more-info--sm::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #c5299b;
}

.cart-ordering__requisites-more-info--md {
    display: none;
}

.cart-ordering__requisites-more-info--md::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #c5299b;
}

.cart-ordering__total-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 600px;
}

.cart-ordering__form-address {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 12px;
}

.cart-ordering__form-field--address {
    width: 230px;
    margin-right: 7px;
}
.bx-soa-pp.cart-ordering__form-delivery.cart-ordering__delivery-way{
    margin-bottom: 15px;
}
.cart-ordering__form-field--house {
    width: 59px;
}

.cart-ordering__form-field--room {
    width: 100px;
    margin-right: 7px;
}

.cart-ordering__form-field--message {
    width: 189px;
    border-color: #cecece;
}

.cart-ordering__form-payment {
    margin-bottom: 10px;
    border-bottom: 1px solid #cecece;
}

.cart-ordering__submit-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    max-width: 600px;
    margin-top: 12px;
}

.cart-ordering__submit {
    -ms-flex-item-align: end;
    align-self: flex-end;
    padding: 3px 16px 5px;
    color: #ffffff;
    background: #c5299b;
    border: 1.5px solid #c5299b;
    border-radius: 12px;
}

.cart-ordering__submit:hover, .cart-ordering__submit:focus {
    border-color: #a51c80;
    background-color: #a51c80;
}

.cart-ordering__submit:active {
    background-color: rgba(165, 28, 128, 0.9);
    border-color: rgba(165, 28, 128, 0.9);
}

.delivery-myself-details__header {
    margin: 8px 0;
    font-size: 16px;
}

.cart-ordering__form-city-select-modal {
    position: absolute;
    left: -10px;
    top: -10px;
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 40px 0 5px;
    background-color: #ffffff;
    -webkit-box-shadow: 3px 0 13px rgba(0, 0, 0, 0.22);
    box-shadow: 3px 0 13px rgba(0, 0, 0, 0.22);
    z-index: 1;
}

.cart-ordering__form-city-select-modal--active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 2;
}

.cart-ordering__form-city-item {
    margin: 0;
    padding: 3px 10px;
    color: #000000;
    font-size: 14px;
}

.cart-ordering__form-city-item--active,
.cart-ordering__form-city-item:hover {
    background-color: #e6e6e6;
}

.cart-ordering__form-field--city {
    margin: 10px;
}

.cart-ordering__form-field--time {
    width: auto;
}

.cart-ordering__delivery-wrapper--white {
    position: relative;
    background-color: #ffffff;
    padding: 10px;
    z-index: 2;
    border-radius: 5px;
}

.cart-ordering__delivery-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: none;
}

.cart-ordering__delivery-wrapper--gray {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #000000;
    opacity: 0.4;
    cursor: pointer;
}

.cart-ordering__delivery-wrapper .stores__wrapper {
    width: 90vw;
    z-index: 2;
    margin: 0;
}

.cart-ordering__delivery-wrapper--active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.cart-ordering__delivery__close {
    padding: 0;
    background: none;
    border: none;
    cursor: pointer;
    position: absolute;
    top: 26px;
    right: 10px;
    width: 25px;
    height: 25px;
    border: 1px solid #e6e6e6;
    border-radius: 50%;
    background: url("../img/menu-close.svg") no-repeat center center;
    background-size: 12px 12px;
    opacity: 0.5;
}

.cart-ordering__delivery__close:active, .cart-ordering__delivery__close:focus {
    outline: none;
}

.cart-ordering__delivery__close:hover, .cart-ordering__delivery__close:focus {
    opacity: 1;
}

.cart-ordering__delivery__close:active {
    opacity: 0.8;
}

.cart-ordering__delivery-address-wrapper {
    border: 2px solid #c5299b;
    border-radius: 5px;
    padding: 0 10px;
}

.cart-ordering__delivery__header {
    font-size: 18px;
    line-height: 21px;
    font-weight: 700;
    padding: 12px 36px 7px;
    margin: 0;
    position: relative;
    border-style: none;
    width: 100%;
    text-align: left;
    outline: none;
    letter-spacing: 0.5px;
    background-color: transparent;
    color: #c5299b;
}

.cart-ordering__delivery__header:hover {
    opacity: 0.8;
    color: #c5299b;
}

.cart-ordering__delivery__header::before {
    content: "";
    position: absolute;
    width: 30px;
    height: 32px;
    background: url("../img/marker.png") no-repeat 0 0;
    background-size: contain;
    top: 15px;
    left: 4px;
}

.cart-ordering__location {
    font-size: 14px;
    font-weight: 700;
}

.cart-ordering__subway-station {
    padding-left: 40px;
    margin-bottom: 5px;
    letter-spacing: 0.5px;
    position: relative;
    color: #626262;
}

.cart-ordering__subway-station::before {
    content: "";
    position: absolute;
    background: url("../img/subway-logo.png") no-repeat 0 0;
    background-size: contain;
    top: -2px;
    left: 8px;
    width: 18px;
    height: 18px;
}

.cart-ordering__delivery__describe {
    margin: 0;
    margin-bottom: 10px;
    padding-top: 0px;
    padding-left: 10px;
}

.cart-ordering__link {
    display: inline-block;
    font-size: 14px;
    padding-left: 10px;
    margin-bottom: 10px;
    color: #c5299b;
    text-decoration: underline;
}

.map-modal {
    height: 207px;
    background: url("../img/map.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}

.map__header {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    white-space: nowrap;
    -webkit-clip-path: inset(100%);
    clip-path: inset(100%);
    clip: rect(0 0 0 0);
    overflow: hidden;
}

.cart-ordering__form-wrapper-date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.cart-ordering__form-field.cart-ordering__form-field--time {
    width: 100px;
}

.form-payment {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.form-payment__title {
    margin: 0;
    margin-left: 3px;
    margin-bottom: 12px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.3px;
}

.form-payment__input:checked + .form-payment__label::before {
    background: url("../img/ic-radio-check.svg") no-repeat;
    background-size: 100%;
}

.form-payment__input:active + .form-payment__label {
    color: #c5299b;
}

.form-payment__label {
    position: relative;
    margin-bottom: 12px;
    margin-left: 2px;
    padding-left: 48px;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
}

.form-payment__label::before {
    position: absolute;
    left: 0;
    width: 18px;
    height: 18px;
    content: "";
    background: url("../img/ic-radio.svg") no-repeat;
    background-size: 100%;
}

.form-payment__label::after {
    position: absolute;
    left: 22px;
    width: 24px;
    height: 24px;
    content: "";
    background-repeat: no-repeat;
    background-position: center top;
}

.form-payment__label:last-child {
    margin-bottom: 16px;
}

.form-payment__label--cash::after {
    background-image: url("../img/ic-cash.png");
    background-size: 17px 17px;
}

.form-payment__label--card::after {
    background-image: url("../img/ic-visa.png");
    background-size: 18px 17px;
}

.form-payment__label--sberbank::after {
    background-image: url("../img/ic-sberbank.png");
    background-size: 19px 18px;
}

.form-payment__label--alfabank::after {
    background-image: url("../img/ic-alfa.png");
    background-size: 14px 21px;
}

.form-payment__label--tinkoff::after {
    background-image: url("../img/ic-tinkoff.png");
    background-size: 24px 22px;
}

.form-payment__label--yandex-money::after {
    background-image: url("../img/ic-yandex-money.png");
    background-size: 14px 18px;
}

.cart-empty__title {
    margin-bottom: 42px;
}

.cart-empty__wrapper {
    margin: 0 5px;
    margin-bottom: 47px;
}

.cart-empty__state-title {
    position: relative;
    margin: 0;
    margin-bottom: 10px;
    padding-left: 38px;
    font-size: 14px;
    font-weight: 700;
}

.cart-empty__state-title::before {
    content: "";
    position: absolute;
    left: 0;
    top: -7px;
    width: 25px;
    height: 27px;
    background: url("../img/shopping-cart.svg") no-repeat;
    background-size: 100%;
}

.cart-empty__state-title::after {
    content: "0";
    position: absolute;
    top: -9px;
    left: 14px;
    height: 13px;
    min-width: 13px;
    padding: 1px 2px 1px;
    font-size: 10px;
    text-align: center;
    color: #ffffff;
    background-color: #c5299b;
    border-radius: 7px;
}

.cart-empty__state-discription {
    margin: 0;
    margin-bottom: 19px;
}

.cart-empty__state-discription a {
    display: none;
}

.cart-empty__state-button {
    padding: 2px 10px 4px;
    font-size: 12px;
    color: #191919;
    border: 1.5px solid #c5299b;
    border-radius: 12px;
}

.cart-empty__state-button:hover, .cart-empty__state-button:active {
    color: #ffffff;
    background-color: #c5299b;
}

.cart-confirmation__state {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 5px;
    margin-bottom: 29px;
}

.cart-confirmation__info {
    position: relative;
    width: 300px;
    margin: 0;
    margin-bottom: 8px;
    padding-top: 10px;
    padding-left: 39px;
    font-size: 14px;
    font-weight: 700;
}

.cart-confirmation__info::before {
    content: "";
    position: absolute;
    top: 13px;
    left: 0;
    width: 25px;
    height: 27px;
    background: url("../img/shopping-cart.svg") no-repeat;
    background-size: 100%;
}

.cart-confirmation__info::after {
    content: "";
    position: absolute;
    top: 2px;
    left: 18px;
    width: 16px;
    height: 17px;
    background: url("../img/ic-like.svg") no-repeat;
    background-size: 100%;
}

.cart-confirmation__message {
    margin: 0;
    margin-bottom: 12px;
    line-height: normal;
}

.cart-confirmation__message a {
    display: none;
}

.cart-confirmation__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 37px;
}

.cart-confirmation__state-button {
    font-size: 12px;
    margin-right: 10px;
    padding: 3px 11px 5px;
    color: #191919;
    border: 1.5px solid #c5299b;
    border-radius: 12px;
}

.cart-confirmation__state-button:hover, .cart-confirmation__state-button:active {
    color: #ffffff;
    background-color: #c5299b;
}

.cart-confirmation__state-button:last-child {
    margin-right: 0;
}

.cart-confirmation__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.cart-confirmation__social-title {
    width: 100%;
    margin: 0;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 700;
    color: #c5299b;
}

.cart-confirmation__social-ic {
    display: block;
    width: 30px;
    height: 30px;
    margin-right: 3px;
}

.cart-confirmation__social-ic:last-child {
    margin-right: 0;
}

.cart-confirmation__social-ic:hover, .cart-confirmation__social-ic:active {
    opacity: 0.7;
}

.cart-confirmation__social-ic--vk {
    background: url("../img/icon-vk.png") no-repeat;
    background-size: 100%;
}

.cart-confirmation__social-ic--fb {
    background: url("../img/icon-fb.png") no-repeat;
    background-size: 100%;
}

.cart-confirmation__social-ic--ok {
    background: url("../img/icon-ok.png") no-repeat;
    background-size: 100%;
}

.cart-confirmation__social-ic--tw {
    background: url("../img/icon-tw.png") no-repeat;
    background-size: 100%;
}

.cart-confirmation__social-ic--gp {
    background: url("../img/icon-gl.png") no-repeat;
    background-size: 100%;
}

.deal__aside {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    white-space: nowrap;
    -webkit-clip-path: inset(100%);
    clip-path: inset(100%);
    clip: rect(0 0 0 0);
    overflow: hidden;
}

.deal__location {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    white-space: nowrap;
    -webkit-clip-path: inset(100%);
    clip-path: inset(100%);
    clip: rect(0 0 0 0);
    overflow: hidden;
}

.deal__promo-container {
    position: relative;
}

.deal__title-container {
    position: absolute;
    top: 0;
    left: 12px;
}

.deal__title-container p {
    font-size: 12px;
}

.deal__title-container em {
    display: block;
    font-style: normal;
}

.deal__image-container {
    width: 100%;
    height: 200px;
    overflow: hidden;
    background-color: #f2f2f2;
}

.deal__image-container img {
   /* width: 92%;*/
    margin-left: 43px;
    /*height: 218px;*/
    -o-object-fit: cover;
    font-family: "object-fit:cover", "object-fit:cover", "object-fit:cover", "object-fit:cover";
    object-fit: cover;
}

.deal__header-image {
    font-size: 18px;
    margin-bottom: -4px;
}

.deal__deadline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    bottom: 24px;
    left: 42px;
}

.deal__calendar {
    fill: #c5299b;
    position: absolute;
    left: -24px;
    top: 5px;
}

.deal__text-wrapper b {
    font-size: 14px;
    margin-bottom: -6px;
    display: block;
}

.deal__text-wrapper p:first-of-type {
    margin-bottom: 20px;
}

.deal__description {
    margin-left: 5px;
    margin-right: 5px;
    padding-right: 10px;
    line-height: 14px;
}

.deal__description-wrapper {
    margin-top: 30px;
}

.deal__category-archive,
.deal__promo {
    margin-left: 0;
    margin-right: 0;
}

.goods-modal__block {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    min-height: 100vh;
    background-color: #ffffff;
    overflow: auto;
}

.goods-modal__block.js-box-closed {
    display: none;
}

.goods-modal__wrapper {
    position: absolute;
    width: 100%;
    padding-top: 36px;
    padding-right: 15px;
    padding-bottom: 18px;
    padding-left: 10px;
    background-color: #ffffff;
}

.goods-modal__close {
    padding: 0;
    background: none;
    border: none;
    cursor: pointer;
    position: absolute;
    top: 26px;
    right: 10px;
    width: 25px;
    height: 25px;
    background: url("../img/menu-close.svg") no-repeat center center;
    background-size: 12px 12px;
    opacity: 0.5;
}

.goods-modal__close:active, .goods-modal__close:focus {
    outline: none;
}

.goods-modal__close:hover, .goods-modal__close:focus {
    opacity: 1;
}

.goods-modal__close:active {
    opacity: 0.8;
}

.goods-modal__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.goods-modal__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: 70px;
    width: 70px;
    height: 70px;
    margin-right: 15px;
    border-radius: 4px;
    border: 1px solid #f6f6f6;
    overflow: hidden;
}

.goods-modal__img img {
    max-height: 70px;
    max-width: 70px;
    margin-top: -1px;
    margin-left: -1px;
}

.goods-modal__inner {
    width: 220px;
}

.goods-modal__desc p {
    margin: 0;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.4;
    color: #3a3a3a;
}

.goods-modal__price {
    margin-top: 16px;
    margin-bottom: 24px;
}

.goods-modal__price span:first-child {
    font-size: 12px;
    color: #626262;
}

.goods-modal__price span:last-child {
    font-size: 14px;
    font-weight: bold;
    color: #c5299b;
}

.goods-modal__notice {
    margin: 0;
    margin-top: 14px;
    font-size: 12px;
    color: #626262;
}

.goods-modal__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 30px;
    margin-left: 16px;
}

.goods-modal__link-back {
    position: relative;
    margin-top: 5px;
    margin-right: 31px;
    padding-left: 18px;
    text-decoration: none;
    font-size: 12px;
    color: #c5299b;
    text-decoration: underline;
}

.goods-modal__link-back:hover, .goods-modal__link-back:focus {
    opacity: 0.7;
}

.goods-modal__link-back::before {
    content: "";
    position: absolute;
    top: 3px;
    left: 3px;
    width: 6px;
    height: 11px;
    background: url("../img/arrow-back.png") no-repeat left center;
    background-size: 6px 11px;
}

.goods-modal__link-back::before:hover, .goods-modal__link-back::before:focus {
    opacity: 0.7;
}

.goods-modal__link-follow {
    padding: 0 20px 2px;
    font-size: 12px;
}

.one-click-buying__list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.one-click-buying__item {
    margin-bottom: 11px;
}

.one-click-buying__btn {
    padding: 0 20px 2px;
    font-size: 12px;
}

.one-click-buying__note {
    font-size: 10px;
}

.carousel__item.slick-slide {
    position: relative;
    padding-left: 2px;
    padding-right: 2px;
    cursor: pointer;
}

.carousel__item.slick-slide:focus {
    outline: none;
}

.carousel__item.slick-current::after {
    position: absolute;
    bottom: 0;
    left: 2px;
    content: "";
    width: calc(100% - 4px);
    height: 2px;
    background-color: #c5299b;
}

.carousel .slick-prev,
.carousel .slick-next {
    width: 27px;
    height: 14px;
    background-repeat: no-repeat;
    background-size: 27px 14px;
    background-color: transparent;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
}

.carousel .slick-prev::before,
.carousel .slick-next::before {
    content: none;
}

.carousel .slick-prev {
    top: -28px;
    left: 16px;
    background-image: url("../img/arrow-up.svg");
}

.carousel .slick-prev:hover, .carousel .slick-prev:focus {
    background-image: url("../img/arrow-up-pink.svg");
}

.carousel .slick-next {
    top: auto;
    bottom: -30px;
    right: 18px;
    background-image: url("../img/arrow-down.svg");
}

.carousel .slick-next:hover, .carousel .slick-next:focus {
    background-image: url("../img/arrow-down-pink.svg");
}

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

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

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

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

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

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

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

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

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

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

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

.slick-slide img {
    display: block;
    margin: 0 auto;
}

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

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

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

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

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

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

.product-slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: start;
}

.product-slider__images-wrapper {
    width: 100%;
   /* max-width: 257px;*/
    margin-bottom: 7px;
}

.product-slider__carousel {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.product-slider__carousel-wrapper {
    width: 100%;
    max-width: 450px;
}
.product-slider__carousel-wrapper .carousel__item{
    min-height:110px;
    display:flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}


.images__image {
    margin: 0 auto;
}

.images__item:focus {
    outline: none;
}

.images__item.slick-slide {
    cursor: pointer;
    position: relative;
}

.images__item img {
    max-width: 257px;
}

#ok-loupe {
    display: none;
    width: 150px !important;
    height: 150px !important;
    border: 3px solid #ffffff !important;
}

/* Slider */
.slick-loading .slick-list {
    background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
    font-family: "slick";
    src: url("./fonts/slick.eot");
    src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
    font-weight: normal;
    font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    color: transparent;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    outline: none;
    color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Dots */
.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    height: 20px;
    width: 20px;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    color: transparent;
    padding: 5px;
    cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "•";
    width: 20px;
    height: 20px;
    font-family: "slick";
    font-size: 6px;
    line-height: 20px;
    text-align: center;
    color: black;
    opacity: 0.25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    color: black;
    opacity: 0.75;
}

.change-city {
    display: none;
    background: rgba(0, 0, 0, 0.6);
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 29;
    top: 0;
    left: 0;
}

.change-city__wrap {
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 30;
    top: 0;
    left: 0;
}

.change-city--show {
    display: block;
}

.change-city__wrapper {
    position: absolute;
    top: 135px;
    width: 90%;
    max-width: 370px;
    border: 1px solid #cecece;
    border-radius: 4px;
    padding-top: 11px;
    padding-left: 30px;
    padding-right: 20px;
    padding-bottom: 23px;
    background-color: #ffffff;
    z-index: 30;
    margin: auto;
    left: 0;
    right: 0;
}

.change-city__close {
    padding: 0;
    background: none;
    border: none;
    cursor: pointer;
    position: absolute;
    top: 15px;
    right: 20px;
    width: 25px;
    height: 25px;
    background: url(../img/menu-close.svg) no-repeat center center;
    background-size: 12px 12px;
    opacity: .5;
}

.change-city__close:active, .change-city__close:focus {
    outline: none;
}

.change-city__close:focus,
.change-city__close:hover {
    opacity: 1;
}

.change-city__title {
    font-size: 16px;
    line-height: 40px;
    color: #3a3a3a;
    margin: 0;
}

.change-city__text {
    font-size: 16px;
    line-height: 22px;
    color: #3a3a3a;
    font-weight: bold;
    margin: 0;
    margin-bottom: 25px;
}

.change-city__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

.change-city__confirm {
    color: #fff;
    width: 79px;
    height: 40px;
    border: 1px solid #c5299b;
    border-radius: 20px;
    margin: 0;
    padding: 0;
    background-color: #c5299b;
    cursor: pointer;
}

.change-city__confirm:focus,
.change-city__confirm:hover {
    border-color: #a51c80;
    background-color: #a51c80;
}

.change-city__wrapper-switcher {
    position: absolute;
    left: 90px;
    width: 65%;
    max-width: 225px;
    padding-top: 5px;
    padding-bottom: 10px;
    background-color: #ffffff;
}

.change-city__toggle {
    padding: 0;
    background: none;
    border: none;
    cursor: pointer;
    font-size: 14px;
    line-height: 25px;
    color: #c5299b;
    text-decoration: underline;
    padding-right: 25px;
    position: relative;
    margin-left: 10px;
}

.change-city__toggle:active, .change-city__toggle:focus {
    outline: none;
}

.change-city__toggle::before {
    position: absolute;
    top: 12px;
    right: 8px;
    content: '';
    width: 12px;
    height: 1px;
    background-color: #c5299b;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.change-city__toggle::after {
    position: absolute;
    top: 12px;
    right: 0;
    content: '';
    width: 12px;
    height: 1px;
    background-color: #c5299b;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.change-city__toggle:focus,
.change-city__toggle:hover {
    opacity: 0.7;
}

.change-city__list {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 14px;
    line-height: 24px;
}

.change-city__list-item {
    padding-left: 10px;
    cursor: pointer;
}

.change-city__list-item:focus,
.change-city__list-item:hover {
    background-color: #cecece;
}

.change-city__list-item--input:focus,
.change-city__list-item--input:hover {
    background-color: #ffffff;
}

.change-city__list-input {
    line-height: 30px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    border: 1px solid #cecece;
    border-radius: 4px;
    margin-top: 5px;
    width: 90%;
    max-width: 190px;
}

.change-city__list-input::-webkit-input-placeholder {
    font-size: 16px;
}

.change-city__list-input:-ms-input-placeholder {
    font-size: 16px;
}

.change-city__list-input::-ms-input-placeholder {
    font-size: 16px;
}

.change-city__list-input::placeholder {
    font-size: 16px;
}

.change-city__wrapper-switcher--wrapper {
    border: 2px solid #cecece;
    border-radius: 4px;
    -webkit-box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.25);
    padding-top: 3px;
}

.change-city--opened .change-city__toggle {
    text-decoration: none;
    margin-left: 8px;
}

.change-city--closed .change-city__list {
    display: none;
}

.about-us__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 5px;
    margin-top: 35px;
}

.about-us__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 15px;
}

.about-us__content-img {
    margin-bottom: 10px;
    overflow: hidden;
}

.about-us__content-img > img {
    width: 100%;
}

.about-us__text {
    line-height: 15px;
}

.about-us__text p {
    margin: 0;
    margin-bottom: 20px;
}

.about-us__text h3 {
    margin-bottom: 5px;
    margin-top: 10px;
    font-size: 14px;
    line-height: 22px;
    font-weight: 700;
}

.about-us__text-title {
    margin: 0;
}

.about-us__video {
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.about-us__jobs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.about-us__jobs > h2 {
    font-size: 18px;
    letter-spacing: 0.6px;
}

.about-us__jobs-accord span {
    display: block;
    margin-top: 15px;
    font-size: 14px;
    line-height: 22px;
    font-weight: 700;
    letter-spacing: 0.3px;
}

.about-us__jobs-accord p {
    margin: 0;
    margin-top: 10px;
}

.about-us__jobs-accord .accord__item-btn {
    padding-top: 12px;
    padding-bottom: 16px;
}

.about-us__jobs-accord .accord__item-btn::after {
    top: 13px;
}

.about-us__jobs-accord .accord__item-description {
    margin-top: 0;
    margin-bottom: 27px;
    padding-right: 0;
}

.about-us__jobs-list {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 15px;
}

.about-us__jobs-list > li {
    position: relative;
    padding-left: 10px;
}

.about-us__jobs-list > li::before {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    width: 3px;
    height: 1px;
    background: #191919;
}

.about-us__jobs-response {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 12px;
    border-radius: 14px;
}

.video {
    position: relative;
}

.video__player {
    width: 100%;
    max-width: 440px;
}

.video__btn-wrapper {
    position: absolute;
    right: 5px;
    top: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.video__btn {
    padding: 0;
    background: none;
    border: none;
    cursor: pointer;
    width: 18px;
    height: 18px;
    margin-left: 7px;
    border-radius: 3px;
    background-size: 100%;
    background-color: #626262;
}

.video__btn:active, .video__btn:focus {
    outline: none;
}

.video__btn--like {
    background-image: url("../img/btn-heart.jpg");
}

.video__btn--share {
    background-image: url("../img/btn-share.jpg");
}

.video__btn--add {
    background-image: url("../img/btn-add.jpg");
}

.video__btn:hover {
    opacity: 0.7;
}

.video__btn:active {
    opacity: 1;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.jobs-form {
    display: none;
}

.jobs-form form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.jobs-form p {
    margin-bottom: 10px;
    font-weight: 700;
}

.jobs-form__field {
    margin-bottom: 10px;
    padding: 3px 6px 4px;
    font-size: 12px;
    border: 1px solid #cecece;
    border-radius: 4px;
}

.jobs-form__field:hover, .jobs-form__field:focus {
    -webkit-box-shadow: 0 0 4px 0 #cecece;
    box-shadow: 0 0 4px 0 #cecece;
}

.jobs-form__field-message {
    margin-bottom: 10px;
    padding: 3px 6px 4px;
    font-size: 12px;
    border: 1px solid #cecece;
    border-radius: 4px;
    resize: none;
}

.jobs-form__field-message:hover, .jobs-form__field-message:focus {
    -webkit-box-shadow: 0 0 4px 0 #cecece;
    box-shadow: 0 0 4px 0 #cecece;
}

.file-upload {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.file-upload__label {
    display: block;
    position: relative;
    padding: 3px 6px 4px 25px;
    color: #c5299b;
    border: 1px solid #cecece;
    border-right: 2px solid #cecece;
    border-radius: 4px;
    z-index: 1;
}

.file-upload__label::before {
    content: "";
    position: absolute;
    left: 5px;
    width: 15px;
    height: 15px;
    background: url("../img/ic-clip.png") no-repeat 100%;
}

.file-upload__label:hover {
    -webkit-box-shadow: 0 0 1px 2px #cecece;
    box-shadow: 0 0 1px 2px #cecece;
}

.file-upload__input {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    opacity: 0;
}

.jobs-form__field-upload {
    margin-bottom: 10px;
    border: 1px solid #cecece;
    border-radius: 4px;
}

.jobs-form__field-upload .file-upload__name {
    padding-left: 10px;
    margin: 0;
    padding-top: 1px;
    font-size: 12px;
    font-weight: 400;
}

.job-form__send > p {
    font-weight: 400;
    color: #cecece;
}

.job-form__send-btn {
    font-size: 12px;
    border-radius: 14px;
}

.guarantees {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 auto;
    padding: 0;
}

.guarantees__content-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    margin-left: 5px;
    margin-right: 5px;
}

.guarantees__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    margin-bottom: 17px;
}

.guarantees__text {
    margin: 0;
    margin-bottom: 5px;
    line-height: 1.4;
    color: #3a3a3a;
}

.guarantees__insertion {
    position: relative;
    margin: 0;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-top: 5px;
    padding-bottom: 7px;
    padding-left: 7px;
    font-weight: bold;
    color: #3a3a3a;
}

.guarantees__insertion::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 3px;
    height: 100%;
    background-color: #c72998;
}

.guarantees__return-title {
    margin: 0;
    margin-top: 15px;
    margin-bottom: 13px;
    font-weight: bold;
}

.guarantees__steps-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    counter-reset: item;
}

.guarantees__contact-notice {
    margin: 0;
    color: #3a3a3a;
}

.guarantees__contact {
    max-width: 596px;
}

.guarantees__item {
    position: relative;
    width: 300px;
    margin-bottom: 60px;
    padding-top: 38px;
    font-size: 12px;
    text-align: center;
    color: #3a3a3a;
}

.guarantees__item:last-child {
    margin-bottom: 0;
}

.guarantees__item::before {
    content: counter(item);
    position: absolute;
    top: 0;
    left: 50%;
    width: 30px;
    height: 30px;
    border: 2px solid #c72998;
    border-radius: 50%;
    counter-increment: item;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    color: #c72998;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
}

.guarantees__item::after {
    content: "";
    position: absolute;
    bottom: -40px;
    right: 50%;
    width: 19.5px;
    height: 15px;
    background: url("../img/arrow-pointing-to-right-pink.png");
    -webkit-transform: translate(50%) rotate(90deg);
    -ms-transform: translate(50%) rotate(90deg);
    transform: translate(50%) rotate(90deg);
    background-size: 19.5px 15px;
}

.guarantees__item:last-child::after {
    background: none;
}

.guarantees__contact-notice {
    margin-right: 5px;
    margin-bottom: 11px;
    margin-left: 5px;
}

.guarantees__file-upload {
    margin-bottom: 20px;
}

.guarantees__aside {
    display: none;
}

.details__title {
    margin: 0;
    font-weight: bold;
    color: #3a3a3a;
}

.details__list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.details__name {
    font-weight: bold;
    color: #3a3a3a;
}

.details__text {
    margin: 0;
    color: #3a3a3a;
}

.express {width:33.33333333%}
.trade-content {width:66.66666667%}
.trade-content {
	display: -webkit-box;display:
	-ms-flexbox;display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
}

.trade-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
}
.express .write-us {
    margin-top: 20px;
}

.express .write-us__button {
	width: 100%;
	margin-top: 0;
}
.express .guarantees__contact-notice + .write-us__form {
    margin-right: 30px;
    padding: 20px 30px;
    border: 1px solid #cecece;
	border-top: none;
}

.express .page-main__title, .express .guarantees__contact-notice {
	text-align: center;
    background: #c5299b;
	color: #fff;
	margin-right: 30px!important;
}
.express .page-main__title {
    padding: 15px 0 5px;
    margin: 0;   
}

.express .guarantees__contact-notice {
    margin-bottom: 0;
    font-size: 18px;
    padding: 15px;
}

.remont-page h2 {
    margin: 50px 0 30px;
    text-align: center;
    font-weight: 400;
    font-size: 26px;
    text-transform: uppercase;
	padding-bottom: 30px;
    position: relative;
}

.remont-page h2:before {
	content: '';
    width: 100px;
    height: 5px;
    background: #c5299b;
    position: absolute;
    top: 47px;
    bottom: 0px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 5;
    border-radius: 4px;
}

.remont-page h2:after {
	content: '';
    left: 0;
    right: 0;
    margin: auto;
    bottom: 5px;
    height: 1px;
    width: 225px;
    position: absolute;
    border-bottom: 1px solid #9f9f9f;
}

.remont-page .selected {
    text-decoration: underline;
    color: #999;
}

.brands_patent {
	text-align:center;
	display:inline-block;
	margin-bottom: 30px;
}

.brands_patent .brands {
	border:1px solid #ebebeb;
	width:20%;
	display:block;
	float:left;
	margin-bottom:-1px;
	margin-left:-1px;
}

.brands a {
    width: 100%;
    height: 100%;
    display: inline-block;
}

.brands_patent .brands:hover {
	border:1px solid #c5299b;
	position:relative;
}

.brands_patent .brands:nth-child(5n+1) {
	border-left:none;
}

.brands_patent .brands:nth-child(5n-5) {
	border-right:none;
}

.brands_patent .brands:nth-child(-n+5) {
	border-top:none;
}

.linktomodel {
	display:block;
	margin-top:5px;
	margin-bottom:10px;
	color:#999;
	width: 100%;
    white-space: pre;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 0 10px;
}

.brands_patent .brands img {
	display:inline-block;
	margin-bottom:10px;
	margin-top:10px;
}

.about-text {
    display: inline-block;
}

.remont-page p {
    line-height: 1.4;
}

.remont-page ul li {
    line-height: 2;
}

.gear-area {
    display: table;
    margin: 0 auto;
}

.gear-ico {
	background-image:url(/local/templates/partnerspb/img/triggers.png);
	height:45px;
	width:71px;
	display:inline-block;
	position:absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
	margin:auto;
}

.gear-container {
	position:relative;
	width:150px;
	height:150px;
	display:inline-block;
	margin: 35px 45px;
}

.gear-cont {
	background-size:contain;
	width:150px;
	height:150px;
	background-position:center center;
	background-repeat:no-repeat;
	display:inline-block;
	background-image:url(/local/templates/partnerspb/img/gear.png);
	position:relative;
	transition: 1s;
}

.gear-cont:hover {
	transform:rotate(-90deg);
}

.gear-2 {
	background-position-x:-100px;
}

.gear-3 {
	background-position-x:-202px;
}

.gear-4 {
	background-position-x:-301px;
}

.gear-5 {
	background-position-x:-397px;
}

.gear-descr {
	margin-top:25px;
	color:#333;
	letter-spacing:.02em;
	font-weight:600;
	text-align: center;
}

.middle {
    margin: 0 auto;
}

.quest-area .guarantees__contact-notice {
    margin-top: 0;
}

@media (max-width: 760px) {
	.express {display: none;}
	.trade-content {margin-left: 10px;}
}

@media (min-width: 760px) {
    body {
        font-size: 16px;
    }

    .hide-md {
        display: block;
    }

    .display-sm {
        display: none;
    }

    .page-main__section {
        margin-bottom: 48px;
    }

    .page-main__section--prod-card {
        margin-bottom: 20px;
    }

    .page-main__section:last-child {
        margin-bottom: 60px;
    }

    .page-main__title {
        margin: 0 20px 18px;
        font-size: 28px;
    }

    .page-main__title--guarantees {
        padding-bottom: 18px;
    }

    .page-main__date {
        font-size: 18px;
        padding-right: 10px;
        margin-top: 10px;
        white-space: nowrap;
    }

    .page-main__icon {
        padding-right: 37px;
    }

    .page-main__icon::before {
        width: 30px;
        height: 30px;
    }

    .page-main__icon--trend {
        padding-right: 30px;
    }

    .page-main__icon--blog::before {
        top: 7px;
        background-size: 22px 23px;
    }

    .page-main__icon--sale::before {
        top: 7px;
        background-size: 28px 28px;
    }

    .page-main__icon--new::before {
        top: 7px;
        background-size: 29px 28px;
    }

    .breadcrumbs {
        padding: 10px 20px;
    }

    .breadcrumbs__item::after {
        top: 6px;
    }

    .breadcrumbs__item a {
        font-size: 12px;
    }

    .pagination {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .social--small .social__item {
        margin-right: 4px;
    }

    .social--small .social__link {
        width: 22px;
        height: 22px;
    }

    .social--small .social__link::before {
        width: 22px;
        height: 22px;
    }

    .button.hide-md {
        display: inline-block;
    }

    .button {
        font-size: 12px;
    }

    .field-text__label {
        font-size: 16px;
        line-height: 26px;
    }

    .goods.container,
    .trend.container {
        max-width: 1340px;
        padding-left: 5px;
        padding-right: 5px;
    }

    .goods .swiper-container,
    .trend .swiper-container {
        height: auto;
        overflow: visible;
    }

    .goods.container {
        margin-left: 11px;
        padding-left: 0;
    }

    .goods.container .page-main__title {
        margin-left: 12px;
    }

    .trend.container {
        max-width: 1370px;
        padding-left: 5px;
        padding-right: 5px;
    }

    .goods__item.swiper-slide:hover {
        /*margin-bottom: -20px;*/
    }

    .goods__item.swiper-slide .promotional-card:hover,
    .goods__item.swiper-slide .promotional-card:focus {
        position: relative;
       /* margin-bottom: -32px;
        height: calc(100% + 32px);*/
    }

    .promotional-card {
        width: 184px;
        min-height: 224px;
    }

    .promotional-card h3 {
        font-size: 12px;
        padding: 0;
        margin-bottom: 6px;
        min-height: 39px;
    }

    .promotional-card__flag-wrapper {
        right: 11px;
        top: 8px;
    }

    .promotional-card__flag-sale > span {
        top: 4px;
        font-size: 10px;
        right: 5px;
    }

    .promotional-card__action-flag {
        width: 31px;
        height: 20px;
    }

    .promotional-card__action-flag.promotional-card__action-flag--fire {
        width: 16px;
        right: 10px;
    }

    .promotional-card__desc {
        padding: 9px 14px 29px;
    }

    .promotional-card__action-img img {
        height: 155px;
    }

    .promotional-card__buy p {
        margin-right: 3px;
        padding: 0;
        padding-bottom: 4px;
        font-size: 16px;
    }

    .promotional-card__buy del {
        padding: 0;
        padding-bottom: 5px;
        font-size: 12px;
        margin-bottom: 0;
    }

    .promotional-card__buy a {
        padding: 2px 7px;
        padding-bottom: 4px;
    }

    .promotional-card:hover,
    .promotional-card:focus {
        /* position: absolute;
         z-index: 10;
         top: -32px;
         left: 0;
         right: 0;
         height: 276px;
         padding-top: 32px;*/
        border-radius: 4px;
        -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.08);
        box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.08);
        background-color: #ffffff;
        border: solid 1px #e3e3e3;
    }

   /* .promotional-card:hover .promotional-card__header,
    .promotional-card:hover .promotional-card__footer,
    .promotional-card:focus .promotional-card__header,
    .promotional-card:focus .promotional-card__footer {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }*/

    .promotional-card:hover .promotional-card__desc,
    .promotional-card:focus .promotional-card__desc {
        padding-bottom: 29px;
    }

    .page-header__wrapper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .page-header__wrapper--first {
        margin-bottom: -73px;
    }

    .page-header__wrapper .color {
        letter-spacing: normal;
        color: #c5299b;
    }

    .page-header__top {
        width: 100%;
        padding: 0 7px 3px 11px;
        border-bottom: 1px solid #dddddd;
    }

    .page-header__bottom {
        width: 100%;
    }

    .page-header__logo {
        z-index: 5;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        padding: 8px 34px 9px 0;
    }

    .page-header__logo-img {
        width: 251px;
        height: 68px;
    }

    .page-header__shop {
        width: auto;
        height: auto;
        margin-right: 14px;
        padding-left: 30px;
        font-size: 16px;
        line-height: 1.9;
        font-weight: bold;
        color: #626262;
    }

    .page-header__shop--delivery {
        margin-left: auto;
        margin-right: auto;
        padding-top: 5px;
        padding-left: 42px;
        font-size: 14px;
        font-weight: normal;
        color: #191919;
    }

    .page-header__shop--delivery::before {
        width: 32px;
        background-size: 32px 19px;
    }

    .page-header__shop--location {
        min-width: 148px;
    }

    .page-header__phone {
        -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-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        padding-bottom: 30px;
    }

    .page-header__phone-number {
        position: relative;
        padding-right: 45px;
        font-size: 28px;
        line-height: 2.2;
    }

    .page-header__phone-number::before {
        content: "";
        position: absolute;
        width: 20px;
        height: 20px;
        top: 22px;
        right: 12px;
        background: url("../img/ic-hour.svg") no-repeat center center;
        background-size: 20px 20px;
    }

    .page-header__menu {
        width: 100%;
        padding-left: 290px;
    }

    .page-header__catalog {
        width: calc(100% - 130px);
    }

    .page-header__list {
        position: static;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 0;
    }

    .page-header__list--service {
        max-width: 470px;
        padding-bottom: 12px;
    }

    .page-header__list--catalog {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-left: 10px;
        border-top: none;
        padding: 0;
		margin-top: 5px;
    }

    .page-header__list--catalog .page-header__item {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .page-header__list--catalog .page-header__item:hover, .page-header__list--catalog .page-header__item:focus, .page-header__list--catalog .page-header__item--current {
        position: relative;
        z-index: 10;
    }

    .page-header__list--catalog .page-header__item:hover::before, .page-header__list--catalog .page-header__item:focus::before, .page-header__list--catalog .page-header__item--current::before {
        content: "";
        position: absolute;
        z-index: 10;
        display: block;
        width: auto;
        height: 2px;
        bottom: -11px;
        left: 0;
        right: 0;
        background-color: #c5299b;
        -webkit-box-shadow: 0 0 19.5px 1.5px #c5299b;
        box-shadow: 0 0 19.5px 1.5px #c5299b;
    }

    .page-header__list--catalog .page-header__icon--active + .page-header__sub-list {
        display: none;
    }

    .page-header__btn {
        display: none;
    }

    .page-header__link::after,
    .page-header__icon::after {
        display: none;
    }

    .page-header__link {
        padding-right: 26px;
        font-size: 16px;
        font-weight: 400;
        line-height: normal;
    }

    .page-header__link:hover:not(.page-header__link--phones), .page-header__link:focus:not(.page-header__link--phones) {
        text-decoration: underline;
    }

    .page-header__link--phones {
        position: relative;
        margin-right: 260px;
        padding: 3px 26px 16px 35px;
    }

    .page-header__link--phones:hover::before, .page-header__link--phones:focus::before {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }

    .page-header__link--phones:active::before {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    .page-header__link--phones::before {
        content: "";
        position: absolute;
        width: 27px;
        height: 30px;
        top: 0;
        left: -5px;
        background: url("../img/ic-phones.svg") no-repeat center center;
        background-size: 27px 28px;
    }

    .page-header__link--phones::after {
        content: "";
        position: absolute;
        display: block;
        width: auto;
        height: 1px;
        top: auto;
        bottom: 16px;
        left: 35px;
        right: 26px;
        background-color: #c5299b;
    }

    .page-header__icon {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 30px;
        padding-right: 5px;
        line-height: 2.25;
    }

    .page-header__icon::before {
        top: 3px;
        background-position: center left;
    }

    .page-header__icon::after {
        top: 0;
    }

    .page-header__icon--phone {
        padding-left: 15px;
    }

    .page-header__icon--phone::before {
        background-position: 0 center;
    }

    .page-header__icon--for-phone {
        padding-left: 26px;
    }

    .page-header__icon--for-comp {
        padding-left: 38px;
    }

    .page-header__icon--for-comp::before {
        top: 2px;
    }

    .page-header__icon--for-auto {
        padding-left: 40px;
    }

    .page-header__icon--for-roud::before {
        top: 1px;
    }

    .page-header__sub-list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        /*flex-direction: column;*/
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        position: absolute;
        z-index: 9;
        top: 31px;
        left: 0;
        width: 100%;
        min-width: 200px;
        margin: 0;
        padding-top: 16px;
        /*padding-bottom: 3px;*/
        background-color: transparent;
        background-image: -webkit-linear-gradient(top, transparent 11px, #ffffff 11px);
        background-image: -o-linear-gradient(top, transparent 11px, #ffffff 11px);
        background-image: linear-gradient(to bottom, transparent 11px, #ffffff 11px);
        -webkit-box-shadow: 3px 0 13px rgba(0, 0, 0, 0.22);
        box-shadow: 3px 0 13px rgba(0, 0, 0, 0.22);
    }

    .page-header__sub-list .page-header__icon {
        width: auto;
        margin-right: 10px;
        margin-left: 10px;
        padding-top: 12px;
        padding-bottom: 14px;
        padding-left: 40px;
        font-size: 12px;
    }

    .page-header__sub-list .page-header__sub-item:nth-child(6n) .page-header__icon {
        /*border: none;*/
    }

    .page-header__sub-item {
        width: 200px;
    }

    .page-header__user-list {
        margin-left: 0;
    }

    .page-header__search {
        top: 51px;
        right: -4px;
    }

    .page-header__search-input {
        font-size: 16px;
        width: 350px;
        padding: 10px 35px;
        padding-left: 17px;
    }

    .page-header__search-submit {
        width: 35px;
        height: 40px;
    }

    .page-header__search-submit svg {
        top: 10px;
        right: 5px;
        width: 30px;
        height: 20px;
    }

    .page-footer__up-link {
        top: -60px;
        right: 20px;
        width: 40px;
        height: 40px;
    }

    .page-footer__wrapper {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 70px 60px 65px;
    }

    .page-footer__info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        width: 50%;
        padding: 0;
        border: none;
    }

    .page-footer__logo-img {
        width: 136px;
        height: 42px;
        margin-bottom: 10px;
    }

    .page-footer__list--map {
        margin-bottom: 25px;
    }

    .page-footer__list--map .page-footer__link {
        padding: 1px 2px 4px 0;
    }

    .page-footer__list--contact {
        margin-bottom: 20px;
    }

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

    .page-footer__item.only-sm {
        display: none;
    }

    .page-footer__link {
        padding: 1px 2px 2px 0;
    }

    .page-footer__section {
        width: 50%;
        padding: 0;
    }

    .page-footer__section--catalog {
        margin-top: 14px;
    }

    .page-footer__btn {
        margin-bottom: 20px;
    }

    .page-footer__btn--email {
        right: 15px;
    }

    .page-footer__btn-icon::before {
        display: none;
    }

    .page-footer__btn-decor::after {
        content: "";
        position: absolute;
        height: 1px;
        bottom: 0;
        left: 0;
        right: 29px;
        background-color: #9c9797;
    }

    .page-footer__social-list {
        padding: 0;
        margin-bottom: 28px;
    }

    .page-footer__copyright {
        margin-top: 32px;
    }

    .slider__item {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        min-height: 327px;
    }

    .slider__inner {
        padding-left: 76px;
    }

    .trend__wrapper {
        padding: 0 3px;
    }

    .trend__item {
        width: 238px;
        margin-right: 13px;
    }

    .blog h2 {
        margin-left: 20px;
        margin-right: 20px;
    }

    .blog__header-link {
        padding-right: 50px;
    }

    .blog__header-link::before {
        right: 20px;
    }

    .blog__wrapper {
        padding: 0 20px;
    }

    .blog__list {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
        -ms-grid-rows: 2fr 1fr 1fr;
        grid-template-rows: 2fr 1fr 1fr;
    }

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

    .blog__list--flex > .blog__item {
        width: calc((100% - 20px) / 3);
    }

    .blog__list--flex > .blog__item:nth-child(3n) {
        margin-right: 0;
    }

    .blog__item {
        margin-right: 10px;
    }

    .blog__item:nth-child(1) {
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-column: 1 /2;
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        grid-row: 1 / 2;
    }

    .blog__item:nth-child(2) {
        -ms-grid-column: 2;
        -ms-grid-column-span: 1;
        grid-column: 2 / 3;
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        grid-row: 1 / 2;
    }

    .blog__item:nth-child(3) {
        -ms-grid-column: 3;
        -ms-grid-column-span: 1;
        grid-column: 3 / 4;
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        grid-row: 1 / 2;
        margin-right: 0;
    }

    .blog__item:nth-last-child(4) {
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-column: 1 / 2;
        -ms-grid-row: 2;
        -ms-grid-row-span: 1;
        grid-row: 2 / 3;
    }

    .blog__item:nth-last-child(3) {
        -ms-grid-column: 2;
        -ms-grid-column-span: 1;
        grid-column: 2 / 3;
        -ms-grid-row: 2;
        -ms-grid-row-span: 1;
        grid-row: 2 / 3;
    }

    .blog__item:nth-last-child(2) {
        -ms-grid-column: 1;
        -ms-grid-column-span: 2;
        grid-column: 1 / 3;
        -ms-grid-row: 3;
        -ms-grid-row-span: 1;
        grid-row: 3 / 4;
    }

    .blog__item:last-child {
        -ms-grid-column: 3;
        -ms-grid-column-span: 1;
        grid-column: 3 / 4;
        -ms-grid-row: 2;
        -ms-grid-row-span: 2;
        grid-row: 2 / 4;
        margin-right: 0;
    }

    .blog__main-list {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
        -ms-grid-rows: 1fr 1fr;
        grid-template-rows: 1fr 1fr;
    }

    .blog__main-list .blog__item:nth-last-child(4) {
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-column: 1 / 2;
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        grid-row: 1 / 2;
    }

    .blog__main-list .blog__item:nth-last-child(3) {
        -ms-grid-column: 2;
        -ms-grid-column-span: 1;
        grid-column: 2 / 3;
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        grid-row: 1 / 2;
    }

    .blog__main-list .blog__item:nth-last-child(2) {
        -ms-grid-column: 1;
        -ms-grid-column-span: 2;
        grid-column: 1 / 3;
        -ms-grid-row: 2;
        -ms-grid-row-span: 1;
        grid-row: 2 / 3;
        margin-right: 10px;
    }

    .blog__main-list .blog__item:last-child {
        -ms-grid-column: 3;
        -ms-grid-column-span: 1;
        grid-column: 3 / 4;
        -ms-grid-row: 1;
        -ms-grid-row-span: 2;
        grid-row: 1 / 3;
        margin-right: 0;
    }

    .blog__news-wrapper {
        padding: 0 20px;
    }

    .blog__news-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .blog__news-list .blog__item {
        width: calc((100% - 20px) / 3);
    }

    .blog__advise {
        padding: 0 20px;
    }

    .blog__advise {
        margin-top: 28px;
        padding-left: 0;
    }

    .blog__advise h3 {
        margin-right: 50px;
        font-size: 17px;
        line-height: normal;
        letter-spacing: normal;
    }

    .article h2, .article h3 {
        margin-right: 0;
    }

    .article--wide h2, .article--wide h3 {
        font-size: 18px;
        line-height: 0.67;
    }

    .article--tall {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        border: solid 1px #d9d9d9;
        background-image: none;
    }

    .article--tall .article__img {
        position: static;
        height: 145px;
    }

    .article--tall img {
        position: static;
        border-radius: 0;
    }

    .article--tall .article__caption {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        min-height: 91px;
        padding-top: 8px;
        padding-bottom: 7px;
        color: #191919;
    }

    .article--tall h2, .article--tall h3 {
        margin-bottom: 7px;
    }

    .article__caption {
        min-height: auto;
    }

    .goods__list {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .goods__list .goods__item {
        width: auto;
        margin-right: 5px;
    }

    .goods__battery-list .goods__item {
        width: calc((100% - 14px) / 3);
        margin-bottom: 5px;
    }

    .goods__battery-list .goods__item:hover {
        /*margin-bottom: -15px;*/
    }

    .goods__battery-list .promotional-card {
        height: 100%;
    }

    .goods__battery-list .promotional-card:hover {
        position: relative;
        /*margin-bottom: -32px;
        height: calc(100% + 32px);*/
    }

    .goods__battery-list--column {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .goods__battery-list--column .goods__item {
        width: 100%;
    }

    .goods__battery-list--column .goods__item:hover {
        margin-bottom: 5px;
    }

    .goods__battery-list--column .promotional-card {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        min-height: 175px;
        padding: 10px 0;
    }

    .goods__battery-list--column .promotional-card:hover {
        margin-bottom: 0;
    }

    .goods__battery-list--column .promotional-card__action-img {
        margin-left: 1px;
    }

    .goods__battery-list--column .promotional-card__footer {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        top: 88px;
        right: 30px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 50px;
        margin-left: auto;
        padding: 0;
    }

    .goods__battery-list--column .promotional-card__footer span {
        display: none;
    }

    .goods__battery-list--column .promotional-card:hover,
    .goods__battery-list--column .promotional-card:focus {
        position: relative;
        top: 0;
        height: auto;
        padding-top: 10px;
    }

    .goods__battery-list--column .promotional-card:hover .promotional-card__header,
    .goods__battery-list--column .promotional-card:focus .promotional-card__header {
        display: none;
    }

    .goods__battery-list--column .promotional-card__desc {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
        padding-top: 25px;
    }

    .goods__battery-list--column .promotional-card__desc > p {
        display: block;
        padding-right: 100px;
        color: #cecece;
    }

    .goods__battery-list--column .promotional-card__desc > a {
        padding-right: 110px;
    }

    .goods__battery-list--column h3 {
        font-size: 24px;
        font-weight: 700;
        letter-spacing: 0.02em;
    }

    .goods__battery-list--column .promotional-card__buy {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .goods__battery-list--column .promotional-card__buy a {
        position: absolute;
        right: 0;
        margin-right: 14px;
        top: 47px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .goods__battery-list--column .battery__promo {
        min-height: 190px;
    }

    .goods__compare-list {
        margin-bottom: 70px;
    }

    .goods__compare-list .goods__item {
        width: 184px;
        margin-right: 10px;
    }

    .category .swiper-container {
        margin-left: 0;
    }

    .category > h2 {
        margin-left: 20px;
        margin-right: 20px;
    }

    .category__list {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .category__list {
        padding: 0 5px;
    }

    .category__item {
        min-height: 220px;
        width: calc((100% - 40px) / 3);
        margin-bottom: 20px;
    }

    .category__item--wide {
        width: calc((100% - 20px) / 2);
    }

    .category__inner {
        padding: 20px;
    }

    .category__wrapper {
        padding: 0 20px;
    }

    .category__promo-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .category__promo-list .category__item {
        margin-right: 20px;
    }

    .category__promo-list .category__item:nth-child(3n) {
        margin-right: 0;
    }

    .category--archive h2 {
        margin-left: 20px;
        margin-right: 20px;
    }

    .news__title {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .news__data {
        font-size: 18px;
        line-height: 2.75;
    }

    .news__item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        border-radius: 5px;
        border: solid 1px #d9d9d9;
    }

    .news__img {
        width: 50%;
        min-height: 458px;
    }

    .news__img img {
        height: 458px;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
    }

    .news__inner {
        width: 50%;
        padding: 40px 42px;
    }

    .news__inner h2 {
        margin-bottom: 5px;
        font-size: 18px;
        line-height: 1.67;
    }

    .news__inner p {
        margin-bottom: 30px;
        font-size: 16px;
    }

    .news__btn {
        margin-left: 5px;
        padding: 6px 35px 8px;
        font-size: 15px;
        border-radius: 20px;
    }

    .login__modal {
        font-size: 12px;
        background-color: rgba(25, 25, 25, 0.6);
    }

    .login__wrapper {
        width: 243px;
        margin-top: 50px;
        margin-left: 50%;
        margin-bottom: 50px;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        border-radius: 4px;
        -webkit-box-shadow: 0 22px 43px 0 rgba(56, 56, 56, 0.31);
        box-shadow: 0 22px 43px 0 rgba(56, 56, 56, 0.31);
        border: solid 1px #f6f6f6;
    }

    .login__inner {
        margin-left: 40px;
    }

    .login__close {
        top: 5px;
        right: 5px;
    }

    .login__btn {
        padding: 0 20px 2px;
    }

    .compare__header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 50px;
        padding-right: 60px;
        padding-bottom: 13px;
        border-bottom: 2px solid #e6e6e6;
    }

    .compare__select {
        margin-bottom: 0;
    }

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

    .compare__goods-title {
        position: static;
        width: 300px;
        margin-top: 265px;
    }

    .compare__card {
        height: 320px;
    }

    .compare__table {
        padding: 0 20px;
    }

    .compare__table {
        margin-bottom: 52px;
    }

    .compare__table-title {
        position: relative;
        margin-bottom: 30px;
        padding-left: 20px;
        font-size: 18px;
        line-height: 1.39;
        letter-spacing: 0.9px;
        text-transform: uppercase;
        color: #191919;
    }

    .compare__table-title::before {
        content: "";
        position: absolute;
        width: 3px;
        height: 39px;
        top: -7px;
        left: 0;
        background-color: #c5299b;
    }

    .compare__list {
        margin-bottom: 133px;
    }

    .compare__list > .compare__item {
        padding-bottom: 0;
    }

    .compare__item {
        margin-left: 25px;
        padding-bottom: 0;
    }

    .compare__field {
        width: 455px;
        font-size: 18px;
        line-height: 1.75;
        letter-spacing: 0.9px;
    }

    .compare__value {
        width: 310px;
        font-size: 18px;
        line-height: 1.78;
        letter-spacing: 0.9px;
    }

    .compare__scroll {
        padding-top: 57px;
        margin-top: -57px;
    }

    .compare__content .goods__item:first-child {
        padding-left: 0;
    }

    .battery__header {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
        margin-bottom: 30px;
        padding-right: 20px;
        padding-bottom: 10px;
        border-bottom: 1px solid #e6e6e6;
    }

    .baterry__title {
        width: auto;
        margin-right: auto;
        margin-bottom: 0;
    }

    .battery__btn {
        width: 30px;
        height: 18px;
        padding-left: 0;
        opacity: 0.3;
    }

    .battery__btn--current {
        opacity: 1;
    }

    .battery__btn--filter {
        display: none;
    }

    .battery__btn svg {
        top: 0;
        right: 0;
        left: auto;
    }

    .battery__btn:hover, .battery__btn:focus {
        opacity: 1;
    }

    .battery__container {
        margin-left: 0;
        margin-right: 0;
    }

    .battery__container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .battery__form {
        position: static;
        display: block;
        width: 180px;
    }

    .battery__goods {
        padding-right: 20px;
    }

    .battery__item {
        min-height: 190px;
        margin-bottom: 5px;
    }

    .battery__desc {
        width: 165px;
        margin-right: 64px;
    }

    .battery__desc h3 {
        margin-bottom: 8px;
        font-size: 16px;
        letter-spacing: normal;
    }

    .filter {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-top: 3px;
        border-top: none;
    }

    .filter__section {
        padding: 0 20px;
    }

    .filter__section {
        width: 182px;
    }

    .filter__section-options {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .filter__phone {
        margin-bottom: 10px;
    }

    .filter__send {
        padding-top: 0;
        border-top: none;
    }

    .filter__apply {
        display: none;
    }

    .delivery {
        padding: 0;
    }

    .delivery__content-wrapper {
        margin-left: 20px;
        margin-right: 20px;
    }

    .delivery-features__item-title {
        font-size: 18px;
    }

    .delivery__content-features {
        margin: 0;
        padding: 0;
        list-style: none;
        margin-bottom: 83px;
    }

    .list-points__item {
        width: 120px;
        margin-right: 13px;
        font-size: 18px;
    }

    .list-points__img-box {
        width: 119px;
        height: 119px;
        background-size: 52px 52px;
    }

    .accord {
        padding-left: 4px;
    }

    .accord__item-btn {
        padding-bottom: 12px;
        padding-top: 6px;
        padding-right: 70px;
        font-size: 22px;
    }

    .accord__item-btn::after {
        top: 3px;
        right: 32px;
        height: 34px;
        width: 17px;
        background-size: 17px 34px;
    }

    .accord__item-btn.accord__item-btn--open::after {
        top: 12px;
        right: 22px;
        width: 35px;
        height: 16px;
        background-size: 33px 16px;
    }

    .accord__item-description {
        margin-top: 26px;
        margin-bottom: 32px;
        padding-right: 70px;
        font-size: 16px;
        line-height: 18px;
    }

    .main-content {
        margin: 0 20px;
    }

    .stores__header-wrapper > h2 {
        margin-left: 20px;
        margin-right: 20px;
    }

    .contacts__header {
        font-size: 28px;
        margin-left: 0;
    }

    .contacts__select {
        margin: 0 20px;
    }

    .contacts-details {
        margin-left: 20px;
        margin-right: 20px;
    }

    .contacts {
        margin-bottom: 48px;
    }

    .stores__city {
        margin-left: 0;
    }

    .accordion-stores {
        margin: 0 20px;
    }

    .write-us > h2 {
        margin-left: 20px;
        margin-right: 20px;
    }

    .write-us__form {
        margin: 0 20px;
    }

    .guarantees__contact-form .write-us__input {
        width: 100%;
    }

    .write-us__input,
    .write-us__textarea {
        font-size: 12px;
    }

    .write-us__remove-btn {
        top: 14px;
    }

    .write-us__file-upload {
        height: 40px;
    }

    .write-us__file-upload-btn {
        min-width: 190px;
        padding-right: 15px;
    }

    .write-us__file-upload-btn--guarantees {
        min-width: 170px;
        padding-right: 13px;
    }

    .write-us__file-upload-btn::before {
        top: 0;
    }

    .map {
        height: 340px;
    }

    .favorites-product__description {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-right: 30px;
        padding-top: 52px;
        padding-bottom: 35px;
    }

    .favorites-product__content {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 0;
    }

    .favorites-product__code {
        display: block;
        color: #cecece;
    }

    .favorites-product__code p {
        margin: 0;
    }

    .favorites-product__title-xl {
        display: block;
    }

    .favorites-product__title-xl h3 {
        position: relative;
        margin: 0;
        font-size: 32px;
        letter-spacing: 0.02em;
    }

    .favorites-product__title-xl .action-flag--fire-xl {
        display: none;
    }

    .favorites-product__specification {
        display: block;
    }

    .favorites-product__action {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: none;
        min-width: 200px;
        margin-left: auto;
        margin-right: 22px;
        padding-top: 76px;
    }

    .favorites-product__btn-buy {
        margin-bottom: 21px;
        margin-left: 0;
        padding: 2px 23px 4px;
        font-size: 16px;
        border-radius: 16px;
    }

    .favorites-product__btn-wrapper {
        margin-top: 0;
    }

    .favorites-product__title-sm {
        display: none;
    }

    .favorites-product__price {
        position: absolute;
        bottom: 0;
        left: 0;
        padding-bottom: 10px;
    }

    .favorites-product__price p {
        font-size: 26px;
        color: #191919;
    }

    .favorites-product__price del {
        display: block;
        font-size: 26px;
    }

    .favorites > .page-main__title::after {
        top: 8px;
    }

    .favorites-promotion {
        margin: 0 20px;
    }

    .favorites {
        margin-bottom: 48px;
    }

    .favorites__products {
        margin-left: 20px;
        margin-right: 20px;
    }

    .favorites-social {
        margin-right: 20px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .favorites-social p {
        padding-top: 0;
        font-size: 16px;
    }

    .favorites-social__link {
        width: 25px;
        height: 25px;
    }

    .favorites-promotion button {
        font-size: 16px;
        border-radius: 15px;
    }

    .account {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .account__tab {
        padding-left: 30px;
        font-size: 18px;
        line-height: 36px;
        font-weight: 400;
        text-transform: uppercase;
        letter-spacing: 0.05em;
    }

    .account__tab--ua {
        background-position: 0 10px;
    }

    .account__tab--ud {
        background-position: 0 9px;
    }

    .account__tab--uo {
        background-position: 6px 8px;
    }

    .account__tab::after {
        bottom: 13px;
        width: 16px;
        height: 8px;
    }

    .account__tab--active {
        font-weight: 700;
    }

    .account__tab--active::after {
        bottom: 13px;
        width: 16px;
        height: 8px;
    }

    .account__container {
        padding: 0 20px;
    }

    .account__content {
        padding-top: 20px;
    }

    .user-form {
        padding: 25px;
    }

    .user-form .user-form__input {
        width: calc(100% - 260px);
        padding: 10px;
        font-size: 16px;
    }

    .user-form .user-form__label {
        width: 260px;
    }

    .user-form--subs {
        padding: 10px 25px 20px;
    }

    .user-form--subs .user-form__item {
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        width: 370px;
    }

    .user-form--subs .user-form__input {
        width: 100%;
    }

    .user-form__title {
        margin-bottom: 15px;
        font-size: 16px;
    }

    .user-form__item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 20px;
    }

    .user-form__item--radio {
        display: block;
        margin-bottom: 8px;
    }

    .user-form__tip {
        margin-bottom: 20px;
        font-size: 14px;
    }

    .user-form__input-container {
        margin-bottom: 20px;
    }

    .user-form__input-container .user-form__item {
        margin-right: 21px;
    }

    .user-summary {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .user-summary__item {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: calc(100% / 3 - 5px);
        margin: 0 0 7px;
        padding: 20px 15px 15px;
        border: 1px solid #cecece;
        border-radius: 4px;
    }

    .user-summary__item--subscribe, .user-summary__item--social {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 15px 15px;
    }

    .user-summary__item--subscribe {
        width: calc(100% * 2 / 3 - 3px);
    }

    .user-summary__item--subscribe .user-summary__title {
        margin: 0;
        padding: 0;
        font-size: 18px;
        line-height: 22px;
    }

    .user-summary__item--subscribe .user-summary__button {
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
        margin-top: 0;
        margin-left: auto;
    }

    .user-summary__item--social .user-summary__title {
        width: 76px;
        margin-right: 15px;
        font-size: 15px;
        line-height: 1.2em;
        font-weight: 400;
    }

    .user-summary__title {
        margin-bottom: 25px;
        padding-left: 40px;
        font-size: 28px;
        text-align: left;
        line-height: 22px;
        letter-spacing: 0.4px;
    }

    .user-summary__title::before {
        content: "";
        position: absolute;
        display: block;
    }

    .user-summary__content {
        font-size: 14px;
        text-align: left;
    }

    .user-summary__button {
        -ms-flex-item-align: end;
        align-self: flex-end;
        margin-top: auto;
    }

    .user-summary__item-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%;
    }

    .user-summary__address {
        margin-left: 10px;
        margin-right: 50px;
        font-size: 18px;
        line-height: 1.2em;
    }

    .order-slider {
        width: 100%;
    }

    .order-slider__block {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .product {
        padding-top: 0;
    }

    .product__rating {
        margin-left: 3px;
        margin-top: -2px;
    }

    .product__slider-new {
        width: calc(100% - 275px);
        margin-bottom: 0;
    }

    .product__details {
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    .product__wrapper {
        padding: 0 20px;
    }

    .product__header--delivery {
        padding-left: 29px;
    }

    .product__header--delivery::before {
        left: -2px;
        top: -7px;
    }

    .product__header--pickup {
        margin-top: 17px;
        padding-left: 25px;
    }

    .product__header--pickup::before {
        top: -8px;
        left: 2px;
    }

    .product__free-delivery span {
        margin-right: 53px;
        font-weight: 400;
    }

    .product__free-delivery {
        padding-right: 5px;
        padding-top: 2px;
        font-size: 10px;
        font-weight: 700;
        letter-spacing: 0.02em;
    }

    /*.product__price :nth-child(2)::after {
        top: 6px;
        right: -46px;
    }*/

    .product__buy {
        margin-left: 4px;
    }

    .product__favourite {
        margin-top: 12px;
    }

    .product__social {
        margin-top: 15px;
    }

    .product__button-up,
    .product__button-down {
        position: inherit;
        width: auto;
        height: auto;
        margin: 0;
        white-space: nowrap;
        -webkit-clip-path: none;
        clip-path: none;
        clip: auto;
        overflow: hidden;
        width: 45px;
        height: 45px;
    }

    .product__button-up svg,
    .product__button-down svg {
        fill: #191919;
    }

    .product__image-container {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        height: 500px;
        overflow: hidden;
    }

    .product__details-social-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        border: 1px solid #cecece;
        padding: 15px 8px 12px 18px;
        border-radius: 5px;
    }

    .product__wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .product__delivery {
        margin-top: 22px;
    }

    .product__delivery-info {
        margin-top: 8px;
        padding-left: 29px;
    }

    .product__buy-in-one-click {
        margin-top: 6px;
        font-size: 10px;
    }

    .product__details-wrapper {
        font-size: 10px;
        margin-left: 0;
        padding-left: 0;
    }

    .product__details-wrapper b {
        margin-left: 0;
    }

    .product__details-wrapper a {
        margin-top: -5px;
    }

    .product__details {
        width: 275px;
    }

    .product__header {
        font-size: 10px;
    }

    .product__header--availability {
        font-size: 12px;
        margin-top: 6px;
        margin-bottom: 12px;
    }

    .product-description__sort {
        position: inherit;
        width: auto;
        height: auto;
        margin: 0;
        white-space: nowrap;
        -webkit-clip-path: none;
        clip-path: none;
        clip: auto;
        overflow: hidden;
        margin-top: 14px;
        border-bottom: 2px solid #cecece;
    }

    .product-description__sort :nth-child(3) {
        margin-right: 20px !important;
        margin-left: 7px;
    }

    .product-description__sort li {
        font-size: 12px;
        margin-right: 15px;
        padding-right: 7px;
        padding-bottom: 3px;
    }

    .product-description__sort li:first-of-type {
        padding-left: 14px;
    }

    .product-description__sort--description li:first-of-type {
        border-bottom: 1px solid #c5299b;
    }

    .product-description__sort--reviews {
        margin-top: 95px;
    }

    .product-description__sort--reviews li:first-of-type {
        border-bottom: none;
    }

    .product-description__sort--reviews li:nth-of-type(2) {
        border-bottom: 1px solid #c5299b;
        padding-left: 5px;
    }

    .product-description b {
        display: block;
        font-size: 14px;
    }

    .product-description p {
        font-size: 12px;
        margin-top: 6px;
        line-height: 12px;
    }

    .product-description__review {
        margin-top: 0;
        margin-bottom: 15px;
    }

    .product-description__review b {
        display: inline;
        font-size: 12px;
    }

    .product-description__review span {
        font-size: 10px;
        color: #cecece;
    }

    .product-description__review p {
        margin-top: 3px;
        padding-right: 27px;
        margin-bottom: 18px;
    }

    .product-description__review::after {
        top: auto;
        bottom: -17px;
    }

    .product-description__review:last-of-type::before {
        top: 32px;
    }

    .product-description__review:last-of-type::after {
        top: 32px;
    }

    .product-description__form {
        display: none;
        margin: 20px 0 0;
    }

    .product-description__form--shown {
        display: block;
    }

    .product-description__write-us {
        margin-top: 7px;
    }

    .product-description__input {
        width: 160px;
        font-size: 12px;
    }

    .product-description__textarea {
        font-size: 12px;
    }

    .product-description {
        padding-right: 20px;
        padding-left: 20px;
    }

    .product-description__tabs {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        border-bottom: 2px solid #e6e6e6;
    }

    .product-description__tab {
        padding: 5px 15px 4px 12px;
        font-size: 12px;
        line-height: 12px;
        font-weight: 400;
        border: none;
    }

    .product-description__tab:hover {
        background-color: rgba(206, 206, 206, 0.2);
        border-top-right-radius: 15px;
        border-top-left-radius: 15px;
    }

    .product-description__tab::before {
        content: none;
    }

    .product-description__tab--active::before {
        content: "";
        bottom: -2px;
        left: 0;
        width: 100%;
        height: 2px;
        background-color: #c5299b;
    }

    .product-description__tab--active.product-description__tab--reviews::before {
        width: calc(100% - 10px);
    }

    .product-description__item {
        display: none;
        padding: 24px 0;
    }

    .product-description__item--shown {
        display: block;
    }

    .product-description__content {
        display: block;
        padding: 0;
    }

    .product-description__rating {
        margin-top: -13px;
    }

    .product-description__questions-and-answers {
        margin-bottom: 25px;
    }

    .product-description__header {
        position: relative;
        font-size: 12px;
        cursor: pointer;
    }

    .product-description__header::after {
        position: absolute;
        left: 90px;
        bottom: 11px;
        display: block;
        content: "";
        width: 12px;
        height: 6px;
        background-image: url("../img/arrow-down.svg");
        background-repeat: no-repeat;
        background-size: 100%;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }

    .product-description__header--active::after {
        background-image: url("../img/arrow-down-pinc.svg");
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    .favourite-links__button {
        padding-left: 20px;
    }

    .favourite-links__button--add {
        margin-right: 7px;
    }

    .questions-and-answers {
        font-size: 12px;
    }

    .questions-and-answers b {
        display: inline;
        font-size: 12px;
    }

    .questions-and-answers span {
        color: #cecece;
    }

    .questions-and-answers__sort {
        position: inherit;
        width: auto;
        height: auto;
        margin: 0;
        white-space: nowrap;
        -webkit-clip-path: none;
        clip-path: none;
        clip: auto;
        overflow: hidden;
        border-bottom: 2px solid #e6e6e6;
    }

    .questions-and-answers__sort li {
        font-size: 12px;
    }

    .questions-and-answers__sort li:nth-of-type(3) {
        border-bottom: 1px solid #c5299b;
        padding-right: 0;
    }

    .questions-and-answers__answer {
        margin-top: 10px;
        border: 1px solid #cecece;
        border-radius: 6px;
        padding: 5px 0 6px 12px;
    }

    .questions-and-answers__answer span {
        color: #c5299b;
    }

    .questions-and-answers__answer p {
        margin-top: 2px;
    }

    .parameter ul {
        width: 100%;
        max-width: 470px;
    }

    .blog-page__image {
        width: 100%;
        height: 100%;
    }

    .blog-page__wrapper {
        margin-left: 20px;
        margin-right: 20px;
        padding-right: 0;
    }

    .blog-page__wrapper h2 {
        font-size: 16px;
    }

    .blog-page__highlight h2 {
        font-size: 16px;
    }

    .blog-page__highlight p {
        line-height: 20px;
    }

    .blog-page__header-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .blog-page__wrapper:last-of-type {
        position: inherit;
        width: auto;
        height: auto;
        margin: 0;
        white-space: nowrap;
        -webkit-clip-path: none;
        clip-path: none;
        clip: auto;
        overflow: hidden;
        margin-left: 20px;
        margin-right: 20px;
        white-space: normal;
    }

    .blog-page__highlight,
    .blog-page__social,
    .blog-page__tags {
        margin-left: 20px;
        margin-right: 20px;
    }

    .blog-page__text .blog-page__wrapper:nth-of-type(2) :nth-child(2) {
        position: inherit;
        width: auto;
        height: auto;
        margin: 0;
        white-space: nowrap;
        -webkit-clip-path: none;
        clip-path: none;
        clip: auto;
        overflow: hidden;
        white-space: normal;
    }

    .cart {
        margin-left: 20px;
        margin-right: 20px;
    }

    .cart-product__content {
        width: 100%;
        margin-right: 40px;
        padding-bottom: 10px;
        padding-top: 12px;
    }

    .cart-product__name-sm {
        display: none;
    }

    .cart-product__name-md {
        display: block;
        width: 290px;
        margin-right: 20px;
    }

    .cart-product__name-md h3 {
        margin: 0;
        margin-bottom: 22px;
        font-size: 16px;
    }

    .cart-product__name-md p {
        margin: 0;
        padding-left: 3px;
        font-size: 14px;
        color: #626262;
    }

    .cart-product__amount {
        position: relative;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        min-height: 76px;
        width: 235px;
        margin-left: auto;
        padding-top: 5px;
    }

    .cart-product__button-del-wrapper {
        width: 100%;
        margin-top: 0;
    }

    .cart-product__price {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        margin-left: auto;
        padding-top: 5px;
    }

    .cart-product__price p {
        margin-bottom: 10px;
        font-size: 27px;
    }

    .cart-product__price del {
        font-size: 21px;
    }

    .cart-product__stock {
        position: absolute;
        max-width: 120px;
        top: 56px;
        left: 5px;
        margin-top: 0;
        padding-left: 30px;
        font-size: 14px;
        letter-spacing: 0.3px;
    }

    .cart-product__stock::before {
        width: 21px;
        height: 21px;
    }

    .cart-product__button-del {
        max-width: 185px;
        margin-top: 8px;
        margin-left: 2px;
        padding-left: 20px;
        font-size: 14px;
        letter-spacing: normal;
    }

    .cart-product__button-del::before {
        top: auto;
    }

    .cart-product__sm {
        display: none;
    }

    .cart-product__md {
        display: block;
    }

    .product-counter {
        border-radius: 21px;
    }

    .product-counter__button {
        width: 45px;
    }

    .product-counter__button--less::before {
        left: 12px;
        width: 12px;
        height: 3px;
    }

    .product-counter__button--more::before {
        right: 13px;
        width: 15px;
        height: 3px;
    }

    .product-counter__button--more::after {
        top: calc(50% - 7px);
        right: 19px;
        width: 3px;
        height: 15px;
    }

    .product-counter__amount {
        width: 20px;
        font-size: 18px;
        padding-top: 11px;
        padding-bottom: 10px;
    }

    .product-counter--p-card {
        border-radius: 12px;
    }

    .product-counter--p-card .product-counter__amount {
        width: 30px;
        padding-top: 4px;
        padding-bottom: 5px;
        font-size: 12px;
    }

    .product-counter--p-card .product-counter__button {
        padding: 0;
        background: none;
        border: none;
        cursor: pointer;
        position: relative;
        width: 24px;
        font-size: 0;
        outline: none;
    }

    .product-counter--p-card .product-counter__button:active, .product-counter--p-card .product-counter__button:focus {
        outline: none;
    }

    .product-counter--p-card .product-counter__button--less::before {
        content: "";
        position: absolute;
        top: calc(50% - 1px);
        left: 7px;
        width: 10px;
        height: 2px;
        background: #cecece;
    }

    .product-counter--p-card .product-counter__button--less:hover::before, .product-counter--p-card .product-counter__button--less:active::before {
        background-color: #191919;
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2);
    }

    .product-counter--p-card .product-counter__button--more::before {
        position: absolute;
        top: calc(50% - 1px);
        right: 7px;
        width: 10px;
        height: 2px;
        content: "";
        background: #cecece;
    }

    .product-counter--p-card .product-counter__button--more:hover::before, .product-counter--p-card .product-counter__button--more:active::before {
        background-color: #191919;
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2);
    }

    .product-counter--p-card .product-counter__button--more::after {
        position: absolute;
        top: calc(50% - 5px);
        right: 11px;
        width: 2px;
        height: 10px;
        content: "";
        background: #cecece;
    }

    .product-counter--p-card .product-counter__button--more:hover::after, .product-counter--p-card .product-counter__button--more:active::after {
        background-color: #191919;
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2);
    }

    .cart-ordering {
        margin-left: 20px;
        margin-right: 20px;
    }

    .cart-ordering__name {
        font-size: 28px;
        letter-spacing: 0.6px;
    }

    .cart-ordering__form-entity {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        max-width: 600px;
        padding-left: 315px;
        font-size: 14px;
    }

    .cart-ordering__requisites-title {
        font-size: 16px;
    }

    .cart-ordering__requisites-form {
        max-width: 600px;
    }

    .cart-ordering__requisites-form .cart-ordering__form-field {
        width: 195px;
    }

    .cart-ordering__requisites-form [name="legal-address"],
    .cart-ordering__requisites-form [name="actual-address"] {
        width: 100%;
    }

    .cart-ordering__requisites-more-info--sm {
        display: none;
    }

    .cart-ordering__requisites-more-info--md {
        display: block;
    }

    .cart-ordering__entity-input:hover + .cart-ordering__entity-label {
        color: #c5299b;
    }

    .cart-ordering__entity-input:focus + .cart-ordering__entity-label {
        color: #c5299b;
    }

    .cart-ordering__entity-label {
        margin-bottom: -17px;
        margin-left: auto;
        cursor: pointer;
    }

    .cart-ordering__entity-label::before {
        top: 0;
        left: -26px;
    }

    .cart-ordering__entity-label::after {
        top: 6px;
        left: -22px;
    }

    .cart-ordering__form-city-select {
        font-size: 16px;
    }

    .cart-ordering__submit {
        border-radius: 15px;
    }

    .cart-ordering__delivery__close {
        top: 5px;
        right: 5px;
    }

    .map-modal {
        height: 340px;
    }

    .form-payment__title {
        font-size: 16px;
    }

    .cart-empty__wrapper {
        margin-left: 20px;
        margin-right: 20px;
    }

    .cart-confirmation__state {
        margin-left: 20px;
        margin-right: 20px;
    }

    .cart-confirmation__blog-md {
        display: none;
    }

    .deal__image-container {
        height: auto;
    }

    .deal__image-container img {
        height: 100%;
        max-width: 101%;
        margin-left: -6px;
        margin-top: 16px;
    }

    .deal__text-wrapper b {
        font-size: 20px;
    }

    .deal__description {
        line-height: 18px;
        margin-left: 20px;
        margin-right: 20px;
        padding-right: 0;
    }

    .deal__header-image {
        font-size: 22px;
    }

    .deal__title-container {
        left: 22px;
    }

    .deal__title-container p {
        font-size: 14px;
    }

    .deal__deadline {
        left: 52px;
    }

    .deal__category-archive {
        position: absolute;
        width: 1px;
        height: 1px;
        margin: -1px;
        border: 0;
        padding: 0;
        white-space: nowrap;
        -webkit-clip-path: inset(100%);
        clip-path: inset(100%);
        clip: rect(0 0 0 0);
        overflow: hidden;
    }

    .goods-modal__block {
        background-color: rgba(25, 25, 25, 0.6);
    }

    .goods-modal__wrapper {
        width: 453px;
        margin-top: 150px;
        margin-left: 50%;
        padding-top: 20px;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        border-radius: 4px;
        -webkit-box-shadow: 0 22px 43px 0 rgba(56, 56, 56, 0.31);
        box-shadow: 0 22px 43px 0 rgba(56, 56, 56, 0.31);
        border: 1px solid #f6f6f6;
    }

    .goods-modal__close {
        top: 5px;
        right: 5px;
    }

    .goods-modal__img {
        min-width: 165px;
        width: 165px;
        height: 165px;
        margin-right: 22px;
    }

    .goods-modal__img img {
        max-height: 165px;
        max-width: 165px;
    }

    .goods-modal__desc {
        margin-top: 15px;
    }

    .goods-modal__link-follow {
        padding: 0 20px 2px;
    }

    .one-click-buying__btn {
        padding: 0 20px 2px;
    }

    .carousel {
        height: 300px;
    }

    .carousel__item.slick-slide {
        padding-left: 0;
        padding-right: 0;
        padding-top: 2px;
        padding-bottom: 2px;
        border: none;
        height: 110px;
    }

    .carousel__item.slick-current::after {
        width: 2px;
        height: calc(100% - 4px);
        top: 2px;
        right: 0;
        left: auto;
    }

    .product-slider {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .product-slider__images-wrapper {
        max-width: 400px;
        margin: 0 auto;
    }

    .product-slider__carousel {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        width: 60px;
        max-width: none;
        height: 380px;
    }

    .product-slider__carousel-wrapper {
        max-width: none;
        margin: -16px 0 0;
    }

    .images__item img {
        max-width: 287px;
    }

    #ok-loupe {
        display: block;
        width: 120px !important;
        height: 120px !important;
        border: 6px solid #ffffff !important;
    }

    .change-city__list-input {
        padding-left: 17px;
        padding-right: 17px;
    }

    .change-city__wrapper {
        margin: 0;
        left: auto;
        right: auto;
    }

    .about-us__wrapper {
        margin: 0 20px;
        margin-top: 35px;
    }

    .about-us__text h3 {
        font-size: 16px;
    }

    .about-us__jobs > h2 {
        font-size: 28px;
    }

    .about-us__jobs-accord span {
        font-size: 16px;
    }

    .about-us__jobs-accord .accord__item-btn.accord__item-btn--open::after {
        right: 28px;
        top: 24px;
    }

    .about-us__jobs-response {
        font-size: 16px;
        padding: 5px 15px;
        padding-bottom: 7px;
        border-radius: 20px;
    }

    .video__btn-wrapper {
        top: 8px;
        right: 8px;
    }

    .video__btn {
        width: 27px;
        height: 27px;
    }

    .jobs-form__field {
        margin-bottom: 16px;
        padding: 10px 17px;
        font-size: 16px;
    }

    .jobs-form__field-message {
        margin-bottom: 16px;
        padding: 10px 17px;
        font-size: 16px;
    }

    .file-upload__label {
        padding: 10px 25px;
    }

    .jobs-form__field-upload {
        margin-bottom: 16px;
    }

    .jobs-form__field-upload .file-upload__name {
        padding-top: 8px;
        padding-left: 13px;
        font-size: 16px;
        letter-spacing: 0;
    }

    .job-form__send-btn {
        padding: 6px 15px;
        font-size: 16px;
        border-radius: 20px;
    }

    .guarantees__content-wrapper {
        margin-left: 20px;
        margin-right: 20px;
    }

    .guarantees__text {
        margin-bottom: 15px;
        font-size: 16px;
    }

    .guarantees__insertion {
        margin-top: 14px;
        margin-bottom: 12px;
        margin-left: 10px;
        padding-left: 13px;
        font-size: 18px;
    }

    .guarantees__return-title {
        margin-top: 19px;
        margin-bottom: 26px;
        font-size: 16px;
    }

    .guarantees__steps-list {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .guarantees__item {
        width: 18%;
        margin-right: 2%;
        margin-bottom: 0;
        padding-top: 68px;
        font-size: 14px;
    }

    .guarantees__item:nth-child(5) {
        margin-right: 0;
    }

    .guarantees__item:nth-child(5)::after {
        background: none;
    }

    .guarantees__item::before {
        content: counter(item);
        position: absolute;
        top: 0;
        left: 50%;
        width: 60px;
        height: 60px;
        border: 2px solid #c72998;
        border-radius: 50%;
        counter-increment: item;
        font-size: 25px;
        line-height: 56px;
        font-weight: 700;
        color: #c72998;
        -webkit-transform: translate(-50%);
        -ms-transform: translate(-50%);
        transform: translate(-50%);
    }

    .guarantees__item::after {
        content: "";
        position: absolute;
        top: 19px;
        bottom: auto;
        right: -14%;
        width: 26px;
        height: 20px;
        -webkit-transform: translate(0) rotate(0deg);
        -ms-transform: translate(0) rotate(0deg);
        transform: translate(0) rotate(0deg);
        background: url("../img/arrow-pointing-to-right-pink.png");
        background-size: 26px 20px;
    }

    .guarantees__contact-notice {
        margin-right: 20px;
        margin-bottom: 22px;
        margin-left: 20px;
    }
	
	.trade-content .list-points__item {
		margin-right: 55px;
	}
	
	.express .page-main__title {
		margin-left: 20px;
		font-size: 24px;
	}
	
	.express .guarantees__contact-notice {
		padding: 0px 15px 15px;
		margin-top: -1px!important;
		font-size: 17px;
	}
	
	.express .guarantees__contact-form .write-us__input {
		width: 100%;
	}
}

@media all and (max-width: 767px) {
		.remont-page h2 {
			margin-top: 20px;
			font-size: 17px;
			height: 50px;
		}
		.remont-page h2:before {
			top: 38px;
		}
		.brands_patent .brands {
			width: 33%;
			margin-left: 1px;
			border: 1px solid #ebebeb!important;
		}
		.brands_patent .brands img {
			display: none;
		}
		.gear-container {
			width: 100%;
			display: inline-block;
			margin: 15px auto;
		}
		.gear-ico {
			height: 98px;
			width: 72px;
			background-repeat: no-repeat;
		}
		.gear-cont {
			width: 100px;
			height: 100px;
			display: block;
			margin: 0 auto;
		}
		
		.gear-descr {
			font-size: 12px;
		}
		.quest-area .guarantees__contact-form .write-us__input {
			width: 100%;
			height: 30px;
		}
		.remont-page .button {
			font-size: 13px;
		}
}

@media all and (min-width: 760px) and (max-width: 829px) {
		.page-header__icon {
			font-size: 11.5px;
			line-height: 3;
		}
}

@media all and (min-width: 768px) and (max-width: 1149px) {
		.valid-info {
			width: 55%;
			margin: 8px auto 0;
		}
}

@media all and (min-width: 768px) and (max-width: 991px) {
	.gear-container {
		float: left;
		margin: 0;
		width: 125px;
	}
	.gear-ico {
		background-repeat: no-repeat;
		height: 84px;
		width: 70px;
	}
	.gear-cont {
		height: 108px;
		width: 125px;
	}
	.quest-area {
		position: relative;
		top: 40px;
	}
	.quest-area .guarantees__contact-form .write-us__input, .quest-area .guarantees__contact-form .write-us__textarea {
		min-height: 30px;
		margin: 0 auto;
		display: block;
	}
	.quest-area .guarantees__contact-form .write-us__textarea {
		width: 55%;
	}
	.remont-page .button {
		display: block;
		margin: 0 auto;
	}
}

@media all and (min-width: 992px) and (max-width: 1199px) {
	.gear-container {
		margin: 35px 24px;
	}
	.quest-area .guarantees__contact-form .write-us__input, .quest-area .guarantees__contact-form .write-us__textarea {
		min-height: 30px;
		margin: 0 auto;
		display: block;
	}
	.quest-area .guarantees__contact-form .write-us__textarea {
		width: 55%;
	}
	.remont-page .button {
		display: block;
		margin: 0 auto;
	}
}

@media (min-width: 760px) and (max-width: 1359px) {
    .page-header__hide-md-only {
        display: none;
    }

    .page-header__uppercase::first-letter {
        text-transform: uppercase;
    }
}

@media all and (max-width: 1359px) {
	.custmenu .list-item span, .custmenu .list-item object, .custmenu .list-item svg {
		vertical-align: top;
		height: 30px;
	}
	.category__list a {
		width: 70%;
	}
}

@media (min-width: 1150px) {
    .sort {
        border-bottom: 1px solid #cecece;
        margin-left: 2px;
        margin-bottom: 43px;
    }

    .sort li {
        margin-right: 31px;
        text-align: center;
        padding: 0 10px 7px;
    }

    .sort li:first-child {
        padding: 0 44px 7px 44px;
        margin-right: 23px;
    }

    .sort li:nth-child(2) {
        margin-right: 58px;
    }

    .sort li:nth-child(3) {
        margin-right: 69px;
    }

    .write-us {
        margin-top: 40px;
    }

    .write-us__form-wrapper--contact {
        position: inherit;
        width: auto;
        height: auto;
        margin: 0;
        white-space: nowrap;
        -webkit-clip-path: none;
        clip-path: none;
        clip: auto;
        overflow: hidden;
        overflow: visible;
    }

    .write-us__contact-details {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .write-us__form-wrapper--details {
        width: 286px;
        height: 40px;
        margin-right: 22px;
    }

    .write-us__form-wrapper--details:nth-child(2) {
        width: 336px;
    }

    .write-us__input {
        width: 100%;
        height: 40px;
    }

    .write-us__input,
    .write-us__textarea {
        font-size: 16px;
        color: #191919;
        padding: 9px 12px 12px 14px;
    }

    .write-us__input::-webkit-input-placeholder,
    .write-us__textarea::-webkit-input-placeholder {
        color: #191919;
    }

    .write-us__input:-ms-input-placeholder,
    .write-us__textarea:-ms-input-placeholder {
        color: #191919;
    }

    .write-us__input::-ms-input-placeholder,
    .write-us__textarea::-ms-input-placeholder {
        color: #191919;
    }

    .write-us__input::placeholder,
    .write-us__textarea::placeholder {
        color: #191919;
    }

    .write-us__textarea {
        height: 120px;
        margin-top: 7px;
        padding-top: 12px;
    }

    .guarantees__contact-form .write-us__contact-details {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .guarantees__contact-form .write-us__contact-details .write-us__form-wrapper {
        width: 48.25%;
    }

    .guarantees__contact-form .write-us__form-wrapper {
        margin-bottom: 20px;
    }

    .guarantees__contact-form .write-us__form-wrapper--textarea {
        margin-bottom: 17px;
    }

    .guarantees__contact-form .write-us__input {
        width: 100%;
    }

    .guarantees__contact-form .write-us__textarea {
        margin-top: 0;
        padding-top: 14px;
    }

    .write-us__accept-terms {
        position: inherit;
        width: auto;
        height: auto;
        margin: 0;
        white-space: nowrap;
        -webkit-clip-path: none;
        clip-path: none;
        clip: auto;
        overflow: hidden;
        font-size: 12px;
        color: #cecece;
        margin-top: 12px;
        margin-left: 13px;
    }

    .write-us__accept-terms--guarantees {
        margin-top: -10px;
        margin-left: 16px;
        white-space: normal;
    }

    .write-us__button-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .write-us__button {
        width: 120px;
        padding: 7px 20px 7px !important;
    }

    .write-us__button--guarantees {
        padding: 4px 20px 9px !important;
    }

    .write-us__input:focus + .write-us__tooltip {
        display: block;
        margin-top: -70px;
        margin-left: 20px;
        font-size: 16px;
        color: #c5299b;
    }

    .write-us__form {
        margin-top: 40px;
    }

    .guarantees__item {
        width: 163px;
        margin-right: 42.25px;
        padding-top: 68px;
        font-size: 16px;
    }

    .guarantees__item:nth-child(5) {
        margin-right: 0;
    }

    .guarantees__item::before {
        content: counter(item);
        position: absolute;
        top: 0;
        left: 50%;
        width: 60px;
        height: 60px;
        border: 2px solid #c72998;
        border-radius: 50%;
        counter-increment: item;
        font-size: 25px;
        line-height: 56px;
        font-weight: 700;
        color: #c72998;
        -webkit-transform: translate(-50%);
        -ms-transform: translate(-50%);
        transform: translate(-50%);
    }

    .guarantees__item::after {
        content: "";
        position: absolute;
        top: 19px;
        right: -39px;
        width: 26px;
        height: 20px;
        background: url("../img/arrow-pointing-to-right-pink.png");
        background-size: 26px 20px;
    }

    .guarantees__file-upload {
        margin-bottom: 24px;
    }
}

@media (min-width: 1150px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .write-us__textarea::-webkit-input-placeholder {
        padding-bottom: 12px;
        padding-top: 12px;
    }

    .write-us__textarea:-ms-input-placeholder {
        padding-bottom: 12px;
        padding-top: 12px;
    }

    .write-us__textarea::-ms-input-placeholder {
        padding-bottom: 12px;
        padding-top: 12px;
    }

    .write-us__textarea::placeholder {
        padding-bottom: 12px;
        padding-top: 12px;
    }
}

@media (min-width: 1360px) {
    .hide-xl {
        display: block;
    }

    .page-main__section {
        margin-bottom: 60px;
    }

    .page-main__section--prod-card {
        margin-bottom: 40px;
    }

    .page-main__section--guarantees:last-child {
        margin-bottom: 52px;
    }

    .page-main__title {
        margin: 0 0 31px;
        font-size: 38px;
    }

    .page-main__title--blog-page {
        font-size: 35px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .page-main__title--guarantees {
        margin-bottom: 36px;
        padding-bottom: 13px;
        font-size: 38px;
    }

    .page-main__date {
        display: inline;
    }

    .page-main__icon {
        padding-right: 60px;
    }

    .page-main__icon::before {
        width: 50px;
        height: 50px;
    }

    .page-main__icon--trend {
        padding-right: 59px;
    }

    .page-main__icon--trend::before {
        top: 0;
        background-size: 30px 41px;
    }

    .page-main__icon--blog {
        padding-right: 66px;
    }

    .page-main__icon--blog::before {
        top: 0;
        background-size: 39px 41px;
    }

    .page-main__icon--sale::before {
        top: 0;
        background-size: 40px 40px;
    }

    .page-main__icon--new::before {
        top: 0;
        background-size: 46px 46px;
    }

    .page-main__btn {
        padding: 10px 12px;
    }

    .page-main__btn-icon {
        font-size: 15px;
    }

    .page-main__btn-icon::before {
        width: 16px;
        height: 17px;
        top: 1px;
        left: -25px;
    }

    .breadcrumbs {
        max-width: 1330px;
        margin: 0 auto;
        padding: 23px 0;
        font-size: 22px;
    }

    .breadcrumbs__item {
        top: 6px;
        padding-right: 35px;
        padding-left: 18px;
    }

    .breadcrumbs__item::after {
        top: 7px;
        width: 18px;
        height: 28px;
        background-size: 18px 18px;
    }

    .breadcrumbs__item a {
        font-size: 16px;
        -webkit-box-shadow: inset 0 -3px 0 -1px #a6a6a6;
        box-shadow: inset 0 -2px 0 -1px #a6a6a6;
    }

    .pagination__item {
        margin: 0 12px;
    }

    .pagination__link {
        width: 45px;
        height: 45px;
        font-size: 16px;
    }

    .pagination__btn {
        width: 32px;
        height: 45px;
    }

    .pagination__btn svg {
        position: absolute;
        top: 15px;
        left: 0;
        width: 22px;
        height: 16px;
    }

    .pagination__next svg {
        right: 0;
        left: auto;
    }

    .social__lead {
        font-size: 16px;
        line-height: 1.88;
    }

    .social__item {
        margin-right: 7px;
    }

    .social__link {
        width: 52px;
        height: 52px;
    }

    .social__link::before {
        width: 52px;
        height: 52px;
        background-size: 52px 52px;
    }

    .social--small .social__link {
        width: 34px;
        height: 34px;
    }

    .social--small .social__link::before {
        width: 34px;
        height: 34px;
    }

    .button {
        padding: 5px 20px 7px;
        font-size: 16px;
        border-radius: 20px;
    }

    .field-text__label {
        font-size: 18px;
        line-height: 30px;
        font-weight: 700;
    }

    .login .field-text__value,
    .goods-modal__block .field-text__value {
        padding: 5px 13px 4px;
        font-size: 16px;
    }

    .goods-modal__block .field-text__value {
        padding: 9px 13px 10px;
    }

    .field-checkbox {
        padding-left: 40px;
    }

    .field-checkbox__label {
        font-size: 16px;
        line-height: 1.88;
    }

    .field-checkbox__label::before {
        width: 23px;
        height: 23px;
        left: -35px;
    }

    .field-checkbox__control:checked + .field-checkbox__label::after {
        top: 7px;
        left: -31px;
        width: 15px;
        height: 10px;
        background-size: 15px 10px;
    }

    .field-radio {
        padding-left: 40px;
    }

    .field-radio__label {
        font-size: 16px;
        line-height: 1.88;
    }

    .field-radio__label::before {
        width: 18px;
        height: 18px;
        left: -35px;
    }

    .field-radio__control:checked + .field-radio__label::after {
        top: 6px;
        left: -31px;
        width: 10px;
        height: 10px;
    }

    .field-select__label {
        padding-right: 5px;
        font-size: 18px;
        line-height: 2.64;
        letter-spacing: 0.5px;
    }

    .field-select__input {
        padding-right: 30px;
        font-size: 18px;
        line-height: 2.64;
        letter-spacing: 0.5px;
        background-size: 16px 9px;
    }

    .page-main .swiper-button-prev,
    .page-main .swiper-button-next {
        width: 36px;
        height: 58px;
        top: 30px;
        right: 20px;
    }

    .page-main .swiper-button-prev svg,
    .page-main .swiper-button-next svg {
        width: 26px;
        height: 48px;
    }

    .page-main .swiper-button-prev {
        right: 100px;
    }

    .slider .swiper-button-prev,
    .slider .swiper-button-next {
        width: 33px;
        height: 57px;
        top: 50%;
        right: 50%;
        -webkit-transform: translateY(-50%) translateX(765px);
        -ms-transform: translateY(-50%) translateX(765px);
        transform: translateY(-50%) translateX(765px);
    }

    .slider .swiper-button-prev svg,
    .slider .swiper-button-next svg {
        width: 23px;
        height: 47px;
    }

    .slider .swiper-button-prev {
        left: 50%;
        -webkit-transform: translateX(-765px);
        -ms-transform: translateX(-765px);
        transform: translateX(-765px);
    }

    .slider .swiper-container-horizontal > .swiper-pagination-bullets {
        bottom: 12px !important;
    }

    .slider .swiper-pagination-bullet {
        width: 88px;
        height: 20px !important;
        margin-right: 6px !important;
        margin-left: 6px !important;
    }

    .slider .swiper-pagination-bullet::before {
        height: 2px;
    }

    .goods .swiper-container,
    .trend .swiper-container {
        overflow: visible;
    }

    .goods.container {
        max-width: 1330px;
        margin-left: auto;
        padding: 0;
    }

    .goods.container .page-main__title {
        margin-left: 0;
    }

    .trend.container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .goods__item.swiper-slide:hover {
        /*margin-bottom: -31px;*/
    }

    .goods__item.swiper-slide .promotional-card:hover,
    .goods__item.swiper-slide .promotional-card:focus {
        position: relative;
       /* margin-bottom: -56px;
        height: calc(100% + 56px);*/
    }

    .promotional-card {
        width: 322px;
        min-height: 390px;
        border-color: #cecece;
    }

    .promotional-card p {
        display: block;
        margin-bottom: 3px;
        font-size: 16px;
    }

    .promotional-card h3 {
        margin-bottom: 11px;
        padding: 0;
        font-size: 20px;
        min-height: 100px;
    }

    .delivery__card {
        position: relative;
    }

    .delivery__card > .promotional-card:hover {
        position: relative;
        top: -56px;
        margin-bottom: -67px;
        padding-top: 56px;
        background-color: #ffffff;
        border: solid 1px #e3e3e3;
        z-index: 10;
    }

    .delivery__card > .promotional-card:hover > .promotional-card__header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .delivery__card > .promotional-card:hover > .promotional-card__footer {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .promotional-card__flag-wrapper {
        top: 15px;
        right: 18px;
    }

    .promotional-card__flag-sale > span {
        top: 5px;
        right: 7px;
        font-size: 19px;
    }

    .promotional-card__action-flag {
        width: 56px;
        height: 32px;
    }

    .promotional-card__action-flag.promotional-card__action-flag--fire {
        width: 28px;
        right: 3px;
    }

    .promotional-card__desc {
        padding: 10px 24px 51px;
    }

    .promotional-card__desc > p {
        margin-top: 0;
    }

    .promotional-card__action-img {
        width: 290px;
        margin-top: 15px;
    }

    .promotional-card__action-img img {
        height: 270px;
    }

    .promotional-card__buy p {
        margin-right: 5px;
        padding: 0;
        padding-bottom: 1px;
        font-size: 27px;
        font-weight: 700;
    }

    .promotional-card__buy del {
        margin-right: 5px;
        padding-bottom: 5px;
        font-size: 21px;
        margin-bottom: 0;
    }

    .promotional-card__buy a {
        padding: 9px 23px;
        padding-bottom: 10px;
        font-size: 15px;
        border-radius: 21px;
    }

    .promotional-card__header {
        height: 54px;
        padding: 19px 22px 17px;
    }

    .promotional-card__header svg {
        width: 20px;
        height: 20px;
        margin-right: 5px;
    }

    .promotional-card__header a {
        margin-left: 3px;
        font-size: 14px;
        line-height: 1.82;
        letter-spacing: 0.3px;
    }

    .promotional-card__footer {
        height: 54px;
        padding: 15px 40px 9px 30px;
    }

    .promotional-card__footer span {
        font-size: 16px;
    }

    .promotional-card__footer .promotional-card__heart {
        width: 27px;
        height: 25px;
        margin-right: 18px;
    }

    .promotional-card__footer .promotional-card__heart svg {
        width: 27px;
        height: 25px;
    }

    .promotional-card__footer .promotional-card__graf {
        width: 20px;
        height: 20px;
    }

    .promotional-card__footer .promotional-card__graf svg {
        width: 20px;
        height: 20px;
    }

    .promotional-card__footer .promotional-card__heart:active,
    .promotional-card__footer .promotional-card__graf:active,
    .promotional-card__footer .promotional-card__heart:focus,
    .promotional-card__footer .promotional-card__graf:focus {
        outline: none;
    }

    .promotional-card:hover,
    .promotional-card:focus {
        /*top: -56px;
        height: 477px;
        padding-top: 56px;*/
    }

    .promotional-card:hover.promotional-card--delivery,
    .promotional-card:focus.promotional-card--delivery {
        height: auto;
        min-height: 477px;
    }

    .promotional-card:hover .promotional-card__desc,
    .promotional-card:focus .promotional-card__desc {
        padding-bottom: 51px;
    }

    .page-header__wrapper--first {
        margin-bottom: -75px;
    }

    .page-header__wrapper--two::before {
        content: "";
        position: absolute;
        top: -30px;
        left: 0;
        right: 0;
        height: 1px;
        background-color: #dddddd;
    }

    .page-header__top {
        border-bottom: none;
    }

    .page-header__logo {
        padding: 15px 29px 17px 0;
    }

    .page-header__shop--delivery {
        font-size: 16px;
        line-height: 1.5;
    }

    .page-header__shop--delivery > span {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .page-header__phone {
        padding-bottom: 6px;
    }

    .page-header__phone-number {
        padding-right: 50px;
        font-size: 30px;
        line-height: 1.2;
    }

    .page-header__phone-number::before {
        top: 6px;
        right: 12px;
    }

    .page-header__social-box.hide-xl {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-left: 155px;
        margin-right: 10px;
    }

    .page-header__list--service {
        max-width: 740px;
        padding-bottom: 30px;
    }

    .page-header__list .page-header__item:hover::before, .page-header__list .page-header__item:focus::before, .page-header__list .page-header__item--current::before {
        bottom: -2px;
    }

    .page-header__link {
        margin-right: 0;
        padding-top: 5px;
        font-size: 18px;
    }

    .page-header__icon {
        font-size: 17px;
    }

    .page-header__icon::before {
        top: 9px;
    }

    .page-header__icon--phone {
        padding-left: 30px;
    }

    .page-header__icon--phone::before {
        background-position: center left;
    }

    .page-header__icon::after {
        content: "";
        display: block;
        position: absolute;
        width: 1px;
        height: 35px;
        top: 3px;
        right: -17px;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#141414), color-stop(#454545), to(#141414));
        background-image: -webkit-linear-gradient(#141414, #454545, #141414);
        background-image: -o-linear-gradient(#141414, #454545, #141414);
        background-image: linear-gradient(#141414, #454545, #141414);
        background-size: auto;
        opacity: 1;
    }

    .page-header__icon--for-roud::after {
        display: none;
    }

    .page-header__sub-list {
        top: 43px;
        min-width: 309px;
        margin-left: -20px;
        background-image: -webkit-linear-gradient(top, transparent 7px, #ffffff 7px);
        background-image: -o-linear-gradient(top, transparent 7px, #ffffff 7px);
        background-image: linear-gradient(to bottom, transparent 7px, #ffffff 7px);
    }

    .page-header__sub-list .page-header__icon {
        margin-right: 20px;
        margin-left: 20px;
        font-size: 15px;
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        -webkit-align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 100%;
    }

    .page-header__sub-item {
        width: 303px;
        border-bottom: 1px solid #e6e6e6;
        margin: 0 9px 0 0;
    }
    .page-header__sub-item.odd{
        margin: 0;
    }
    .page-header__user-list {
        margin-left: 46px;
        margin-right: 10px;
    }

    .page-header__search {
        top: 55px;
    }

    .page-footer__wrapper {
        padding: 60px 7px 37px;
    }

    .page-footer__info {
        width: auto;
        margin-right: 127px;
        margin-left: 3px;
    }

    .page-footer__section {
        width: auto;
        margin-top: 12px;
    }

    .page-footer__section:nth-of-type(2) {
        margin-right: 53px;
    }

    .page-footer__section--social {
        width: 379px;
        margin-left: auto;
        margin-right: 3px;
    }

    .page-footer__copyright {
        margin-top: 40px;
    }

    .slider__item {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        min-height: 576px;
    }

    .slider__inner {
        padding-bottom: 96px;
        padding-left: 44px;
    }

    .slider__title {
        margin-bottom: 5px;
        font-size: 40px;
    }

    .slider__desc {
        margin-bottom: 22px;
        font-size: 18px;
    }

    .trend__wrapper {
        padding: 0;
    }

    .trend__item {
        min-height: 389px;
        width: 430px;
        margin-right: 20px;
    }

    .trend__inner {
        padding-top: 149px;
        min-height: 240px;
    }

    .trend__label {
        width: 204px;
        min-height: 83px;
        margin-bottom: 70px;
        padding: 10px 7px 10px 26px;
        font-size: 18px;
        text-align: center;
    }

    .trend__icon {
        padding-left: 72px;
        font-size: 27px;
    }

    .trend__icon::before {
        top: 12px;
        left: 20px;
        width: 50px;
        height: 50px;
        background-size: 50px 50px;
    }

    .trend h3 {
        min-height: 60px;
        font-size: 28px;
    }

    .trend b {
        font-size: 27px;
    }

    .trend del {
        font-size: 21px;
    }

    .blog__header .page-main__title {
        margin-left: 0;
    }

    .blog__header {
        margin-bottom: 38px;
    }

    .blog h2 {
        margin-left: 0;
        margin-right: 0;
    }

    .blog__header-link {
        padding-right: 75px;
        padding-top: 9px;
        font-size: 22px;
    }

    .blog__header-link::before {
        top: 0;
        right: 25px;
        width: 25px;
        height: 47px;
        background-size: 25px 47px;
    }

    .blog__wrapper {
        padding: 0;
    }

    .blog__list--flex > .blog__item {
        width: calc((100% - 40px) / 3);
    }

    .blog__item {
        margin-right: 20px;
        margin-bottom: 19px;
    }

    .blog__main-list .blog__item:nth-last-child(2) {
        margin-right: 20px;
    }

    .blog__news-wrapper {
        padding: 0;
    }

    .blog__news-list .blog__item {
        width: calc((100% - 40px) / 3);
    }

    .blog__advise {
        padding: 0;
    }

    .blog__advise {
        margin-top: 52px;
    }

    .blog__advise h3 {
        font-size: 30px;
    }

    .article {
        min-height: 197px;
    }

    .article span {
        font-size: 15px;
    }

    .article h2, .article h3 {
        font-size: 20px;
        line-height: 1.05;
    }

    .article--short h2, .article--short h3 {
        width: 360px;
    }

    .article--wide h2,
    .article--wide h3 {
        width: auto;
        margin-bottom: 15px;
        font-size: 30px;
        line-height: 0.7;
    }

    .article--tall h2, .article--tall h3 {
        color: #191919;
    }

    .article--tall .article__img {
        height: 256px;
    }

    .article--tall .article__caption {
        min-height: 158px;
        padding-top: 21px;
        padding-bottom: 22px;
    }

    .article__caption {
        padding-bottom: 18px;
        padding-left: 24px;
    }

    .article__btn {
        margin-right: 20px;
        padding: 3px 13px 5px;
    }

    .goods__list .goods__item {
        margin-right: 10px;
    }

    .goods__battery-list {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: left;
    }

    .goods__battery-list .promotional-card:hover {
        /*margin-bottom: -56px;
        height: calc(100% + 56px);*/
    }

    .goods__battery-list .goods__item {
        width: calc((100% - 20px) / 3);
        /*margin-bottom: 10px;*/
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-bottom: 5px solid transparent;
    }

    .goods__battery-list .goods__item:hover {
        /*margin-bottom: -21px;*/
    }

    .goods__battery-list .promotional-card__action-img {
        min-height: 293px;
    }

    .goods__battery-list--column .goods__item {
        width: 100%;
    }

    .goods__battery-list--column .goods__item:hover {
        margin-bottom: 10px;
    }

    .goods__battery-list--column .promotional-card {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        min-height: auto;
    }

    .goods__battery-list--column .promotional-card:hover {
        margin-bottom: 0;
    }

    .goods__battery-list--column .promotional-card__desc {
        padding-top: 48px;
    }

    .goods__battery-list--column .promotional-card__desc > p {
        padding-right: 285px;
    }

    .goods__battery-list--column .promotional-card__desc > a {
        padding-right: 285px;
    }

    .goods__battery-list--column h3 {
        font-size: 32px;
        font-weight: 700;
        letter-spacing: 0.02em;
    }

    .goods__battery-list--column .promotional-card__buy {
        padding-right: 285px;
    }

    .goods__battery-list--column .promotional-card__buy a {
        top: 50px;
        right: 25px;
        font-size: 24px;
        padding: 0 85px 4px;
    }

    .goods__battery-list--column .promotional-card__footer {
        top: 115px;
        right: 35px;
        width: 250px;
    }

    .goods__battery-list--column .promotional-card__heart {
        position: relative;
        margin-right: 107px;
    }

    .goods__battery-list--column .promotional-card__heart::after {
        content: "В избранное";
        position: absolute;
        top: 0;
        left: 35px;
        width: 95px;
        opacity: 0.6;
    }

    .goods__battery-list--column .promotional-card__heart:hover::after,
    .goods__battery-list--column .promotional-card__heart:focus::after {
        opacity: 1;
    }

    .goods__battery-list--column .promotional-card__graf {
        position: relative;
        margin-right: 80px;
    }

    .goods__battery-list--column .promotional-card__graf::after {
        content: "Сравнить";
        position: absolute;
        top: 0;
        left: 30px;
        opacity: 0.6;
    }

    .goods__battery-list--column .promotional-card__graf:hover::after,
    .goods__battery-list--column .promotional-card__graf:focus::after {
        opacity: 1;
    }

    .goods__compare-list .goods__item {
        width: 322px;
    }

    .category .swiper-container {
        overflow: visible;
    }

    .category.page-main__section {
        margin-bottom: 66px;
    }

    .category > h2 {
        margin-left: 0;
        margin-right: 0;
    }

    .category .category__title {
        font-size: 52.5px;
        margin-bottom: 27px;
    }

    .category__list {
        padding: 0;
    }

    .category__item {
        min-height: 389px;
    }

    .category__item h2 {
        font-size: 34px;
    }

    .category__item:hover {
        border: solid 1px #d9d9d9;
        -webkit-box-shadow: 0 17px 32px 0 rgba(0, 0, 0, 0.22);
        box-shadow: 0 17px 32px 0 rgba(0, 0, 0, 0.22);
        cursor: pointer;
    }

    .category__item:hover .category__inner {
        background-color: #ffffff;
        border-bottom: 3px solid #c5299b;
    }

    .category__item:hover h2, .category__item:hover h3 {
        text-align: left;
    }

    .category__item:hover h2 a,
    .category__item:hover h2 a:hover,
    .category__item:hover h2 a:focus, .category__item:hover h3 a,
    .category__item:hover h3 a:hover,
    .category__item:hover h3 a:focus {
        color: #191919;
    }

    .category__item:hover .category__link {
        display: block;
        margin: 7px 60px -3px 0;
    }

    .category__item:hover .category__link a {
        padding-right: 4px;
        font-size: 14px;
    }

    .category__item:hover .category__link a:hover, .category__item:hover .category__link a:focus {
        color: #c5299b;
    }

    .category__item:hover .category__link-arrow {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .category__inner {
        padding: 17px 40px 30px 40px;
    }

    .category__wrapper {
        padding: 0;
    }

    .category__promo-list .category__item {
        min-height: 389px;
    }

    .category__promo-list .category__item h2, .category__promo-list .category__item h3 {
        margin-bottom: 35px;
        font-size: 28px;
    }

    .category__promo-list .category__item:hover h2, .category__promo-list .category__item:hover h3 {
        margin-bottom: 0;
    }

    .category--archive h2 {
        margin-left: 0;
        margin-right: 0;
    }

    .news .page-main__title {
        margin-left: 0;
    }

    .news__title {
        margin-left: 0;
        margin-bottom: 60px;
    }

    .news__btn {
        padding: 6px 35px 8px;
        font-size: 15px;
    }

    .login__wrapper {
        width: 440px;
        padding-top: 46px;
        padding-bottom: 35px;
    }

    .login__inner {
        width: 290px;
        margin-left: auto;
    }

    .login__close {
        top: 10px;
        right: 10px;
    }

    .login__select {
        margin-bottom: 65px;
    }

    .login__tab {
        margin-left: -5px;
        margin-right: 17px;
        padding-left: 15px;
        padding-right: 20px;
        font-size: 22px;
        line-height: 2.25;
    }

    .login__tab.js-tab-on::before {
        height: 2px;
    }

    .login__tab:last-child {
        margin-right: -5px;
        padding-left: 40px;
        padding-right: 40px;
    }

    .login__list {
        margin-right: 3px;
    }

    .login__item {
        margin-bottom: 19px;
    }

    .login__btn {
        margin-left: 10px;
        padding-left: 50px;
        padding-right: 45px;
    }

    .login__btn--center {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 0 auto;
    }

    .login__check {
        margin-bottom: 10px;
    }

    .login__check p {
        margin-bottom: 7px;
    }

    .login__link {
        margin-left: 10px;
        font-size: 16px;
        line-height: 1.13;
    }

    .login__social {
        margin-top: 46px;
        padding: 15px 0 0;
    }

    .compare__goods-title {
        width: 344px;
        margin-top: 525px;
    }

    .compare__card {
        height: 475px;
    }

    .compare__table {
        padding: 0;
    }

    .compare__list {
        margin-top: 110px;
        margin-bottom: 105px;
        padding-left: 95px;
    }

    .compare__list > .compare__item {
        padding-bottom: 0;
    }

    .battery__header {
        margin-bottom: 50px;
        padding-bottom: 15px;
    }

    .baterry__title {
        margin-right: auto;
        margin-bottom: 0;
        max-width: 660px;
    }

    .battery__btn {
        width: 31px;
        height: 30px;
        margin-left: 10px;
    }

    .battery__btn svg {
        width: 24px;
        height: 24px;
    }

    .battery__btn--list svg {
        width: 31px;
    }

    .battery__select {
        margin-right: 20px;
    }

    .battery__form {
        width: 335px;
    }

    .battery__goods {
        padding-right: 0;
    }

    .battery__item {
        height: 330px;
        margin-bottom: 10px;
    }

    .battery__desc {
        width: 260px;
        margin-left: 644px;
    }

    .battery__desc h3 {
        font-size: 28px;
    }

    .battery__desc span {
        margin-right: 100px;
        font-size: 22.5px;
        letter-spacing: normal;
    }

    .battery__desc a.button {
        margin-top: 17px;
        font-size: 16px;
    }

    .battery__pagination {
        margin-top: 52px;
    }

    .filter {
        padding-top: 10px;
    }

    .filter__section {
        padding: 0;
    }

    .filter__section {
        width: 335px;
        margin-bottom: 40px;
    }

    .filter__title {
        margin-bottom: 25px;
        padding-left: 20px;
        font-size: 16px;
        line-height: 1.39;
        letter-spacing: 0.9px;
        color: #191919;
    }

    .filter__title::before {
        height: 39px;
    }

    .filter__phone {
        width: 178px;
        margin-bottom: 15px;
        margin-left: 20px;
        padding-top: 6px;
        padding-bottom: 6px;
        font-size: 20px;
        letter-spacing: 1px;
    }

    .filter__box {
        padding-bottom: 20px;
    }

    .filter__list {
        margin-left: 40px;
    }

    .filter__box input + label {
        font-size: 16px;
        letter-spacing: 0.3px;
    }

    .filter__link {
        display: inline-block;
        margin-left: 45px;
        padding: 0;
        padding-right: 15px;
        font-size: 18px;
        line-height: 1.42;
        letter-spacing: 0.4px;
    }

    .filter__link::after {
        width: 8px;
        height: 16px;
    }

    .filter__set {
        margin-bottom: 40px;
    }

    .filter__set .filter__list {
        margin-left: 20px;
    }

    .filter__caption {
        margin-left: 20px;
        margin-bottom: 15px;
        font-size: 18px;
        line-height: 1.42;
        letter-spacing: 0.4px;
    }

    .filter__range {
        margin-left: 20px;
    }

    .filter__price input {
        width: 81px;
        height: 43px;
        margin-right: 10px;
        padding-left: 15px;
        font-size: 16px;
        line-height: 2;
        letter-spacing: 0.8px;
        border-radius: 21.5px;
        border: solid 1.5px #d9d9d9;
    }

    .filter__controls {
        height: 40px;
        padding: 19px 5px;
    }

    .filter__scale {
        width: 170px;
        height: 5px;
    }

    .filter__bar {
        width: 140px;
        height: 5px;
    }

    .filter__toggle {
        top: 13px;
        width: 18px;
        height: 18px;
    }

    .filter__toggle--max {
        left: 135px;
    }

    .filter__send {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .filter__reset {
        position: relative;
        padding: 8px 15px 8px 38px;
        font-size: 16px;
        letter-spacing: 0.8px;
    }

    .filter__reset svg {
        position: absolute;
        top: 8px;
        left: 15px;
        width: 20px;
        height: 20px;
        padding-right: 5px;
    }

    .delivery {
        max-width: 1330px;
        margin: 0 auto;
        margin-top: 3px;
        padding: 0;
    }

    .delivery__content-wrapper {
        margin-left: 0;
        margin-right: 0;
    }

    .delivery__content-img {
        margin-bottom: 44px;
    }

    .delivery-features {
        padding-left: 2px;
    }

    .delivery-features__item {
        margin-bottom: 41px;
    }

    .delivery-features__item-title {
        margin-bottom: 3px;
        padding-right: 60px;
        line-height: 30px;
    }

    .delivery-features__item-description {
        padding-right: 60px;
        line-height: 19px;
    }

    .delivery-features__item-points {
        margin-top: 48px;
    }

    .delivery-aside {
        display: block;
        margin-left: 24px;
    }

    .delivery-aside .subscription {
        margin-bottom: 20px;
    }

    .delivery-aside .promotional-card {
        margin-bottom: 20px;
    }

    .list-points__item {
        width: 172px;
        margin-right: 13px;
        font-size: 18px;
    }

    .list-points__img-box {
        width: 162px;
        height: 162px;
        margin-bottom: 14px;
        background-size: 74px 74px;
    }

    .list-points {
        margin-top: 25px;
    }

    .aside {
        margin-top: 0;
        width: 20%;
    }

    .item {
        border: none;
        padding: 0;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        margin-bottom: 43px;
    }

    .item img {
        width: 136px;
        height: 55px;
    }

    .item a {
        display: inline-block;
        margin-left: 43px;
        margin-top: 0;
    }

    .item:last-child {
        margin: 0;
    }

    .item__description {
        margin-left: 16px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .item__description a {
        position: inherit;
        width: auto;
        height: auto;
        margin: 0;
        white-space: nowrap;
        -webkit-clip-path: none;
        clip-path: none;
        clip: auto;
        overflow: hidden;
        width: 220px;
        font-size: 16px;
        font-weight: 400;
        white-space: normal;
        margin-right: 30px;
    }

    .item__description p {
        width: 220px;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        margin: 0 0 3px 0;
        font-size: 16px;
    }

    .item__description span {
        margin: 0 139px 0 0;
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }

    .item__price {
        width: 140px;
    }

    .item__price span:first-child {
        margin-right: 40px;
    }

    .item__price span:nth-child(2) {
        position: absolute;
        width: 1px;
        height: 1px;
        margin: -1px;
        border: 0;
        padding: 0;
        white-space: nowrap;
        -webkit-clip-path: inset(100%);
        clip-path: inset(100%);
        clip: rect(0 0 0 0);
        overflow: hidden;
    }

    .item__price span:nth-child(3) {
        margin-right: 0;
    }

    .main-content {
        max-width: 1330px;
        margin: 0 auto;
    }

    .stores__header-wrapper > h2 {
        margin-left: 0;
        margin-right: 0;
    }

    .contacts__header {
        font-size: 48px;
        margin-top: 26px;
        letter-spacing: 0;
    }

    .contacts__write-us {
        margin-left: 0;
        margin-right: 0;
    }

    .contacts__select {
        margin-top: 28px;
        margin-bottom: 0;
        margin-left: 0;
        margin-right: 6px;
    }

    .contacts__field-select-label {
        font-size: 20px !important;
        letter-spacing: 1px !important;
    }

    .contacts__field-select-input {
        font-size: 20px !important;
        padding-right: 34px !important;
        letter-spacing: 1px !important;
        background-position: 172px 13px !important;
        background-size: 16px 9px !important;
    }

    .contacts {
        margin-bottom: 30px;
    }

    .contacts-details {
        padding-top: 30px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 0;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .contacts-details__wrapper {
        font-size: 18px;
        padding-left: 24px;
        padding-right: 33px;
        margin-right: 50px;
        margin-top: 17px;
        border-right: 1px solid #cecece;
    }

    .contacts-details__wrapper--last {
        margin-right: 0;
        border: none;
    }

    .contacts-details__wrapper:first-of-type {
        padding-left: 50px;
        margin-right: 26px;
    }

    .contacts-details__contact {
        font-size: 20px;
        letter-spacing: 0.1px;
    }

    .contacts-details__purpose {
        font-size: 18px;
        letter-spacing: 0.1px;
        margin: 0;
    }

    .stores {
        margin-top: 80px;
    }

    .stores__wrapper {
        -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;
        border: 1px solid #cecece;
        border-radius: 5px;
    }

    .stores__header-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-left: 0;
        margin-right: 0;
        margin-top: -23px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .stores__city {
        font-size: 20px;
        margin-top: 50px;
        padding-right: 42px;
        letter-spacing: 1px;
    }

    .stores__city::after {
        width: 24px;
        height: 12px;
        right: 13px;
        left: unset;
    }

    .stores__city:hover {
        color: #c5299b;
    }

    .accordion-stores {
        width: 45.5%;
        padding-top: 20px;
    }

    .accordion-stores__header {
        font-size: 22px;
        padding-top: 18px;
        padding-left: 65px;
        padding-bottom: 15px;
    }

    .accordion-stores__header::before {
        width: 33px;
        height: 40px;
        top: 15px;
        left: 19px;
    }

    .accordion-stores__header::after {
        top: 26px;
        right: 30px;
        width: 20px;
        height: 20px;
    }

    .accordion-stores__header--active::after {
        top: 33px;
        right: 33px;
        background-size: contain;
    }

    .accordion-stores__location {
        font-size: 18px;
        line-height: 30px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding-top: 27px;
    }

    .accordion-stores__description {
        font-size: 16px;
        margin-left: 24px;
        margin-top: 6px;
        letter-spacing: 0px;
    }

    .accordion-stores__store {
        margin-left: 0;
    }

    .accordion-stores__subway-station {
        font-size: 18px;
        margin: 0 60px 0 0;
        padding-top: 0;
        padding-left: 44px;
        letter-spacing: 0.2px;
    }

    .accordion-stores__subway-station::before {
        top: 4px;
        left: 17px;
        width: 21px;
        height: 21px;
    }

    .accordion-stores__address {
        letter-spacing: 0.1px;
    }

    .accordion-stores__body {
        margin-top: 1px;
        padding-left: 8px;
        margin-bottom: 40px;
    }

    .accordion-stores__body--hidden {
        margin-bottom: 0;
    }

    .write-us > h2 {
        margin-left: 0;
        margin-right: 0;
    }

    .write-us__accept-terms {
        font-size: 16px;
    }

    .write-us__accept-terms--guarantees {
        margin-top: 5px;
        font-size: 12px;
    }

    .write-us {
        margin-top: -12px;
    }

    .write-us__form {
        margin-top: 30px;
        margin-left: 0;
        margin-right: 0;
    }

    .write-us__form-wrapper {
        margin-bottom: 18px;
    }

    .write-us__file-upload {
        margin-bottom: 28px;
    }

    .write-us__button {
        margin-top: -2px;
    }

    .map {
        width: 51.6%;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        height: 443px;
    }

    .favorites-product__img {
        width: 293px;
        height: 325px;
        margin-right: 20px;
    }

    .favorites-product__content {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-item-align: start;
        align-self: flex-start;
        -ms-flex-negative: 1;
        flex-shrink: 1;
    }

    .favorites-product__description {
        max-width: 600px;
    }

    .favorites__list-products-item {
        margin-bottom: 11px;
    }

    .favorites-product__title-xl {
        -ms-flex-item-align: start;
        align-self: flex-start;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        max-width: 600px;
        margin-bottom: 21px;
    }

    .favorites-product__title-xl h3 {
        font-size: 32px;
    }

    .favorites-product__title-xl .action-flag--fire-xl {
        display: block;
        width: 27px;
        height: 27px;
        fill: #c5299b;
    }

    .favorites-product__specification {
        margin-bottom: 40px;
    }

    .favorites-product__specification p {
        margin: 0;
        font-size: 18px;
    }

    .favorites-product__price p {
        padding: 0;
        font-size: 32px;
    }

    .favorites-product__price del {
        font-size: 32px;
    }

    .favorites-product__action {
        margin-right: 72px;
        padding-top: 73px;
    }

    .favorites-product__btn-buy {
        padding: 0 37px 4px;
        margin-bottom: 21px;
        font-size: 24px;
        color: #c5299b;
        border-radius: 21px;
    }

    .favorites-product__btn-buy-xl {
        display: block;
    }

    .favorites-product__btn-buy-sm {
        display: none;
    }

    .favorites-product__btn {
        margin-left: 27px;
        margin-right: 2px;
        padding-left: 35px;
        font-size: 16px;
    }

    .favorites-product__btn .favorites-product__btn-icon {
        width: 25px;
        height: 19px;
    }

    .favorites-product__btn .favorites-product__btn-icon--del {
        top: 0;
        left: 9px;
        width: 20px;
        height: 24px;
    }

    .favorites > .page-main__title {
        padding-right: 68px;
    }

    .favorites > .page-main__title::after {
        top: 12px;
        width: 43px;
        height: 40px;
    }

    .favorites-promotion {
        margin: 0;
    }

    .favorites {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 105px;
    }

    .favorites__products {
        margin-left: 0;
        margin-right: 0;
    }

    .favorites__title-icon {
        width: 44px;
        height: 40px;
        top: 16px;
    }

    .favorites__list-products {
        margin-bottom: 35px;
    }

    .favorites-product__action {
        margin-right: 59px;
    }

    .favorites-social {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        margin-right: 46px;
    }

    .favorites-social p {
        margin-right: 23px;
        padding-top: 10px;
        font-size: 24px;
    }

    .favorites-social__link {
        width: 53px;
        height: 53px;
        margin-right: 5px;
        background-size: 100%;
    }

    .favorites-promotion button {
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
        margin-right: 62px;
        margin-left: 0;
        padding: 1px 44px 3px;
        font-size: 24px;
        color: #c5299b;
        border-radius: 22px;
    }

    .account__title {
        width: 100%;
    }

    .account__tabs {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        width: 350px;
    }

    .account__tab {
        display: inline-block;
        padding-left: 35px;
        line-height: 45px;
        border-bottom: none;
    }

    .account__tab--ua {
        background-size: 26px 21px;
    }

    .account__tab--ud {
        background-size: 26px 24px;
    }

    .account__tab--uo {
        background-size: 19px 25px;
        background-position-x: 3px;
    }

    .account__tab::after {
        content: none;
    }

    .account__tab--active::after {
        content: none;
    }

    .account__container {
        width: 980px;
        margin-top: 5px;
        padding: 0;
    }

    .account__item {
        display: none;
    }

    .account__item--shown {
        display: block;
    }

    .account__content {
        display: block;
        padding-top: 0;
    }

    .account__content--hidden {
        display: none;
    }

    .account__content--order {
        margin-top: -96px;
    }

    .menu-item {
        border: none;
        margin-bottom: 20px;
        text-transform: uppercase;
        font-size: 18px;
        padding-left: 39px;
    }

    .menu-item a {
        font-weight: 400;
        text-transform: uppercase;
        letter-spacing: 0.8px;
    }

    .menu-item--active a {
        font-weight: 700;
    }

    .menu-item::after {
        display: none;
    }

    .menu-item:first-child::before {
        width: 29px;
        height: 25px;
        left: 0;
        top: 3px;
    }

    .menu-item:nth-child(2)::before {
        left: 0;
        top: 0;
        width: 32px;
        height: 28px;
    }

    .menu-item:nth-child(3)::before {
        left: 4px;
        top: 0;
        width: 24px;
        height: 28px;
    }

    .menu-item {
        padding-left: 39px;
        border: none;
        margin-bottom: 20px;
        text-transform: uppercase;
        font-size: 18px;
    }

    .user-form {
        width: 730px;
        padding: 40px;
        border: 1px solid #cecece;
    }

    .user-form .user-form__input {
        width: 370px;
    }

    .user-form--subs {
        padding: 20px 40px 30px;
    }

    .user-form__title {
        font-size: 28px;
    }

    .user-form__tip {
        margin-top: 30px;
        margin-bottom: 35px;
    }

    .user-summary__item {
        width: 320px;
        margin: 0 0 10px;
        padding: 30px 20px 24px;
    }

    .user-summary__item--subscribe, .user-summary__item--social {
        padding: 20px 22px;
    }

    .user-summary__item--subscribe {
        width: 650px;
    }

    .user-summary__item--social {
        width: 320px;
    }

    .user-summary__content {
        margin-bottom: 60px;
        font-size: 18px;
        letter-spacing: 0.2px;
    }

    .order-summary__information p {
        font-size: 15px;
    }

    .order-summary {
        padding: 21px 46px 24px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        border: 1px solid #cecece;
        border-radius: 6px;
    }

    .order-summary--open {
        border-radius: 6px 6px 0 0 !important;
    }

    .order-summary__caption {
        font-weight: 400;
        font-size: 15px;
        margin: 0;
    }

    .order-summary__caption span {
        font-size: 18px;
        display: block;
        font-weight: 700;
    }

    .order-summary__info-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 800px;
    }

    .order-summary__info-list li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-right: 15px;
    }

    .order-summary__info-list li:first-child {
        margin-right: 55px;
        min-width: 140px;
    }

    .order-summary__info-list li:nth-child(2) {
        margin-right: 60px;
        min-width: 85px;
    }

    .order-summary__info-list li:nth-child(4) {
        margin-right: 18px;
        min-width: 60px;
    }

    .order-summary__description-value {
        font-size: 18px;
    }

    .order-card__customer {
        position: inherit;
        width: auto;
        height: auto;
        margin: 0;
        white-space: nowrap;
        -webkit-clip-path: none;
        clip-path: none;
        clip: auto;
        overflow: hidden;
        margin: 35px 0;
        padding-left: 38px;
        padding-top: 11px;
        white-space: normal;
        border-left: 1px solid #cecece;
    }

    .order-card__customer-info {
        margin-bottom: 11px;
    }

    .order-card__customer-info p {
        margin: 0;
    }

    .order-card__customer-info p:first-child {
        font-size: 14px;
        color: #626262;
    }

    .order-card__customer-info p:nth-child(2) {
        font-weight: 700;
        font-size: 16px;
        color: #191919;
    }

    .order-card__customer-info:last-child {
        margin: 0;
    }

    .order-card__details {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        border: 1px solid #cecece;
        border-top: none;
        border-radius: 0 0 6px 6px;
    }

    .order-card__goods {
        width: 534px;
        margin: 34px 0;
    }

    .order-card__goods-link {
        color: transparent;
        font-size: 0;
    }

    .order-card__goods-link::after {
        width: 32px;
        height: 27px;
        left: -12px;
        top: 5px;
    }

    .order-card__goods-link--active::after {
        width: 32px;
        height: 20px;
        left: -10px;
        top: 10px;
    }

    .order-card__goods-link:hover, .order-card__goods-link:active {
        color:#c5299b;
    }
    .order-card__goods-link:hover::after{

        background: url(../img/arrow-right-pinc.svg) no-repeat center;
        background-size: contain;
    }

    .order-card__button {
        width: auto;
        letter-spacing: 0;
        padding: 6px 20px 7px !important;
        height: 30px;
        border-radius: 40px;
    }

    .order-card__button--cancel {
        width: 115px;
    }

    .order-card__button--cancel::before {
        content: none;
    }

    .order-card__button-block {
        margin-top: 27px;
        margin-right: 0;
        margin-left: 14px;
        margin-bottom: 36px;
    }

    .order-card__button {
        height: auto;
    }

    .order {
        width: 100%;
    }

    .order__sort {
        position: inherit;
        width: auto;
        height: auto;
        margin: 0;
        white-space: nowrap;
        -webkit-clip-path: none;
        clip-path: none;
        clip: auto;
        overflow: hidden;
        margin-top: 20px;
        margin-bottom: 44px;
        width: 100%;
    }

    .order__sort-link {
        display: block;
    }

    .order__sort-link--active {
        border-bottom: 3px solid #c5299b;
        color: #191919;
    }

    .product__slider-new {
        max-width: 820px;
        margin-right: 25px;
    }

    .product__details {
        margin-right: 13px;
    }

    .product__wrapper {
        padding: 0;
    }

    .product__buy-in-one-click:before {
        top: 18px;
    }

    .product__header--availability {
        margin-top: 13px;
    }

    .product__header--availability::before {
        top: -1px;
        width: 21px;
        height: 21px;
    }

    .product__header--delivery::before {
        left: -3px;
        top: -2px;
    }

    .product__delivery-details a::after {
        top: 34px;
    }

    .product__free-delivery span {
        margin-right: 88px;
        padding-right: 0;
        font-size: 16px;
        letter-spacing: 0;
    }

    .product__social-link {
        width: 30px;
        height: 30px;
        margin-right: -1px;
        background-position: center;
    }

    .product__wrapper {
        margin-top: 50px;
    }

    .product__details {
        width: 490px;
    }

    .product__details p {
        font-size: 16px;
    }

    .product__details a {
        font-size: 16px;
    }

    .product__details b {
        font-size: 16px;
    }

    .product__buy {
        width: 140px;
        margin-left: 17px;
    }

    .product__number {
        width: 110px;
        padding: 9px 0;
        border-radius: 30px;
        font-size: 18px;
    }

    .product__button--minus {
        left: 10px;
        width: 20px;
        background-size: contain;
        top: 10px;
    }

    .product__button--plus {
        width: 20px;
        height: 20px;
        background-size: contain;
        left: 74px;
        top: 6px;
    }

    .product__image-container {
        height: 700px;
        width: 80%;
    }

    .product__button-down {
        left: 33px;
        top: -12px;
        width: 43px;
        height: 43px;
    }

    .product__button-down svg {
        width: 43px;
        height: 43px;
    }

    .product__button-up {
        left: 33px;
        bottom: -18px;
        width: 43px;
        height: 43px;
    }

    .product__button-up svg {
        width: 43px;
        height: 43px;
    }

    .product__details {
        width: 490px;
    }

    .product__details p {
        font-size: 16px;
    }

    .product__social {
        margin-top: 27px;
    }

    .product__social p {
        padding-left: 33px;
        font-size: 16px;
    }

    .product__details-wrapper {
        margin-left: 0;
        font-size: 16px;
    }

    .product__details-wrapper span {
        font-size: 16px;
    }

    .product__details-wrapper a {
        margin-top: 2px;
    }

    .product__details-social-wrapper {
        margin-top: 0;
        padding: 25px 30px 22px 40px;
    }

    .product__price {
        font-size: 42px;
        margin-top: 13px;
    }

    .product__price :nth-child(2) {
        margin-left: -6px;
    }

    /*.product__price :nth-child(2)::after {
        right: -72px;
        width: 60px;
        height: 55px;
        top: 1px;
    }*/

    .product__header--availability {
        margin-bottom: 21px;
        padding-left: 31px;
    }

    .product__header--delivery {
        padding-left: 43px;
    }

    .product__header--delivery::before {
        width: 32px;
    }

    .product__header--pickup {
        padding-left: 42px;
        margin-top: 29px;
    }

    .product__header--pickup::before {
        top: -8px;
        left: 2px;
        width: 27px;
        height: 23px;
    }

    .product__quantity {
        margin-left: -3px;
    }

    .product__favourite {
        margin-top: 28px;
        font-size: 15px;
    }

    .product__delivery {
        margin-top: 44px;
    }

    .product__delivery-details {
        margin-bottom: 14px;
        padding-bottom: 11px;
    }

    .product__delivery-details b {
        margin-top: 13px;
        margin-right: 24px;
    }

    .product__delivery-details b::after {
        right: -19px;
        width: 16px;
        height: 19px;
    }

    .product__delivery-details a {
        padding-top: 29px;
        padding-right: 33px;
    }

    .product__delivery-info {
        margin-bottom: 10px;
        padding-left: 42px;
    }

    .product__social {
        font-size: 16px;
        padding-left: 11px;
    }

    .product__social-links {
        margin-left: 16px;
        margin-top: -4px;
    }

    .product__buy-in-one-click {
        margin-top: 13px;
    }

    .product-description b {
        font-size: 22px;
    }

    .product-description p {
        font-size: 16px;
        line-height: 22px;
        letter-spacing: 0.3px;
    }

    .product-description__review {
        margin-bottom: 30px;
    }

    .product-description__review b {
        font-size: 18px;
    }

    .product-description__review span {
        font-size: 16px;
    }

    .product-description__review:last-of-type::after {
        width: 108px;
        top: auto;
    }

    .product-description__reviews-wrapper {
        margin-top: -5px;
        padding-left: 4px;
    }

    .product-description__write-us {
        margin-top: 18px;
        margin-left: 0;
    }

    .product-description__form {
        margin: 54px 0 0;
    }

    .product-description__input,
    .product-description__textarea {
        font-size: 16px;
    }

    .product-description__textarea {
        height: 80px;
        margin-bottom: 10px;
    }

    .product-description {
        padding-right: 0;
        padding-left: 0;
    }

    .product-description__tabs {
        border-width: 1px;
    }

    .product-description__tab {
        padding: 7px 32px;
        font-size: 18px;
        line-height: 22px;
    }

    .product-description__tab--active::before {
        height: 3px;
        bottom: -1px;
    }

    .product-description__item {
        padding: 45px 0 0 0;
    }

    .product-description__content {
        /*padding-right: 104px;*/
    }

    .product-description__content p {
        margin-bottom: 20px;
        font-size: 16px;
        line-height: 22px;
    }

    .product-description__content--desc p {
        margin-top: 7px;
    }

    .product-description__questions-and-answers {
        margin-bottom: 35px;
    }

    .product-description__header {
        display: inline-block;
        padding-right: 40px;
        font-size: 22px;
    }

    .product-description__header::after {
        left: 170px;
        bottom: 10px;
    }

    .product-description__content-block {
        margin-bottom: 32px;
    }

    .favourite-links__button--add {
        margin-right: 0;
    }

    .favourite-links__button {
        padding-left: 40px;
    }

    .favourite-links__button::before {
        width: 30px;
        height: 26px;
    }

    .favourite-links__button--compare {
        padding-left: 55px;
    }

    .favourite-links__button--compare::before {
        height: 22px;
        left: 19px;
    }

    .questions-and-answers b {
        font-size: 18px;
    }

    .questions-and-answers__sort li:nth-child(3) {
        border-bottom: 3px solid #c5299b;
        padding-right: 6px;
    }

    .questions-and-answers__question {
        padding-left: 5px;
    }

    .questions-and-answers__question span {
        margin-left: 3px;
        font-size: 16px;
    }

    .questions-and-answers__answer {
        margin-top: 13px;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 25px;
    }

    .questions-and-answers__answer span {
        margin-right: 3px;
        font-size: 16px;
    }

    .rating__item {
        width: 22px;
        height: 21px;
    }

    .parameter ul {
        max-width: 615px;
        margin-top: 11px;
    }

    .parameter li {
        padding: 8px 0 8px;
    }

    .parameter li div {
        font-size: 16px;
        line-height: 22px;
    }

    .parameter li div:first-child {
        width: 290px;
    }

    .blog-page {
        margin-top: 0;
    }

    .blog-page__aside {
        position: inherit;
        width: auto;
        height: auto;
        margin: 0;
        white-space: nowrap;
        -webkit-clip-path: none;
        clip-path: none;
        clip: auto;
        overflow: hidden;
        width: 22%;
    }

    .blog-page__text-container {
        width: 74%;
    }

    .blog-page__container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 30px;
    }

    .blog-page__image {
        width: 985px;
        height: 359px;
    }

    .blog-page__wrapper {
        margin-left: 0;
        padding-left: 0;
        margin-right: 0;
    }

    .blog-page__wrapper h2 {
        margin-top: 48px;
        margin-bottom: 10px;
        font-size: 18px;
    }

    .blog-page__wrapper p {
        font-size: 16px;
        padding-right: 50px;
        white-space: normal;
    }

    .blog-page__wrapper p:nth-of-type(2) {
        margin-top: 16px;
    }

    .blog-page__wrapper:last-of-type {
        margin-left: 0;
        margin-top: 6px;
        padding-left: 0;
        margin-right: 0;
    }

    .blog-page__highlight {
        background-color: #cecece;
        margin-left: 0;
        padding: 40px 0 30px 60px;
        margin-top: 40px;
    }

    .blog-page__highlight p {
        line-height: normal;
        margin-bottom: 20px;
    }

    .blog-page__highlight b {
        font-size: 16px;
    }

    .blog-page__highlight-header {
        font-size: 24px;
        color: #191919;
        margin-top: 0;
        margin-bottom: 9px;
    }

    .blog-page__social {
        margin-left: 0;
        margin-top: 66px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .blog-page__social b {
        font-size: 18px;
    }

    .blog-page__social-links {
        margin-top: -3px;
        margin-left: 12px;
    }

    .blog-page__social-links a {
        vertical-align: middle;
    }

    .blog-page__social-links a img {
        width: 30px;
        height: 30px;
    }

    .blog-page__tags {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        font-size: 18px;
        margin-left: 0;
        margin-bottom: 0;
    }

    .blog-page__tags a {
        padding: 10px 25px;
        border-radius: 6px;
        margin-right: 14px;
    }

    .blog-page__recommendations {
        margin-left: 0;
        margin-right: 0;
    }

    .cart {
        position: relative;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-line-pack: start;
        align-content: flex-start;
        -ms-flex-item-align: start;
        align-self: flex-start;
        width: 650px;
        margin-left: 0;
        margin-right: 0;
        padding-bottom: 5px;
        border: 1px solid #cecece;
        border-radius: 4px;
    }

    .cart-wrapper {
        -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;
        margin-bottom: 105px;
    }

    .cart__list-products {
        -ms-flex-negative: 1;
        flex-shrink: 1;
        width: 650px;
        margin-left: 20px;
        margin-right: 20px;
        margin-bottom: 13px;
    }

    .cart__product {
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 16px;
    }

    .cart__product-total {
        width: 223px;
        margin-right: 18px;
        margin-left: auto;
        margin-bottom: 12px;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .cart__product-total .total-order__item--sale .total-order__item-name {
        color: #191919;
    }

    .cart__promo-code {
        width: 340px;
        -ms-flex-item-align: start;
        align-self: flex-start;
        margin-top: 0;
        margin-left: 20px;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .cart__promo-code-label {
        margin-top: 18px;
        margin-left: 3px;
        margin-bottom: 6px;
    }

    .cart__promo-code-input {
        width: 325px;
        margin-left: 0;
        padding: 2px 125px 6px 15px;
        font-size: 16px;
        line-height: 30px;
    }

    .cart__promo-code-input:hover, .cart__promo-code-input:focus {
        -webkit-box-shadow: 0 0 4px 0 #cecece;
        box-shadow: 0 0 4px 0 #cecece;
    }

    .cart__promo-code-btn {
        width: 109px;
        margin-left: -113px;
        padding-top: 10px;
        padding-bottom: 11px;
        font-size: 16px;
        line-height: 16px;
        color: #c5299b;
        border-radius: 4px;
        border: 2px solid #cecece;
    }

    .cart__button {
        display: block;
        position: absolute;
        bottom: -64px;
        left: 0;
    }

    .cart__button a {
        margin-right: 25px;
        padding-right: 23px;
        padding-left: 21px;
    }

    .cart__button button {
        padding: 0;
        background: none;
        border: none;
        cursor: pointer;
        position: relative;
        padding-left: 22px;
    }

    .cart__button button:active, .cart__button button:focus {
        outline: none;
    }

    .cart__button button:hover, .cart__button button:focus {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }

    .cart__button button:active {
        opacity: 0.5;
    }

    .cart__button button::before {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 15px;
        height: 14px;
        background: url("../img/ic-print.png") no-repeat;
        background-size: 100%;
    }

    .cart-product {
        margin: 0;
        padding: 5px 0;
        border: none;
        border-bottom: 1px solid #cecece;
        border-radius: 0;
    }

    .cart-product__img-wrapper {
        width: 67px;
        height: 78px;
        margin-right: 14px;
    }

    .cart-product__img-wrapper > a {
        width: 100%;
        height: auto;
        margin-top: 12px;
    }

    .cart-product__content {
        -ms-flex-negative: 1;
        flex-shrink: 1;
        margin-right: 0;
        padding-top: 9px;
    }

    .cart-product__name-md {
        margin-right: 10px;
    }

    .cart-product__amount {
        width: 235px;
    }

    .cart-product__price {
        margin-right: 0;
    }

    .cart-product__stock::before {
        top: -3px;
    }

    .cart__product-total {
        width: 205px;
        margin-right: 26px;
    }

    .product-counter__button--less:focus::before {
        background-color: #191919;
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2);
    }

    .product-counter__button--more:focus::before {
        background-color: #191919;
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2);
    }

    .product-counter__button--more:focus::after {
        background-color: #191919;
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2);
    }

    .product-counter--p-card {
        border-radius: 21px;
    }

    .product-counter--p-card .product-counter__amount {
        width: 30px;
        font-size: 18px;
        padding-top: 11px;
        padding-bottom: 10px;
    }

    .product-counter--p-card .product-counter__button {
        width: 40px;
    }

    .product-counter--p-card .product-counter__button--less::before {
        left: 12px;
        width: 12px;
        height: 3px;
    }

    .product-counter--p-card .product-counter__button--more::before {
        right: 13px;
        width: 15px;
        height: 3px;
    }

    .product-counter--p-card .product-counter__button--more::after {
        top: calc(50% - 7px);
        right: 19px;
        width: 3px;
        height: 15px;
    }

    .total-order {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .total-order__item {
        font-size: 16px;
        line-height: 28px;
    }

    .total-order__item-value--sm {
        display: none;
    }

    .total-order__item-value--xl {
        display: block;
    }

    .total-order__item--total {
        top: 0;
    }

    .total-order__item--total .total-order__item-name {
        padding-top: 3px;
    }

    .total-order__item--total .total-order__item-value {
        padding: 0;
        font-size: 27px;
    }

    .cart-ordering {
        width: 650px;
        margin: 0;
        border: 1px solid #cecece;
        border-radius: 4px;
    }

    .cart-ordering__name {
        margin-top: 20px;
        margin-left: 28px;
        padding-right: 215px;
    }

    .cart-ordering__form-entity {
        max-width: none;
        margin-top: -44px;
        margin-right: 28px;
        font-size: 16px;
    }

    .cart-ordering__entity-label {
        margin-bottom: 0;
        padding-left: 33px;
    }

    .cart-ordering__entity-label::before {
        width: 25px;
        height: 25px;
        top: -3px;
        left: 0;
    }

    .cart-ordering__entity-label::after {
        width: 13px;
        height: 12px;
        top: 5px;
        left: 6px;
    }

    .cart-ordering__form-client {
        margin: 37px 30px;
        margin-bottom: 42px;
    }

    .cart-ordering__form-client-title {
        display: block;
        width: 100%;
        margin: 0;
        margin-bottom: 12px;
        font-size: 18px;
        font-weight: 700;
        letter-spacing: 0.4px;
    }

    .cart-ordering__form-field {
        font-size: 16px;
        width: 190px;
        padding: 10px 16px;
        border: 1px solid #cecece;
    }

    .cart-ordering__form-field--email {
        width: 328px;
    }

    .cart-ordering__form-client-info {
        display: block;
        margin-top: 12px;
        font-size: 14px;
    }

    .cart-ordering__client-distribution {
        width: 100%;
        margin-top: 20px;
        font-size: 14px;
    }

    .cart-ordering__sm {
        display: none;
    }

    .cart-ordering__md {
        display: block;
    }

    .cart-ordering__distribution-input:hover + .cart-ordering__distribution-label,
    .cart-ordering__distribution-input:focus + .cart-ordering__distribution-label {
        color: #c5299b;
    }

    .cart-ordering__distribution-label {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-top: 0;
        cursor: pointer;
    }

    .cart-ordering__distribution-label::before {
        width: 23px;
        height: 23px;
        top: -7px;
    }

    .cart-ordering__distribution-label::after {
        top: 0;
        left: -20px;
    }

    .cart-ordering__requisites {
        margin-top: 30px;
    }

    .cart-ordering__requisites-title {
        font-size: 18px;
    }

    .cart-ordering__requisites-description {
        padding-left: 25px;
    }

    .cart-ordering__requisites-description::before {
        width: 16px;
        height: 16px;
    }

    .cart-ordering__requisites-form .cart-ordering__form-field {
        width: 289px;
    }

    .cart-ordering__requisites-form [name="legal-address"],
    .cart-ordering__requisites-form [name="actual-address"],
    .cart-ordering__requisites-form [name="name-company"] {
        width: 100%;
    }

    .cart-ordering__form-delivery {
        margin: 0 30px;
    }

    .cart-ordering__form-city {
        position: relative;
        -ms-flex-item-align: start;
        align-self: flex-start;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 13px;
    }

    .cart-ordering__form-city-current {
        display: block;
        /*min-width: 150px;*/
        max-width: 250px;
        margin-left: 5px;
        margin-right: 2px;
        font-size: 18px;
        color: #c5299b;
        font-weight: 700;
        letter-spacing: 0.4px;
    }

    .cart-ordering__form-city-change {
        display: block;
        position: relative;
        right: 0;
        padding-top: 3px;
        padding-right: 26px;
        font-size: 14px;
        color: #c5299b;
        z-index: -1;
    }

    .cart-ordering__form-city-change--active {
        z-index: 3;
        text-decoration: none;
    }

    .cart-ordering__form-city-change--active::before {
        display: none;
    }

    .cart-ordering__form-city-change::before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: calc(100% - 23px);
        height: 1px;
        background: #c5299b;
    }

    .cart-ordering__form-city-change::after {
        content: "";
        position: absolute;
        right: 0;
        top: 9px;
        width: 16px;
        height: 9px;
        background: url("../img/arrow-down-pinc.svg") no-repeat;
        background-size: 100%;
    }

    .cart-ordering__form-city-label {
        font-size: 18px;
    }

    .cart-ordering__form-city-select {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        font-size: 18px;
        opacity: 0;
    }

    .cart-ordering__form-city-select--active {
        z-index: 5;
    }

    .cart-ordering__form-city-select:hover {
        opacity: 0;
    }

    .cart-ordering__form-city-select:hover + .cart-ordering__form-city-change {
        opacity: 0.7;
    }

    .cart-ordering__delivery-conditions {
        display: block;
        margin-bottom: 22px;
    }

    .cart-ordering__delivery-conditions p {
        margin: 0;
        font-size: 14px;
        line-height: 18px;
    }

    .cart-ordering__delivery-conditions strong {
        -webkit-box-shadow: inset 0 -3px 0 -1px #626262;
        box-shadow: inset 0 -3px 0 -1px #626262;
    }

    .cart-ordering__delivery-conditions a {
        font-weight: 700;
        color: #c5299b;
        border-bottom: 1px solid #c5299b;
    }

    .cart-ordering__delivery-conditions a:hover {
        opacity: 0.7;
    }

    .cart-ordering__delivery-way {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        padding: 0;
    }

    .cart-ordering__delivery-way-label {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 198px;
        margin-bottom: 0;
        margin-left: -2px;
        padding: 12px 15px 14px;
        border: 2px solid #cecece;
        cursor: pointer;
    }

    .cart-ordering__delivery-way-label::before {
        content: none;
    }

    .cart-ordering__delivery-way-label:nth-of-type(3n + 1) {
        border-radius: 4px 0 0 4px;
    }

    .cart-ordering__delivery-way-label:nth-of-type(3n + 3) {
        border-radius: 0 4px 4px 0;
    }

    .cart-ordering__delivery-way-input:checked + .cart-ordering__delivery-way-label {
        border-color: #c5299b;
        z-index: 1;
    }

    .cart-ordering__delivery-way-input:active + .cart-ordering__delivery-way-label {
        border-color: #c5299b;
        z-index: 1;
    }

    .cart-ordering__delivery-way-input:hover + .cart-ordering__delivery-way-label,
    .cart-ordering__delivery-way-input:focus + .cart-ordering__delivery-way-label {
        -webkit-box-shadow: 0 0 4px 0 #626262;
        box-shadow: 0 0 4px 0 #626262;
    }

    .cart-ordering__delivery-way-price {
        font-size: 16px;
        margin-bottom: 5px;
    }

    .cart-ordering__delivery-way-time {
        margin-left: 0;
    }

    .cart-ordering__form-address {
        margin: 0 29px;
        margin-bottom: 42px;
    }

    .cart-ordering__form-wrapper {
        /*margin-bottom: 20px;*/
    }

    .cart-ordering__form-field--address {
        width: 390px;
    }

    .cart-ordering__form-field--house {
        width: 188px;
    }

    .cart-ordering__form-field--message {
        width: 388px;
    }

    .cart-ordering__form-payment {
        margin: 0 27px;
        padding-bottom: 12px;
    }

    .cart-ordering__total {
        margin: 21px 29px;
        margin-bottom: 0;
    }

    .cart-ordering__total .total-order__item {
        width: 205px;
        margin-bottom: 6px;
    }

    .cart-ordering__total .total-order__item--delivery {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .cart-ordering__total .total-order__item--total {
        position: absolute;
        width: 255px;
        margin-left: 336px;
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }

    .cart-ordering__total .total-order__item--total .total-order__item-name {
        margin-right: 10px;
    }

    .cart-ordering__total .total-order__item--total .total-order__item-value {
        margin-left: 0;
    }

    .cart-ordering__total .total-order__item-name {
        margin-left: 0;
    }

    .cart-ordering__submit-wrapper {
        margin-top: 18px;
    }

    .cart-ordering__submit {
        padding: 9px 33px;
        font-size: 20px;
        border: 1px solid #c5299b;
        border-radius: 22px;
    }

    .cart-ordering__total-wrapper {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        margin-bottom: 16px;
    }

    .total-order__wrapper {
        margin-left: 100px;
        padding-top: 25px;
    }

    .total-order__wrapper .total-order__item-name {
        margin-right: 10px;
    }

    .basket-coupon-alert-section {
        position: relative;
        right: 392px;
        width: 350px;
    }

    .total-order__wrapper .total-order__item-value {
        margin-left: 0;
    }

    .cart-ordering__delivery-wrapper .stores__wrapper {
        width: 90vw;
        max-width: 1240px;
        max-height: 440px;
        overflow-y: hidden;
        margin: 0;
    }

    .cart-ordering__delivery-wrapper .stores__accordion {
        width: 55%;
    }

    .cart-ordering__delivery-wrapper .accordion-stores__header {
        padding-bottom: 25px;
        font-size: 18px;
    }

    .cart-ordering__delivery-wrapper .accordion-stores__header--active {
        color: #c5299b;
    }

    .cart-ordering__delivery-wrapper .accordion-stores__header:before {
        width: 40px;
        height: 50px;
        top: 10px;
    }

    .cart-ordering__delivery-wrapper .accordion-stores__header:after {
        width: 30px;
        height: 30px;
        top: 20px;
        right: 50px;
    }

    .cart-ordering__delivery-wrapper .accordion-stores__header--active:after {
        width: 30px;
        height: 40px;
        top: 32px;
        right: 58px;
    }

    .cart-ordering__delivery-wrapper .accordion-stores__location {
        padding-top: 20px;
    }

    .cart-ordering__delivery-wrapper .accordion-stores {
        margin-right: 20px;
    }

    .cart-ordering__delivery-wrapper .accordion-stores__body {
        margin-bottom: 25px;
    }

    .cart-ordering__delivery-wrapper .accordion-stores__body--hidden {
        margin-bottom: 0;
    }

    .cart-ordering__delivery__close {
        top: 10px;
        right: 10px;
    }

    .map-modal {
        width: 50%;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        height: 443px;
    }

    .form-payment {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
       /* justify-content: space-between;*/
    }

    .form-payment__title {
        width: 100%;
        margin-bottom: 20px;
        font-size: 18px;
        letter-spacing: 0.4px;
    }

    .form-payment__input:checked + .form-payment__label {
        border-color: #c5299b;
    }

    .form-payment__input:hover + .form-payment__label,
    .form-payment__input:focus + .form-payment__label {
        -webkit-box-shadow: 0 0 4px 0 #626262;
        box-shadow: 0 0 4px 0 #626262;
    }

    .form-payment__label {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 191px;
        min-height: 68px;
        margin-bottom: 12px;
        padding-right: 5px;
        padding-left: 52px;
        padding-bottom: 5px;
        font-size: 16px;
        line-height: 18px;
        border: 2px solid #cecece;
        border-radius: 4px;
        cursor: pointer;
    }

    .form-payment__label span {
        display: block;
        -ms-flex-negative: 1;
        flex-shrink: 1;
    }

    .form-payment__label:last-child {
        margin-bottom: 12px;
    }

    .form-payment__label::before {
        content: none;
    }

    .form-payment__label::after {
        left: 15px;
        background-size: 100%;
    }

    .form-payment__label--cash::after {
        top: 15px;
        width: 28px;
        height: 28px;
    }

    .form-payment__label--card::after {
        top: 18px;
        width: 30px;
        height: 28px;
    }

    .form-payment__label--sberbank::after {
        top: 18px;
        width: 31px;
        height: 29px;
    }

    .form-payment__label--alfabank::after {
        top: 18px;
        width: 23px;
        height: 35px;
    }

    .form-payment__label--tinkoff::after {
        top: 15px;
        width: 40px;
        height: 36px;
        left: 6px;
    }

    .form-payment__label--yandex-money::after {
        top: 15px;
        width: 24px;
        height: 31px;
    }

    .cart-empty__title {
        margin: 0 auto;
        margin-bottom: 42px;
    }

    .cart-empty__wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 0 auto;
        margin-bottom: 108px;
        padding-top: 33px;
        padding-bottom: 0;
        border: 1px solid #cecece;
        border-radius: 4px;
    }

    .cart-empty__state-title {
        margin: 0 40px;
        padding-left: 76px;
        font-size: 24px;
        line-height: 35px;
    }

    .cart-empty__state-title::before {
        width: 49px;
        height: 53px;
        top: 5px;
    }

    .cart-empty__state-title::after {
        top: 0;
        left: 30px;
        width: 28px;
        height: 28px;
        font-size: 20px;
        line-height: 29px;
        border-radius: 14px;
    }

    .cart-empty__state-discription {
        margin: 0 115px;
    }

    .cart-empty__state-discription span {
        display: none;
    }

    .cart-empty__state-discription a {
        display: inline;
        font-weight: 700;
        color: #c5299b;
        -webkit-box-shadow: 0 2px 0 -1px;
        box-shadow: 0 2px 0 -1px;
    }

    .cart-empty__state-button {
        position: relative;
        -ms-flex-item-align: end;
        align-self: flex-end;
        bottom: -62px;
        margin-left: auto;
        padding: 11px 23px 11px;
        font-size: 15px;
        color: white;
        background-color: #c5299b;
        border-radius: 20px;
    }

    .cart-empty__state-button:hover, .cart-empty__state-button:focus {
        border-color: #a51c80;
        background-color: #a51c80;
    }

    .cart-empty__state-button:active {
        background-color: rgba(165, 28, 128, 0.9);
        border-color: rgba(165, 28, 128, 0.9);
    }

    .cart-confirmation__state {
        position: relative;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 108px;
        padding-bottom: 29px;
        border: 1px solid #cecece;
        border-radius: 4px;
    }

    .cart-confirmation__info {
        width: 100%;
        margin-bottom: 4px;
        padding-left: 115px;
        padding-top: 42px;
        font-size: 24px;
    }

    .cart-confirmation__info::before {
        top: 42px;
        left: 39px;
        width: 51px;
        height: 53px;
    }

    .cart-confirmation__info::after {
        width: 33px;
        height: 34px;
        top: 20px;
        left: 75px;
    }

    .cart-confirmation__message {
        margin-bottom: 13px;
        padding: 0 115px;
        font-size: 16px;
    }

    .cart-confirmation__buttons {
        position: absolute;
        bottom: -59px;
        left: 0;
        margin-bottom: 0;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .cart-confirmation__buttons.right{
        right: 0;
        left: inherit;
    }


    .cart-confirmation__social {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        padding: 0 115px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .cart-confirmation__social-title {
        width: auto;
        font-size: 16px;
        margin-bottom: 0;
        margin-right: 13px;
    }

    .cart-confirmation__state-button {
        margin-right: 21px;
        padding: 9px 29px 11px;
        font-size: 15px;
        color: #c5299b;
        border-radius: 20px;
    }

    .cart-confirmation__state-button:active {
        opacity: 0.9;
    }

    .cart-confirmation__state-button--pinc {
        padding: 9px 23px 11px;
        color: #ffffff;
        background-color: #c5299b;
    }

    .cart-confirmation__state-button--pinc:hover, .cart-confirmation__state-button--pinc:focus {
        border-color: #a51c80;
        background-color: #a51c80;
    }

    .cart-confirmation__state-button--pinc:active {
        background-color: rgba(165, 28, 128, 0.9);
        border-color: rgba(165, 28, 128, 0.9);
    }

    .deal__aside {
        position: inherit;
        width: auto;
        height: auto;
        margin: 0;
        white-space: nowrap;
        -webkit-clip-path: none;
        clip-path: none;
        clip: auto;
        overflow: hidden;
        white-space: normal;
    }

    .deal {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-top: 57px;
        margin-bottom: -28px;
    }

    .deal__text {
        width: 74%;
    }

    .deal__aside {
        width: 22%;
    }

    .deal__list-header {
        font-size: 18px;
        text-transform: uppercase;
        line-height: 25px;
        font-weight: 700;
        display: block;
        color: #191919;
        padding-top: 7px;
        padding-bottom: 6px;
        margin-bottom: 14px;
        margin-right: 11px;
        margin-top: 0;
        letter-spacing: 0.9px;
        border-right: 3px solid #c5299b;
    }

    .deal__list-header:hover {
        opacity: 0.8;
    }

    .deal__list {
        font-size: 16px;
        list-style: none;
        padding-left: 0;
    }

    .deal__title-container {
        top: 20px;
        left: 31px;
    }

    .deal__title-container p {
        font-size: 18px;
    }

    .deal__deals-link {
        color: #191919;
    }

    .deal__deals-link:hover {
        color: #626262;
        font-weight: 700;
    }

    .deal__deals-link:active {
        color: #cecece;
    }

    .deal__deals-link--active {
        color: #c5299b;
        font-weight: 700;
    }

    .deal__deals-link--active:hover, .deal__deals-link--active:active {
        color: #c5299b;
    }

    .deal__image-container {
        /*height: 360px;*/
    }

    .deal__image-container img {
        margin-left: 0;
        margin-top: 0;
    }

    .deal__header-image {
        font-size: 36px;
    }

    .deal__deadline {
        font-size: 16px;
        left: 80px;
        bottom: 35px;
    }

    .deal__calendar {
        left: -46px;
        top: 0px;
    }

    .deal__calendar svg {
        width: 39px;
        height: 32px;
    }

    .deal__description {
        margin-left: 0;
        margin-right: 0;
    }

    .deal__text-wrapper b {
        font-size: 16px;
    }

    .deal__description-wrapper {
        margin-top: 38px;
       /*padding-right: 37px;*/
    }

    .deal__description-wrapper:nth-of-type(2) {
        margin-top: 60px;
        padding-right: 50px;
    }

    .deal__list-container {
        padding-left: 26px;
    }

    .deal__list-container:nth-of-type(2) {
        margin-top: 27px;
        margin-bottom: 54px;
    }

    .deal__deals-link {
        font-size: 16px;
        letter-spacing: 0.8px;
        line-height: 30px;
    }

    .deal__instagram {
        padding: 9px 38px 20px;
        width: auto;
    }

    .deal__promo {
        margin-left: 0;
        margin-right: 0;
    }

    .deal__location {
        position: inherit;
        width: auto;
        height: auto;
        margin: 0;
        white-space: nowrap;
        -webkit-clip-path: none;
        clip-path: none;
        clip: auto;
        overflow: hidden;
        font-size: 12px;
        position: absolute;
        clip: auto;
        right: 72px;
        bottom: 21px;
    }

    .goods-modal__wrapper {
        width: 660px;
        padding-right: 40px;
        padding-bottom: 38px;
        padding-left: 22px;
    }

    .goods-modal__close {
        top: 9px;
        right: 12px;
    }

    .goods-modal__img {
        min-width: 220px;
        width: 220px;
        height: 220px;
        margin-right: 29px;
    }

    .goods-modal__img img {
        max-height: 220px;
        max-width: 220px;
    }

    .goods-modal__inner {
        width: 347px;
    }

    .goods-modal__desc p {
        font-size: 16px;
    }

    .goods-modal__desc {
        margin-top: 35px;
    }

    .goods-modal__desc--one-click-buying {
        margin-top: 15px;
    }

    .goods-modal__price span:first-child {
        font-size: 16px;
    }

    .goods-modal__price span:last-child {
        font-size: 22px;
    }

    .goods-modal__notice {
        margin-top: 28px;
        font-size: 16px;
    }

    .goods-modal__link-back::before {
        top: 5px;
    }

    .goods-modal__link-back {
        margin-top: 10px;
        font-size: 16px;
        background-position: 0 60%;
    }

    .goods-modal__link-follow {
        padding-bottom: 8px;
        padding-right: 50px;
        padding-left: 45px;
    }

    .goods-modal__link-follow--cart {
        padding-left: 47px;
    }

    .goods-modal__link-follow--favorites {
        padding-right: 43px;
        padding-left: 48px;
    }

    .goods-modal__link-follow--compare {
        padding-right: 51px;
        padding-left: 48px;
    }

    .one-click-buying__item {
        margin-bottom: 20px;
    }

    .one-click-buying__item:last-child {
        margin-bottom: 9px;
    }

    .one-click-buying__btn {
        padding-left: 47px;
        padding-right: 49px;
        padding-bottom: 8px;
    }

    .one-click-buying__note {
        margin: 0;
        margin-bottom: 28px;
        font-size: 16px;
        color: #626262;
    }

    .carousel {
        height: 515px;
    }

    .carousel__item.slick-current::after {
        width: 3px;
    }

    .carousel .slick-prev,
    .carousel .slick-next {
        width: 48px;
        height: 26px;
        background-size: 48px 26px;
    }

    .carousel .slick-prev {
        top: -51px;
        left: 28px;
    }

    .carousel .slick-next {
        bottom: -70px;
        right: 27px;
    }

    .product-slider__images-wrapper {
        max-width: 600px;
    }

    .product-slider__carousel {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        width: 103px;
        height: 680px;
        margin-right: 57px;
        margin-left: 3px;
    }

    .product-slider__carousel-wrapper {
        margin: 66px 0 0;
    }

    .images__item img {
        max-width: 511px;
    }

    #ok-loupe {
        width: 180px !important;
        height: 180px !important;
    }

    .about-us__wrapper {
        -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;
        margin: 0;
        padding-top: 54px;
    }

    .about-us__content {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-item-align: start;
        align-self: flex-start;
        max-width: 700px;
        margin-right: 30px;
    }

    .about-us__content-img {
        margin-bottom: 26px;
    }

    .about-us__text {
        width: 100%;
        font-size: 16px;
        line-height: 22px;
        letter-spacing: 0.3;
    }

    .about-us__text p {
        margin-bottom: 14px;
    }

    .about-us__text h3 {
        margin-top: 34px;
    }

    .about-us__text--float {
        width: 236px;
        margin-top: 36px;
        margin-left: auto;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .about-us__video {
        margin-top: 36px;
        margin-right: 10px;
    }

    .about-us__jobs {
        -ms-flex-item-align: start;
        align-self: flex-start;
        width: 600px;
        border: 1px solid #cecece;
        border-radius: 4px;
    }

    .about-us__jobs > h2 {
        margin-bottom: 20px;
        padding-left: 32px;
    }

    .about-us__jobs-accord {
        margin-bottom: 16px;
        padding-right: 27px;
        padding-left: 33px;
    }

    .about-us__jobs-accord span {
        margin-top: 18px;
    }

    .about-us__jobs-accord p {
        margin-top: 22px;
        padding-right: 25px;
        line-height: 22px;
        letter-spacing: 0.3px;
    }

    .about-us__jobs-accord .accord__item-btn::after {
        right: 38px;
    }

    .about-us__jobs-list {
        margin-top: 23px;
        margin-bottom: 21px;
        line-height: 22px;
        letter-spacing: 0.3px;
    }

    .about-us__jobs-list > li::before {
        top: 11px;
        right: 38px;
        width: 4px;
    }

    .about-us__jobs-response {
        margin-top: 26px;
    }

    .jobs-form form {
        width: 537px;
    }

    .jobs-form p {
        margin-top: 33px;
    }

    .jobs-form__field {
        margin-bottom: 20px;
    }

    .jobs-form__field-message {
        padding-bottom: 19px;
        margin-bottom: 19px;
    }

    .file-upload__label {
        padding-left: 31px;
        padding-right: 15px;
    }

    .file-upload__label::before {
        left: 11px;
    }

    .job-form__send {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .job-form__send > p {
        max-width: 430px;
        margin-top: 5px;
        margin-left: 18px;
        padding-right: 0;
        font-size: 12px;
        line-height: normal;
        letter-spacing: 0;
    }

    .guarantees__content-wrapper {
        margin-left: 0;
        margin-right: 0;
    }

    .guarantees__content {
        max-width: 984px;
        margin-bottom: 7px;
    }

    .guarantees__insertion {
        margin-top: 35px;
        margin-bottom: 27px;
        margin-left: 20px;
        padding-left: 20px;
        font-size: 22px;
    }

    .guarantees__return-title {
        margin-top: 39px;
    }

    .guarantees__contact-notice {
        margin-right: 0;
        margin-bottom: 32px;
        margin-left: 0;
        font-size: 16px;
    }

    .page-main__title + .guarantees__contact-notice {
        margin-top: -24px;
    }

    .guarantees__contact-form {
        padding-left: 3px;
    }

    .guarantees__aside {
        display: block;
        width: 290px;
        margin-left: auto;
    }

    .guarantees__file-upload {
        margin-bottom: 48px;
    }

    .details {
        margin-top: 1px;
        margin-bottom: 17px;
        padding-top: 25px;
        padding-right: 36px;
        padding-left: 36px;
        border: 1px solid #d9d9d9;
        border-radius: 4px;
    }

    .details__title {
        margin-bottom: 22px;
        font-size: 18px;
    }

    .details__item {
        position: relative;
        margin-top: 8px;
        margin-bottom: 23px;
        padding-left: 56px;
    }

    .details__item--delivery::before {
        content: "";
        position: absolute;
        top: -9px;
        left: -2px;
        background: url("../img/delivery-green.svg") no-repeat center center;
        width: 42px;
        height: 42px;
        background-size: contain;
    }

    .details__item--credit-card::before {
        content: "";
        position: absolute;
        top: -1px;
        left: 9px;
        background: url("../img/credit-card.svg") no-repeat center center;
        width: 28px;
        height: 28px;
        background-size: contain;
    }

    .details__name {
        font-size: 16px;
    }

    .details__text {
        margin-top: 6px;
        font-size: 13px;
        line-height: 17px;
    }

    .details__text--credit-card {
        margin-top: 8px;
    }
	
	.trade-content .list-points__item {
		margin-right: 55px;
	}
	
	.express .page-main__title {
		margin-left: 0px;
		font-size: 28px;
	}
	.guarantees__contact-form.write-us__form {
		position: relative;
		top: 20px;
	}
}

@media (min-width: 1360px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .write-us__textarea::-webkit-input-placeholder {
        padding-bottom: 10px;
        padding-top: 12px;
    }

    .write-us__textarea:-ms-input-placeholder {
        padding-bottom: 10px;
        padding-top: 12px;
    }

    .write-us__textarea::-ms-input-placeholder {
        padding-bottom: 10px;
        padding-top: 12px;
    }

    .write-us__textarea::placeholder {
        padding-bottom: 10px;
        padding-top: 12px;
    }
}

@media all and (max-width: 1360px) {
	.about-text {
		padding: 0 20px;
	}
    .inner-wrapper {
        margin:0 10px;
        font-size: 14px;
    }
    .pluslist img {
        min-width: 46px;
        margin-right: 20px;
    }
}

@media (min-width: 1600px) {
    .page-footer__up-link {
        top: -88px;
        right: 70px;
    }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ps {
        overflow: auto !important;
    }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .item img {
        width: auto;
    }

    .contacts__field-select-input {
        background-position: 167px 12px !important;
    }

    .stores__city::after {
        left: 234px;
        top: 9px;
    }

    .write-us__textarea::-webkit-input-placeholder {
        padding-bottom: 7px;
        padding-top: 7px;
    }

    .write-us__textarea:-ms-input-placeholder {
        padding-bottom: 7px;
        padding-top: 7px;
    }

    .write-us__textarea::-ms-input-placeholder {
        padding-bottom: 7px;
        padding-top: 7px;
    }

    .write-us__textarea::placeholder {
        padding-bottom: 7px;
        padding-top: 7px;
    }

    .write-us__accept-terms {
        margin-left: 6px;
    }

    .write-us__file-upload-btn--guarantees {
        padding-top: 7px;
        padding-bottom: 8px;
    }

    .guarantees__contact-form .write-us__accept-terms {
        width: 80%;
    }

    .deal__calendar {
        left: -46px;
        top: -57px;
    }

    .deal__calendar svg {
        width: 13%;
        height: 40%;
    }

    .deal__deadline b {
        display: block;
    }
}

.bx-soa-section-content .tooltip.top{
    margin-top: 0px;
    position: relative;
}
iframe{
    max-width: 100%;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .contacts__field-select-input {
        background-position: 167px 24px !important;
    }
}

@media all and (max-width: 759px) {
    .deal__image-container img{
        margin-left:0 !important;
    }
	.product__buy {
		position: fixed;
		bottom: 10px;
		width: 97.5%;
		left: -5px;
		height: 40px;
		font-size: 20px;
		opacity: 1;
		background-color: rgb(197, 41, 155);
		z-index: 99;
	}    
    .page-footer__wrapper.producted {
        padding-bottom: 70px;
    }
	.battery__form-menu {
		margin: 10px 0;
	}
	.category__list .list-item {
		display: inline-block;
		width: 45%;
		margin: 2px 0;
		padding: 5px 0 5px 5px;
	}
	
	.category__list a {
		padding: 5px 0 5px 5px;
	}
    
    .prt-news {
        position: initial;
        z-index: 1;
        margin: 10px 10px;
        border: solid 2px rgb(197, 41, 155);
        color: rgb(197, 41, 155);
        padding: 3px 15px;
        border-radius: 5px;
        font-weight: bold;
        display: inline-block;
        width: auto;
    }
}

@media all and (max-width: 665px) {
    .thumb-wrap {
        position: relative;
        padding-bottom: 56.25%;
        height: 0;
        overflow: hidden;
    }
    .thumb-wrap iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
}

@media all and (max-width: 500px) {
	.breadcrumbs__item {
		padding-right: 25px;
	}
	.breadcrumbs__item::after {
		top: 2px;
		width: 20px;
		background-size: 13px 12px;
	}
    .parameter li div{
        width:100%;
    }
    .bx-soa-pp-desc-container .row{
        flex-wrap: wrap;
    }
    .bx-soa-pp-desc-container .col-md-5{
        width:100% !important;
    }
    .bx-soa-pp-desc-container .col-md-7{
        width:100% !important;
    }
    .cart-ordering__form-city-field{
        position: initial;
    }
    .bx_soa_location cart-ordering__form-city{
        position: relative;
    }
    .cart-ordering__form-city-select-modal{
        width:100%;
        top: 25px;
        left: 0;
    }
    .cart-ordering__form-field--city{
        margin: 10px;
        width: calc(100% - 20px);
    }
    .cart-ordering__form-city-select-modal .bx-sls .bx-ui-sls-clears{
        bottom: 5px;
    }
}
