@charset "UTF-8";
@font-face {
  font-family: 'Museo Sans Cyrl 500 normal';
  src: url('../fonts/MuseoSansCyrl-500.eot');
  src: local('MuseoSansCyrl-500'),
  url('../fonts/MuseoSansCyrl-500.eot?#iefix') format('embedded-opentype'),
  url('../fonts/MuseoSansCyrl-500.woff') format('woff'),
  url('../fonts/MuseoSansCyrl-500.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Museo Sans Cyrl 700 normal';
  src: url('../fonts/MuseoSansCyrl-700.eot');
  src: local('MuseoSansCyrl-700'),
  url('../fonts/MuseoSansCyrl-700.eot?#iefix') format('embedded-opentype'),
  url('../fonts/MuseoSansCyrl-700.woff') format('woff'),
  url('../fonts/MuseoSansCyrl-700.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

.newyear{
    padding: 24px 0px;
    text-align: center;
    font-size: 20px;
    font-weight: 900;
    color: red;
    line-height: 30px;
}
.center-num {
  clip-path: polygon(8% 0, 91% 0, 82% 100%, 0% 100%);
  text-align: center;
  padding-right: 20px;
  padding-bottom: 10px;
  padding-top: 10px;
}
@font-face {
  font-family: 'Museo Sans Cyrl 900 bold';
  src: url('../fonts/MuseoSansCyrl-900.eot');
  src: local('MuseoSansCyrl-900'),
  url('../fonts/MuseoSansCyrl-900.eot?#iefix') format('embedded-opentype'),
  url('../fonts/MuseoSansCyrl-900.woff') format('woff'),
  url('../fonts/MuseoSansCyrl-900.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Museo Sans Cyrl 700 normal';
  src: url('../fonts/MuseoSansCyrl-700.eot');
  src: local('MuseoSansCyrl-700'),
  url('../fonts/MuseoSansCyrl-700.eot?#iefix') format('embedded-opentype'),
  url('../fonts/MuseoSansCyrl-700.woff') format('woff'),
  url('../fonts/MuseoSansCyrl-700.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}



@font-face {
  font-family: 'Museo Sans Cyrl 300 normal';
  src: url('../fonts/MuseoSansCyrl-300.eot');
  src: local('MuseoSansCyrl-300'),
  url('../fonts/MuseoSansCyrl-300.eot?#iefix') format('embedded-opentype'),
  url('../fonts/MuseoSansCyrl-300.woff') format('woff'),
  url('../fonts/MuseoSansCyrl-300.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}


/*! 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; 
  background-color: white;
}
p{
    text-align: left;
}
.redtel{
        font-size: 20px;
    text-align: center;
    color: red;
    font-weight: 900;
}
.flex-container {
/*генерирует flex-контейнер уровня строки*/
 display: -webkit-inline-flex;
 display: inline-flex; 
}
/**
   * 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; }

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

.uslov {
    color: #fff;
    background-color: #f24417;
    border-color: #f24417;
    padding: 20px;
    text-align: center;
}
/**
   * 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; }



.p70{
    padding-top: 70px;
}
h3.abrH3{
    background-color: #eee;
    color: #000;
    font-size: 22px;
    margin-top: 10px;
    padding: 10px;
}
.spoiler-title {
  background-color: #f0f0f0;
  padding: 10px;
  cursor: pointer;
  margin-bottom: 20px
}

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

/*ul {
  list-style: none; }*/

.main-nav__list li{
   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; }
  
    .bg1{
      background-image: url(../images/bg1.png);
background-size: cover;
background-position: top center;
height: 310px;
width: 597px;
position: absolute;
right: -20px;
z-index:1;
  }

.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; }
  
#burgerDiv{
    display:none;
}

.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: #fd3400;
        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: 255px; }
  .header__login .auth {
    display: none; }

.footer {
  background-color: #06191e; }
  .footer__container {
    margin: 0 auto;
    padding: 30px 10px; }
  .footer__title {
    margin: 0;
    border-bottom: 1px solid rgb(218, 218, 218);
  }
  .footer__nav {
    display: none; }
  .footer__tel {
  font-size: 20px;
  line-height: 36px;
  display: block;
  color: #fff;
  padding-top: 20px;
  font-family: 'Museo Sans Cyrl 700 normal';
}
    .footer__tel .bold {
      color: #fff; }
  .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: #fd3400; }

.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;
    position: fixed;
    height: 100%;
  }
    .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: #fd3400; }
  .main-nav__list {
    margin: 0;
    padding: 0; }
  .main-nav a {
    font-size: 16px;
    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: #fd3400; }

.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: #fd3400;
    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: 0px; }
  .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 #fd3400;
      top: 5px;
      right: 0;
      content: '';
      border-left-color: transparent;
      border-bottom-color: transparent;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg); }

.m-p-slider-wrapper {
    position: relarive;
  height: auto !important;
  border: none;
  display: none;
  margin-top: 0;
  box-shadow: none;
  border-radius: 0;
  text-align: center; 
  margin-bottom:20px;
}
  
 .m-p-slider-wrapper{
    
 }

.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: 30px;
  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: 55px;
  display: flex;
  align-items: center;
  margin-left: 15px;
  margin-right: 15px; }
  .burger--no-js {
    display: none; }
  .burger__line {
    width: 30px;
    height: 2px;
    position: relative;
    display: inline-block;
    vertical-align: bottom;
    background-color: #5e5e5e; }
    .burger__line::before, .burger__line::after {
      width: 30px;
      height: 2px;
      position: absolute;
      background: #5e5e5e;
      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: #ededed;
  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: #fd3400; }

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

.cat-desc p {
  font-size: 13px;
  line-height: 22px;
  font-weight: 400;
  color: #000000; }
  .cat-desc p a {
    color: #fd3400; }

.m-p-products {
  margin-bottom: 60px;
  margin-left: -15px;
  margin-right: -15px; }
  .m-p-products .title {
    margin-bottom: 60px;
    margin-top:30px;
      
  }
    .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 #dbedf3;
    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: 11; }
    .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: #fd3400; }
    .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: #fd3400;
        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: #fd3400;
        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: 50px;
      display: block;
      color: #fd3400;
      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: #fd3400;
      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;
    margin: 0 auto;
    }
    .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: #fd3400;
    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: #fd3400;
    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;
display: none;    
}

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

.table-wrapper {
  width: 100%;
  overflow: auto;
  margin-bottom: 20px; }
  .table-wrapper table {
    background-color: #dbedf3; }
  .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: #dbedf3; }

.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 #fd3400;
  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: #fd3400;
    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: #fd3400;
    border-bottom: 1px solid #fd3400; }

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



.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;
    text-align: center;
    color: white;
    background-color: grey;
    padding: 15px;
    border-radius: 2px;
}

.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 #e8e8e8; }
  .j-accordion-menu .level-1:last-child {
    border-bottom: 1px solid #e8e8e8; }
  .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: 10; }

.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 #fd3400; }
  .product-status .product-stickers {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 11; }
    .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: #fd3400; }
    .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: #fd3400;
  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: #ff7109;
    transition: background-color ease 0.3s; }

.buy-block .size {
  width: 38px;
  height: 38px;
  position: relative;
  border: 1px solid #dbedf3;
  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 #fd3400;
  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: #fd3400;
    border-bottom: 1px solid #fd3400; }
  .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: #fd3400;
      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;
    right: 0 ;
    top: auto;
    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: #fd3400; }
  .filter-form .ui-slider .ui-slider-handle {
    width: 20px;
    height: 21px;
    border: 1px solid #fd3400;
    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 #fd3400;
    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: #fd3400;
    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: #fd3400; }

.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: #fd3400;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    text-align: center;
    margin-bottom: 15px; }
  .mg-fake-cart .sum-list {
    background-color: #dbedf3;
    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: #fd3400 !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 #fd3400;
  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: #fd3400;
  text-transform: uppercase;
  margin-top: 20px; }

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

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

        font-size: 15px;
    color: #c3c3c3;
    padding: 10px 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 #dbedf3;
    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: #fff; }
      .footer__nav ul span {
        position: relative; }
      .footer__nav ul span::after {
        width: 0;
        height: 1px;
        position: absolute;
        content: '';
        bottom: 0;
        left: 0;
        background-color: tan; }
      .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: tan; }
      .footer__nav ul span.active {
        color: tan; }
  .footer .address, .footer__email {
    font-size: 14px;
    line-height: 36px;
    font-weight: 400;
    display: block;
    color: #fff; }
  .footer__time span {
    font-size: 14px;
    line-height: 36px;
    font-weight: 400;
    display: block;
    color: #fff; }
  .footer__tel {
    font-size: 22px;
    line-height: 36px;
    font-weight: 500;
    color: #fff;
    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;
    color: #fff;}
  .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: #fff; }
  .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: #fd3400;
      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: #fd3400;
      border-bottom: 1px solid #fd3400; }
  .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: 123; }
  .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: #fd3400;
      border-bottom: 1px solid #fd3400; }
    .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: #fd3400;
        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: column; }
    .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: 992px) {
  .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: #fd3400;
    transition: all ease 0.5s; }
  .header__language:hover svg {
    fill: #fd3400;
    transition: all ease 0.5s; }
  .header__basket:hover svg g {
    stroke: #fd3400;
    transition: all ease 0.5s; }
  .header__compare:hover svg g {
    stroke: #fd3400;
    transition: all ease 0.5s; }
  .header__basket .mg-desktop-cart .countsht {
    transition: all ease 0.8s; }
  .header__basket:hover .mg-desktop-cart .countsht {
    color: #fd3400;
    transition: all ease 0.8s; }
  .header__login:hover svg g {
    stroke: #fd3400;
    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: 16px; }
  .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: 26px;
    line-height: 45px;
    padding-top: 20px;
    margin-bottom: 20px;
    text-align: left;
  }
    .footer__tel span {
      font-size: 18px;
      line-height: 45px; }
  .footer__copyright, .footer__moguta {
    font-size: 12px;
    line-height: 20px; }
  
    
  .main-banners {
    margin-bottom: 120px; }
  .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: #fd3400;
    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:#ededed; }
    .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; 
        margin:0 auto;
    }
  .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: 340px; }
    .product-status .main-image .bx-viewport {
      height: 340px !important; }
    .product-status .main-image .main-product-slide li {
      width: 470px;
      height: 340px; }
    .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: #fd3400;
        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; } 

     .custom-table {
    width: 100%;
    margin-bottom: 20px;
    border: 1px solid #dddddd;
    border-collapse: collapse;
}
.custom-table td {
    border: 1px solid #dddddd;
    padding: 5px;
}
/**.table-head {
    background-color: #efefef;
}

td p {
    line-height: 0.1;
}    

.table-wrapper table td
    {
       padding: 5px;     
    }
.table-wrapper table td{
            border: 1px solid #dddddd;    
    }    
   **/ 
}
    .div-relative .row{
        align-items: center;
    }
.row{
    display: flex;
justify-content: space-around;
}
.div-relative{
    position: relative;
}
.col-xl-3{
    z-index:2;
    padding-top:20px;
}
.email a{
    color:#333333;
}
.header__bottom{
  width: 100%;
  background: transparent;
}
.header__language svg
{
  fill:#000;

}
.header__basket svg g,
.header__search svg g,
.header__compare svg g,
.header__login svg g,
.header .mg-desktop-cart .countsht{
  stroke: #333333;
  color:#333333;
}
body {
  font-family: 'Museo Sans Cyrl 500 normal';
}
.img-request{
  margin:0 auto;

}
/*
@media screen and (min-width: 1200px) {
  .img-request {
    background: url('../images/bg2.png') no-repeat;
    background-size: cover;
    background-position: top center;
    height: 439px;
    width: 1333px;
  }
}
@media screen and (max-width: 1200px) {
  .img-request {
    background-color: #db1419;
    height: 239px;
    width: 100%;
  }

}
*/
@media (min-width: 1200px) {
  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  

}
.begin-block{
  position: relative;

}
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  justify-content: space-between;
}
.list-prokat {
  font-family: 'Museo Sans Cyrl 900 bold';
  text-transform: uppercase;
  font-size: 22px;
  padding-top: 100px;
  position: relative;
  color: #fff;
  margin-left: -30px;
}
.list-prokat2 {
  font-family: 'Museo Sans Cyrl 900 bold';
  text-transform: uppercase;
  font-size: 40px;
  padding-top: 70px;
  position: relative;
  color: #fff;
  margin-top: 20px;
}
.list-prokat3 {
  font-family: 'Museo Sans Cyrl 900 bold';
  text-transform: uppercase;
  font-size: 22px;
  padding-top: 100px;
}
@media screen and (max-width: 480px) {
  .list-prokat3 {
    font-family: 'Museo Sans Cyrl 900 bold';
    text-transform: uppercase;
    font-size: 22px;
    padding-top: 50px;
  }
}
.red-boxRight {
  background-size: cover;
  background-position: top center;
  width: 350px;
  height: 240px;
  background: #fd3400;
  position: absolute;
  right: -285px;
  top: 252px;
}
@media screen and (max-width: 1300px) {
  .red-boxRight {
    display: none;
  }
}
.red-boxLeft {
  background-size: cover;
  background-position: top center;
  width: 300px;
  height: 366px;
  background: #fd3400;
  position: absolute;
  left: 0;
  top: 15px;
}
.red-boxLeft2 {
  background-size: cover;
  background-position: top center;
  width: 410px;
  height: 366px;
  background: #fd3400;
  position: absolute;
  left: -286px;
  top: 15px;
}
@media screen and (max-width: 1200px) {
  .red-boxLeft2 {
    display: none;
  }
  .btn-block {
    display: inline !important;
    width: 50%;
  }
}
.text-dost {
  color: #fffb00;
  text-transform: uppercase;
  font-size: 20px;
}

#bg4{
  background-image: url("/mg-templates/p11-impressive/images/bg4.png");
  background-size: cover;
  background-position: top center;
  height: 694px;
}

.red-block{
  background-color: #fd3400;
  color:#fff;
  padding:0 15px 20px;
  width:50%;
  margin-top: 40px;
}
.title-red{

  padding-left: 30px;
  font-size: 36px;
  text-transform: uppercase;
  font-family: 'Museo Sans Cyrl 700 normal';


}
.text-red{
  font-family: 'Museo Sans Cyrl 300 normal';
  font-size: 20px;
  position: relative;
  color: white;
  z-index: 2;
  padding-left: 30px;
}
.white-text-top{
  background-color: #fff;
  width: 50%;
  align-self: flex-end;
  padding:0 15px 20px;
  font-size:16px;
}
.flex-text{
  display: flex;
  flex-wrap: wrap;
}
.white-text-bottom{
  width: 70%;
  background-color: #fff;
  margin-left: 30%;
  margin-top: -16px;
  padding:20px 15px 20px;
  font-size: 16px;
}
.form{
  width:50%;
}

#forma .mg-form-designer{
  border:none;

}
#openModal .mg-title-form,
#forma .mg-title-form{
  display:none;
}
#openModal input[type=text],
#forma input[type=text]{
  border: 1px solid #cecece !important;
  background: #F6F6f6 !important;
  width: 60% !important;
  height: 3.5em !important;
  text-align: center;
}
#openModal .mg-title-field-form,
#forma .mg-title-field-form{
  display:none;
}
#form1{
  text-align: center;
}
#openModal .mg-form-designer .default-btn,
#forma .mg-form-designer .default-btn{
font-family: "Museo Sans Cyrl 500 normal";
  color: #fff;
  background: #fd3400 !important;
  border-color: #fd3400 !important;
  width: 200px !important;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  text-shadow: none;
}
#openModal .mg-form-designer .default-btn:hover{
     background: #fd3400 !important;
}

.form, .big-red-btn{
  text-align: center;
  width: 50%;
}
.big-red-btn
.btn-red
{
     cursor: default;
}
.btn-red
{
  background-color: #fd3400;
  color:#fff;
  border-radius: 5px;
}
.title-form{
  font-size: 24px;
  text-transform: uppercase;
  font-weight: bold;
}
.flex{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#bg5{
  background-image: url("/mg-templates/p11-impressive/images/bg5.webp");
  background-size: cover;
  background-position: top center;
  height: 395px;
}
.firstText{
  font-size: 36px;
  text-transform: uppercase;
  padding-top: 100px;
  color:#fff;
  margin-left: 200px;
}

.secondText{
  font-size: 22px;
  text-transform: uppercase;
  padding-top: 30px;
  color:#fff;
  margin-left: 430px;
}

.thirdText{
  margin-left: 630px;
  padding-top:30px
}

.thirdText .btn-red{
  width:300px;
}
/********************Модальник************/
.popup-fade {
  display: none;
}
.popup-fade:before {
  content: '';
  background: #000;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  z-index: 9999;
}
.popup {
  position: fixed;
  top: 20%;
  left: 55%;
  padding: 20px;
  width: 360px;
  margin-left: -200px;
  background: #fff;
 
  border-radius: 4px;
  z-index: 99999;
  opacity: 1;
  padding-top: 40px;
}
.popup-close {
  position: absolute;
  top: 10px;
  right: 10px;
  color:#000;
}
.popup-fade div {
  margin-bottom: 0;
  line-height: 1.5;
  font-size: 1.25rem;
  border-bottom: 1px solid #e9ecef;

}
.popup-fade .mg-title-form{
  display:none;

}
.popup-fade .mg-form-designer{
  border:none;
}
.popup-fade .form-plugin-submit{
 background: #fd3400;
    color: #fff;
    box-shadow: none;
    text-shadow: none;
    margin: 0 auto;
    text-transform: uppercase;
    font-family: 'Museo Sans Cyrl 700';
    font-size: 16px;
    padding: 15px 110px;
    margin-top: 20px;

}
.main-nav a{
  font-family: "Museo Sans Cyrl 700 normal";
  font-size: 16px;
  text-transform: none;
}
.num-tel a {
    font-family: "Museo Sans Cyrl 700";
    line-height: 25px;
    color: #ea3524;
}
.call-text1{
    margin-right:30px;
}
.call-text1 .btn-red{
  padding: 0px 20px;
  text-transform: none;
  height: auto;
  line-height: 40px;
  border-radius: 5px;
}
.call-text2 img, .email img {
  vertical-align: middle;
}
.header__language{
  padding: 0 5px;
}
.header__bottom{
  padding-right: 30px;
  margin-left: auto;
  padding-left: 15px;
}
.main-nav li{
  padding:5px 7px
}
.item-catalog{
  width:50%;
  padding:10px 15px;

}
.item-work{
  padding:10px 15px;
}

.catalog-flex h2{

  font-family: 'Museo Sans Cyrl 700 normal';
  text-transform: uppercase;
  font-size: 36px;
  padding:0 15px;
}
.item-catalog h4 a, .item-work h4 a{
  font-family: "Museo Sans Cyrl 700 normal";
  color: black;
  font-weight: 500;
  line-height: 1.2;
  font-size: 1.25rem;

}
.item-catalog h4 a:hover, .item-work h4 a:hover{
  text-decoration: underline;
}
.catalog-flex p{
  font-family: 'Museo Sans Cyrl 300 normal';
  text-transform: uppercase;
  font-size: 18px;
  padding:0 15px;
}
.item-catalog p, item-work p {
  font-family: 'Museo Sans Cyrl 300 normal';
  font-size: 14px;
  text-transform: none;
  padding:0;
}
.container{
  padding:0 15px;
}
.main-nav{
  padding:20px 0;
}
.product-wrapper .product-stickers .sticker-recommend{
  background: #fd3400;
}
.product-wrapper .product-stickers .sticker-new{
  background: #eac32b;
}
.main-nav li:hover a {
  color: tan;
}
.main-nav li.active a {
  color: #fd3400;
}
.bread-crumbs a::after{
  border: 1px solid #fd3400;
  border-bottom-color: rgb(0, 129, 138);
  border-left-color: rgb(0, 129, 138);
  top: 5px;
  right: 0;
  content: '';
  border-left-color: transparent;
  border-bottom-color: transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.filter-form .filter-btn{
  background-color: #fd3400;
  font-family: "Museo Sans Cyrl 700 normal";
}
.buy-block .buy-product{
  background-color: #fd3400;
}
.product-status .product-stickers .sticker-recommend {
  background-color: #fd3400;
}
.product-status .product-stickers .sticker-new {
  background-color: #eac32b;
}
.product-tabs .active a{
  color: #fd3400;
  border-bottom: 1px solid #fd3400;
}
.product-tabs-container .comments .sendComment{
  background-color: #fd3400;
}
.product-tabs-container .comments .sendComment{
  background-color: #fd3400;
}
.checkout-form form .checkout-btn{
  background-color: #fd3400;
}
.personal-tabs-list .ui-tabs-active a{
  color: #fd3400;
  border-bottom: 1px solid #fd3400;
}
.account-box__btn{
  background-color: #fd3400;
}
.bread-crumbs{
  background-color: #e9ecef;
  padding: .75rem 1rem;
  border-radius: .25rem;
}
.mg-pager{
    margin-bottom:20px;
}
.products-wrapper .mg-pager ul li.current a{
    background: #fd3400;
}
.footer{
    background-image: url('../images/footer-bg.png');
    background-size: cover;
    background-position: top center;
    margin-top: 20px;
}
    /*.footer .footer__tel .bold:before{
        content:"";
        background-image: url('../images/ic-call.png');
        width:26px;
        height: 26px;
        position: relative;
        display: inline-block;
        margin-right:15px;
    }*/
.footer__info p img{
    float:left;
}
.footer__info p img:nth-child(1){
    margin-right:20px;
}
.footer__info p a{
    color:#fff;
}
.footer__info p a:hover{
    color:#ff695b;
}
.politics{
    text-align:left;
    width:100%;
    line-height: 20px;
    padding-top: 20px;
}
.politics a {
    color:#fff;
    font-size: 12px;
}

@media (max-width: 970px) {
    .j-accordion-menu__title {
      padding-top:15px;
    }
    .product-wrapper {
        padding-left: 15px;
        padding-right: 15px;
        margin-bottom: 50px;
        border: 1px solid #d5d5d5;
        border-radius: 15px;
    }
    .products-wrapper.group{
        justify-content: center;
    }
    .product-wrapper .product-image__link {
    height: 200px;
   }
    
    #burgerDiv{
        display:block;
    }
  .bg1{
    background-image: none;
    width:0;
  }
  .center {
    text-align: center;
  }
  .col-xl-3{
    width:100%;
    padding-top: 0;
  }
  .email a{
    color:#000;
  }
  .call-text1 .btn-red{
    display: inline-block;
  }
  .header__language svg{
    color:#000;
    fill: #000;
  }
  .header__basket svg g, .header__search svg g, .header__compare svg g, .header__login svg g, .header .mg-desktop-cart .countsht {
    stroke: #000;
    color: #000;
  }
  .header__bottom {
    padding-right: 30px;
    margin-left: auto;
    padding-left: 15px;
    display: flex;
    justify-content: center;
  }
  .begin-block{display: none;
  }
  .item-catalog{
    width: 100% ;
  }
  .red-block {
    width: 100%;
  }
  .flex-text{
    margin-right:-15px;
    margin-left:-15px;
  }
  .white-text-top{
    width:100%;
  }
  .white-text-bottom{
    width: 100%;
    padding: 0 15px;
    margin:0 -15px;
  }
  #bg4{
    background-image: none;
    height: auto;
  }
  .form, .big-red-btn{
    width:100%;
  }
  .big-red-btn{
    display: none;
  }
  .firstText {
    font-size: 36px;
    text-transform: uppercase;
    padding-top: 100px;
    color: #fff;
    margin-left: 0;
    text-align: center;
  }
  .secondText {
    font-size: 22px;
    text-transform: uppercase;
    padding-top: 30px;
    color: #fff;
    margin-left: 0;
    text-align: center;
  }
  .thirdText .btn-red {
    width: 210px;
    display: block;
    margin: 0 auto;
    cursor: pointer;
  }
  .thirdText {
    margin-left: 0;
    padding-top: 30px;
    text-align: center;

  }
  .main-nav__list {
    margin: 0;
    padding: 30px 0 0;
  }
  .header__logo{
    width: 100%;
    padding-top:65px;
  }
  .header__logo img{
    marginp: 0 auto;
    filter: drop-shadow(8px 4px 13px #fff);
  }
  .logo-big{
    padding-top:0;
  }
  .footer__nav{
    display:block;
  }
  .footer__wrap--shop, .footer__wrap--catalog
  {
     
    padding: 10px 10%;
  }
  .footer__wrap--shop ul li a, .footer__wrap--catalog ul li a{
    color:#fff;
  }
  .footer__wrap--shop ul, .footer__wrap--catalog ul{
      padding:0;
  }
  .footer__title{
      color:#fff;
    
  }
  .footer__wrap--contacts{
  
    padding: 0 10%;
    color:#fff;
  }
  .footer .address{
      color:#fff;
  }
  .footer__time{
    display: none;
  }
  .footer__title, .footer__wrap--contacts .address{
    margin-bottom: 20px;
  }
  .footer__info{
   margin-top:20px;
    padding:0 10%;
  }
  .footer__info p {
    
  }
  .footer__info p img{
      float:none;
  }
  #burgerDiv{
    background-color: #dfdfdf;
    display: flex;
      position: fixed;
  z-index: 24;
  align-items: center;

  }
  .center-num{
        margin-left: 20px;
        margin-top: 10px;
  }
  .newyear {
    padding: 24px 0px;
    text-align: center;
    font-size: 18px;
    font-weight: 900;
    color: red;
    line-height: 26px;
    }
}
.mg-form-designer .mg-field, .form-designer-submit{
    text-align:center;
}
/*.header__language, */
.header__compare
/*.count-product-info*/{
    display:none;
}
.prop-name{
    font-weight: bold;
}
.product-details-block{
    padding-bottom:20px;
}
.prop-item{
    line-height: 35px;
}
#whyWe
{
    display:flex;
    flex-wrap: wrap;
    
}
#whyWe > div
{
    width:50%;
    padding:0 15px;
}
.back-print{
    background-image: url("../images/bg_orange.png");
    background-repeat: no-repeat;
    background-position: top left;
    background-size: cover;
    min-height: 594px;
}
#whyWe h4{
    text-align: right;
    font-size:2em;
}
.flex2{
    display:flex;
    flex-wrap:wrap;
}
.perfect{
   width:50%;
   text-align:center;
   margin:20px 0 30px;
   line-height: 25px;
   
}
.perfect span{
    font-weight: bold;
    display: block;
}
#whyWe .back-print{
    color:#fff;
    text-align: center;
    padding-top:155px;
    font-size:28px;
}
#whyWe .back-print span{
    font-size:200px;
    display:block;
    font-weight: bold;
}
.perfect img{
    margin-bottom: 10px;
}
.news-title h1{
    font-size:2em;
    padding: 20px 0px;
}
.mg-main-news-block .mg-news-title {
    clear: both;
    margin: 0 0 15px 0;
    font-size: 2em;
    font-weight: 600;
}
.flex-img{
    display:flex;
    align-items: center;
    justify-content: center;
}
.upper{
    display:block;
    max-width: 30%;
    transition: 1s ease;
    border: 1px solid #d9d9d9;
    padding: 10px;
    margin: 10px;
}

.overimg{
    position: relative;
    z-index:20;
    width:100%;
    height: 100%;
    padding:50px 15px;
    background: transparent;
}
.overflow{
    display:none;
    position:fixed;
    width:100%;
    height:100%;
    top: 0;
    left: 0;
    margin: 0 auto;
    text-align:center;
    justify-content: center;
    z-index:10;

}

.overimg img{

max-width: 100%;
display: block;
margin: 0 auto;
width: auto;
height: auto;
max-height: 100%;
}
.overBg{
    position:absolute;
    width:100%;
    height: 100%;
    background: #333;
    opacity: .3;
    z-index:1;
    top:0;
    left:0;

}
.partnersToWe h2 {
    text-align:center;
    font-size: 2em;
}

.catalog-link{
    display:flex;
    flex-wrap: wrap;
}
.catalog-link > div{
    max-width:33%;
    padding: 0 15px;
}
.card-title a{
    color:#333;
    font-size:1.25rem ;
}
@media(max-device-width: 768px){
    #whyWe > div{
        width:100%;
    }
    .catalog-link > div{
        max-width:100%;
    }
    #whyWe h4 {
      text-align: center;
      padding:0;
      margin:0 0 20px;
    }
    .news-body{
        flex-wrap: wrap;
    }
    .news-item{
        width:100%;
    }
    .num p, .num2 p{
        text-align:center;
    }
    .call-text1{
        margin:0;
    }
    .politics{text-align:left;}
    .footer__copyright{
        color:#Fff;
        text-align: left;
    }
}

@media (min-width: 768px) {
  
  .header__logo img{
      max-width:100%;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 100%;
  }
  .row .col-xl-3{
      width:25%;
  }
  .main-nav {
    width: 100%;
    position: static;
    display: block;
    visibility: visible;
    transition: all linear 0s;
    border-top: 1px solid rgb(218, 218, 218);;
  }
  .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: tan; }
    .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;
     justify-content: center;
      padding-right: 53px;*/
      display: flex;
      flex-wrap: wrap;
       }
    .main-nav a {
      font-weight: 500;
      margin-bottom: 0; }
    
  
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
  .header__logo img {
      max-width: 255px; 
}
}
h1, h2{
    border-bottom: 1px solid rgb(218, 218, 218);
    padding-bottom:10px;
}
.news-header {
     font-weight: bold;
    padding-bottom:0;
    text-align: center;
  font-size: 2em;
}
.mg-pager {
    position:relative;
}
.mg-pager:after {
    position: relative;
    content: " ";
    display: block;
    clear: both;
}
.mg-pager ul li{
    float:left;
    padding:10px ;
}
.mg-pager ul li a {
    color:#fd3400;
}
h2.red{
    border-bottom:none;
    color:#ff1515;
}
.red{
    padding:5px 0;
    color: #959595;
    font-style: italic;
}
.account-box__form .red{
    margin-bottom:25px;
}
.mg-main-news-block .rss {
    float: right;
    margin: 0 0 5px 0;
    color: #1391c7;
    font-size: 14px;
    display: none;
}
.mg-news-details .mg-news-full-desc {
    font-size: 16px;
    line-height: 1.5;
    background: #fff;
    max-width: 100%;
    margin: 0 auto;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    text-align: justify;
    color: rgba(0, 0, 0, 0.8);
    margin-bottom: 20px;
}
.feedback-form form{
    /*display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-content: center;
    justify-content: center;*/
}
#form2 input[type="text"]{
    width:100% !important;
}
.mg-booking-btn{
    cursor: pointer;
border: none;
text-decoration: none;
text-align: center;
color: #ffffff;
text-transform: uppercase;
border-radius: 3px;
background-color: #fd3400;
width: 100%;
height: 50px;
font-size: 14px;
line-height: 50px;
display: block;
margin-bottom: 20px;
margin-right: 0;
}
.wrapper-modal-mg-non-available .mg-action-buttons .close-mg-booking-button{
     cursor: pointer;
border: none;
color:#fff;
text-decoration: none;
text-align: center;
color: #ffffff;
text-transform: uppercase;
border-radius: 3px;
background-color: #8f8f8f;
width: 100%;
height: 50px;
font-size: 14px;
line-height: 50px;
display: block;
margin-bottom: 20px;
margin-right: 0;
}
.mg-error{
    background-color: #ff2424de;
    color: #fff;
    padding: 5px 30px;
    margin-top: 20px;
}
.red-star{
    color:#ff1515;
}
p.custom-text{
    width:100%;
}
.filter-preview{
background-color: #fd3400;
color:#fff;
border:none;
padding: 10px;
}
.mg-viewfilter-all, .refreshFilter, .mg-viewfilter, .filter-preview span a{
    color:#fff;
}
.filter-preview span {
    float: left;
    
}
.filter-preview span a{
padding: 5px 10px;
    background-color: #fff;
    color: #333;
    margin: 8px 0px;
}
.filter-preview span a{
    border-bottom:none;
}
.mg-filter-prop-select{
    border: 1px solid #00000040;
}
.fakeFilter>  ul > li, .fakeFilter> ul> li> a{
    line-height: 39px;
  font-weight: 400;
  color: #000000;
}
#openModal1 .mg-title-field-form{
    display:none;
}
.category_list{
    width:100%;
    display:flex;
    flex-wrap: wrap;
}
.category_item{
    width:50%;
    border: 1px solid rgb(218, 218, 218);
  padding: 15px 50px;
}
@media (max-width: 480px){
    .category_item{
    width:100%;
    }
}
.category_item span{
    display:inline-block;
    
    
}
.category_item span:after{
    content:" — ";
}
.category_item span:last-child::after{
    content:"";
}
.category_item span a
{
        color:#000;
        line-height: 22px;
        
}
.category_item span a:hover{
    color:#fd3400;
}
.category_item_title{
    width:auto;
    font-weight: bold;
    margin-bottom:20px;
}
.category_item span.category_item_title:after{
    content: "";
}

.category_item_img{
    float:right;
    max-width:150px;
    margin-left:20px;
    margin-right: 20px
}
.work-time{
    display: block;
    font-weight: bold;
    font-size:16px;
    line-height: 30px;
}
.work-time-text{
    font-size:16px;
    color:#5b5b5b;
}
.cat_h{
    font-size: 2em;
    border-bottom: 1px solid rgb(218, 218, 218);
    padding-bottom: 10px;
}
.main-img {
  display: block;
  max-width: 30%;
  transition: 1s ease;
  border: 1px solid #d9d9d9;
  padding: 10px;
  margin: 10px;
}
 .btn-center{
     text-align:center;
 }
 
 .custom-table {
    width: 100%;
    margin-bottom: 20px;
    border: 1px solid #dddddd;
    border-collapse: collapse;
}
.custom-table td {
    border: 1px solid #dddddd;
    padding: 5px;
}
.table-head td{
    background-color: #efefef;
}

td p {
    line-height: 0.1;
}
.flex404{
    display:flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
}
.text404{
    font-size: 150px;
    color:#ef7129;
    font-weight: bold;
    font-family: 'Museo Sans Cyrl 700';
}
.notFoundText h3{
    text-align:center;
    font-size:28px;
    font-weight: bold;
    font-family: 'Museo Sans Cyrl 700';
    margin-top:20px;
}
.notFoundText p{
    text-align: center;
    font-size:22px;
    margin-top:20px;
    font-family: 'Museo Sans Cyrl 700';
}
.red-btn, .grey-btn{
background-color: #fd3400;
  clip-path: polygon(8% 0, 91% 0, 82% 100%, 0% 100%);
  text-align: center;
  padding-right: 20px;
  padding-bottom: 10px;
  margin-bottom:20px;

}
.grey-btn{
    background-color: #979797;
}
.btn span{
    display: block;
    padding: 0 40px 0 20px;
}
.marginBtn{
    margin-bottom: 30px;
}
.bold a{
    color:#fff;
}


.table-wrapper .article-blog{
    
}


.table-wrapper .article-blog td p{
    line-height: 1;
}
.c-nav__menu ul li{
    list-style: none;
}
.mg-pager ul li{
    list-style: none;
}
.footer__nav ul li{
    list-style: none;
    padding: 5px 0px;
}
.slider-mobile{
    display:none;
    
}
.feedback{
    background-image: url('../images/feedback.jpg');
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    padding: 20px 0;
    display: none;
}
.service, .map-iframe{
    display:none;
}
.map-img{
    display:block;
}
.item-catalog-list{
    width:100%;
    display: flex;
    justify-content: space-between;
    padding: 10px 15px;
    border-bottom:1px solid #e5e5e5;
    align-items: center;
}
.item-catalog-list:hover .item-title a{
    color:#ea3524;
}
.item-title a
{
    color:#000;
    font-family: "Museo Sans Cyrl 700 normal";
}

.item-title{
    width:50%;
}
.item-in-skald 
{
    color: #9e9e9e;
    width:20%;
}
.item-incart .red-btn2{
    margin-bottom: 0;
    
}
.item-price{
    width:20%;
    color:#ea3524;
}
.item-incart a svg{
    max-width:30px;
    fill:#000;
   
}
.item-catalog-list:hover .item-incart a svg
{
    fill:#ea3524;

}
.item-incart{
    width:10%;
}
.hidder-element{
    font-size:0;
}
.item-catalog-list:hover{
    border-color: #fff;
  border-color: var(--stroke_black_hover);
  background-color: #fff;
  background-color: var(--card_bg_hover_black);
  box-shadow: 0 5px 20px rgba(0,0,0,.1);
  z-index: 1;
  border-bottom:none;
}


@media(max-width:768px){
    .mg-pager ul li{
        padding:0;
    }
    .products-wrapper .mg-pager ul{
        flex-wrap: wrap;
    }
    .item-catalog-list
    {
        flex-wrap: wrap;
    }
    .item-title
    {
        width:100%;
        font-weight: bold;
        color:#333;
    }
    .item-title a{
        color:#333;
    }
    .item-in-skald
    {
        width:30%;
    }
    .item-price{
        width:50%;
        color:#ea3524;
    }
    
    .item-incart{
        width:20%;
        text-align:right;
    }
    
    
    .service, .map-iframe{
        display:block;
    }
    .map-img{
        display:none;
    }
    
    .product-wrapper{
        min-width: auto;
        min-height:  auto;
        border-radius: 0;
        width:45%;
        
    }
    .owl-item .product-wrapper{
        min-width: auto;
        min-height:  auto;
        border-radius: 0;
        width:100%;
    }
    .m-p-products{
        margin-bottom:0;
    }
    .m-p-products .title a {
        font-size:2em; 
        font-weight: bold;
    }
    .feedback{
        display: block;
    }
    #bg5{
        display: none;
    }
    .slider-mobile{
        display:block;
        background-image: url("/mg-templates/p11-impressive/images/bg_mob.jpg");
        padding-bottom: 70px;
    }
    .slider-text-mobile {
        color:#fff;
    }
    .slider-text-mobile h1{
        font-size: 30px;
        padding:0 40px;
        border-bottom: none;
        margin-bottom: 30px;
    }
    .slider-text-mobile p {
        padding:0 40px;
        font-size:18px;
        font-weight: bold;
    }
    .slider-mobile .btn{
        text-transform: none;
    }
    .slider-mobile .btn-red{
        min-width:150px;
    }
    .btn-transparent{
        background-color: transparent;
        border:1px solid #fff;
        color:#fff;
        border-radius: 5px;
        min-width:150px;
    }
    .mobile-btn{
        display: flex;
    justify-content: space-evenly;
    margin-top:30px;
    }
    .category_list{
        margin-top:20px;
    }
    .category_list .category_item:nth-child(2){
        order: -1;
    }
     .category_list .category_item:nth-child(1){
        order: 3;
    }
     .category_list .category_item:nth-child(3){
        order: 2;
    }  .category_list .category_item:nth-child(4){
        order: 4;
    }
    .div-relative{
        display:none;
    }
    .back-print{
        display:none;
    }
    h1{
        font-size: 1.2em;
    }
    h1.page-title{
        display:block;
        padding: 0px 14px;
        font-weight: 900;
    }
    .slider-text-mobile h1{
        display:block;
    }
    .partnersToWe {
        display:none;
    }
    .products-holder__row{
        flex-direction: initial;
        align-items: baseline;
        margin-right: 0;
        margin-left: 0;
        justify-content: space-between;
    }
    .product-status-list{
        list-style:none;
    }
    .header{
        padding-top: 55px;
    }
    .bcu {
      display: block;
      margin-bottom: 1rem;
      margin-top: 15px;
    }
    .mg-main-news-block .mg-news-title {
      font-size: 1.2em;
    }
    .filter-block .filter-form {
    position: relative;
    padding-bottom: 0px;
    padding-top: 0px;
    }
}
#adres-contact{
    background-color: #efefef;
    padding: 30px;
    min-width: 550px;
    width: 50%;
}
.contact-flex{
    display: flex;
}
.shema-flex{
    padding-left: 20px;
    width: 50%;
}
.category_item .download_app{
    max-width:45%;

}
@media(max-width:768px){
    .category_item .download_app{
    max-width:100%;

}
    .adres-contact{
        min-width: 100%;
    }
    .contact-flex{
        display: flex;
        flex-direction: column;
    }
    .shema-flex {
      padding-left: 0px;
      padding-top: 20px;
      width: 100%;
    }
    #adres-contact {
      background-color: #efefef;
      padding: 30px;
      min-width: 100%;
      width: 100%;
    }
    .fakeFilter ul li{
        display:none;
    }
    
    .fakeFilter h3{
        cursor: pointer;
    }
    
    .fakeFilter h3:after {
        content: "";
        display: inline-block;
        float: right;
        background-image: url('https://www.gmzmetal.ru/mg-templates/p11-impressive/images/catalog/arrow.svg');
        background-repeat: no-repeat;
        width: 21px;
        height: 11px;
         transition: -webkit-transform linear 0.3s;
        transition: transform linear 0.3s;
        transition: transform linear 0.3s, -webkit-transform linear 0.3s;
    }
     .fakeFilter h3.downMark:after{
         -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;
     }
    
}
.service{
    background-color: #f7f7f7;
    padding:20px 0;
}
.service h3 {
    text-align:center;
}
.service h3 a{
    color:#000;
    text-align:center;
    font-size:36px;
}
.logo_text a{
    color:#000;
    font-size:24px;
    font-weight: bold;
}
.service-text p {
    font-size: 18px;
}
.service-price{
    font-size:24px;
    font-weight: bold;
}

.feedback h3{
    font-size:36px;
    color:#fff;
    padding: 0 20px;
}
.feedback-text{
    color:#fff;
    font-size:16px;
    display:block;
    padding: 0 20px;
}
.feedback .mg-form-designer
{
    border:none;
    padding:0 20px;
}
.feedback .mg-title-form, .feedback .mg-form-designer .mg-field label{
    display:none;
}
.feedback input[type=text]{
    border:1px solid #000;
    padding:5px;
    border-radius: 5px;
    height: 35px;
}
.feedback .form-designer-submit{
    text-align: left;
}
.feedback .form-plugin-submit{
    background-color: #e74900;
    padding:10px 25px;
    border-radius: 5px;
}
.feedback .form-plugin-submit:hover{
    background-color: #e74900;
}
.red-btn2{
    width: 100%;
  height: 40px;
  font-size: 16px;
  line-height: 40px;
  display: block;
  margin-bottom: 20px;
  margin-right: 0;
  background-color: #fd3400;
  color: #ffffff;
  border: 0;
  text-align: center;
}
#burgerDiv span img{
    width:30px;
    
}
#burgerDiv span:nth-child(2){
    margin-left: auto
}
#burgerDiv span:nth-child(3){
    margin-left: 10px;
}
/*---------gmzmetal27.02---------------*/


.product-price ul li{
    list-style: none;
}
.product-price ul li:marker{
    list-style: none;
}
.chd-submit-chd-request-price, .chd-request-price-btn{
    width: 100%;
    height: 50px;
    font-size: 12px;
    line-height: 50px;
    display: block;
    margin-bottom: 20px;
    margin-right: 0;
    background-color: #fd3400;
    color: #ffffff;
    text-transform: uppercase;
    border:0;
}
.chd-flex .content-modal-chd-request-price .product-wrapper{
    display: inline;
  flex-direction: none;
  min-width: auto;
  max-width: auto;
}
.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0;
    position: absolute;
}
.fancybox-button, .fancybox-infobar__body {
    background: none;
}
.fancybox-button::after, .fancybox-button::before{
   background-color: transparent;
}
fancybox-close-small:hover::after {
  color: transparent;
  background: transparent;
}
.col-xl-2 {
  z-index: 2;
  padding-top: 20px;
}
.fancybox-button::after {
  display: none;
}
.red-btn2{

  width: 100%;
  height: 40px;
  font-size: 16px;
  line-height: 40px;
  display: block;
  margin-bottom: 20px;
  margin-right: 0;
  background-color: #fd3400;
  color: #ffffff;
  border: 0;
  text-align: center;
}
.recommend .title a{
    text-align: center;
  font-size: 2em;
  border-bottom: 1px solid rgb(218, 218, 218);
  padding-bottom: 10px;
  font-weight: bold;
}
.count-product-info{
    list-style:none;
}
.chd-request-price-btn {
  width: 100%;
  height: 50px;
  font-size: 12px;
  line-height: 50px;
  display: block;
  margin-bottom: 20px;
  margin-right: 0;
  background-color: #fd3400;
  color: #ffffff;
  text-transform: uppercase;
  border: 0;
  text-align:center;
}
.form-list, 
.delivery-details-list, 
.personal-tabs-list,
.total-list{
    list-style: none;
}
.footer__info svg{

}
.fakeFilter ul, .fast-result-list{
    list-style: none;
   
}
.fast-result-list{
     display: flex;
    flex-wrap: wrap;
    max-width: 60%;
    margin: 0 auto;
    justify-content: center;
}
.fast-result-list li{
    margin:0 15px 20px;
}
.msk-visible{
    display:none;
}
.header__search:hover svg g#SVGRepo_iconCarrier path{
    stroke:#ea3524;
}
.header__basket:hover svg g#SVGRepo_iconCarrier g path{
    stroke:#ea3524;
    color:#ea3524;
    fill:#ea3524;
}
.moskau{
    font-family: 'Museo Sans Cyrl 700 normal';
    color: #000000;
}
.moskau a{
    font-family: 'Museo Sans Cyrl 700 normal';
    color: #000000;
}
.white a{
    color: #ffffff;
}
.footer__copyright a{
    color: #ffffff;
}

.phone-contact a[href^="mailto:"]{
    color: #ea3524; 
    font-weight: 900;
}
#adres-contact a[href^="mailto:"]{
    color: #ea3524; 
    font-weight: 900;
}
.phone-contact a[href^="tel:"]{
    color: #ea3524; 
    font-weight: 900;
}
#adres-contact a[href^="tel:"]{
    color: #ea3524; 
    font-weight: 900;
}
.download_app{
    text-align:center;
}
.download_app a{
    display:block;
    line-height: 40px;
    font-weight: 400;
    border: none;
    color: #ffffff;


    border-radius: 2px;
    background-color: #fd3400;
    margin-right: 20px;
    transition: background-color ease 0.3s;
  
}
.download_app a:hover{
    background-color: #404b69;
}

.footer__wrap .main-nav__list{
    display:block;
}
.info-modal-block lable{
    display:block;
    border-bottom:1px solid #000;
    padding-bottom:10px;
    font-weight: bold;
    font-size:16px;
}
.info-modal-block p{
    font-size:14px;
}
.info-modal-block a {
    text-decoration: underline;
}
.trigers{
    display:flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 30px 0px;
}
.triger-items {
   align-items: center;
    width:30%;
    display:flex;
}
.triger-icon{
    
    height: 100%;
}
.triger-icon svg{
    height:70px;
}
.triger-text{
    color:#7e7e7e;
}
.triger-text lable{
    color:#000;
    margin:0 0 5px;
    display:block;
}
@media (max-width: 480px){
    .triger-items {
    align-items: center;
    width:100%;
    display:flex;
    }

}
.info-modal-block p{
    line-height: 10px;
}
.info-modal-block a{
    color: #e94926;
}
.info-modal-block a:hover{
    text-decoration: none;
}
.owl-item .product-image img{
 transition: transform 0.3s ease-in-out;
}
.owl-item:hover .product-image {
    z-index:50;
}
.owl-item:hover .product-image img{
   transform: scale(1.2) translateY(-5px);
  
}

.product-contac-info{
    display:flex;
    background-color:#f2f2f2;
    align-items: center;
    margin-bottom:20px;
}

.product-contac-info .have-question{
    width:60%;
   padding-left:50px;
    
}
.product-contac-info .title{
    display:inline-block;
    font-size:30px;
    border-bottom:1px solid #000;
    padding: 0 100px 15px 0px;
    margin: 0 0 20px;
    text-align:left;
}
.product-contac-info .description{
    display:block;
    text-align:left;
    margin-top:10px;
    font-size:16px;
    line-height: 2;
}
.product-contac-info .red-back{
    background-image:url('../images/red-back.jpg');
    width: 40%;
    padding: 30px 60px;
    background-repeat: no-repeat;
    color:#fff;
}
.product-contac-info .social{
    padding-top: 10px;
}
.product-contac-info .social svg{
    max-width: 40px;
    color:#fff;
}
.product-contac-info .social a svg{
     color:#fff;
     fill:#fff

}
.product-contac-info .red-back span{
    display:block;
}
.product-contac-info .red-back .phone a{
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    line-height:2;
}
.product-contac-info .red-back .text{
    font-size:16px;
}

@media (max-width: 480px){
    .product-contac-info{
        flex-wrap:wrap;
    }
    .product-contac-info .have-question{
        width:100%;
        padding:20px 15px;
    }
    .product-contac-info .red-back{
        width:100%;
        padding: 20px 40px;
    }
    .info-modal-block p {
        line-height: 18px;
    }
    .product-contac-info .red-back .phone a {
    color: #fff;
    font-size: 24px;
    }
}
.contac-top{
    padding: 10px 0px;
}
.trigger_modal p {
    font-size: 14px;
}
.big-modal{
        width: 60%;
    top: 20%;
    left: 20%;
    margin: 0 auto;
    max-height: 60%;
    overflow:auto;
}

h3.center{
    text-align:center;
    font-size: 22px;
    padding: 20px 0px;
}

.catalog-contac-info{
    display:flex;
    background-color:#f2f2f2;
    align-items: center;
    margin-bottom:20px;
    margin-top: 55px;
}

.catalog-contac-info .have-question{
    width:50%;
   padding-left:50px;
   padding-top:20px;
   padding-bottom:20px;
    
}
.catalog-contac-info .title{
    display:inline-block;
    font-size:26px;
    border-bottom:1px solid #000;
    padding: 0 100px 15px 0px;
    margin: 0 0 20px;
    text-align:left;
}

.catalog-contac-info .description{
    display:block;
    text-align:left;
    margin-top:10px;
    font-size:16px;
    line-height: 2;
}
.catalog-contac-info .red-back{
    background-image:url('../images/red-back.jpg');
    width: 50%;
    padding: 40px 20px;
    background-repeat: no-repeat;
    color:#fff;
    display:flex;
    flex-wrap:wrap;
}
.catalog-contac-info .red-back div{
    width:50%;
}
.catalog-contac-info .social{
    padding-top: 10px;
}
.catalog-contac-info .social svg{
    max-width: 40px;
    color:#fff;
}
.catalog-contac-info .social a svg{
     color:#fff;
     fill:#fff

}
.catalog-contac-info .red-back span{
    display:block;
}
.catalog-contac-info .red-back .phone a{
    color: #fff;
    font-size: 17px;
    font-weight: bold;
    line-height:2;
}
.catalog-contac-info .red-back .text{
    font-size:14px;
}

@media (max-width: 480px){
    .catalog-contac-info{
        flex-wrap:wrap;
    }
    .catalog-contac-info .have-question{
        width:100%;
        padding:20px 15px;
    }
    .catalog-contac-info .red-back{
        width:100%;
        padding: 20px 40px;
    }
    .info-modal-block p {
        line-height: 18px;
    }
    .catalog-contac-info .red-back .phone a {
    color: #fff;
    font-size: 16px;
    }
}
.veryMatch{
 list-style: none;
 display:flex;
 flex-wrap:wrap;
 padding:0;
 margin:0;
}
.veryMatch li {
    padding: 15px 15px;
    border: 1px solid #d9d9d9;
    margin: 5px 10px;
    width: 260px;
    text-align: center;
}
.veryMatch li a{
    color:#000;
}
.tab-title {
    background-color: #f4f5f8;
    cursor: pointer;
    padding: 20px 0px 10px 30px;
    margin: 0 0px 10px 0;
    position: relative;
}
.tab-title:after {
    content: '+';
    border-radius: 40px;
    transition: transform 0.3s ease;
    padding: 7px 13px;
    background-color: #fff;
    float: right;
    font-size: 20px;
    position: absolute;
    top: 25%;
    right: 18px;
}
.active.tab-title:after{
    transform: rotate(180deg);
    content: '-';
    background-color: #ff7733;
    padding: 5px 12px;
    color: #fff;
}
.tab-description{
    display:none;
    
    margin-top: -16px;
    margin-bottom: 10px;
    padding: 30px 30px;
    border-top: none;
}
.grey{
    color: #b1b1b1;
}
@media (max-width: 480px){
    .tab-title:after {
          top: 42%;
    }
}
.main-nav a.filter-btn{
    padding: 15px 56px;
    margin: -9px;
    display: block;
    font-size:16px;
    font-weight: normal;
    line-height: 16px;
    border: none;
    color: #ffffff;
    border-radius: 2px;
    background-color: #fd3400;
    transition: background-color ease 0.3s;
}
.main-nav a.filter-btn:hover{
    background-color: #404b69;
    text-decoration: none;
}
.main-nav li:hover a.filter-btn{
    background-color: #404b69;
    border-bottom: none;
}
.main-nav li.btn-last:hover
{
    position:unset;
}
li.btn-last{
        padding-right: 40px;
}
.filter-btn {
    padding: 5px 10px;
    background: #F1F1F1;
    border: 1px solid #A0A0A0;
    border-radius: 3px;
}
.question-answer .rows{
    display: flex;
}
.question-answer .rows .col{
    width:50%;
    padding:10px 20px;
}
.question-answer .rows .col .tab-title:after{
    top:43%;
}
.question-answer h3{
    font-size:40px;
    margin:20px 0 40px;
    padding: 0 0 40px;
}
.question-answer .rightBlock
{
    font-size:25px;
}
.more-right{
    float:right;
}
.border{
    padding-top:20px;
    border-top:1px solid #8ea3d799;
}
.contactUs p{
    font-size:18px;
    padding:20px 0 0;
}
.contactUs .contac-top{
    font-size:16px;
}
.contactUs .contac-top a{
    color: #fd3400;
    padding-right: 10px;
}
.more-right a{
    color:#000;
}
@media (max-width: 480px){
    .question-answer .rows{
    flex-wrap: wrap;
    }
    .question-answer .rows .col{
    width:100%;
    padding:10px 20px;
    }
    .popup {
    position: fixed;
    top: 10%;
    width: 340px;
    left:58%;
    }
    .catalog-contac-info .red-back div {
    width: 100%;
    }
    li.btn-last {
    padding-right: 0px; 
    }
}
.agreement-container span{
    font-family: 'Museo Sans Cyrl 500 normal';
    font-size: 16px;
}
.mg-form-designer{
    padding: 10px 0 10px;
}
.mobile-slider{
    display:none;
}
@media (max-width: 480px){
    .mobile-slider{
    display:block;
    position:relative;
}

.mobile-slider .m-p-slider-wrapper {
        display: block;
        overflow: hidden;
        text-align: center !important;
    }
}
#openModal .is-checkbox-label, #forma .is-checkbox-label, .feedback .mg-form-designer .mg-field label.is-checkbox-label
{
    display:block;
}
.feedback .mg-form-designer .mg-field label.is-checkbox-label{
    color:#fff;
}

.feedback .agreement-container{
    color:#fff;
}
.section-mg-cookie-panel {
  background-color: #333;
  position: fixed;
  z-index: 102;
  line-height: 18px;
  left: 20px;
}

.section-mg-cookie-panel{
    background-color: rgba(235, 235, 235, 0.98);
  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;
}
.level-3{
    display: none;
}
.agreement-container a{
    color: #ff695b;
} 



.mascot-container {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin: 20px 0;
    flex-wrap: wrap; /* ключевой момент — перенос текста под картинку на маленьких экранах */
}

.mascot-container img {
    width: 235px;
    height: auto;
    flex-shrink: 0; /* чтобы картинка не сжималась */
}

.mascot-text {
    flex: 1 1 200px; /* текст занимает оставшееся место, на малых экранах уходит вниз */
    padding-top: 70px;
}

    /* Стили FAQ */
   .faq-item {
        margin-bottom: 15px;
    }

    /* Скрываем чекбокс */
    .faq-toggle {
        display: none;
    }

    /* Внешний вид вопроса */
    .faq-question {
        display: block;
        background-color: #f1f1f1;
        padding: 10px 15px;
        cursor: pointer;
        border-radius: 5px;
        transition: background 0.3s;
        font-weight: bold;
    }

    .faq-question:hover {
        background-color: #e2e2e2;
    }

    /* Скрытый ответ */
    .faq-answer {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.4s ease, padding 0.4s ease;
        padding-left: 15px;
        border-left: 3px solid #0073e6;
        margin-top: 5px;
        background-color: #f9f9f9;
        border-radius: 0 5px 5px 0;
    }

    /* Когда чекбокс отмечен — раскрываем ответ */
    .faq-toggle:checked + .faq-question + .faq-answer {
        max-height: 500px; /* достаточно большое значение для текста */
        padding: 10px 15px;
    }
    
    a.bold{
        font-weight: bold;
        color: #ea3524;
    }
    a.bold:hover{
        color: #ff695b;
    }
    
    
    .left-fix {
    position: fixed;
    left: 30px;
    bottom: 20px;
    z-index: 99999999;
}
    
    
   .pulse-button {
    position: relative;
    top: 50%;
    left: 50%;
    margin-left: -50px;
    margin-top: -50px;
    display: block;
    height: 33px;
    text-align: center;
    line-height: 33px;
    letter-spacing: -1px;
    color: white;
    border: none;
    background-color: #fd3400;
    cursor: pointer;
    -webkit-animation: pulse 1.5s infinite;
    font-size: 14px;
    padding: 0 10px;
    border-radius: 2px;
}

.pulse-button:hover {
  -webkit-animation: none;
  color: #fff;
  text-decoration: none;
}
.pulse-button:active {
  color: #fff;
  text-decoration: none;
}

@-webkit-keyframes pulse {
  0% {
    transform: scale(0.9);
  }
  70% {
        transform: scale(1);
        box-shadow: 0 0 0 50px rgba(90, 153, 212, 0);
  }
    100% {
        transform: scale(0.9);
        box-shadow: 0 0 0 0 rgba(90, 153, 212, 0);
  }
}
@media (max-width: 480px){
   .pulse-button {
margin-left: -70px;
    margin-top: -70px;
  }}

/* ─── CHECKOUT BTN FIX ───────────────────────────────────────────
   MG::addAgreementCheckbox клонирует кнопку .checkout-btn и при
   отметке чекбокса показывает активный клон (убирает display:none).
   Стиль ниже обеспечивает корректный вид кнопки в любом контексте,
   не только внутри .checkout-form.
   ─────────────────────────────────────────────────────────────── */
.checkout-btn {
  display: inline-block;
  width: auto;
  min-width: 180px;
  height: 40px;
  padding: 0 20px;
  font-size: 12px;
  line-height: 40px;
  font-weight: 700;
  border: none;
  border-radius: 2px;
  text-transform: uppercase;
  letter-spacing: 1px;
  background-color: #fd3400;
  color: #ffffff;
  margin-bottom: 10px;
  cursor: pointer;
  transition: background-color ease 0.3s;
}

.checkout-btn:hover {
  background-color: #404b69;
  transition: background-color ease 0.3s;
  color: #ffffff;
  text-decoration: none;
}

/* Скрытая копия (активная) — сбрасываем display:none когда JS её показывает */
/* Серая disabled версия */
.checkout-btn.disabled-btn,
.checkout-btn[disabled] {
  background-color: #918b90;
  cursor: not-allowed;
}


.header__basket .st0{
    fill:#000;
}
.cat-desc-text a{
        color: #ea3524;
}
.mr40h__note { 
    background: #fff5f2; 
    border-left: 3px solid #f04e23; 
    padding: 12px 16px; 
    margin: 16px 0; 
}


.st40h{color:#2c2c2c;line-height:1.65;font-size:15px}
.st40h h2{font-size:24px;font-weight:600;margin:34px 0 16px;padding-bottom:10px;border-bottom:2px solid #f04e23;color:#1a1a1a}
.st40h h3{font-size:19px;font-weight:600;margin:30px 0 12px;color:#1a1a1a}
.st40h p{margin:0 0 14px}
.st40h ul{margin:0 0 18px;padding-left:0;list-style:none}
.st40h ul li{position:relative;padding-left:22px;margin-bottom:8px}
.st40h ul li:before{content:"";position:absolute;left:0;top:9px;width:7px;height:7px;background:#f04e23;border-radius:50%}
.st40h table,
.table-wrapper table{width:100%;border-collapse:collapse;font-size:14px;min-width:480px}
.st40h th,
.table-wrapper th{background:#2c3e50;color:#fff;padding:12px 14px;text-align:left;font-weight:600;font-size:13px}
.st40h td,
.table-wrapper td{padding:12px 14px;border-bottom:1px solid #e8e8e8}
.st40h tbody tr:nth-child(odd),
.table-wrapper tbody tr:nth-child(odd){background:#fafbfc}
.st40h td:first-child,
.table-wrapper td:first-child{font-weight:600;color:#1a1a1a}
.st40h__note{background:#fff8e6;border-left:4px solid #e0a800;padding:14px 18px;margin:18px 0;border-radius:0 5px 5px 0}
.st40h__note b{color:#8a6400}
.st40h__cta{background:#f7f8fa;border:1px solid #e4e7eb;border-radius:6px;padding:18px 22px;margin:24px 0}
.st40h__cta a{color:#f04e23;font-weight:600;text-decoration:none}
.st40h__cta a:hover{text-decoration:underline}
.st40h__th{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:10px;margin:16px 0 20px}
.st40h__th a{display:block;padding:12px 14px;background:#fff;border:1px solid #dcdfe3;border-radius:5px;color:#2c2c2c;text-decoration:none;font-weight:500;text-align:center;transition:.15s}
.st40h__th a:hover{background:#f04e23;border-color:#f04e23;color:#fff}
.st40h figure{margin:22px 0}
.st40h figure img{height:auto;border-radius:6px;border:1px solid #e4e7eb;display:block}
.st40h figcaption{font-size:13px;color:#777;margin-top:8px;font-style:italic}
.st40h__faq div{border-bottom:1px solid #e8e8e8;padding:16px 0}
.st40h__faq b{display:block;font-size:16px;color:#1a1a1a;margin-bottom:7px}
.st40h__links{background:#f7f8fa;border-radius:6px;padding:18px 22px;margin:24px 0}
.st40h__links a{color:#f04e23;font-weight:600;text-decoration:none}
.st40h__links a:hover{text-decoration:underline}
.cat-desc-text h2{
    border-bottom: 2px solid #f04e23;
}
@media(max-width:600px){.st40h h2{font-size:20px}.st40h h3{font-size:17px}
    .question-answer h3 {
    font-size: 25px;
    margin: 20px 0 0px;
    padding: 0 0 40px;
}
}