@charset "UTF-8";
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 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 {
  margin: 0.67em 0;
  font-size: 2em; }
h4{
   font-size: 18px;
}

/* Grouping content
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  /* 1 */
  height: 0;
  box-sizing: content-box;
  /* 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 {
  /* 1 */
  font-size: 1em;
  font-family: monospace, monospace;
  /* 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 {
  /* 1 */
  font-size: 1em;
  font-family: monospace, monospace;
  /* 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 {
  position: relative;
  font-size: 75%;
  line-height: 0;
  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 {
  /* 1 */
  margin: 0;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  font-family: inherit;
  /* 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 {
  padding: 0;
  border-style: none; }

/**
   * 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 {
  /* 1 */
  padding: 0;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 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"] {
  /* 1 */
  padding: 0;
  box-sizing: border-box;
  /* 2 */ }

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

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

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

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

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

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

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

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

body {
  position: relative;
  margin: 0;
  padding: 0;
  font-family: 'Montserrat', sans-serif;
  min-width: 320px; }

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

html {
  box-sizing: border-box; }

input::-webkit-search-decoration,
input::-webkit-search-cancel-button,
input::-webkit-search-results-button,
input::-webkit-search-results-decoration {
  display: none; }

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

ul {
  list-style: none; }

a {
  text-decoration: none; }

p {
  line-height: 1.4; }

.row {
  margin-left: -15px;
  margin-right: -15px; }

.visually-hidden {
  width: 1px;
  height: 1px;
  position: absolute;
  margin: -1px;
  clip: rect(0 0 0 0); }

.admin-top-menu {
  z-index: 9999 !important; }

.container {
  width: 100%;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 20px;
  padding-bottom: 60px; }

.msgError {
  font-size: 12px;
  line-height: 18px;
  display: block;
  color: #f44336;
  margin-top: 20px;
  margin-bottom: 10px; }

.mg-success {
  font-size: 12px;
  line-height: 18px;
  display: block;
  color: #61a463; }

.addressPartsContainer {
  display: none; }

.c-variant__price--not-available {
  display: none; }

.c-variant__price--none .c-variant__price--old,
.c-variant__price--none .c-variant__price--current {
  display: none; }

.c-variant__price--none .c-variant__price--not-available {
  display: block; }

.m-p-products-slider-start {
  display: none; }

.c-variant__scroll {
  /*max-height: 170px;
  overflow: auto; */}

.sizeMap-row {
  padding-left: 5px;
  padding-top: 5px; }

.c-variant__scroll::-webkit-scrollbar {
  width: 4px;
  border-radius: 5px; }

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

.c-variant__scroll::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
  border-radius: 5px; }

.container__search .catalog-wrap {
  width: 100%; }
  .container__search .catalog-wrap .mg-pager {
    margin-top: 40px; }
    .container__search .catalog-wrap .mg-pager .allPages {
      display: none; }
    .container__search .catalog-wrap .mg-pager ul {
      margin: 0;
      padding: 0;
      display: flex;
      justify-content: center; }
      .container__search .catalog-wrap .mg-pager ul li.current a {
        width: 34px;
        height: 34px;
        background-color: #f73859;
        display: block;
        border-radius: 50%;
        color: #ffffff;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: background-color ease 0.3s; }
        .container__search .catalog-wrap .mg-pager ul li.current a:hover {
          background-color: #404b69;
          transition: background-color ease 0.3s; }
      .container__search .catalog-wrap .mg-pager ul li a {
        width: 34px;
        height: 34px;
        color: #918b90;
        display: flex;
        justify-content: center;
        align-items: center; }

.header {
  position: relative; }
  .header__container {
    width: 100%;
    position: relative;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center; }
  .header__search, .header__login, .header__basket, .header__language, .header__compare {
    cursor: pointer; }
  .header__search svg g {
    stroke: #ffffff; }
  .header__compare svg g {
    stroke: #ffffff; }
  .header__login svg g {
    stroke: #ffffff; }
  .header__basket svg g {
    stroke: #ffffff; }
  .header__top, .header__bottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding-left: 15px;
    padding-right: 15px; }
  .header__top {
    padding-top: 18px;
    padding-bottom: 18px; }
  .header__bottom {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #283149;
    padding-bottom: 15px; }
  .header__logo {
    width: 80%;
    display: block; }
    .header__logo img {
      max-width: 200px; }
  .header__login .auth {
    display: none; }

.footer {
  background-color: #f3ecc8; }
  .footer__container {
    margin: 0 auto;
    padding: 30px 10px; }
  .footer__title {
    margin: 0; }
  .footer__nav {
    display: none; }
  .footer__tel {
    font-size: 18px;
    line-height: 36px;
    font-weight: 400;
    display: block;
    text-align: center;
    color: #000000; }
    .footer__tel .bold {
      color: #000000; }
  .footer .address {
    font-size: 14px;
    line-height: 30px;
    font-weight: 400;
    display: block;
    color: #000000; }
  .footer__copyright {
    font-size: 12px;
    line-height: 24px;
    font-weight: 400;
    text-align: center;
    display: block;
    color: #000000; }
  .footer__moguta {
    font-size: 12px;
    line-height: 24px;
    font-weight: 400;
    text-align: center;
    display: block;
    color: #000000; }
  .footer__ring {
    text-align: center;
    margin-bottom: 30px; }
    .footer__ring .back-ring-button {
      border: none;
      background-color: inherit;
      text-decoration: underline; }
  .footer .powered {
    font-size: 12px;
    line-height: 24px;
    font-weight: 400;
    text-align: center;
    display: block;
    color: #000000; }
    .footer .powered a {
      color: #f73859; }

.main-nav {
  width: 100%;
  position: absolute;
  visibility: hidden;
  left: 0;
  right: 0;
  top: -496px;
  transition: all linear 0.5s; }
  .main-nav__close {
    position: absolute;
    border: none;
    top: 19px;
    right: 15px;
    outline: none;
    background-color: initial; }
  .main-nav--open {
    width: 100%;
    padding: 80px 15px 40px;
    opacity: 0.98;
    transition: all linear 0.5s;
    background-color: #283149;
    display: block;
    top: 0;
    visibility: visible;
    z-index: 9999; }
    .main-nav--open li {
      margin-bottom: 20px;
      text-align: center; }
      .main-nav--open li a {
        color: #ffffff; }
    .main-nav--open--open li.active a {
      color: #f73859; }
  .main-nav__list {
    margin: 0;
    padding: 0; }
  .main-nav a {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #000000;
    text-transform: uppercase;
    letter-spacing: 0.14px; }
  .main-nav li {
    position: relative;
    transition: all linear 0.5s; }
  .main-nav li::after {
    width: 0;
    height: 1px;
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    background-color: #ffffff; }
  .main-nav li:hover::after {
    width: 100%;
    transition: all linear 0.2s; }
  .main-nav li:hover a {
    transition: color linear 0.2s; }
  .main-nav li.active a {
    color: #f73859; }

.main-banners {
  margin-bottom: 60px; }
  .main-banners__row {
    margin-left: -15px;
    margin-right: -15px; }
  .main-banners a {
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
    display: block;
    margin-bottom: 20px; }

.footer-social {
  width: 182px;
  margin: 0 auto;
  padding: 0;
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap; }
  .footer-social a {
    font-size: 0; }
    .footer-social a svg {
      fill: #404b69;
      transition: fill linear 0.3s; }
  .footer-social a:hover svg {
    fill: #f73859;
    transition: fill linear 0.3; }

.page-title,
.new-products-title {
  margin: 0;
  padding: 0;
  font-size: 18px;
  font-weight: 500;
  color: #000000;
  margin-bottom: 30px; }

.bread-crumbs {
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  flex-wrap: wrap; }
  .bread-crumbs li {
    margin-right: 20px; }
  .bread-crumbs a {
    position: relative;
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    padding-right: 15px;
    color: #000000; }
    .bread-crumbs a::after {
      width: 6px;
      height: 6px;
      position: absolute;
      border: 1px solid #f73859;
      top: 5px;
      right: 0;
      content: '';
      border-left-color: transparent;
      border-bottom-color: transparent;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg); }

.m-p-slider-wrapper {
  height: auto !important;
  border: none;
 /* display: none;*/
  margin-top: 0;
  box-shadow: none;
  border-radius: 0;
  text-align: center; }

.bx-viewport {
  height: 450px;
  position: relative;
  overflow: hidden; }

.m-p-slider-wrapper .bx-wrapper .bx-pager.bx-default-pager a {
  width: 15px;
  height: 15px;
  background: #a09e9d;
  border: 1px solid #a09e9d; }

.m-p-slider-wrapper .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #ffffff;
  border: 1px solid #ffffff; }

.m-p-slider-wrapper .bx-wrapper .bx-pager .bx-pager-item {
  margin-right: 20px; }

.m-p-slider-wrapper .bx-wrapper .bx-pager.bx-default-pager {
  position: absolute;
  bottom: 0px;
  z-index: 99;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%); }

.m-p-slider-wrapper .bx-wrapper .bx-prev,
.m-p-slider-wrapper .bx-wrapper .bx-next {
  display: none;
  z-index: 99; }

.m-p-slider-wrapper .bx-wrapper .bx-pager.bx-default-pager {
  padding-top: 7px;
  margin-top: 0; }

.header .mg-product-to-compare {
  width: auto;
  height: auto;
  position: static;
  line-height: normal;
  background: none;
  right: 0;
  top: 0;
  box-shadow: none;
  text-shadow: none; }
  .header .mg-product-to-compare .mg-compare-count {
    width: auto;
    height: auto;
    position: absolute;
    font-size: 12px;
    background: none;
    right: -2px;
    top: -7px;
    color: #ffffff; }
  .header .mg-product-to-compare a {
    width: 30px;
    height: 30px;
    position: relative;
    display: block; }
  .header .mg-product-to-compare .text {
    display: none; }

.header .mg-desktop-cart {
  position: static;
  right: 0;
  top: 0; }
  .header .mg-desktop-cart svg {
    position: absolute;
    top: -1px;
    right: 9px; }
  .header .mg-desktop-cart .countsht {
    position: absolute;
    font-size: 12px;
    color: #ffffff;
    right: -2px;
    top: -7px; }
  .header .mg-desktop-cart .cart-inner {
    padding: 0; }
    .header .mg-desktop-cart .cart-inner a {
      display: block; }

.header .mg-desktop-cart .cart-list li {
  display: none; }

.header .mg-desktop-cart .small-cart-icon {
  width: 30px;
  height: 30px;
  position: relative;
  background: none;
  top: 0;
  right: 0; }

.footer .wrapper-back-ring .back-ring-button.default-btn {
  display: none; }

.burger {
  width: 30px;
  height: 40px;
  display: flex;
  align-items: center;
  margin-left: auto;
  margin-right: 15px; }
  .burger--no-js {
    display: none; }
  .burger__line {
    width: 30px;
    height: 1px;
    position: relative;
    display: inline-block;
    vertical-align: bottom;
    background-color: #000000; }
    .burger__line::before, .burger__line::after {
      width: 30px;
      height: 1px;
      position: absolute;
      background: #000000;
      left: 0;
      content: "";
      -webkit-transform-origin: 50% 50%;
              transform-origin: 50% 50%;
      transition: top 0.3s 0.6s, -webkit-transform 0.3s;
      transition: top 0.3s 0.6s, transform 0.3s;
      transition: top 0.3s 0.6s, transform 0.3s, -webkit-transform 0.3s; }
    .burger__line::before {
      top: 7px; }
    .burger__line::after {
      top: -7px; }

.advantages {
  background-color: #f3ecc8;
  margin-bottom: 20px; }
  .advantages__container {
    padding: 50px 10px 6px;
    text-align: center; }
  .advantages__item {
    margin-bottom: 40px; }
    .advantages__item--car {
      margin-bottom: 36px; }
      .advantages__item--car img {
        margin-bottom: 10px; }
    .advantages__item--label {
      margin-bottom: 38px; }
      .advantages__item--label img {
        margin-bottom: 10px; }
    .advantages__item--buy img {
      margin-bottom: 17px; }
  .advantages__img {
    margin-bottom: 20px; }
  .advantages__name {
    font-size: 14px;
    line-height: 21px;
    display: block;
    color: #000000; }

.best-goods {
  background-color: #ffffff; }
  .best-goods__container {
    padding: 42px 10px 60px; }
  .best-goods__row {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center; }
  .best-goods__title {
    margin: 0;
    font-size: 18px;
    line-height: 48px;
    font-weight: 700;
    text-align: center;
    color: #000000;
    margin-bottom: 15px; }
  .best-goods__filter {
    margin: 0 auto;
    max-width: 270px;
    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center; }
    .best-goods__filter span {
      position: relative;
      font-size: 14px;
      font-weight: 400;
      display: inline-block;
      color: #000000; }
      .best-goods__filter span:hover::after {
        width: 100%;
        height: 1px;
        position: absolute;
        left: 0;
        right: 0;
        top: 20px;
        content: "";
        background-color: #404b69; }
      .best-goods__filter span:hover {
        color: #404b69; }
  .best-goods__img {
    margin-bottom: 15px; }
    .best-goods__img img {
      width: 290px;
      height: 433px;
      display: block; }
  .best-goods__item {
    width: 290px;
    padding-bottom: 0;
    margin-bottom: 30px; }
  .best-goods__name {
    margin: 0;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    display: block;
    color: #000000;
    margin-bottom: 12px; }
  .best-goods__price {
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    display: block;
    color: #000000; }
  .best-goods__btn {
    margin: 0 auto;
    min-width: 175px; }

.btn {
  height: 45px;
  font-size: 12px;
  line-height: 45px;
  font-weight: 600;
  border: none;
  display: block;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 2px;
  background-color: #f73859; }

.cat-desc h3 {
  font-size: 14px;
  font-weight: 400;
  color: #000000; }

.cat-desc p {
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  color: #000000; }
  .cat-desc p a {
    color: #f73859; }
.cat-desc ul {
   font-size: 14px;
   list-style: inside;
}
.m-p-products {
  margin-bottom: 60px;
  margin-left: -15px;
  margin-right: -15px; }
  .m-p-products .title {
    margin-bottom: 60px; }
    .m-p-products .title a {
      font-size: 18px;
      font-weight: 500;
      display: block;
      text-align: center;
      color: #000000; }

.owl-item {
  padding: 0 15px; }

.wrapper-modal-mg-buy-click {
  z-index: 999 !important; }

.product-wrapper .product-buttons {
  position: static !important;
  margin-top: 10px; }
  .product-wrapper .product-buttons .table-wrapper {
    width: 80%;
    padding-left: 10px;
    padding-right: 10px; }
    .product-wrapper .product-buttons .table-wrapper .c-variant__value {
      flex-direction: column; }
      .product-wrapper .product-buttons .table-wrapper .c-variant__value .c-variant__name {
        margin-bottom: 10px; }
    .product-wrapper .product-buttons .table-wrapper .c-variant__price--not-available {
      display: none; }
    .product-wrapper .product-buttons .table-wrapper .c-form {
      align-items: center;
      justify-content: flex-start; }
      .product-wrapper .product-buttons .table-wrapper .c-form input {
        margin-right: 30px; }
  .product-wrapper .product-buttons .wrapper-mg-buy-click,
  .product-wrapper .product-buttons .mg-plugin-btn {
    margin-top: 10px; }
    .product-wrapper .product-buttons .wrapper-mg-buy-click a,
    .product-wrapper .product-buttons .wrapper-mg-buy-click .mg-buy-click-button.mg-plugin-btn,
    .product-wrapper .product-buttons .mg-plugin-btn a,
    .product-wrapper .product-buttons .mg-plugin-btn .mg-buy-click-button.mg-plugin-btn {
      width: auto;
      height: 40px !important;
      font-size: 10px;
      background: #283149;
      border: none;
      box-shadow: none;
      color: #ffffff;
      text-shadow: inherit !important;
      box-shadow: inherit !important; }
  .product-wrapper .product-buttons .color-block {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 20px; }
    .product-wrapper .product-buttons .color-block span {
      font-size: 14px;
      margin-right: 20px;
      display: none; }
  .product-wrapper .product-buttons .color {
    width: 30px;
    height: 30px;
    position: relative;
    cursor: pointer;
    margin-right: 30px;
    border-radius: 3px;
    margin-bottom: 10px; }
    .product-wrapper .product-buttons .color::after {
      width: 38px;
      height: 38px;
      position: absolute;
      border: 1px solid #f2f2f0;
      border-radius: 4px;
      content: '';
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
  .product-wrapper .product-buttons .color.active::after {
    border: 1px solid #000000; }
  .product-wrapper .product-buttons .size-block {
    display: flex;
    flex-wrap: wrap;
    align-items: center; }
    .product-wrapper .product-buttons .size-block span {
      font-size: 14px;
      margin-right: 20px;
      display: none; }
  .product-wrapper .product-buttons .size {
    width: 38px;
    height: 38px;
    position: relative;
    border: 1px solid #f3ecc8;
    cursor: pointer;
    margin-right: 10px;
    border-radius: 4px;
    margin-bottom: 10px; }
    .product-wrapper .product-buttons .size span {
      position: absolute;
      font-size: 12px;
      display: block;
      margin-right: 20px;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
  .product-wrapper .product-buttons .size.active {
    border: 1px solid #000000; }
  .product-wrapper .product-buttons .buy-container {
    height: auto; }
    .product-wrapper .product-buttons .buy-container:after {
      display: none; }
  .product-wrapper .product-buttons .cart_form {
    width: 180px;
    position: relative;
    border: 1px solid #f2f2f0;
    padding-left: 30px;
    padding-right: 30px;
    background-color: #f2f2f0; }
    .product-wrapper .product-buttons .cart_form input {
      width: 100%;
      height: 25px;
      font-size: 12px;
      border: none;
      text-align: center;
      background-color: #f2f2f0; }
    .product-wrapper .product-buttons .cart_form .up {
      height: auto;
      position: absolute;
      padding: 5px;
      font-size: 18px;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      left: 5px;
      color: #000000; }
    .product-wrapper .product-buttons .cart_form .down {
      height: auto;
      position: absolute;
      padding: 5px;
      font-size: 18px;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      right: 5px;
      color: #000000; }

.owl-buttons {
  width: 180px;
  height: 22px;
  position: absolute;
  right: 50%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  bottom: 104%;
  display: flex;
  justify-content: space-between; }

.owl-prev,
.owl-next {
  width: 68px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: border ease 0.5s; }

.owl-prev {
  left: 0;
  background-image: url("../images/index/left-black.svg");
  background-repeat: no-repeat;
  color: transparent; }
  .owl-prev:hover {
    background-image: url("../images/index/left-gray.svg"); }

.owl-next {
  right: 0;
  background-image: url("../images/index/right-black.svg");
  background-repeat: no-repeat;
  color: transparent;
  background-position: right; }
  .owl-next:hover {
    background-image: url("../images/index/right-gray.svg"); }

.product-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 290px;
  max-width: 360px; }
  .product-wrapper .product-stickers {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 99; }
    .product-wrapper .product-stickers .sticker-new,
    .product-wrapper .product-stickers .sticker-recommend {
      width: 60px;
      height: 30px;
      padding: 10px;
      font-size: 12px;
      border-radius: 5px;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #ffffff;
      text-transform: uppercase; }
    .product-wrapper .product-stickers .sticker-new {
      background-color: #f73859; }
    .product-wrapper .product-stickers .sticker-new {
      color: #ffffff; }
    .product-wrapper .product-stickers .sticker-recommend {
      background-color: #404b69;
      margin-bottom: 10px; }
  .product-wrapper .product-image {
    position: relative;
    min-height: 200px; }
    .product-wrapper .product-image__link {
      height: 360px;
      position: relative;
      display: flex;
      flex-direction: column;
      justify-content: center; }
    .product-wrapper .product-image img {
      position: absolute;
      margin: auto;
      max-height: 360px;
      max-width: 100%;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
    .product-wrapper .product-image .variants-text {
      display: none !important; }
  .product-wrapper .product-buttons {
    position: absolute;
    transition: opacity ease 0.5s;
    left: 20px;
    bottom: 20px; }
  .product-wrapper .buy-container {
    width: 124px;
    height: 60px;
    border-radius: 2px;
    background-color: #ffffff;
    box-shadow: 2px 2px 3px 2px rgba(145, 139, 144, 0.1); }
    .product-wrapper .buy-container::after {
      width: 1px;
      height: 35px;
      position: absolute;
      content: '';
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      background-color: #ffffff; }
    .product-wrapper .buy-container .addToCart {
      width: 62px;
      height: 60px;
      position: relative;
      font-size: 0;
      display: flex;
      transition: stroke ease 0.5s; }
      .product-wrapper .buy-container .addToCart:hover svg g {
        stroke: #f73859;
        transition: stroke ease 0.5s; }
      .product-wrapper .buy-container .addToCart svg {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%); }
        .product-wrapper .buy-container .addToCart svg g {
          transition: stroke ease 0.5s; }
    .product-wrapper .buy-container .addToCompare {
      width: 50%;
      width: 62px;
      height: 60px;
      position: relative;
      font-size: 0;
      transition: opacity ease 0.5s; }
      .product-wrapper .buy-container .addToCompare:hover svg g {
        stroke: #f73859;
        transition: stroke ease 0.5s; }
      .product-wrapper .buy-container .addToCompare svg {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%); }
        .product-wrapper .buy-container .addToCompare svg g {
          transition: stroke ease 0.5s; }
    .product-wrapper .buy-container .product-info {
      font-size: 16px;
      line-height: 21px;
      display: block;
      color: #f73859;
      text-decoration: underline;
      padding-top: 10px;
      padding-left: 10px; }
    .product-wrapper .buy-container .hidder-element {
      display: flex;
      flex-wrap: wrap; }
  .product-wrapper .product-footer {
    display: flex;
    align-items: center; }
    .product-wrapper .product-footer .mg-rating {
      margin-left: 20px; }
      .product-wrapper .product-footer .mg-rating .info {
        display: none; }
  .product-wrapper .product-name a {
    padding: 18px 0 10px;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    display: block;
    padding-right: 20px;
    color: #000000; }
  .product-wrapper .product-price {
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    color: #000000; }
  .product-wrapper .product-old-price {
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    font-weight: 400;
    text-decoration: line-through;
    color: #918b90;
    margin-right: 10px; }

.products-wrapper.group {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .products-wrapper.group .product-wrapper {
    margin-bottom: 50px; }

.products-wrapper .mg-pager {
  margin-top: 40px; }
  .products-wrapper .mg-pager .allPages {
    display: none; }
  .products-wrapper .mg-pager ul {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center; }
    .products-wrapper .mg-pager ul li.current a {
      width: 34px;
      height: 34px;
      background-color: #f73859;
      display: block;
      border-radius: 50%;
      color: #ffffff;
      display: flex;
      justify-content: center;
      align-items: center;
      transition: background-color ease 0.3s; }
      .products-wrapper .mg-pager ul li.current a:hover {
        background-color: #404b69;
        transition: background-color ease 0.3s; }
    .products-wrapper .mg-pager ul li a {
      width: 34px;
      height: 34px;
      color: #918b90;
      display: flex;
      justify-content: center;
      align-items: center; }

.modal-language {
  width: 100%;
  position: absolute;
  padding: 196px 15px 195px;
  opacity: 0.98;
  display: flex;
  flex-direction: column;
  align-items: center;
  visibility: hidden;
  left: 0;
  top: -496px;
  z-index: 9999;
  background-color: #283149;
  transition: all linear 0.5s; }
  .modal-language--open {
    transition: all ease 0.5s;
    top: 0;
    visibility: visible; }
  .modal-language__title {
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    color: #ffffff;
    margin-bottom: 30px; }
  .modal-language__close {
    position: absolute;
    border: none;
    background-color: inherit;
    top: 19px;
    right: 15px;
    outline: none; }
  .modal-language svg {
    display: none; }
  .modal-language select {
    width: 244px;
    height: 40px;
    font-size: 12px;
    font-weight: 400;
    border: 1px solid #ffffff;
    -webkit-appearance: none;
    border-radius: 2px;
    background-color: inherit;
    padding-left: 16px;
    padding-right: 10px;
    color: #ffffff;
    background-image: url("../images/modals/arrow.svg");
    background-repeat: no-repeat;
    background-position: right 10px center;
    margin-bottom: 20px; }
    .modal-language select option {
      color: #000000; }
    .modal-language select:focus {
      outline: 2px solid #ffffff; }

.wraper-fast-result {
  margin-top: 20px; }

.fast-result-list {
  margin: 0;
  padding: 0; }
  .fast-result-list li {
    margin-bottom: 40px; }
  .fast-result-list .fast-result-img {
    display: flex;
    justify-content: center;
    margin-bottom: 20px; }
  .fast-result-list .fast-result-info {
    text-align: center;
    max-width: 300px;
    color: #ffffff; }

.modal-search {
  width: 100%;
  position: absolute;
  padding: 196px 15px 195px;
  opacity: 0.98;
  display: flex;
  flex-direction: column;
  align-items: center;
  visibility: hidden;
  left: 0;
  top: -496px;
  z-index: 9999;
  background-color: #283149;
  transition: all linear 0.5s; }
  .modal-search--open {
    transition: all ease 0.5s;
    top: 0;
    visibility: visible; }
  .modal-search__title {
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    color: #ffffff;
    margin-bottom: 30px; }
  .modal-search__close {
    position: absolute;
    border: none;
    background-color: inherit;
    top: 19px;
    right: 15px;
    outline: none; }
  .modal-search .search-form {
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column; }
    .modal-search .search-form::after {
      position: absolute;
      content: url("../images/modals/search.svg");
      right: 10px; }
    .modal-search .search-form button {
      border: none;
      background-color: inherit; }
    .modal-search .search-form input {
      width: 244px;
      height: 40px;
      font-size: 12px;
      line-height: 40px;
      font-weight: 400;
      border: 1px solid #ffffff;
      border-radius: 2px;
      background-color: inherit;
      padding-left: 16px;
      padding-right: 30px;
      color: #ffffff;
      letter-spacing: 0.12px; }
    .modal-search .search-form ::-webkit-input-placeholder {
      color: #ffffff; }
    .modal-search .search-form :-ms-input-placeholder {
      color: #ffffff; }
    .modal-search .search-form ::-moz-placeholder {
      color: #ffffff;
      opacity: 1; }
    .modal-search .search-form :-moz-placeholder {
      color: #ffffff;
      opacity: 1; }
    .modal-search .search-form input:focus {
      outline: 2px solid #ffffff; }

.modal-login {
  width: 100%;
  position: absolute;
  padding: 196px 15px 195px;
  opacity: 0.98;
  display: flex;
  flex-direction: column;
  align-items: center;
  visibility: hidden;
  left: 0;
  top: -496px;
  z-index: 9999;
  background-color: #283149;
  transition: all linear 0.5s; }
  .modal-login--open {
    transition: all ease 0.5s;
    top: 0;
    visibility: visible; }
  .modal-login__title {
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    color: #ffffff;
    margin-bottom: 30px; }
  .modal-login__close {
    position: absolute;
    border: none;
    background-color: inherit;
    top: 19px;
    right: 15px;
    outline: none; }
  .modal-login .enter-link {
    width: 244px;
    height: 40px;
    font-size: 10px;
    line-height: 40px;
    font-weight: 500;
    border-radius: 2px;
    background-color: #ffffff;
    color: #404b69;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center; }
  .modal-login .auth {
    display: flex;
    flex-direction: column;
    align-items: center; }
    .modal-login .auth .user-name {
      font-size: 18px;
      font-weight: 500;
      color: #ffffff;
      margin-bottom: 20px; }
    .modal-login .auth .exit-btn {
      width: 244px;
      height: 40px;
      font-size: 10px;
      line-height: 40px;
      font-weight: 500;
      border-radius: 2px;
      background-color: #ffffff;
      color: #000000;
      text-transform: uppercase;
      letter-spacing: 1px;
      text-align: center; }

.box-title {
  border-bottom: 1px solid #283149;
  margin-bottom: 0;
  padding-bottom: 30px; }

.account-box {
  max-width: 400px;
  padding-top: 20px;
  padding-bottom: 20px; }
  .account-box__header {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 30px; }
    .account-box__header--feedback {
      margin-bottom: 15px; }
  .account-box__body {
    display: flex;
    flex-direction: column;
    align-items: center; }
  .account-box__text {
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 20px; }
    .account-box__text--feedback {
      max-width: 400px;
      margin-top: 20px; }
      .account-box__text--feedback p {
        margin: 0;
        padding: 0; }
  .account-box__forgot {
    font-size: 12px;
    font-weight: 400;
    color: #000000;
    text-decoration: underline;
    margin-top: 8px;
    display: inline-block; }
  .account-box__btn {
    width: 180px;
    height: 40px;
    font-size: 10px;
    line-height: 40px;
    font-weight: 500;
    border: none;
    border-radius: 2px;
    background-color: #f73859;
    color: #ffffff;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    transition: background-color ease 0.3s; }
    .account-box__btn:hover {
      background-color: #404b69;
      transition: background-color ease 0.3s; }
  .account-box__btn.disabled-btn {
    background: #918b90; }
  .account-box .account-box__or {
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    margin-right: auto; }
    .account-box .account-box__or a {
      color: #000000;
      text-decoration: underline; }
  .account-box__form {
    width: 100%; }
    .account-box__form .form-list__span {
      font-size: 14px;
      font-weight: 400; }
    .account-box__form ul {
      margin: 0;
      padding: 0; }
      .account-box__form ul li {
        margin-bottom: 25px; }
      .account-box__form ul span {
        font-size: 12px;
        font-weight: 400;
        display: block;
        color: #000000;
        margin-bottom: 10px; }
      .account-box__form ul select {
        width: 100%;
        height: 40px;
        font-size: 12px;
        font-weight: 400;
        border: 1px solid #000000;
        background-size: 16px;
        -webkit-appearance: none;
        border-radius: 2px;
        background-color: inherit;
        padding-left: 16px;
        padding-right: 10px;
        color: #000000;
        background-image: url(../images/personal/arrow-black.png);
        background-repeat: no-repeat;
        background-position: right 10px center;
        outline: none; }
      .account-box__form ul input,
      .account-box__form ul textarea {
        width: 100%;
        height: 40px;
        font-size: 12px;
        line-height: 40px;
        border: 1px solid #000000;
        border-radius: 2px;
        color: #000000;
        padding-left: 10px;
        padding-right: 10px;
        outline: none; }
      .account-box__form ul textarea {
        line-height: 18px;
        min-height: 150px;
        padding-top: 10px;
        padding-bottom: 10px;
        resize: none; }
      .account-box__form ul input::-webkit-input-placeholder,
      .account-box__form ul textarea::-webkit-input-placeholder {
        color: transparent; }
      .account-box__form ul input:-moz-placeholder,
      .account-box__form ul textarea:-moz-placeholder {
        color: transparent; }
      .account-box__form ul input::-moz-placeholder,
      .account-box__form ul textarea::-moz-placeholder {
        color: transparent; }
      .account-box__form ul input:-ms-input-placeholder,
      .account-box__form ul textarea:-ms-input-placeholder {
        color: transparent; }
      .account-box__form ul input:-webkit-autofill {
        box-shadow: inset 0 0 0 1000px #fff; }

.feedback-link {
  font-size: 12px;
  line-height: 24px;
  font-weight: 700;
  text-decoration: underline;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  margin-bottom: 20px;
  color: #404b69;
  transition: color ease 0.3s; }
  .feedback-link:hover {
    color: #f73859;
    transition: color ease 0.3s; }

.account-box__text--feedback {
  margin-top: 0 !important; }

.account-box__header--feedback {
  display: none; }

.feedback-img {
  display: none; }

.person-page {
  max-width: 500px; }

.form-list {
  max-width: 500px; }

.close-reason-wrapper,
.successful-closure {
  display: none; }

.payment-form-block form input {
  width: 200px;
  padding: 0 !important;
  padding-left: 10px !important;
  padding-right: 10px !important; }

.order-number {
  margin-bottom: 20px; }

.table-wrapper {
  width: 100%;
  overflow: auto;
  margin-bottom: 20px; }
  .table-wrapper table {
    background-color: #f3ecc8; }
  .table-wrapper th,
  .table-wrapper td {
    padding: 10px;
    text-align: left;
    background-color: #ffffff; }
    .table-wrapper th a,
    .table-wrapper td a {
      color: #000000; }

.personal-tabs-content {
  margin-top: 20px; }

.total-list {
  margin: 0;
  padding: 0;
  max-width: 300px; }
  .total-list li {
    font-size: 14px;
    line-height: 40px;
    font-weight: 500;
    border-bottom: 1px solid #918b90; }
  .total-list span {
    font-weight: 400;
    margin-left: 10px; }

.dont-paid {
  padding: 5px;
  font-weight: 400;
  margin-left: 10px;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 30px;
  background-color: #f44336;
  color: #ffffff; }

.manager-information br {
  display: none; }

.manager-information-head {
  font-weight: 500; }

.order-number {
  font-size: 14px;
  line-height: 21px;
  color: #000000; }
  .order-number .order-status {
    font-weight: 500; }
  .order-number .order-status {
    display: block;
    margin-top: 10px; }
  .order-number .performed {
    font-weight: 500;
    margin-left: 10px; }

.manager-information {
  padding: 5px;
  font-size: 14px;
  line-height: 21px;
  margin-top: 20px;
  color: #000000;
  background-color: #f3ecc8; }

.order-settings .close-order {
  width: 180px;
  height: 40px;
  position: relative;
  margin: 0 auto;
  font-size: 10px;
  line-height: 40px;
  font-weight: 500;
  border: 1px solid #f73859;
  display: block;
  color: #000000;
  background-color: inherit;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  text-align: center;
  margin-bottom: 20px;
  transition: border ease 0.3s; }
  .order-settings .close-order:hover {
    border: 1px solid #404b69;
    transition: border ease 0.3s; }

.order-settings .account-box__btn {
  margin: 0 auto;
  display: block;
  margin-bottom: 20px; }

.order-settings .change-payment {
  margin: 0 auto;
  font-size: 12px;
  line-height: 24px;
  font-weight: 700;
  border: none;
  display: block;
  text-decoration: underline;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  margin-bottom: 20px;
  color: #2c365d;
  margin-bottom: 20px;
  background-color: inherit;
  transition: color ease 0.3s; }
  .order-settings .change-payment:hover {
    color: #f73859;
    transition: color ease 0.3s; }

.status-table th {
  font-weight: 500 !important; }

.status-table td {
  font-size: 12px; }

.personal-tabs-list {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column; }
  .personal-tabs-list li a {
    width: 100%;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
    font-weight: 400;
    display: block;
    padding-left: 10px;
    padding-right: 5px;
    color: #918b90;
    outline: none;
    text-align: center;
    transition: border-bottom-color ease 0.5s;
    border-bottom: 1px solid #918b90;
    text-transform: uppercase; }
  .personal-tabs-list .ui-tabs-active a {
    border: none;
    transition: border-bottom-color ease 0.5s;
    color: #f73859;
    border-bottom: 1px solid #f73859; }

.empty-cart-block {
  width: 100%;
  height: 100vh;
  position: relative;
  margin: 0 auto;
  font-size: 18px;
  font-weight: 500;
  background-image: url("../images/cart/empty768.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  max-width: 600px;
  max-height: 400px;
  color: #000000;
  text-align: center; }
  .empty-cart-block span {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }

.total-wrapper {
  margin-top: 35px; }

.product-cart {
  padding-bottom: 30px; }

.checkout-form form {
  display: flex;
  flex-direction: column;
  align-items: center; }
  .checkout-form form .total-sum {
    margin-bottom: 25px; }
    .checkout-form form .total-sum span {
      margin-right: 30px; }
    .checkout-form form .total-sum strong {
      font-size: 24px;
      font-weight: 500; }
  .checkout-form form .checkout-btn {
    width: 180px;
    height: 40px;
    font-size: 10px;
    line-height: 24px;
    font-weight: 400;
    font-weight: 500;
    border: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    background-color: #f73859;
    color: #ffffff;
    margin-bottom: 10px;
    transition: background-color ease 0.3s; }
    .checkout-form form .checkout-btn:hover {
      background-color: #404b69;
      transition: background-color ease 0.3s; }

.table-wrapper table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  background-color: inherit; }
  .table-wrapper table .refresh {
    display: none; }
  .table-wrapper table th {
    padding: 0;
    font-size: 14px;
    font-weight: 400;
    border-bottom: 1px solid #000000;
    padding-bottom: 20px;
    padding-right: 20px; }
    .table-wrapper table th:first-child {
      padding-right: 0; }
    .table-wrapper table th strong {
      font-weight: 400; }
  .table-wrapper table td {
    padding: 0;
    border-bottom: 1px solid #000000;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 30px; }
    .table-wrapper table td a {
      font-size: 12px;
      display: block; }
  .table-wrapper table .count-cell {
    padding-right: 40px; }
  .table-wrapper table .price-cell span {
    font-size: 12px;
    display: block;
    min-width: 100px; }
  .table-wrapper table .delete-cell {
    padding: 0; }
    .table-wrapper table .delete-cell a {
      width: 50px;
      height: 100%;
      text-align: left; }
    .table-wrapper table .delete-cell svg {
      width: 15px; }
  .table-wrapper table .cart_form {
    position: relative;
    border: 1px solid #f2f2f0;
    padding-left: 30px;
    padding-right: 30px;
    min-width: 120px;
    background-color: #f2f2f0; }
    .table-wrapper table .cart_form .up {
      position: absolute;
      padding: 5px;
      font-size: 18px;
      top: -3px;
      right: 5px; }
    .table-wrapper table .cart_form .down {
      position: absolute;
      padding: 5px;
      font-size: 18px;
      top: -3px;
      left: 5px; }
  .table-wrapper table .count-cell input {
    width: 100%;
    height: 25px;
    font-size: 12px;
    border: none;
    text-align: center;
    background-color: #f3ecc8; }
  .table-wrapper table .name-cell a {
    min-width: 150px; }
  .table-wrapper table .img-cell a {
    min-width: 200px; }

.sub-categories {
  display: none; }

.bread-crumbs .separator {
  opacity: 0; }

.j-alert__default {
  font-size: 12px;
  line-height: 18px;
  color: #000000; }

.cat-desc-text {
  display: unset; }

.container__catalog {
  display: flex;
  flex-direction: column; }
  .container__catalog .bread-crumbs {
    display: none; }

.catalog-wrap .bread-crumbs {
  display: flex; }

.products-wrapper .form-group {
  display: none; }

.products-wrapper .product-description {
  display: none; }

.c-nav {
  margin-bottom: 20px; }

.products-holder__row {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  margin-right: -15px;
  margin-left: -15px; }
  .products-holder__row .product-wrapper {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 50px; }
    .products-holder__row .product-wrapper .product-stickers {
      right: 25px; }

.j-accordion-menu__title {
  margin-bottom: 20px; }

.j-accordion-menu {
  width: 100%;
  margin: 0;
  padding: 0; }
  .j-accordion-menu li {
    position: relative; }
  .j-accordion-menu .j-accordion-menu__count {
    display: inline-block;
    color: #918b90; }
  .j-accordion-menu .level-1__a {
    padding: 10px;
    font-size: 14px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 50px;
    display: block;
    color: #000000; }
  .j-accordion-menu a {
    display: block;
    cursor: pointer; }
  .j-accordion-menu .catalog-parent {
    padding-left: 20px;
    padding-bottom: 10px; }
  .j-accordion-menu .level-1.parent.open .j-accordion-menu__parent img {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    transition: -webkit-transform linear 0.3s;
    transition: transform linear 0.3s;
    transition: transform linear 0.3s, -webkit-transform linear 0.3s; }
  .j-accordion-menu .level-1 {
    border-top: 1px solid #918b90; }
  .j-accordion-menu .level-1:last-child {
    border-bottom: 1px solid #918b90; }
  .j-accordion-menu .j-accordion-menu__parent {
    width: 40px;
    height: 100%;
    position: absolute;
    right: 0;
    z-index: 1;
    top: 0;
    cursor: pointer; }
    .j-accordion-menu .j-accordion-menu__parent img {
      width: 14px;
      position: absolute;
      transition: -webkit-transform linear 0.3s;
      transition: transform linear 0.3s;
      transition: transform linear 0.3s, -webkit-transform linear 0.3s;
      right: 5px;
      top: 22px; }
  .j-accordion-menu ul {
    display: none; }
  .j-accordion-menu .level-2 {
    padding-top: 10px;
    margin-bottom: 10px; }
  .j-accordion-menu .level-2__a {
    position: relative;
    padding: 5px;
    font-size: 12px;
    color: #000000; }
  .j-accordion-menu .level-3__a {
    position: relative;
    padding: 5px;
    font-size: 12px;
    color: #000000; }
  .j-accordion-menu .mg-cat-img {
    width: 25px;
    height: 25px;
    display: none; }
  .j-accordion-menu .icon {
    display: none !important; }

.mg-admin-html .clearfix:after,
.clearfix:before {
  content: none !important; }

.main-product-slide {
  z-index: 999; }

.product-status-list .old {
  font-weight: 400;
  color: #918b90; }

.product-status-list--column {
  flex-direction: column; }

.product-footer {
  flex-wrap: wrap; }
  .product-footer .product-price {
    display: flex;
    align-items: center; }

.product-status-list {
  margin: 0;
  padding: 0; }

.c-variant__value {
  font-size: 12px;
  display: flex;
  color: #000000;
  justify-content: space-between;
  max-width: 300px; }

.c-form {
  display: flex;
  align-items: flex-end;
  justify-content: space-between; }

.c-variant__name.variantTitle {
  margin-right: 10px; }

.c-variant__price {
  display: flex;
  justify-content: space-between; }

.c-variant__price--current {
  font-weight: 500;
  margin-right: 10px;
  display: block; }

.product-status {
  display: flex;
  flex-direction: column; }
  .product-status .slides-item.active-item.active {
    border: 1px solid #f73859; }
  .product-status .product-stickers {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 9991; }
    .product-status .product-stickers .sticker-new,
    .product-status .product-stickers .sticker-recommend {
      width: 60px;
      height: 30px;
      padding: 10px;
      font-size: 12px;
      border-radius: 5px;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #ffffff;
      text-transform: uppercase; }
    .product-status .product-stickers .sticker-new {
      color: #ffffff; }
    .product-status .product-stickers .sticker-new {
      background-color: #f73859; }
    .product-status .product-stickers .sticker-recommend {
      background-color: #404b69;
      margin-bottom: 10px; }
  .product-status .mg-product-slides {
    margin: 0 auto 30px !important;
    display: flex;
    float: none; }
  .product-status .thumbs-holder {
    margin: 0 10px 0 0; }
  .product-status .slides-slider {
    margin: 0 0 25px 0;
    overflow: hidden; }
  .product-status .thumb-controls {
    font-size: 12px;
    display: flex;
    justify-content: space-between; }
    .product-status .thumb-controls a {
      width: 20px;
      height: 21px;
      display: block;
      color: transparent; }
    .product-status .thumb-controls .bx-prev {
      background-image: url("../images/index/left-black.svg");
      background-repeat: no-repeat;
      background-size: 11px; }
      .product-status .thumb-controls .bx-prev:hover {
        background-image: url("../images/index/left-gray.svg"); }
    .product-status .thumb-controls .bx-next {
      background-image: url("../images/index/right-black.svg");
      background-repeat: no-repeat;
      background-size: 11px; }
      .product-status .thumb-controls .bx-next:hover {
        background-image: url("../images/index/right-gray.svg"); }
    .product-status .thumb-controls #slide-counter {
      display: none; }
  .product-status .main-image {
    position: relative; }
  .product-status .bx-viewport {
    height: 310px; }
    .product-status .bx-viewport .slides-item {
      display: flex;
      justify-content: center;
      align-items: center; }
  .product-status .slides-item {
    width: 90px !important;
    height: 90px; }
  .product-status .magnify {
    width: 100%;
    height: 100%;
    display: block; }
  .product-status .main-image .bx-wrapper {
    width: 210px;
    height: 310px; }
  .product-status .bx-viewport {
    width: 100%;
    height: 310px !important;
    position: relative;
    overflow: visible;
    overflow: visible !important; }
  .product-status .main-product-slide li {
    height: 310px; }

.buy-block .page-title {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #000000;
  margin-bottom: 10px; }

.buy-block .product-status-list {
  margin: 0;
  padding: 0;
  margin-bottom: 5px;
  display: flex; }
  .buy-block .product-status-list .old {
    margin-right: 15px; }

.buy-block .rating-plugin {
  display: none; }

.buy-block .product-price {
  font-size: 18px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 20px; }
  .buy-block .product-price ul {
    margin: 0;
    padding: 0; }

.buy-block .count-product-info {
  margin-bottom: 20px; }

.buy-block .color-block {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 20px; }
  .buy-block .color-block span {
    font-size: 14px;
    margin-right: 20px; }

.buy-block .color {
  width: 30px;
  height: 30px;
  position: relative;
  cursor: pointer;
  margin-right: 30px;
  border-radius: 3px;
  margin-bottom: 10px; }
  .buy-block .color::after {
    width: 38px;
    height: 38px;
    position: absolute;
    border: 1px solid #f2f2f0;
    border-radius: 4px;
    content: '';
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }

.buy-block .color.active::after {
  border: 1px solid #000000; }

.buy-block .product-code {
  font-size: 10px;
  line-height: 21px;
  color: #000000;
  text-transform: uppercase;
  margin-bottom: 2px; }

.buy-block .block-variants {
  margin-bottom: 20px; }

.buy-block .size-block {
  display: flex;
  flex-wrap: wrap;
  align-items: center; }
  .buy-block .size-block span {
    font-size: 14px;
    margin-right: 20px; }

.buy-block .buy-product {
  width: 100%;
  height: 40px;
  font-size: 10px;
  line-height: 40px;
  font-weight: 500;
  display: block;
  border-radius: 2px;
  background-color: #f73859;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  text-align: center;
  margin-bottom: 15px;
  transition: background-color ease 0.3s; }
  .buy-block .buy-product:hover {
    background-color: #404b69;
    transition: background-color ease 0.3s; }

.buy-block .size {
  width: 38px;
  height: 38px;
  position: relative;
  border: 1px solid #f3ecc8;
  cursor: pointer;
  margin-right: 10px;
  border-radius: 4px;
  margin-bottom: 10px; }
  .buy-block .size span {
    position: absolute;
    font-size: 12px;
    margin-right: 20px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }

.buy-block .size.active {
  border: 1px solid #000000; }

.buy-block .cart_form {
  width: 180px;
  position: relative;
  border: 1px solid #f2f2f0;
  padding-left: 30px;
  padding-right: 30px;
  background-color: #f2f2f0;
  margin-bottom: 25px; }
  .buy-block .cart_form input {
    width: 100%;
    height: 25px;
    font-size: 12px;
    border: none;
    text-align: center;
    background-color: #f2f2f0; }
  .buy-block .cart_form .up {
    position: absolute;
    padding: 5px;
    font-size: 18px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 5px;
    color: #000000; }
  .buy-block .cart_form .down {
    position: absolute;
    padding: 5px;
    font-size: 18px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 5px;
    color: #000000; }

.buy-block .hidder-element {
  display: flex;
  align-items: center;
  flex-direction: column; }

.buy-block .addToCompare {
  width: 100%;
  height: 40px;
  position: relative;
  font-size: 10px;
  line-height: 40px;
  font-weight: 500;
  border: 1px solid #f73859;
  display: block;
  color: #000000;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  text-align: center;
  transition: border ease 0.3s; }
  .buy-block .addToCompare:hover {
    border: 1px solid #404b69;
    transition: border ease 0.3s; }
  .buy-block .addToCompare svg {
    display: none; }

.product-details-wrapper {
  margin-top: 40px; }

.product-tabs {
  margin: 0;
  padding: 0;
  font-size: 0;
  display: flex;
  flex-direction: column; }
  .product-tabs .active a {
    border: none;
    transition: border-bottom-color ease 0.5s;
    color: #f73859;
    border-bottom: 1px solid #f73859; }
  .product-tabs a {
    width: 100%;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
    font-weight: 400;
    display: block;
    padding-left: 10px;
    padding-right: 5px;
    color: #918b90;
    outline: none;
    text-align: center;
    transition: border-bottom-color ease 0.5s;
    border-bottom: 1px solid #918b90;
    text-transform: uppercase; }

.product-tabs-container {
  font-size: 14px;
  line-height: 21px;
  margin-top: 20px; }
  .product-tabs-container .prop-string {
    margin: 0;
    padding: 0; }
    .product-tabs-container .prop-string li {
      display: flex; }
    .product-tabs-container .prop-string .prop-name {
      position: relative;
      margin-right: 25px;
      display: block; }
      .product-tabs-container .prop-string .prop-name::before {
        position: absolute;
        content: '–';
        right: -15px; }
  .product-tabs-container .comments {
    max-width: 720px; }
    .product-tabs-container .comments h3 {
      margin: 0;
      font-size: 16px;
      font-weight: 500;
      font-family: 'Montserrat', sans-serif;
      margin-bottom: 15px; }
    .product-tabs-container .comments label {
      margin: 0;
      font-size: 12px;
      font-weight: 400;
      display: block;
      color: #000000;
      margin-bottom: 10px; }
    .product-tabs-container .comments input {
      width: 100%;
      height: 40px;
      font-size: 12px;
      line-height: 40px;
      border: 1px solid #000000;
      border-radius: 2px;
      color: #000000;
      padding-left: 10px;
      padding-right: 10px;
      outline: none;
      margin-bottom: 25px; }
    .product-tabs-container .comments textarea[name="comment"] {
      padding: 5px;
      border: 1px solid #000000; }
    .product-tabs-container .comments .sendComment {
      width: 180px;
      height: 40px;
      font-size: 10px;
      line-height: 40px;
      font-weight: 500;
      border: none;
      display: block;
      border-radius: 2px;
      background-color: #f73859;
      color: #ffffff;
      text-transform: uppercase;
      letter-spacing: 1.2px;
      text-align: center;
      margin-bottom: 15px;
      font-family: 'Montserrat', sans-serif; }

.count-product-info .count {
  font-size: 14px;
  line-height: 21px;
  color: #000000;
  margin-bottom: 5px; }
  .count-product-info .count span {
    font-size: 14px;
    line-height: 21px;
    color: #000000; }

.count-product-info .rem-info {
  font-size: 14px;
  line-height: 21px;
  color: #000000;
  margin-bottom: 5px; }
  .count-product-info .rem-info .feedback-link {
    font-size: 10px; }

.filter-block {
  margin-top: 40px; }
  .filter-block .filter-form {
    position: relative;
    padding-bottom: 50px;
    padding-top: 20px; }
  .filter-block .filter-toggle {
    display: none; }
  .filter-block .filter-preview {
    position: absolute;
    left: auto !important;
    right: 0 !important;
    top: auto !important;
    bottom: 0; }
  .filter-block .refreshFilter {
    margin: 0;
    color: #000000;
    border-bottom: 1px solid #404b69; }

.filter-form {
  background: #ffffff;
  border: none !important;
  border-radius: 2px; }
  .filter-form .price-slider-list {
    margin-bottom: 30px; }
  .filter-form .ui-slider,
  .filter-form #price-slider {
    width: 90%;
    margin: 0;
    max-width: 320px; }
  .filter-form .ui-slider-horizontal {
    height: 5px; }
  .filter-form .ui-slider-horizontal .ui-slider-range {
    background-color: #f73859; }
  .filter-form .ui-slider .ui-slider-handle {
    width: 20px;
    height: 21px;
    border: 1px solid #f73859;
    background-image: none;
    background-color: #ffffff;
    border-radius: 50%; }
  .filter-form .ui-slider-horizontal .ui-slider-handle {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
  .filter-form .mg-filter-title {
    margin: 0 !important;
    font-size: 14px;
    line-height: 21px;
    font-weight: 400 !important;
    color: #000000;
    text-transform: uppercase;
    margin-bottom: 10px !important; }
  .filter-form .mg-filter-item {
    padding: 0; }
  .filter-form .mg-filter label {
    position: relative;
    padding-left: 35px; }
    .filter-form .mg-filter label::before {
      width: 20px;
      height: 20px;
      position: absolute;
      border: 1px solid #918b90;
      content: "";
      top: 9px;
      left: 0; }
    .filter-form .mg-filter label input {
      display: none; }
    .filter-form .mg-filter label span {
      font-size: 14px;
      line-height: 39px;
      font-weight: 400;
      color: #000000; }
  .filter-form .mg-filter label.active::after {
    width: 12px;
    height: 6px;
    position: absolute;
    border: 1px solid #f73859;
    content: "";
    top: 14px;
    left: 4px;
    -webkit-transform: rotate(-57deg);
            transform: rotate(-57deg);
    border-top-color: transparent;
    border-right-color: transparent; }
  .filter-form .price-slider-list li {
    margin: 0; }
  .filter-form .price-slider-list__line {
    width: 40px;
    height: 40px;
    position: relative; }
    .filter-form .price-slider-list__line span {
      width: 9px;
      height: 1px;
      position: absolute;
      content: '';
      background-color: #000000;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
  .filter-form .wrapper-field {
    margin-bottom: 30px; }
  .filter-form .price-slider-list li input[type="text"] {
    width: 100px;
    height: 40px;
    margin: 0;
    font-size: 12px;
    border: 1px solid #918b90;
    text-align: center;
    border-radius: 2px; }
  .filter-form .label-field {
    width: 100%;
    font-size: 14px;
    display: block;
    margin-bottom: 10px;
    text-transform: uppercase; }
  .filter-form .wrap {
    display: flex;
    justify-content: space-between; }
  .filter-form .filter-select .label-field {
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    text-transform: uppercase; }
  .filter-form .filter-select select {
    width: 100%;
    height: 40px;
    font-size: 12px;
    line-height: 40px;
    background: inherit;
    border: 1px solid #918b90;
    padding-left: 15px;
    border-radius: 2px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(../images/catalog/arrow.svg);
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 15px; }
  .filter-form .filter-buttons {
    display: flex;
    align-items: center; }
    .filter-form .filter-buttons .refreshFilter {
      font-size: 14px;
      line-height: 34px;
      font-weight: 400;
      color: #000000;
      font-family: Montserrat;
      text-decoration: underline;
      border-bottom: 0; }
  .filter-form .filter-btn {
    width: 140px;
    height: 40px;
    padding: 0 !important;
    font-size: 10px;
    line-height: 40px;
    font-weight: 400;
    border: none;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    border-radius: 2px;
    background-color: #f73859;
    margin-right: 20px;
    transition: background-color ease 0.3s; }
    .filter-form .filter-btn:hover {
      background-color: #404b69;
      transition: background-color ease 0.3s; }

.apply-filter-line {
  margin-bottom: 20px; }
  .apply-filter-line .refreshFilter {
    margin: 0;
    color: #000000;
    border-bottom: 1px solid #404b69; }

.apply-filter-line
.filter-tags
.filter-values,
.apply-filter-line
.filter-tags
.filter-values li,
.apply-filter-line
.filter-tags
.filter-property-name {
  color: #000000; }

.wrapper-modal-back-ring .red-btn {
  width: 244px;
  height: 40px;
  margin: 0 auto;
  padding: 0;
  font-size: 10px;
  line-height: 40px;
  font-weight: 400;
  background: #ffffff;
  border: none;
  border-radius: 2px;
  color: #283149;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-shadow: none; }

.modal-ring-list li .right input[type="text"] {
  background: url(../images/index/calendar.svg) right 10px center no-repeat;
  background-size: 20px 20px; }

.wrapper-modal-back-ring {
  background: #283149;
  border: none;
  opacity: 0.98;
  padding-top: 40px;
  padding-bottom: 30px; }
  .wrapper-modal-back-ring .close-ring-button {
    width: 22px;
    height: 23px;
    background: url(../images/modals/crose.svg) no-repeat; }
  .wrapper-modal-back-ring .header-modal-back-ring .title-modal-back-ring {
    font-size: 18px;
    font-weight: 500;
    color: #ffffff; }
  .wrapper-modal-back-ring .content-modal-back-ring .modal-ring-list .right {
    float: none; }
    .wrapper-modal-back-ring .content-modal-back-ring .modal-ring-list .right input {
      width: 100%; }
  .wrapper-modal-back-ring .content-modal-back-ring .modal-ring-list .left {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #ffffff;
    max-width: 170px;
    margin-bottom: 20px;
    margin-right: 20px; }
    .wrapper-modal-back-ring .content-modal-back-ring .modal-ring-list .left select {
      width: 50px !important;
      height: 30px !important;
      font-size: 14px; }
  .wrapper-modal-back-ring .content-modal-back-ring .modal-ring-list li {
    margin-bottom: 25px; }
  .wrapper-modal-back-ring .content-modal-back-ring .modal-ring-list li span {
    font-size: 12px;
    font-weight: 400;
    text-align: left;
    color: #ffffff; }
  .wrapper-modal-back-ring .content-modal-back-ring .modal-ring-list input,
  .wrapper-modal-back-ring .content-modal-back-ring .modal-ring-list textarea,
  .wrapper-modal-back-ring .content-modal-back-ring .modal-ring-list select {
    height: 40px;
    border: 1px solid #ffffff;
    border-radius: 2px !important;
    display: block;
    background-color: inherit;
    color: #ffffff; }
  .wrapper-modal-back-ring .content-modal-back-ring .modal-ring-list select {
    width: 100%; }
  .wrapper-modal-back-ring .content-modal-back-ring .modal-ring-list textarea {
    min-height: 80px; }
  .wrapper-modal-back-ring .content-modal-back-ring .modal-ring-list input::-webkit-input-placeholder,
  .wrapper-modal-back-ring .content-modal-back-ring .modal-ring-list textarea::-webkit-input-placeholder {
    color: transparent; }
  .wrapper-modal-back-ring .content-modal-back-ring .modal-ring-list input:-moz-placeholder,
  .wrapper-modal-back-ring .content-modal-back-ring .modal-ring-list textarea:-moz-placeholder {
    color: transparent; }
  .wrapper-modal-back-ring .content-modal-back-ring .modal-ring-list input::-moz-placeholder,
  .wrapper-modal-back-ring .content-modal-back-ring .modal-ring-list textarea::-moz-placeholder {
    color: transparent; }
  .wrapper-modal-back-ring .content-modal-back-ring .modal-ring-list input:-ms-input-placeholder,
  .wrapper-modal-back-ring .content-modal-back-ring .modal-ring-list textarea:-ms-input-placeholder {
    color: transparent; }
  .wrapper-modal-back-ring .content-modal-back-ring .agreement-container {
    text-align: left;
    display: flex;
    align-items: flex-end; }
    .wrapper-modal-back-ring .content-modal-back-ring .agreement-container span {
      color: #ffffff; }
    .wrapper-modal-back-ring .content-modal-back-ring .agreement-container .agreement-data-checkbox-send-ring-button {
      margin-right: 10px; }
    .wrapper-modal-back-ring .content-modal-back-ring .agreement-container .show-more-agreement-data {
      color: #ffffff;
      text-decoration: underline; }

.restore-pass .custom-text {
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 20px; }

.restore-pass ul {
  margin: 0;
  padding: 0; }

.restore-pass li span {
  font-size: 14px;
  font-weight: 400;
  display: block;
  color: #000000;
  margin-bottom: 10px; }

.restore-pass input[type="text"] {
  width: 100%;
  height: 40px;
  font-size: 12px;
  line-height: 40px;
  border: 1px solid #000000;
  max-width: 350px;
  border-radius: 2px;
  color: #000000;
  padding-left: 10px;
  padding-right: 10px;
  outline: none;
  margin-bottom: 20px; }

.payment-option input[type="radio"] {
  width: auto;
  height: auto;
  margin-right: 10px; }

.payment-option .delivery-text {
  font-weight: 500;
  margin-top: 40px; }

.payment-option .total-sum span {
  font-size: 18px;
  font-weight: 700; }

.payment-option .agreement-container {
  font-size: 12px;
  color: #000000;
  margin-bottom: 10px;
  display: flex; }
  .payment-option .agreement-container span {
    margin-left: 10px; }
  .payment-option .agreement-container a {
    color: #f73859; }

.payment-option .summ-info.total {
  margin-bottom: 25px; }

.payment-option .delivery-date {
  /* FF 4-18 */
  /* FF 19+ */
  /* IE 10+ */ }
  .payment-option .delivery-date input {
    height: 40px;
    background: url(../images/index/calendar-black.svg) right 10px center no-repeat;
    border: 1px solid #000000;
    padding-left: 10px;
    border-radius: 2px !important;
    display: block;
    background-color: inherit;
    color: #000000;
    background-size: 20px 20px; }
  .payment-option .delivery-date input::-webkit-input-placeholder {
    color: transparent; }
  .payment-option .delivery-date input:-moz-placeholder {
    color: transparent; }
  .payment-option .delivery-date input::-moz-placeholder {
    color: transparent; }
  .payment-option .delivery-date input:-ms-input-placeholder {
    color: transparent; }

.payment-option .delivery-details-list li label {
  display: flex;
  align-items: center; }

.payment-option .delivery-details-list span {
  margin: 0; }

.payment-option .payment-details-list li {
  font-size: 12px;
  display: flex;
  align-items: center; }

.mg-fake-cart {
  width: 100%;
  border: none;
  box-shadow: none;
  max-width: 500px;
  z-index: 9993; }
  .mg-fake-cart .small-cart-remove {
    padding: 0;
    padding-top: 35px !important; }
    .mg-fake-cart .small-cart-remove a {
      padding: 5px; }
  .mg-fake-cart .title {
    font-size: 18px;
    font-weight: 500; }
  .mg-fake-cart .table-wrapper table td {
    border-bottom: 1px solid #918b90; }
  .mg-fake-cart .mg-close-fake-cart.mg-close-popup {
    width: 23px;
    height: 23px;
    background: url(../images/modals/crose-black.svg) no-repeat; }
  .mg-fake-cart .popup-body .small-cart-table tr td .small-cart-list li a {
    font-weight: 400;
    color: #000000; }
  .mg-fake-cart .popup-body .small-cart-table tr td .small-cart-list li span {
    font-weight: 500;
    color: #000000;
    margin-left: 10px; }
  .mg-fake-cart .popup-footer {
    padding-top: 25px;
    padding-bottom: 5px; }
  .mg-fake-cart .checkout-buttons {
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    align-items: center; }
  .mg-fake-cart .popup-footer .total .checkout-buttons .mg-close-popup {
    font-size: 10px;
    line-height: 15px;
    font-weight: 700;
    border: none;
    text-decoration: underline;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    color: #404b69;
    text-align: left;
    margin-bottom: 20px; }
  .mg-fake-cart .popup-footer .total .checkout-buttons .default-btn {
    width: 180px;
    height: 40px;
    font-size: 10px;
    line-height: 40px;
    font-weight: 500;
    display: block;
    border-radius: 2px;
    background-color: #f73859;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    text-align: center;
    margin-bottom: 15px; }
  .mg-fake-cart .sum-list {
    background-color: #f3ecc8;
    color: #000000; }
    .mg-fake-cart .sum-list li span {
      color: #000000; }
  .mg-fake-cart .popup-header {
    padding-top: 20px; }
  .mg-fake-cart .small-cart-list a {
    color: #000000; }

.mg-compare-products .alert-info {
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 20px; }

.mg-compare-products .mg-compare-center {
  width: 100%;
  margin: 0;
  margin-top: 40px; }

.mg-compare-products .mg-top-scroll {
  top: 0; }

.mg-compare-products .more-products {
  font-size: 14px;
  line-height: 21px;
  display: inline-block;
  color: #000000;
  border-bottom: 1px solid #404b69;
  margin-bottom: 10px;
  transition: border-bottom-color ease 0.3s; }
  .mg-compare-products .more-products:hover {
    border-bottom-color: #f73859 !important;
    transition: border-bottom-color ease 0.3s; }

.mg-compare-products .mg-clear-compared-products {
  font-size: 14px;
  line-height: 21px;
  color: #000000 !important;
  border-bottom: 1px solid #f44336 !important;
  display: inline !important;
  transition: border-bottom-color ease 0.3s; }
  .mg-compare-products .mg-clear-compared-products:hover {
    border-bottom-color: #404b69 !important;
    transition: border-bottom-color ease 0.3s; }

.mg-compare-fake-table,
.mg-compare-fake-table-right {
  display: none; }

.mg-compare-product {
  border: 1px solid #918b90; }
  .mg-compare-product .property-form.actionBuy {
    display: none; }
  .mg-compare-product .product-footer {
    justify-content: flex-start; }
  .mg-compare-product .mp-remove-compared-product {
    background: url(../images/index/middle-close.svg) !important;
    display: block;
    z-index: 99;
    left: 5px; }

.fancybox-close-small:after {
  width: 12px;
  height: 12px;
  content: url("../images/index/middle-close.svg"); }

.successful-closure .default-btn {
  width: 120px;
  height: 40px;
  font-size: 12px;
  line-height: 40px;
  font-weight: 500;
  border: 1px solid #f73859;
  display: block;
  color: #000000;
  text-align: center;
  text-transform: uppercase; }

.close-reason-wrapper .reason-text {
  width: 100%;
  padding: 5px;
  border: 1px solid #000000;
  min-height: 100px;
  color: #000000; }

.close-reason-wrapper select {
  width: 100%;
  height: 40px;
  font-size: 12px;
  font-weight: 400;
  border: 1px solid #000000;
  -webkit-appearance: none;
  border-radius: 2px;
  background-color: inherit;
  padding-left: 16px;
  padding-right: 10px;
  color: #000000;
  background-image: url(../images/modals/arrow-black.svg);
  background-repeat: no-repeat;
  background-position: right 10px center; }

.close-reason-wrapper .close-order-btn,
.close-reason-wrapper .change-payment-btn {
  width: 180px;
  height: 40px;
  font-size: 12px;
  line-height: 40px;
  font-weight: 500;
  display: block;
  color: #ffffff;
  background-color: #f73859;
  text-transform: uppercase;
  margin-top: 20px; }

.mg-recent-products .title {
  margin-bottom: 50px; }
  .mg-recent-products .title span {
    display: block;
    text-align: center; }

.mg-recent-products .product-wrapper .product-image .buy-product {
  width: 120px;
  height: 40px;
  font-size: 10px;
  line-height: 40px;
  font-weight: 500;
  display: block;
  border-radius: 2px;
  background-color: #fd5f00;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  text-align: center;
  margin-bottom: 15px;
  margin-left: 15px;
  transition: background-color ease 0.3s; }

.mg-recent-products .product-wrapper .product-image .buy-product:hover {
  background-color: #2c365d;
  transition: background-color ease 0.3s; }

.mg-recent-products .owl-buttons {
  bottom: 103%; }

.mg-recent-products .product-wrapper .product-name {
  height: auto;
  padding-right: 15px;
  padding-left: 15px; }

.mg-recent-products .product-wrapper .product-footer {
  padding-right: 15px;
  padding-left: 15px; }

.mg-recent-products .product-wrapper .product-name a {
  padding: 0; }

.trigger-store {
  padding: 0 15px;
  display: flex;
  margin-top: 20px; }
  .trigger-store .mg-trigger-text {
    font-size: 12px;
    line-height: 18px; }
  .trigger-store .mg-trigger-guarantee .mg-trigger {
    border: 1px solid #f3ecc8;
    box-shadow: none;
    border-radius: 2px; }
  .trigger-store .mg-trigger-guarantee.vertleft {
    margin: 0 auto; }
    .trigger-store .mg-trigger-guarantee.vertleft h2 {
      margin: 0;
      padding: 0;
      font-size: 18px;
      font-weight: 500;
      color: #000000;
      margin-bottom: 30px; }
    @media (min-width: 459px) {
  .content-modal-back-ring .left {
    width: 170px; } }
    @media (min-width: 499px) {
  .product-status .bx-viewport {
    height: 410px; }
  .product-status .slides-item {
    width: 110px !important;
    height: 130px; }
  .product-status .main-image .bx-wrapper {
    width: 350px; }
  .product-status .bx-viewport {
    width: 100%;
    height: 310px !important;
    position: relative;
    overflow: visible;
    overflow: visible !important; }
  .product-status .main-product-slide li {
    height: 310px; } }
    @media (min-width: 600px) {
  .product-status .slides-item {
    width: 170px !important;
    height: 180px; }
  .product-status .main-image .bx-wrapper {
    width: 350px; }
  .product-status .bx-viewport {
    width: 100%;
    height: 310px !important;
    position: relative;
    overflow: visible;
    overflow: visible !important; }
  .product-status .main-product-slide li {
    height: 310px; } }
    @media (min-width: 768px) {
  .container {
    max-width: 750px;
    padding-bottom: 80px;
    padding-top: 30px; }
  .msgError {
    font-size: 16px;
    line-height: 24px;
    margin-top: 20px; }
  .mg-success {
    font-size: 16px;
    line-height: 24px; }
  .header__container {
    max-width: 750px;
    flex-direction: row;
    justify-content: space-between; }
    .header__container::before {
      width: calc(100% - 30px);
      height: 1px;
      position: absolute;
      display: block;
      content: '';
      left: 15px;
      bottom: 0;
      background-color: #404b69; }
    .header__container--index::before {
      display: none; }
  .header__language svg {
    fill: #000000;
    transition: all ease 0.5s; }
  .header__search svg g {
    stroke: #000000;
    transition: all ease 0.5s; }
  .header__basket svg g {
    stroke: #000000;
    transition: all ease 0.5s; }
  .header__login svg g {
    stroke: #000000;
    transition: all ease 0.5s; }
  .header__compare svg g {
    stroke: #000000;
    transition: all ease 0.5s; }
  .header__top {
    width: auto;
    padding-top: 30px;
    padding-bottom: 30px; }
  .header__logo {
    width: auto; }
  .header__bottom {
    width: 38%;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 30px;
    margin-left: auto;
    background-color: #ffffff; }
  .footer__container {
    padding: 37px 15px 51px;
    max-width: 750px; }
  .footer__top {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 52px; }
  .footer__wrap--shop {
    width: 40%;
    padding-right: 10px; }
  .footer__wrap--catalog {
    display: none; }
  .footer__wrap--contacts {
    width: 60%;
    padding-left: 10px;
    padding-right: 10px; }
  .footer__nav {
    width: 70%;
    display: flex;
    flex-wrap: wrap; }
    .footer__nav ul {
      margin: 0;
      padding: 0; }
      .footer__nav ul a {
        font-size: 14px;
        line-height: 36px;
        font-weight: 400;
        display: block;
        color: #000000; }
      .footer__nav ul span {
        position: relative; }
      .footer__nav ul span::after {
        width: 0;
        height: 1px;
        position: absolute;
        content: '';
        bottom: 0;
        left: 0;
        background-color: #f73859; }
      .footer__nav ul li:hover span::after {
        width: 100%;
        transition: all linear 0.5s; }
      .footer__nav ul li:hover a {
        transition: color linear 0.3s;
        color: #f73859; }
      .footer__nav ul span.active {
        color: #f73859; }
  .footer .address, .footer__email {
    font-size: 14px;
    line-height: 36px;
    font-weight: 400;
    display: block;
    color: #000000; }
  .footer__time span {
    font-size: 14px;
    line-height: 36px;
    font-weight: 400;
    display: block;
    color: #000000; }
  .footer__tel {
    font-size: 22px;
    line-height: 36px;
    font-weight: 500;
    color: #000000;
    margin-bottom: 20px; }
    .footer__tel span {
      font-size: 17px;
      line-height: 41px; }
  .footer__info {
    padding-top: 4px;
    margin-left: auto; }
  .footer__title {
    font-size: 14px;
    line-height: 36px;
    font-weight: 700;
    font-family: Montserrat;
    text-transform: uppercase; }
  .footer__bottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .footer__bottom .powered {
      font-size: 14px;
      line-height: 24px;
      font-weight: 400; }
  .footer__copyright, .footer__moguta {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #000000; }
  .main-banners {
    margin-bottom: 30px; }
    .main-banners__row {
      display: flex;
      flex-wrap: wrap; }
    .main-banners a {
      width: 50%; }
  .page-title,
  .new-products-title {
    font-size: 30px;
    line-height: 48px; }
  .header .mg-product-to-compare .mg-compare-count {
    color: #000000; }
  .header .mg-desktop-cart .countsht {
    color: #000000; }
  .burger {
    order: 2;
    margin-left: 0; }
    .burger__line::before {
      top: 8px; }
    .burger__line::after {
      top: -8px; }
  .advantages {
    margin-bottom: 30px; }
    .advantages__container {
      margin: 0 auto;
      padding: 44px 15px 41px 15px;
      max-width: 750px;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
    .advantages__item {
      width: 33.33%;
      margin-bottom: 0; }
      .advantages__item img {
        margin-bottom: 10px; }
      .advantages__item--buy {
        padding-top: 6px;
        padding-right: 10px; }
        .advantages__item--buy img {
          margin-bottom: 17px; }
      .advantages__item--car {
        padding-left: 11px; }
    .advantages__name {
      display: block;
      color: #000000; }
  .best-goods__container {
    margin: 0 auto;
    padding: 70px 15px 80px;
    max-width: 750px; }
  .best-goods__row {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    margin-right: -15px;
    margin-left: -15px; }
  .best-goods__title {
    font-size: 30px;
    line-height: 48px;
    margin-bottom: 24px; }
  .best-goods__filter {
    margin: 0 auto 56px;
    max-width: 542px; }
    .best-goods__filter span {
      font-size: 22px;
      line-height: 30px; }
  .best-goods__item {
    width: 50%;
    display: flex;
    flex-direction: column;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 55px; }
  .best-goods__img {
    margin-bottom: 20px; }
    .best-goods__img img {
      width: 345px;
      height: 516px; }
  .best-goods__wrap {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    min-height: 85px; }
  .best-goods__price {
    margin-top: auto; }
  .best-goods__name {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 15px; }
  .best-goods__btn {
    min-width: 235px; }
  .btn {
    height: 60px;
    font-size: 16px;
    line-height: 60px; }
  .cat-desc h3 {
    font-size: 20px; }
  .cat-desc p {
    font-size: 14px;
    line-height: 22px; }
  .m-p-products {
    margin-bottom: 80px; }
    .m-p-products .title {
      margin-bottom: 51px; }
      .m-p-products .title a {
        font-size: 30px;
        line-height: 48px;
        font-weight: 500;
        display: block;
        text-align: center;
        color: #000000; }
  .product-wrapper .product-name a {
    padding: 24px 0 10px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    padding-right: 20px; }
  .product-wrapper .product-price {
    font-size: 18px;
    line-height: 24px; }
  .product-wrapper .product-old-price {
    font-size: 18px;
    line-height: 24px; }
  .modal-language {
    padding: 56px 15px 55px;
    top: -300px; }
    .modal-language--open {
      top: 0; }
    .modal-language__close {
      top: 14px;
      right: 15px; }
    .modal-language select {
      width: 345px;
      padding-left: 21px;
      padding-right: 10px;
      background-position: right 15px center; }
  .modal-search {
    padding: 56px 15px 55px;
    top: -300px; }
    .modal-search--open {
      top: 0; }
    .modal-search .search-form input {
      width: 345px; }
    .modal-search__close {
      top: 14px;
      right: 15px; }
  .modal-login {
    padding: 56px 15px 55px;
    top: -300px; }
    .modal-login .enter-link {
      width: 281px; }
    .modal-login .auth .exit-btn {
      width: 281px; }
    .modal-login--open {
      top: 0; }
    .modal-login__close {
      top: 14px;
      right: 15px; }
  .account-box {
    max-width: 500px;
    padding-top: 30px;
    padding-bottom: 30px; }
    .account-box__header {
      font-size: 18px;
      line-height: 26px;
      margin-bottom: 30px; }
      .account-box__header--feedback {
        margin-bottom: 20px; }
    .account-box__body {
      display: flex;
      flex-direction: column;
      align-items: center; }
    .account-box__text {
      margin: 0;
      padding: 0;
      font-size: 16px;
      line-height: 24px;
      margin-bottom: 20px; }
      .account-box__text--feedback {
        max-width: 500px;
        margin-top: 20px; }
    .account-box__forgot {
      font-size: 14px;
      color: #000000;
      margin-top: 8px; }
    .account-box__btn {
      height: 45px;
      font-size: 10px;
      line-height: 45px;
      border-radius: 2px;
      background-color: #f73859;
      color: #ffffff;
      margin-bottom: 10px; }
    .account-box .account-box__or {
      font-size: 14px;
      font-weight: 400;
      color: #000000; }
      .account-box .account-box__or a {
        color: #000000;
        text-decoration: underline; }
    .account-box__form {
      width: 100%; }
      .account-box__form ul li {
        margin-bottom: 30px; }
      .account-box__form ul span {
        font-size: 14px;
        margin-bottom: 12px; }
      .account-box__form ul input,
      .account-box__form ul textarea {
        width: 100%;
        height: 45px;
        font-size: 14px;
        line-height: 45px;
        padding-left: 10px;
        padding-right: 10px; }
      .account-box__form ul select {
        padding-left: 21px;
        padding-right: 10px;
        background-position: right 15px center; }
      .account-box__form ul textarea {
        line-height: 21px;
        min-height: 120px;
        padding-top: 10px; }
  .feedback-link {
    width: 250px;
    height: 45px;
    font-size: 14px;
    line-height: 45px;
    border-radius: 2px;
    margin-bottom: 20px; }
  .person-page {
    max-width: 100%; }
  .order-history .wrap-btn {
    display: flex;
    justify-content: space-between; }
    .order-history .wrap-btn .close-order {
      height: 45px;
      margin: 0;
      font-size: 10px;
      line-height: 45px;
      margin-bottom: 10px; }
    .order-history .wrap-btn__right {
      display: flex;
      flex-direction: column;
      align-items: flex-end; }
  .personal-tabs-list {
    flex-direction: row; }
    .personal-tabs-list li {
      width: 33.33%; }
    .personal-tabs-list li a {
      width: 100%;
      height: 40px;
      font-size: 14px;
      line-height: 40px;
      padding-right: 40px; }
    .personal-tabs-list .ui-tabs-active a {
      border: none;
      transition: border-bottom-color ease 0.5s;
      color: #f73859;
      border-bottom: 1px solid #f73859; }
  .empty-cart-block {
    font-size: 30px;
    line-height: 48px;
    min-width: 100%;
    max-height: 700px; }
  .total-wrapper {
    margin-top: 40px; }
  .j-alert__default {
    font-size: 14px;
    line-height: 21px; }
  .products-holder__row {
    display: flex;
    flex-direction: row;
    align-items: flex-start; }
    .products-holder__row .product-wrapper {
      width: 33.33%;
      margin-bottom: 60px; }
  .product-status .product-stickers {
    z-index: 9991; }
  .product-status .bx-viewport {
    height: 580px !important; }
  .product-status .thumb-controls a {
    width: 20px;
    height: 21px; }
  .product-status .thumb-controls .bx-prev {
    background-size: 11px; }
  .product-status .thumb-controls .bx-next {
    background-size: 11px; }
  .product-status .main-image .bx-wrapper {
    width: 470px;
    height: 621px; }
  .product-status .main-image .bx-viewport {
    height: 621px !important; }
  .product-status .main-image .main-product-slide li {
    width: 470px;
    height: 621px; }
  .product-status .mg-product-slides .slides-slider .slides-item {
    height: 180px; }
  .buy-block .page-title {
    font-size: 22px;
    margin-bottom: 20px; }
  .buy-block .product-price {
    font-size: 24px;
    margin-bottom: 10px; }
  .buy-block .product-status-list {
    margin-bottom: 15px; }
  .buy-block .color-block {
    margin-bottom: 30px; }
    .buy-block .color-block span {
      font-size: 16px;
      margin-right: 20px; }
  .buy-block .color {
    width: 40px;
    height: 40px;
    margin-right: 30px; }
    .buy-block .color::after {
      width: 50px;
      height: 50px; }
  .buy-block .product-code {
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 10px; }
  .buy-block .block-variants {
    margin-bottom: 30px; }
  .buy-block .size-block {
    display: flex;
    align-items: center; }
    .buy-block .size-block span {
      font-size: 16px;
      margin-right: 20px; }
  .buy-block .buy-product {
    width: 180px;
    height: 40px;
    font-size: 12px;
    line-height: 40px;
    display: block;
    margin-bottom: 0;
    margin-right: 20px; }
  .buy-block .size {
    width: 50px;
    height: 50px;
    margin-right: 10px; }
    .buy-block .size span {
      font-size: 16px;
      margin-right: 20px; }
  .buy-block .cart_form {
    width: 200px;
    position: relative;
    border: 1px solid #f2f2f0;
    padding-left: 30px;
    padding-right: 30px;
    background-color: #f2f2f0;
    margin-bottom: 30px; }
    .buy-block .cart_form input {
      height: 30px;
      font-size: 16px; }
    .buy-block .cart_form .up {
      padding: 5px;
      font-size: 18px;
      right: 10px; }
    .buy-block .cart_form .down {
      padding: 5px;
      font-size: 18px;
      left: 10px; }
  .buy-block .hidder-element {
    display: flex;
    align-items: center;
    flex-direction: row; }
  .buy-block .addToCompare {
    width: 180px;
    height: 40px;
    font-size: 12px;
    line-height: 40px; }
    .buy-block .addToCompare svg {
      display: none; }
  .product-details-wrapper {
    margin-top: 60px; }
  .product-tabs {
    flex-direction: row; }
    .product-tabs li {
      width: 33.33%; }
    .product-tabs .active a {
      border: none;
      transition: border-bottom-color ease 0.5s;
      color: #f73859;
      border-bottom: 1px solid #f73859; }
    .product-tabs a {
      width: 100%;
      height: 40px;
      font-size: 14px;
      line-height: 40px;
      padding-right: 40px; }
  .product-tabs-container {
    font-size: 14px;
    line-height: 21px;
    margin-top: 25px; }
    .product-tabs-container .prop-string {
      margin: 0;
      padding: 0; }
      .product-tabs-container .prop-string li {
        display: flex; }
      .product-tabs-container .prop-string .prop-name {
        position: relative;
        margin-right: 25px;
        display: block; }
        .product-tabs-container .prop-string .prop-name::before {
          position: absolute;
          content: '–';
          right: -15px; }
    .product-tabs-container .comments {
      margin-top: 25px; }
      .product-tabs-container .comments h3 {
        font-size: 18px;
        font-family: 'Montserrat', sans-serif;
        margin-bottom: 15px; }
      .product-tabs-container .comments label {
        font-size: 14px;
        margin-bottom: 12px; }
      .product-tabs-container .comments input {
        height: 45px;
        font-size: 14px;
        line-height: 45px;
        padding-left: 10px;
        padding-right: 10px;
        display: block;
        margin-bottom: 20px; }
      .product-tabs-container .comments textarea[name="comment"] {
        padding: 10px;
        min-height: 150px; }
      .product-tabs-container .comments form label {
        font-size: 14px; }
      .product-tabs-container .comments .sendComment {
        width: 180px;
        height: 40px;
        font-size: 10px;
        line-height: 40px;
        font-weight: 500;
        border: none;
        display: block;
        border-radius: 2px;
        background-color: #f73859;
        color: #ffffff;
        text-transform: uppercase;
        letter-spacing: 1.2px;
        text-align: center;
        margin-bottom: 15px;
        font-family: 'Montserrat', sans-serif; }
  .count-product-info .count {
    font-size: 16px;
    line-height: 21px;
    color: #000000;
    margin-bottom: 5px; }
    .count-product-info .count span {
      font-size: 16px;
      line-height: 21px;
      color: #000000; }
  .count-product-info .rem-info {
    font-size: 14px;
    line-height: 21px;
    color: #000000;
    margin-bottom: 5px; }
    .count-product-info .rem-info .feedback-link {
      font-size: 10px; }
  .restore-pass .custom-text {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
    max-width: 500px; }
  .restore-pass span {
    margin-bottom: 12px; }
  .payment-option .agreement-container {
    font-size: 14px; }
  .payment-option .payment-details-list li {
    font-size: 14px; }
  .payment-option .delivery-text {
    margin-top: 40px; }
  .payment-option .delivery-text:first-child {
    margin-top: 20px; }
  .payment-option .wrap {
    display: flex;
    flex-direction: row; }
    .payment-option .wrap__left {
      width: 50%;
      padding-right: 20px; }
    .payment-option .wrap .delivery-vs-payment {
      width: 50%;
      padding-left: 20px; }
  .mg-fake-cart .checkout-buttons {
    display: flex;
    justify-content: space-around;
    flex-direction: row;
    align-items: center; }
  .trigger-store .mg-trigger-text {
    font-size: 16px;
    line-height: 24px; }
  .trigger-store .mg-trigger-guarantee.vertleft h2 {
    font-size: 30px;
    line-height: 48px; } }
    @media (min-width: 1200px) {
  .table-wrapper table td {
    padding-left: 5px; }
  .container {
    max-width: 1170px;
    padding-bottom: 100px; }
  .msgError {
    font-size: 18px;
    line-height: 27px;
    margin-top: 15px; }
  .mg-success {
    font-size: 18px;
    line-height: 27px; }
  .header__container {
    max-width: 1170px; }
  .header__top {
    width: 76%; }
  .header__search:hover svg g {
    stroke: #f73859;
    transition: all ease 0.5s; }
  .header__language:hover svg {
    fill: #f73859;
    transition: all ease 0.5s; }
  .header__basket:hover svg g {
    stroke: #f73859;
    transition: all ease 0.5s; }
  .header__compare:hover svg g {
    stroke: #f73859;
    transition: all ease 0.5s; }
  .header__basket .mg-desktop-cart .countsht {
    transition: all ease 0.8s; }
  .header__basket:hover .mg-desktop-cart .countsht {
    color: #f73859;
    transition: all ease 0.8s; }
  .header__login:hover svg g {
    stroke: #f73859;
    transition: all ease 0.5s; }
  .header__logo {
    width: 23%; }
  .header__bottom {
    width: 24%;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 15px;
    padding-left: 40px; }
  .footer__container {
    max-width: 1170px;
    padding-top: 46px;
    padding-bottom: 75px; }
  .footer__top {
    margin-bottom: 78px; }
  .footer__bottom .powered {
    font-size: 16px;
    line-height: 24px; }
  .footer__title {
    font-size: 16px;
    line-height: 36px;
    font-weight: 700;
    margin-bottom: 6px; }
  .footer__wrap--shop {
    width: 30%;
    padding-left: 0; }
  .footer__wrap--catalog {
    width: 30%;
    padding-left: 10px;
    padding-right: 10px;
    display: block; }
  .footer__wrap--contacts {
    width: 40%; }
  .footer__nav {
    width: 75%; }
    .footer__nav ul a {
      font-size: 14px; }
  .footer .address, .footer__email {
    font-size: 16px;
    line-height: 36px; }
  .footer__time span {
    font-size: 16px;
    line-height: 36px; }
  .footer__info {
    margin-left: auto; }
  .footer__tel {
    font-size: 30px;
    line-height: 45px;
    margin-bottom: 20px; }
    .footer__tel span {
      font-size: 18px;
      line-height: 45px; }
  .footer__copyright, .footer__moguta {
    font-size: 14px;
    line-height: 24px; 
    text-align: left;  }
  .main-nav {
    width: 77%;
    position: static;
    display: block;
    visibility: visible;
    transition: all linear 0s; }
    .main-nav__close {
      display: none; }
    .main-nav--open {
      position: static;
      padding: 0;
      background-color: #ffffff; }
      .main-nav--open li {
        margin-bottom: 0;
        text-align: left; }
        .main-nav--open li a {
          color: #000000; }
    .main-nav li::after {
      background-color: #f73859; }
    .main-nav li:hover::after {
      width: 100%;
      transition: all linear 0.3s; }
    .main-nav li:hover a {
      transition: color linear 0.2s; }
    .main-nav__list {
      padding-left: 68px;
      padding-right: 53px;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
    .main-nav a {
      font-weight: 500;
      margin-bottom: 0; }
  .main-banners {
    margin-bottom: 20px; }
  .m-p-slider-wrapper {
    display: block;
    overflow: hidden;
    text-align: center !important; }
  .page-title,
  .new-products-title {
    font-size: 30px;
    line-height: 48px;
    margin-bottom: 40px; }
  .header__compare .mg-product-to-compare .mg-compare-count {
    transition: all ease 0.8s; }
  .header__compare:hover .mg-product-to-compare .mg-compare-count {
    color: #f73859;
    transition: all ease 0.8s; }
  .bread-crumbs a {
    font-size: 16px;
    line-height: 24px; }
    .bread-crumbs a::after {
      width: 8px;
      height: 8px;
      top: 6px;
      right: 0;
      content: ''; }
  .burger {
    display: none; }
  .advantages {
    position: relative;
    margin-bottom: 40px; }
    .advantages::before {
      width: 100%;
      height: 3px;
      position: absolute;
      content: '';
      top: -3px;
      background-color: #f3ecc8; }
    .advantages__container {
      max-width: 1170px;
      padding-top: 68px;
      padding-bottom: 78px; }
    .advantages__item {
      position: relative;
      display: flex; }
      .advantages__item--car {
        padding-top: 7px;
        padding-left: 160px; }
        .advantages__item--car img {
          position: absolute;
          top: -9px;
          left: 75px; }
      .advantages__item--label {
        padding-top: 7px;
        padding-left: 127px; }
        .advantages__item--label img {
          position: absolute;
          top: -9px;
          left: 57px; }
      .advantages__item--buy {
        padding-left: 138px; }
        .advantages__item--buy img {
          position: absolute;
          top: -5px;
          left: 55px; }
    .advantages__name {
      font-size: 16px;
      line-height: 24px; }
  .best-goods__container {
    max-width: 1170px;
    padding-top: 110px;
    padding-bottom: 120px; }
  .best-goods__title {
    font-size: 42px;
    line-height: 48px;
    margin-bottom: 32px; }
  .best-goods__item {
    width: 33.33%; }
  .best-goods__img img {
    width: 360px;
    height: 542px; }
  .best-goods__wrap {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    min-height: 90px; }
  .best-goods__btn {
    margin-top: 16px; }
  .cat-desc p {
    font-size: 16px;
    line-height: 24px; }
  .m-p-products {
    margin-bottom: 100px; }
    .m-p-products .title {
      margin-bottom: 58px; }
      .m-p-products .title a {
        font-size: 40px;
        line-height: 48px;
        font-weight: 500; }
  .product-wrapper .product-name a {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400; }
  .product-wrapper .product-stickers {
    position: absolute; }
    .product-wrapper .product-stickers .product-image .product-buttons {
      opacity: 0; }
    .product-wrapper .product-stickers .product-image:hover .product-buttons {
      transition: opacity ease 0.5s;
      opacity: 1; }
  .modal-language {
    top: -216px; }
    .modal-language--open {
      top: 0; }
    .modal-language__title {
      font-size: 18px; }
    .modal-language select {
      width: 750px;
      margin-bottom: 30px; }
  .modal-search {
    top: -216px; }
    .modal-search--open {
      top: 0; }
    .modal-search__title {
      font-size: 18px; }
    .modal-search .search-form input {
      width: 750px; }
  .modal-login {
    top: -216px; }
    .modal-login .auth .user-name {
      font-size: 18px;
      margin-bottom: 30px; }
    .modal-login .auth .exit-btn {
      font-size: 12px; }
    .modal-login--open {
      top: 0; }
    .modal-login__title {
      font-size: 18px; }
  .account-box {
    max-width: 600px;
    padding-bottom: 0; }
    .account-box__header {
      font-size: 21px;
      line-height: 26px;
      margin-bottom: 30px; }
      .account-box__header--feedback {
        margin-bottom: 25px; }
    .account-box__text {
      font-size: 18px;
      line-height: 28px;
      margin-bottom: 30px; }
      .account-box__text--feedback {
        max-width: 600px; }
    .account-box__forgot {
      font-size: 16px;
      margin-top: 8px; }
    .account-box__btn {
      width: 225px;
      height: 50px;
      font-size: 12px;
      line-height: 50px;
      margin-bottom: 10px;
      margin-top: 10px; }
    .account-box .account-box__or {
      font-size: 16px; }
    .account-box__form ul li {
      margin-bottom: 25px; }
    .account-box__form ul span {
      font-size: 16px;
      margin-bottom: 12px; }
    .account-box__form ul select {
      font-size: 14px; }
    .account-box__form ul input {
      height: 50px;
      font-size: 16px;
      line-height: 50px;
      padding-left: 15px;
      padding-right: 15px; }
  .feedback-wrap {
    display: flex;
    justify-content: space-between; }
    .feedback-wrap .account-box {
      width: 555px; }
  .feedback-link {
    width: 300px;
    height: 50px;
    font-size: 16px;
    line-height: 50px;
    margin-bottom: 50px; }
  .feedback-img {
    margin-top: 50px;
    order: 2;
    display: block; }
  .order-history .total-list {
    max-width: 350px; }
    .order-history .total-list li {
      font-size: 16px;
      line-height: 50px; }
    .order-history .total-list span {
      font-weight: 400;
      margin-left: 15px; }
  .order-history .manager-information {
    padding: 10px;
    font-size: 16px;
    line-height: 24px;
    margin-top: 40px; }
  .order-history .status-table th {
    font-weight: 500 !important; }
  .order-history .status-table td {
    font-size: 14px; }
  .order-number {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 40px; }
    .order-number .order-status {
      display: block;
      margin-top: 10px; }
    .order-number .performed {
      font-weight: 500;
      margin-left: 10px; }
  .order-history .wrap-btn .close-order {
    width: 225px;
    height: 50px;
    font-size: 12px;
    line-height: 50px; }
  .person-page li a {
    width: 100%;
    height: 50px;
    font-size: 18px;
    line-height: 50px;
    padding-right: 80px; }
  .empty-cart-block {
    font-size: 40px;
    line-height: 48px;
    max-height: 650px;
    background-image: url("../images/cart/empty.jpg"); }
  .checkout-form form .checkout-btn {
    width: 225px;
    height: 50px;
    font-size: 12px;
    line-height: 24px; }
  .checkout-form form .total-sum {
    margin-bottom: 25px; }
    .checkout-form form .total-sum span {
      font-size: 18px;
      margin-right: 30px; }
    .checkout-form form .total-sum strong {
      font-size: 30px;
      font-weight: 500; }
  .table-wrapper table th {
    font-size: 16px; }
  .table-wrapper table td {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 30px; }
    .table-wrapper table td a {
      font-size: 14px;
      line-height: 21px; }
  .table-wrapper table .count-cell {
    padding-right: 40px; }
  .table-wrapper table .price-cell span {
    font-size: 14px; }
  .table-wrapper table .cart_form {
    width: 120px; }
  .table-wrapper table .count-cell input {
    height: 25px;
    font-size: 14px; }
  .table-wrapper table .name-cell a {
    min-width: 250px; }
  .side-block {
    width: 25%;
    padding-right: 40px; }
  .catalog-wrap {
    width: 75%; }
  .j-alert__default {
    font-size: 16px;
    line-height: 24px; }
  .container__catalog {
    flex-direction: row; }
  .products-holder__row {
    display: flex;
    flex-direction: row;
    align-items: flex-start; }
    .products-holder__row .product-wrapper {
      width: 33.33%;
      margin-bottom: 80px; }
  .c-variant__value {
    font-size: 12px;
    display: flex;
    color: #000000;
    justify-content: space-between;
    max-width: 100%; }
  .product-status {
    flex-direction: row; }
    .product-status .bx-viewport {
      height: 580px !important; }
    .product-status .main-image .bx-wrapper {
      width: 470px;
      height: 621px; }
    .product-status .main-image .bx-viewport {
      height: 621px !important; }
    .product-status .main-image .main-product-slide li {
      width: 470px;
      height: 621px; }
    .product-status .mg-product-slides .slides-slider .slides-item {
      height: 180px; }
  .product-tabs {
    flex-direction: row; }
  .buy-block {
    width: 40%;
    padding: 0 0 20px 25px;
    overflow: hidden; }
    .buy-block .buy-product {
      width: 100%;
      height: 50px;
      font-size: 12px;
      line-height: 50px;
      display: block;
      margin-bottom: 20px;
      margin-right: 0; }
    .buy-block .hidder-element {
      display: flex;
      align-items: center;
      flex-direction: column; }
    .buy-block .addToCompare {
      width: 100%;
      height: 50px;
      font-size: 12px;
      line-height: 50px; }
      .buy-block .addToCompare svg {
        display: none; }
  .product-details-wrapper {
    margin-top: 60px; }
  .product-tabs {
    flex-direction: row; }
    .product-tabs li {
      width: 33.33%; }
    .product-tabs a {
      width: 100%;
      height: 50px;
      font-size: 18px;
      line-height: 50px;
      padding-right: 80px; }
  .product-tabs-container {
    font-size: 16px;
    line-height: 21px;
    margin-top: 25px; }
    .product-tabs-container .prop-string {
      margin: 0;
      padding: 0; }
      .product-tabs-container .prop-string li {
        display: flex; }
      .product-tabs-container .prop-string .prop-name {
        position: relative;
        font-size: 16px;
        margin-right: 25px;
        display: block; }
        .product-tabs-container .prop-string .prop-name::before {
          position: absolute;
          content: '–';
          right: -15px; }
    .product-tabs-container .comments {
      margin-top: 30px; }
      .product-tabs-container .comments h3 {
        font-size: 20px;
        font-family: 'Montserrat', sans-serif;
        margin-bottom: 25px; }
      .product-tabs-container .comments input {
        height: 50px;
        font-size: 16px;
        line-height: 50px;
        padding-left: 15px;
        padding-right: 15px; }
      .product-tabs-container .comments label {
        font-size: 16px;
        margin-bottom: 12px; }
      .product-tabs-container .comments textarea[name="comment"] {
        padding: 10px;
        min-height: 200px; }
      .product-tabs-container .comments form label {
        font-size: 14px; }
      .product-tabs-container .comments .sendComment {
        width: 180px;
        height: 40px;
        font-size: 10px;
        line-height: 40px;
        font-weight: 500;
        border: none;
        display: block;
        border-radius: 2px;
        background-color: #f73859;
        color: #ffffff;
        text-transform: uppercase;
        letter-spacing: 1.2px;
        text-align: center;
        margin-bottom: 15px;
        font-family: 'Montserrat', sans-serif; }
  .count-product-info .count {
    font-size: 18px;
    line-height: 21px;
    color: #000000;
    margin-bottom: 5px; }
    .count-product-info .count span {
      font-size: 18px;
      line-height: 21px;
      color: #000000; }
  .count-product-info .rem-info {
    font-size: 16px;
    line-height: 21px;
    color: #000000;
    margin-bottom: 5px; }
    .count-product-info .rem-info .feedback-link {
      font-size: 14px; }
  .filter-block .filter-form
.mg-filter label span {
    font-size: 14px; }
  .filter-block .price-slider-list li input[type="text"] {
    width: 85px; }
  .filter-block .price-slider-list__line {
    width: 40px;
    height: 40px;
    position: relative; }
  .restore-pass .custom-text {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 30px;
    max-width: 600px; }
  .payment-option .custom-text {
    margin: 0;
    margin-bottom: 60px; }
  .payment-option .payment-details-list li,
  .payment-option .agreement-container {
    font-size: 16px; }
  .payment-option .total-sum span {
    font-size: 24px;
    margin-left: 10px; }
  .payment-option .summ-info.total {
    margin-top: 40px; }
  .payment-option .delivery-text {
    font-size: 24px; }
  .trigger-store .mg-trigger-guarantee.vertleft h2 {
    font-size: 30px;
    line-height: 48px;
    margin-bottom: 40px; } }

.polit a{
      font-size: 12px;
      color: #000;
}
@media (max-width: 768px) {
	.polit a{
      	font-size: 12px;
    	color: #000;
        text-align: center; 
	}
  .bx-viewport{
  	margin-top: 20px;
  }
}

.cat-desc-text ul{
  list-style: disc;
}
.footer__tel a{
    color: black;
}
.footer__tel a:hover{
    color: #ed6d77;
}
a.footer__email:hover{
    color: #ed6d77;
}

.trigger-mob {
    display: none;
}
.trigger-pc {
    display: block;
}
@media (max-width: 768px) {
  .trigger-mob {
    display: none;
    }
  .trigger-pc {
    display: none;
    }
    .footer__title {
    margin: 0;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 900;
    padding: 15px;
    }
    .footer__wrap--shop ul, .footer__wrap--catalog ul{
    text-align: left;
    line-height: 30px;
    font-weight: 500;
    padding: 0px 30px;
    }
}

@media (max-width: 1200px) {
 .footer__wrap--catalog {
    display: block;
  }
  .footer__nav {
  display: block;
  text-align: center;
}
  .footer__nav a {
    color: black;
  }
  .footer-column {
    padding-left: 0rem;
  }
  .footer__wrap--catalog {
    padding-left: 0;
  }
}
.message{
    font-size: 16px;
    text-align: center;
    font-weight: 900;
    background-color: #f7b5b1;
  	padding: 20px 20px;
}
.section-mg-cookie-panel {
  background-color: #333;
  position: fixed;
  z-index: 102;
  line-height: 18px;
  left: 20px;
}

.section-mg-cookie-panel{
  background-color: rgb(242 235 202);
  width: 400px;
  max-width: 100%;
  border-radius: 4px;
  bottom: 20px;
  color: #383838;
  font-size: 13px;
}
.cookie-text a{
   color: #e85222;
}
.bottom-btn{
    text-align:right;
}

.btn-cookie{
    padding: 15px 50px;
    font-size: 15px;
    font-weight: normal;
    line-height: 16px;
    border: none;
    color: #ffffff;
    border-radius: 2px;
    background-color: #fd3400;
    display: inline-block;
    margin-bottom: 15px;
    margin-right: 15px;
}
.btn-cookie:afrer{
    content: "";
    display: block;
}
.chd-request-price-btn, .chd-submit-chd-request-price {
    width: 100%;
    height: 50px;
    font-size: 12px;
    line-height: 50px;
    font-weight: 500;
    border: 1px solid #f73859;
    display: block;
    color: #000000;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    text-align: center;
    transition: border ease 0.3s;
    background:#fff;
}
.product-status-list li {
    width:100%;
}
.chd-request-price-btn:hover, .chd-submit-chd-request-price:hover{
    border: 1px solid #404b69;
}
.fancybox-slide--html .fancybox-close-small{
    position: absolute;
}
.fancybox-close-small:after{
    content: "";
    display:none;
}
#wrapper-chd-request-price-id .chd-flex .content-modal-chd-request-price{
    position:relative;
}

.product-seo-description h2{
	    font-size: 18px;
    font-weight: 900;
}
.product-seo-description ul {
    list-style: disc;
}