/*! 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: 100%;
    /* 2 */
}

/* 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 text transform in Firefox.
   */
button,
select {
    /* 1 */
    text-transform: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@font-face {
    font-family: 'Proxima Nova';
    src: url('../fonts/ProximaNova/ProximaNova-Regular.woff2') format('woff2'), url('../fonts/ProximaNova/ProximaNova-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('../fonts/ProximaNova/ProximaNova-Bold.woff2') format('woff2'), url('../fonts/ProximaNova/ProximaNova-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('../fonts/ProximaNova/ProximaNova-Light.woff2') format('woff2'), url('../fonts/ProximaNova/ProximaNova-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('../fonts/ProximaNova/ProximaNova-Extrabld.woff2') format('woff2'), url('../fonts/ProximaNova/ProximaNova-Extrabld.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('../fonts/ProximaNova/ProximaNova-Black.woff2') format('woff2'), url('../fonts/ProximaNova/ProximaNova-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('../fonts/ProximaNova/ProximaNova-Semibold.woff2') format('woff2'), url('../fonts/ProximaNova/ProximaNova-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('../fonts/ProximaNova/ProximaNovaT-Thin.woff2') format('woff2'), url('../fonts/ProximaNova/ProximaNovaT-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

.more__show__items_ {
    display: none;
}

@media only screen and (max-width: 767px) {
    .more__show__items_ {
        display: block;
    }
}

.more__show__items_ a.more__show__items {
    min-height: 48px;
    border: 2px solid #E6E6E6;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    line-height: 46px;
    width: 100%;
    display: block;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-size: 16px;
    color: #000;
    font-weight: 600;
}

i.ico_svg {
    display: block;
    position: relative;
}

i.ico_svg.map__marker {
    width: 16px;
    min-width: 16px;
    height: 20px;
    background: url("../images/svg/map-marker.svg");
    background-repeat: no-repeat;
}

i.ico_svg.down__arrow {
    width: 10px;
    min-width: 10px;
    height: 7px;
    background: url("../images/svg/arrow-down.svg");
    background-repeat: no-repeat;
}

i.ico_svg.car__ico {
    width: 37px;
    height: 27px;
    background: url("../images/svg/about-ico-1.svg");
    background-repeat: no-repeat;
}

i.ico_svg.car__headphones {
    width: 27px;
    height: 32px;
    background: url("../images/svg/about-ico-2.svg");
    background-repeat: no-repeat;
}

i.ico_svg.car__earth {
    width: 34px;
    height: 34px;
    background: url("../images/svg/about-ico-3.svg");
    background-repeat: no-repeat;
}

i.ico_svg.car__discond {
    width: 34px;
    height: 34px;
    background: url("../images/svg/about-ico-4.svg");
    background-repeat: no-repeat;
}

a.m___slider__control {
    display: none;
    width: 9px;
    height: 16px;
    background: url("../images/svg/arrow-slider-b.svg");
    margin: 0 20px;
}

a.m___slider__control.next_ {
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

@media only screen and (max-width: 767px) {
    a.m___slider__control {
        display: inline-block;
    }
}

.m__baer__ {
    display: none;
}

@media only screen and (max-width: 767px) {
    .m__baer__ {
        display: block;
    }
}

.m__baer__ a,
.m__baer__ img {
    display: block;
}

.advantages__mobile__ {
    display: none;
}

.advantages__mobile__ .container {
    padding: 0 15px;
}

@media only screen and (max-width: 767px) {
    .advantages__mobile__ {
        display: block;
    }
}

.advantages__mobile__ .advantages__mobile__items {
    border-top: 2px solid #E6E6E6;
    border-right: 2px solid #E6E6E6;
    border-left: 2px solid #E6E6E6;
}

.advantages__mobile__ .advantages__mobile__items .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-bottom: 2px solid #E6E6E6;
    padding: 20px 0;
}

.advantages__mobile__ .advantages__mobile__items .item .item__ico {
    min-width: 85px;
    max-width: 85px;
    width: 85px;
    text-align: center;
}

.advantages__mobile__ .advantages__mobile__items .item .item__text {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0 15px 0 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.advantages__mobile__ .advantages__mobile__items .item .item__text b {
    display: block;
    font-size: 18px;
}

.page__contact__items {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-bottom: 45px;
}

@media only screen and (max-width: 550px) {
    .page__contact__items {
        margin-bottom: 25px;
    }
}

@media only screen and (max-width: 1170px) {
    .page__contact__items {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

span.phone__contact {
    background: url("../images/svg/contact-phone.svg");
    background-repeat: no-repeat;
    background-position: left center;
}

span.email__contact {
    background: url("../images/svg/contact-email.png");
    background-repeat: no-repeat;
    background-position: left 3px;
}

span.mapmarker__contact {
    background: url("../images/svg/contact-map-marker.svg");
    background-repeat: no-repeat;
    background-position: left center;
}

span.info__contact {
    background: url("../images/svg/contact-info.svg");
    background-repeat: no-repeat;
    background-position: left center;
}

body {
    font-family: 'Proxima Nova';
    color: #000;
    line-height: 23px;
}

.container {
    max-width: 100%;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 50px;
}

@media only screen and (max-width: 1880px) {
    .container {
        max-width: 1550px;
    }
}

.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flex__inline {
    /*display: -webkit-inline-box;*/
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

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

.flex__ico.ico__left i {
    margin-right: 10px;
    margin-left: 0;
}

.flex__ico.ico__right i {
    margin-left: 10px;
    margin-right: 0;
}

* {
    outline: none;
}

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

img {
    max-width: 100%;
}

h1,
h2 {
    font-weight: 600;
}

h1 {
    font-size: 42px;
    line-height: 51px;
}

h2 {
    font-size: 32px;
    line-height: 37px;
}

h3 {
    font-size: 26px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 22px;
}

h6 {
    font-size: 20px;
}

a {
    display: inline-block;
    text-decoration: none;
    color: #E81C1C;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

a:hover {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    border-color: transparent;
}

a.select__city {
    color: #000;
    margin-left: 10px;
}

a.select__city span {
    text-decoration: underline;
    -webkit-text-decoration-color: rgba(0, 0, 0, 0.4);
    text-decoration-color: rgba(0, 0, 0, 0.4);
}

a.phone {
    color: #000;
}

@media only screen and (max-width: 1549px) {
    a.phone {
        font-size: 14px;
    }
}

a.phone:hover {
    color: #E81C1C;
}

a.callback {
    color: #999;
    background: url("../images/svg/phone.svg");
    background-position: left center;
    background-repeat: no-repeat;
    padding: 1px 0 1px 35px;
}

@media only screen and (max-width: 1549px) {
    a.callback {
        font-size: 14px;
    }
}

a.callback:hover {
    color: #E81C1C;
}

a.toogle__btn {
    background: url("../images/svg/burger-red.svg");
    background-position: left center;
    background-repeat: no-repeat;
    padding: 0 0 0 40px;
    font-size: 18px;
    font-weight: 600;
}

a.map__btn {
    width: 20px;
    min-width: 20px;
    height: 24px;
    background: url("../images/svg/map-marker-grey.svg");
    background-position: center;
    background-repeat: no-repeat;
}

a.phone__btn {
    width: 16.5px;
    min-width: 16.5px;
    height: 24px;
    background: url("../images/svg/phone.svg");
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100%;
}

a.login__btn {
    width: 19px;
    min-width: 19px;
    height: 24px;
    background: url("../images/svg/user-ico.svg");
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100%;
}

a.like__action {
    background: url("../images/svg/like-cio.svg");
    background-position: left center;
    background-repeat: no-repeat;
    padding: 0 0 0 35px;
}

a.filt__action {
    background: url("../images/svg/filt-ico.svg");
    background-position: left center;
    background-repeat: no-repeat;
    padding: 0 0 0 30px;
}

a.remove__item {
    text-decoration: none;
    cursor: pointer;
}

a.remove__item i {
    font-size: 12px;
    text-decoration: none;
}

a.order__btn {
    font-weight: 600;
    padding: 13px 20px;
    color: #fff !important;
    background: #E81C1C;
    text-decoration: none !important;
}

a.order__btn:hover {
    background: #eb3c3c;
}

a.order__btn:focus {
    background: #cc1515;
}

a.order__btn.transparent__red,
button.order__btn.transparent__red {
    border: 2px solid #E81C1C;
    font-weight: 600;
    padding: 6.5px 15.5px;
    background: transparent;
    color: #E81C1C !important;
    cursor: pointer;
}

a.order__btn.transparent__red_fill,
button.order__btn.transparent__red_fill {
    background: #E81C1C;
    color: #ffffff !important;
    border: 2px solid #E81C1C;
    font-weight: 600;
    padding: 6.5px 15.5px;
    cursor: pointer;
}

a.order__btn.transparent__red:hover,
button.order__btn.transparent__red:hover {
    color: #fff !important;
    background: #E81C1C;
}

a.order__btn.transparent__red_fill:hover,
button.order__btn.transparent__red_fill:hover {
    color: #fff !important;
    background: #E81C1C;
}

a.order__btn.transparent__red:focus,
button.order__btn.transparent__red:focus {
    color: #fff;
    background: #cc1515;
    border-color: #cc1515;
}

a.order__btn.transparent__red_fill:focus,
button.order__btn.transparent__red_fill:focus {
    color: #fff;
    background: #cc1515;
    border-color: #cc1515;
}

button.order__btn.transparent__red,
button.order__btn.transparent__red_fill {
    padding: 9px 15.5px;
}

a.catalog__menu__btn_link {
    width: 278px;
    height: 60px;
    background: #E81C1C;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 600;
    position: relative;
    overflow: hidden;
}

@media only screen and (max-width: 1170px) {
    a.catalog__menu__btn_link {
        width: 230px;
    }
}

a.catalog__menu__btn_link:hover {
    background: #eb3c3c;
}

a.catalog__menu__btn_link:focus {
    background: #cc1515;
}

a.catalog__menu__btn_link span {
    position: absolute;
    width: 100px;
    height: 100px;
    background: rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 50%;
    border-radius: 50%;
    left: -10px;
    top: 50%;
    margin-top: -50px;
}

@media only screen and (max-width: 1170px) {
    a.catalog__menu__btn_link span {
        left: -45px;
    }
}

a.catalog__menu__btn_link:before,
a.catalog__menu__btn_link:after {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

a.catalog__menu__btn_link:before {
    width: 22px;
    height: 16px;
    background: url("../images/svg/burger-white.svg");
    left: 30px;
}

@media only screen and (max-width: 1170px) {
    a.catalog__menu__btn_link:before {
        left: 15px;
    }
}

a.catalog__menu__btn_link:after {
    width: 16px;
    height: 9px;
    background: url("../images/svg/arrow-down-white.svg");
    right: 30px;
}

@media only screen and (max-width: 1170px) {
    a.catalog__menu__btn_link:after {
        display: none;
    }
}

a.info__ {
    min-height: 60px;
    width: 160px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #E6E6E6;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    color: #595959;
    font-weight: 600;
}

a.info__:hover {
    color: #fff;
    background: #E81C1C;
}

a.info__:focus {
    background: #cc1515;
}

a.more__news {
    font-size: 18px;
    font-weight: 600;
}

@media only screen and (max-width: 1549px) {
    a.more__news {
        font-size: 16px;
    }
}

@media only screen and (max-width: 767px) {
    a.more__news {
        display: none;
    }
}

b {
    font-weight: 600;
}

strong {
    font-weight: 700;
}

small {
    font-size: 14px;
}

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

div.rating__y_market {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    max-width: 200px;
    width: 100%;
    position: relative;
    margin-right: 30px;
}

@media only screen and (max-width: 1549px) {
    div.rating__y_market {
        max-width: 200px;
    }
}

@media only screen and (max-width: 979px) {
    div.rating__y_market {
        display: none;
    }
}

div.rating__y_market:after {
    content: "";
    width: 2px;
    height: 85%;
    top: 50%;
    right: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
    background: #D9D9D9;
}

div.rating__y_market img {
    display: block;
    margin: 0 10px;
}

@media only screen and (max-width: 1549px) {
    div.rating__y_market img {
        margin: 0 10px 0 0;
    }
}

@media only screen and (max-width: 979px) {
    div.rating__y_market span {
        display: none;
    }
}

div.rating__y_market ul.rating__list {
    margin-right: 30px;
    position: relative;
    top: 1px;
}

.first__line__menu ul li {
    margin-right: 35px;
}

.first__line__menu ul li.option {
    margin-right: 0px !important;
}

@media only screen and (max-width: 1549px) {
    .first__line__menu ul li {
        margin-right: 25px;
        font-size: 14px;
    }
}

@media only screen and (max-width: 1170px) {
    .first__line__menu ul li {
        display: none;
    }

    .first__line__menu ul li:first-child {
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
    }
}

@media only screen and (max-width: 1549px) {
    .first__line__menu ul li span.cyti__sel__title {
        display: none;
    }
}

.first__line__menu ul li:last-child {
    margin-right: 0;
}

.first__line__menu ul li a {
    color: #999999;
    vertical-align: -webkit-baseline-middle;
}

.first__line__menu ul li a.select__city {
    color: #000;
}

.first__line__menu ul li a:hover {
    color: #E81C1C;
}

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

.first__line__contact .item__contact {
    margin-right: 35px;
}

@media only screen and (max-width: 1549px) {
    .first__line__contact .item__contact {
        margin-right: 25px;
    }
}

.first__line__contact .item__contact:last-child {
    margin-right: 0;
}

.rating__list i {
    color: #A5A5A5;
    font-size: 14px;
    margin-right: 4px;
    cursor: pointer;
}

.rating__list .active {
    color: #FFA82C;
}

.rating__list i:last-child {
    margin-right: 0;
}

div.time__work {
    color: #999;
    background: url("../images/svg/time-ico.svg");
    background-position: left center;
    background-repeat: no-repeat;
    padding: 1px 0 1px 35px;
}

@media only screen and (max-width: 1549px) {
    div.time__work {
        font-size: 14px;
    }
}

span.round__red {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 25px;
    min-width: 25px;
    height: 25px;
    background: #E81C1C;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.logo__page {
    margin-right: 35px;
}

@media only screen and (max-width: 979px) {
    .logo__page {
        margin-right: 5px;
    }

    .logo__page img {
        max-width: 220px;
    }
}

@media only screen and (max-width: 550px) {
    .logo__page img {
        max-width: 210px;
    }

    .main__actions .actions__item {
        margin-right: 0px !important;
        margin-top: -10px;
    }
}

.main__nav {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

@media only screen and (max-width: 1170px) {
    .main__nav {
        display: none;
    }
}

.main__nav ul.xlg__menu {
    display: none;
}

@media only screen and (max-width: 1880px) {
    .main__nav ul.xlg__menu {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}

@media only screen and (max-width: 1549px) {
    .main__nav ul.xlg__menu {
        display: none;
    }
}

@media only screen and (max-width: 1880px) {
    .main__nav ul.lg__menu {
        display: none;
    }
}

.main__nav ul.xmd__menu {
    display: none;
}

@media only screen and (max-width: 1549px) {
    .main__nav ul.xmd__menu {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}

.main__nav nav>ul>li {
    margin-right: 20px;
    position: relative;
    display: inline-block;
}

.main__nav ul li:last-child {
    margin-right: 0;
}

.main__nav ul li:hover>ul.sub__main__menu {
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    visibility: visible;
    opacity: 1;
    top: 130%;
}

.main__nav ul li:hover>ul.sub__main__menu ul.sub__main__menu {
    top: 0px;
    left: 100%;
}

.main__nav ul li:hover>ul.sub__main__menu i {
    transform: rotate(270deg);
}

.main__nav ul li ul.sub__main__menu {
    position: absolute;
    top: 160%;
    left: 0;
    background: #fff;
    max-width: 250px;
    min-width: 250px;
    padding: 25px;
    padding-right: 0px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0px 0px 20px 6px rgba(0, 0, 0, 0.04);
    box-shadow: 0px 0px 20px 6px rgba(0, 0, 0, 0.04);
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.main__nav ul li ul.sub__main__menu li {
    margin-right: 0;
}

.main__nav ul li ul.sub__main__menu li a {
    font-size: 16px;
    font-weight: 400;
    padding: 7px 5px;
}

.main__nav ul li a {
    color: #000;
    font-weight: 600;
}

.main__nav ul li a:hover {
    color: #E81C1C;
}

.main__nav ul li a i {
    margin-left: 6px;
}

.yars__item {
    color: #E81C1C;
    font-weight: 900;
    font-size: 24px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 35px;
}

@media only screen and (max-width: 979px) {
    .yars__item {
        margin-left: 5px;
    }
}

@media only screen and (max-width: 550px) {
    .yars__item {
        display: none;
    }
}

.yars__item span {
    display: block;
    width: 35px;
    height: 35px;
    background: #FFA82C;
    color: #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 5px;
    font-size: 18px;
}

.login__register {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 8px;
}

@media only screen and (max-width: 979px) {
    .login__register {
        margin: 0;
    }
}

.login__register a {
    margin-right: 10px;
    font-weight: 600;
    color: #999999;
    text-decoration: underline;
    -webkit-text-decoration-color: rgba(153, 153, 153, 0.4);
    text-decoration-color: rgba(153, 153, 153, 0.4);
}

.login__register a:last-child {
    margin-right: 0;
}

.login__register a:hover {
    text-decoration: none;
}

.login__register a.login__btn {
    width: 21px;
    min-width: 21px;
}

@media only screen and (max-width: 1880px) {
    .login__register a.login__btn {
        display: block;
        margin-right: 0;
        width: 22px;
        height: 26px;
    }
}

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

.main__actions .actions__item {
    margin-right: 15px;
}

@media only screen and (max-width: 1880px) {
    .main__actions .actions__item {
        margin-right: 21px;
    }
}

@media only screen and (max-width: 767px) {
    .main__actions .actions__item {
        display: none;
    }

    .main__actions .actions__item.count {
        display: block !important;
    }
}

.main__actions .actions__item:last-child {
    margin-right: 0;
    padding: 15px 0px;
}

.main__actions .actions__item a.like__action {
    margin-right: 15px;
}

.main__actions .actions__item a.like__action:last-child {
    margin-right: 0;
}

.price__ {
    font-size: 20px;
}

.cols__ form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.cols__ span {
    color: #E81C1C;
    font-weight: 600;
    font-size: 18px;
    display: block;
    margin: 0px 10px;
}

.cols__ button {
    border: none;
    background: transparent;
    font-size: 14px;
    color: #999;
    cursor: pointer;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.cols__ button:hover {
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    color: #E81C1C;
}

.full__price span {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 17px;
    color: #999999;
}

.full__price span b {
    color: #E81C1C;
    display: inline-block;
    font-size: 26px;
    margin-left: 15px;
}

.main__cart {
    background: url("../images/svg/cart-red.svg");
    background-repeat: no-repeat;
    background-position: left center;
    padding: 10px 0 10px 43px;
    font-weight: 600;
    color: #999999;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}

.main__cart b {
    color: #E81C1C;
    display: inline-block;
    margin-right: 10px;
    margin-left: 5px;
}

@media only screen and (max-width: 550px) {

    .main__cart b,
    .main__cart .tile__cart {
        display: none;
    }
}

@media only screen and (max-width: 979px) {
    .main__cart .tile__cart {
        display: none;
    }
}

.actions__item {
    position: relative;
}

.actions__item .cart__items {
    position: absolute;
    z-index: 12;
    right: 0;
    top: 200%;
    background: #fff;
    width: 435px;
    -webkit-box-shadow: 0px 0px 20px 6px rgba(0, 0, 0, 0.04);
    box-shadow: 0px 0px 20px 6px rgba(0, 0, 0, 0.04);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

@media only screen and (max-width: 550px) {
    .actions__item .cart__items {
        width: 290px;
    }
}

.actions__item:hover .cart__items {
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    visibility: visible;
    opacity: 1;
    top: 100%;
}

.actions__item:hover {
    z-index: 12;
}

.actions__item:hover .tile__cart {
    color: #ffffffab;
}

.actions__item:hover+.opacity {
    content: " ";
    background: #00000050;
    position: fixed;
    display: block;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 10;
}

.actions__item .cart__items:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 15px 15px 15px;
    border-color: transparent transparent #fff transparent;
    position: absolute;
    top: -15px;
    right: 50px;
    z-index: 10;
}

@media only screen and (max-width: 550px) {
    .actions__item .cart__items:after {
        right: 15px;
    }
}

.actions__item .cart__items .cart__items__list {
    max-height: 400px;
    overflow-y: scroll;
}

.actions__item .cart__items .item {
    padding: 20px 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    border-bottom: 1px solid #f2f2f2;
}

.actions__item .cart__items .item:last-child {
    border-bottom: none;
}

.actions__item .cart__items .item .item__img {
    max-width: 85px;
    width: 100%;
    margin-right: 15px;
}

@media only screen and (max-width: 550px) {
    .actions__item .cart__items .item .item__img {
        max-width: 50px;
    }
}

.actions__item .cart__items .item .item__text .item__text__title {
    min-height: 70px;
    max-height: 70px;
    overflow: hidden;
}

@media only screen and (max-width: 550px) {
    .actions__item .cart__items .item .item__text .item__text__title {
        max-height: inherit;
        min-height: inherit;
        margin-bottom: 15px;
        font-size: 14px;
    }
}

.actions__item .cart__items .item .item__text a {
    color: #999;
}

.actions__item .cart__items .item .item__text a:hover {
    color: #E81C1C;
}

.actions__item .cart__items .item .item__text .item__text__actions {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media only screen and (max-width: 550px) {
    .actions__item .cart__items .item .item__text .item__text__actions {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        font-size: 14px;
    }
}

.actions__item .cart__items .item .item__text .item__text__actions .cols__ {
    margin: 0 15px;
}

@media only screen and (max-width: 550px) {
    .actions__item .cart__items .item .item__text .item__text__actions .cols__ {
        margin: 5px 0;
    }
}

.actions__item .cart__items .item .item__text .item__text__actions .remove__ {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: right;
}

.actions__item .cart__items .cart__items__footer {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-top: 1px solid #f2f2f2;
}

@media only screen and (max-width: 550px) {
    .actions__item .cart__items .cart__items__footer {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .actions__item .cart__items .cart__items__footer a.order__btn {
        width: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        text-align: center;
        margin-top: 15px;
    }
}

.search__form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 2px solid #E6E6E6;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.search__form input,
.search__form button {
    border: none;
    font-family: inherit;
    min-height: 57px;
}

@media only screen and (max-width: 550px) {

    .search__form input,
    .search__form button {
        min-height: 48px;
    }
}

.search__form input {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background: url("../images/svg/search-ico.svg");
    background-position: 30px center;
    background-repeat: no-repeat;
    padding: 0 30px 0 71px;
    font-size: 16px;
}

@media only screen and (max-width: 1170px) {
    .search__form input {
        background: transparent;
        padding: 0 15px;
    }
}

.search__form button {
    background: url("../images/svg/submit-search-ico.svg");
    background-position: 29px 57%;
    background-repeat: no-repeat;
    padding: 0 30px 0 65px;
    font-size: 18px;
    font-weight: 600;
    color: #999999;
    cursor: pointer;
}

@media only screen and (max-width: 1170px) {
    .search__form button {
        color: transparent;
        background: url("../images/svg/search-ico.svg");
        background-position: center;
        background-repeat: no-repeat;
        padding: 0;
    }
}

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

@media only screen and (max-width: 1880px) {
    .header__baners {
        max-width: 585px;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .header__baners img {
        max-width: 100%;
    }
}

@media only screen and (max-width: 1549px) {
    .header__baners {
        max-width: 440px;
    }

    .header__baners .item:last-child {
        display: none;
    }

    .header__baners .item {
        margin-right: 0px;
    }
}

@media only screen and (max-width: 768px) {
    .header__baners {
        display: none;
    }
}

.header__baners .item {
    margin-right: 30px;
    max-height: 60px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden;
    position: relative;
    top: -1px;
}

.header__baners .item a,
.header__baners .item img {
    display: block;
}

.header__baners .item:last-child {
    margin-right: 0;
}

@media only screen and (max-width: 1550px) {
    .header__baners .item {
        margin-right: 0px !important;
    }

    .item__order__product .order__price .item b {
        font-size: 28px !important;
    }
}

@media only screen and (max-width: 1170px) {
    .header__baners .item {
        margin-left: 15px;
    }
}

.catalog__menu__btn {
    position: relative;
}

.catalog__menu__btn:hover .sub__catalog__menu {
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    visibility: visible;
    opacity: 1;
    top: 60px;
}

.catalog__menu__btn .sub__catalog__menu {
    position: absolute;
    left: 0;
    top: 85px;
    background: #fff;
    width: 100%;
    min-width: 278px;
    -webkit-box-shadow: 0px 0px 20px 6px rgba(0, 0, 0, 0.04);
    box-shadow: 0px 0px 20px 6px rgba(0, 0, 0, 0.04);
    z-index: 12;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.catalog__menu__btn .sub__catalog__menu li:last-child a {
    border-bottom: transparent;
}

.catalog__menu__btn .sub__catalog__menu li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #000;
    border-bottom: 1px solid #f2f2f2;
    padding: 25px 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.catalog__menu__btn .sub__catalog__menu li a span {
    color: #C7C7C7;
}

.catalog__menu__btn .sub__catalog__menu li:hover>ul.sub__catalog__menu__sub {
    -webkit-transition: all ease 0.3s 0.3s;
    -o-transition: all ease 0.3s 0.3s;
    transition: all ease 0.3s 0.3s;
    visibility: visible;
    opacity: 1;
    left: 100%;
    top: 0px;
    /*bottom: 0px;*/
}

.catalog__menu__btn .sub__catalog__menu ul.sub__catalog__menu__sub {
    position: absolute;
    top: 0;
    left: 120%;
    width: 280px;
    background: #fff;
    -webkit-box-shadow: 0px 0px 20px 6px rgba(0, 0, 0, 0.01);
    box-shadow: 0px 0px 20px 6px rgba(0, 0, 0, 0.01);
    z-index: 9;
    /*padding: 15px 0;*/
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    min-height: 100%;
    transition-delay: 1s;
}

.catalog__menu__btn .sub__catalog__menu ul.sub__catalog__menu__sub li:first-child {
    padding-top: 15px;
}

.catalog__menu__btn .sub__catalog__menu ul.sub__catalog__menu__sub li:last-child {
    padding-bottom: 15px;
}

.catalog__menu__btn .sub__catalog__menu ul.sub__catalog__menu__sub li a {
    border: none;
    padding: 7px 30px 15px 30px;
}

.catalog__menu__btn .sub__catalog__menu ul.sub__catalog__menu__sub li a:hover {
    color: #E81C1C;
}

header {
    padding: 0 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 40px;
}

@media only screen and (max-width: 1365px) {
    header {
        padding: 0 30px;
        margin-top: 25px;
    }
}

@media only screen and (max-width: 767px) {
    header {
        padding: 0 15px;
        margin-top: 25px;
    }
}

@media only screen and (max-width: 550px) {
    header {
        margin-bottom: 20px;
        margin-top: 25px;
    }
}

header .mobile__menu__btn {
    display: none;
}

@media only screen and (max-width: 767px) {
    header .mobile__menu__btn {
        display: block;
    }
}

header .mobile__action__panel {
    display: none;
}

@media only screen and (max-width: 767px) {
    header .mobile__action__panel {
        display: block;
    }

    header .mobile__action__panel ul li {
        margin-right: 35px;
    }

    header .mobile__action__panel ul li:last-child {
        margin-right: 0;
    }
}

header .first__line .container {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 2px solid #F2F2F2;
    padding: 20px 0;
}

@media only screen and (max-width: 767px) {
    header .first__line .container {
        border-bottom: none;
        padding: 15px 0;
    }
}

header .first__line__menu {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

@media only screen and (max-width: 767px) {
    header .first__line__menu {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    header .first__line__contact {
        display: none;
    }
}

header .second__line {
    padding: 20px 0;
}

@media only screen and (max-width: 767px) {
    header .second__line {
        padding: 0 0 20px 0;
    }
}

header .second__line .container {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

header .last__line .container {
    padding: 0;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

header .last__line .container .info__link {
    display: none;
    margin-right: 10px;
}

@media only screen and (max-width: 768px) {
    header .last__line .container .info__link {
        display: block;
    }
}

@media only screen and (max-width: 550px) {
    header .last__line .container .info__link {
        display: none;
    }
}

header .last__line .container .header__search {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-right: 30px;
}

@media only screen and (max-width: 1170px) {
    header .last__line .container .header__search {
        margin-right: 0;
    }
}

header .last__line .container .catalog__menu__list {
    margin-right: 30px;
}

@media only screen and (max-width: 1170px) {
    header .last__line .container .catalog__menu__list {
        margin-right: 10px;
    }
}

@media only screen and (max-width: 767px) {
    header .last__line .container .catalog__menu__list {
        display: none;
    }
}

.home__img__slider {
    padding: 0 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}

@media only screen and (max-width: 1365px) {
    .home__img__slider {
        padding: 0 30px;
    }
}

@media only screen and (max-width: 767px) {
    .home__img__slider {
        padding: 0px;
    }
}

.home__img__slider .slick-prev,
.home__img__slider .slick-next {
    width: 60px;
    height: 60px;
}

.home__img__slider .slick-dotted.slick-slider {
    margin-bottom: 79px;
}

@media only screen and (max-width: 550px) {
    .home__img__slider .slick-dotted.slick-slider {
        margin-bottom: 55px;
    }
}

.home__img__slider .slick-list {
    margin: 0 -15px;
}

.home__img__slider .slick-slide {
    margin: 0 15px;
}

.home__img__slider .container {
    padding: 0;
}

.home__img__slider .container a {
    display: block;
}

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

.about__section {
    padding: 0 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    margin-bottom: 77px;
}

@media only screen and (max-width: 1365px) {
    .about__section {
        padding: 0 30px;
    }
}

@media only screen and (max-width: 767px) {
    .about__section {
        padding: 0px;
    }
}

.about__section .container {
    padding: 0;
}

@media only screen and (max-width: 767px) {
    .about__section .container {
        padding: 0 15px;
    }
}

@media only screen and (max-width: 1170px) {
    .about__section {
        display: none;
    }
}

@media only screen and (max-width: 979px) {
    .about__section {
        display: block;
    }
}

@media only screen and (max-width: 767px) {
    .about__section {
        display: none;
    }
}

.about__section .about__items {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow: hidden;
}

.about__section .about__items .item {
    border-right: 2px solid #E6E6E6;
    border-top: 2px solid #E6E6E6;
    border-bottom: 2px solid #E6E6E6;
    height: 130px;
    max-width: 17.5%;
    width: 100%;
    padding: 0px 40px 0px 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media only screen and (max-width: 1880px) {
    .about__section .about__items .item {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding: 25px;
    }
}

@media only screen and (max-width: 1549px) {
    .about__section .about__items .item {
        padding: 20px 20px 40px 20px;
        height: 147px;
        font-size: 14px;
    }
}

@media only screen and (max-width: 1170px) {
    .about__section .about__items .item {
        max-width: 23.333333%;
        display: none;
    }

    .about__section .about__items .item.active__tb {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}

@media only screen and (max-width: 979px) {
    .about__section .about__items .item {
        height: 220px;
        text-align: center;
        padding: 70px 10px 28px 10px;
    }
}

.about__section .about__items .item i.ico_svg {
    position: absolute;
    bottom: 15px;
    right: 15px;
}

@media only screen and (max-width: 979px) {
    .about__section .about__items .item i.ico_svg {
        top: 25px;
        right: inherit;
        bottom: inherit;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }
}

.about__section .about__items .item b {
    display: block;
    font-size: 18px;
}

@media only screen and (max-width: 1549px) {
    .about__section .about__items .item b {
        font-size: 16px;
    }
}

@media only screen and (max-width: 979px) {
    .about__section .about__items .item b {
        display: block;
        width: 100%;
        text-align: center;
    }
}

.about__section .about__items .item:first-child {
    max-width: 30%;
    padding-left: 125px;
}

@media only screen and (max-width: 1549px) {
    .about__section .about__items .item:first-child {
        padding-left: 100px;
    }
}

@media only screen and (max-width: 1170px) {
    .about__section .about__items .item:first-child {
        padding-left: 20px;
        padding-top: 45px;
    }
}

@media only screen and (max-width: 979px) {
    .about__section .about__items .item:first-child {
        padding-top: 69px;
        border-left: 2px solid #E6E6E6;
    }
}

.about__section .about__items .item:first-child:before {
    content: "";
    width: 150px;
    height: 150px;
    background-color: #FFA82C;
    background-image: url("../images/svg/phone-ico-mobile.svg");
    background-repeat: no-repeat;
    background-position: 67% center;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    left: -55px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    z-index: 10;
}

@media only screen and (max-width: 1549px) {
    .about__section .about__items .item:first-child:before {
        left: -80px;
        background-position: 75% center;
    }
}

@media only screen and (max-width: 1170px) {
    .about__section .about__items .item:first-child:before {
        top: -240px;
        width: 285px;
        height: 285px;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        background-position: center 97%;
    }
}

@media only screen and (max-width: 979px) {
    .about__section .about__items .item:first-child:before {
        background-position: center 95.5%;
        -webkit-background-size: 25px 25px;
        background-size: 25px 25px;
    }
}

.page__section__title {
    margin-bottom: 45px;
}

@media only screen and (max-width: 767px) {
    .page__section__title {
        text-align: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 15px;
    }
}

.page__section__title.flex__nav {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.page__section__title.flex__nav h2 {
    margin-right: 80px;
}

@media only screen and (max-width: 1880px) {
    .page__section__title.flex__nav h2 {
        margin-right: 60px;
    }
}

@media only screen and (max-width: 979px) {
    .page__section__title.flex__nav h2 {
        margin-right: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .page__section__title.flex__nav h2 {
        margin-right: 0;
    }
}

@media only screen and (max-width: 767px) {
    .page__section__title.flex__nav ul {
        display: none;
    }
}

.page__section__title.flex__nav ul li {
    margin-right: 80px;
}

@media only screen and (max-width: 1880px) {
    .page__section__title.flex__nav ul li {
        margin-right: 60px;
    }
}

@media only screen and (max-width: 979px) {
    .page__section__title.flex__nav ul li {
        margin-right: 30px;
    }
}

.page__section__title.flex__nav ul li:last-child {
    margin-right: 0;
}

.page__section__title.flex__nav ul li a {
    font-size: 30px;
    color: #999999;
    font-weight: 600;
}

@media only screen and (max-width: 1880px) {
    .page__section__title.flex__nav ul li a {
        font-size: 25px;
    }
}

@media only screen and (max-width: 1549px) {
    .page__section__title.flex__nav ul li a {
        font-size: 24px;
    }
}

@media only screen and (max-width: 1170px) {
    .page__section__title.flex__nav ul li a {
        font-size: 18px;
    }
}

.page__section__title.flex__nav ul li a:hover,
.page__section__title.flex__nav ul li.active a {
    color: #E81C1C;
}

@media only screen and (max-width: 767px) {}

.page__section__title h3 {
    font-weight: 600;
    font-size: 30px;
    margin: 0;
}

@media only screen and (max-width: 550px) {
    .page__section__title h3 {
        font-size: 20px;
    }
}

.page__section__title h2 {
    font-size: 41px;
    margin: 0;
}

@media only screen and (max-width: 1170px) {
    .page__section__title h2 {
        font-size: 28px;
    }
}

@media only screen and (max-width: 550px) {
    .page__section__title h2 {
        font-size: 20px;
    }
}

.page__section__title h4 {
    font-size: 30px;
    font-weight: 600;
}

@media only screen and (max-width: 1170px) {
    .page__section__title h4 {
        font-size: 28px;
    }
}

@media only screen and (max-width: 550px) {
    .page__section__title h4 {
        font-size: 20px;
    }
}

.page__content__item {
    padding: 0 50px;
    /*overflow: hidden;*/
    margin-bottom: 45px;
}

@media only screen and (max-width: 1365px) {
    .page__content__item {
        padding: 0 30px;
    }
}

@media only screen and (max-width: 767px) {
    .page__content__item {
        padding: 0 15px;
    }
}

@media only screen and (max-width: 550px) {
    .page__content__item {
        margin-bottom: 30px;
    }
}

.page__content__item .container {
    padding: 0;
}

.item__like__fit {
    /*display: -webkit-inline-box;*/
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.item__like__fit a.__fitt {
    margin-right: 15px;
}

.item__like__fit a.__fitt:hover svg path,
.item__like__fit a.__fitt.active svg path {
    fill: #E81C1C;
    stroke: transparent;
}

.item__like__fit a {
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.item__like__fit a:hover,
.item__like__fit a.active {
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.item__like__fit a:hover svg,
.item__like__fit a.active svg {
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.item__like__fit a:hover svg path,
.item__like__fit a.active svg path {
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    fill: #E81C1C;
    stroke: #E81C1C;
}

a.wiew__item__ {
    border: 2px solid #C7C7C7;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: relative;
    width: 34px;
    min-width: 34px;
    height: 34px;
    background-image: url("../images/svg/wiew.svg");
    background-repeat: no-repeat;
    background-position: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

a.wiew__item__:hover,
a.wiew__item__.active {
    border-color: #E81C1C;
    background: #E81C1C;
    background-image: url("../images/svg/wiew-white.svg");
    background-repeat: no-repeat;
    background-position: center;
}

a.add__cart__item__,
.add2delayedbox {
    border: 2px solid #C7C7C7;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: relative;
    width: 34px;
    min-width: 34px;
    height: 34px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 8px;
}

.add2delayedbox {
    margin-left: 20px;
}

.add2delayedbox.active,
.add2delayedbox:hover {
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    border-color: #E81C1C;
    background-color: #E81C1C;
    background-repeat: no-repeat;
    background-position: center;
}

.add2delayedbox.active svg path {
    stroke: #ffffff;
}

a.add__cart__item__:before,
a.add__cart__item__:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #C7C7C7;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

a.add__cart__item__:before {
    width: 14px;
    height: 2px;
}

a.add__cart__item__:after {
    height: 14px;
    width: 2px;
}

a.add__cart__item__:hover {
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    border-color: #E81C1C;
    background: #E81C1C;
}

a.add__cart__item__:hover:before,
a.add__cart__item__:hover:after {
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    background: #fff;
}

a.add__cart__item__.active {
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    border-color: #E81C1C;
    background-color: #E81C1C;
    background-image: url("../images/svg/check-ico.svg");
    background-repeat: no-repeat;
    background-position: center;
}

a.add__cart__item__.active:before,
a.add__cart__item__.active:after {
    display: none;
}

.page__product__slider {
    /*border-top: 2px solid #E6E6E6;
  border-left: 2px solid #E6E6E6;*/
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@media only screen and (max-width: 979px) {
    .page__product__slider {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .page__product__slider {
        display: block;
        border: none;
    }
}

.page__product__slider.slick-dotted.slick-slider {
    margin-bottom: 65px;
}

.page__product__slider .product__slider__item {
    border: 2px solid #E6E6E6;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: -2px;
    margin-left: -2px;
}

@media only screen and (max-width: 767px) {
    .page__product__slider .product__slider__item {
        border: none;
        border-top: 1px solid #E6E6E6;
    }
}

.page__product__slider .slick-prev {
    left: -24px;
}

.page__product__slider .slick-next {
    right: -24px;
}

@media only screen and (max-width: 767px) {
    .page__product__slider .item__product .item__like__fit {
        display: none;
    }
}

.product__slider__horizontal {
    display: none;
}

@media only screen and (max-width: 979px) {
    .product__slider__horizontal {
        display: block !important;
    }
}

@media only screen and (max-width: 767px) {
    .product__slider__horizontal {
        display: none !important;
    }
}

.product__slider__horizontal .item__product {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.product__slider__horizontal .item__product .item__like__fit {
    right: inherit;
    left: 27px;
    top: inherit;
    bottom: 20px;
}

.product__slider__horizontal .item__product .item__img {
    max-width: 100%;
    margin: 0 0 15px 0;
    text-align: center;
}

.product__slider__horizontal .item__product .item__text .item__title ul.rating__list {
    margin-bottom: 10px;
}

.product__slider__horizontal .item__product .item__text .actions___item {
    margin-top: 15px;
    text-align: right;
}

.product__slider__horizontal .item__product .item__text .item__foot .price_ {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    font-size: 20px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.product__slider__horizontal .item__product .item__text .item__foot .price_ span {
    margin-left: 20px;
}

.item__product {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 25px 25px 13px 25px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

@media only screen and (max-width: 550px) {
    .item__product {
        padding: 15px;
    }
}

.item__product .item__like__fit {
    position: absolute;
    right: 25px;
    top: 25px;
    z-index: 10;
}

@media only screen and (max-width: 1660px) and (min-width: 978px) {
    .item__product .item__like__fit {
        right: unset;
        top: unset;
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: baseline;
    }
}

.item__product .actions___item {
    position: absolute;
    right: -4px;
    bottom: -10px;
}

@media only screen and (max-width: 1880px) {
    .item__product .actions___item {
        bottom: 0;
    }
}

@media only screen and (max-width: 1549px) {
    .item__product .actions___item {
        bottom: 0;
    }
}

@media only screen and (max-width: 979px) {
    .item__product .actions___item {
        position: relative;
        right: 0;
        bottom: 0;
        margin-top: 5px;
    }
}

.item__product .actions___item a.wiew__item__ {
    display: none;
}

@media only screen and (max-width: 1549px) {
    .item__product .actions___item a.wiew__item__ {
        display: inline-block;
        margin-right: 4px;
    }
}

.item__product .item__img {
    max-width: 190px;
    width: 100%;
    min-width: 191px;
    margin-right: 15px;
}

@media only screen and (max-width: 3000px) {
    .item__product .item__img {
        max-width: 150px;
        min-width: 150px;
        text-align: center;
    }

    .item__product .item__img img {
        max-width: 100%;
        max-height: 100px;
    }
}

@media only screen and (max-width: 1549px) {
    .item__product .item__img {
        max-width: 130px;
        min-width: 130px;
        text-align: center;
    }
}

@media only screen and (max-width: 550px) {
    .item__product .item__img {
        max-width: 80px;
        min-width: 60px;
        margin-right: 10px;
        text-align: center;
    }

    .item__product .item__img img {
        /*max-width: 60px;*/
    }
}

.icon_wrapper {
    z-index: 10;
    position: absolute;
    top: 15px;
    right: 50px;
}

.product_sertificate {
    width: 50px;
    height: 50px
}

.dual-sim {
    width: 32px;
    margin-top: 5px
}

@media only screen and (max-width: 550px) {
    .dual-sim {
        /*  width: unset; */
    }

    .icon_wrapper {
        right: 0;
        top: 0;
    }

}

@media only screen and (max-width: 550px) {
    .product_sertificate {
        top: 15px;
        right: 15px;
    }
}

.item__product .item__text {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative;
}

.item__product .item__text .item__title {
    max-width: 260px;
    margin-bottom: 10px;
}

.item__product .item__text .item__title ul.rating__list {
    margin-bottom: 5px;
}

.item__product .item__text .item__title a {
    color: #000;
    font-size: 20px;
    display: block;
    height: 69px;
    overflow: hidden;
}

.item__product .item__text .item__title a:hover {
    color: #E81C1C;
}

@media only screen and (max-width: 1880px) {
    .item__product .item__text .item__title a {
        font-size: 18px;
    }
}

@media only screen and (max-width: 1549px) {
    .item__product .item__text .item__title a {
        font-size: 16px;
    }
}

.item__product .item__text .item__foot small {
    font-size: 17px;
    color: #D9D9D9;
    display: block;
    margin-bottom: 10px;
}

@media only screen and (max-width: 1880px) {
    .item__product .item__text .item__foot small {
        font-size: 16px;
    }
}

@media only screen and (max-width: 1549px) {
    .item__product .item__text .item__foot small {
        font-size: 14px;
    }
}

.item__product .item__text .item__foot .price_ {
    color: #E81C1C;
    font-size: 24px;
}

@media only screen and (max-width: 1880px) {
    .item__product .item__text .item__foot .price_ {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        font-size: 20px;
    }
}

@media only screen and (max-width: 550px) {
    .item__product .item__text .item__foot .price_ {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

@media only screen and (max-width: 1549px) {
    .item__product .item__text .item__foot .price_ {
        font-size: 18px;
    }
}

.item__product .item__text .item__foot .price_ span {
    display: inline-block;
    margin-left: 20px;
    color: #999999;
    text-decoration: line-through;
}

@media only screen and (max-width: 1880px) {
    .item__product .item__text .item__foot .price_ span {
        margin-left: 0;
    }
}

@media only screen and (max-width: 550px) {
    .item__product .item__text .item__foot .price_ span {
        margin-left: 15px;
    }
}

.item__m_ {
    margin-top: 65px;
}

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

@media only screen and (max-width: 979px) {
    .product__slider__right__img {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media only screen and (max-width: 979px) {
    .product__slider__right__img {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .product__slider__right__img {
        display: block !important;
    }
}

.product__slider__right__img .page__product__slider {
    max-width: -webkit-calc(100% - 600px);
    max-width: calc(100% - 600px);
}

@media only screen and (max-width: 1880px) {
    .product__slider__right__img .page__product__slider {
        max-width: -webkit-calc(100% - 482px);
        max-width: calc(100% - 482px);
    }
}

@media only screen and (max-width: 1549px) {
    .product__slider__right__img .page__product__slider {
        max-width: -webkit-calc(100% - 422px);
        max-width: calc(100% - 422px);
    }
}

@media only screen and (max-width: 979px) {
    .product__slider__right__img .page__product__slider {
        max-width: 100%;
    }
}

.product__slider__right__img .right__slider__img {
    position: absolute;
    width: 600px;
    right: 0;
    top: 0;
    overflow: hidden;
    height: 100%;
}

@media only screen and (max-width: 1880px) {
    .product__slider__right__img .right__slider__img {
        width: 482px;
    }

    .product__slider__right__img .right__slider__img img,
    .product__slider__right__img .right__slider__img a {
        display: block;
        height: 100%;
    }
}

@media only screen and (max-width: 1549px) {
    .product__slider__right__img .right__slider__img {
        width: 422px;
    }
}

@media screen and (max-width: 1195px) {
    .product__slider__right__img .right__slider__img {
        max-height: 412px;
    }
}

@media only screen and (max-width: 979px) {
    .product__slider__right__img .right__slider__img {
        max-width: 100%;
        max-height: inherit;
        display: none;
    }
}

.flex__news {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media only screen and (max-width: 1170px) {
    .news__items {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.news__items .news__item {
    margin-right: 30px;
    margin-bottom: 30px;
    max-width: -webkit-calc((100% - 90px) / 4);
    max-width: calc((100% - 90px) / 4);
}

.news__items .news__item:nth-child(4n+4) {
    margin-right: 0;
}

@media only screen and (max-width: 1170px) {
    .news__items .news__item:nth-child(4n+4) {
        margin-right: 30px;
    }
}

@media only screen and (max-width: 550px) {
    .news__items .news__item:nth-child(4n+4) {
        margin-right: 0;
    }
}

@media only screen and (max-width: 1170px) {
    .news__items .news__item:nth-child(3n+3) {
        margin-right: 0;
    }
}

@media only screen and (max-width: 767px) {
    .news__items .news__item:nth-child(3n+3) {
        margin-right: 30px;
    }
}

@media only screen and (max-width: 550px) {
    .news__items .news__item:nth-child(3n+3) {
        margin-right: 0;
    }
}

@media only screen and (max-width: 767px) {
    .news__items .news__item:nth-child(2n+2) {
        margin-right: 0;
    }
}

@media only screen and (max-width: 1170px) {
    .news__items .news__item {
        max-width: -webkit-calc((100% - 60px) / 3);
        max-width: calc((100% - 60px) / 3);
    }
}

@media only screen and (max-width: 979px) {
    .news__items .news__item {
        max-width: 100%;
        width: 100%;
        margin-right: 0 !important;
        margin-bottom: 10px;
    }
}

.news__item {
    width: 100%;
}

@media only screen and (max-width: 979px) {
    .news__item {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        border: 2px solid #E6E6E6;
    }
}

@media only screen and (max-width: 767px) {
    .news__item {
        border: none;
        border-top: 1px solid #E6E6E6;
        padding: 20px 0;
        margin-bottom: 0 !important;
    }
}

.news__item .item__img {
    min-height: 163px;
    width: 100%;
    overflow: hidden;
    display: block;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.news__item .item__img img,
.news__item .item__img a {
    display: block;
}

@media only screen and (max-width: 979px) {
    .news__item .item__img {
        max-height: inherit;
        max-width: 50%;
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .news__item .item__img {
        max-width: 40%;
    }
}

.news__item .news__content {
    border-left: 2px solid #E6E6E6;
    border-right: 2px solid #E6E6E6;
    border-bottom: 2px solid #E6E6E6;
    padding: 35px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 177px;
    max-height: 177px;
}

@media only screen and (max-width: 1880px) {
    .news__item .news__content {
        min-height: 162px;
        max-height: 162px;
    }
}

@media only screen and (max-width: 979px) {
    .news__item .news__content {
        min-height: inherit;
        max-height: inherit;
        padding: 25px;
        border: none;
        max-width: 50%;
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .news__item .news__content {
        padding: 0 25px;
        max-width: 60%;
    }
}

.news__item .news__content .news__item__title {
    margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
    .news__item .news__content .news__item__title {
        margin-bottom: 10px;
    }
}

.news__item .news__content .news__item__title a {
    color: #000;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.3;
}

@media only screen and (max-width: 1880px) {
    .news__item .news__content .news__item__title a {
        font-size: 18px;
    }
}

@media only screen and (max-width: 1549px) {
    .news__item .news__content .news__item__title a {
        font-size: 18px;
    }
}

@media only screen and (max-width: 979px) {
    .news__item .news__content .news__item__title a {
        font-size: 16px;
    }
}

.news__item .news__content .news__item__title a:hover {
    color: #E81C1C;
}

.news__item .news__content .news__item__footer {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media only screen and (max-width: 979px) {
    .news__item .news__content .news__item__footer {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.news__item .news__content .news__item__footer .data__post {
    display: block;
    margin-right: 25px;
    color: #999999;
}

.news__item .news__content .news__item__footer a {
    font-weight: 600;
}

@media only screen and (max-width: 767px) {
    .news__item .news__content .news__item__footer a {
        display: none;
    }
}

.news__item .news__content .news__item__footer a:hover {
    text-decoration: underline;
}

.partners__slider__item {
    background: #f5f5f5;
}

.partners__slider__item .slick-prev {
    left: -24px;
}

.partners__slider__item .slick-next {
    right: -24px;
}

.partners__slider__item .slick-prev,
.partners__slider__item .slick-next {
    background-color: #fff;
    -webkit-box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
}

.partners__slider__item .slick-prev:hover,
.partners__slider__item .slick-next:hover,
.partners__slider__item .slick-prev:focus,
.partners__slider__item .slick-next:focus {
    background-color: #fff;
    -webkit-box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0);
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0);
}

.partners__slider__item .slider__item {
    text-align: center;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 100px;
}

.partners__slider__item .slider__item img {
    display: block;
    margin: 0 auto;
}

.copyryght {
    padding: 0px 50px 30px 50px;
}

@media only screen and (max-width: 1365px) {
    .copyryght {
        padding: 25px 30px 15px 30px;
    }
}

@media only screen and (max-width: 767px) {
    .copyryght {
        padding: 0 15px 15px 15px;
        font-size: 16px;
    }
}

.copyryght .container {
    padding: 0;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #ADADAD;
    font-size: 18px;
}

@media only screen and (max-width: 767px) {
    .copyryght .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin-top: 25px;
        font-size: 16px;
    }

    .copyryght .container span {
        display: block;
        margin-bottom: 15px;
    }
}

.copyryght .container a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #ADADAD;
    line-height: 1;
}

.copyryght .container a img {
    margin-left: 15px;
    display: block;
}

footer {
    padding: 15px 50px 50px 50px;
    overflow: hidden;
    clear: both;
}

footer .footer__rating {
    display: none;
    margin-bottom: 35px;
}

@media only screen and (max-width: 979px) {
    footer .footer__rating {
        display: block;
    }

    footer .footer__rating .rating__y_market {
        max-width: 100%;
        width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    footer .footer__rating .rating__y_market:after {
        display: none !important;
    }

    footer .footer__rating .rating__y_market span {
        display: block;
        margin: 0;
    }

    footer .footer__rating .rating__y_market img {
        margin: 0 15px;
    }

    footer .footer__rating .rating__y_market ul {
        margin: 0;
    }

    footer .footer__rating .rating__y_market ul li {
        margin-bottom: 0;
    }

    footer .footer__rating .rating__y_market ul li a {
        margin: 0;
    }
}

@media only screen and (max-width: 767px) {
    footer .footer__rating {
        display: none !important;
    }
}

@media only screen and (max-width: 1365px) {
    footer {
        padding: 0 30px;
    }
}

@media only screen and (max-width: 767px) {
    footer {
        padding: 0 15px;
    }
}

footer .container {
    padding: 45px 0 0 0;
}

@media only screen and (max-width: 550px) {
    footer .container {
        padding: 45px 0 0 0;
    }
}

footer h5 {
    margin: 0 0 25px 0;
    color: #E81C1C;
    font-weight: 600;
    font-size: 24px;
}

@media only screen and (max-width: 1880px) {
    footer h5 {
        font-size: 18px;
    }
}

footer ul li {
    margin-bottom: 15px;
    font-size: 18px;
}

footer ul li:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 1880px) {
    footer ul li {
        font-size: 16px;
    }
}

footer ul li a {
    color: #595959;
}

footer ul li a:hover {
    color: #E81C1C;
}

footer span {
    display: block;
    font-size: 18px;
    margin-bottom: 20px;
}

@media only screen and (max-width: 1880px) {
    footer span {
        font-size: 16px;
    }
}

footer a.link__f {
    color: #000;
    text-decoration: underline;
    font-size: 18px;
}

@media only screen and (max-width: 1880px) {
    footer a.link__f {
        font-size: 16px;
    }
}

footer a.link__f:hover {
    text-decoration: none;
    color: #E81C1C;
}

footer .footer__navs {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

@media only screen and (max-width: 1170px) {
    footer .footer__navs {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

footer .footer__navs .item {
    max-width: -webkit-calc((100% - 430px) / 5);
    max-width: calc((100% - 430px) / 5);
    width: 100%;
    padding-right: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@media only screen and (max-width: 1880px) {
    footer .footer__navs .item {
        max-width: -webkit-calc((100% - 340px) / 5);
        max-width: calc((100% - 340px) / 5);
    }
}

@media only screen and (max-width: 1549px) {
    footer .footer__navs .item {
        padding-right: 5px;
        max-width: -webkit-calc((100% - 293px) / 5);
        max-width: calc((100% - 293px) / 5);
    }
}

@media only screen and (max-width: 1115px) {
    footer .footer__navs .item {
        padding-right: 5px;
        max-width: -webkit-calc((100% - 185px) / 5);
        max-width: calc((100% - 185px) / 5);
    }
}

@media only screen and (max-width: 979px) {
    footer .footer__navs .item {
        max-width: 33.3333333%;
        margin-bottom: 35px;
    }

    footer .footer__navs .item:nth-child(3) {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    footer .footer__navs .item {
        max-width: 100%;
        margin-bottom: 20px;
    }

    footer .footer__navs .item:nth-child(1),
    footer .footer__navs .item:nth-child(2),
    footer .footer__navs .item:nth-child(3)

    /*footer .footer__navs .item:nth-child(4) */
        {
        display: none;
    }
}

@media only screen and (max-width: 550px) {
    footer .footer__navs .item {
        max-width: 100%;
    }

    footer h5 {
        margin-bottom: 10px;
    }

    footer span {
        margin-bottom: 10px;
    }

    footer br {
        display: none;
    }

    footer .link__f {
        display: block;
    }

    ul.socials li a {
        font-size: 35px;
    }
}

footer .footer__info {
    max-width: 560px;
    width: 100%;
}

@media only screen and (max-width: 1880px) {
    footer .footer__info {
        max-width: 560px;
    }
}

@media only screen and (max-width: 1549px) {
    footer .footer__info {
        max-width: 450px;
    }
}

@media only screen and (max-width: 1250px) {
    footer .footer__info {
        max-width: 450px;
    }
}

@media only screen and (max-width: 1000px) {
    footer .footer__info {
        max-width: 320px;
    }
}

@media only screen and (max-width: 979px) {
    footer .footer__info {
        max-width: 465px;
    }
}

@media only screen and (max-width: 1170px) {}

@media only screen and (max-width: 767px) {

    footer .footer__info form,
    footer .footer__info .form__header {
        display: none;
    }
}

.subscribe__form .form__header {
    margin-bottom: 20px;
}

.subscribe__form .form__header span {
    font-size: 20px;
    background: url("../images/svg/subscribe-email-ico.svg");
    background-repeat: no-repeat;
    background-position: 0 0;
    padding-left: 35px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@media only screen and (max-width: 1880px) {
    .subscribe__form .form__header span {
        font-size: 20px;
        background-position: 0 2px;
    }
}

.subscribe__form form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 2px solid #E6E6E6;
    margin-bottom: 25px;
    position: relative;
}

.subscribe__form form input,
.subscribe__form form button {
    background: transparent;
    border: none;
    font-family: inherit;
    min-height: 50px;
}

.subscribe__form form input {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0 20px;
}

@media only screen and (max-width: 1365px) {
    .subscribe__form form input {
        max-width: 101px;
    }
}

.subscribe__form form button {
    padding: 0 20px;
    color: #E81C1C;
    text-decoration: underline;
    cursor: pointer;
    -webkit-text-decoration-color: rgba(255, 0, 0, 0.4);
    text-decoration-color: rgba(255, 0, 0, 0.4);
}

@media only screen and (max-width: 1549px) {
    .subscribe__form form button {
        position: absolute;
        top: 50%;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
        right: 15px;
        padding: 0;
    }
}

.subscribe__form form button:hover {
    text-decoration: none;
}

.pay__info small {
    font-size: 16px;
    color: #999999;
}

ul.socials {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 25px;
}

ul.socials li {
    margin: 0 15px 0 0 !important;
}

ul.socials li a {
    color: #999999;
    font-size: 24px;
    margin: 0 !important;
}

@media only screen and (max-width: 1880px) {}

ul.socials li a:hover {
    color: #E81C1C;
}

.news__single {
    margin-bottom: 35px;
}

.news__single .news__single {
    margin-bottom: 35px;
}

.news__single h1 {
    margin: 0 0 5px 0;
    font-size: 30px;
    line-height: 1.5;
}

@media only screen and (max-width: 550px) {
    .news__single h1 {
        font-size: 24px;
    }
}

.news__single .date__post {
    color: #999999;
}

.news__single .news__single__content p {
    font-size: 18px;
    color: #141414;
    line-height: 1.5;
}

@media only screen and (max-width: 1365px) {
    .news__single .news__single__content p {
        font-size: 16px;
    }
}

.news__single .news__single__content p img {
    float: right;
    max-width: 50%;
    margin: 0 0 25px 25px;
}

@media only screen and (max-width: 767px) {
    .news__single .news__single__content p img {
        float: none;
        margin: 0 0 25px 0;
        display: block;
        max-width: 100%;
    }
}

.bread__crumbs ul li,
.bread__crumbs ul a {
    color: #999999;
}

.bread__crumbs ul li {
    margin-right: 15px;
}

.bread__crumbs ul li:last-child {
    margin-right: 0;
}

.bread__crumbs ul a:hover {
    color: #E81C1C;
    text-decoration: underline;
}

.first__catalog__items {
    align-items: inherit !important;
}

.first__catalog__items a.item {
    max-width: -webkit-calc((100% - 120px) / 5);
    max-width: calc((100% - 120px) / 5);
    width: 100%;
    border: 2px solid #E6E6E6;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 30px;
    margin-bottom: 30px;
    display: block;
    text-align: center;
}

@media only screen and (max-width: 1170px) {
    .first__catalog__items a.item {
        max-width: -webkit-calc((100% - 60px) / 3);
        max-width: calc((100% - 60px) / 3);
    }
}

@media only screen and (max-width: 767px) {
    .first__catalog__items a.item {
        max-width: -webkit-calc((100% - 30px) / 2);
        max-width: calc((100% - 30px) / 2);
    }
}

@media only screen and (max-width: 550px) {
    .first__catalog__items a.item {
        max-width: 100%;
        margin-bottom: 15px;
        margin-right: 0;
    }
}

.first__catalog__items a.item:hover {
    border-color: #E81C1C;
}

@media only screen and (max-width: 1170px) {
    .first__catalog__items a.item:nth-child(3n+3) {
        margin-right: 0;
    }
}

@media only screen and (max-width: 767px) {
    .first__catalog__items a.item:nth-child(3n+3) {
        margin-right: 30px;
    }
}

@media only screen and (max-width: 550px) {
    .first__catalog__items a.item:nth-child(3n+3) {
        margin-right: 0;
    }
}

.first__catalog__items a.item:nth-child(5n+5) {
    margin-right: 0;
}

@media only screen and (max-width: 1170px) {
    .first__catalog__items a.item:nth-child(5n+5) {
        margin-right: 30px;
    }
}

@media only screen and (max-width: 550px) {
    .first__catalog__items a.item:nth-child(5n+5) {
        margin-right: 0;
    }
}

@media only screen and (max-width: 767px) {
    .first__catalog__items a.item:nth-child(2n+2) {
        margin-right: 0;
    }
}

.first__catalog__items a.item .item__img {
    max-height: 238px;
    overflow: hidden;
    padding: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media only screen and (max-width: 1549px) {
    .first__catalog__items a.item .item__img {
        max-height: 200px;
    }
}

.first__catalog__items a.item .item__img img {
    max-width: 100%;
}

.first__catalog__items a.item .item__content {
    padding: 25px 15px 35px 15px;
}

@media only screen and (max-width: 1549px) {
    .first__catalog__items a.item .item__content {
        padding: 15px 15px 25px 15px;
    }
}

.first__catalog__items a.item .item__content b {
    display: block;
    font-size: 18px;
    color: #000;
    margin-bottom: 5px;
}

@media only screen and (max-width: 1549px) {
    .first__catalog__items a.item .item__content b {
        font-size: 16px;
        margin-bottom: 0;
    }
}

.first__catalog__items a.item .item__content small {
    font-size: 16px;
}

@media only screen and (max-width: 1549px) {
    .first__catalog__items a.item .item__content small {
        font-size: 14px;
    }
}

.pagination {
    margin-top: 25px;
    margin-bottom: 45px;
}

.pagination ul.pagination__list {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.pagination ul.pagination__list li {
    border-right: 1px solid #E6E6E6;
    border-top: 1px solid #E6E6E6;
    border-bottom: 1px solid #E6E6E6;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: 600;
}

.pagination ul.pagination__list li:first-child {
    border-left: 1px solid #E6E6E6;
}

.pagination ul.pagination__list li:first-child a,
.pagination ul.pagination__list li:last-child a {
    color: #C7C7C7;
}

.pagination ul.pagination__list li:first-child a:hover,
.pagination ul.pagination__list li:last-child a:hover,
.pagination ul.pagination__list li.active a {
    color: #E81C1C;
}

.pagination ul.pagination__list li a {
    width: 50px;
    height: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #000;
}

@media only screen and (max-width: 767px) {
    .pagination ul.pagination__list li a {
        width: 30px;
        height: 30px;
        font-size: 13px;
    }
}

.pagination ul.pagination__list li a:hover,
.pagination ul.pagination__list li a.active {
    color: #E81C1C;
}

.news__prev__next {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #f5f5f5;
    padding: 20px 0;
    margin-bottom: 45px;
}

@media only screen and (max-width: 550px) {
    .news__prev__next {
        margin-bottom: 25px;
    }
}

.news__prev__next a {
    color: #999999;
    font-weight: 600;
}

@media only screen and (max-width: 767px) {
    .news__prev__next a {
        font-size: 14px;
    }
}

.news__prev__next a i {
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.news__prev__next a:hover {
    color: #000;
}

.news__prev__next a:hover i {
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    color: #E81C1C;
}

.news__prev__next a:first-child {
    margin-right: 25px;
}

@media only screen and (max-width: 550px) {
    .news__prev__next a:first-child {
        margin-right: 10px;
    }
}

.contact__map {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-height: 616px;
    background: #f5f5f5;
}

@media only screen and (max-width: 1170px) {
    .contact__map {
        min-height: 400px;
        height: 400px;
    }
}

@media only screen and (max-width: 550px) {
    .contact__map {
        min-height: 300px;
        height: 300px;
    }
}

.contact__items {
    max-width: 430px;
    width: 100%;
    margin-right: 30px;
}

@media only screen and (max-width: 1170px) {
    .contact__items {
        max-width: 100%;
        margin-bottom: 35px;
        margin-right: 0;
    }
}

.contact__items .item {
    padding: 35px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 2px solid #E6E6E6;
    font-size: 18px;
    margin-bottom: 35px;
}

.contact__items .item a.order__btn {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

.contact__items .item ul {
    padding-left: 35px;
}

.contact__items .item ul li {
    font-weight: 600;
}

.contact__items .item ul li small {
    display: block;
    font-weight: 600;
    color: #C7C7C7;
}

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

.contact__items .item span {
    display: block;
    color: #C7C7C7;
    font-weight: 600;
    margin-bottom: 15px;
    padding-left: 35px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.contact__items .item span:last-child {
    margin-bottom: 0;
}

.contact__items .item span a {
    color: #595959;
    text-decoration: none;
}

.contact__items .item a {
    color: #595959;
    text-decoration: underline;
}

.contact__items .item a:hover {
    color: #E81C1C;
}

.catalog__sidebar .page__content__catalog {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

@media only screen and (max-width: 1549px) {
    .sort__view {
        width: 100%;
    }
}

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

@media only screen and (max-width: 1549px) {
    .sort__items {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%;
    }
}

.catalog__top__line {
    background: #FAFAFA;
    padding: 15px 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px;
}

@media only screen and (max-width: 1549px) {
    .catalog__top__line {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

@media only screen and (max-width: 1170px) {
    .catalog__top__line {
        display: none;
    }
}

ul.popular__items li {
    color: #999999;
    margin-right: 10px;
}

ul.popular__items li:last-child {
    margin-right: 0;
}

ul.popular__items li a {
    color: #595959;
    text-decoration: underline;
}

ul.popular__items li a:hover {
    color: #E81C1C;
    text-decoration: none;
}

ul.sort__list {
    margin-right: 20px;
}

@media only screen and (max-width: 550px) {
    ul.sort__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    ul.sort__list li {
        margin-right: 0;
    }
}

ul.sort__list li {
    margin-right: 10px;
    position: relative;
}

ul.sort__list li span.sort_ {
    color: #999999;
}

@media only screen and (max-width: 550px) {
    ul.sort__list li span.sort_ {
        display: none;
    }
}

ul.sort__list li .nice-select {
    /*margin-bottom: 15px;*/
}

@media only screen and (max-width: 550px) {
    ul.sort__list li .nice-select {
        padding-left: 0;
    }
}

ul.sort__list li span.current {
    text-decoration: underline;
}

ul.sort__list li:focus ul.drop__down {
    visibility: visible;
}

ul.sort__list li:last-child {
    margin-right: 0;
}

ul.sort__list li a {
    color: #000;
    text-decoration: underline;
}

ul.view__select {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

ul.view__select li {
    margin-right: 10px;
}

ul.view__select li:last-child {
    margin-right: 0;
}

ul.view__select li a {
    display: block;
}

ul.view__select li a:hover svg rect,
ul.view__select li a.active svg rect,
ul.view__select li a:hover svg path,
ul.view__select li a.active svg path {
    stroke: #E81C1C !important;
}

ul.view__select li a svg {
    display: block;
}

ul.view__select li a svg rect,
ul.view__select li a svg path {
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.sidebar {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #FAFAFA;
    max-width: 280px;
    width: 100%;
    margin-right: 30px;
}

@media only screen and (max-width: 1170px) {
    .sidebar {
        display: none;
    }
}

.catalog__filter .filter__item {
    border-bottom: 1px solid #E6E6E6;
    padding: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

.bx-filter-popup-result {
    display: inline-block;
    position: absolute;
    left: 105%;
    border: 1px solid #E6E6E6;
    white-space: nowrap;
    padding: 3px 10px;
    border-radius: 3px;
    background: #fff;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.02), 0 10px 10px rgba(0, 0, 0, 0.02);
}

.catalog__filter .filter__item:last-child {
    border-color: transparent;
}

.catalog__filter .filter__item .filter__item__header {
    cursor: pointer;
}

.catalog__filter .filter__item .filter__item__header div i {
    font-size: 18px;
    position: relative;
    top: 2px;
    margin-right: 15px;
    color: #999999;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.catalog__filter .filter__item .filter__item__header div {
    display: inline-block;
    vertical-align: top;
    width: 84%;
    font-weight: bold;
}

.catalog__filter .filter__item .filter__item__header span {
    display: inline-block;
    margin-left: 15px;
    color: #D9D9D9;
}

.catalog__filter .filter__item.active .filter__item__header div i {
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.catalog__filter .filter__item .filter__item__body {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 30px;
    display: none;
}

.mobile__controls {
    display: none;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-bottom: 30px;
}

@media only screen and (max-width: 1170px) {
    .mobile__controls {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

@media screen and (max-width: 600px) {
    .mobile__controls {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

.mobile__controls .filter__show {
    margin-right: 30px;
}

@media screen and (max-width: 600px) {
    .mobile__controls .filter__show {
        margin-bottom: 30px;
        margin-right: 0;
    }
}

.mobile__controls .filter__show a {
    background: url("../images/svg/controls-ico.svg") #E6E6E6;
    background-repeat: no-repeat;
    background-position: 30px center;
    color: #000;
    text-decoration: underline;
    width: 193px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding-left: 45px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.mobile__controls .filter__show a i {
    margin-left: 15px;
}

@media only screen and (max-width: 550px) {
    .mobile__controls .filter__show a {
        width: 100%;
    }
}

.custom__checkbox,
.custom__radio {
    margin-bottom: 10px;
}

.custom__checkbox:last-child,
.custom__radio:last-child {
    margin-bottom: 0;
}

.custom__checkbox label input,
.custom__radio label input {
    display: none;
}

.custom__checkbox label input:checked+span,
.custom__radio label input:checked+span {
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    color: #000;
}

.custom__checkbox label input:checked+span:after,
.custom__radio label input:checked+span:after {
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    opacity: 1;
}

.custom__checkbox label input:checked+span:before,
.custom__radio label input:checked+span:before {
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    border-color: #E81C1C;
}

.custom__checkbox label span,
.custom__radio label span {
    position: relative;
    padding-left: 32px;
    color: #C7C7C7;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    cursor: pointer;
}

.custom__checkbox label span:before,
.custom__radio label span:before,
.custom__checkbox label span:after,
.custom__radio label span:after {
    content: "";
    position: absolute;
}

.custom__checkbox label span:before,
.custom__radio label span:before {
    content: "";
    width: 20px;
    height: 20px;
    border: 2px solid #C7C7C7;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    left: 0;
    top: 0;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.custom__checkbox label span:after,
.custom__radio label span:after {
    width: 5px;
    height: 10px;
    border: solid #E81C1C;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 7px;
    top: 2px;
    opacity: 0;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.custom__checkbox label span small,
.custom__radio label span small {
    font-size: 16px;
    color: #C7C7C7;
    display: inline-block;
    margin-left: 10px;
}

.custom__radio label span:before {
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.custom__radio label span:after {
    width: 8px;
    height: 8px;
    background: #E81C1C;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    left: 5px;
    top: 5px;
}

.filter__price__slider .inputs__ {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
}

.filter__price__slider .inputs__ input {
    max-width: 45%;
    width: 100%;
    background: transparent;
    min-height: 35px;
    bordeR: 2px solid #C7C7C7;
    text-align: center;
    color: #999;
}

.forline {
    display: none;
}

.catalog__page__items {
    flex-flow: row wrap;
    -webkit-box-align: inherit;
    -webkit-align-items: inherit;
    -ms-flex-align: inherit;
    align-items: inherit
}

.catalog__page__items .catalog__item {
    max-width: -webkit-calc((100% - 120px) / 5);
    max-width: calc((100% - 120px) / 5);
    width: 100%;
    margin-right: 30px;
    margin-bottom: 30px;
    padding: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 2px solid #E6E6E6;
}

.catalog__page__items.line .catalog__item {
    max-width: 100% !important;
    width: 100%;
    margin-right: 0px !important;
    margin-bottom: -2px;
    padding: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 2px solid #E6E6E6;
}

.catalog__page__items.line .catalog__item div {
    display: inline-block;
    vertical-align: top;
}

.catalog__page__items.line .catalog__item div.item__rating {
    display: block !important;
}

.catalog__page__items.line .catalog__item .item__img {
    width: 100px;
}

.catalog__page__items.line .catalog__item .item__body {
    float: right;
    margin-top: 45px;
}

.catalog__page__items.line .catalog__item .item__body small {
    display: none !important;
}

.catalog__page__items.line .catalog__item .item__title {
    max-width: -webkit-calc((100% - 250px));
    max-width: calc((100% - 250px));
}

.catalog__page__items.line .catalog__item .item__actions {
    float: right;
    display: none;
}

.catalog__page__items.line .catalog__item .item__actions.forline {
    display: block;
}

.catalog__page__items.line .catalog__item .forline ul.char__product__list {
    display: block;
    float: left;
    margin-left: 20px;
}

.catalog__page__items.line .catalog__item .item__title a {
    display: block;
}

.catalog__page__items.line .catalog__item .item__img a img {
    max-height: 100px !important;
}

.catalog__page__items.line .catalog__item .forline ul.char__product__list li {
    margin: 0px;
}

.catalog__page__items.line .catalog__item .item__actions.forline .item__like__fit,
.catalog__page__items.line .catalog__item .item__actions.forline .actions___item {
    display: block !important;
    text-align: right;
    margin-bottom: 10px;
}

.catalog__page__items.line .catalog__item .item__body .price_ {
    font-size: 25px;
    margin-right: 20px;
}

@media only screen and (max-width: 1549px) {
    .catalog__page__items .catalog__item {
        max-width: -webkit-calc((100% - 60px) / 3);
        max-width: calc((100% - 60px) / 3);
    }
}

@media only screen and (max-width: 979px) {
    .catalog__page__items .catalog__item {
        max-width: -webkit-calc((100% - 30px) / 2);
        max-width: calc((100% - 30px) / 2);
    }
}

@media only screen and (max-width: 550px) {
    .catalog__page__items .catalog__item {
        max-width: 100%;
        margin-right: 0;
    }
}

.catalog__page__items .catalog__item:nth-child(5n+5) {
    margin-right: 0;
}

@media only screen and (max-width: 1549px) {
    .catalog__page__items .catalog__item:nth-child(5n+5) {
        margin-right: 30px;
    }
}

@media only screen and (max-width: 550px) {
    .catalog__page__items .catalog__item:nth-child(5n+5) {
        margin-right: 0;
    }
}

@media only screen and (max-width: 1549px) {
    .catalog__page__items .catalog__item:nth-child(3n+3) {
        margin-right: 0;
    }
}

@media only screen and (max-width: 979px) {
    .catalog__page__items .catalog__item:nth-child(3n+3) {
        margin-right: 30px;
    }
}

@media only screen and (max-width: 550px) {
    .catalog__page__items .catalog__item:nth-child(3n+3) {
        margin-right: 0;
    }
}

@media only screen and (max-width: 979px) {
    .catalog__page__items .catalog__item:nth-child(2n+2) {
        margin-right: 0;
    }
}

.catalog__page__items .catalog__item .item__img {
    align-self: center;
    max-height: 180px;
    /*overflow: hidden;*/
    margin-bottom: 15px;
}

.catalog__page__items .catalog__item .item__img a {
    display: block;
}

.catalog-icon-wrapper {
    position: relative;
    display: flex;
    align-self: flex-end
}

.catalog-icons {
    z-index: 10;
    position: absolute;
    top: 0px;
    right: -15px;
}

.item_sertificate {
    position: relative;
}

.catalog_product_sertificate {
    width: 25px;
    height: 25px;
}

.catalog_product_sertificate_mobile {
    width: 25px;
    height: 25px;
    margin: 0 10px
}

.catalog_icon_wrapper_mobile {
    z-index: 10;
    position: absolute;
    top: 20%;
    right: -15px;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
}

.catalog__page__items .catalog__item .item__img a img {
    max-height: 180px;
}

.catalog__page__items .catalog__item .item__title {
    max-width: 320px;
    margin-bottom: 15px;
}

.catalog__page__items .catalog__item .item__title a {
    font-size: 18px;
    color: #000;

}

.catalog__page__items .catalog__item .item__title a:hover {
    color: #E81C1C;
}

@media only screen and (max-width: 1880px) {
    .catalog__page__items .catalog__item .item__title a {
        font-size: 16px;

    }
}

.catalog__page__items .catalog__item .item__rating {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 15px;
}

.rating__list {
    margin-bottom: 15px;
}

.catalog__page__items .catalog__item .item__body small {
    display: block;
    color: #C7C7C7;
    margin-bottom: 10px;
}

.catalog__page__items .catalog__item .item__body .price_ {
    color: #E81C1C;
    font-size: 22px;
    margin-bottom: 20px;
}

@media only screen and (max-width: 1880px) {
    .catalog__page__items .catalog__item .item__body .price_ {
        font-size: 16px;
    }
}

.catalog__page__items .catalog__item .item__body .price_ span {
    display: inline-block;
    margin-left: 25px;
    text-decoration: line-through;
    color: #999;
}

.catalog__page__items .catalog__item .item__actions {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.more__product {
    margin-bottom: 30px;
}

.more__product a {
    display: block;
    padding: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    color: #999;
    background: #FAFAFA;
    cursor: pointer;
}

.more__product a:hover {
    background: #E81C1C;
    color: #fff;
}

.gift {
    background: #FFFDC7;
    display: inline-block;
    padding: 2px 10px 0px 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #FF910A;
    font-size: 15px;
    font-weight: 700;
}

.product__full__info {
    border-bottom: 1px solid #E6E6E6;
}

@media only screen and (max-width: 1170px) {
    .product__full__info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.product__full__info .item__info {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-right: 30px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

@media screen and (max-width: 840px) {
    .product__full__info .item__info .slider__intem__info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .product__full__info .item__info .slider__intem__info .item__info__slider {
        width: 100%;
    }

    .product__full__info .item__info .slider__intem__info .item__info__slider .product__slider___ {
        max-width: 100%;
        width: 100%;
        margin: 0;
    }

    .product__full__info .item__info .slider__intem__info .item__info__slider .product__slider___ .slider__navs {
        display: none;
    }

    .product__full__info .item__info .slider__intem__info .item__info__slider .product__slider___ .slider__full {
        max-width: 100%;
        margin: 0 auto 45px auto;
    }

    .product__full__info .item__info .slider__intem__info .item__info__slider .product__slider___ .slider__full .slider_ {
        max-width: 500px;
    }
}

@media only screen and (max-width: 550px) {
    .product__full__info .item__info .slider__intem__info .item__info__slider .product__slider___ .slider__full .slider_ {
        max-width: 290px;
    }
}

.item__order__product {
    max-width: 430px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px;
    border: 1px solid #E6E6E6;
}

@media only screen and (max-width: 1549px) {
    .item__order__product {
        max-width: 350px;
    }
}

.item__order__product .order__price {
    margin-bottom: 20px;
}

.item__order__product .order__price .item {
    margin-right: 30px;
    color: #999;
}

.item__order__product .order__price .item:last-child {
    margin-right: 0;
}

.item__order__product .order__price .item span {
    display: block;
    margin-bottom: 5px;
}

.item__order__product .order__price .item span.last__price {
    font-weight: 600;
    text-decoration: line-through;
}

.item__order__product .order__price .item b {
    font-size: 30px;
    font-weight: 600;
}

.item__order__product .order__price .item b.gift__price {
    color: #E81C1C;
}

.item__order__product .order__price__info {
    font-size: 14px;
    color: #595959;
    background: #FFFDC7;
    padding: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    margin-bottom: 20px;
}

@media only screen and (max-width: 1549px) {
    .item__order__product .order__price__info {
        font-size: 11px;
    }
}

.item__order__product .order__price__info:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 12px 12px 12px;
    border-color: transparent transparent #FFFDC7 transparent;
    position: absolute;
    right: 25%;
    top: -12px;
    left: 12%;
}

.item__order__product .order__price__btn {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 100%;
    margin-bottom: 20px;
}

.item__order__product .order__price__btn a.order__btn {
    max-width: 47%;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 50px;
    padding: 0;
}

#basket-root a.order__btn {
    max-width: 100%;
}

.item__order__product p.ico__check {
    font-weight: 600;
    color: #999;
}

.item__order__product p.ico__check i {
    color: #FFA82C;
}

.item__order__product .order__price__lists__info ul.item__like__fit {
    margin-bottom: 15px;
}

.item__order__product .order__price__lists__info ul.item__like__fit li a {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1;
    color: #595959;
    text-decoration: underline;
}

.item__order__product .order__price__lists__info ul.item__like__fit li a:hover {
    color: #E81C1C;
    text-decoration: none;
}

.item__order__product .order__price__lists__info ul.item__like__fit li a svg {
    margin-right: 5px;
    display: block;
}

.item__order__product .order__price__lists__info span.gift__link {
    color: #595959;
    text-decoration: underline;
    margin-bottom: 20px;
}

.gift__link img {
    vertical-align: middle;
}

.item__order__product .order__price__lists__info span.gift__link a {
    color: #999;
}

.item__order__product .order__price__lists__info span.gift__link a:hover {
    color: #E81C1C;
}

.item__order__product .order__price__lists__info span.gift__link i {
    color: #E81C1C;
    width: 24px;
    height: 24px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #E81C1C;
    margin-right: 10px;
    line-height: 22px;
    text-align: center;
}

.item__order__product .order__price__lists__info a.credidit__fit,
.item__order__product .order__price__lists__info a.call__order {
    padding: 8px 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #F2F2F2;
    display: block;
    color: #999;
    font-weight: 600;
    margin-bottom: 15px;
}

@media only screen and (max-width: 550px) {

    .item__order__product .order__price__lists__info a.credidit__fit,
    .item__order__product .order__price__lists__info a.call__order {
        text-align: center;
        padding: 15px;
    }
}

.item__order__product .order__price__lists__info a.credidit__fit:hover,
.item__order__product .order__price__lists__info a.call__order:hover {
    background: #E81C1C;
    color: #fff;
}

.item__order__product .order__price__lists__info a.credidit__fit:hover span,
.item__order__product .order__price__lists__info a.call__order:hover span {
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    color: #fff;
}

.item__order__product .order__price__lists__info a.credidit__fit i,
.item__order__product .order__price__lists__info a.call__order i {
    margin-right: 10px;
}

@media only screen and (max-width: 550px) {

    .item__order__product .order__price__lists__info a.credidit__fit i,
    .item__order__product .order__price__lists__info a.call__order i {
        margin: 0;
    }
}

.item__order__product .order__price__lists__info a.credidit__fit span,
.item__order__product .order__price__lists__info a.call__order span {
    color: #595959;
    display: inline-block;
    margin-left: 35px;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

@media only screen and (max-width: 1549px) {

    .item__order__product .order__price__lists__info a.credidit__fit span,
    .item__order__product .order__price__lists__info a.call__order span {
        margin: 0;
    }
}

.item__order__product .order__price__lists__info a.credidit__fit.transparent,
.item__order__product .order__price__lists__info a.call__order.transparent {
    background: transparent;
    border: 2px solid #FFA82C;
}

.item__order__product .order__price__lists__info a.credidit__fit.transparent:hover,
.item__order__product .order__price__lists__info a.call__order.transparent:hover {
    background: #FFA82C;
}

.item__order__product .order__price__lists__info a.call__order {
    background: transparent;
    border: 2px solid #D9D9D9;
    font-size: 16px;
    text-align: center;
    color: #999999;
    font-weight: normal !important;
}

.item__order__product .order__price__lists__info a.call__order:hover {
    border-color: transparent;
}

.item__order__product .order__price__lists__info ul.sub__order__info li {
    margin-right: 15px;
}

.item__order__product .order__price__lists__info ul.sub__order__info li:last-child {
    margin-right: 0;
}

.item__order__product .order__price__lists__info ul.sub__order__info li a {
    color: #999;
    text-decoration: underline;
}

.item__order__product .order__price__lists__info ul.sub__order__info span.delivery {
    display: inline-block;
    width: 21px;
    height: 15px;
    background: url("../images/delivery_ico.png") 50% 50% no-repeat;
    margin-right: 6px;
    vertical-align: middle;
}

.item__order__product .order__price__lists__info ul.sub__order__info span.self {
    display: inline-block;
    width: 21px;
    height: 15px;
    background: url("../images/self_ico.png") 50% 50% no-repeat;
    margin-right: 6px;
    vertical-align: middle;
}

.item__order__product .order__price__lists__info ul.sub__order__info li a:hover {
    color: #E81C1C;
    text-decoration: none;
}

.item__info__slider .product__slider___ {
    max-width: 740px;
    width: 100%;
    margin-right: 30px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

@media only screen and (max-width: 1880px) {
    .item__info__slider .product__slider___ {
        max-width: 575px;
    }
}

@media only screen and (max-width: 1749px) {
    .item__info__slider .product__slider___ {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        max-width: 450px;
    }
}

.item__info__slider img {
    margin: 0 auto;
}

.item__info__slider .slider__full {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.item__info__slider .slider__full .slider_ {
    max-width: 585px;
    padding: 25px 35px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #E6E6E6;
    text-align: center;
}

@media only screen and (max-width: 1880px) {
    .item__info__slider .slider__full .slider_ {
        max-width: 450px;
    }
}

.item__info__slider .slider__navs {
    max-width: 125px;
    width: 100%;
    margin-right: 30px;
}

@media only screen and (max-width: 1880px) {
    .item__info__slider .slider__navs {
        max-width: 95px;
    }
}

@media only screen and (max-width: 1749px) {
    .item__info__slider .slider__navs {
        max-width: 100%;
        width: 100%;
        margin-right: 0;
        margin-top: 15px;
    }

    .item__info__slider .slider__navs .slick-slide {
        margin: 0 5px;
        display: flex;
        align-content: center;
        align-items: center;
    }

    .item__info__slider .slider__navs .slick-list {
        margin: 0 -5px;
        display: flex;
    }
}

.item__info__slider .slider__navs .item {
    padding: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #E6E6E6;
    margin-bottom: 16px;
    text-align: center;
}

.item__info__slider .slider__navs .item:last-child {
    margin-bottom: 0;
}

.item__info__ {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.item__product__title h1 {
    margin: 0 0 25px 0;
    font-size: 30px;
    line-height: 34px;
}

@media only screen and (max-width: 1549px) {
    .item__product__title h1 {
        font-size: 20px;
        line-height: 1.5;
    }
}

.item__product__resiews {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px;
}

.item__product__resiews ul.rating__list {
    margin-right: 20px;
    border-right: 1px solid #C7C7C7;
    padding-right: 20px;
    line-height: 1.2;
}

.item__product__resiews a {
    font-size: 13px;
    text-decoration: underline;
    color: #999;
}

.item__product__resiews a:hover {
    color: #E81C1C;
    text-decoration: none;
}

.product__select__setings {
    margin-bottom: 25px;
}

.product__select__setings .item {
    margin-right: 30px;
}

.product__select__setings .item:last-child {
    margin-right: 0;
}

.product__select__setings .item span {
    display: block;
    margin-bottom: 10px;
    font-size: 17px;
    color: #999;
}

ul.setings__item__.colors li.pink {
    background: pink;
}

ul.setings__item__.colors li.grey {
    background: grey;
}

ul.setings__item__.colors li.black {
    background: black;
}

ul.setings__item__.colors {
    margin-bottom: 15px;
}

ul.setings__item__.colors li {
    width: unset;
    height: unset;
    padding: 5px 5px;
}

ul.setings__item__.colors div {
    max-width: 60px;
    max-height: 60px;
}

ul.setings__item__ li {
    width: 35px;
    height: 35px;
    margin-right: 5px;
    border: 2px solid #E6E6E6;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #000;
    cursor: pointer;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

ul.setings__item__ li:last-child {
    margin-right: 0;
}

@media only screen and (max-width: 1170px) {
    ul.setings__item__ li {
        max-width: 100%;
        margin: 0 0 10px 0;
    }
}

ul.setings__item__ li.active {
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    border-color: #E81C1C;
}

.product__char .product__char__title {
    font-size: 20px;
    color: #999;
    margin-bottom: 10px;
}

span.sub__desc__product {
    font-size: 14px;
    display: block;
    color: #999;
}

ul.char__product__list {
    margin-bottom: 15px;
}

ul.char__product__list li {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 10px;
}

ul.char__product__list li:last-child {
    margin-bottom: 0;
}

ul.char__product__list li:after {
    content: "";
    width: 100%;
    border-bottom: 1px solid #D9D9D9;
    position: absolute;
    bottom: 5px;
    left: 0;
    z-index: -1;
}

ul.char__product__list li span {
    background: #fff;
    display: inline-block;
    padding: 0 5px 0 0;
}

ul.char__product__list li small {
    font-size: 17px;
    background: #fff;
    padding: 0 0 0 5px;
}

.product__tab__info {
    margin: 35px 0;
    width: 100%;
}

.product__tab__info ul.product__tab__info__btn {
    background: #F7F7F7;
}

@media only screen and (max-width: 767px) {
    .product__tab__info ul.product__tab__info__btn {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media only screen and (max-width: 767px) {
    .product__tab__info ul.product__tab__info__btn li {
        width: 100%;
    }
}

.product__tab__info ul.product__tab__info__btn li a {
    font-weight: 600;
    color: #000;
    padding: 15px 50px;
}

@media only screen and (max-width: 767px) {
    .product__tab__info ul.product__tab__info__btn li a {
        display: block;
        padding-left: 0;
        padding-right: 0;
        width: 100%;
        text-align: center;
    }
}

.product__tab__info ul.product__tab__info__btn li.active a {
    background: #E81C1C;
    color: #fff;
}

.product__tab__info ul.product__tab__info__btn li.active a span {
    color: #fff;
}

.product__tab__info ul.product__tab__info__btn li a span {
    color: #E81C1C;
}

.product__tab__content {
    margin-bottom: 30px;
}

.product__tab__content .content__title {
    margin-bottom: 30px;
}

.product__tab__content .content__title h2 {
    font-size: 30px;
    margin: 0;
}

.product__tab__content .content__items {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media only screen and (max-width: 767px) {
    .product__tab__content .content__items {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.product__tab__content .content__items .item {
    max-width: 48%;
    width: 100%;
}

@media only screen and (max-width: 767px) {
    .product__tab__content .content__items .item {
        max-width: 100%;
        margin-bottom: 10px;
    }
}

.cart__page_ {
    padding-bottom: 30px;
}

@media only screen and (max-width: 1170px) {
    .cart__page_ .item__info {
        max-width: 1000%;
        width: 100%;
        margin-right: 0;
    }
}

.cart__page_ .item__order__product {
    position: relative;
    top: 38px;
}

.cart__page_ .product__full__info {
    border-bottom: transparent;
}

.cart__page_ .order__price__btn a.order__btn {
    max-width: 100%;
    width: 100%;
    margin-bottom: 0px;
}

.cart__page .item:nth-child(1) {
    max-width: 10%;
    width: 100%;
}

@media only screen and (max-width: 767px) {
    .cart__page .item:nth-child(1) {
        max-width: 50%;
        padding-right: 15px !important;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
}

.cart__page .item:nth-child(2) {
    max-width: 36%;
    width: 100%;
}

@media only screen and (max-width: 767px) {
    .cart__page .item:nth-child(2) {
        max-width: 50%;
    }
}

.cart__page .item:nth-child(3) {
    max-width: 15%;
    width: 100%;
}

@media only screen and (max-width: 767px) {
    .cart__page .item:nth-child(3) {
        max-width: 50%;
    }
}

.cart__page .item:nth-child(4) {
    max-width: 15%;
    width: 100%;
}

@media only screen and (max-width: 767px) {
    .cart__page .item:nth-child(4) {
        max-width: 50%;
    }
}

.cart__page .item:nth-child(5) {
    max-width: 15%;
    width: 100%;
}

@media only screen and (max-width: 767px) {
    .cart__page .item:nth-child(5) {
        max-width: 50%;
    }
}

.cart__page .cart__header {
    margin-bottom: 15px;
}

@media only screen and (max-width: 767px) {
    .cart__page .cart__header {
        display: none;
    }
}

.cart__page .cart__header .item {
    font-weight: 600;
    color: #999999;
}

@media only screen and (max-width: 1880px) {
    .cart__page .cart__header .item {
        font-size: 13px;
    }
}

.cart__page .cart__items {
    border: 1px solid #E6E6E6;
}

.cart__page .cart__items .cart__item {
    padding: 25px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #E6E6E6;
}

@media only screen and (max-width: 767px) {
    .cart__page .cart__items .cart__item {
        padding: 25px;
    }
}

.cart__page .cart__items .cart__item .item:first-child {
    padding: 0 25px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@media only screen and (max-width: 767px) {
    .cart__page .cart__items .cart__item .item:first-child {
        padding: 0;
    }
}

.cart__page .cart__items .cart__item .item a {
    color: #000;
    max-width: 300px;
}

.cart__page .cart__items .cart__item .item a:hover {
    color: #E81C1C;
}

.cart__page .cart__items .cart__item .item .price__current {
    color: #999;
    font-size: 24px;
}

@media only screen and (max-width: 1170px) {
    .cart__page .cart__items .cart__item .item .price__current {
        font-size: 18px;
    }
}

@media only screen and (max-width: 767px) {
    .cart__page .cart__items .cart__item .item .price__current {
        margin-top: 10px;
    }
}

.cart__page .cart__items .cart__item .item .price__total {
    font-size: 24px;
}

@media only screen and (max-width: 1170px) {
    .cart__page .cart__items .cart__item .item .price__total {
        font-size: 18px;
    }
}

@media only screen and (max-width: 767px) {
    .cart__page .cart__items .cart__item .item .price__total {
        margin-top: 10px;
    }
}

.page__user__panel .page__section__title {
    margin-bottom: 25px;
}

.user__login__info {
    font-size: 30px;
    color: #999;
    font-weight: 600;
    margin-bottom: 30px;
    line-height: 1.3;
}

@media only screen and (max-width: 550px) {
    .user__login__info {
        font-size: 24px;
    }
}

.user__login__info span {
    color: #000;
}

.user__panel__set__form {
    margin-bottom: 40px;
}

.user__panel__set__form form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

@media only screen and (max-width: 979px) {
    .user__panel__set__form form {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media only screen and (max-width: 979px) {
    .user__panel__set__form form .input__el {
        max-width: 100%;
        width: 100%;
        margin-bottom: 10px;
    }
}

.user__panel__set__form form .input__el {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-right: 30px;
}

@media only screen and (max-width: 979px) {
    .user__panel__set__form form .input__el {
        max-width: 100%;
        width: 100%;
        margin-right: 0;
    }
}

@media only screen and (max-width: 979px) {
    .user__panel__set__form form .input__el:nth-child(3) {
        margin-right: 0;
    }
}

.user__panel__set__form form .input__btn button,
.user__panel__set__orders__periond .input__btn button {
    margin-right: 10px;
}

.user__panel__set__form form .input__btn:last-child button {
    margin-right: 0;
}

.user__panel__set__orders .user__panel__set__orders__title {
    margin-bottom: 20px;
}

.user__panel__set__orders .user__panel__set__orders__title h4 {
    margin: 0;
    font-weight: 600;
    font-size: 30px;
    margin-bottom: 10px;
}

.user__panel__set__orders .user__panel__set__orders__title small {
    font-weight: 600;
    font-size: 16px;
}

.user__panel__set__orders .user__panel__set__orders__periond {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px;
}

@media only screen and (max-width: 979px) {
    .user__panel__set__orders .user__panel__set__orders__periond {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

.user__panel__set__orders .user__panel__set__orders__periond .inputs__ {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 435px;
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-weight: 600;
    color: #999;
    margin-right: 30px;
}

@media only screen and (max-width: 979px) {
    .user__panel__set__orders .user__panel__set__orders__periond .inputs__ {
        margin-right: 0;
        margin-bottom: 30px;
        width: 100%;
    }
}

.user__panel__set__orders .user__panel__set__orders__periond .inputs__ .input__el {
    max-width: 205px;
    width: 100%;
}

@media only screen and (max-width: 550px) {
    .user__panel__set__orders .user__panel__set__orders__periond .inputs__ .input__el {
        max-width: 48%;
    }
}

.user__panel__set__orders .user__panel__set__orders__periond .inputs__ .input__el input {
    text-align: center;
}

.user__panel__set__orders .user__panel__set__orders__periond .btns_ {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

@media only screen and (max-width: 550px) {
    .user__panel__set__orders .user__panel__set__orders__periond .btns_ {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

.user__panel__set__orders .user__panel__set__orders__periond .btns_ .input__el {
    margin-right: 10px;
}

@media only screen and (max-width: 550px) {
    .user__panel__set__orders .user__panel__set__orders__periond .btns_ .input__el {
        margin-right: 0;
        margin-bottom: 15px;
        max-width: 100%;
        width: 100%;
    }
}

.orders__list {
    max-width: 1200px;
    border: 1px solid #E6E6E6;
}

.orders__list .item__list {
    border-bottom: 1px solid #E6E6E6;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.orders__list .item__list:last-child {
    border-bottom: transparent;
}

.orders__list .item__list .item__list__header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.orders__list .item__list .item__list__header .item__info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.orders__list .item__list .item__list__header .item__info .item {
    color: #595959;
    padding: 15px 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.orders__list .item__list .item__list__header .item__info .item b {
    color: #000;
}

@media only screen and (max-width: 550px) {
    .orders__list .item__list .item__list__header .item__info .item b {
        font-size: 14px;
    }
}

@media only screen and (max-width: 979px) {

    .orders__list .item__list .item__list__header .item__info .item:nth-child(2),
    .orders__list .item__list .item__list__header .item__info .item:nth-child(3),
    .orders__list .item__list .item__list__header .item__info .item:nth-child(4) {
        display: none;
    }
}

.orders__list .item__list .item__list__header.active .item__details b i {
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.orders__list .item__list .item__list__header .item__details {
    padding: 15px 20px;
    cursor: pointer;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

@media only screen and (max-width: 550px) {
    .orders__list .item__list .item__list__header .item__details {
        font-size: 14px;
    }
}

.orders__list .item__list .item__list__header .item__details b i {
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.orders__list .item__list .item__list__header .item__details:hover {
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    color: #E81C1C;
}

.orders__list .item__list .item__list__content {
    padding: 0 20px;
    display: none;
}

.orders__list .item__list .item__list__content .item {
    padding: 15px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@media only screen and (max-width: 979px) {
    .orders__list .item__list .item__list__content .item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.orders__list .item__list .item__list__content .item:first-child {
    border-top: 1px solid #FFA82C;
}

.orders__list .item__list .item__list__content a {
    color: #000;
}

.orders__list .item__list .item__list__content a:hover {
    color: #E81C1C;
}

.orders__list .item__list .item__list__content .item__cols,
.orders__list .item__list .item__list__content .item__price {
    max-width: 10%;
    width: 100%;
}

@media only screen and (max-width: 979px) {

    .orders__list .item__list .item__list__content .item__cols,
    .orders__list .item__list .item__list__content .item__price {
        max-width: 100%;
    }
}

.orders__list .item__list .item__list__content .item__cols {
    color: #999;
}

.orders__list .item__list .item__list__content .item__price {
    text-align: right;
}

@media only screen and (max-width: 979px) {
    .orders__list .item__list .item__list__content .item__price {
        max-width: 100%;
        padding: 5px 0;
    }
}

.orders__list .item__list .item__list__content .item__product__name {
    max-width: 80%;
    width: 100%;
}

@media only screen and (max-width: 979px) {
    .orders__list .item__list .item__list__content .item__product__name {
        max-width: 100%;
    }
}

.input__el span {
    display: block;
    margin-bottom: 5px;
    font-size: 12px;
    color: #999;
}

.input__el input {
    width: 100%;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    border: 2px solid #E6E6E6;
    min-height: 50px;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.input__btn .btn {
    background: transparent;
    color: #999;
    border: 2px solid #D9D9D9;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    padding: 13px 20px;
    min-height: 50px;
    cursor: pointer;
    -webkit-transition: all ease 0.3;
    -o-transition: all ease 0.3;
    transition: all ease 0.3;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    font-size: 18px;
    border: none;
}

.input__btn .btn:hover {
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3;
    -o-transition: all ease 0.3;
    transition: all ease 0.3;
    border-color: #FFA82C;
}

.input__btn .btn.fill {
    color: #fff;
    background: #e81c1c;
    . item__product__title h1 border-color: #E81C1C;
}
#fastBuyButton:disabled {
    background: #ee7d7d;
}

.input__btn .btn.fill:hover {
    background: #eb3c3c;
    border-color: #eb3c3c;
}

@media only screen and (max-width: 550px) {
    .input__btn .btn {
        padding-left: 5px;
        padding-right: 5px;
        text-align: center;
        width: 100%;
        max-width: 100%;
    }
}

.remodal {
    max-width: 650px;
    text-align: left;
}

.remodal .remodal-close {
    left: inherit;
    right: 0;
}

.remodal .modal__title {
    margin-bottom: 30px;
}

.remodal .modal__title h5 {
    font-weight: 600;
    margin: 0;
    font-size: 30px;
}

.remodal form {
    margin-bottom: 30px;
}

.remodal form .input__el {
    margin-bottom: 20px;
}

.remodal form .input__el input {
    /*padding: 0 150px 0 20px;*/
}

.remodal form .input__el.custom__modal {
    position: relative;
}

.remodal form .input__el.custom__modal .palceholder {
    position: absolute;
    top: 50%;
    left: 20px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.remodal form .input__el.custom__modal .palceholder label {
    display: block;
}

.remodal form .input__el.custom__modal .palceholder label span {
    color: #FFA82C;
    display: initial;
}

.remodal form .input__el.custom__modal .reset__form {
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    color: #999;
    cursor: pointer;
    z-index: 10;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.remodal form .input__el.custom__modal .reset__form:hover {
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    color: #E81C1C;
}

.remodal form .input__el.custom__modal .reset__password {
    position: absolute;
    right: 50px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

@media only screen and (max-width: 550px) {
    .remodal form .input__el.custom__modal .reset__password {
        position: relative;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        left: 0;
        top: 0;
        margin-top: 15px;
        display: none;
    }
}

.remodal form .input__el.custom__modal .reset__password a {
    color: #999;
    cursor: pointer;
    z-index: 10;
    font-size: 12px;
    font-weight: 600;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.remodal form .input__el.custom__modal .reset__password a:hover {
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    color: #E81C1C;
}

.remodal form .input__el:last-child {
    margin-bottom: 0;
}

.remodal form .input__el.submit__modal__btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media only screen and (max-width: 550px) {
    .remodal form .input__el.submit__modal__btn {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.remodal form .input__el.submit__modal__btn button {
    margin-right: 20px;
    padding: 0px 50px;
}

@media only screen and (max-width: 550px) {
    .remodal form .input__el.submit__modal__btn button {
        margin-right: 0;
    }

    .contact__map {
        width: 100%;
    }

    .contact__items .item {
        padding: 25px;
    }
}

.remodal form .input__el.submit__modal__btn .info {
    font-size: 12px;
    font-weight: 600;
    color: #999;
}

@media only screen and (max-width: 550px) {
    .remodal form .input__el.submit__modal__btn .info {
        width: 100%;
        margin-top: 15px;
        text-align: left;
    }

    .alert-warning {
        display: none;
    }

}

@media only screen and (max-width: 330px) {
    .contact__items .item {
        padding: 15px;
        font-size: 16px;
    }

    .contact__items .item span {
        padding-left: 29px;
        margin-bottom: 0px;
    }
}

.remodal form .input__el.submit__modal__btn .info b {
    color: #FFA82C;
}

body.mobile__menu__active {
    overflow: hidden;
}

.menu__header {
    padding: 25px 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #E6E6E6;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #fff;
}

.menu__header span {
    font-size: 18px;
    font-weight: 600;
    line-height: 10px;
}

.menu__header .cyty__user a {
    font-size: 18px;
    font-weight: 600;
}

.menu__header .cyty__user a i.fa-map-marker {
    color: #E81C1C;
}

.menu__header .cyty__user a i.fa-angle-down {
    color: #000;
}

.menu__header .close__menu a {
    color: #C7C7C7;
    cursor: pointer;
}

.menu__header .close__menu a:hover {
    color: #E81C1C;
}

.range__slider__ input {
    opacity: 0;
}

.mobile__menu_contaciner {
    width: 100%;
    background: #F2F2F2;
    position: fixed;
    z-index: 999;
    left: -150%;
    top: 0;
    min-height: 100vh;
    max-height: 100%;
    overflow-y: scroll;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all ease 0.8s;
    -o-transition: all ease 0.8s;
    transition: all ease 0.8s;
}

.mobile__menu_contaciner.active {
    -webkit-transition: all ease 0.8s;
    -o-transition: all ease 0.8s;
    transition: all ease 0.8s;
    visibility: visible;
    left: 0;
    opacity: 1;
}

.mobile__menu_contaciner .menu__white__items {
    padding: 25px 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
}

.mobile__menu_contaciner .contact__info {
    padding: 25px 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-top: 1px solid #D9D9D9;
}

.mobile__menu_contaciner .contact__info ul.contact__info__list {
    margin-bottom: 20px;
}

.mobile__menu_contaciner .contact__info ul.contact__info__list li {
    margin-bottom: 15px;
}

.mobile__menu_contaciner .contact__info ul.contact__info__list li:last-child {
    margin-bottom: 0;
}

.mobile__menu_contaciner .contact__info ul.contact__info__list li,
.mobile__menu_contaciner .contact__info ul.contact__info__list a {
    color: #595959;
    font-weight: 600;
}

.mobile__menu_contaciner .menu__grey__items {
    padding: 25px 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.mobile__menu_contaciner .menu__grey__items a {
    color: #595959 !important;
}

.mobile__menu_contaciner .menu__grey__items a:hover {
    color: #E81C1C !important;
}

.mobile__menu_contaciner ul.drop__down__items li {
    margin-bottom: 20px;
}

.mobile__menu_contaciner ul.drop__down__items li.active a i {
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.mobile__menu_contaciner ul.drop__down__items li:last-child {
    margin-bottom: 0;
}

.mobile__menu_contaciner ul.drop__down__items li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 18px;
    color: #000;
    font-weight: 600;
    cursor: pointer;
}

.mobile__menu_contaciner ul.drop__down__items li a:hover {
    color: #E81C1C;
}

.mobile__menu_contaciner ul.drop__down__items li a i {
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.mobile__menu_contaciner ul.drop__down__items li ul.child__items {
    margin-top: 20px;
    padding-left: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: none;
}

.mobile__menu_contaciner ul.drop__down__items li ul.child__items li {
    margin-bottom: 10px;
}

.mobile__filter__container {
    max-width: 100%;
    width: 100%;
    min-height: 100vh;
    background: #fff;
    position: fixed;
    z-index: 999;
    left: -150%;
    top: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all ease 0.8s;
    -o-transition: all ease 0.8s;
    transition: all ease 0.8s;
}

.mobile__filter__container.active {
    -webkit-transition: all ease 0.8s;
    -o-transition: all ease 0.8s;
    transition: all ease 0.8s;
    visibility: visible;
    left: 0;
    opacity: 1;
}

.mobile__filter__container .filter__items {
    height: -webkit-calc(100vh - 152px);
    height: calc(100vh - 152px);
    overflow-y: scroll;
}

.mobile__filter__container .filter__items__container .sidebar {
    max-width: 100%;
    margin: 0;
    background: #fff;
}

@media only screen and (max-width: 1170px) {
    .mobile__filter__container .filter__items__container .sidebar {
        display: block;
    }
}

.mobile__filter__container .filter__item__footer {
    padding: 20px 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0px 0px 20px 6px rgba(0, 0, 0, 0.04);
    box-shadow: 0px 0px 20px 6px rgba(0, 0, 0, 0.04);
    background: #fff;
    position: relative;
}

.mobile__filter__container .filter__item__footer a {
    max-width: 100%;
    width: 100%;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.mobile__filter__container .filter__item__footer a.reset {
    border: 2px solid #E81C1C;
    background: transparent;
    color: #E81C1C !important;
    margin-top: 10px;
    width: 100%;
}

.slick-prev,
.slick-next {
    width: 48px;
    height: 48px;
    background-color: #E6E6E6;
    z-index: 10;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-image: url("../images/svg/arrow-left.svg");
    background-repeat: no-repeat;
    background-position: 46% center;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.slick-prev:before,
.slick-next:before {
    display: none;
}

.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    background-color: #d4d4d4;
    background-image: url("../images/svg/arrow-left.svg");
    background-repeat: no-repeat;
    background-position: 46% center;
}

.slick-prev {
    left: -30px;
}

@media only screen and (max-width: 1549px) {
    .slick-prev {
        left: -20px;
    }
}

.slick-next {
    right: -30px;
    -webkit-transform: translate(0, -50%) scale(-1, 1);
    -ms-transform: translate(0, -50%) scale(-1, 1);
    transform: translate(0, -50%) scale(-1, 1);
}

@media only screen and (max-width: 1549px) {
    .slick-next {
        right: -20px;
    }
}

.slick-dots {
    bottom: -55px;
}

@media only screen and (max-width: 550px) {
    .slick-dots {
        bottom: -35px;
    }
}

.slick-dots li {
    width: 8px;
    height: 8px;
    background: #000;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    position: relative;
    border: 2px solid #fff;
    margin: 0 9px;
}

.slick-dots li button {
    display: none;
}

.slick-dots li.slick-active {
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    border-color: #000;
    background: #fff;
}

@media only screen and (max-width: 767px) {
    .partners__slider__item {
        display: none;
    }
}

.product-item-scu-item-color {
    width: 31px;
    height: 31px;
}

.product-item-scu-item-text-block {
    color: #000000 !important;
    padding: 7px;
}

.ajaxForm {
    display: inline-block;
    vertical-align: top;
}

.item__order__product .ajaxForm {
    display: block;
    vertical-align: top;
}

#modal_added {
    width: 450px;
}

/* bootstrap hack: fix content width inside hidden tabs */
.tab-content>.tab-pane,
.pill-content>.pill-pane {
    display: block;
    /* undo display:none          */
    height: 0;
    /* height:0 is also invisible */
    /*overflow: hidden;  /* no-overflow                */
    visibility: hidden;
}

.tab-content>.active,
.pill-content>.active {
    height: auto;
    /* let the content decide it  */
    visibility: visible;
    transition: none !important;
}

/* bootstrap hack end */

#change_city .nice-select {
    float: right;
    top: 4px;
}

.pass {
    display: none;
}

#bx-soa-order {
    margin: 0px !important;
}

.bx-soa {
    padding: 0px !important;
}

.bx-soa-sidebar {
    padding: 0px;
}

.bx-soa-cart-total {
    margin-left: 30px;
}

.bx-soa-cart-t {
    font-family: "Proxima Nova";
    line-height: normal;
    font-size: 16px;
    color: #999999;
    font-weight: normal !important;
}

.bx-soa-cart-total-line {
    border: none !important;
    position: relative;
}

.bx-soa-cart-total-line:after {
    content: " ";
    border-top: 1px solid #E6E6E6;
    height: 1px;
    width: 100%;
    display: block;
    font-size: 0px;
    position: absolute;
    bottom: 15px;
}

.bx-soa-cart-total-line span {
    background: #fff;
    position: relative;
    z-index: 1;
}

.bx-soa-cart-total-line>span:last-child {
    padding-left: 0px;
    top: -5px;
    font-family: Proxima Nova;
    line-height: normal;
    font-size: 24px;
    right: -8px;
    color: #595959;
}


@media (min-width:450px) {
    .order-final {
        background: url(../images/svg/order_final.svg) left top no-repeat;
        padding-left: 150px;
    }

    .credit_request {
        max-width: 500px;
    }
}


.bx_subscribe_checkbox_container label {
    font-size: 14px;
    line-height: 12px;
    font-weight: normal !important;
}

/**/
.dropdown-toggle {
    position: relative;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
    background: #fff !important;
    border: none !important;
}

.dd_menu .dropdown-toggle:after {
    top: 8px;
}

.dropdown-menu {
    border: 0px;
    border-radius: 0;
}

.dropdown-menu li {
    display: block !important;
}

.alert-success {
    height: 40px;
}

.alert-success .icon-success+div {
    padding-left: 35px;
}

.text-right {
    padding: 10px 15px;
    float: right;
    width: auto;
}

@font-face {
    font-family: 'rubleBitrix';
    src: url(font/bitrixrub-regular.ttf) format("truetype");
    font-weight: normal
}

.symbol_ruble {
    font-family: 'rubleBitrix', Arial, sans-serif
}

.basket-checkout-container {
    display: -webkit-box;
    display: flex;
    display: -ms-flexbox;
    -ms-flex-pack: justify;
    margin-bottom: 20px;
    padding: 15px 25px;
    border: 1px solid #e2dfdf;
    border-radius: 2px;
    background-color: #fff;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.basket-checkout-container.basket-checkout-container-fixed {
    position: fixed;
    top: 0;
    z-index: 100;
    opacity: 1;
    transition: opacity 250ms ease;
}

.basket-checkout-container.basket-checkout-container-fixed-hide {
    opacity: 0;
}

/*region Coupon*/
.basket-coupon-section {
    /*max-width: 300px;*/
    /*width: 300px;*/
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2;
}

.basket-coupon-block-field-description {
    color: #a1a1a1;
    font: 400 12px/18px "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.basket-coupon-block-field {
    padding-right: 10px;
    min-width: 235px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.basket-coupon-block-coupon-btn {
    position: absolute;
    top: 50%;
    right: 10px;
    display: block;
    margin-top: -4px;
    padding: 0;
    width: 8px;
    height: 8px;
    border: none;
    border-right: 2px solid #8da3ad;
    border-bottom: 2px solid #8da3ad;
    border-radius: 0;
    background-color: transparent;
    content: "";
    cursor: pointer;
    transform: rotate(-45deg);
}

.basket-coupon-alert-section {
    width: 100%;
}

.basket-coupon-alert {
    display: flex;
    margin-top: 2px;
    margin-bottom: 2px;
    padding-top: 3px;
    padding-bottom: 3px;
    min-height: 0;
    width: 100%;
    font: 400 13px/14px "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    flex-wrap: nowrap;
    align-items: flex-start;
    /*justify-content: space-between;*/
}

.basket-coupon-text {
    position: relative;
    display: block;
    padding-left: 18px;
    word-break: break-all;
    word-break: break-word;
}

.text-muted .basket-coupon-text:after {
    position: absolute;
    top: 0;
    left: 2px;
    width: 6px;
    height: 10px;
    border-right: 2px solid #7ad500;
    border-bottom: 2px solid #7ad500;
    content: '';
    transform: rotate(45deg);
}

.basket-coupon-alert .close-link {
    margin-left: 10px;
    border-bottom: 1px dotted;
    color: #3e86de;
    text-decoration: none;
    font: 400 12px/14px "Helvetica Neue", Helvetica, Arial, sans-serif;
    opacity: 1;
    cursor: pointer;
    transition: 220ms ease all;
}

.basket-coupon-alert .close-link:hover {
    border-color: transparent;
}

@media (max-width: 991px) {
    .basket-checkout-container {
        flex-direction: column;
    }

    .basket-coupon-section {
        -ms-flex-order: 1;
        max-width: 100%;
        width: 100%;
        -webkit-box-ordinal-group: 2;
        order: 1;
    }

    .basket-coupon-alert-section {
        -ms-flex-order: 2;
        margin-bottom: 15px;
        -webkit-box-ordinal-group: 3;
        order: 2;
    }

    .basket-coupon-block-field {
        padding-right: 0;
        min-width: 100%;
    }

    .basket-coupon-block-field .form-group {
        display: inline-block;
        margin-bottom: 10px;
        width: 100%;
    }

    .basket-coupon-block-field .form-control {
        display: block;
        width: 100%;
    }
}

/*endregion*/

/*region Checkout*/
.basket-checkout-section {
    -webkit-box-flex: 3;
    -ms-flex: 3;
    flex: 3;
}

.basket-checkout-section-inner {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    justify-content: flex-end;
}

.basket-checkout-block {
    /*-webkit-box-flex: 1;*/
    /*-ms-flex: 1;*/
    /*flex: 1;*/
}

/**/
.basket-checkout-block-total {
    padding-top: 21px;
    padding-right: 10px;
    text-align: right;
}

.basket-checkout-block-total-inner {
    display: inline-block;
    max-width: 100%;
    text-align: left;
}

.basket-checkout-block-total-title {
    color: #2f3435;
    font: 400 20px/24px "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.basket-checkout-block-total-description {
    color: #a1a1a1;
    font: 400 12px/16px "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/**/
.basket-checkout-block-total-price {
    padding-left: 10px;
    text-align: right;
}

.basket-checkout-block-total-price-inner {
    position: relative;
    display: inline-block;
    padding-top: 17px;
    text-align: right;
}

.basket-coupon-block-total-price-current {
    margin-bottom: 7px;
    color: #2f3435;
    text-align: right;
    white-space: nowrap;
    font: 400 36px/36px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    transition: 180ms text-shadow ease, 180ms color ease;
}

.basket-coupon-block-total-price-old {
    position: absolute;
    top: 3px;
    right: 0;
    color: #a1a1a1;
    text-align: right;
    font: 400 18px/16px "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.basket-coupon-block-total-price-old:after {
    position: absolute;
    top: 3px;
    right: 3px;
    bottom: 3px;
    left: 3px;
    background: no-repeat center url(data:image/svg+xml;charset=US-ASCII,%0A%3Csvg%20width%3D%22491px%22%20height%3D%22125px%22%20viewBox%3D%220%200%20100%25%20100%25%22%20version%3D%221.1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%3E%0A%20%20%20%20%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M1.23046875%2C121.410156%20C122.764455%2C80.3998661%20212.227997%2C52.9779911%20269.621094%2C39.1445312%20C327.014191%2C25.3110714%20400.420441%2C13.476436%20489.839844%2C3.640625%22%20stroke%3D%22%23B80909%22%20stroke-width%3D%2216%22%20/%3E%0A%20%20%20%20%3C/g%3E%0A%3C/svg%3E);
    background-size: 100% 100%;
    content: '';
}

.basket-coupon-block-total-price-difference {
    display: inline-block;
    padding: 5px 6px 6px;
    background: #d1ecf1;
    color: #179ebb;
    text-align: center;
    font: 400 13px/12px "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/**/
.basket-checkout-block-btn {
    padding-top: 13px;
    padding-left: 15px;
    text-align: right;
}

.basket-btn-checkout {
    border-radius: 2px;
    font-weight: bold;
    font-size: 16px;
}

.basket-notification-section {
    width: 100%;
}

.basket-block-notification {
    position: relative;
    display: block;
    margin-top: 10px;
    padding: 8px 15px;
    min-width: 100%;
    width: 100%;
    border-radius: 1px;
    background-color: #edf8e0;
    color: #6a9997;
    font: 400 12px/14px "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.basket-block-notification:after {
    position: absolute;
    top: -7px;
    right: 80px;
    width: 16px;
    height: 16px;
    background-color: #edf8e0;
    content: '';
    transform: rotate(45deg);
    transform-origin: 50% 50%;
}

@media (max-width: 991px) {
    .basket-checkout-block-btn {
        flex: 1
    }

    .basket-checkout-section {
        -ms-flex-order: 3;
        -webkit-box-ordinal-group: 4;
        order: 3
    }

    .basket-notification-section {
        -ms-flex-order: 4;
        -webkit-box-ordinal-group: 5;
        order: 4
    }
}

@media (max-width: 580px) {
    .basket-checkout-block-btn {
        padding-left: 0;
        min-width: 100%;
        max-width: 100%;
        width: 100%;
        flex: auto;
    }

    .basket-checkout-section-inner {
        /*-ms-flex-direction: column;*/
        /*flex-direction: column;*/
        /*-webkit-box-orient: vertical;*/
        /*-webkit-box-direction: normal;*/
        flex-wrap: wrap;
    }

    .basket-checkout-block-total {
        min-width: 150px;
    }

    .basket-checkout-block-total-price {
        text-align: right;
    }

    .basket-btn-checkout {
        margin: 10px 0;
        width: 100%
    }

    .basket-block-notification:after {
        top: -3px;
        right: auto;
        left: 50%;
        transform: rotate(45deg) translateX(-50%);
    }
}

@media (max-width: 460px) {
    .basket-checkout-block {
        display: block;
        min-width: 100%;
        width: 100%;
    }

    .basket-checkout-block-total {
        text-align: left;
    }
}

/*endregion*/

/*region Basket item list wrapper*/
.basket-items-list-wrapper,
.basket-items-list-wrapper-compact {
    margin-bottom: 15px;
    border: 1px solid #e2dfdf;
}

/*header*/
.basket-items-list-header {
    display: -webkit-box;
    display: flex;
    display: -ms-flexbox;
    -ms-flex-align: center;
    padding: 13px 25px;
    border-bottom: 1px solid #e2dfdf;
    background: #f2f2f2;
    transition: 300ms padding ease;
    -webkit-box-align: center;
    align-items: center;
}

.basket-items-list-header.basket-items-list-header-fixed {
    position: fixed;
    top: 0;
    z-index: 99;
    margin-left: -1px;
    border: 1px solid #e2dfdf;
}

.basket-items-list-wrapper-light .basket-items-list-header {
    display: none !important;
}

.basket-items-list-header-title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font: bold 15px/18px "Helvetica Neue", Helvetica, Arial, sans-serif;
    transition: 300ms all ease;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.basket-items-search-field+.basket-items-list-header-title {
    padding-left: 10px;
}

.basket-items-search-field+.basket-items-list-header-filter {
    padding-left: 10px;
    text-align: right;
    -webkit-box-flex: 3;
    -ms-flex: 3;
    flex: 3;
}

.basket-items-search-field .form-control {
    z-index: 1;
}

.basket-items-list-header-filter-item {
    margin-left: 5px;
    border-bottom: 1px dotted;
    color: #3e86de;
    text-decoration: none;
    font: bold 13px/14px "Helvetica Neue", Helvetica, Arial, sans-serif;
    cursor: pointer;
    transition: 220ms ease;
}

.basket-items-list-header-filter-item:hover {
    color: #2462de;
    text-decoration: none;
}

.basket-items-list-header-filter-item.active {
    border-bottom: none;
    color: #2f3435;
    text-decoration: none;
    cursor: default;
}

.basket-items-search-field {
    transition: 300ms all ease;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.basket-items-search-field .input-group-addon {
    white-space: nowrap;
    -ms-flex-wrap: wrap;
}

.basket-items-search-field button.close {
    position: relative;
    bottom: -1px;
    display: inline-block;
    float: none;
    line-height: 11px;
}

@media (max-width: 991px) {
    .basket-items-list-header {
        padding: 10px 9px 11px;
    }

    .basket-items-list-header-title {
        font-size: 12px;
        line-height: 15px;
    }
}

@media (max-width: 767px) {
    .basket-items-list-header {
        flex-direction: column
    }

    .basket-items-search-field {
        width: 100%;
    }
}

/*endregion*/

.basket-items-list-container {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.basket-items-list-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
    background-color: #fff;
    opacity: .7;
    animation-name: ShowOverlay;
    animation-duration: 200ms;
}

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

    100% {
        opacity: .7;
    }
}

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

    100% {
        opacity: .7;
    }
}

.basket-items-list {
    position: relative;
    /*overflow: auto;*/
    padding: 0 25px;
}

.basket-items-list-table {
    width: 100%;
    border-collapse: collapse;
}

.basket-items-list-item-container {
    position: relative;
}

.basket-items-list-item-container>td {
    /*padding-top: 20px;*/
    /*padding-bottom: 10px;*/
    border-top: 1px solid #f2f2f2;
}

.basket-items-list-wrapper-compact .basket-items-list-item-container>td {
    padding-bottom: 12px;
}

.basket-items-list-item-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
    background-color: #fff;
    opacity: .7;
}

.basket-items-list-item-container.basket-items-list-item-container-gift,
.basket-items-list-item-container.basket-items-list-item-container-gift>td,
.basket-items-list .basket-items-list-item-container:first-child>td {
    border-top: none !important;
}

@media (max-width: 767px) {

    .basket-items-list-item-container.basket-items-list-item-container-gift,
    .basket-items-list-item-container.basket-items-list-item-container-gift>td,
    .basket-items-list .basket-items-list-item-container:first-child>td {
        margin: 0;
        padding-top: 0;
        border-top: none !important;
    }
}

.basket-items-list-item-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
    background-color: #fff;
    opacity: .7;
}

.basket-items-list-item-descriptions {
    padding-top: 20px;
    width: 100%;
    vertical-align: top;
    order: 1;
}

.basket-items-list-item-descriptions-inner {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
}

/*region Image*/
.basket-item-block-image {
    position: relative;
    -ms-flex-order: 1;
    padding-right: 15px;
    padding-bottom: 10px;
    min-width: 48px;
    max-width: 148px;
    width: 100%;
    text-align: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
}

.basket-items-list-wrapper-compact .basket-item-block-image {
    display: block;
    padding-bottom: 0;
    min-width: 32px;
    max-width: 50px;
    width: auto;
    height: auto;
}

.basket-item-image-link {
    position: relative;
    display: inline-block;
}

.basket-item-image {
    display: inline-block;
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: auto;
    transition: 300ms all ease;
}

.basket-items-list-wrapper-compact .basket-item-image {
    max-width: 50px;
    max-height: 50px;
}

.basket-item-image:hover {
    border-color: #ee9200;
}

@media (max-width: 580px) {

    .basket-item-block-image {
        margin-top: 10px;
        margin-bottom: 15px;
        padding-right: 0;
        max-width: 100%;
        width: 100%;
    }

    .basket-item-image {
        margin: 10px auto 15px;
        padding-right: 0;
        max-width: 230px;
        max-height: 400px;
        width: auto;
        height: auto;
    }

    .basket-items-list-item-descriptions-inner {
        flex-direction: column;
    }

    .basket-items-list-wrapper-compact .basket-item-block-image {
        margin-top: 0;
        padding-right: 10px;
    }

    .basket-items-list-wrapper-compact .basket-items-list-item-descriptions-inner {
        flex-direction: row;
    }

}

/*endregion*/

/*region lable*/

/*Label*/
.basket-item-label-text,
.basket-item-label-ring {
    position: absolute;
    z-index: 90;
    opacity: 1;
    transition: opacity 450ms ease;
}

.basket-items-list-wrapper-compact .basket-item-label-text,
.basket-items-list-wrapper-compact .basket-item-label-ring {
    display: none
}

.basket-item-label-text span,
.basket-item-label-ring {
    display: inline-block;
    clear: both;
    margin-bottom: 2px;
    background: #f42c2c;
    color: #fff;
    vertical-align: middle;
    text-align: center;
    transition: all 250ms ease;
}

.bx-red .basket-item-label-text span,
.bx-red .basket-item-label-ring {
    background-color: #fba90c;
}

.basket-item-label-text>div,
.basket-item-label-ring>div {
    line-height: 0;
}

/* TEXT */
.basket-item-label-text span {
    padding: 2px 5px;
    vertical-align: middle;
    font-weight: bold;
}

.basket-item-label-text.basket-item-label-small span {
    margin-bottom: 1px;
    padding: 2px 7px;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
}

.basket-item-label-text.basket-item-label-big span {
    padding: 4px 10px;
    font-size: 12px;
    line-height: 17px;
}

@media (max-width: 767px) {
    .basket-item-label-text>div {
        line-height: 0;
    }

    .basket-item-label-text.basket-item-label-small span {
        margin-bottom: 1px;
        padding: 2px 7px;
        font-size: 11px;
        line-height: 14px;
    }

    .basket-item-label-text.basket-item-label-big span {
        margin-bottom: 1px;
        padding: 3px 12px;
        font-size: 13px;
        line-height: 16px;
    }
}

/*RING*/
.basket-item-label-ring {
    box-sizing: border-box;
    border-radius: 50%;
    font-weight: bold;
}

.basket-item-label-ring.basket-item-label-small {
    width: 40px;
    height: 40px;
    font-size: 13px;
    line-height: 40px;
}

.basket-item-label-ring.basket-item-label-big {
    width: 50px;
    height: 50px;
    font-size: 18px;
    line-height: 50px;
}

@media (max-width: 767px) {
    .basket-item-label-ring.basket-item-label-small {
        width: 24px;
        height: 24px;
        font-size: 8px;
        line-height: 24px;
    }

    .basket-item-label-ring.basket-item-label-big {
        width: 30px;
        height: 30px;
        font-size: 12px;
        line-height: 30px;
    }
}

.basket-item-label-top {
    top: -2px;
}

.basket-item-label-center {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.basket-item-label-center>div {
    text-align: center;
}

.basket-item-label-left {
    left: -2px;
}

.basket-item-label-left>div {
    text-align: left;
}

.basket-item-label-bottom {
    bottom: -2px;
}

.basket-item-label-middle {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.basket-item-label-right {
    right: -2px;
}

.basket-item-label-right>div {
    text-align: right;
}

.basket-item-label-center.product-item-label-middle {
    -webkit-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
}

/*endregion*/

/*region Info*/
.basket-item-block-info {
    -ms-flex-order: 2;
    padding: 0;
    -webkit-box-flex: 3;
    -ms-flex: 3;
    flex: 3;
    -webkit-box-ordinal-group: 3;
    order: 2;
}

@media (max-width: 580px) {
    .basket-item-block-info {
        -webkit-box-flex: 6;
        -ms-flex: 6;
        flex: 6;
    }
}

/*region Name*/
.basket-item-info-name,
.basket-item-info-name-link {
    margin: 0;
    padding: 0 20px 0 0;
    color: #2f3435;
    text-decoration: none;
    word-break: break-all;
    word-break: break-word;
    font: 400 16px/26px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    transition: 300ms all ease;
}

/*.basket-item-actions-remove + .basket-item-info-name {
	margin-right: 30px;
}*/

h2.basket-item-info-name {
    margin-bottom: 5px;
    padding-top: 0;
}

.basket-item-highlighted {
    background: #ff0;
}

.basket-items-list-wrapper-compact .basket-item-info-name {
    margin-bottom: 5px
}

.basket-item-info-name-link:hover {
    text-decoration: underline;
    cursor: pointer;
}

@media (max-width: 768px) {

    .basket-item-info-name,
    .basket-item-info-name-link {
        vertical-align: middle;
        font-size: 15px;
        line-height: 17px;
    }

    .basket-item-info-name {
        padding-top: 10px;
    }
}

/*endregion*/

.basket-item-block-common {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-order: 4;
    -ms-flex-pack: end;
    -ms-flex-align: start;
    -ms-flex: 2;
    -ms-flex-wrap: nowrap;
    -ms-flex-line-pack: baseline;
    flex-wrap: nowrap;
    -webkit-box-pack: end;
    -webkit-box-align: start;
    -webkit-box-ordinal-group: 5;
    -webkit-box-flex: 2;
    justify-content: flex-end;
    align-content: baseline;
    align-items: flex-start;
    flex: 2;
    order: 4;
}

.basket-items-list-wrapper-compact .basket-item-block-common {
    -ms-flex-pack: end;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: end;
    justify-content: flex-end;
}

@media (max-width: 991px) {
    .basket-item-block-common {
        padding: 5px 0;
        min-width: 100%;
    }

    .basket-items-list-wrapper .basket-item-block-common {
        -ms-flex-pack: end;
        -webkit-box-pack: end;
        justify-content: flex-end;
    }

    .basket-items-list-wrapper .basket-item-block-common>div {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
    }

    .basket-items-list-wrapper-compact .basket-item-block-common {
        -ms-flex-pack: end;
        padding: 17px 0;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: end;
        justify-content: flex-end;
    }
}

@media (max-width: 460px) {
    .basket-items-list-wrapper .basket-item-block-common {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: end;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-box-align: end;
        align-items: flex-end;
    }

    /*.basket-item-price-old { right: 10px; }*/
    .basket-item-price-current {
        text-align: right;
    }
}

/*region Properties*/
.basket-item-block-properties {
    -webkit-box-flex: 5;
    -ms-flex: 5;
    flex: 5
}

.basket-item-property,
.basket-item-property-custom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    padding-bottom: 4px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
}

.basket-items-list-wrapper-compact .basket-item-property,
.basket-items-list-wrapper-compact .basket-item-property-custom {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 10px;
    padding-bottom: 0;
    -ms-flex-line-pack: center;
    align-content: center;
}

.basket-item-property-name,
.basket-item-property-custom-name {
    margin-right: 5px;
    color: #a1a1a1;
    font: 400 12px/14px "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.basket-item-property-value,
.basket-item-property-custom-value {
    color: #4a4a4a;
    font: bold 12px/16px "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/*region Custom Column*/

.basket-item-property-custom {
    padding-right: 15px;
}

.basket-item-property-custom-content {
    padding: 3px 0;
}

.basket-item-property-custom.basket-item-property-custom-photo {
    display: block;
}

.basket-item-property-custom-photo .basket-item-property-custom-value {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: start;
    -ms-flex-align: stretch;
    min-height: 64px;
    word-spacing: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    justify-content: flex-start;
}

.basket-item-property-custom-photo .basket-item-property-custom-value span {
    display: inline-block;
}

.basket-item-custom-block-photo-link {
    display: block;
    margin-right: 5px;
}

.basket-item-custom-block-photo-item {
    margin-right: 3px;
    width: auto;
    height: 64px;
    border: 1px solid #e4e4e4;
    transition: 300ms all ease;
}

.basket-item-custom-block-photo-item:hover {
    border-color: #ee9200;
}

@media (max-width: 580px) {
    .basket-item-property-custom {
        padding-right: 0;
    }

    .basket-items-list-wrapper-compact .basket-item-property-custom {
        padding-right: 10px;
    }
}

/*endregion*/

/*scu*/
.basket-items-list-wrapper-compact .basket-item-property.basket-item-property-scu-text,
.basket-items-list-wrapper-compact .basket-item-property.basket-item-property-scu-image,
.basket-items-list-wrapper-compact .basket-item-property.basket-item-scu-color {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.basket-item-property.basket-item-property-scu-text,
.basket-item-property.basket-item-property-scu-image,
.basket-item-property.basket-item-scu-color {
    display: block;
}

.basket-item-scu-list {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 0;
    padding: 0;
    list-style: none;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.basket-item-scu-item,
.basket-item-scu-item.not-available:hover {
    position: relative;
    display: inline-block;
    margin: 2px 3px 3px 0;
    padding: 0;
    border: 1px solid #eeecef;
    cursor: pointer;
    transition: 300ms all ease;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.basket-item-scu-item:hover,
.basket-item-scu-item.selected,
.basket-item-scu-item.not-available:hover {
    border-color: #006cc0;
}

.basket-item-scu-item.selected:hover {
    cursor: default
}

.basket-item-scu-item.not-available:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    background: no-repeat center url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%220%200%20100%25%20100%25%22%20version%3D%221.1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%20%20%20%20%3Cline%20x1%3D%220%22%20y1%3D%2220%22%20x2%3D%2220%22%20y2%3D%220%22%20stroke-width%3D%221%22%20stroke%3D%22%23a1a1a1%22/%3E%0A%3C/svg%3E);
    background-size: 100% 100%;
    content: '';
}

.basket-item-scu-item-inner {
    display: block;
    transition: 300ms all ease;
}

.basket-item-scu-item.not-available .basket-item-scu-item-inner {
    opacity: .5;
}

.basket-item-scu-color .basket-item-scu-item-inner,
.basket-item-property-scu-image .basket-item-scu-item-inner {
    width: 30px;
    height: 30px;
    border: 2px solid #fff;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.basket-items-list-wrapper-compact .basket-item-scu-color .basket-item-scu-item-inner,
.basket-items-list-wrapper-compact .basket-item-property-scu-image .basket-item-scu-item-inner {
    width: 16px;
    height: 16px;
    border: 1px solid #fff;
}

.basket-item-property-scu-text .basket-item-scu-item-inner {
    padding: 3px 5px;
    min-width: 30px;
    text-align: center;
    font: bold 14px/17px "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.basket-items-list-wrapper-compact .basket-item-property-scu-text .basket-item-scu-item-inner {
    padding: 1px 2px;
    font: bold 12px/14px "Helvetica Neue", Helvetica, Arial, sans-serif;
}

@media (max-width: 768px) {

    .basket-item-property-name,
    .basket-item-property-value {
        font-size: 11px;
    }
}

@media (max-width: 580px) {
    .basket-item-block-properties {
        margin-bottom: 10px;
    }

    .basket-items-list-wrapper-compact .basket-item-block-properties {
        margin-bottom: 0;
    }

    .basket-item-property-scu-image .basket-item-scu-item-inner,
    .basket-item-scu-color .basket-item-scu-item-inner {
        width: 20px;
        height: 20px;
        border: 1px solid #fff;
    }

    .basket-item-property-scu-text .basket-item-scu-item-inner {
        padding: 2px 3px;
        min-width: 25px;
        text-align: center;
        font: bold 11px/15px "Helvetica Neue", Helvetica, Arial, sans-serif;
    }
}

/*endregion*/

/*region Amount*/
.basket-items-list-item-amount {
    padding-top: 20px;
    vertical-align: top;
    order: 3;
}

.basket-item-block-amount {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: end;
    -ms-flex-align: start;
    /*margin-top: -2px;*/
    padding: 0 10px;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-pack: end;
    justify-content: flex-end;
}

.basket-items-list-wrapper-compact .basket-item-block-amount {
    margin-bottom: 0;
    padding-bottom: 0;
}

.basket-item-amount-filed-block {
    position: relative;
}

.basket-item-amount-filed,
.basket-item-block-amount.disabled .basket-item-amount-filed:hover {
    padding: 0;
    width: 60px;
    height: 28px;
    outline: none;
    border: none;
    font-size: 24px;
    color: #E81C1C;
    vertical-align: middle;
    text-align: center;
    transition: 300ms all ease;
    font-family: 'Proxima Nova';
}

.basket-item-block-amount.disabled .basket-item-amount-filed {
    background-color: #f3f3f3;
}

.basket-item-amount-filed:hover,
.basket-item-amount-filed:focus {
    border-color: #006cc0;
}

.basket-item-amount-filed::-webkit-outer-spin-button,
.basket-item-amount-filed::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    margin: 0;
    -webkit-appearance: none;
    /* <-- Apparently some margin are still there even though it's hidden */
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}

.basket-item-amount-filed.basket-updated {
    animation-name: basketAmountFiledUpdated;
    animation-duration: 600ms;
}

@-webkit-keyframes basketAmountFiledUpdated {

    0%,
    100% {
        border-color: #e4e4e4;
    }

    50% {
        border-color: #ee9200;
    }
}

@keyframes basketAmountFiledUpdated {

    0%,
    100% {
        border-color: #e4e4e4;
    }

    50% {
        border-color: #ee9200;
    }
}

.basket-item-amount-btn-plus,
.basket-item-amount-btn-minus {
    position: relative;
    width: 28px;
    height: 28px;
    cursor: pointer;
    transition: 300ms all ease;
    -webkit-user-select: none;
}

.basket-item-amount-btn-plus:hover,
.basket-item-amount-btn-minus:hover {
    background-color: #efefef;
}

.basket-item-block-amount.disabled .basket-item-amount-btn-plus,
.basket-item-block-amount.disabled .basket-item-amount-btn-minus {
    background-color: transparent;
    cursor: default;
}

.basket-item-amount-btn-plus:before,
.basket-item-amount-btn-plus:after,
.basket-item-amount-btn-minus:after {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -1px;
    margin-left: -5px;
    width: 10px;
    height: 2px;
    background-color: #979797;
    content: "";
    transition: 300ms all ease;
}

.basket-item-amount-btn-plus:hover:before,
.basket-item-amount-btn-plus:hover:after,
.basket-item-amount-btn-minus:hover:after {
    background-color: #535353;
}

.basket-item-block-amount.disabled .basket-item-amount-btn-plus:before,
.basket-item-block-amount.disabled .basket-item-amount-btn-plus:after,
.basket-item-block-amount.disabled .basket-item-amount-btn-minus:after {
    background-color: #f3f3f3;
}

.basket-item-amount-btn-plus:before {
    margin-top: -5px;
    margin-left: -1px;
    width: 2px;
    height: 10px;
}

.basket-item-amount-field-description {
    position: absolute;
    top: calc(100% + 1px);
    right: 0;
    left: 0;
    color: #a1a1a1;
    text-align: center;
    font: italic 12px/14px "Helvetica Neue", Helvetica, Arial, sans-serif;
}

@media (max-width: 991px) {
    .basket-item-block-amount {
        position: relative;
        -ms-flex-pack: center;
        margin-bottom: 13px;
        -webkit-box-pack: center;
        justify-content: center;
    }

    .basket-item-amount-btn-plus,
    .basket-item-amount-btn-minus {
        border: 1px solid #e4e4e4;
        background-color: #f5f6f7;
    }

    .basket-item-amount-btn-plus {
        border-left: none;
        border-radius: 0 1px 1px 0;
    }

    .basket-item-amount-btn-minus {
        border-right: none;
        border-radius: 1px 0 0 1px;
    }
}

@media (max-width: 767px) {
    .basket-item-block-amount {
        padding-top: 19px;
    }
}

@media (max-width: 580px) {
    .basket-item-block-amount {
        padding-top: 0;
    }
}

/*endregion*/

/*region Price*/
.basket-items-list-item-price {
    padding-top: 0;
    vertical-align: top;
    order: 4;
}

.basket-items-list-item-price-for-one {
    order: 2
}

.basket-item-block-price {
    position: relative;
    padding-top: 20px;
    text-align: right;
    white-space: nowrap;
}

.basket-item-price-title {
    padding-top: 1px;
    color: #a1a1a1;
    text-align: right;
    font: 12px/14px "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.basket-item-price-current {
    padding-top: 1px;
    color: #2f3435;
    vertical-align: bottom;
    line-height: 24px;
}

.basket-item-price-current-text {
    letter-spacing: -.33px;
    font: 400 20px/24px "Helvetica Neue", Helvetica, Arial, sans-serif;
    transition: 180ms text-shadow ease, 180ms color ease;
}

.basket-item-price-old {
    position: absolute;
    top: 5px;
    right: 0;
    color: #a1a1a1;
    vertical-align: middle;
    line-height: 15px;
}

.basket-item-price-old-text {
    position: relative;
    display: inline-block;
    font: 400 13px/15px "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.basket-item-price-old-text:after {
    position: absolute;
    top: 3px;
    right: 3px;
    bottom: 3px;
    left: 3px;
    background: no-repeat center url(data:image/svg+xml;charset=US-ASCII,%0A%3Csvg%20width%3D%22491px%22%20height%3D%22125px%22%20viewBox%3D%220%200%20100%25%20100%25%22%20version%3D%221.1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%3E%0A%20%20%20%20%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M1.23046875%2C121.410156%20C122.764455%2C80.3998661%20212.227997%2C52.9779911%20269.621094%2C39.1445312%20C327.014191%2C25.3110714%20400.420441%2C13.476436%20489.839844%2C3.640625%22%20stroke%3D%22%23B80909%22%20stroke-width%3D%2216%22%20/%3E%0A%20%20%20%20%3C/g%3E%0A%3C/svg%3E);
    background-size: 100% 100%;
    content: '';
}

.basket-item-price-difference {
    padding: 3px;
    max-width: 100%;
    background: #d1ecf1;
    color: #179ebb;
    text-align: center;
    white-space: normal;
    font: 400 11px/12px "Helvetica Neue", Helvetica, Arial, sans-serif;
}

@media (max-width: 767px) {

    .basket-items-list-item-container {
        display: flex;
        align-items: flex-start;
    }

    .basket-items-list-item-descriptions {
        min-width: 100%;
    }
}

@media (max-width: 580px) {

    .basket-items-list-item-price {
        vertical-align: top;
        order: 5;
    }

    .basket-items-list-item-price-for-one {
        order: 4
    }

    .basket-item-block-price {
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 10px;
        min-width: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

    .basket-item-price-old {
        right: 10px;
    }

    .basket-items-list-item-amount {
        display: block;
        padding: 0 0 20px;
        min-width: 100%;
    }

    .basket-item-block-price {
        padding-right: 10px;
        padding-left: 10px;
    }

    .basket-items-list-item-price-for-one .basket-item-price-current {}

    .basket-items-list-wrapper-compact .basket-item-block-price {
        min-width: 0;
        text-align: right;
    }

    .basket-items-list-wrapper-compact .basket-item-block-price>div {
        text-align: right;
    }

    .basket-item-block-price .basket-item-price-difference {
        -ms-flex-order: 1;
        padding: 5px 6px 6px;
        -webkit-box-ordinal-group: 2;
        order: 1;
    }

}

/*endregion*/

/*region Actions*/
.basket-items-list-item-remove {
    padding-top: 17px !important;
    vertical-align: top;
}

.basket-item-block-actions {
    position: relative;
    opacity: 0;
    transition: 300ms opacity ease;
}

.bx-touch .basket-item-block-actions,
.basket-items-list-item-container:hover .basket-item-block-actions {
    opacity: 1;
}

.basket-item-actions-remove {
    position: relative;
    display: block;
    width: 25px;
    height: 25px;
    cursor: pointer;
}

.basket-item-actions-remove:after,
.basket-item-actions-remove:before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 2px;
    height: 14px;
    background: #d0021b;
    content: '';
    transition: 300ms background-color ease;
}

.basket-item-actions-remove:after {
    transform: translate3d(-50%, -50%, 0) rotate(45deg);
}

.basket-item-actions-remove:before {
    transform: translate3d(-50%, -50%, 0) rotate(-45deg);
}

.basket-item-actions-remove:hover:after,
.basket-item-actions-remove:hover:before {
    background-color: #7e000f;
}

.basket-item-block-info .basket-item-actions-remove {
    position: absolute;
    top: -4px;
    right: 0;
}

.basket-items-list-wrapper-compact .basket-item-block-actions {
    position: relative;
    top: auto;
    right: auto;
    padding-left: 10px;
}

/*endregion*/

/*endregion*/

@media (max-width: 767px) {

    .basket-items-list-table,
    .basket-items-list-table thead,
    .basket-items-list-table tbody,
    .basket-items-list-table tr {
        display: block !important;
    }

    tr.basket-items-list-item-container {
        display: -ms-flexbox !important;
        display: -webkit-box !important;
        display: flex !important;
        -ms-flex-pack: center;
        -ms-flex-align: start;
        padding-top: 10px;
        padding-bottom: 10px;
        border-top: 1px solid #f2f2f2;
        -webkit-box-align: flex-start;
        align-items: flex-start;
        -webkit-box-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .basket-items-list-table tr.basket-items-list-item-container:first-child,
    .basket-items-list-table tbody tr.basket-items-list-item-container:first-child {
        border: none;
    }

    .basket-items-list .basket-items-list-item-container>td {
        /*min-width: 100%;*/
        border-top: none;
    }

    td.basket-items-list-item-amount,
    td.basket-items-list-item-price,
    td.basket-items-list-item-remove {
        display: inline-block;
    }

    td.basket-items-list-item-descriptions {
        padding-bottom: 10px;
        min-width: 100%;
    }

    td.basket-items-list-item-descriptions,
    td.basket-items-list-item-notification {
        display: block;
        padding-top: 0;
    }

    .basket-items-list-item-price {
        padding: 3px 0;
    }

    td.basket-items-list-item-remove {
        padding: 34px 0 0 !important;
    }
}

@media (max-width: 580px) {

    .basket-items-list-item-price .basket-item-block-price .basket-item-price-title {
        display: block;
    }

    td.basket-items-list-item-remove {
        display: block;
        padding: 0;
    }

    td.basket-items-list-item-remove {
        padding: 0 !important;
        text-align: center;
    }

    .basket-item-block-actions {
        display: inline-block;
    }
}

.basket-items-list-item-notification-inner {
    position: relative;
    transition: 220ms all ease;
}

/**/

.basket-items-list-item-container.basket-items-list-item-container-expend {
    display: table-row;
}

.basket-items-list-item-container-expend .basket-items-list-item-removed-container {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: justify;
    -ms-flex-align: center;
    padding: 10px 0;
    border-radius: 2px;
    background-color: #e6f8fe;
    color: #333;
    text-align: center;
    transition: 300ms all ease;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.basket-items-list-item-container-expend .basket-items-list-item-removed-container div {
    padding: 0 10px;
    text-align: left;
}

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

    0%,
    50% {
        background-color: #fff;
    }

    50%,
    100% {
        opacity: 1;
    }

    100% {
        background-color: #e6f8fe;
    }
}

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

    0%,
    50% {
        background-color: #fff;
    }

    50%,
    100% {
        opacity: 1;
    }

    100% {
        background-color: #e6f8fe;
    }
}

@media (max-width: 768px) {
    .basket-items-list-item-container-collapse .basket-items-list-item-removed-container {
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
    }

    .basket-items-list-item-container-collapse .basket-items-list-item-removed-container div {
        text-align: center;
    }
}

.basket-items-list-item-container-collapse .basket-item-block-info,
.basket-items-list-item-container-collapse .basket-item-block-common,
.basket-items-list-item-container-collapse .basket-item-block-image {
    opacity: 0;
}

.basket-items-list-item-container.basket-items-list-item-container-collapse>td>div {
    overflow: hidden;
    height: 80px;
    opacity: 0;
}

.basket-items-list-item-removed-block {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
}

.basket-items-list-item-removed-block .faded {
    color: #ccc;
    cursor: default;
}

.basket-items-list-item-removed-anchor {
    border-bottom: 1px dashed;
    color: #333;
    font-weight: bold;
}

.basket-items-list-item-clear-btn {
    position: relative;
    display: inline-block;
    margin-left: 10px;
    width: 25px;
    height: 25px;
    cursor: pointer;
}

.basket-items-list-item-clear-btn:after,
.basket-items-list-item-clear-btn:before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 2px;
    height: 14px;
    background: #d0021b;
    content: '';
    transition: 300ms background-color ease;
}

.basket-items-list-item-clear-btn:after {
    transform: translate3d(-50%, -50%, 0) rotate(45deg);
}

.basket-items-list-item-clear-btn:before {
    transform: translate3d(-50%, -50%, 0) rotate(-45deg);
}

.basket-items-list-item-clear-btn:hover:after,
.basket-items-list-item-clear-btn:hover:before {
    background-color: #7e000f;
}

.basket-items-list-item-double {
    margin: 10px 0;
}

.basket-items-list-item-double>div {
    margin-bottom: 10px;
    padding: 5px 35px 5px 15px;
}

.basket-items-list-item-double-anchor,
.basket-items-list-item-double-anchor:visited {
    border-bottom: 1px dashed;
    color: #333;
    text-decoration: none;
}

.basket-items-list-item-double-anchor:hover {
    color: #23527c;
}

.basket-items-list-item-warning-container {
    margin: 10px 0;
}

.basket-items-list-item-warning-container>div {
    margin-bottom: 10px;
    padding: 5px 35px 5px 15px;
}

.basket-items-list-wrapper-compact .basket-items-list-item-container {
    -ms-flex-align: start;
    padding: 17px 0;
    align-items: flex-start;
}

/*region Gifts*/
.basket-item-gifts-list-container {
    position: relative;
    margin-bottom: 20px;
    border: 1px solid #fceb9f;
    background: #fffef8;
}

.basket-item-gifts-list-container:after {
    position: absolute;
    top: -10px;
    left: 90px;
    display: block;
    width: 17px;
    height: 17px;
    background-color: #fceb9f;
    content: '';
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.basket-item-gifts-list-title {
    padding: 12px 17px;
    background-color: #fceb9f;
    color: #5b5848;
    font: bold 15px/18px "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.basket-item-gifts-list {
    padding: 15px;
}

.basket-items-list-gift-item {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    border-bottom: 1px solid #f3f2ed;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.basket-item-gifts-list .basket-items-list-gift-item:last-child {
    border-bottom: none;
}

/*region Gift image*/
.basket-item-gift-image-container {
    padding: 10px 0;
    min-width: 48px;
    max-width: 100%;
    width: 168px;
    text-align: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.basket-item-gift-image-link {
    display: inline-block;
}

.basket-item-gift-image {
    display: inline-block;
    max-width: 100%;
    max-height: 69px;
    width: auto;
    height: auto;
}

/*endregion*/

/*region Gift title*/
.basket-item-gift-title-container {
    padding: 5px 15px;
    width: 100%;
    -webkit-box-flex: 9;
    -ms-flex: 9;
    flex: 9;
}

.basket-item-gift-title-link {
    color: #333;
    font: 400 15px/20px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    transition: 300ms all ease;
}

@media (max-width: 580px) {
    .basket-item-gift-title-link {
        font-size: 13px;
    }
}

/*endregion*/

/*region Gift price*/
.basket-item-gift-price-container {
    text-align: right;
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2;
}

.basket-item-gift-price-current {
    color: #2f3435;
    font: 400 22px/26px "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.basket-item-gift-price-old {
    color: #a1a1a1;
    text-decoration: line-through;
    font: 400 13px/16px "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.basket-item-gift-price-difference {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    padding: 5px 6px 6px;
    background: #e2f0cb;
    color: #525c69;
    text-align: center;
    text-transform: uppercase;
    font: bold 9px/12px "Helvetica Neue", Helvetica, Arial, sans-serif;
    -webkit-box-align: center;
    align-items: center;
}

@media (max-width: 580px) {
    .basket-items-list-gift-item {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .basket-item-gift-price-container {
        min-width: 100%;
    }
}

/*endregion*/
/*endregion*/

/*region Gift-container*/
.basket-gifts-list-wrapper,
.basket-gifts-list-wrapper-compact {
    margin-bottom: 15px;
    border: 1px solid #e2dfdf;
}

.basket-gifts-list-header {
    padding: 18px 25px 20px;
    border-bottom: 1px solid #e2dfdf;
    background: #f2f2f2;
    font: bold 15px/18px "Helvetica Neue", Helvetica, Arial, sans-serif;
    transition: 300ms all ease;
}

.basket-clear {
    cursor: pointer;
    pointer-events: auto;
}

.basket-clear:after,
.basket-clear:before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 2px;
    height: 14px;
    background: #a1a1a1;
    content: '';
    transition: 300ms background-color ease;
}

.basket-clear:after {
    transform: translate3d(-50%, -50%, 0) rotate(45deg);
}

.basket-clear:before {
    transform: translate3d(-50%, -50%, 0) rotate(-45deg);
}

.basket-clear:hover:after,
.basket-clear:hover:before {
    background-color: #333;
}

@media (max-width: 991px) {
    .basket-gifts-list-header {
        padding: 10px 9px 11px;
        font-size: 12px;
        line-height: 15px;
    }
}

.basket-gifts-list {
    padding: 0 25px;
}

.basket-gifts-description-container {
    padding: 11px;
    color: #868d96;
    text-align: center;
    font: 400 13px/15px "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.basket-gifts-list-item-container {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    overflow: hidden;
    padding: 20px 0;
    border-top: 1px solid #f2f2f2;
    transition: 300ms all ease;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
}

.basket-gifts-list-item-container:first-child {
    border-top: none;
}

.basket-gift-block-image {
    padding: 5px 15px 5px 0;
    min-width: 50px;
    max-width: 50px;
}

.basket-gift-image-link {
    display: inline-block;
}

.basket-gift-image {
    display: inline-block;
    max-width: 100%;
    max-height: 168px;
    width: auto;
    height: auto;
    transition: 300ms all ease;
}

.basket-gift-block-info {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.basket-gift-info-name,
.basket-gift-info-name-link {
    margin: 0;
    padding: 0;
    color: #2f3435;
    text-decoration: none;
    font: 400 15px/19px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    transition: 300ms all ease;
}

.basket-gift-info-name-link:hover {
    text-decoration: underline;
    cursor: pointer;
}

.basket-gift-block-common {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: center;
    align-content: center;
}

.basket-gift-item-select-btn-container {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    align-items: center;
}

.basket-gift-item-selected {
    padding: 0 10px;
    color: #b6bbbf;
    font: 400 12px/14px "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.basket-gift-item-select-btn-label {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    margin-bottom: 0;
    -webkit-box-align: center;
    align-items: center;
}

.basket-gift-item-select-input {
    display: none;
}

.basket-gift-item-select-btn-radio {
    position: relative;
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 10px;
    width: 20px;
    height: 20px;
    border: 10px solid #fff;
    border-radius: 50%;
    background: #468ee5;
    -webkit-box-shadow: 0 0 0 1px #828b95;
    box-shadow: 0 0 0 1px #828b95;
    cursor: pointer;
    transition: 190ms all ease;
}

.basket-gift-item-select-input:checked+.basket-gift-item-select-btn-radio {
    border-width: 5px;
}

.basket-gift-item-select-btn-text {
    text-transform: lowercase;
    font: bold 12px/14px "Helvetica Neue", Helvetica, Arial, sans-serif;
    cursor: pointer;
}

.basket-gift-item-select-btn-checkbox {
    position: relative;
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 10px;
    width: 19px;
    height: 19px;
    border: 1px solid #828b95;
    border-radius: 2px;
    background-color: #fff;
    cursor: pointer;
}

.basket-gift-item-select-btn-checkbox:after,
.basket-gift-item-select-btn-checkbox:before {
    position: absolute;
    background-color: #fff;
    content: '';
    opacity: 0;
    transition: 190ms all ease;
}

.basket-gift-item-select-btn-checkbox:after {
    top: 5px;
    left: 5px;
    z-index: 15;
    width: 3px;
    height: 9px;
    border-radius: 1px;
    transform: rotate(-45deg);
}

.basket-gift-item-select-btn-checkbox:before {
    top: -1px;
    left: 11px;
    z-index: 10;
    width: 5px;
    height: 17px;
    border: 1px solid #fff;
    border-radius: 2px;
    transform: rotate(45deg);
}

.basket-gift-item-select-input:checked+.basket-gift-item-select-btn-checkbox:after,
.basket-gift-item-select-input:checked+.basket-gift-item-select-btn-checkbox:before {
    background-color: #468ee5;
    opacity: 1;
}

@media (max-width: 797px) {
    .basket-gift-item-select-btn-container {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: end;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-box-align: end;
        align-items: flex-end;
    }

    .basket-gift-item-selected {
        -ms-flex-order: 2;
        padding-right: 0;
        text-align: right;
        -webkit-box-ordinal-group: 3;
        order: 2;
    }

    .basket-gift-item-select-btn-label {
        -ms-flex-order: 1;
        text-align: right;
        -webkit-box-ordinal-group: 2;
        order: 1;
    }
}

.bx-step-opacity {
    transition: 500ms opacity ease;
}

/*endregion*/

/*region not found*/
.basket-search-not-found {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -50px 0 0 0;
    transform: translate3d(-50%, -50%, 0);
}

.basket-search-not-found-icon {
    margin: 0 auto 80px;
    width: 180px;
    height: 180px;
    background: no-repeat center url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%22182px%22%20height%3D%22182px%22%20viewBox%3D%220%200%20182%20182%22%20version%3D%221.1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%3E%0A%20%20%20%20%3Cg%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill-rule%3D%22evenodd%22%20opacity%3D%220.2%22%20fill%3D%22%23A7ABB0%22%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M17%2C70.5%20C17%2C40.9473747%2040.9473747%2C17%2070.5%2C17%20C100.052625%2C17%20124%2C40.9473747%20124%2C70.5%20C124%2C100.052625%20100.052625%2C124%2070.5%2C124%20C40.9473747%2C124%2017%2C100.052625%2017%2C70.5%20M178.408149%2C160.192955%20L129.280894%2C111.056302%20C129.216524%2C111.017683%20129.152154%2C110.991937%20129.100658%2C110.953317%20C136.979557%2C99.5348706%20141.614204%2C85.7220257%20141.614204%2C70.8020936%20C141.614204%2C31.6935917%20109.905496%2C0%2070.8071019%2C0%20C31.7087076%2C0%200%2C31.6935917%200%2C70.8020936%20C0%2C109.910596%2031.7087076%2C141.604187%2070.8071019%2C141.604187%20C85.7152154%2C141.604187%2099.5419113%2C136.969868%20110.948292%2C129.091526%20C110.999788%2C129.143019%20111.012662%2C129.220257%20111.064158%2C129.27175%20L160.204287%2C178.408403%20C164.993422%2C183.197199%20172.846573%2C183.197199%20177.635708%2C178.408403%20L178.408149%2C177.623143%20C183.197284%2C172.834347%20183.197284%2C164.981751%20178.408149%2C160.192955%22/%3E%0A%20%20%20%20%3C/g%3E%0A%3C/svg%3E);
    background-size: cover;
}

.basket-search-not-found-text {
    color: #c0c5ca;
    text-align: center;
    font: 30px/35px "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/*endregion*/

.alert-warning {
    height: 50px;
}

.alert-warning .col-xs-12 {
    padding-left: 0px;
}

.bx-soa-cart-total .bx-soa-cart-total-line-total .bx-soa-cart-t {
    color: #595959;
}

..bx-soa-coupon-block {
    margin: 15px 0px;
}

.bx-soa-customer {
    padding-top: 20px;
}

.bx-soa-orderSave {
    clear: both;
    padding-top: 20px;
}

.call__order img {
    vertical-align: middle;
    margin-right: 10px;
}

.fastBuy2 {
    background: #F7F7F7;
    padding: 15px 35px;
    margin-top: 30px;
    margin-left: 30px;
    display: block;
    fomt-size: 0px;
}

.fastBuy2 .fastIcon {
    display: inline-block;
    vertical-align: middle;
    width: 20%;
}

.fastBuy2 .fastText {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
    font-size: 12px;
    font-family: 'Proxima Nova';
    color: #595959;
    width: 80%;
}

.fastBuy2 .fastText span {
    line-height: normal;
    font-size: 16px;
    text-align: center;
    text-decoration-line: underline;
    color: #595959;
}

.bx-soa-section,
.bx-soa-coupon,
.bx-soa-more {
    clear: both;
}

.bx-soa-coupon {
    margin-bottom: 20px;
    border: none !important;
}

.fixed {
    position: fixed;
    top: 195px;
}

.bx-soa-more-btn {
    padding: 20px 0px !important;
}

.bx-sls .dropdown-block {
    padding: 6px 22px 6px 30px !important;
}

.bx-sls .dropdown-icon {
    top: 16px !important;
}

.bx-sls .bx-ui-sls-clear {
    top: 7px !important;
}

.bx-soa-item-title a {
    font-weight: normal;
    color: #000 !important;
}

.credidit__fit {
    display: none !important;
}

.bx-soa-pp-company-checkbox {
    visibility: hidden !important;
}

#bx-soa-order .btn-lg {
    padding: 14px 25px;
}

.bx-red .btn.btn-default {
    background: #E81C1C !important;
    border-color: #E81C1C !important;
}

.bx-sls .dropdown-block {
    box-shadow: none !important;
}

.total-title-line {
    margin-left: 5px;
    margin-bottom: 10px;
    font-weight: 700;
}

/*правое меню*/
.right_menu {
    border: 1px solid #E6E6E6;
}

.right_menu_header {
    background: #F7F7F7;
    font-size: 24px;
    color: #595959;
    padding: 30px 40px;
}

.right_menu ul {
    margin: 0px;
    padding: 0px;
}

.right_menu ul li {
    display: block;
    padding: 15px 40px;
}

.right_menu ul li:first-child {
    padding-top: 30px;
}

.right_menu ul li:last-child {
    padding-bottom: 30px;
}

.right_menu ul li a {
    color: #595959;
    text-decoration: none;
    font-size: 18px;
}

.right_menu ul li.active a,
contact_ .right_menu ul li a:hover {
    color: #E81C1C;
    text-decoration: none;
}

@media all {
    .content {
        padding-right: 40px;
        font-size: 16px;
        line-height: 25px;
    }
}

@media (max-width: 797px) {
    .content {
        padding-right: 0px;
    }
}

@media (max-width: 597px) {
    .content {
        padding-right: 0px;
    }
}


.content img {
    max-width: 100%;
}

.content table.bordered {
    border-collapse: collapse;
    border: 2px solid #E6E6E6;
}

.content table.bordered tr {
    border: 2px solid #E6E6E6;
}

.content table.bordered tr td {
    padding: 20px;
}

.content ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    margin: 10px 0;
}

.content ul li {
    list-style-type: none;
    line-height: 25px;
    padding-left: 20px;
}

.content ul li:before {
    color: red;
    content: "\2022";
    font-size: 22px;
    left: -7px;
    position: relative;
    margin-left: -10px;
}

blockquote {
    padding: 25px 110px;
    margin: 30px 0px;
    display: inline-block;
    background: #F2F2F2 url("../images/attent.png") 30px 30px no-repeat;
}

blockquote:before {
    content: "Важно:";
    display: block;
    font-size: 24px;
    color: #595959;
    margin-bottom: 10px;
}

.content ol {
    counter-reset: myCounter;
}

.content ol li {
    list-style: none;
}

.content ol li:before {
    counter-increment: myCounter;
    content: counter(myCounter);
    color: red;
    padding-right: 10px;
}

.content hr {
    border: 0px;
    border-bottom: 1px dashed #D9D9D9;
    height: 1px;
    margin: 20px 0px;
}

.mobile__filter_container {
    width: 100%;
    background: #F2F2F2;
    position: fixed;
    z-index: 999;
    left: -150%;
    top: 0;
    min-height: 100vh;
    max-height: 100%;
    overflow-y: scroll;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all ease 0.8s;
    -o-transition: all ease 0.8s;
    transition: all ease 0.8s;
}

.mobile__filter_container.active {
    -webkit-transition: all ease 0.8s;
    -o-transition: all ease 0.8s;
    transition: all ease 0.8s;
    visibility: visible;
    left: 0;
    opacity: 1;
}
