@charset "UTF-8";

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0-modified | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
html {
  display: flex;
  flex-direction: column;
  height: 100%;
}
body {
  overflow-x: hidden;
  flex-grow: 1;
}

/* make sure to set some focus styles for accessibility */
:focus {
  outline: 0;
}

*, *:before, *:after {
  outline: none!important;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  box-sizing: content-box;
}
input[type='submit'] {
  appearance: none;
}
input[type='search'] {
  appearance: none;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
  font-family: Proxima !important;
  font-style: normal !important;
  font-size: 14px !important;
}

input {
  font-family: Proxima !important;
  font-style: normal !important;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  /**display: inline;*/
  zoom: 1;
  max-width: 100%;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}

/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  /**margin-left: -7px;*/
  /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  /**vertical-align: middle;*/
  /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  /**overflow: visible;*/
  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  /**height: 13px;*/
  /* 3 */
  /**width: 13px;*/
  /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

@media (max-width: 1120px) {
  table {
    table-layout: fixed !important;
    width: 100%;
    min-width: auto !important;
  }

  table > tbody {
    display: block !important;
    width: 100% !important;
    overflow-x: auto !important;
  }
}

html,
button,
input,
select,
textarea {
  color: #222;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

img {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

@font-face {
  font-family: Proxima;
  src: url("../fonts/ProximaNova-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: Proxima;
  src: url("../fonts/ProximaNovaT-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: Proxima;
  src: url("../fonts/ProximaNova-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: Proxima;
  src: url("../fonts/ProximaNova-Semibold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: Proxima;
  src: url("../fonts/ProximaNova-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: Proxima;
  src: url("../fonts/ProximaNova-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}

.container {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

input, textarea, button {
  font-family: Proxima !important;
}
textarea {
  font-size: 14px;
}
/**/
counter-box {
  width: 108px;
  max-width: 100%;
  display: grid;
  border-radius: 2px;

  --wc-counter-button-width: 28px;
  --wc-counter-button-background: #F8F8F6;
  --wc-counter-button-color: #fcc607;
  --wc-counter-button-icon-width: 12px;
  --wc-counter-button-icon-height: 2px;
}
counter-box input {
  font-size: 12px;
  min-width: 1px;
  height: 33px;
  padding: 0 3px;
  border: none;
  border-radius: 2px;
  background: #F8F8F6;
  text-align: center;
  display: block;
}
counter-box input::-webkit-outer-spin-button, counter-box input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
/**/
.input-checkbox {
  display: flex;
  align-items: center;
  margin-top: 5px;
}
.input-checkbox a {
  padding-left: 8px;
  font-size: 9px;
  line-height: 120%;
  color: rgba(54, 54, 54, 0.8);
  padding-left: 5px;
  text-align: left !important;
}
.input-checkbox input[type="checkbox"] {
  width: 0;
  height: 0;
  position: absolute;
  visibility: hidden;
}
.input-checkbox input[type="checkbox"]+label {
  min-width: 12px;
  height: 12px;
  border: 1px solid rgba(54, 54, 54, 0.1);
  box-sizing: border-box;
  border-radius: 2px;
}
.input-checkbox input[type="checkbox"]:checked+label {
  background: url(../img/icon/cheked-icon.png) no-repeat;
  background-size: cover;
}
.input-checkbox span {
  padding-left: 8px;
}
.input-checkbox span a {
  padding-left: 0;
  text-decoration: underline;
  font-size: 12px;
  font-weight: 500;
}

.calc-radio input[type="radio"] {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
}
.calc-radio input[type="radio"]+label {
  margin: 0 10px 10px 0;
  padding: 0 12px;
  background: none;
  border-radius: 2px;
  border: 1px solid #cccdcd;
  display: inline-block;
  vertical-align: top;
  height: 32px;
  line-height: 32px;
  font-size: 13px;
}
.calc-radio input[type="radio"]:checked+label {
  background: url(../img/icon/cheked-icon.png) no-repeat;
  background-size: cover;
}
.calc-radio label {
  cursor: pointer;
  min-width: 70px;
  max-height: 33px;
  text-align: center;
  padding: 7px 13px;
  border: 1px solid #FCC607;
  border-radius: 2px;
  line-height: normal;
  margin-left: 8px;
  margin-right: 8px;
}
.calc-radio label.active {
  background-color: #fcc607;
}
.calc-radio label.no-stock {
  color: #A6A6A6;
  position: relative;
  border: 1px solid #A6A6A6;
  pointer-events: none;
}
.calc-radio label.no-stock::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  height: 1px;
  background-color: #A6A6A6;
}
.calc-radio label.disabled {
  color: #A6A6A6;
  position: relative;
  border: 1px solid #A6A6A6;
  pointer-events: none;
}
.calc-radio label.disabled::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  height: 1px;
  background-color: #A6A6A6;
}

.slider-arrow {
  display: flex;
  position: absolute;
  right: 0;
  top: -5px;
}
.slider-arrow__prev {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  border-radius: 2px;
  border: 1px solid #e6e6e6;
  background-color: #fcc607;
}
.slider-arrow__prev.slick-disabled {
  background-color: #fff;
}
.slider-arrow__prev:hover {
  background-color: #fcc607;
}
.slider-arrow__next {
  cursor: pointer;
  margin-left: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  border-radius: 2px;
  border: 1px solid #e6e6e6;
  background-color: #fcc607;
}

.slider-arrow__next.slick-disabled {
  background-color: #fff;
}

.slider-arrow__next:hover {
  background-color: #fcc607;
}

.title-section {
  font-size: 24px;
  font-weight: 600;
}

.btn-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 220px;
  height: 48px;
  border-radius: 2px;
  border: 1px solid #fcc607;
  font-size: 16px;
  font-weight: 600;
}

.btn-link:hover {
  background-color: #fcc607;
  transition: all ease .3s;
}

.qeustion-btn {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 226px;
  height: 48px;
  background-color: #fcc607;
  border-radius: 2px;
  font-size: 14px;
  font-weight: 600;
}

.qeustion-btn::before {
  content: '';
  display: block;
  margin-right: 10px;
  width: 24px;
  height: 24px;
  background: url(../img/icon/message-yellow-icon.png) no-repeat;
}

.qeustion-btn:hover {
  background-color: transparent;
  border: 2px solid #fcc607;
}

.qeustion-btn:hover::before {
  background: url(../img/icon/message-white-icon.png) no-repeat;
}

.navi {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.navi a {
  padding-left: 20px;
  color: #2372e8;
}

.navi li {
  margin-bottom: 20px;
}

.wrap-input__range {
  margin-top: 15px;
  display: flex;
  align-items: center;
}

.wrap-input__range .range-input {
  width: 69px;
  height: 24px;
  font-weight: 600;
  font-size: 12px;
  background: #F8F8F6;
  border-radius: 2px;
  border: none;
  padding-left: 8px;
}

.wrap-input__range label {
  margin-right: 8px;
  font-size: 12px;
}

.wrap-input__range label:nth-child(3) {
  margin-left: 20px;
}

.ui-slider-range.ui-corner-all.ui-widget-header {
  height: 12px;
  background-color: #ff733f;
}

.irs-max {
  display: none !important;
}

.ui-slider-handle.ui-corner-all.ui-state-default {
  width: 12px;
  height: 12px;
  border: 1px solid #F8F8F8;
  border-radius: 2px;
}

.ui-slider-range.ui-corner-all.ui-widget-header {
  height: 4px;
  background: #E6E6E6;
  border-radius: 2px;
}

.irs--flat .irs-bar {
  top: 10px;
  position: relative;
  background-color: #E6E6E6;
  height: 4px;
}

.irs--flat .irs-line {
  top: 15px;
  display: block !important;
  background: #F8F8F8;
  height: 4px !important;
}

.irs--flat .irs-handle>i:first-child {
  display: none;
}

.irs--flat .irs-min,
.irs--flat .irs-max {
  display: none;
}

.irs--flat .irs-from,
.irs--flat .irs-to,
.irs--flat .irs-single {
  display: none;
}

.irs--flat .irs-handle {
  top: 10px;
  width: 12px;
  height: 12px;
  background: #FCC607;
  border: 1px solid #F8F8F8;
  border-radius: 2px;
}

.slick-list.hidden {
  visibility: hidden;
}

.card-slider__arrow.hidden {
  visibility: hidden;
}

.file-upload {
  margin-top: 33px;
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 350px;
}

.file-upload span {
  cursor: pointer;
  display: flex;
  align-items: center;
  color: #2372e8;
  font-weight: 600;
  font-size: 12px;
  text-decoration: unset;
  white-space: nowrap;
}

.file-upload .input-file {
  height: 0;
  width: 0;
}

.file-upload .screpka-file {
  margin-right: 4px;
}

.input-file-reset {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  color: #2372e8;
  font-weight: 600;
  font-size: 12px;
  word-wrap: anywhere;
  width: 184px;
  text-align: right;
}

.input-file-reset::after {
  content: '';
  cursor: pointer;
  display: block;
  margin-left: 5px;
  width: 16px;
  height: 16px;
  background: url(../img/icon/close-file.png) no-repeat;
}

#label-file {
  display: flex;
  align-items: center;
}

.input-file-reset {
  display: none;
}

.no-valid {
  border: 1px solid red !important;
}

@media (max-width: 1120px) {
  .container {
    width: 96%;
  }
}

@media (max-width: 560px) {
  .navi {
    padding-right: 20px;
    left: 5%;
    top: 5%;
    transform: translateX(0);
    transform: translateY(0);
  }

  .navi li {
    line-height: 22px;
  }
}

.header {
  /* position: fixed; */
  z-index: 111;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #f8f8f6;
  height: 56px;
}

.header-wrap {
  position: relative;
  display: flex;
  align-items: center;
  height: 56px;
}

.header-contact {
  position: relative;
  margin-left: 15px;
  display: flex;
}

.header-contact__list {
  margin-left: 15px;
}

.header-list__action {
  cursor: pointer;
}

.header-list__form {
  display: none;
  padding: 15px;
  width: 210px;
  height: 229px;
  position: absolute;
  top: 40px;
  left: -15px;
  z-index: 22;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  flex-direction: column;
}

.header-list__form-title {
  font-weight: 700;
  font-size: 14px;
}

.header-list__form-close {
  display: none;
  position: relative;
  top: 3px;
  left: 3px;
  padding: 2px 4px;
}

#email-popup.active .header-list__form-close {
  display: block;
}

#email-popup.active .header-list__action {
  display: none;
}

.header-list__form-btn {
  margin-top: 15px;
  height: 34px;
  background-color: #fcc607;
  color: #363636;
  letter-spacing: 0.03em;
  font-size: 12px;
  font-weight: 700;
  border: none;
  box-shadow: none;
}

.header-list__form-btn:disabled {
  pointer-events: none;
  opacity: .7;
}

.header-list__form form {
  margin-top: 15px;
}

.header-list__form form input {
  width: 100%;
  height: 34px;
  padding-left: 12px;
  border: 1px solid rgba(54, 54, 54, 0.1);
  box-sizing: border-box;
  border-radius: 2px;
  margin-bottom: 10px;
  font-size: 11px;
}

.header-list__form form input::placeholder {
  color: rgba(54, 54, 54, 0.8);
  font-weight: 600;
  font-size: 11px;
}

.header-action {
  padding-bottom: 8px;
  padding-top: 25px;
  background-color: #ffffff;
}

.header-action.active {
  position: relative;
  z-index: 22;
}

@media (max-width: 730px) {
  .header-action.active {
    z-index: unset;
  }
}

.header-action__wrap {
  display: flex;
  gap: 0 15px;
}

.header-search {
  display: flex;
  width: 305px;
  height: 50px;
  border-radius: 2px;
  background-color: #f8f8f6;
}

.header-search form {
  display: flex;
  align-items: center;
}

.header-search__input {
  width: 256px;
  padding-left: 15px;
  background-color: transparent;
  height: 50px;
  border: none;
  box-shadow: none;
  font-size: 16px;
}

.header-search__input::placeholder {
  color: #5b5b5b;
  font-size: 16px;
}

.header-search__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  box-shadow: none;
  border: none;
  width: 46px;
  height: 46px;
  border-radius: 2px;
  background: url(../img/icon/header-search-icon.png) no-repeat;
}

.header-cart {
  cursor: pointer;
  display: flex;
  align-items: center;
  padding-left: 25px;
  width: 165px;
  height: 50px;
  border-radius: 2px;
  border: 1px solid #fcc607;
}

.header-cart__icon {
  width: 20.62px;
  height: 22px;
  background: url(../img/icon/cart-icon.png) no-repeat;
}

.header-cart-block {
  margin-left: 10px;
}

.header-cart__count {
  font-size: 12px;
  text-align: left;
}

.header-cart__price {
  color: #2372e8;
  font-size: 13px;
  font-weight: 700;
}

.phone-mob {
  position: relative;
  font-size: 0;
  line-height: 0;
  width: 24px;
  height: 24px;
  display: none !important;
}
.phone-mob:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/icon/phone-icon.png") 0 0 no-repeat;
}

#phone-modal-wrap {
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 16px;
  text-decoration: underline;
}

#phone-modal-wrap a {
  white-space: nowrap;
}

#phone-modal-wrap img {
  cursor: pointer;
  margin-right: 8px;
}

.mail-icon {
  position: relative;
  top: 3px;
  left: 3px;
}

.header-nav {
  max-width: 580px;
  width: 100%;
  margin-left: 30px;
}

.menu {
  max-width: 580px;
  width: 100%;
  margin-left: 30px;
  display: flex;
  justify-content: space-between;
  font-family: Proxima;
  font-size: 12px;
  font-weight: 600;
}

.menu-item {
  height: 56px;
  display: flex;
  align-items: center;
  position: relative;
}

.menu-item a {
  color: #363636;
}

.menu-item a:hover {
  color: #fcc607;
}

.menu-item__arrow {
  margin-left: 10px;
  display: block;
  width: 10px;
  height: 6px;
  background: url(../img/icon/menu-arrow-icon.png) no-repeat;
  transition: all ease .2s;
}

.menu-item:last-child {
  color: #2372e8;
}

.menu-item:last-child:hover {
  color: #fcc607;
}

.choise-city {
  position: relative;
  padding-left: 10px;
  margin-left: 20px;
  width: 145px;
  height: 100%;
  background-color: #f0f0f0;
}

.choise-city .menu-item__arrow {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  transition: all .3s;
}

.choise-city.active .menu-item__arrow {
  transform: rotate(180deg);
  transition: all .3s;
}

.choise-city.active .options-header {
  display: flex !important;
}

.choise-city.active .options-header li.active {
  color: #363636;
}

.select-header {
  position: relative;
}

.options-header {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  width: 295px;
  height: 416px;
  padding-top: 20px;
  padding-left: 25px;
  position: absolute;
  top: 57px;
  left: -10px;
  z-index: 22;
  display: none;
  font-size: 14px;
  font-weight: 600;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}

.options-header li {
  cursor: pointer;
  text-decoration: underline;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 15px;
  line-height: normal;
  color: #2372E8;
}

.options-header li:hover {
  color: #fcc607;
}

.s-hidden {
  visibility: hidden;
  font-size: 0;
  padding-top: 16px;
}

.styledSelect-header {
  padding-right: 25px;
  box-sizing: border-box;
  position: relative;
  top: 0;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  z-index: 1;
}

.catalog-btn {
  cursor: pointer;
  padding-left: 25px;
  display: flex;
  align-items: center;
  width: 160px;
  height: 50px;
  border-radius: 2px;
  background-color: #fcc607;
  font-size: 16px;
  font-weight: 600;
}

.catalog-btn::before {
  content: '';
  margin-right: 15px;
  display: block;
  width: 24px;
  height: 16px;
  background: url(../img/icon/burger-icon.png) no-repeat;
}

.catalog-btn.active:before {
  background: url(../img/icon/close-burger.png) no-repeat;
  background-size: contain;
}

.header-link {
  display: flex;
  align-items: center;
  padding-left: 15px;
  width: 210px;
  height: 50px;
  border-radius: 2px;
  border: 1px solid #fcc607;
  font-size: 16px;
  font-weight: 600;
  color: #363636;
}

.header-link::before {
  content: '';
  display: block;
  margin-right: 8px;
  width: 24px;
  height: 24px;
}

.calc-zabor::before {
  background: url(../img/icon/zabor-icon.png) no-repeat;
}

.calc-zabor:hover {
  background-color: #fcc607;
}

.calc-zabor:hover::before {
  background: url(../img/icon/zabor-icon-black.png) no-repeat;
}

.calc-crovl::before {
  background: url(../img/icon/crovlya-icon.png) no-repeat;
}

.calc-crovl:hover {
  background-color: #fcc607;
}

.calc-crovl:hover::before {
  background: url(../img/icon/crovlya-icon-black.png) no-repeat;
}

.burger-mob {
  cursor: pointer;
  display: none;
  min-width: 20px;
  height: 20px;
  background: url(../img/icon/burger-mob.png) no-repeat;
  transition: all ease .2s;
}

.burger-mob.active {
  transition: all ease .2s;
  background: url(../img/icon/close-burger-mob.png) no-repeat;
}

@media (min-width: 1121px) {
  .menu-item__sub {
    display: none;
    width: 222px;
    padding: 20px;
    position: absolute;
    left: 0;
    z-index: 22;
    top: 56px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    background-color: #fff;
  }

  .menu-item__sub li {
    margin-bottom: 20px;
    line-height: 20px;
  }

  .menu-item__sub li:last-child {
    margin-bottom: 0;
  }

  .menu-item:hover .menu-item__sub {
    display: block;
  }
}

@media (max-width: 1120px) {
  .burger-mob {
    display: block;
  }

  .logo {
    margin-left: 20px;
  }

  .menu {
    display: none;
    padding: 25px;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
    position: absolute;
    left: -50px;
    top: 56px;
    flex-direction: column;
    width: 242px;
    height: auto;
    background: #FFFFFF;
    box-shadow: 0px 11px 20px rgba(0, 0, 0, 0.1);
    border-radius: 1px;
    font-size: 16px;
    z-index: 22;
  }

  .menu-item {
    margin-bottom: 25px;
    height: auto;
    display: block;
  }

  .menu-item a {
    padding-left: 20px;
    outline: none;
  }

  .menu-item.active .menu-item__arrow {
    transform: rotate(180deg);
    transition: all ease .2s;
  }

  .menu-item__sub {
    padding-top: 15px;
    padding-bottom: 1px;
    margin-top: 20px;
    display: none;
    position: relative;
    width: 100%;
    background-color: #F8F8F6;
  }

  .menu-item__sub li {
    margin-left: 20px;
    margin-bottom: 20px;
    line-height: normal;
  }

  .menu-item__sub li a {
    padding-left: 0;
  }

  .menu-item__arrow {
    position: absolute;
    right: 20px;
    top: 5px;
  }

  .choise-city {
    position: absolute;
    right: -6px;
    order: 4;
    width: 190px;
  }

  .header-contact {
    justify-content: flex-end;
    width: 100%;
    margin-right: 220px;
  }

  .header-contact__list {
    margin-left: 30px;
  }

  .header-list__form {
    left: unset;
    right: 0;
  }

  .header-action {
    margin-top: 15px;
  }

  .header-action__wrap {
    flex-wrap: wrap;
  }

  .header-search {
    order: 1;
    margin-left: 0;
    max-width: 555px;
    width: 100%;
    margin-bottom: 15px;
  }

  .header-search form {
    width: 100%;
  }

  .header-search__btn {
    min-width: 46px;
  }

  .header-cart {
    width: 160px;
  }

  .header-search {
    margin-top: 20px;
    width: 100%;
    max-width: unset;
  }

  .header-search__input {
    max-width: unset;
    width: 100%;
  }

  .header-link {
    max-width: 270px;
    width: 100%;
  }

  .options-header {
    left: -105px;
  }

  .phone-mob {
    display: block;
  }
}

@media (max-width: 992px) {
  .header-search {
    margin-top: 0;
    width: calc(100% - 360px);
    max-width: 555px;
  }

  .header-search__input {
    max-width: 555px;
    width: 100%;
  }

  .header-cart {
    order: 2;
  }

  .catalog-btn {
    order: 3;
    /* margin-left: 15px; */
  }

  .calc-zabor {
    order: 4;
  }

  .calc-crovl {
    order: 5;
  }
}

@media (max-width: 730px) {
  .header-contact {
    position: absolute;
    right: 95px;
    margin-left: 0;
    width: 24px;
    margin-right: 0;
  }

  .header-action .compare {
    right: 60px;
  }

  .header-contact a {
    font-size: 0;
    letter-spacing: 0;
  }

  .menu {
    width: 106%;
    max-width: 730px;
    margin-left: 0;
    left: -8px;
    padding-left: 10px;
    padding-right: 0;
    height: 93vh;
    overflow-y: scroll !important;
    padding-top: 40px;
  }

  .menu-item {
    margin-bottom: 20px;
    position: relative;
  }

  .menu-item a {
    padding-left: 0;
  }

  .menu-item__sub {
    position: relative;
  }

  .menu-item__arrow {
    position: absolute;
    right: 20px;
    transform: rotate(-90deg);
  }

  .choise-city {
    width: 102%;
    position: relative;
    left: -10px;
    right: unset;
    margin-left: 0;
    background-color: #F8F8F6;
    padding-left: 10px;
    height: 40px;
    margin-bottom: 100px;
  }

  .choise-city.active {
    margin-bottom: 0;
  }

  .choise-city .menu-item__arrow {
    position: absolute;
    right: 20px;
    top: 15px;
    transform: rotate(-90deg);
  }

  .styledSelect-header {
    font-size: 16px;
    position: relative;
    /*top: 14px;*/
  }

  .options-header {
    width: 103%;
    top: -750px;
    left: -12px;
    height: 800px;
    z-index: 22;
  }

  .options-header::after {
    content: '';
    display: block;
    position: absolute;
    right: 20px;
    top: 20px;
    width: 20px;
    height: 20px;
    background: url(../img/icon/close-burger-mob.png) no-repeat;
  }

  .options-header li {
    font-size: 15px;
  }

  .header-action {
    margin-top: 0;
    padding-top: 41px;
  }

  .header-search__input::placeholder {
    font-size: 16px;
  }

  .header-contact__list {
    display: none;
  }

  .header-link {
    position: relative;
    left: -8px;
    margin-left: 0;
    max-width: 730px;
    width: 102%;
    height: 48px;
    border: 0;
    background: rgba(252, 198, 7, 0.1);
  }

  .menu .calc-zabor {
    position: relative;
    margin-top: 10px;
    margin-bottom: 30px;
    padding-left: 15px;
  }

  .menu .calc-zabor::after {
    content: "";
    position: absolute;
    right: 20px;
    display: block;
    width: 12px;
    height: 6px;
    background: url(../img/icon/menu-arrow-icon.png) no-repeat;
    transform: rotate(-90deg);
    z-index: 11;
  }

  .menu .calc-crovl {
    position: relative;
    margin-top: 30px;
  }

  .menu .calc-crovl::after {
    content: "";
    position: absolute;
    right: 20px;
    display: block;
    width: 12px;
    height: 6px;
    background: url(../img/icon/menu-arrow-icon.png) no-repeat;
    transform: rotate(-90deg);
    z-index: 11;
  }

  .calc-crovl::before {
    width: 20px;
    height: 20px;
    background-size: contain;
  }

  .calc-zabor::before {
    width: 20px;
    height: 20px;
    background-size: contain;
  }

  .header-cart {
    width: auto;
    position: absolute;
    right: 10px;
    top: 7px;
    padding-left: 0;
    margin-left: 0;
    border: none;
  }

  .header-cart__icon {
    width: 22.5px;
    height: 24px;
    background: url(../img/icon/cart-icon-mob.png) no-repeat;
  }

  .header-cart-block {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0;
    top: 7px;
    margin-left: 0;
    min-width: 14px;
    min-height: 14px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #2372E8;
  }

  .header-cart__price {
    display: none;
  }

  .header-cart__text {
    display: none;
  }

  .header-cart__icon {
    width: 30px;
    height: 30px;
  }

  .header-cart__icon img {
    width: 100%;
  }

  .header-cart__count {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 8px;
  }

  .header-contact a img {
    width: 24px;
    height: 24px;
  }

  #phone-modal-wrap {
    display: none;
  }

  .phone-mob {
    display: block !important;
  }

  .header-search {
    width: calc(100% - 200px);
  }
  .catalog-btn {
    width: 177px;
  }
}

@media (max-width: 480px) {
  .header-search {
    width: 100%;
  }
  .catalog-btn {
    margin-left: 0;
    width: 100%;
    text-align: center;
  }
  .header-link {
    left: 0;
  }
}

@media (max-width: 374px) {
  .menu {
    /* height: 580px; */
  }
}

.catalog {
  display: none;
  padding-top: 10px;
  width: 100%;
  height: 685px;
  background-color: #fff;
  border-top: 1px solid #E7E7E7;
  position: absolute;
  z-index: 22;
}

.catalog-item {
  padding-top: 15px;
  cursor: pointer;
  position: relative;
  max-width: 250px;
  width: 100%;
  height: auto;
  border-right: 1px solid #E7E7E7;
}

.catalog-item__title {
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 13px;
  line-height: 16px;
  height: 32px;
  margin-bottom: 12px;
}

.catalog-item__title.active {
  font-weight: 700;
  color: #363636;
  border-right: 2px solid #fcc607;
}

.catalog-item__title.active .catalog-menu {
  display: flex;
}

.catalog-items__item {
  max-height: 410px;
  margin-bottom: 30px;
  width: 255px;
  margin-left: 5px;
  margin-right: 5px;
  display: flex;
}

.catalog-menu {
  display: none;
  flex-direction: column;
  flex-wrap: wrap;
  width: 828px;
  height: calc(100vh - 168px);
  position: absolute;
  left: 280px;
  top: 5px;
  gap: 32px;
  overflow-y: auto;
}

.catalog__left-banner {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  background: #efefef;
  margin-top: 32px;
  padding: 16px;
  justify-content: flex-start;
  gap: 16px;
  margin-bottom: 16px;
  align-items: center;
}
.catalog__left-banner img {
  max-width: 80px;
}

.catalog__left-banner a {
  max-width: 80px;
}

.catalog__left-banner a img {
  max-width: 100%;
  width: 100%;
}

.catalog__left-banner-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
  width: 100%;
  text-align: center;
}


@media (min-width: 731px) {
  .catalog__left-banner {
    width: 250px;
    justify-content: space-between;
  }
  .catalog__left-banner img {
    max-width: calc(50% - 8px);
  }
  .catalog__left-banner a {
    max-width: calc(50% - 8px);
  }
  .active .catalog-menu {
    display: block!important;
    column-count: 3;
    margin-top: 16px;
    height: auto!important;
    width: calc(100vw - 330px)!important;
    left: 280px!important;
    cursor: default;
  }

  .catalog-menu__item {
    width: auto!important;
    max-width: none!important;
    margin-bottom: 48px;
    page-break-inside: avoid;
    break-inside: avoid;
  }

  .catalog-menu__item .catalog-menu__sub{
    page-break-inside: avoid;
    break-inside: avoid;
  }

  .catalog .container {
    overflow-y: auto!important;
    height: 100%!important;
  }
}

@media (min-width: 1120px) {
  .active .catalog-menu {
    width: 800px!important;
  }
}


.catalog-menu__close-container {
  display: none;
  padding-right: 20px;
  z-index: 1;
}
.catalog-menu__close {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  background: url(../img/icon/arrow-left-thin.png) no-repeat 0 center;
  background-size: cover;
}

@media (max-width: 730px) {
  .catalog-menu__close-container {
    display: flex;
    align-items: center;
  }
}

.catalog-menu__item {
  max-width: calc(33.333% - 32px);
  font-weight: 600;
  font-size: 12px;
  margin-right: auto;
}

.catalog-menu__item:first-child {
  /* display: none; */
  display: block;
}

.catalog-menu__sub {
  margin-top: 12px;
}

.catalog-menu__sub li {
  font-weight: 400;
  font-size: 11px;
  margin-bottom: 10px;
}

.catalog-menu__sub li:hover {
  color: #2372E8;
  text-decoration: underline;
}

.catalog-menu__sub li:last-child {
  margin-bottom: 0;
}

.catalog-wrap {
  margin-top: 25px;
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.catalog-wrap .card-item {
  margin-left: 15px;
  margin-right: 15px;
}

.catalog-description {
  margin-top: 50px;
  padding-top: 32px;
  background: #F8F8F6;
  padding-bottom: 32px;
  font-size: 16px;
  line-height: 28px;
}

.catalog .catalog-menu__sub li:first-child {
  display: block;
}

.catalog-mob {
  display: none;
}

.catalog-banner {
  margin-top: 19px;
  position: relative;
  z-index: 1;
  background: #F8F8F6;
  padding-top: 35px;
  padding-bottom: 0;
  margin-bottom: 27px;
}

.catalog-banner .container {
  overflow: hidden;
  position: relative;
}

.catalog-banner__title {
  padding-bottom: 150px;
}

.catalog-banner__title {
  margin-top: 35px;
  font-weight: 600;
  font-size: 32px;
}

.catalog-banner__title h1 {
  font-size: 36px;
  font-weight: 500;
}

.catalog-banner__title-sub {
  display: none;
  margin-top: 20px;
  max-width: 633px;
  width: 100%;
  font-size: 14px;
  line-height: 28px;
}

.catalog-banner__img {
  height: 250px;
  overflow: hidden;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 700px;
  z-index: -1;
}

.catalog-banner .breadcrumb {
  margin-top: 0 !important;
  padding-left: 0;
  padding-top: 0;
}

.breadcrumb .container {
  padding-left: 0;
  padding-right: 0;
}

.catalog-block {
  margin-top: 35px;
}

.catalog-block .container {
  display: flex;
  align-items: flex-start;
}

.catalog-block .catalog-wrap {
  width: 100%;
  margin-left: 20px;
}

.catalog-block .card-item {
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 70px;
}

.catalog-block .styledSelect-search {
  background-color: #ffffff;
  border-radius: 2px;
  font-weight: 600;
  font-size: 12px;
}

@media (max-width: 1400px) {
  .catalog {
    height: 585px;
    overflow-y: auto;
  }
}

@media (max-width: 1120px) {
  .catalog-wrap {
    margin-left: 0;
    margin-right: 0;
    justify-content: center;
  }
}

@media (max-width: 992px) {
  .catalog-menu li:first-child {
    display: none;
  }

  .catalog-item__title.active .catalog-menu {
    position: absolute;
    left: 230px;
    width: 500px;
    height: 120vh;
    flex-direction: column;
    padding-bottom: 200px;
  }

  .catalog {
    height: 1024px;
  }

  .catalog-main__img {
    right: -300px;
  }

  .catalog-main__title-sub {
    max-width: 430px;
  }

  .catalog-menu__item {
    max-width: 230px;
    width: 185px;
  }

  .catalog-block .catalog-wrap {
    margin-left: 0;
  }
}

@media (max-width: 730px) {
  .catalog-menu li:first-child {
    display: flex;
  }

  .catalog-item__title.active .catalog-menu {
    width: 100%;
    height: 120vh;
    position: fixed;
    overflow-y: scroll;
  }

  .catalog-item {
    height: auto;
    padding-top: 0;
    max-width: 730px;
    border: none;
  }

  .catalog-item.active .catalog-item__title::after {
    display: none;
  }

  .catalog-item__title {
    position: relative;
  }

  .catalog-item__title::after {
    content: "";
    position: absolute;
    right: 20px;
    display: none;
    width: 12px;
    height: 6px;
    background: url(../img/icon/menu-arrow-icon.png) no-repeat;
    transform: rotate(-90deg);
    z-index: 11;
  }

  .arrow-menu {
    position: absolute;
    right: 0;
    display: block;
    width: 40px;
    height: 100%;
    z-index: 11;
  }

  .arrow-menu__img {
    position: absolute;
    top: 50%;
    left: 50%;
    background: url(../img/icon/menu-arrow-icon.png) no-repeat;
    width: 16px;
    height: 6px;
    transform: translate(-50%, -50%) rotate(-90deg);
  }

  .arrow-menu.close {
    top: 0;
    z-index: -1;
    width: 20px;
    height: 20px;
    /*background: url(/local/templates/etalon_new/img/icon/close-burger-mob.png) no-repeat;*/
  }

  .arrow-menu.close .arrow-menu__img {
    display: none;
  }

  .catalog-menu__item .arrow-menu {
    display: none;
  }

  .catalog-item__title.active {
    border: none;
    font-weight: 600;
  }

  .catalog-item__title.active::after {
    display: none;
  }

  .catalog-item__title.active .catalog-menu {
    right: unset;
    left: 0;
    top: 60px;
    padding-left: 20px;
    background-color: #ffffff;
    z-index: 22;
    display: block;
    /* height: auto; */
    padding-top: 40px;
    padding-bottom: 40px;
    height: 94%;
  }

  .catalog-menu__item {
    width: 100%;
    margin-left: 0;
    font-size: 16px;
    margin-top: 30px;
  }

  .catalog-menu__item:last-child {
    padding-bottom: 40px;
  }

  .catalog-menu__item:first-child {
    display: flex;
    align-items: center;
    font-size: 15px;
    margin-bottom: 30px;
    margin-top: 0;
  }

  .catalog-menu__item:first-child::before {
    content: '';
    display: none;
    position: relative;
    top: 1px;
    margin-right: 20px;
    width: 12px;
    height: 6px;
    background: url(../img/icon/menu-arrow-icon.png) no-repeat;
    transform: rotate(90deg);
    top: -20px;
  }

  .catalog-menu__sub {
    margin-top: 20px;
  }

  .catalog-menu__sub li {
    font-size: 15px;
    margin-bottom: 20px;
  }

  .catalog-item__title {
    height: auto;
    font-size: 15px;
    margin-bottom: 20px;
    padding-right: 40px;
  }

  /*.catalog-btn {*/
  /*  display: none;*/
  /*}*/

  .catalog-block .card-item {
    margin-right: 0;
  }

  .catalog-items__item {
    width: 290px;
  }

  .card-block .catalog-items__item {
    width: 100%;
  }

  .card-block .card-item {
    width: 100%;
  }

  .catalog-block .styledSelect-search {
    padding-right: 15px;
  }
}

@media (max-width: 560px) {

  .catalog-mob {
    display: block;
  }

  .catalog-mob__list {
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #ffffff;
    padding-left: 25px;
    font-size: 18px;
    font-weight: 400;
    display: none;
    max-width: 350px;
    width: 100%;
    height: 100%;
    background: url(../img/icon/catalog-bg.png) no-repeat;
    background-size: cover;
  }

  .catalog-mob__list li {
    margin-bottom: 20px;
  }

  .catalog-mob__title {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    padding-left: 25px;
    margin-top: 15px;
    color: #fff;
    max-width: 350px;
    width: 100%;
    height: 54px;
    font-size: 18px;
    font-weight: 600;
    display: flex;
    align-items: center;
  }

  .catalog-mob__title.active:after {
    transform: rotate(-90deg);
    transition: all ease .3s;
    top: 45%;
  }

  .catalog-mob__title::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 25px;
    display: block;
    width: 8px;
    height: 14px;
    background: url(../img/icon/arrow-right.png) no-repeat;
    transition: all ease .3s;
  }

  .catalog-mob__title:nth-child(1) {
    background: url(../img/icon/category-bg-1.png) no-repeat;
  }

  .catalog-mob__title:nth-child(3) {
    background: url(../img/icon/category-bg-4.png) no-repeat;
  }

  .catalog-mob__title:nth-child(5) {
    background: url(../img/icon/category-bg-2.png) no-repeat;
  }

  .catalog-mob__title:nth-child(7) {
    background: url(../img/icon/category-bg-3.png) no-repeat;
  }

  .catalog-mob__title:nth-child(9) {
    background: url(../img/icon/category-bg-4.png) no-repeat;
  }

  .catalog-mob__title:nth-child(11) {
    background: url(../img/icon/category-bg-5.png) no-repeat;
  }

  .catalog-mob__title:nth-child(13) {
    background: url(../img/icon/category-bg-6.png) no-repeat;
  }

  .catalog-mob__title:nth-child(15) {
    background: url(../img/icon/category-bg-7.png) no-repeat;
  }

  .catalog-mob__title:nth-child(17) {
    background: url(../img/icon/category-bg-8.png) no-repeat;
  }

  .catalog-main__img {
    right: -500px;
  }

  .catalog-main__title-sub {
    max-width: 300px;
  }

  .catalog-description {
    font-size: 14px;
    line-height: 22px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .catalog-banner {
    margin-top: 0;
  }

  .catalog-menu__item {
    max-width: 100%;
  }
}

@media (max-width: 480px) {
  .card-block .card-item__btn {
    width: 100%;
  }
  .article-catalog .catalog-items__item {
    max-height: initial;
    margin-right: 0;
    margin-left: 0;
  }
  .article-catalog .catalog-wrap .card-item {
    margin-left: 0;
    margin-right: 0;
  }
  .article-catalog .card-block {
    padding-bottom: 0;
  }
}

@media(max-width:360px) {
  .catalog-item__title a {
    padding-right: 40px;
  }
}

.filter {
  min-width: 254px;
  background: #FFFFFF;
}

.filter-item {
  max-width: 250px;
  position: relative;
  cursor: pointer;
  padding: 25px;
  padding-bottom: 25px;
  border: 1px solid #F4F4F4;
  border-top: none;
}

.filter-item:nth-child(3) {
  border-top: 1px solid #F4F4F4;
}

.filter-item:nth-child(2) {
  border-top: 1px solid #F4F4F4;
}

.smartfilter {
  border-top: 1px solid #F4F4F4;
  width: 250px;
}

.filter-item__title {
  position: relative;
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 16px;
}

.filter-item__title::after {
  content: '';
  position: absolute;
  right: -15px;
  top: 35%;
  display: block;
  width: 10px;
  height: 6px;
  background: url(../img/icon/menu-arrow-icon.png) no-repeat;
  transform: rotate(-90deg);
  transition: all ease .3s;
}

.filter-item__title.active::after {
  transform: unset;
  transition: all ease .3s;
}

.filter-item__list {
  display: none;
}

.filter-item__wrap {
  margin-top: 15px;
}

.filter .count-result {
  margin-left: 15px;
  background-color: #fcc607;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 2px;
  padding-bottom: 2px;
  font-weight: 500;
  font-size: 12px;
  border-radius: 2px;
  /* display: none; */
}

.filter .input-checkbox input[type="checkbox"]+label {
  min-width: 16px;
  height: 16px;
}

.filter .input-checkbox {
  margin-bottom: 12px;
}

.filter .input-checkbox span {
  font-size: 12px;
  padding-left: 10px;
}

.filter .input-checkbox__hide {
  display: none;
}

.filter-block .header-link {
  margin-left: 0;
  width: 254px;
  padding-left: 25px;
}

.filter-block .header-link:last-child {
  margin-top: 25px;
}

.filter-title__mob {
  display: none;
}

.filter .irs--flat {
  height: 25px;
}

.filter .irs--flat .irs-line {
  height: 0;
}

.result-price {
  margin-top: 8px;
  display: flex;
  justify-content: space-between;
  font-size: 10px;
}

.more-btn {
  cursor: pointer;
  font-weight: 600;
  font-size: 12px;
  color: #2372E8;
}

@media(max-width:992px) {
  .more-btn {
    margin-top: 15px;
  }

}

.show-result {
  border: none;
  display: none;
  align-items: center;
  justify-content: center;
  width: 147px;
  height: 40px;
  position: absolute;
  z-index: 11;
  right: -147px;
  top: -1px;
  background: #FCC607;
  box-shadow: 6px 4px 20px rgba(0, 0, 0, 0.1);
  border-radius: 0px 2px 2px 0px;
  font-weight: bold;
  font-size: 12px;
}

.filter-items__close {
  display: none;
}

@media (max-width: 992px) {
  .catalog-block .container {
    flex-wrap: wrap;
  }

  .filter-title__mob {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    width: 200px;
    height: 50px;
    font-weight: 600;
    border: 1px solid #fcc607;
  }

  .filter {
    width: 100%;
    display: none;
  }

  .filter-items {
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-left: -10px;
    margin-right: -10px;
  }

  .filter-item {
    padding: 10px;
    position: relative;
    width: 185px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 20px;
    border-top: 1px solid #F4F4F4;
  }

  .filter-item__title {
    font-size: 14px;
  }

  .filter-item__title::after {
    transform: rotate(0);
  }

  .wrap-input__range .range-input {
    width: 40px;
    font-size: 10px;
  }

  .wrap-input__range label {
    font-size: 10px;
  }

  .filter-mob {
    display: flex;
    justify-content: space-between;
  }

  .filter-block .header-link:last-child {
    margin-top: 0;
  }

  .filter-block .header-link {
    margin-left: 20px;
  }

  .card-block {
    margin-top: 30px;
  }

  .card-block .search-result {
    margin-left: 0 !important;
    font-size: 14px;
  }

  .articles-list {
    margin-left: 15px;
  }

  .articles-list li {
    margin-bottom: 15px !important;
  }

  .articles-list__title:last-child {
    display: none;
  }

  .filter-block .header-link {
    width: 247px;
  }
}

@media (max-width: 730px) {
  .filter-mob {
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
  }

  .filter-block .header-link {
    margin-left: 10px;
    margin-top: 15px;
    background-color: transparent;
    border: 1px solid #fcc607;
  }

  .filter-title__mob {
    width: 247px;
    height: 48px;
    position: relative;
    left: -2px;
  }

  .filter-block .calc-zabor {
    margin-bottom: 15px;
  }

  .sort-block {
    flex-wrap: wrap;
  }

  .sort-count {
    margin-top: 20px;
  }

  .catalog-block .card-item {
    margin-left: 0;
  }

  .filter-items {
    padding-top: 50px;
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
    position: fixed;
    top: -40px;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow-x: scroll;
    background-color: #fff;
    z-index: 333;
    flex-wrap: nowrap;
    align-items: center;
  }

  @media (max-width: 730px) {
    .filter-items {
      overflow-y: auto;
      padding-bottom: 20px;
    }
  }

  .filter-item {
    width: 255px;
  }

  .filter-items__close {
    display: block;
    position: absolute;
    right: 20px;
    top: 20px;
  }

  .filter-block {
    margin-left: auto;
    margin-right: auto;
  }

  .sort-block .search-sort {
    margin-top: 20px;
    margin-right: 0 !important;
    width: 100%;
  }


  @media(max-width:340px) {
    .card-block .search-sort .menu-item__arrow {
      right: 20px;
    }
  }

  .search .search-sort .menu-item__arrow {
    right: 10px;
  }

  .search .catalog-wrap .card-item {
    margin-left: 0;
    margin-right: 0;
  }

  .sort-count .menu-item__arrow {
    transform: rotate(0);
  }

  .filter-item__title.active::after {
    transform: rotate(180deg);
  }

  .wrap-input__range .range-input {
    width: 60px;
  }

  .show-result {
    position: static;
    height: 30px;
    font-size: 10px;
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
  }
}

.breadcrumb {
  display: flex;
  align-items: center;
  margin-top: 22px;
  background-color: transparent !important;
}

.bcItem {
  font-weight: 600;
  font-size: 12px;
}

.separate {
  font-size: 0;
  display: inline-block;
  margin-left: 10px;
  margin-right: 5px;
  width: 5px;
  height: 9px;
  background: url(../img/icon/separate-icon.png) no-repeat;
  position: relative;
  top: -7px;
  left: -3px;
}

a.bcItem {
  position: relative;
  padding-bottom: 0;
  font-size: 12px;
  color: #2372e8;
  text-decoration-line: underline;
}

.main-slider {
  margin-top: 30px;
}

.main-slider__wrap {
  position: relative;
  width: 100%;
  height: 337px;
  border-radius: 2px;
  background-color: #f8f8f6;
}

.main-slider__wrap .slick-dots {
  width: unset;
  left: 42px;
  bottom: 34px;
}

.main-slider__wrap .slick-dots li {
  width: 5px;
  height: 5px;
}

.main-slider__wrap .slick-dots li.slick-active button::before {
  background-color: #fcc607;
  opacity: 1;
}

.main-slider__wrap .slick-dots li button:before {
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  z-index: 11;
  top: 0;
  left: 0;
  width: 8px !important;
  height: 8px !important;
  border-radius: 50%;
  background-color: #cdcdcd;
  opacity: 1;
  content: '';
  /* <-- Вот этот символ */
  text-align: center;
}

.main-slider__title {
  color: #363636;
  font-size: 42px;
  font-weight: 700;
}

.main-slider__title-sub {
  margin-top: 20px;
  color: #2372e8;
  font-size: 28px;
  font-weight: 600;
}

.main-slider__title-sub span {
  color: #5b5b5b;
}

.main-slider__item {
  position: relative;
  display: flex;
  height: 337px;
  padding-top: 42px;
  padding-left: 45px;
}

.main-slider__btn {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 220px;
  line-height: 48px;
  border-radius: 2px;
  background-color: #fcc607;
  font-size: 16px;
  font-weight: 600;
}

.main-slider__btn::after {
  content: '';
  margin-left: 10px;
  display: block;
  width: 26px;
  height: 10px;
  background: url(../img/icon/btn-arrow.png) no-repeat;
}

.main-slider__btn:hover {
  background-color: transparent;
  border: 2px solid #fcc607;
}

.main-slider__btn:hover::after {
  position: relative;
  left: 5px;
}

.main-slider__img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 700px;
  z-index: -1;
}

.main-slider__img img {
  width: 100%;
}

@media (max-width: 1120px) {
  .main-slider__item {
    overflow: hidden;
  }

  .main-slider__img {
    overflow: hidden;
    right: -350px;
  }

  .main-slider__title-sub {
    font-size: 24px;
  }

  .main-slider__btn {
    height: 48px;
  }
}

@media (max-width: 560px) {
  .main-slider {
    margin-top: 0;
  }

  .main-slider__img {
    overflow: hidden;
    right: -450px;
  }

  .main-slider__item {
    padding-top: 15px;
    padding-left: 25px;
  }

  .main-slider__title {
    font-size: 32px;
  }

  .main-slider__title-sub {
    margin-top: 15px;
  }

  .main-slider__wrap .slick-dots {
    left: 25px;
  }

  .main-slider__btn {
    margin-top: 33px;
    position: relative;
    z-index: 1;
  }
}

.popular-category {
  margin-top: 46px;
}

.popular-category__title {
  font-size: 24px;
  font-weight: 600;
}

.popular-category__wrap {
  margin-top: 5px;
  /* display: flex;
  flex-wrap: wrap; */
  margin-left: -10px;
  margin-right: -10px;
  height: 120px;
  overflow: hidden;
  transition: all ease .3s;
}

.popular-category__objects {
  min-height: 120px;
  display: flex;
  flex-wrap: wrap;
}

.popular-category__wrap.active {
  height: auto;
  overflow: unset;
  transition: all ease .3s;
}

.popular-category__item {
  margin-top: 20px;
  display: flex;
  align-items: center;
  padding-left: 25px;
  padding-right: 25px;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 15px;
  font-weight: 400;
  height: 40px;
  border-radius: 2px;
  background-color: rgba(230, 230, 230, 0.3);
  border-left: 3px solid #fcc607;
}

.popular-category__item:hover {
  background-color: #fcc607;
  transition: all ease .3s;
}

.popular-card {
  margin-top: 55px;
}

.popular-card__title {
  font-size: 24px;
  font-weight: 600;
}

.popular-card .container {
  position: relative;
}

.popular-catalog {
  margin-top: 50px;
  margin-bottom: -20px;
}

.popular-catalog__wrap {
  display: flex;
  margin-left: -15px;
  margin-right: -15px;
}

.popular-catalog__item {
  padding-top: 10px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  margin-left: 15px;
  margin-right: 15px;
  display: flex;
  width: 350px;
  height: 74px;
  background: #FFFFFF;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
  border-radius: 2px;
}

.popular-catalog__item:hover {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

.popular-item__text {
  margin-left: 15px;
}

.popular-item__img {
  width: 75px;
  height: 50px;
}

.popular-item__img img {
  width: 75px;
  height: 50px;
  object-fit: cover;
}

.popular-item__name {
  font-size: 14px;
}

.popular-item__price {
  margin-top: 10px;
  font-weight: 600;
  font-size: 12px;
  color: #2372e8;
}

.popular-item__metr {
  margin-top: 3px;
  font-weight: 600;
  font-size: 10px;
  color: #C6C6C6;
}

@media (max-width: 992px) {
  .popular-catalog__item {
    height: auto;
  }
}

@media (max-width: 730px) {
  .popular-catalog__wrap {
    flex-wrap: wrap;
    margin-left: 0;
    margin-right: 0;
    justify-content: center;
  }

  .popular-catalog__item {
    height: auto;
    margin-bottom: 20px;
  }

  .popular-catalog__item:last-child {
    margin-bottom: 0;
  }
}

@media (max-width: 560px) {
  .popular-category__wrap {
    margin-top: 0;
    margin-left: -5px;
    margin-right: -5px;
  }

  .popular-category__item {
    padding-left: 12px;
    padding-right: 12px;
    font-size: 14px;
    margin-left: 5px;
    margin-right: 5px;
  }

  .popular-category {
    margin-top: 30px;
  }
}

/* @media(max-width:400px) {
  .popular-category__item {
    font-size: 10px;
  }
}

@media(max-width:360px) {
  .popular-category__item {
    font-size: 9px;
  }
} */

.card-slider {
  margin-top: 25px;
  display: flex;
  margin-left: -20px;
  margin-right: -20px;
}

.card-slider .slick-list {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.card-slider__arrow {
  display: flex;
  position: absolute;
  right: 0;
  top: -5px;
}

.card-slider__arrow-prev {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  border-radius: 2px;
  border: 1px solid #e6e6e6;
  background-color: #fcc607;
}

.card-slider__arrow-prev.slick-disabled {
  background-color: #fff;
}

.card-slider__arrow-prev:hover {
  background-color: #fcc607;
}

.card-slider__arrow-next {
  cursor: pointer;
  margin-left: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  border-radius: 2px;
  border: 1px solid #e6e6e6;
  background-color: #fcc607;
}

.card-slider__arrow-next.slick-disabled {
  background-color: #fff;
}

.card-slider__arrow-next:hover {
  background-color: #fcc607;
}

.card-slider__components {
  margin-left: -15px;
  margin-right: -15px;
}

.card-slider__components .slick-list {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.card-slider__similar {
  margin-left: -34px;
  margin-right: -15px;
}

.card-slider__similar .slick-list {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.card-slider__viewed {
  margin-left: -34px;
  margin-right: -15px;
}

.card-slider__viewed .slick-list {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.card-item {
  position: relative;
  margin-left: 15px;
  margin-right: 20px;
  padding: 15px;
  width: 255px;
  height: auto;
  min-height: 389px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  border-radius: 2px;
  background-color: #ffffff;
  transition: all ease .3s;
  /* height: auto; */
}
.card-item:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  transition: all ease .3s;
}
.card-item__label {
  width: 100%;
  position: absolute;
  top: 15px;
  display: flex;
  justify-content: space-between;
}
.card-item__label-block {
  display: flex;
}
.card-item__hit {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 21px;
  border-radius: 2px;
  background-color: #e15e5e;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: -0.29px;
  color: #fff;
}
.card-item__new {
  position: absolute;
  left: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 71px;
  height: 21px;
  border-radius: 2px;
  background-color: #80cd6d;
  color: #fff;
  font-size: 12px;
  letter-spacing: -0.29px;
}
.card-item__sale {
  position: absolute;
  top: -15px;
  right: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -0.34px;
  color: #ffffff;
  background-color: #e15e5e;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  text-align: center;
}
.card-item__img {
  width: 225px;
  height: 126px;
  margin-top: 35px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
}
.card-item__img img {
  max-width: 100%;
  height: 126px;
  object-fit: cover;
}
.card-item__title {
  display: block;
  margin-top: 12px;
  font-size: 16px;
  font-weight: 600;
  line-height: 22.4px;
  width: 227px;
  height: 66px;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}
.card-item__price {
  position: relative;
  color: #2372e8;
  font-size: 17px;
  font-weight: 600;
}
.card-item__price-block span {
  font-weight: 600;
  color: #2372e8;
}
.card-item__price-block span:nth-child(2) {
  margin-bottom: 5px;
}
.card-item__price-metr {
  margin-top: 3px;
  display: block;
  color: #c6c6c6 !important;
  font-size: 12px;
  font-weight: 600;
}
.card-item__price-block {
  margin-top: 0;
  display: flex;
  justify-content: space-between;
}
.card-item__price-comparison {
  cursor: pointer;
  min-width: 34px;
  height: 34px;
}
.card-item__price-comparison a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border: 1px solid #fcc607;
  border-radius: 2px;
}
.card-item__price-comparison a::after {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  background: url(../img/icon/compare-icon-yellow.png) no-repeat;
}
.card-item__price-comparison a:hover {
  background-color: #fcc607;
}
.card-item__price-comparison a:hover::after {
  background: url(../img/icon/compare-icon-black.png) no-repeat;
}
.card-item__stock {
  display: flex;
  align-items: center;
  margin-top: 12px;
  color: #c6c6c6;
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 12px;
}
.card-item__stock.in-stock::before {
  content: '';
  display: block;
  margin-right: 8px;
  border-radius: 50%;
  width: 4px;
  height: 4px;
  background-color: #2eb62b;
}
.card-item__stock.no-stock::before {
  content: '';
  display: block;
  margin-right: 8px;
  border-radius: 50%;
  width: 4px;
  height: 4px;
  background-color: red;
}
.card-item__stock.on-order::before {
  content: '';
  display: block;
  margin-right: 8px;
  border-radius: 50%;
  width: 4px;
  height: 4px;
  background-color: #fcc607;
}
.card-item__btn {
  width: 225px;
  margin-top: 12px;
  display: flex;
  justify-content: space-between;
  position: absolute;
  bottom: 20px;
}

@media(max-width:730px) {
  .card-item__btn {
    width: 265px;
  }
}
/**/
.card-item__btn-buy {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.36px;
  width: 96px;
  height: 34px;
  border-radius: 2px;
  border: 1px solid #fcc607;
}
.card-item__btn-buy:before {
  content: '';
  display: block;
  margin-right: 9px;
  width: 14px;
  height: 16px;
  background: url('../img/icon/buy-icon.png') no-repeat;
}
.card-item__btn-buy:hover {
  background-color: #fcc607;
}
.card-item__btn-buy:hover::before {
  width: 15px;
  background: url('../img/icon/buy-icon-black.png') no-repeat;
}

@media (max-width: 560px) {
  .card-item__btn-buy {
    width: 128px;
    height: 48px;
  }
}
/**/
.card-item__btn-cart {
  width: 119px;
  height: 34px;
  border-radius: 2px;
  background-color: #fcc607;
  cursor: pointer;
  display: flex !important;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.36px;
  margin-left: 20px;
}
.card-item__btn-cart:before {
  content: '';
  display: block;
  margin-right: 9px;
  width: 16px;
  height: 16px;
  background: url(../img/icon/cart-black-icon.png) no-repeat;
  background-size: cover;
}
.card-item__btn-cart:hover {
  background-color: transparent;
  border: 2px solid #fcc607;
}

@media (max-width: 560px) {
  .card-item__btn-cart {
    width: 128px;
    height: 48px;
  }
}
/**/
.card-block {
  position: relative;
  padding-bottom: 50px;
  width: 100%;
}
.card-block--without-pagination {
  padding-bottom: 0;
}
.card-block .search-result {
  margin-left: 35px;
  margin-top: 0;
}
.card-block .search-sort {
  top: 0;
}
.card-block .s-hidden {
  display: none;
}
.card-block .search-sort__label {
  top: 10px;
}
.card-block .search-sort .menu-item__arrow {
  top: 15px;
}

.card-material__btn input {
  overflow: hidden;
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
}

.sort-block {
  display: flex;
}
.sort-block .search-sort {
  margin-right: 150px;
}
.sort-count {
  position: relative;
  display: flex;
  width: 65px;
}
.sort-count .styledSelect-search {
  width: 65px;
}
.sort-count .search-sort__label {
  width: 100px;
  right: 85px;
}
.sort-count .menu-item__arrow {
  transition: all ease .3s;
  position: absolute;
  right: 10px;
  top: 15px;
}
.sort-count .options-search {
  width: 65px;
}
.sort-count.active .options-search {
  display: block !important;
}
.sort-count.active .menu-item__arrow {
  transition: all ease .3s;
  transform: rotate(-180deg);
}

.card-wrap {
  margin-top: 30px;
  display: flex;
}

.card-img {
  max-width: 445px;
}

.card-img__main {
  width: 445px;
  height: 266px;
  border-radius: 2px;
  overflow: hidden;
}

.card-img__main img {
  width: 445px;
  height: 266px;
  /* object-fit: cover; */
  object-fit: contain;
}

.card-img__small {
  width: 100%;
  margin-top: 25px;
  margin-left: -12px;
  margin-right: -12px;
  /* временный фикс для дополнительных изображений */
  flex-wrap: wrap;
  overflow: hidden;
  max-height: 80px;
  /* временный фикс для дополнительных изображений */
}

.card-img__small .slick-track {
  margin-left: 0;
  margin-right: 0;
}

.card-img__small-item {
  cursor: pointer;
  /*width: 132px;*/
  /*height: 82px;*/
  border-radius: 2px;
  overflow: hidden;
  margin-left: 12px;
  margin-right: 12px;
  opacity: .5;
}

.card-img__small-item img {
  width: 132px;
  height: 82px;
  /* object-fit: cover; */
  object-fit: contain;
}

.card-img__small-item.slick-current {
  opacity: 1;
}

.card-description {
  margin-left: 30px;
  width: 100%;
}

.card-title {
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
}

.card-action {
  margin-top: 9px;
  position: relative;
  display: flex;
  justify-content: space-between;
}

.card-status {
  display: flex;
  align-items: center;
  color: #C6C6C6;
  font-size: 14px;
}

.card-status::before {
  content: '';
  display: block;
  margin-right: 8px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #2EB62B;
}

.card-compare {
  margin-right: 30px;
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 14px;
  color: #2372e8;
  text-decoration: underline;
}

.card-compare::before {
  content: "";
  display: block;
  margin-right: 8px;
  width: 20px;
  height: 20px;
  background: url(../img/icon/compare-icon.png) no-repeat;
}

.card-material {
  display: flex;
}
.card-material__item {
  display: flex;
  align-items: flex-start;
}
.card-material__item-label {
  font-weight: 600;
  font-size: 12px;
  white-space: nowrap;
}
.card-material__item.weight {
  margin-left: 30px;
  align-items: center;
}
.card-material__item.weight:first-child {
  margin-left: 0;
}
.card-material__item-weight {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.card-material.active .options-material {
  display: block !important;
}
.card-material.active .menu-item__arrow {
  transform: rotate(-180deg);
  transition: all ease .3s;
  top: 46%;
}
.card-material__form {
  margin-left: 8px;
}
.card-material .menu-item__arrow {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  transition: all ease .3s;
}
.card-material__btn {
  cursor: pointer;
  font-weight: 400;
  font-size: 14px;
  width: max-content;
  max-width: 210px;
}
.card-material__btn label {
  cursor: pointer;
}

.card-colors__wrap {
  display: flex;
  align-items: start;
  flex-direction: column;
  row-gap: 10px;
}

.custom-selects-flex {
  display: grid;
  gap: 20px 48px;
  margin-top: 20px;
  flex-wrap: wrap;
  grid-template-columns: max-content max-content;
}
.custom-selects-flex > div {
  width: 50%
}
.card .custom-selects-flex {
  grid-template-columns: 1fr 1fr;
  gap: 20px 20px;
}
.card .custom-selects-flex > div {
  width: auto;
  min-width: 1px;
}

@media (min-width: 576px) {
  .card .custom-selects-flex {
    grid-template-columns: max-content max-content;
    gap: 20px 48px;
  }
}
/**/
.card-colors {
  min-width: 1px;
}
.card-colors__label {
  margin-right: 10px;
  min-width: 10%;
}
.card-colors-block_wrap {
  display: flex;
  /*width: 84%;*/
  max-width: 100%;
  align-items: center;
  flex-wrap: wrap;
}
.card-colors__name {
  font-weight: 600;
  font-size: 12px;
}
.card-colors__num {
  margin-top: 5px;
  font-size: 10px;
}
.card-colors__item {
  position: relative;
  margin: 1px 5px 10px;
}

.custom-select .card-colors__item {
  position: relative;
  width: auto;
  min-width: max-content;
  margin: 0;
}

.custom-select--col2 .custom-select__options, .custom-select--col4 .custom-select__options {
  flex-wrap: wrap;
  flex-direction: row;
}

.custom-select--col2 .custom-select__option {
  width: calc(50% - 8px);
}

.custom-select--col4 .custom-select__option {
  width: calc(25% - 16px);
}

.custom-select--col4 .custom-select__options--color{
  min-width: 470px;
}

@media (max-width: 520px) {
  .custom-select--col4 .custom-select__options--color{
    min-width: 300px;
  }
}

.custom-select--empty .custom-select__top:after{
  display:none;
}

.custom-select--empty, .custom-select--empty div {
  cursor: auto!important
}
.custom-select--empty .custom-select--top {
  padding: 5px 15px;
}

.card-colors__item label {
  cursor: pointer;
  display: block;
  width: 22px;
  height: 22px;
  border-radius: 2px;
}

.card-colors__item label.active {
  width: 24px;
  height: 24px;
  border: 1px solid #FCC607;
  border-radius: 2px;
}

.card-colors__item label input {
  position: absolute;
  z-index: -1;
  overflow: hidden;
  opacity: 0;
  font-size: 0;
}

.card-colors__item.active label {
  width: 24px;
  height: 24px;
  border: 1px solid #FCC607;
  border-radius: 2px;
}
/**/
.card-size {
  margin-top: 25px;
  border: 1px solid #D5D5D5;
  border-radius: 2px;
  padding-bottom: 15px;
}
.card-size__wrap {
  display: flex;
  justify-content: space-between;
  width: 332px;
}
.card-size__item {
  position: relative;
  margin-top: 15px;
  margin-left: 25px;
  padding-right: 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.card-size__item .option-title {
  font-weight: 700;
  white-space: nowrap;
  min-width: 120px;
  margin-bottom: 20px;
}
.card-size__item .offer_prop_row {
  display: flex;
  align-items: flex-start;
}

.card-size__item-block {
  display: flex;
  flex-direction: column;
  margin-top: 10px;
}
.card-size__item-block .emulate-cell.option-body.new-body {
  padding-left: 15px;
  display: block;
  width: 80px;
  height: 33px;
  line-height: 33px;
  background: #FFF;
  border-radius: 2px;
  border: none;
  font-size: 12px;
  color: #A9A9A9;
}
.card-size__item-calc {
  display: flex;
}
.card-size__item-calc input {
  width: 50px !important;
  padding-left: 0 !important;
  text-align: center;
}
.card-size__item-minus {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 33px;
  background: #F8F8F6;
  border-right: 1px solid #EAEAEA;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.card-size__item-minus:before {
  content: '';
  display: block;
  width: 12px;
  height: 2px;
  background-color: #fcc607;
}
.card-size__item-plus {
  cursor: pointer;
  position: relative;
  width: 28px;
  height: 33px;
  background: #F8F8F6;
  border-left: 1px solid #EAEAEA;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.card-size__item-plus:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 12px;
  height: 2px;
  background-color: #fcc607;
}
.card-size__item-plus::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 2px;
  height: 12px;
  background-color: #fcc607;
}
.card-size__item label {
  font-weight: 600;
  font-size: 12px;
  margin-bottom: 8px;
}
.card-size__item input {
  padding-left: 15px;
  display: block;
  width: 80px;
  height: 33px;
  background: #F8F8F6;
  border-radius: 2px;
  border: none;
  font-size: 12px;
}
.card-size__item input.length_sheet{
  border: solid 1px transparent;
  transition-property: border-color, box-shadow;
  transition-duration: .25s;
}
.card-size__item input.length_sheet:hover, .card-size__item input.length_sheet:focus{
  box-shadow: 0 0 5px rgba(0, 0, 0, .2);
  border-color: #f9cd0c;
}
.card-size__item input::placeholder {
  color: #BCBCBC;
}
.card-size__item.add-item .card-add__remove {
  display: block;
}
.card-size__item.add-item .card-add__btn {
  display: none;
}

.card-size__item .emulate-row:nth-child(2n+1) {
  background-color: transparent;
}
.card-size__item .radio-box label {
  cursor: pointer;
  padding: 5px 10px;
  margin-left: 8px;
  font-weight: 600;
  font-size: 10px;
  border: 1px solid #000000;
  border-radius: 2px;
  white-space: nowrap;
}
.card-size__item .mode-colored label {
  margin-bottom: 0;
  margin-bottom: 10px;
  max-height: 24px;
  min-height: 24px;
}
.card-size__item .mode-colored label input {
  height: 0;
}
.card-size__item .radio-box input {
  visibility: hidden;
  position: absolute;
}

.card-size .span-prop_coverage {
  padding: 0 !important;
}
.card-size .span-prop_height {
  margin-bottom: 15px;
}

@media(max-width:730px) {
  .card-size__item .option-title {
    min-width: 120px;
  }
  .card-size__item .offer_prop_row {
    margin-bottom: 10px;
  }
}
@media (max-width: 560px) {
  .card-size__item {
    margin-left: 10px;
    padding-right: 10px;
    flex-wrap: wrap;

  }
  .card-size__item-block {
    margin-top: 10px;
    margin-left: 10px;
  }
  .card-size__item-block:first-child {
    margin-left: 0;
  }
  .card-size__wrap {
    width: 100%;
    max-width: 250px;
  }
  .card-size__item input {
    width: 60px;
  }
  .card-size__item-calc input {
    width: 30px !important;
  }
  .card-size__item label {
    font-size: 10px;
  }
}
/**/
.card-add__btn {
  cursor: pointer;
  font-weight: 600;
  font-size: 14px;
  color: #2372e8;
  text-decoration: underline;
}

.card-add__remove {
  cursor: pointer;
  display: none;
}

.card .s-hidden {
  display: none;
}
/*-------- card-total ----------*/
.card-total {
  padding: 16px 25px 25px 25px;
  border: 1px solid #D5D5D5;
  display: flex;
  flex-direction: column;
}
.card-total__data {
  margin: 0 -17px -15px -17px;
  display: flex;
  flex-wrap: wrap;
}
.card-total__block {
  padding: 0 17px;
  margin-bottom: 15px;
}
.card-total__metr {
  font-weight: 600;
  font-size: 14px;
  color: #C6C6C6;
}
.card-total__metr-num {
  margin-top: 10px;
  font-weight: 600;
  font-size: 20px;
  color: #2372e8;
  min-width: 80px;
}
.card-total__sum {
  font-weight: 600;
  font-size: 14px;
  color: #C6C6C6;
}
.card-total__sum-num {
  margin-top: 10px;
  font-weight: 600;
  font-size: 20px;
  color: #2372e8;
}
.card-total__action {
  margin: 0px -10px 0 -10px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  justify-content: flex-end;
}
.card-total__action-buttons {
  padding: 0 10px;
  margin-top: 40px;
  display: grid;
  grid-auto-flow: column;
  grid-gap: 20px;
  justify-content: flex-start;
}
.card-total__action-links {
  font-size: 12px;
  font-weight: 600;
  line-height: 15px;
  padding: 0 10px;
  margin-top: 40px;
  display: grid;
  grid-auto-flow: column;
  grid-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  order: -1;
}
.card-total__buy {
  font-size: 12px;
  font-weight: 600;
  min-width: 97px;
  height: 34px;
  padding: 8px 17px;
  border: 1px solid #FCC607;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all ease .2s;
}
.card-total__buy svg {
  margin-right: 11px;
  width: 12px;
  height: 16px;
  fill: #FCC607;
}
.card-total__buy:hover {
  background-color: #fcc607;
}
.card-total__buy:hover svg {
  fill: currentColor;
}
.card-total__cart {
  font-size: 12px;
  font-weight: 600;
  min-width: 119px;
  height: 34px;
  border: 1px solid #FCC607;
  background-color: #fcc607;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all ease .2s;
}
.card-total__cart:hover {
  background-color: transparent;
  transition: all ease .2s;
}

.card-total-item {}
.card-total-item__title {
  font-size: 14px;
  font-weight: 600;
  line-height: 17px;
  margin-bottom: 7px;
  color: #C6CCD5;
}
.card-total-item__body {
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  color: #2372E8;
}
.card-total-item__price {}
.card-total-item__price-old {
  font-size: 14px;
  margin-left: 10px;
  text-decoration: line-through;
  color: #363636;
}

.card-total-info {
  font-size: 12px;
  line-height: 15px;
  margin-top: 15px;
  display: grid;
  grid-auto-flow: column;
  grid-gap: 10px;
  color: #000;
}
.card-total-info__item {}

.rating-num {
  position: relative;
  padding-left: 15px;
  color: #FFC700;
}
.rating-num:before {
  position: absolute;
  content: '';
  left: 0;
  top: 1px;
  width: 11px;
  height: 11px;
  background: url("/images/icons.svg#star-view") 0 0 no-repeat;
}

.protective-val, .coating-val {
  position: relative;
  padding-left: 17px;
}
.protective-val:before, .coating-val:before {
  position: absolute;
  content: '';
  left: 0;
  top: 1px;
  width: 12px;
  height: 12px;
  background: 0 0 no-repeat;
}
.protective-val:before {
  background-image: url("/images/icons.svg#protect-view");
}
.coating-val:before {
  background-image: url("/images/icons.svg#coating-view");
}

.link-guarantee, .link-certificate {
  position: relative;
  padding-left: 19px;
  display: inline-block;
  text-decoration: underline;
  color: #2372E8;
}
.link-guarantee:before, .link-certificate:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 12px;
  height: 14px;
  background: 0 0 no-repeat;
}
.link-guarantee:hover, .link-certificate:hover {
  text-decoration: none;
}
.link-guarantee:before {
  background-image: url("/images/icons.svg#guarantee-view");
}
.link-certificate:before {
  background-image: url("/images/icons.svg#certificate-view");
}

@media (min-width: 576px) {
  .card-total__data {
    justify-content: space-between;
  }
}
/**/
.card-price {
  padding: 25px;
  padding-top: 20px;
  padding-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.card-price__wrap {
  display: flex;
  justify-content: space-between;
  width: 350px;
}
.card-price__name {
  font-size: 12px;
  color: #C6C6C6;
}
.card-price__name .num {
  padding-left: 3px;
  color: #2372e8;
  font-weight: 600;
  /*width: 43%;*/
  display: inline-block;
  text-align: center;
}

.card-montag {
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 14px;
  color: #2372e8;
  text-decoration: underline;
}
.card-montag:before {
  content: "";
  display: block;
  margin-right: 8px;
  width: 20px;
  height: 20px;
  background: url(../img/icon/montag-icon.png) no-repeat;
}

.card-tabs {
  margin-top: 30px;
}
.card-tabs-caption {
  display: flex;
  margin-bottom: 25px;
  margin-left: -15px;
  margin-right: -15px;
}
.card-tabs-caption li {
  margin-left: 15px;
  margin-right: 15px;
}
.card-tabs__content {
  display: none;
}
.card-tabs__content h2 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 10px;
}
.card-tabs__content b {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
  margin-top: 5px;
}
.card-tabs__content p, .ex-typography p {
  font-size: 14px;
  line-height: 28px;
}
.card-tabs__content p img {
  margin-right: 20px !important;
}
.card-tabs__content.active {
  display: block;
}
.card-tabs__content h3 {
  margin-top: 10px;
;
  font-size: 22px;
  padding: 5px 0 15px;
}
.card-tabs__content ul {
  list-style: disc;
}
.card-tabs__content ul li {
  margin-left: 20px;
  margin-bottom: 10px;
}

.card-specifications {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.card .card-specifications {
  flex-direction: column;
  align-items: flex-start;
}
.card-specifications ul, .card-specifications ol {
  padding-left: 0!important;
  margin-top: 0;
  width: 49%;
}
.card-specifications-inner-row {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.card-specifications h3 {
  margin-top: 20px;
}
.card-specifications ul li {
  max-width: 540px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #F3F3F3;
  font-size: 12px;
}
.card-specifications table tr {
  max-width: 600px;
  width: 100%;
  /* display: flex; */
  /* justify-content: space-between; */
  padding-top: 15px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #F3F3F3;
  font-size: 12px;
  width: 600px;
}
.card-specifications table tr td {
  padding: 10px;
  vertical-align: middle;
  border: 1px solid;
}
.card-specifications h4 {
  margin-top: 20px;
  margin-bottom: 20px;
}
.card-specifications img {
  margin-top: 20px;
  margin-bottom: 20px;
  max-width: 100%;
  height: auto;
}
.card-specifications__item {
  max-width: 340px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #F3F3F3;
  font-size: 12px;
}
.card-specifications__num {
  font-size: 14px;
}

.card-delivery__item {
  margin-top: 30px;
}
.card-delivery__item:first-child {
  margin-top: 0;
}
.card-delivery__head {
  font-weight: 600;
  font-size: 20px;
}
.card-delivery__text {
  margin-top: 15px;
  font-size: 14px;
  line-height: 32px;
}

.card-reviews__item {
  margin-top: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #E6E6E6;
}
.card-reviews__item:first-child {
  margin-top: 25px;
}
.card-reviews__head {
  display: flex;
  align-items: center;
}
.card-reviews__foto {
  margin-right: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 20px;
  background-color: #F8F8F6;
}
.card-reviews__foto .letter {
  font-size: 20px;
  text-transform: uppercase;
}
.card-reviews__name {
  font-weight: 600;
  font-size: 14px;
}
.card-reviews__date {
  margin-top: 8px;
  font-size: 12px;
}
.card-reviews__stars {
  margin-top: 15px;
  display: flex;
  margin-left: -4px;
  margin-right: -4px;
}
.card-reviews__stars li {
  width: 15px;
  height: 15px;
  margin-left: 4px;
  margin-right: 4px;
  background: url(../img/icon/star-hover.png) no-repeat;
  background-size: cover;
}
.card-reviews__text {
  margin-top: 15px;
  font-size: 14px;
}

.card-articles {
  margin-top: 40px;
  padding: 30px 0;
  background-color: #F8F8F6;
}
.card-articles__wrap {
  display: flex;
}
.card-articles-block:first-child {
  max-width: 575px;
  width: 100%;
}
.card-articles-block:first-child .card-articles__list li {
  margin-right: 75px;
}
.card-articles-block:first-child .card-articles__list li:last-child {
  margin-top: 38px;
}
.card-articles-block:nth-child(2) {
  max-width: 280px;
  width: 100%;
}
.card-articles__head {
  font-weight: 600;
  font-size: 16px;
}
.card-articles__list {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 215px;
}
.card-articles__list li {
  max-width: 215px;
  margin-top: 19px;
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
  color: #2372e8;
}
.card-articles .header-link {
  width: 254px;
  margin-top: 25px;
  margin-left: 0;
  padding-left: 25px;
}

.useful {
  margin-top: 60px;
}
.useful-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.useful-title {
  font-weight: 600;
  font-size: 20px;
}

.useful-link {
  position: relative;
  padding: 0 40px;
  width: calc(100% - 218px);
}

.useful-link .slick-track {
  margin: 0;
}

.useful-link-slider__arrow #useful-link-slider__arrow-prev, .useful-link-slider__arrow #useful-link-slider__arrow-next {
  position: absolute;
  top: 50%;
  margin-top: -17.5px;
  z-index: 20;
}

.useful-link-slider__arrow #useful-link-slider__arrow-prev {
  left: 0;
}
.useful-link-slider__arrow #useful-link-slider__arrow-next {
  right: 0;
}

.useful-link__item {
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  align-items: center;
  margin-left: 12px;
  margin-right: 12px;
  height: 52px;
  background-color: #F8F8F6;
  font-size: 14px;
  line-height: 18px;
}

.useful-link__item:before {
  content: '';
  display: block;
  margin-right: 12px;
  min-width: 20px;
  height: 20px;
  background: url(../img/icon/pdf-icon.png) no-repeat;
}

.options-material {
  padding-top: 12px;
  display: none;
  position: absolute;
  z-index: 22;
  background-color: #fff;
  top: 24px;
  border: 1px solid #FCC607;
  border-top: none;
  border-radius: 2px;
  width: 140px;
  padding-left: 12px;
}

.options-material li {
  cursor: pointer;
  font-size: 10px;
  font-weight: 600;
  margin-bottom: 10px;
}

.choise-material {
  position: relative;
}

.styledSelect-material {
  cursor: pointer;
  display: flex;
  align-items: center;
  padding-left: 12px;
  width: 140px;
  height: 24px;
  border: 1px solid #FCC607;
  border-radius: 2px;
  font-weight: 600;
  font-size: 10px;
}

.answer {
  margin-top: 50px;
  display: flex;
  align-items: center;
  height: 112px;
  background-color: #F8F8F6;
}

.answer-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.answer-title {
  font-weight: 600;
  font-size: 24px;
}

.answer-btn {
  cursor: pointer;
  width: 255px;
  height: 48px;
  background-color: #FCC607;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 16px;
  transition: all ease .2s;
}

.answer-btn:hover {
  background-color: transparent;
  transition: all ease .2s;
  border: 2px solid #fcc607;
}

.card .card-tabs .answer-btn:hover {
  border-bottom: 2px solid #fcc607 !important;
}

.tabs-slider {
  margin-top: 50px;
}

.tabs-slider .container {
  position: relative;
}

.tabs-slider-caption {
  display: flex;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 40px;
}

.tabs-slider__content {
  display: none;
}

.tabs-slider__content.active {
  display: block;
}

.tabs-slider__content .card-item {
  margin-left: 20px;
  margin-right: 15px;
}

.tabs-slider__content .card-item:first-child {
  margin-left: 0;
}

.useful.card-style {
  margin-top: 30px;
}

@media (max-width: 1140px) {
  .card-img__main {
    width: 350px;
  }
}

@media (max-width: 1020px) {
  .useful-wrap {
    flex-wrap: wrap;
  }

  .useful-title {
    width: 100%;
  }

  .useful-link {
    margin-top: 20px;
    width: 100%;
  }

  .useful-link__item {
    margin-bottom: 20px;
  }

  .useful-link__item:last-child {
    margin-bottom: 0;
  }

  .card-articles__wrap {
    justify-content: space-between;
  }

  .card-articles__list {
    height: auto;
  }

  .card-articles-block:first-child .card-articles__list li:last-child {
    margin-top: 25px;
  }

  .card-articles-block:first-child {
    max-width: max-content;
  }

  .card-articles-block:nth-child(2) {
    max-width: max-content;
  }
}

@media (max-width: 992px) {
  .card-slider {
    margin-left: -10px;
    margin-right: -10px;
  }

  .card-wrap {
    flex-wrap: wrap;
  }

  .card-description {
    margin-top: 40px;
    margin-left: 0;
  }

  .card-img__main {
    width: 445px;
  }

  .answer {
    height: auto;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .answer-wrap {
    flex-wrap: wrap;
  }

  .answer-title {
    width: 100%;
  }

  .answer-btn {
    margin-top: 20px;
  }

  .card-articles-block:first-child .card-articles__list li {
    margin-right: 15px;
  }

  .card-compare {
    margin-right: 0;
  }
}

@media (max-width: 730px) {
  .card-articles__wrap {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .card-articles-block {
    margin-top: 20px;
    width: 100%;
    max-width: 560px;
  }

  .card-articles-block:first-child {
    max-width: 560px;
  }

  .card-articles .header-link {
    margin-left: 10px;
    background-color: transparent;
    width: 254px;
    height: 50px;
    border: 1px solid #fcc607;
  }
}

@media (max-width: 560px) {
  .card-title {
    font-size: 20px;
  }

  .card-title br {
    display: none;
  }

  .card-item {
    width: 290px;
    margin-left: 5px;
    margin-right: 5px;
  }

  .card-item__title {
    width: 100%;
    font-size: 14px;
    height: auto;
  }

  .card-slider {
    margin-left: 0;
    margin-right: 0;
  }

  .card-slider .slick-list {
    padding-left: 5px;
  }

  .card-wrap {
    justify-content: center;
  }

  .card-specifications h4 {
    width: 100%;
  }

  .card-specifications ul {
    width: 100%;
  }

  .card-specifications {
    flex-direction: column;
  }

  .card-tabs p>img {
    margin-left: 0 !important;
    width: 100%;
    margin-bottom: 15px !important;
    margin-top: 15px !important;
  }

  .card-add__btn {
    font-size: 10px;
  }

  .card-price {
    padding-left: 10px;
    padding-right: 10px;
  }

  .card-price__wrap {
    width: 180px;
    flex-wrap: wrap;
  }

  .card-price__name {
    min-width: 100px;
  }

  .card-price__item {
    margin-top: 5px;
  }

  .card-price__item:first-child {
    margin-top: 0;
  }

  .card-img__main {
    width: 320px;
    margin-left: auto;
    margin-right: auto;
  }

  .card-img__main img {
    width: 320px;
  }

  .card-img__small {
    width: 320px;
    margin-left: 0;
    margin-right: 0;
  }

  .card-img__small-item img {
    width: 96px;
  }

  .card-material {
    flex-wrap: wrap;
  }
  .card-material__item.weight {
    margin-left: 0;
    margin-top: 20px;
    max-width: 100%;
    width: 100%;
  }

  .card-tabs-caption {
    max-width: 560px;
    width: 100%;
    overflow-x: auto;
    padding-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
  }

  .tabs-slider-caption {
    max-width: 560px;
    width: 100%;
    overflow-x: auto;
    padding-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
  }

  .card-tabs__content p {
    line-height: 22px;
  }

  .card-specifications__item {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .useful {
    margin-top: 40px;
  }

  .useful-link {
    margin-left: 0;
    margin-right: 0;
  }

  .useful-link__item {
    margin-left: 0;
  }

  .card-delivery__text {
    line-height: 22px;
    margin-top: 5px;
  }

  .answer-title {
    font-size: 20px;
    line-height: 22px;
  }

  .card-slider__viewed,
  .card-slider__components,
  .card-slider__similar {
    margin-left: 0;
    margin-right: 0;
  }

  .tabs-slider .card-slider__arrow {
    top: 40px;
  }

  .card-item {
    padding: 10px;
    height: auto;
  }

  .card-item__img {
    margin-top: 40px;
    width: 80%;
    height: auto;
    max-width: 350px;
  }
  .card-item__img img {
    width: 100%;
    height: auto;
  }
}

.about-main {
  margin-top: 45px;
}

.about-main__wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.about-main__side-a {
  width: calc(33.33% - 10px);
  display: flex;
}
.about-main__side-b {
  width: calc(66.66% - 10px);
  display: flex;
  flex-direction: column;
}
.about-main__row {
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
  flex-wrap: wrap;
}
.about-main__item {
  display: flex;
  margin-bottom: 20px;
  transition-property: all;
  transition-duration: 0.2s;
  background-color: #F8F8F6;
  box-sizing: border-box;
}
.about-main__item:hover {
  background-color: #fff;
  box-shadow: 0 6px 10px rgba(68, 92, 130, 0.14), 0 1px 18px rgba(68, 92, 130, 0.12), 0 3px 5px rgba(68, 92, 130, 0.2);
}
.about-main__info {
  box-sizing: border-box;
}
.about-main__img {
  width: auto;
  max-width: 100%;
}
.about-main__col {
  display: flex;
}
.about-main__col-min {
  width: calc(50% - 10px);
}
.about-main__item--small {
  align-items: center;
}
.about-main__item--small .about-main__img-box {
  width: 137px;
  flex-shrink: 0;
}
.about-main__item--small .about-main__info {
  flex-grow: 1;
  padding-left: 20px;
  padding-right: 18px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.about-main__col-big {
  width: 100%;
}
.about-main__item--big {
  width: 100%;
  flex-direction: column;
  padding: 0 25px 36px;
}
.about-main__item--big .about-main__img-box {
  flex-grow: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.about-main__item--big .about-main__img {
  margin: auto;
}
.about-main__item--big .about-main__info {
  text-align: center;
}
.about-main__img-mobile {
  display: none;
}
.about-main__title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.44;
  color: #363636;
}
.about-main__text {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42;
  color: #363636;
  margin-top: 11px;
}

@media (max-width: 1120px) {
  .about-main__side-a {
    width: 100%;
  }
  .about-main__side-b {
    width: 100%;
  }
  .about-main__item--big {
    flex-direction: row;
    padding-top: 55px;
    padding-bottom: 55px;
    padding-left: 19px;
    align-items: center;
  }
  .about-main__item--big .about-main__info {
    text-align: left;
    flex-grow: 1;
    padding-left: 79px;
  }
  .about-main__item--big .about-main__img-box {
    width: 268px;
    flex-shrink: 0;
    flex-grow: 0;
  }
}

@media (max-width: 767px) {
  .about-main__img-desktop {
    display: none;
  }
  .about-main__img-mobile {
    display: inline-block;
  }
  .about-main__col-min {
    width: 100%;
  }
  .about-main__item--small {
    width: 100%;
  }
  .about-main__text {
    display: none;
  }
  .about-main__item--small .about-main__img-box {
    width: 100px;
  }
  .about-main__item--small .about-main__info {
    padding-left: 16px;
    padding-right: 11px;
  }
  .about-main__item {
    margin-bottom: 10px;
    min-height: 125px;
  }
  .about-main__item--big {
    padding: 0;
  }
  .about-main__item--big .about-main__img-box {
    width: 100px;
  }
  .about-main__item--big .about-main__info {
    padding-left: 16px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .about-main__item--big .about-main__img {
    margin: inherit;
  }
}

.about-company {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #f8f8f6;
}

.about-company__top {
  position: relative;
  display: flex;
  align-items: center;
}

.about-company__title {
  margin-left: 25px;
  font-size: 24px;
  font-weight: 600;
}

.about-company__title span {
  color: #fcc607;
}

.about-company .btn-link {
  margin-left: auto;
}

.about-company__bottom-link {
  display: none;
  margin: 30px auto 0;
}

.about-company__text {
  margin-top: 30px;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

.about-company__wrap {
  display: flex;
  margin-top: 30px;
  height: 116px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  background-color: #ffffff;
}

.about-company__item {
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
}

.about-company__item-num {
  font-size: 32px;
  font-weight: 700;
  color: #2372e8;
}

.about-company__item-text {
  margin-top: 15px;
  font-size: 16px;
  font-weight: 400;
}

.about-company__item:nth-child(1) {
  width: 300px;
  padding-left: 30px;
}

.about-company__item:nth-child(1)::after {
  content: "";
  display: block;
  width: 12px;
  height: 116px;
  position: absolute;
  top: 0;
  right: 0;
  background: url(../img/icon/about-line-1.png) no-repeat;
}

.about-company__item:nth-child(2) {
  width: 270px;
  padding-left: 50px;
}

.about-company__item:nth-child(2)::after {
  content: "";
  display: block;
  width: 12px;
  height: 116px;
  position: absolute;
  top: 0;
  right: 0;
  background: url(../img/icon/about-line-2.png) no-repeat;
}

.about-company__item:nth-child(3) {
  width: 260px;
  padding-left: 50px;
}

.about-company__item:nth-child(3)::after {
  content: "";
  display: block;
  width: 12px;
  height: 116px;
  position: absolute;
  top: 0;
  right: 0;
  background: url(../img/icon/about-line-3.png) no-repeat;
}

.about-company__item:nth-child(4) {
  padding-left: 50px;
}

@media (max-width: 1120px) {
  .about-company {
    position: relative;
  }

  .about-company__top {
    position: static;
    justify-content: center;
  }

  .about-company .btn-link {
    display: none;
  }

  .about-company .btn-link.about-company__bottom-link {
    display: flex;
  }

  .about-company__wrap {
    max-width: 730px;
    width: 100%;
    flex-wrap: wrap;
    height: 218px;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
  }

  .about-company__item {
    padding-bottom: 25px;
  }

  .about-company__item:nth-child(2)::after {
    display: none;
  }

  .about-company__item:nth-child(3)::after {
    background: url(../img/icon/about-line-4.png) no-repeat;
  }

  .about-company__item:nth-child(3) {
    padding-left: 10px;
    width: 275px;
  }

  .about-company__item:nth-child(4) {
    padding-left: 35px;
  }
}

@media (max-width: 790px) {
  .about-company__item {
    width: 365px !important;
    padding-top: 20px;
  }

  .about-company__item:nth-child(3) {
    padding-left: 30px;
  }

  .about-company__item:nth-child(3)::after {
    right: -10px;
  }

  .about-company__item:nth-child(1) {
    border-bottom: 1px solid #f8f8f6;
    padding-left: 50px;
  }

  .about-company__item:nth-child(2) {
    border-bottom: 1px solid #f8f8f6;
    padding-left: 70px;
  }

  .about-company__item:nth-child(3) {
    padding-left: 50px;
  }

  .about-company__item:nth-child(4) {
    padding-left: 70px;
  }
}

@media (max-width: 761px) {
  .about-company__item {
    width: 100% !important;
    padding-left: 30px !important;
    border-bottom: 1px solid #f8f8f6;
  }

  .about-company__wrap {
    height: 100%;
  }
}

@media (max-width: 560px) {
  .about-company__top {
    flex-wrap: wrap;
    justify-content: center;
  }

  .about-company__title {
    text-align: center;
    margin-top: 25px;
    font-size: 21px;
    margin-left: 0;
  }

  .about-company__item-text {
    margin-top: 10px;
  }
}

@media (max-width: 415px) {
  .about-company__item {
    border-bottom: none !important;
  }

  .about-company__item:nth-child(1)::after {
    background: url(../img/icon/about-line-mob-1.png) no-repeat;
    width: 100%;
    height: 11px;
    top: unset;
    bottom: 0;
    left: 0;
    right: unset;
    background-size: cover;
  }

  .about-company__item:nth-child(2)::after {
    background: url(../img/icon/about-line-mob-2.png) no-repeat;
    display: block;
    width: 100%;
    height: 11px;
    top: unset;
    bottom: 0;
    left: 0;
    right: unset;
    background-size: cover;
  }

  .about-company__item:nth-child(3)::after {
    background: url(../img/icon/about-line-mob-3.png) no-repeat;
    display: block;
    width: 100%;
    height: 11px;
    top: unset;
    bottom: 0;
    left: 0;
    right: unset;
    background-size: cover;
  }

  .about-company__more {
    width: 96%;
    bottom: 25px;
  }
}

.corp {
  margin-top: 95px;
  height: 180px;
  background-color: #f8f8f6;
}

.corp-wrap {
  display: flex;
}

.corp-title {
  margin-top: 59px;
  font-size: 32px;
  font-weight: 600;
  width: 242px;
}

.corp-img {
  position: relative;
  margin-left: 65px;
  height: 180px;
}

.corp-img img {
  position: absolute;
  bottom: 0;
}

.corp-form {
  max-width: 540px;
  width: 100%;
  margin-left: 260px;
  /* margin-top: 32px; */
  margin-top: 20px;
}

.corp-form .input-checkbox {
  height: 20px;
  position: absolute;
  right: 0;
  bottom: -9px;
}

.corp-form .input-checkbox input {
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  visibility: hidden;
}

.corp-form .input-checkbox a {
  font-size: 11px;
  text-decoration: underline;
}

.corp-form .input-checkbox input[type="checkbox"]+label {
  width: 16px;
  height: 16px;
}

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

.corp-form form input {
  padding-left: 15px;
  width: 255px;
  height: 48px;
  border-radius: 2px;
  border: 1px solid rgba(54, 54, 54, 0.1);
  background-color: #ffffff;
  margin-bottom: 20px;
}

.corp-form form input::placeholder {
  color: rgba(54, 54, 54, 0.8);
  font-size: 16px;
  font-weight: 600;
}

.corp-form__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 255px;
  height: 48px;
  border: none;
  box-shadow: none;
  background-color: #fcc607;
  border-radius: 2px;
  font-size: 16px;
  font-weight: 600;
}

.corp-form__btn::before {
  content: '';
  display: block;
  position: relative;
  top: 2px;
  margin-right: 10px;
  width: 20px;
  height: 20px;
  background: url(../img/icon/corp-btn-icon.png) no-repeat;
}

.corp-form__btn:disabled {
  pointer-events: none;
  opacity: .7;
}

.corp-form__btn:hover {
  background-color: transparent;
  border: 2px solid #fcc607;
}

.corp-form__btn:hover::before {
  background: url(../img/icon/corp-btn-icon-yellow.png) no-repeat;
}

@media (max-width: 1120px) {
  .corp {
    height: 270px;
    margin-top: 30px;
  }

  .corp-form .input-checkbox a {
    font-size: 15px;
    right: 10px;
  }

  .corp-img {
    display: none;
  }

  .corp-title {
    width: 100%;
    text-align: center;
  }

  .corp-wrap {
    flex-wrap: wrap;
  }

  .corp-form {
    max-width: 730px;
    display: flex;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
  }

  .corp-form form input {
    max-width: 350px;
    width: 100%;
  }

  .corp-form__btn {
    max-width: 350px;
    width: 100%;
  }
}

@media (max-width: 730px) {
  .corp {
    height: auto;
    margin-top: 10px;
    padding-bottom: 25px;
  }

  .corp-title {
    font-size: 28px;
    margin-top: 30px;
  }

  .corp-form form input {
    width: 100%;
    max-width: unset;
  }

  .corp-form__btn {
    margin-top: 30px;
    width: 100%;
    max-width: unset;
  }

  .corp-form {
    margin-top: 25px;
  }
}

.news {
  margin-top: 50px;
  padding-bottom: 50px;
}

.news-wrap {
  display: flex;
  flex-wrap: wrap;
  margin-top: 35px;
  margin-left: -15px;
  margin-right: -15px;
}

.news-title {
  font-size: 24px;
  font-weight: 600;
}

.news-title__wrap {
  display: flex;
  justify-content: space-between;
}

.news-more {
  font-size: 16px;
  font-weight: 600;
  text-decoration: underline;
  color: #2372e8;
}

.news-item {
  margin-left: 15px;
  margin-right: 15px;
  position: relative;
  width: 255px;
  height: 280px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  border-radius: 2px;
  background-color: #ffffff;
}

.news-item:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.news-item__img {
  width: 255px;
  height: 140px;
}

.news-item__img img {
  width: 255px;
  height: 140px;
  object-fit: cover;
}

.news-item__title {
  display: block;
  height: 90px;
  overflow: hidden;
  margin-top: 15px;
  font-size: 16px;
  font-weight: 600;
  line-height: 22.4px;
}

.news-item__content {
  padding-left: 15px;
  padding-right: 15px;
}

.news-item__date {
  position: absolute;
  left: 15px;
  bottom: 15px;
  font-size: 12px;
  font-weight: 400;
}

@media (max-width: 1120px) {
  .news {
    padding-bottom: 30px;
  }

  .news-item {
    width: 350px;
    margin-bottom: 20px;
  }

  .news-item__img {
    max-width: 350px;
    width: 100%;
  }

  .news-item__img img {
    max-width: 350px;
    width: 100%;
    object-fit: cover;
  }

  .news-wrap {
    justify-content: center;
    margin-left: 0;
    margin-right: 0;
  }
}

@media (max-width: 792px) {
  .news-item {
    margin-left: 5px;
    margin-right: 5px;
  }

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

  .news-item:nth-last-child(2) {
    display: none;
  }

}

@media (max-width: 730px) {
  .news {
    padding-bottom: 40px;
  }

  .news-item {
    margin-bottom: 15px;
  }

  .news-item:nth-last-child(2) {
    display: block;
  }

  .corp-form .input-checkbox {
    left: 0;
    bottom: 60px;
  }
}

@media (max-width: 560px) {
  .news {
    margin-top: 30px;
    padding-bottom: 15px;
  }

  .news-item {
    height: auto;
    padding-bottom: 40px;
  }

  .news-item__title {
    margin-top: 10px;
    min-height: 80px;
    height: auto;
    overflow: unset;
  }

  .news-item__date {
    bottom: 20px;
  }
}

.manufacturers {
  padding-top: 35px;
  height: 204px;
  background-color: #f8f8f6;
}

.manufacturers-title {
  font-size: 24px;
  font-weight: 600;
}

.manufacturers .container {
  position: relative;
}

.manufacturers-wrap {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}

.manufacturers-item {
  width: 125px;
  margin-left: 32px;
  margin-right: 32px;
}

.manufacturers-item img {
  width: 100%;
  max-height: 70px;
}

.manufacturers-item:hover .grayscale {
  display: none;
}

.manufacturers-item:hover .grayscale100 {
  display: block !important;
}

.manufacturers .slick-track {
  display: flex;
  align-items: center;
}

.grayscale100 {
  display: none !important;
}

@media (max-width: 560px) {
  .manufacturers .slider-arrow {
    display: none;
  }

  .manufacturers .title-section {
    text-align: center;
  }
}

.object {
  padding-top: 50px;
  padding-bottom: 0;
}

.object .container {
  position: relative;
}

.object-wrap {
  display: flex;
  margin-top: 35px;
  margin-left: -15px;
}

.object-item {
  position: relative;
  width: 350px;
  height: 258px;
  border-radius: 2px;
  margin-left: 15px;
  margin-right: 15px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  padding-top: 185px;
}

.object-item__img {
  width: 350px;
  height: 258px;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}

@media(max-width: 560px) {
  .object-item__img {
    width: 100%;
  }
}

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

.object-item__title {
  font-weight: 600;
  font-size: 16px;
  height: 29px;
}

.object-item__text {
  font-size: 10px;
  line-height: 16px;
}

.object-item::after {
  content: '';
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 0;
  display: block;
  width: 350px;
  height: 94px;
  background: url(../img/object/object-gb.png) no-repeat;
}

@media (max-width: 560px) {
  .object-item::after {
    width: 100%;
  }
}

.object .btn-link {
  margin-top: 35px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 730px) {
  .object {
    padding-top: 35px;
  }

  .object .title-section {
    text-align: center;
  }

  .object .slider-arrow {
    display: none;
  }

  .object .btn-link {
    margin-top: 15px;
  }

  .object-wrap {
    flex-wrap: wrap;
    justify-content: center;
    margin-left: 0;
  }

  .object-item {
    margin-bottom: 15px;
  }
}

.notetext {
  display: block;
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  text-align: left;
}

@media (max-width: 560px) {
  .object-item {
    margin-left: auto;
    margin-right: auto;
    max-width: 350px;
    width: 100%;
    padding-top: 175px;
  }

  .object-item::after {
    width: 100%;
  }

  .object .object-wrap>a {
    display: block;
    width: 100%;
  }

  .object-item__img {
    width: 100%;
  }

  .object .btn-link {
    width: 100%;
    max-width: 350px;
  }

  .notetext {
    margin-left: 8px;
  }

  .big_map {
    width: 100%;
    height: 620px !important;
  }

  .default_office .btn-yellow {
    margin-left: 0;
  }
}

@media (max-width: 400px) {
  .object-item {
    width: 300px;
  }
}

.faq {
  margin-top: 30px;
  margin-bottom: 50px;
}

.faq-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.faq-accardeon {
  margin-top: 25px;
}

.faq-accardeon__title {
  position: relative;
  cursor: pointer;
  padding-left: 30px;
  padding-right: 45px;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-top: 15px;
  font-weight: 600;
  font-size: 16px;
  border: 1px solid #E6E6E6;
  border-radius: 2px;
  line-height: 20px;
}

.faq-accardeon__title:hover {
  background-color: rgba(252, 198, 7, 0.1);
}

.faq-accardeon__title::after {
  content: "";
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 14px;
  background: url(../img/icon/arrow-right.png) no-repeat;
  transition: all ease .3s;
}

.faq-accardeon__title.active {
  border-bottom: none;
}

.faq-accardeon__title.active::after {
  transform: rotate(-90deg);
  top: 40%;
  transition: all ease .3s;
}

.faq-accardeon__text {
  margin-bottom: 15px;
  display: none;
  padding-left: 30px;
  padding-bottom: 15px;
  padding-right: 45px;
  font-size: 14px;
  line-height: 32px;
  border: 1px solid #E6E6E6;
  border-top: 0;
}

@media (max-width: 560px) {
  .faq-wrap {
    flex-wrap: wrap;
  }

  .faq .title-section {
    width: 100%;
  }

  .qeustion-btn {
    margin-top: 20px;
  }
}

.pagination {
  margin-top: 50px;
  margin-bottom: 50px;
  display: flex;
  justify-content: center;
  font-weight: 600;
}

.pagination a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px 11px;
  min-width: 33px;
  min-height: 33px;
  border: 1px solid #FCC607;
  border-radius: 2px;
  margin-left: 6px;
  margin-right: 6px;
}

.pagination a:hover {
  background-color: #fcc607;
}

.pagination span {
  padding: 6px 11px;
  padding-top: 9px;
  min-width: 33px;
  min-height: 33px;
}

.page {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px 11px;
  min-width: 33px;
  min-height: 33px;
  border: 1px solid #FCC607;
  border-radius: 2px;
  margin-left: 6px;
  margin-right: 6px;
}

.page.active {
  background-color: #fcc607;
  padding: 7px 11px;
}

.catalog-block .pagination {
  position: absolute;
  left: 52%;
  transform: translateX(-50%);
  bottom: 10px;
  margin-top: 0;
  margin-bottom: 0;
}

@media (max-width: 560px) {
  .catalog-block .pagination {
    width: 100%;
    left: 50%;
    bottom: 0;
  }

  .card-specifications table tbody {
    width: 350px;
    display: block;
    overflow: auto;
  }

  .card-tabs table tbody {
    width: 350px;
    display: block;
    overflow: auto;
  }

  .card-tabs table tr {
    font-size: 14px;
  }
}

@media(max-width: 374px) {
  .card-tabs table tbody {
    width: 300px;
  }
}

.modal {
  display: none;
  position: fixed;
  z-index: 222;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(54, 54, 54, 0.6);
}

.modal.visibility {
  display: block;
}

.modal-block {
  padding: 35px 30px;
  max-width: 410px;
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #FFFFFF;
  border-radius: 2px;
}

.modal-title {
  font-weight: 600;
  font-size: 24px;
  text-align: center;
}

.modal-close {
  cursor: pointer;
  position: absolute;
  top: 12px;
  right: 12px;
}

.modal form {
  margin-top: 12px;
}

.modal form .modal-input {
  margin-top: 12px;
  padding-left: 15px;
  max-width: 350px;
  width: 100%;
  height: 40px;
  background: #F8F8F6;
  border: none;
  border-radius: 2px;
}

.modal form .modal-input::placeholder {
  color: #848483;
  font-size: 14px;
}

.modal form textarea {
  display: block !important;
  width: 100%;
  height: 120px;
  margin-top: 12px;
  padding-left: 15px;
  padding-top: 15px;
  margin-bottom: 15px;
  resize: none;
  background: #F8F8F6;
  border: none;
}

.modal .fast_comment {
  display: none !important;
}

.modal form textarea::placeholder {
  color: #848483;
}

.modal-btn {
  width: 100%;
  margin-top: 25px;
  border: none;
  box-shadow: none;
  height: 48px;
  background-color: #fcc607;
  border-radius: 2px;
  font-weight: 600;
  font-size: 16px;
}

.modal-btn:hover {
  background-color: transparent;
  border: 2px solid #fcc607;
}

.modal-btn:disabled {
  pointer-events: none;
  opacity: .7;
}

.modal input[type="checkbox"]+label {
  min-width: 16px;
  min-height: 16px;
}

.modal .input-checkbox span {
  font-size: 12px;
  line-height: 12px;
}

.reiting-stars {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.reiting-stars__label {
  font-size: 14px;
  padding-left: 15px;
}

.reiting-stars__wrap {
  display: flex;
  flex-direction: row-reverse;
}

.star-rating {
  display: flex;
}

.reiting-stars input {
  display: none;
}

.reiting-stars input:checked~label {
  background: url(../img/icon/star-hover.png) no-repeat;
}

.star {
  margin-left: 6px;
  margin-right: 6px;
  display: block;
  width: 24px;
  height: 24px;
  background: url(../img/icon/star.png) no-repeat;
  padding: 2px;
  cursor: pointer;
  transition: color .2s ease;
}

.star:hover {
  background: url(../img/icon/star-hover.png) no-repeat;
}

.star:hover~label {
  background: url(../img/icon/star-hover.png) no-repeat;
}

@media (max-width: 560px) {
  .modal-question {
    width: 90%;
  }

  .star {
    margin-left: 3px;
    margin-right: 3px;
  }
}

@media (max-width: 374px) {
  .modal-question {
    padding: 35px 15px;
  }

  .star {
    margin-left: 2px;
    margin-right: 2px;
  }
}

.content {
  margin-bottom: 50px;
}

.content-list__title {
  margin-top: 35px;
  display: flex;
  align-items: center;
  font-size: 24px;
  font-weight: 600;
}

.content-list__title::before {
  content: '';
  display: block;
  margin-right: 5px;
  width: 10px;
  height: 2px;
  background-color: #fcc607;
}

.content-list__title-sub {
  margin-top: 28px;
  font-size: 14px;
}

.content-list__text-title {
  margin-top: 35px;
  font-size: 20px;
  font-weight: 600;
}

.content-list__text-description {
  margin-top: 15px;
  font-size: 14px;
  font-style: normal;
  letter-spacing: normal;
  line-height: 32px;
}

.content-list__item {
  margin-top: 20px;
}

.content-list__item li {
  margin-top: 20px;
  font-weight: 400;
  font-size: 14px;
}

.content-list__item li:first-child {
  margin-top: 21px;
  font-weight: 700;
}

.content-table {
  margin-top: 25px;
  margin-bottom: 15px;
}

.content-table table {
  max-width: 1017px;
  width: 100%;
}

.content-table caption {
  margin-bottom: 20px;
  text-align: left;
  font-size: 14px;
  font-weight: 600;
}

.content-table tr {
  border: 1px solid #e6e6e6;
  line-height: 18px;
  vertical-align: middle;
  font-weight: 600;
}

.content-table tr:first-child {
  background-color: #f8f8f6;
  font-size: 14px;
}

.content-table tr:first-child td {
  font-weight: 400;
}

.content-table tr td {
  text-align: left;
  padding-left: 15px;
  padding-right: 18px;
  padding-top: 9px;
  padding-bottom: 12px;
  border: 1px solid #e6e6e6;
  font-size: 14px;
}

.content-table tr td:nth-child(2) {
  padding-left: 25px;
  padding-right: 40px;
}

.content-table tr td:nth-child(3) {
  padding-left: 25px;
  padding-right: 35px;
}

.content-table tr td:nth-child(4) {
  padding-left: 25px;
  padding-right: 25px;
}

.content p {
  font-size: 14px;
  line-height: 32px;
}

.content-table.delivery table {
  max-width: 1110px;
  width: 100%;
}

.content-table.delivery tr td:nth-child(1) {
  padding-right: 5px;
}

.content-table.delivery tr td:nth-child(2) {
  padding-right: 0;
}

.content-table.delivery tr:nth-child(1) td {
  padding-bottom: 28px;
}

@media (max-width: 992px) {
  .content-table.delivery tr:nth-child(1) td {
    padding-bottom: 10px;
  }

  .content-table.delivery tr td:nth-child(2) {
    padding-right: 10px;
  }
}

@media (max-width: 560px) {
  .content-table {
    overflow-x: scroll;
  }

  .content-table tr td {
    padding-right: 25px;
  }

  .content-table.delivery tr td {
    min-width: 120px;
  }

  .content-table tr td {
    min-width: 95px;
  }
}

.articles {
  margin-top: 30px;
}

.articles .title-section {
  font-size: 32px;
}

.articles-item {
  height: 192px;
  overflow: hidden;
  margin-bottom: 15px;
  padding: 15px;
  display: flex;
  background: #FFFFFF;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
  border-radius: 2px;
}

.articles-item:hover {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

.articles-item__img {
  width: 240px;
  height: 160px;
  border-radius: 2px;
  overflow: hidden;
}

.articles-item__img img {
  width: 240px;
  height: 160px;
  object-fit: contain;
  max-width: 100%;
}

.articles-item__description {
  margin-left: 25px;
}

.articles-item .title {
  padding-top: 12px;
  font-weight: 600;
  font-size: 20px;
}

.articles-item .date {
  margin-top: 10px;
  font-size: 12px;
}

.articles-item .text {
  max-width: 800px;
  width: 100%;
  margin-top: 20px;
  font-size: 14px;
  line-height: 24px;
  height: auto;
  min-height: unset;
}

.articles-page__wrap {
  margin-top: 30px;
}

.articles-page__date {
  margin-top: 25px;
  font-size: 14px;
}

.articles-page__img {
  margin-left: 30px;
  float: right;
  width: 300px;
  height: 270px;
}

.articles-page__img img {
  max-width: 100%;
  height: 270px;
  object-fit: contain;
}

@media (max-width: 575px) {
  .articles-page img {
    display: block;
    margin: 0 auto !important;
    width: 100% !important;
    height: auto !important;
    float: none;
  }
}

.articles-page p {
  font-size: 14px;
  line-height: 32px;
}

.articles-page h2 {
  margin-top: 30px;
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 20px;
}

.articles-page .text ul:first-child {
  margin-top: 0;
}

.articles-page ul {
  margin-top: 15px;
}

.articles-page ul.top-list {
  margin-top: 0;
  margin-bottom: 30px;
}

.articles-page ul.top-list li {
  margin-bottom: 0;
}

.articles-page li {
  font-size: 14px;
  margin-bottom: 20px;
  line-height: 32px;
}

.articles-page li h3 {
  font-weight: 600;
}

.articles-list__title {
  margin-top: 50px;
  margin-bottom: 25px;
  font-weight: 600;
  font-size: 16px;
}

.articles-list li {
  width: 250px;
  font-weight: 600;
  font-size: 12px;
  text-decoration: underline;
  color: #2372e8;
  margin-bottom: 18px;
  line-height: 18px;
}

.articles-list li:hover {
  color: #fcc607;
}

.articles-list li:last-child {
  margin-bottom: 0;
}

.articles-navi {
  margin-top: 35px;
  display: flex;
  justify-content: space-between;
}

.articles-navi a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 226px;
  height: 48px;
  border: 1px solid #FCC607;
  border-radius: 2px;
  font-weight: 600;
  font-size: 16px;
}

.articles-navi a:hover {
  background-color: #fcc607;
}

.articles-navi a:first-child::before {
  content: '';
  display: block;
  margin-right: 10px;
  width: 5px;
  height: 9px;
  background: url(../img/icon/arrow-small.png) no-repeat;
}

.articles-navi a:last-child::after {
  content: '';
  display: block;
  margin-left: 10px;
  width: 5px;
  height: 9px;
  background: url(../img/icon/arrow-small.png) no-repeat;
  transform: rotate(-180deg);
}

@media (max-width: 730px) {
  .articles-item {
    flex-wrap: wrap;
    height: auto;
  }

  .articles-item__description {
    max-width: 800px;
    width: 100%;
    margin-left: 0;
  }

  .articles-item__img {
    margin-left: auto;
    margin-right: auto;
  }

  .articles-page__img {
    max-width: 445px;
    height: auto;
    width: 100%;
    float: unset;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .articles-page__img img {
    width: 100%;
    height: auto;
  }

  .articles-page li {
    margin-bottom: 10px;
  }

  .articles-navi a {
    font-size: 14px;
  }

  .articles-navi a:first-child {
    margin-right: 10px;
  }
}

.sertificates {
  margin-top: 35px;
}

.sertificates-wrap {
  display: flex;
  flex-wrap: wrap;
  margin-top: 25px;
  margin-left: -25px;
  margin-right: -25px;
  margin-bottom: 30px;
}

.sertificates-item {
  margin-bottom: 20px;
  margin-left: 25px;
  margin-right: 25px;
  padding: 10px 16px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 332px;
  height: 52px;
  background: #F8F8F6;
  border-radius: 2px;
  transition: all ease .3s;
}

.sertificates-item:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  transition: all ease .3s;
}

.sertificates-item__name {
  padding-left: 10px;
  font-size: 14px;
  line-height: 18px;
}

.sertificates-item img {
  min-width: 20px;
  min-height: 20px;
}

@media (max-width: 560px) {
  .sertificates-wrap {
    justify-content: center;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 15px;
  }

  .sertificates-item {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    justify-content: flex-start;
    height: auto;
    padding: 5px;
  }
}

.search-form {
  margin-top: 35px;
}

.search-form__wrap {
  display: flex;
}

.search-form__input {
  max-width: 1007px;
  width: 100%;
  height: 50px;
  background: #F8F8F6;
  border-radius: 2px;
  padding-left: 15px;
  border: none;
}

.search-form__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 103px;
  height: 50px;
  background: #EFEFEF;
  border-radius: 2px;
  border: none;
  font-family: Proxima;
}

.search-form__btn::after {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  margin-left: 10px;
  background: url(../img/icon/search-btn-icon.png) no-repeat;
}

.search-result {
  margin-top: 50px;
  font-weight: 600;
  font-size: 24px;
}

.search-advanced {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.options-search {
  padding-left: 15px;
  padding-top: 15px;
  width: 204px;
  height: auto;
  position: absolute;
  z-index: 22;
  left: 0;
  display: none;
  background: #F8F8F6;
  border: 1px solid #E6E6E6;
  border-top: none;
  border-radius: 2px;
}

.options-search li {
  cursor: pointer;
  font-size: 14px;
  margin-bottom: 15px;
}

.options-search li:hover {
  color: #fcc607;
}

.styledSelect-search {
  cursor: pointer;
  width: 204px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  border: 1px solid #E6E6E6;
  background: #F8F8F6;
  font-size: 14px;
}

.search-sort {
  position: relative;
  top: 15px;
  display: flex;
  width: 204px;
}

.search-sort.active .options-search {
  display: block !important;
}

.search-sort.active .styledSelect-search {
  border-bottom: none;
}

.search-sort.active .menu-item__arrow {
  transform: rotate(-180deg);
  transition: all ease .3s;
}

.search-sort .menu-item__arrow {
  position: absolute;
  right: 15px;
  top: 36px;
  transition: all ease .3s;
}

.select-search {
  position: relative;
}

.search-sort__label {
  position: absolute;
  top: 31px;
  right: 222px;
  font-size: 14px;
}
@media(max-width:720px){
  .search-sort .menu-item__arrow {
    transform: rotate(0);
    top: 17px;
  }
  .search-sort .search-sort__label {
    right: 292px;
  }
}
@media (max-width: 560px) {
  .search-advanced {
    flex-wrap: wrap;
  }

  .search-advanced-result {
    width: 100%;
  }

  .search-sort__label {
    position: static;
    margin-right: 20px;
  }

  .s-hidden {
    display: none;
  }

  .search-sort {
    width: 300px;
    align-items: center;
  }


}

.tabs {
  margin-top: 50px;
  margin-bottom: 50px;
}

.tabs-caption {
  display: flex;
  margin-left: -15px;
  margin-right: -15px;
}

.tabs-caption__title {
  cursor: pointer;
  margin-left: 15px;
  margin-right: 15px;
  font-weight: 600;
  font-size: 16px;
  color: #2372e8;
  text-decoration: underline;
}

.tabs-caption__title.active {
  color: #363636;
  text-decoration: none;
}

.tabs__content {
  display: none;
}

.tabs__content.active {
  display: block;
}

.tabs__content-wrap {
  position: relative;
  display: flex;
  margin-top: 40px;
  justify-content: space-between;
}

.tabs__content img {
  max-width: 100% !important;
  height: auto;
}

@media (max-width: 575px) {
  .tabs__content img {
    display: block;
    margin: 0 auto !important;
    float: none;
    width: 100% !important;
  }
}

@media (max-width: 767px) {
  .tabs__content table {
    display: block;
    white-space: nowrap;
    overflow-x: auto;
  }
}

.tabs__content-img {
  min-width: 380px;
  height: 260px;
  border-radius: 2px;
  overflow: hidden;
}

.tabs__content-img img {
  width: 380px;
  height: 260px;
  object-fit: cover;
}

.tabs__content-description {
  padding-top: 5px;
  margin-left: 10px;
}

.tabs__content-title {
  font-weight: 600;
  font-size: 24px;
}

.tabs__content-text {
  max-width: 700px;
  width: 100%;
  margin-top: 15px;
  font-size: 16px;
  line-height: 28px;
}

.tabs__content-btn {
  margin-top: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 318px;
  height: 48px;
  border: 1px solid #FCC607;
  border-radius: 2px;
  font-weight: 600;
  font-size: 16px;
}

.tabs__content-btn:hover {
  background-color: #fcc607;
}

.tabs__content-specifications {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: -15px;
  margin-right: -15px;
}

.tabs__content-instructions {
  margin-top: 40px;
  display: flex;
  margin-left: -12px;
  margin-right: -12px;
}

.tabs__content-foto {
  margin-top: 40px;
  position: relative;
  margin-bottom: 60px;
}

.tabs__content-foto .card-slider__arrow {
  top: unset;
  bottom: -60px;
  width: 100%;
  justify-content: space-between;
}

.tabs__content-video {
  display: flex;
  margin-top: 40px;
  margin-left: -15px;
  margin-right: -15px;
}

.tabs__content.foto {
  margin-bottom: 100px;
}

.tabs-specifications__item {
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  width: 47%;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #F3F3F3;
}

.tabs-specifications__item:first-child {
  border-top: 1px solid #F3F3F3;
}

.tabs-specifications__item:nth-child(2) {
  border-top: 1px solid #F3F3F3;
}

.tabs-specifications__name {
  font-size: 12px;
}

.tabs-specifications__num {
  font-size: 14px;
  color: #48443E;
}

.tabs-instructions__item {
  transition: all ease .3s;
  margin-left: 12px;
  margin-right: 12px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 52px;
  background: #F8F8F6;
  border-radius: 2px;
  line-height: 18px;
}

.tabs-instructions__item:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  transition: all ease .3s;
}

.tabs-instructions__name {
  font-size: 14px;
  margin-left: 12px;
}

.tabs-foto__wrap {
  display: flex;
}

.tabs-foto__img img{
  width: 100%;
  height: 200px;
}

.tabs-foto__img {
  width: 255px;
  height: 200px;
  margin-left: 15px;
  margin-right: 15px;
}

.tabs-video__item {
  width: 350px;
  height: 250px;
  margin-left: 15px;
  margin-right: 15px;
}

.tabs-slider .tabs-caption__title {
  font-size: 20px;
}

.tabs-slider .tabs-slider-caption {
  margin-bottom: 33px;
}

@media (max-width: 992px) {
  .tabs__content-wrap {
    flex-wrap: wrap;
    justify-content: center;
  }

  .tabs__content-description {
    padding-top: 15px;
  }

  .tabs-specifications__item {
    width: 40%;
  }

  .tabs-slider .tabs-caption__title {
    font-size: 16px;
    white-space: nowrap;
  }
}

@media (max-width: 730px) {
  .tabs__content-video {
    flex-wrap: wrap;
  }

  .tabs-video__item {
    width: 100%;
    height: 300px;
    margin-bottom: 20px;
  }

  .tabs-video__item:last-child {
    margin-bottom: 0;
  }
}

@media (max-width: 560px) {
  .tabs-caption {
    width: 100%;
    overflow-y: auto;
    padding-bottom: 20px;
  }

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

  .tabs__content-img {
    width: 100%;
    min-width: unset;
    height: auto;
  }

  .tabs-caption__title {
    white-space: pre;
  }

  .tabs__content-wrap {
    margin-top: 20px;
  }

  .tabs__content-text {
    font-size: 14px;
    line-height: 22px;
  }

  .tabs__content-btn {
    margin-left: auto;
    margin-right: auto;
  }

  .tabs-specifications__item {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-right: 20px;
  }

  .tabs__content-specifications {
    margin-left: 0;
    margin-right: 0;
  }

  .tabs-foto__img {
    width: 300px;
  }

  .tabs-foto__img img {
    width: 300px;
    height: auto;
  }

  .tabs__content-foto .card-slider__arrow {
    bottom: -40px;
  }
}

.calc {
  margin-top: 35px;
}

.calc-type {
  margin-top: 25px;
  display: flex;
  justify-content: space-between;
}

.calc-type__title {
  margin-top: 38px;
  font-weight: 600;
  font-size: 20px;
}

.calc-type__item {
  cursor: pointer;
  width: 200px;
  height: 156px;
  padding-top: 15px;
}

.calc-type__item.active {
  border: 1px solid #fcc607;
}

.calc-type__item.active .calc-type__image {
  opacity: 1;
}

.calc-type.roof .calc-type__item {
  width: 170px;
  height: 155px;
}

.calc-type.roof .calc-type__image {
  width: 150px;
}

.calc-type.payment .calc-type__item {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 350px;
  height: 100px;
  border-radius: 2px;
  border: 1px solid #fcc607;
}

.calc-type.payment .calc-type__item-title {
  font-weight: 600;
  font-size: 16px;
}

.calc-type.payment .calc-type__item-num {
  margin-top: 5px;
  font-size: 15px;
}

.calc-type.payment .calc-type__item.active {
  background-color: #fcc607;
}

.calc-type.payment .calc-type__item:hover {
  background-color: #fcc607;
}

.calc-type.material {
  margin-top: 22px;
}

.calc-type.material .calc-type__item {
  padding-top: 25px;
  width: 260px;
  height: 160px;
}

.calc-type.material .calc-type__image {
  margin-left: auto;
  margin-right: auto;
  width: 227px;
  height: 74px;
}

.calc-type.material .calc-type__name {
  margin-top: 33px;
}

.calc-type__image {
  cursor: pointer;
  width: 200px;
  height: 110px;
  opacity: .3;
  transition: all ease .3s;
  background-size: contain;
  background-repeat: no-repeat;
}

.calc-type__image:hover {
  opacity: 1;
  transition: all ease .3s;
}

.calc-type__name {
  margin-top: 0;
  display: block;
  width: 100%;
  text-align: center;
  font-weight: 600;
  font-size: 16px;
}

.calc-param {
  display: none;
}

.calc-param.roof {
  display: block;
}

.calc-param.active {
  display: block;
}

.calc-param__title {
  margin-top: 45px;
  font-weight: 600;
  font-size: 20px;
}

.calc-param__wrap {
  display: flex;
  justify-content: space-between;
}

.calc-param__wrap .calc-param__item:last-child {
  position: relative;
  width: 435px;
  align-items: center;
}

.calc-param__wrap .calc-param__item:last-child .calc-param__item-label {
  width: 200px;
}

.calc-param__wrap .calc-param__item:last-child .calc-radio__wrap {
  position: absolute;
  left: 190px;
  top: 50%;
  transform: translateY(-50%);
  width: 232px;
}

@media (max-width: 992px) {
  .calc-param__wrap .calc-param__item:last-child .calc-radio__wrap {
    width: 100% !important;
  }
  .calc-param__wrap .calc-param__item:last-child .calc-radio {
    width: calc(100% - 350px);
  }
}

@media (max-width: 730px) {
  .calc-param__wrap .calc-param__item:last-child .calc-radio {
    margin-bottom: 35px;
    width: 100%;
  }
}

.calc-param__wrap .calc-param__item {
  margin-top: 35px;
}

.calc-param__wrap .calc-param__item .calc-param__item-label {
  padding-top: 5px;
}

.calc-param__item {
  margin-top: 20px;
  display: flex;
  align-items: flex-start;
}

.calc-param__item-label {
  padding-top: 15px;
  min-width: 350px;
  margin-right: 0;
}

.calc-param__item-label label {
  display: flex;
  font-weight: 400 !important;
}

.calc-param__item-label label::after {
  content: '*';
  display: block;
  font-size: 16px;
  margin-left: 3px;
  color: red;
}

.calc-param__item-label.no-star label::after {
  display: none;
}

.calc-param__item label {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
}

.calc-param__item input[type="text"] {
  font-size: 12px;
  padding-left: 15px;
  width: 201px;
  height: 33px;
  background: #F8F8F6;
  border-radius: 2px;
  border: none;
}

.calc-param__more {
  display: none;
}

.calc-param__more label::after {
  display: none;
}

.calc-param__more-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 374px;
}

.calc-param__more-btn {
  cursor: pointer;
  position: relative;
  top: 25px;
  width: 35px;
  height: 35px;
  transition: all ease .3s;
}

.calc-param__more-btn.active {
  transform: scale(1, -1);
  transition: all ease .3s;
}

.calc-param__result {
  padding-top: 25px;
  padding-left: 32px;
  padding-right: 32px;
  position: relative;
  margin-top: 103px;
  max-width: 380px;
  width: 100%;
  min-height: 498px;
  border: 1px solid #D5D5D5;
  border-radius: 2px;
}

.calc-param__result-img {
  margin-left: auto;
  margin-right: auto;
  width: 316px;
}

.calc-param__result-img img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  object-position: center;
  object-fit: cover;
  width: 316px;
}

.calc-param__result-title {
  margin-top: 15px;
  font-weight: 600;
  font-size: 20px;
}

.calc-param__result-btn {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 50%;
  bottom: 25px;
  transform: translateX(-50%);
  max-width: 316px;
  width: 100%;
  height: 48px;
  font-weight: 600;
  font-size: 16px;
  background-color: #fcc607;
}

.calc-param__result-btn:hover {
  border: 1px solid #fcc607;
  background-color: transparent;
}

.calc-param.roof .container {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}

.calc-param.roof .calc-param__item-label {
  min-width: 185px;
  margin-right: 35px;
}

.only_int_number {
  margin-left: 5px;
}

.calc-param.roof .calc-param__more-wrap {
  width: 100%;
}

.calc-param.roof .calc-param__more-btn {
  right: 0;
}

.calc-param.roof .calc-param__item {
  max-width: 690px;
  width: 100%;
}

.calc-param.roof .calc-param__item {
  margin-top: 18px;
}

.calc-radio__wrap {
  display: flex;
  flex-wrap: wrap;
  margin-left: -8px;
  margin-right: -8px;
}

.calc-radio__wrap label {
  margin-top: 7px;
}

.calc-radio__wrap.no-wrap {
  flex-wrap: nowrap;
}

.calc-result {
  cursor: pointer;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  width: 200px;
  height: 48px;
  background: #FCC607;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 16px;
}

.calc-result:hover {
  background-color: transparent;
  border: 1px solid #FCC607;
}

.calc-result__row {
  margin-top: 30px;
  width: 100%;
}

.calc-result__row .container {
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
  align-items: center;
  background-color: #F8F8F6;
  height: 72px;
}

.calc-result__type {
  font-size: 20px;
  line-height: 24px;
}

.calc-result__metr {
  margin-left: 65px;
}

.calc-result__metr span {
  padding-right: 3px;
  font-weight: 600;
  color: #2372e8;
}

.calc-result__btn {
  margin-left: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 212px;
  height: 48px;
  background: #FCC607;
  border-radius: 2px;
  font-weight: bold;
  font-size: 16px;
}

.calc-result__btn::before {
  content: "";
  display: block;
  margin-right: 10px;
  width: 20px;
  height: 20px;
  background: url(../img/icon/calc-cart.png) no-repeat;
  background-size: cover;
}

.calc-text {
  margin-top: 50px;
  font-size: 14px;
  line-height: 32px;
}

.calc-text__list {
  margin-bottom: 30px;
}

.calc-text__list strong {
  font-weight: 600;
}

.calc-form {
  margin-top: 50px;
}

.calc-form__title {
  text-align: center;
  font-weight: 600;
  font-size: 24px;
}

.calc-form__wrap {
  display: flex;
  justify-content: space-between;
  max-width: 730px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.calc-form form {
  margin-top: 15px;
}

.calc-form form .calc-input {
  margin-top: 15px;
  display: block;
  padding-left: 15px;
  width: 350px;
  height: 40px;
  border: none;
  background-color: #F8F8F6;
  border-radius: 2px;
}

.calc-form form .calc-input::placeholder {
  font-size: 14px;
  color: #848483;
}

.calc-form form .calc-input__wrap {
  margin-top: 15px;
}

.calc-form form .calc-input__file {
  font-size: 0;
  width: 0;
  visibility: hidden;
}

.calc-form form .calc-input__file-label {
  cursor: pointer;
  display: flex;
  align-items: center;
  color: #2372e8;
  font-weight: 600;
  font-size: 12px;
  text-decoration: unset;
}

.calc-form form .calc-input__file-label::before {
  content: '';
  display: block;
  margin-right: 5px;
  width: 16px;
  height: 16px;
  background: url(../img/icon/paperclip.png) no-repeat;
}

.calc-form form textarea {
  padding-left: 12px;
  padding-top: 12px;
  margin-top: 15px;
  resize: none;
  width: 350px;
  height: 152px;
  background-color: #F8F8F6;
  border-radius: 2px;
  border: none;
}

.calc-form__btn {
  margin-top: 15px;
  border: none;
  width: 350px;
  height: 48px;
  background: #FCC607;
  border-radius: 2px;
  color: #363636;
  font-weight: 600;
  font-size: 16px;
}

.calc-form__btn:hover {
  border: 1px solid #fcc607;
  background-color: transparent;
}

.calc-form__rigth {
  margin-left: 30px;
}

.calc-total {
  margin-left: 255px;
  font-weight: 600;
  font-size: 24px;
}

.calc-total span {
  padding-left: 3px;
  font-weight: 600;
  color: #2372e8;
}

.roof-dimensions {
  margin-top: 25px;
}

.roof-dimensions__item {
  margin-bottom: 25px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;

}

.roof-dimensions__item:last-child {
  margin-bottom: 95px;
}

.roof-dimensions__item-block {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.roof-dimensions__item-block label {
  max-width: 75px;
  font-size: 14px;
  margin-right: 12px;
  min-width: 55px;
}

.roof-dimensions__item-block input {
  padding-left: 10px;
  width: 59px;
  height: 40px;
  background-color: #F8F8F6;
  border-radius: 2px;
  border: none;
  font-size: 14px;
  color: #848483;
}

.roof-dimensions__item-block::after {
  content: 'м';
  position: absolute;
  font-size: 14px;
  color: #363636;
  right: 12px;
}

.right-part {
  margin-top: 80px;
  margin-left: 0 !important;
}

.right-part h4 {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 20px;
}

.cell-name {
  display: flex;
  justify-content: center;
}

.cell-name,
.cell-ed,
.cell-count,
.cell-price,
.cell-summ {
  padding: 15px;
  font-size: 16px;
  color: #363636;
}

.emulate-row a {
  font-size: 14px;
  text-decoration: underline;
}

.result-table-wrap {
  width: 718px;
}

.emulate-row:first-child {
  font-weight: 700;
}

.emulate-row:nth-child(odd) {
  background-color: #F2F3F4;
}

.result-table-wrap .result-table .emulate-row .emulate-cell {
  height: 40px;
  display: flex;
  align-items: center;
  font-size: 14px;
}

.result-table-wrap .result-table .emulate-row .emulate-cell:first-child {
  min-width: 300px;
}

.align-left {
  padding-left: 15px;
  width: 300px;
}

.result-table-wrap .result-table .emulate-row .emulate-cell:nth-child(2) {
  min-width: 60px;
  max-width: 60px;
  justify-content: center;
}

.result-table-wrap .result-table .emulate-row .emulate-cell:nth-child(3) {
  min-width: 116px;
  justify-content: center;
}

.result-table-wrap .result-table .emulate-row .emulate-cell:nth-child(4) {
  min-width: 116px;
  justify-content: center;
}

.result-table-wrap .result-table .emulate-row .emulate-cell:nth-child(5) {
  min-width: 116px;
  justify-content: center;
}

.result-table-wrap .result-table .emulate-row.summ-row.red {
  color: #e74c3c;
  font-weight: 700;
}

.result-action-wrap {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
}

.total_summ {
  width: 100%;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 20px;
}

.order {
  width: 195px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FCC607;
  font-weight: 600;
  font-size: 16px;
  border-radius: 2px;
}

.order:hover {
  background-color: transparent;
  border: 2px solid #FCC607;
}

.btn-gray {
  width: 195px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #FCC607;
  background: none;
  font-weight: 600;
  font-size: 16px;
  border-radius: 2px;
  margin: 0 20px;
  text-decoration: unset !important;
  -webkit-appearance: none;
  appearance: none;
}

@media (max-width: 1140px) {
  .calc-result__row .container {
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .calc-result__metr {
    margin-left: 0;
  }

  .calc-total {
    margin-left: 0;
  }

  .calc-result__btn {
    margin-left: 0;
  }
}

@media (max-width: 1040px) {
  .calc-type {
    flex-wrap: wrap;
    justify-content: center;
  }
}

@media (max-width: 992px) {

  .calc-param__wrap {
    flex-wrap: wrap;
  }

  .calc-param__wrap .calc-param__item:last-child .calc-radio__wrap {
    position: static;
  }

  .calc-type.payment .calc-type__item {
    width: 200px;
  }

  .calc-type.payment {
    justify-content: space-between;
  }

  .calc-param__result {
    margin-top: 50px;
    min-height: 390px;
  }

  .calc-result__row .container {
    padding-top: 25px;
    padding-bottom: 25px;
    height: auto;
  }

  .calc-result__type {
    max-width: 480px;
    width: 100%;
  }

  .calc-total {
    margin-top: 20px;
  }

  .calc-result__btn {
    margin-top: 20px;
  }
}

@media (max-width: 730px) {
  .calc-param__item {
    flex-wrap: wrap;
  }

  .calc-param__item-label {
    width: 100%;
    min-width: unset;
  }

  .calc-radio {
    margin-top: 20px;
  }

  /*.calc-param__wrap .calc-param__item:last-child .calc-radio {*/
  /*  margin-top: 40px;*/
  /*}*/

  .calc-param__title {
    margin-top: 10px;
  }

  .calc-param__item input[type="text"] {
    margin-top: 20px;
  }

  .calc-param__more-btn {
    top: 7px;
  }

  .calc-type.payment .calc-type__item {
    width: 155px;
    height: 70px;
    margin-bottom: 20px;
  }

  .calc-type.payment .calc-type__item:last-child {
    margin-bottom: 0;
  }

  .calc-type.payment .calc-type__item-title {
    font-size: 14px;
  }

  .calc-type.payment .calc-type__item-num {
    font-size: 12px;
  }

  .calc-type.payment {
    justify-content: center;
  }

  .calc-type.roof .calc-type__item {
    width: 140px;
    height: 125px;
  }

  .calc-type.roof .calc-type__image {
    width: 120px;
  }

  .calc-type.material .calc-type__item {
    width: 140px;
    height: 155px;
  }

  .calc-type.material .calc-type__image {
    width: 120px;
    background-size: contain;
  }

  .calc-result__row .container {
    padding-left: 10px;
  }

  .calc-result__type {
    max-width: max-content;
    width: 100%;
  }

  .calc-total {
    margin-top: 20px;
  }

  .calc-result__btn {
    margin-top: 20px;
  }

  .calc-form__wrap {
    flex-wrap: wrap;
    justify-content: center;
    max-width: unset;
  }

  .calc-form__rigth {
    margin-left: 0;
    display: flex;
    flex-direction: column;
  }

  .calc-form__left {
    display: flex;
    flex-direction: column;
  }

  .result-table-wrap {
    width: 400px;
    overflow: auto;
  }

  .emulate-row:nth-child(2n+1) {
    width: 177%;
  }
}

@media (max-width: 560px) {
  .calc-type__item {
    width: 150px;
    height: 125px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .calc-type__image {
    width: 150px;
    height: 75px;
    background: no-repeat;
    background-size: contain;
  }

  .calc-text__list {
    margin-bottom: 30px;
  }

  .calc-form__left {
    width: 100%;
  }

  .calc-form form .calc-input {
    max-width: 350px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .file-upload {
    max-width: 350px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .calc-param__more-wrap {
    margin-top: 20px;
    max-width: 385px;
    width: 100%;
  }

  .calc-radio__wrap {
    margin-right: 0;
    margin-left: -8px;
  }

  .order {
    margin-left: auto;
    margin-right: auto;
  }

  .result-action-wrap {
    justify-content: center;
  }

  .btn-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .total_summ {
    font-size: 16px;
  }

  .btn-gray {
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
  }
}

@media (max-width: 400px) {
  .result-table-wrap {
    width: 350px;
    overflow: auto;
  }
}

@media (max-width: 360px) {
  .input-file-reset {
    margin-left: 85px;
  }
}

.compare {
  margin-top: 32px;
}

.compare-result__title {
  font-weight: 600;
  font-size: 20px;
}

.compare-wrap {
  margin-top: 32px;
  display: flex;
}

.compare-name {
  padding-top: 119px;
}

.compare-name__item {
  font-size: 12px;
  width: max-content;
  padding: 16px 0;
  box-sizing: border-box;
}

.compare-name__item:nth-child(1) {
  min-height: 80px;
}

@media (max-width: 350px) {
  .compare-name__item:nth-child(1) {
    min-height: 100px;
  }
}

.compare-name__item:nth-child(2) {
  min-height: 65px;
}

.compare-name__item:nth-child(n+3) {
  min-height: 52px;
}

.compare-table {
  position: relative;
  margin-left: 80px;
  max-width: 920px;
  width: 100%;
  overflow-x: auto;
}

.compare-table table {
  width: 100%;
  overflow-x: auto;
  border: 1px solid #E6E6E6;
  font-size: 12px;
  margin-bottom: 20px;
}

.compare-table table tbody tr:nth-child(n+3) {
  height: 52px;
}

.compare-table table td {
  padding: 16px;
  border: 1px solid #E6E6E6;
}

.compare-table__img td {
  padding: 16px;
}

.compare-table__img img {
  width: 135px;
  height: 85px;
  object-fit: cover;
}

.compare-table__name td {
  height: 80px;
  overflow: hidden;
  font-size: 12px;
  line-height: 16px;
  min-height: 80px;
}

@media (max-width: 350px) {
  .compare-table__name td {
    height: 100px;
  }
}

.compare-table__price td {
  height: 60px;
  font-weight: 600;
  font-size: 16px;
  color: #2372e8;
}

.compare-table__price td span {
  display: block;
  font-weight: 600;
  font-size: 12px;
  color: #C6C6C6;
}

.compare-table__length-after td {
  height: 50px;
}

.compare-table__length-before td {
  height: 50px;
}

.compare-table__width td {
  height: 50px;
}

.compare-table__color td {
  height: 50px;
}

.compare-table__color td .item-color {
  display: inline-block;
  width: 22px;
  height: 22px;
  border-radius: 2px;
}

.compare-table__color td .item-name {
  position: relative;
  left: 8px;
  top: -6px;
  font-size: 10px;
}

.compare-table__delete td {
  height: 50px;
}

.compare-table__delete a {
  color: #2372e8;
  text-decoration: underline;
  font-weight: 600;
  font-size: 12px;
}

.compare-table__cart td {
  height: 60px;
  padding-top: 14px !important;
  padding-bottom: 14px !important;
}

.compare-table__cart td a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 119px;
  height: 34px;
  background: #FCC607;
  border-radius: 2px;
  letter-spacing: 0.03em;
  font-size: 12px;
  font-weight: 700;
  transition: all ease .3s;
}

.compare-table__cart td a:before {
  content: '';
  display: block;
  margin-right: 9px;
  width: 16px;
  height: 16px;
  background: url(../img/icon/cart-black-icon.png) no-repeat;
  background-size: cover;
}

.compare-table__cart td a:hover {
  transition: all ease .3s;
  background-color: transparent;
  border: 1px solid #fcc607;
}

.compare-table::after {
  content: '';
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 116px;
  height: 100%;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
}

.compare-row {
  display: none;
  margin-top: 25px;
}

.compare-row__wrap {
  display: flex;
  justify-content: space-between;
  height: 48px;
  background-color: #fcc607;
  padding-left: 15px;
  padding-right: 20px;
}

.compare-row__count {
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 18px;
}

.compare-row__count:before {
  content: '';
  display: block;
  margin-right: 15px;
  width: 24px;
  height: 24px;
  background: url(../img/icon/compare-icon-row.png) no-repeat;
}

.compare-row__count span {
  padding-left: 5px;
  padding-right: 5px;
}

.compare-row__link {
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 16px;
}

.compare-row__link:after {
  content: '';
  display: block;
  margin-left: 9px;
  width: 24px;
  height: 8px;
  background: url(../img/icon/btn-arrow.png) no-repeat;
  background-size: cover;
}

.compare-table::-webkit-scrollbar-button {
  /*background-image: url("");*/
  background-repeat: no-repeat;
  width: 3px;
  height: 0px;
}

.compare-table::-webkit-scrollbar-track {
  background-color: #ffffff;
  width: 3px;
}

.compare-table {
  border: none !important;
}

.compare-table::-webkit-scrollbar-thumb {
  width: 8px;
  height: 3px;
  border-radius: 2px;
  background-color: #E6E6E6;
  background-position: center;
  background-repeat: no-repeat;
}

.compare-table::-webkit-resizer {
  /*background-image: url("");*/
  background-repeat: no-repeat;
  width: 3px;
  height: 3px;
}

.compare-table::-webkit-scrollbar {
  width: 3px;
  height: 8px;
  padding-top: 0;
}

.compare-table::-webkit-resizer {
  width: 3px;
  height: 8px;
  margin: 0;
  padding: 0;
}

@media (max-width: 560px) {
  .compare-table {
    margin-left: 40px;
  }

  .compare-table::after {
    display: none;
  }
}

.footer {
  margin-top: 50px;
  height: auto;
  background-color: #373737;
  padding-top: 50px;
  padding-bottom: 75px;
  position: sticky;
  top: 100%;
}

.footer-wrap {
  display: flex;
}

.footer-link {
  margin-right: 44px;
}

.footer-link__title {
  font-size: 13px;
  font-weight: 600;
  color: #ffffff;
}

.footer-link__list {
  margin-top: 15px;
  padding-left: 0;
}

.footer-link__list li {
  font-size: 12px;
  font-weight: 300;
  color: #ffffff;
  margin-bottom: 15px;
}

.footer-link__list li:hover {
  opacity: .7;
}

.footer-link:last-child {
  margin-right: 0;
}

.footer-contact {
  margin-top: 15px;
}

.footer-contact a {
  display: flex;
  margin-bottom: 25px;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  color: #ffffff;
}

.footer-contact img {
  margin-right: 10px;
}

.footer-contact__location {
  display: flex;
  font-size: 14px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 30px;
}

.footer-contact__location img {
  margin-right: 10px;
  height: 16px;
}

.footer-contact__location span {
  width: 248px;
}

.footer-contact__time {
  color: #ffffff;
  font-size: 12px;
}

.footer-contact__time img {
  margin-right: 10px;
}

.footer-notice {
  position: relative;
  margin-top: 28px;
  display: flex;
  justify-content: space-between;
}

.footer-cookie {
  height: 58px;
  max-width: 668px;
  overflow: hidden;
  width: 100%;
  color: #ffffff;
  font-size: 10px;
  font-weight: 300;
  line-height: 14px;
}

.footer-cookie.hidden {
  overflow: auto;
  height: auto;
}

.footer-cookie__more {
  position: absolute;
  bottom: -20px;
  display: flex;
  align-items: center;
  margin-top: 10px;
  font-size: 10px;
  font-weight: 600;
  color: #ffffff;
}

.footer-cookie__more::after {
  content: "";
  display: block;
  margin-left: 3px;
  width: 10px;
  height: 7px;
  background: url(../img/icon/arrow-white.png) no-repeat;
}

.footer-cookie__more.active::after {
  transform: scale(-1);
}

.footer-policy {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  color: #8e8e8e;
  font-size: 12px;
}

.footer-policy__link a {
  padding-left: 3px;
  text-decoration: underline;
  font-weight: 100;
  color: #8e8e8e;
}

.footer-social {
  margin-top: 50px;
  width: 200px;
  display: flex;
  justify-content: space-between;
}

.footer-social a {
  width: 32px;
  height: 32px;
}

.footer-social a img {
  width: 100%;
}

.footer-yandex {
  width: 390px;
  height: 48px;
  display: flex;
  justify-content: center;
  /*height: 48px;*/
}

@media (max-width: 1120px) {
  .footer-link {
    margin-top: 20px;
  }

  .footer-cookie {
    max-width: 500px;
  }
}

@media (max-width: 992px) {
  .footer-wrap {
    flex-wrap: wrap;
  }

  .footer-link {
    margin-top: 30px;
    margin-right: 53px;
  }

  .footer-link:nth-child(1) {
    order: 1;
  }

  .footer-link:nth-child(2) {
    order: 2;
  }

  .footer-link:nth-child(3) {
    order: 3;
  }

  .footer-link:nth-child(4) {
    order: 5;
  }

  .footer-link:nth-child(4) .footer-link__list {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 200px;
    width: 332px;
  }

  .footer-link:nth-child(4) .footer-link__list li:first-child {
    padding-right: 83px;
  }

  .footer-link:nth-child(5) {
    order: 4;
  }

  .footer-link:nth-child(6) {
    order: 6;
  }

  .footer-notice {
    position: relative;
    justify-content: flex-end;
  }

  .footer-cookie {
    position: absolute;
    left: 0;
    top: -73px;
    width: 300px;
  }

  .footer-policy__link {
    max-width: 300px;
    width: 100%;
    text-align: right;
  }

  .footer-policy__link a {
    display: inline-block;
    margin-bottom: 5px;
  }

  .footer-social {
    margin-top: 60px;
  }

  .footer-yandex {
    width: 298px;
    height: 48px;
    margin-right: 55px;
    justify-content: flex-start;
  }

  .footer-yandex img {
    width: 100%;
    object-fit: cover;
  }

  .footer-social {
    width: 300px;
  }

  .footer-social a {
    width: 48px;
    height: 48px;
  }

  .footer-social a img {
    width: 100%;
  }

  .footer-link__list li {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .footer-cookie {
    position: static;
    width: 400px;
    margin-right: auto;
    padding-right: 15px;
    margin-bottom: 15px;
  }

  .footer-yandex {
    width: auto;
    margin-right: 0;
    margin-left: 0;
  }

  .footer-notice {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .footer-link:nth-child(4) .footer-link__list li:first-child {
    padding-right: 130px;
  }
}

@media (max-width: 560px) {
  .footer {
    padding-top: 15px;
    padding-bottom: 30px;
  }

  .footer-link:nth-child(4) .footer-link__list {
    display: none;
  }

  .footer-link__list {
    display: none;
  }

  .footer-link {
    margin-top: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-right: 0;
    width: 100%;
    border-bottom: 1px solid #535353;
  }

  .footer-link__title {
    position: relative;
    font-size: 20px;
  }

  .footer-link__title::after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 7px;
    background: url(../img/icon/arrow-white.png) no-repeat;
    transition: all ease .3s;
  }

  .footer-link__title.active:after {
    transform: rotate(180deg);
    transition: all ease .3s;
  }

  .footer-link:last-child {
    margin-top: 15px;
    border: none;
  }

  .footer-link:last-child .footer-link__title::after {
    display: none;
  }

  .footer-link:nth-child(4) .footer-link__list {
    flex-direction: row;
    width: 100%;
    height: auto;
  }

  .footer-link:nth-child(4) .footer-link__list li:first-child {
    padding-right: 0;
  }

  .footer-link__list li {
    font-size: 18px;
    margin-bottom: 25px;
  }

  .footer-link__list li:first-child {
    margin-top: 25px;
  }

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

  .footer-contact a {
    font-size: 18px;
  }

  .footer-contact__time {
    font-size: 18px;
  }

  .footer-contact__location span {
    width: 290px;
    font-size: 16px;
    line-height: 19px;
  }

  .footer-contact__location span br {
    display: none;
  }

  .footer-social {
    margin-top: 50px;
    width: 100%;
  }

  .footer-notice {
    flex-wrap: wrap;
    margin-top: 30px;
  }

  .footer-yandex {
    order: 1;
    width: 100%;
    margin-right: 0;
    justify-content: center;
  }

  .footer-cookie {
    position: relative;
    top: 0;
    margin-top: 55px;
    width: 350px;
    order: 2;
    width: 100%;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    text-align: center;
    padding-right: 0;
  }

  .footer-cookie__more {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }

  .footer-policy {
    flex-wrap: wrap;
  }

  .footer-policy__link {
    order: 1;
    font-size: 14px;
    line-height: 160%;
    width: 100%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    max-width: unset;
  }

  .footer-policy__site {
    order: 2;
    font-weight: 300;
    font-size: 14px;
    text-align: center;
    padding-top: 55px;
    width: 100%;
  }

  .footer-contact {
    margin-top: 25px;
  }

  .footer-contact a {
    margin-bottom: 35px;
  }
}

.modalAdd_block {
  position: fixed;
  z-index: 222;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(54, 54, 54, 0.6);
}

.modalAdd_block .table-box {
  width: 100%;
}

.modalAdd_block .table-box table {
  width: 100%;
}

.modalAdd_block .table-box .summa {
  margin: 0;
}

.modalAdd_block .table-box .col-4 span {
  width: max-content;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.modalAdd_block .table-box .col-4 .order-summ-name {
  display: none;
}

.modalAdd_block h1 {
  font-size: 30px;
  margin-bottom: 20px;
}

.modalAdd_block .catalog-item {
  padding-top: 0;
  height: auto;
  border-right: none;
}

.modalAdd_block .radio-box label input {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
}

.modalAdd_block .radio-box.mode-inline label {
  cursor: pointer;
  padding-left: 12px;
  padding-right: 12px;
  height: 32px;
  line-height: 32px;
  margin: 0 10px 10px 0;
  margin-right: 10px;
  padding: 0 12px;
  background: none;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 2px;
  border: 1px solid #cccdcd;
  display: inline-block;
  vertical-align: top;
  height: 32px;
  line-height: 32px;
  font-size: 13px;
  transition: background 0.2s ease;
  white-space: nowrap;
  font-family: Proxima;
}

.modalAdd_block .radio-box.mode-inline label:hover {
  background: #fcc607;
  border-color: #f9cd0c;
}

.modalAdd_block .radio-box.mode-inline label.active {
  background: #fcc607;
}

.modalAdd_block .summ {
  font-size: 26px;
  font-weight: bold;
  margin-left: -10px;
}

.modalAdd_block .btn-box {
  margin-left: -10px;
  padding-left: 0 !important;
}

.modalAdd_block .btn-box.align-right {
  display: flex;
  justify-content: flex-end;

}

@media(min-width:1920px) {
  .modalAdd_block .btn-box.align-right {
    margin-right: 25px;
  }
}

.modalAdd_block .btn-box a {
  display: block;
}

.modalAdd_block .btn-box #add_backet_product_catalog {
  margin-top: 30px;
  background-color: #41a764;
  color: #fff;
}

.modalAdd_block .btn-box #add_backet_product_catalog:hover {
  background-color: transparent;
  border: 2px solid #41a764;
  color: #41a764;
  line-height: 47px;
}

.modalAdd_block .btn-box #go_to_order {
  margin-top: 30px;
  background: #fcc607;
}

.modalAdd_block .btn-box #go_to_order:hover {
  background-color: transparent;
  border: 2px solid #fcc607;
  line-height: 47px;
}

.modalAdd_block .btn-box .btn {
  display: block;
  font-size: 14px;
  width: 175px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  color: #000;
  border-radius: 2px;
  font-weight: 700;
}

.modalAdd_block .labels {
  display: none;
}

.header-action .cart-box {
  padding: 35px 30px;
  max-width: 50%;
  width: 100%;
  height: 700px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #FFFFFF;
  border-radius: 2px;
  display: none;
}

.cart-box {
  margin-top: 0 !important;
  padding: 35px 30px;
  max-width: 65%;
  width: 100%;
  height: 650px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #FFFFFF;
  border-radius: 2px;

}

.cart-popular .price-box {
  position: absolute;
  bottom: 15px;
  left: 20px;
  background-color: #fcc607;
  font-size: 15px;
  font-weight: bold;
  padding: 0 20px;
  line-height: 42px;
}

.detail-wrap__content {
  display: flex;
  flex-wrap: wrap;
}

.right-part {
  margin-left: 40px;
}

.emulate-row {
  display: flex;
}

.detail-wrap .right-part .main-item-mox .option-box .option-title {
  padding-top: 8px;
  width: 150px;
  min-width: 150px;
  height: 60px;
  font-weight: bold;
  margin-bottom: 15px;
}

.radio-box {
  display: flex;
  flex-wrap: wrap;
}

.color-coverage label {
  color: #fff;
}

.close_notice_add {
  cursor: pointer;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 12px;
  right: 12px;
  background: url("../img/icon/close-burger-mob.png");
}

@media (max-width: 1500px) {
  .cart-box {
    max-width: 70% !important;
  }

  .detail-wrap__content {
    justify-content: center;
  }
}

@media (max-width: 1050px) {
  .detail-wrap__content {
    justify-content: flex-start;
  }

  .right-part {
    margin-left: 0;
    margin-top: 40px;
  }

  .cart-box {
    overflow-y: scroll;
  }
}

@media (max-width: 730px) {
  .cart-box {
    max-width: 90% !important;
    height: 600px !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .modalAdd_block h1 {
    font-size: 18px !important;
    padding-right: 20px;
  }

  .modalAdd_block .new-wight {
    margin-top: 20px;
  }

  .modalAdd_block .new-wight .calculation-box {
    position: relative;
    top: 0;
    right: 0;
  }

  .cart-box {
    padding: 22px !important;
  }
}

@media (max-width: 350px) {
  .cart-box {
    height: 500px !important;
  }

  .modalAdd_block .radio-box.mode-inline label {
    margin-right: 0;
  }
}

* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a {
  color: inherit;
  text-decoration: none;
}

body {
  min-width: 320px;
  font-family: Proxima !important;
  font-weight: 400;
  color: #363636;
  margin: 0;
}

body.hidden {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  display: block !important;
}

body.hidden::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(54, 54, 54, 0.3);
}

@media (max-width: 730px) {
  body.hidden::before {
    z-index: 0;
  }
}

/*# sourceMappingURL=main.css.map */
.ajax_overlay {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-image: url(/local/templates/.default/images/loader.gif);
  background-repeat: no-repeat;
  background-position: 50%;
  /* background-color: rgba(0,0,0,0.8); */
  z-index: 10000;
}

.text-wrap {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  margin-top: 50px;
  font-size: 14px;
  line-height: 32px;
}

.catalog-section-text.text-wrap {
  margin-top: 10px;
}

.text {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
}

.text {
  font-size: 14px;
  line-height: 32px;
  min-height: 300px;
}

.text--min-h-auto {
  min-height: auto;
}

.text p {
  font-size: 14px;
  line-height: 32px;
  margin-top: 20px;
}

.text h3 {
  margin-top: 20px;
  font-weight: 700;
  font-size: 18px;
}

.text h2 {
  margin-top: 20px;
  font-weight: 700;
  font-size: 18px;
}

.text h4 {
  margin-top: 20px;
  font-weight: 700;
  font-size: 18px;
}

.name-title {
  margin-top: 20px;
  font-weight: 700;
  font-size: 18px;
}

.text a {
  text-decoration: underline;
}

.main-title {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  margin-top: 30px;
  font-weight: 700;
  font-size: 22px;
}

.main-title--mt-0 {
  margin-top: 0;
}

.corporate-box-wrap .image img {
  max-width: 100%;
}

.corporate-box-wrap .image-wrap .image {
  display: inline-block;
  border-radius: 50%;
  overflow: hidden;
}

.corporate-box-wrap .team-box {
  padding: 49px 0;
}

.corporate-box-wrap .team-box .item {
  width: 50%;
  float: left;
  padding: 0 20px 0 0;
}


.corporate-box-wrap .table-emulate,
.corporate-box-wrap .emulate-table {
  width: 100%;
  display: table;
  position: relative;
  background-color: transparent;
  box-shadow: none;
  padding: 0;
}

.corporate-box-wrap .team-box .item .text-cell .name {
  font-family: 'Raleway-Black';
  font-size: 22px;
  padding-bottom: 18px;
  line-height: 1;
  font-weight: 600;
}

.corporate-box-wrap .team-box .item .text-cell .phone {
  font-family: 'Raleway-ExtraBold';
  font-size: 18px;
  padding-bottom: 12px;
  font-weight: 600;
}

.corp-prime-box {
  padding-top: 22px;
  margin: 0px -25px;
  display: flex;
  justify-content: space-between;
}

.corp-prime-box .item {
  width: 33.3333%;
  padding: 0px 25px;
  text-align: left;
  float: none;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 33.3333%;
  -ms-flex: 1 1 33.3333%;
  flex: 1 1 33.3333%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.corp-prime-box .item .item-body {
  border: 5px solid #f9cd0c;
  padding: 16px 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
}

.corp-prime-box .item .prime-title {
  font-family: 'Raleway-Black';
  font-size: 20px;
  padding-bottom: 8px;
  line-height: 24px;
  font-weight: 600;
}

.object-slider .slide {
  text-decoration: none;
  display: block;
  width: auto;
  height: 400px;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  margin-right: 10px;
}

@media (max-width: 760px) {
  .object-slider .slide {
    margin-right: 0;
  }
}

.object-slider .slick-dots li button {
  width: 20px;
  height: 20px;
  display: block;
  border-radius: 20px;
  border: 5px solid #000;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.object-slider .slick-dots li button:hover {
  border-color: #ffc31a;
}

.object-slider .slick-dots li button:hover:before {
  opacity: 0;
}

.object-slider .slick-dots li.slick-active button {
  background-color: #ffc31a;
  border-color: #ffc31a;
}

.object-slider .slick-dots li.slick-active button:before {
  opacity: 0;
}

.object-slider .slick-dots li {
  margin-right: 0;
}

.corporate-box-wrap .main-title h2 {
  padding-bottom: 22px;
}

.object-slider .slide .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: #000;
  opacity: 0;
  transition: all 0.2s ease;
}

.object-slider .slick-dots {
  margin-top: 20px;
  position: static;
}

.object-slider .slide .slide-text-box {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 19px 21px;
  z-index: 2;
  color: #fff;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background: rgba(0, 0, 0, 0.7);
}

.object-slider .slide .slide-text-box .title {
  font-family: 'Raleway-Black';
  font-size: 20px;
  padding-bottom: 23px;
  text-overflow: ellipsis;
  word-wrap: normal;
}

.object-slider .slide .slide-text-box .text {
  font-family: 'Raleway-Medium';
  font-size: 16px;
  line-height: 20px;
}

.corporate-box-wrap .text {
  font-size: 14px;
  line-height: 26px;
  font-family: 'Raleway-Medium';
}

.corporate-box-wrap .text {
  min-height: auto;
  font-size: 14px;
  line-height: 26px;
  font-family: 'Raleway-Medium';
}

.corporate-box-wrap .table-emulate:hover,
.corporate-box-wrap .emulate-table:hover {
  box-shadow: none;
}

.corporate-box-wrap .cell-emulate,
.corporate-box-wrap .emulate-cell {
  display: table-cell !important;
  float: none !important;
}

.corporate-box-wrap .valign-top {
  vertical-align: top;
}

.corporate-box-wrap .team-box .item .image-cell .image {
  height: 200px;
  width: 200px;
}

.corporate-box-wrap .image.round {
  border-radius: 100%;
  overflow: hidden;
}

.corporate-box-wrap .team-box .item .text-cell {
  padding: 37px 0 0 39px;
}

@media (max-width: 1200px) {
  .image-corporate-client {
    display: none;
  }

  .corporate-client-form {
    width: 100%;
  }
}

@media(max-width: 1000px) {
  .corporate-box-wrap .team-box .item {
    width: 100%;
  }

  .corporate-box-wrap .team-box .item:first-child {
    padding-bottom: 20px;
  }

  .corp-prime-box .item {
    padding: 0;
    width: 100%;
    flex: 1 1 100%;
    margin-bottom: 12px;
  }

  .corp-prime-box {
    margin: 0px;
    flex-wrap: wrap;
  }
}

@media (max-width: 767px) {
  .corporate-box-wrap .team-box .emulate-table {
    display: block;
  }

  .corporate-box-wrap .team-box .item .image-cell {
    display: block !important;
  }

  .corporate-box-wrap .team-box .item .image-cell .image {
    margin: auto;
  }

  .corporate-box-wrap .team-box .item .text-cell {
    display: block !important;
    padding-top: 20px;
    padding-left: 0;
    text-align: center;
  }
}

.static-table--images tr {
  display: flex;
  flex-wrap: wrap;
}

.set_name {
  font-size: 20px;
  background: #f2f3f4;
  padding: 5px 10px;
  margin-bottom: 10px;
  position: relative;
  font-weight: 700;
}

.files_box {}

.files_set .file_name {
  padding: 0px 10px;
  vertical-align: middle;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 40px;
  width: max-content;
  margin-top: 7px;
  margin-bottom: 7px;
  background-color: inherit;
  font-weight: 500;
  align-items: center;
}

.file_name {
  font-family: Proxima;
}

.files_set .action_area .description {
  font-family: Proxima !important;
}

.files_set .action_area #select_city_set {
  width: auto !important;
}

.file_name::before {
  content: '';
  display: none;
  margin-right: 10px;
  width: 18px;
  height: 20px;
  background: url(../img/icon/pdf.png) no-repeat;
}

.files_box:hover {
  background-color: #fbe792;
}

.file_name:hover {
  background-color: #fbe792;
}

.files_set .file_name:hover {
  background-color: #fbe792;
}

.btn-box {
  display: flex;
  margin-top: 20px;
}

.half {
  margin-top: 20px;
}

.half .btn-gray {
  margin-left: 0;
  margin-right: 0;
}

.btn-yellow {
  width: 195px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FCC607;
  font-weight: 600;
  font-size: 16px;
  border: none;
  border-radius: 2px;
  margin-left: 20px;
  margin-right: 20px;
  text-decoration: unset !important;
  transition: all ease .2s;
}

.btn-yellow:hover {
  background-color: transparent;
  border: 1px solid #FCC607;
  transition: all ease .2s;
}

.btn-gray:hover {
  background-color: #fcc607;
}

.contact-element span {
  display: block;
  margin-top: 10px;
}

.line {
  margin-top: 10px;
}

.cities-list {
  padding-top: 50px;
}

.cityLink h4 {
  font-family: Proxima !important;
}

.pagination ul {
  display: flex;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px 11px;
  min-width: 33px;
  min-height: 33px;
  border: 1px solid #FCC607;
  border-radius: 2px;
  margin-left: 6px;
  margin-right: 6px;
}

.static-table {}

.static-table {
  margin-top: 25px;
  margin-bottom: 15px;
}

.static-table table {
  max-width: 1017px;
  width: 100%;
}

.static-table caption {
  margin-bottom: 20px;
  text-align: left;
  font-size: 14px;
  font-weight: 600;
}

.static-table tr {
  border: 1px solid #e6e6e6;
  line-height: 18px;
  vertical-align: middle;
  font-weight: 600;
}

.static-table tr:first-child {
  background-color: #f8f8f6;
  font-size: 14px;
}

.static-table tr:first-child td {
  font-weight: 400;
}

.static-table tr td {
  text-align: left;
  padding-left: 15px;
  padding-right: 18px;
  padding-top: 9px;
  padding-bottom: 12px;
  border: 1px solid #e6e6e6;
  font-size: 14px;
  height: 33px;
}

.static-table tr td:nth-child(2) {
  padding-left: 25px;
  padding-right: 40px;
}

.static-table tr td:nth-child(3) {
  padding-left: 25px;
  padding-right: 35px;
}

.static-table tr td:nth-child(4) {
  padding-left: 25px;
  padding-right: 25px;
}

.news-list h2 {
  margin-top: 35px;
  display: flex;
  align-items: center;
  font-size: 24px;
  font-weight: 600;
}

.news-list h2::before {
  content: '';
  display: block;
  margin-right: 5px;
  width: 10px;
  height: 2px;
  background-color: #fcc607;
}

.news-list h3 {
  margin-top: 35px;
  font-size: 20px;
  font-weight: 600;
}

.news-list ul>li {
  font-weight: 600;
}

.news-list ul>li>ul>li {
  font-weight: normal;
}

.pdf ul {
  margin-top: 50px;
}

.pdf li {
  margin-bottom: 20px;
}

.action_area {
  margin-top: 40px;
  margin-bottom: 20px;
  display: flex;
  justify-content: flex-end;
}

.action_area .styledSelect {
  position: relative;
  border-radius: 2px;
  padding-left: 10px;
  margin-left: 20px;
  width: 145px;
  height: 100%;
  background-color: #f0f0f0;
  top: -30px;
  padding-top: 12px;
  font-size: 14px;
  text-align: left;
}

.action_area .styledSelect-header2 {
  top: -10px;
}

.options-header2 {
  display: none;
}

#select_city_set {}

.select {
  position: relative;
  height: 40px;
}

.select .options {
  /* display: flex !important; */
  flex-direction: column;
  flex-wrap: wrap;
  width: 190px;
  height: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 25px;
  position: absolute;
  top: 30px;
  left: 20px;
  z-index: 22;
  display: none;
  font-size: 14px;
  font-weight: 600;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  display: flex;
}

.select .options li {
  margin-bottom: 10px;
  cursor: pointer;
  text-decoration: underline;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 15px;
  line-height: normal;
  color: #2372E8;
  text-align: left;
}

.select .options li.active {
  font-weight: 700;
  color: #363636;
}

.select .options {
  display: none;
}

.card-delivery .h2,
.ex-typography h2,
.ex-typography .h2 {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 15px;
}



.card-delivery p {
  margin-bottom: 15px;
}


.big_map_area {
  width: 100%;
  position: relative;
  border: 5px solid #F2F3F4;
  background-color: #F2F3F4;
}

.big_map {
  width: 100%;
  height: 490px;
}

.default_office {
  position: absolute;
}

.default_office {
  position: absolute;
  top: 30px;
  right: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  border: 8px solid #fcc607;
}

.nav-tabs {
  border: none;
}

.nav-tabs li {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px 11px;
  min-width: 190px;
  min-height: 33px;
  border: 1px solid #FCC607;
  border-radius: 2px;
  margin-left: 6px;
  margin-right: 6px;
}

.nav-tabs li:hover {
  background-color: #FCC607;
}

.contacts-tab-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}

.tab-pane {
  display: flex;
  flex-wrap: wrap;
}

.contact-element-wrap {
  border: 5px solid #f9cd0c;
  margin-top: 20px;
  padding: 17px 18px;
}

.list-wrap {
  overflow: unset;
  height: auto;
  float: unset !important;
}

#contact-2 {
  /* display: none; */
}

@media(max-width:370px) {
  #contact-2 .list-wrap {
    display: flex;
    flex-wrap: wrap;
  }

  #contact-2 .cityLink {
    width: 50%;
  }
}

/* .card-item__price span:nth-child(2) {
  position: absolute;
  top: 40px;
}

.card-item__price span>span:nth-child(2) {
  position: unset;
} */
.card-slider__components .slick-track {
  display: flex;
}

.phn {
  position: relative;
}

.phn label {
  position: absolute;
  left: 15px;
  top: 37%;
  transform: translateY(-50%);
  color: rgba(54, 54, 54, 0.8);
  font-size: 16px;
  font-weight: 600;
}

.phn span {
  color: rgba(54, 54, 54, 0.5);
  font-size: 16px;
  font-weight: 600;
}

#redstar {
  color: red;
}

.phn.input {
  display: flex;
}

.phn input {

  padding-left: 15px;
  width: 255px;
  height: 48px;
  border-radius: 2px;
  border: 1px solid rgba(54, 54, 54, 0.1);
  background-color: #ffffff;
  /* margin-bottom: 20p */
}

.half input {

  padding-left: 15px;
  width: 255px;
  height: 48px;
  border-radius: 2px;
  border: 1px solid rgba(54, 54, 54, 0.1);
  background-color: #ffffff;
  margin-bottom: 20px;
}

.half input::placeholder {
  color: rgba(54, 54, 54, 0.8);
  font-size: 16px;
  font-weight: 600;
}

.input textarea {
  padding: 20px;
  max-width: 540px;
  width: 100%;
  height: 100px;
  resize: none;
  border: 1px solid rgba(54, 54, 54, 0.1);
  background-color: #ffffff;
}

#modified-right-part {
  margin-top: 20px;
}

.contact-bottom {
  max-width: 540px;
  width: 100%;
  margin-top: 15px;
}

.red-star {
  color: red;
}

.line input {
  margin-right: 15px;
}

.line label {
  font-size: 14px;
}

.submit input {
  width: 300px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  background-color: #FCC607;
  border-radius: 2px;
  border: none;
  box-shadow: none;
}

.submit input:hover {
  background-color: transparent;
  border: 2px solid #FCC607;
}

.static-table--images tr {
  display: block;
}

.static-table--images td {
  min-width: 397px;
  max-width: 397px;
  border-top: none !important;
}

.static-table--images tr td {
  min-width: 397px;
  max-width: 397px;
}

.static-table--images img {
  width: 338px;
}

ul .text-wrap {
  margin-top: 10px;
}

.user_editor {
  margin-top: 20px;
}

.emulate-table {
  padding: 25px;
  display: flex;
  flex-wrap: wrap;
  /* border:4px solid #FCC607; */
  margin-bottom: 20px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
  border-radius: 2px;
  background-color: #fff;

}

.emulate-table:hover {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

.emulate-table.calc_result {
  padding-left: 40px;
}

.emulate-table.result-table {
  padding: 0;
  box-shadow: none;
}

.text-cell {
  margin-left: 25px;
}

.text-cell .title {
  font-weight: 600;
  font-size: 22px;
}

.color_item {
  width: 80px;
  height: 45px;
  border-radius: 5px;
  margin-left: 5px;
  margin-right: 5px;
}

.colors_items {
  display: flex;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
  margin-top: 10px;
}

.color_box {
  margin-top: 10px;
}

.set_item {
  margin-top: 20px;
}

.color_name {
  margin-top: 5px;
  margin-left: 6px;
  font-size: 14px;
  width: 80px;
  text-align: center;
}

.color_set {
  max-width: 1110px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.borderTable tr td {
  border: 1px solid grey;
  padding: 3px;
}

.serv__block {
  margin-top: 30px;
  margin-bottom: 30px;
}

.container .text-wrap {
  margin-top: 5px;
}

.dv-advantages-container {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}

.dv-advantages-container>div {
  width: 25%;
}

.dv-title {
  font-weight: 600;
  font-size: 14px;
  margin-top: 15px;
  margin-bottom: 10px;
  line-height: 22px;
}

.dv-advantages-container>div p:last-child {
  font-size: 13px;
  line-height: 20px;
}

.with_policy {
  margin-top: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 20px;
  background-color: #f8f8f6;
}

.form-order-price-list__wrap {
  display: flex;
  flex-wrap: wrap;
}

.form-order-price-list__item {
  margin-right: 20px;
}

.form-order-price-list__item input[type=text] {
  padding-left: 15px;
  width: 255px;
  height: 48px;
  border-radius: 2px;
  border: 1px solid rgba(54, 54, 54, 0.1);
  background-color: #ffffff;
  margin-bottom: 10px;
}

.form-order-price-list__item input[type=text]::placeholder {
  color: rgba(54, 54, 54, 0.8);
  font-size: 16px;
  font-weight: 600;
}

.form-order-price-list__item .submit {
  margin-top: 25px;
}

.form-order-price-list__item .btn-yellow {
  margin-left: 0;
  margin-right: 0;
}

.checkout_label {
  font-size: 12px !important;
}

.container .add-menu.emulate-table {
  padding: 0;
  margin-top: 30px;
  margin-bottom: 0;
  box-shadow: unset;
  border-radius: unset;
  display: flex;
  justify-content: space-between;
  height: 48px;
  background-color: #fcc607;
  padding-left: 15px;
  padding-right: 20px;
  align-items: center;
  margin-bottom: 40px;
}

.container .add-menu.emulate-table a {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
}

.container .add-menu.emulate-table a:hover::after {
  transform: translateX(30px);
  transition: all ease .3s;
}

.container .add-menu.emulate-table a:after {
  content: '';
  display: block;
  margin-left: 9px;
  width: 24px;
  height: 8px;
  background: url(../img/icon/btn-arrow.png) no-repeat;
  background-size: auto;
  background-size: cover;
  transition: all ease .3s;
}

.serv__block--item__title {
  margin-top: 5px;
  text-align: center;
  font-size: 14px;
}

.serv__block--item__title:hover {
  color: #fcc607;
}

@media(min-width:1200px) {
  .catalog {
    overflow: auto;
  }
}

@media(max-width:992px) {
  .text-wrap {
    margin-top: 30px;
    /*width: 96%;*/
  }

  .sertificates {
    width: 96%;
  }

  .color_set {
    width: 96%;
  }

  .text {
    width: 96%;
  }

  .sertificates-item {
    margin-left: 20px;
    margin-right: 20px;
  }
}

@media(max-width:560px) {
  .files_set .file_name {
    font-size: 12px;
  }

  .action_area {
    flex-wrap: wrap;
  }

  .description {
    width: 100%;
  }

  .action_area .styledSelect {
    top: 5px;
    margin-left: 0;
  }

  .half input {
    max-width: 560px;
    width: 100%;
  }

  .contacts-tab-wrap {
    flex-wrap: wrap;
  }

  .nav {
    flex-direction: column;
    justify-content: center;
  }

  .nav-tabs li {
    margin-top: 10px;
    margin-left: 0;
  }

  .nav-tabs li:first-child {
    margin-top: 0;
  }

  .contacts-tab-wrap__item {
    width: 100%;
  }

  .default_office {
    right: 0;
  }

  .submit input {
    margin-top: 30px;
  }

  .text-wrap {
    margin-top: 30px;
    width: 96%;
  }

  .static-table {
    max-width: 400px;
    overflow: auto;
  }

  .files_set .file_name {
    max-width: 90%;
  }

  .emulate-table {
    justify-content: center;
    flex-wrap: wrap;
    padding: 15px;
  }

  .text-cell {
    margin-left: 0;
    margin-top: 20px;
  }

  .text-wrap table {
    max-width: 400px;
    overflow: auto;
  }

  .text-wrap table tr td {
    padding-left: 15px;
    padding-top: 25px;
  }

  .pagination {
    flex-wrap: wrap;
  }

  .pagination a {
    margin-top: 10px;
  }

  .pagination span {
    margin-top: 10px;
  }

  .colors_items {
    margin-left: 0;
    margin-right: 0;
  }

  .set_name {
    padding-top: 15px;
    padding-bottom: 15px;
    position: relative;
    font-size: 16px;
    padding-right: 30px;
    background: #f2f3f4;
  }

  .set_name::before {
    content: '';
    position: absolute;
    right: 10px;
    width: 11px;
    height: 7px;
    top: 0;
    bottom: 0;
    margin: auto;
    background-image: url('../img/icon/set_name-icon.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    transition: all .3s;

  }

  .set_name.active::before {
    transform: scale(1, -1);
    transition: all .3s;
  }

  .colors_items {
    display: none;
  }

  .borderTable tr td {
    font-size: 12px;
    line-height: normal;
  }

  .form-order-price-list__item {
    width: 100%;
  }

  .form-order-price-list__item input[type="text"] {
    width: 100%;
  }

  .form-order-price-list__item .submit input {
    width: 100%;
  }

  .checkout_label a {
    text-decoration: underline;
  }

  .container .add-menu.emulate-table a {
    font-size: 12px;
  }

  .dv-advantages-container {
    flex-wrap: wrap;
  }

  .dv-advantages-container>div {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }

  .dv-advantages-container .dv-title {
    width: 70%;
    margin-left: 20px;
    margin-top: 0;
  }

  .dv-title br {
    display: none;
  }

  .dv-advantages-container>div p:last-child br {
    display: none;
  }

  .dv-advantages-container>div p:last-child {
    margin-left: 105px;
    position: relative;
    top: -40px;
  }

  .dv-image-container {
    min-width: 85px;
  }
}

@media(max-width:360px) {
  .dv-advantages-container .dv-title {
    width: 65%;
  }
}

@media(max-width:340px) {
  .container .add-menu.emulate-table a {
    font-size: 10px;
  }

  .dv-advantages-container .dv-title {
    font-size: 12px;
  }

  .dv-advantages-container>div p:last-child {
    font-size: 10px;
    top: -50px;
  }
}


.detail-wrap__content {
  box-shadow: none;
  background-color: transparent;
  padding: 0;
  flex-wrap: nowrap;
}

.detail-wrap__content .catalog-item {
  box-shadow: none;
  background-color: transparent;
}

.detail-wrap__content .right-part {
  margin-top: 0;
  margin-left: 50px !important;
}

.detail-wrap__content:hover {
  box-shadow: none;
}

.detail-wrap__content .right-part .detail-wrap__prop-table {
  box-shadow: none;
  background-color: transparent;
}

.detail-wrap__content .right-part .detail-wrap__prop-table .emulate-row:nth-child(2n+1) {
  background-color: transparent;
}

.detail-wrap__content .emulate-row:nth-child(2n+1) {
  background-color: transparent;
}

.detail-wrap__content .detail-wrap__prop-table {
  flex-wrap: wrap;
  padding: 0;
}

.detail-wrap__content .detail-wrap__prop-row {
  width: 100%;
}

.detail-wrap__content .new_design {
  display: flex;
  margin-left: -10px;
  margin-right: -10px;
}

.detail-wrap__content .new_design .new-wight {
  margin-left: 10px;
  margin-right: 10px;
}

.detail-wrap__content #add_backet_product_catalog {
  margin-left: 0;
}

.detail-wrap__content #go_to_order {
  width: 200px;
}

@media(max-width:1230px) {
  .detail-wrap__content .new_design {
    flex-wrap: wrap;
  }

  .cart-box {
    overflow-y: unset;
    height: 90% !important;
  }

  .detail-wrap__content {
    flex-wrap: wrap;
  }
}

@media(max-width:560px) {
  .detail-wrap__content .detail-wrap__prop-row {
    flex-wrap: wrap;
  }

  .detail-wrap__content .right-part .detail-wrap__prop-table .option-title {
    height: auto !important;
    margin-bottom: 20px;
  }

  .detail-wrap__content #add_backet_product_catalog {
    width: 200px;
    margin-top: 10px;
  }

  .detail-wrap__content .btn-box {
    padding: 0;
    margin: 0;
  }

  .detail-wrap__content #go_to_order {
    margin-left: 0;
  }

  .detail-wrap__content {
    height: 390px;
    overflow-y: scroll;
    overflow-x: hidden;
  }
}

.calc-result-wrap .calc_result {
  height: auto;
  cursor: auto;
}

.calc-result-wrap .calc_result:hover {
  outline: none;
  border: none;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
}

.calc-result-wrap .calc-result {
  width: 100%;
}

.calc-result-wrap .cost_work {
  cursor: auto;
  box-shadow: none;
  background-color: transparent;
}

.calc-result-wrap .cost_work:hover {
  box-shadow: none;
  outline: none;
  border: none;
}

.calc-param__block {
  display: none;
}

.calc-param__block.active {
  display: block;
}

.calc-param__result {
  display: none;
}

.calc-param__result.active {
  display: block;
}

.fence-type__label input {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
}

.calc-result__row .container {
  height: 100%;
  padding-right: 0;
  padding-left: 0;
  background-color: transparent;
  flex-wrap: wrap;
}

.calc-result-wrap.open .calc-result-wrap .calc_result {
  box-shadow: none;
}

.calc-result-wrap.open .calc-result-wrap .calc_result:hover {
  box-shadow: none;
}

.calc-result-wrap.open {
  border-top: none;
}

.calc-result__row .calc-result {
  margin-left: 0;
  margin-right: 0;
  justify-content: flex-start;
}

.calc-result__row .calc-result .main-title {
  margin-top: 0;
  margin-bottom: 20px;
}

.calc-result__row .result-table-wrap .result-table .emulate-row .emulate-cell:first-child {
  width: 600px;
}

.calc-result__row .summ {
  float: unset !important;
  text-align: left;
  width: 100%;
}

.calc-result__row .emulate-table.calc_result .btn-box.align-right.text-align-right {
  margin-left: -30px;
}

.calc-result__row .emulate-table.calc_result .btn-box.align-right.text-align-right:last-child {
  margin-left: 0;
}

.calc-result__row .emulate-table.calc_result .btn-box.align-right.text-align-right .btn-yellow {
  margin-top: 35px;
;
}

@media(max-width:1024px) {
  .calc-result__row .result-table-wrap .result-table .emulate-row .emulate-cell:first-child {
    width: 300px;
  }
}

@media(max-width:992px) {
  .calc-result__row .result-table-wrap .result-table .emulate-row .emulate-cell:first-child {
    width: 300px;
  }

  .result-table-wrap {
    width: 600px;
  }
}

@media(max-width:730px) {
  .calc-result__row .emulate-table.calc_result .btn-box.align-right.text-align-right .btn-yellow {
    margin-top: 0;
  }
}

#basket_form .cart-box {
  position: static;
  transform: unset;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  max-width: unset;
  padding-right: 0 !important;
  padding-top: 0 !important;
}

#basket_form .with_policy {
  background-color: transparent;
  padding-left: 0;
  padding-right: 0;
}

#basket_form .b-cart-table__head tr {
  background-color: #f8f8f6;
  font-weight: 600;
}

#basket_form .b-cart-table__head tr th {
  vertical-align: middle;
  height: 33px;
}

#basket_form .b-cart-table__head tr .col-1 {
  min-width: 590px;
}

#basket_form .b-cart-table__head tr .col-2 {
  min-width: 120px;
}

#basket_form .b-cart-table__head tr .col-4 {
  position: relative;
  left: 20px;
}

#basket_form .emulate-table {
  display: flex;
  box-shadow: none;
  flex-wrap: nowrap;
  padding-left: 20px;
  padding-right: 0;
  margin-top: 20px;

}

#basket_form .plus-minus-box {
  display: flex;
}

#basket_form .plus-minus-box input {
  width: 50px;
  text-align: center;
  height: 33px;
  background: #F8F8F6;
  border-radius: 2px;
  border: none;
  font-size: 12px;
}

#basket_form .nav {
  cursor: pointer;
  margin-left: 0;
  margin-right: 0;
  border: none;
}

#basket_form .nav.plus {
  font-size: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 33px;
  background: #F8F8F6;
  border-right: 1px solid #EAEAEA;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  position: relative;
}

#basket_form .nav.minus::before {
  content: '';
  display: block;
  width: 12px;
  height: 2px;
  background-color: #fcc607;
}

#basket_form .nav.minus {
  position: relative;
  font-size: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 33px;
  background: #F8F8F6;
  border-right: 1px solid #EAEAEA;
  border-left: 1px solid #EAEAEA;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}

#basket_form .nav.plus::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 2px;
  height: 12px;
  background-color: #fcc607;
}

#basket_form .nav.plus::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 12px;
  height: 2px;
  background-color: #fcc607;
}

#basket_form .b-cart-table__row .col-2 {
  text-align: center
}

#basket_form .text {
  line-height: normal;
  margin-top: 20px;
}

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

#basket_form .cart-mobile-col--sum {
  position: relative;
  left: 20px;
  min-width: 120px;
  text-align: center;
}

#basket_form .cart-mobile-col--remove {
  position: relative;
  left: 55px;
  top: -17px;

}

#basket_form .desktop-delete {
  font-size: 0;
  display: block;
  width: 20px;
  height: 20px;
  background: url("../img/icon/close-burger-mob.png");
}

#basket_form .b-cart-table__row {
  /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.05); */
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.summ-line {
  text-align: right;
  font: 600;
  font-size: 26px;
}

.summ-line .emulate-table {
  justify-content: flex-end;
}

.summ-line input {
  margin-right: 10px;
}

.summ-line .valign-middle {
  margin-top: 0 !important;
}

.summ-line .checkout_label {
  position: relative;
  top: -2px;
  font-size: 14px !important;
}

.go-to-order {
  display: flex;
  justify-content: flex-end;
}

.go-to-order a {
  text-align: center;
  line-height: 40px;
  transition: all ease .2s;
  margin-right: 0;
}

.go-to-order a:hover {
  background-color: transparent;
  border: 2px solid #FCC607;
  transition: all ease .2s;
}

@media(max-width:1200px) {
  #basket_form .emulate-table {
    flex-wrap: nowrap;
  }

  #basket_form .b-cart-table__head tr .col-1 {
    min-width: 400px;
  }

  #basket_form .text-cell {
    margin-top: 15px;
    margin-left: 20px;
  }
}

@media(max-width:992px) {
  #basket_form .emulate-table {
    flex-wrap: wrap;
  }

  #basket_form .text-cell {
    margin-left: 0;
  }

  #basket_form .cart-box {
    margin-left: auto;
    margin-right: auto;
  }

  #basket_form .b-cart-table__head tr .col-1 {
    min-width: 200px;
  }

  #basket_form .b-cart-table__head tr .col-2 {
    display: none;
  }

  #basket_form .b-cart-table__row .col-2 {
    display: none;
  }

  .product_unit {
    display: block;
    margin-top: 10px;
  }

  #basket_form .unit {
    padding: 5px;
    font-weight: 600;
    background-color: #FCC607;
    border-radius: 2px;
  }
}

@media(max-width:730px) {
  .cart-mobile-col__title {
    display: block;
    text-align: center;
    font-weight: 600;
    padding-bottom: 10px;
    text-align: left;
    position: absolute;
    top: 215px;
    right: 0;
  }

  #basket_form .b-cart-table__head tr .col-3 {
    display: none;
  }

  #basket_form .b-cart-table__head tr .col-4 {
    display: none;
  }

  #basket_form .b-cart-table__row tr .col-2 {
    display: none;
  }

  #basket_form .b-cart-table__row .col-2 {
    display: none;
  }


  #basket_form .cart-box {
    padding-left: 0 !important;
    max-width: 100% !important;
    margin-top: 0;
    padding-top: 0;
  }

  #basket_form .b-cart-table__head tr .col-1 {
    display: none;
  }

  #basket_form .b-cart-table__head .col-5 {
    display: none;
  }

  .cart-mobile-col--main {
    padding-left: 0;
  }

  #basket_form .emulate-table {
    padding-left: 0;
    margin-right: 30px;
    padding-top: 0;
    margin-left: 0;
  }

  #basket_form .cart-mobile-col--count {
    position: absolute;
    top: 130px;
    right: 4%;
    width: auto !important;
  }

  #basket_form .cart-mobile-col--sum {
    position: absolute;
    left: unset;
    text-align: left;
    top: 235px;
    left: unset;
    width: auto !important;
    right: 0;
    text-align: right;
  }

  .cart-mobile-col__title--count {
    position: absolute;
    top: 105px;
    right: 0;
    font-family: Proxima;
  }

  #basket_form .b-cart-table__row {
    position: relative;
    border: none !important;
    display: flex;
  }

  #basket_form .text-cell .title {
    font-size: 14px;
    line-height: 22px;
    text-decoration: underline;
  }

  .cart-mobile-col--main {
    width: 120px;
  }

  #basket_form .cart-mobile-col--remove {
    position: absolute;
    left: unset;
    top: 0;
    right: -60%;
  }

  .cart-section.cart-box table tr td.col-1 {
    padding-top: 0;
  }

  .cart-mobile-col {
    width: 70% !important;
  }

  #basket_form .b-cart-table__row .cart-mobile-col--price {
    display: block;
    margin-bottom: 20px;
    position: absolute;
    top: 195px;
    text-align: left;
    right: 0;
    width: auto !important;
  }

  .cart-mobile-col__title--price {
    position: absolute;
    top: 175px;
    padding-top: 40px;
    right: 0;
  }

  #basket_form .unit {
    margin-top: 0;
    display: inline-block;
  }

  .summ-line {
    font-size: 18px;
    padding-top: 20px;

  }

  #basket_form .with_policy .table-box {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  }

  .summ-line .summ {
    display: flex;
  }

  #basket_form .summ-line .emulate-table {
    width: 100%;
    margin-left: 0;
  }

  #basket_form {
    overflow: hidden;
  }

  .go-to-order a {
    margin-top: 30px;
  }

  #basket_form .summ-line .emulate-table {
    margin-right: 0;
  }

  .summ span:nth-child(2) {
    font-weight: 600;
  }
}

.my-order {
  margin-top: 60px;
  display: block;
  height: auto;
  width: 100%;
  background-color: transparent;
}

.my-order:hover {
  border: none;
}

.order__container {
  max-width: 1115px;
  background-color: #f2f3f4;
  margin-right: 10px;
}

.order__category a {
  text-decoration: none;
  display: block;
  outline: none;
}

.order__category_item--active::after {
  border-left: 25px solid #e5e5e5;
}

.order__category_item::after {
  content: "";
  position: absolute;
  top: 0px;
  border-top: 36px solid transparent;
  border-bottom: 36px solid transparent;
  border-left: 25px solid #f2f3f4;
  right: -24px;
  z-index: 1;
}

.order__category_item::before {
  content: "";
  position: absolute;
  top: -4px;
  left: 0px;
  border-top: 40px solid transparent;
  border-bottom: 40px solid transparent;
  border-left: 29px solid white;
}

.order__category_item,
.order__category_item--active {
  padding: 28px 0;
  position: relative;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  cursor: pointer;
}

.order__category_item:first-child::before {
  display: none;
}

.order__category_item--active {
  background-color: rgba(252, 198, 7, .8);
}

.order__category_item--active::after {
  border-left: 25px solid rgba(252, 198, 7, .8);
}

.order__category_item--active::before {
  border-left: 24px solid rgba(252, 198, 7, .8);
}

.order__info {
  margin-top: 40px;
}

.my-order .order-steps__controls {
  width: 100%;
  max-width: unset;
}

.my-order .customer-info__input {
  display: flex;
  align-items: center;
}

.my-order .customer-info__input_text {
  width: 33% !important;
}

.my-order .customer-info__suptext {
  color: red;
}

.my-order .form-control {
  max-width: 315px;
  width: 100%;
}

.order__buttons {
  background-color: transparent;
  display: flex;
  justify-content: space-between;
}

.my-order .order__buttons_continue {
  padding: 17px 50px 17px 70px;
  background-color: #21a73a;
  color: white;
  cursor: pointer;
  transition: all ease .2s;
}

.my-order .order__buttons_continue:hover {
  background-color: transparent;
  border: 1px solid #21a73a;
  transition: all ease .2s;
  color: #21a73a;
}

.my-order .order__buttons_edit {
  padding: 17px 60px 17px 42px;
  border: 1px solid #dfdfdf;
  background-color: transparent;
  text-decoration: none;
  cursor: pointer;
}

.my-order .radio-inline {}

.order__buttons_arrow--next {
  padding-left: 10px;
}

.order__buttons_arrow--back {
  padding-right: 10px;
}

.delivery-info__sum {
  font-size: 22px;
}

.bx-selected>.delivery-info__item .delivery-info__type {
  background: #f9cd0c;
}

.delivery-info__type {
  border: 1px solid #cccdcd;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 175px;
  border-radius: 5px;
  height: 60px;
  position: relative;
  padding: 0 10px;
  line-height: 15px;
  font-size: 14px;
  background: #cccdcd;
  cursor: pointer;
}

.delivery-info__type span {
  text-align: center;
}

.delivery-info__item {
  margin-top: 20px;
  display: flex;
  align-items: center;
}

.delivery-info__final {
  margin-top: 30px;
}

.delivery-info__item_desc div:nth-child(2) {
  display: none;
}

.delivery-info__item_desc br {
  display: none;
}

.my-order .container-fluid {
  padding-left: 0;
  padding-right: 0;
}

#bx-soa-delivery .row {
  margin-left: 0;
  margin-right: 0;
}

#bx-soa-order .row {
  margin-left: 0;
  margin-right: 0;
}

.payment-info {
  font-weight: normal;
  font-size: 16px;
}

.payment-info__more {
  text-decoration: underline;
  font-weight: 700;
  font-size: 14px;
  color: #929090;
  cursor: pointer;
}

.payment-info__more_show {
  margin-top: 20px;
  font-size: 16px;
  font-weight: normal;
}

.payment-info__more_show {
  display: none;
  background-color: #f2f3f4;
  width: 544px;
  padding: 20px;
  position: absolute;
  left: 120px;
  z-index: 1000;
  font-size: 12px;
}

.payment-info__more_show.active {
  display: block;
}

.payment-info__more_show h2 {
  font-size: 18px;
}

.payment-info__more_show p {
  margin-top: 10px;
  margin-bottom: 20px;
}

.payment-info__more_show ul {
  margin-top: 0;
  margin-left: 20px;
  margin-bottom: 0;
  list-style: disc;

}

.payment-info__more_show ul li {
  margin-top: 10px;
  line-height: 15px;
}

.icon--order {
  width: 20px;
  height: 19px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 7px;
}

.payment-info__item .icon--order {
  background-color: #cccdcd;
}

.payment-info__type span {
  color: #8a8a8a;
}

.icon--big {
  width: 60px;
  height: 60px;
  background-size: inherit;
  display: inline-block;
  border: 1px solid #cccdcd;
  margin-right: 20px;
  flex: 0 0 auto;
  border-radius: 2px;
}

.payment-info__item.bx-selected .icon--order {
  background-color: #f9cd0c;
}

.payment-info__type {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.payment-info__item {
  margin-top: 30px;
}

.payment-info__ordersum {
  margin-top: 30px;
  font-size: 18px;
  font-weight: 600;
}

.payment-info__deltime--active {
  margin-top: 15px;
  font-size: 16px;
  font-weight: 600;
  color: #8a8a8a;
}

.payment-info__delsum {
  margin-top: 30px;
  font-size: 18px;
  font-weight: 600;
}

.payment-info__final_value {
  text-align: right;
}

.payment-info__finalsum {
  margin-top: 30px;
  font-size: 18px;
  font-weight: 600;
}

.payment-info__finalsum .payment-info__final_value {
  font-size: 28px;
}

.order__buttons {
  margin-right: 0;
}

.radio-inline,
.checkbox-inline {
  position: relative;
  top: -3px;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
}

@media(max-width:730px) {
  .my-order {
    margin-top: 30px;
  }

  .order__category a {
    font-size: 11px !important;
  }

  .payment-info__type span {
    font-size: 14px;
  }

  .payment-info__more_show {
    left: 0;
    width: 300px;
  }

  .payment-info__ordersum {
    font-size: 14px;
  }

  .payment-info__deltime--active {
    font-size: 14px;
  }

  .payment-info__delsum {
    font-size: 14px;
  }

  .payment-info__finalsum {
    font-size: 14px;
  }

  .payment-info__finalsum .payment-info__final_value {
    font-size: 18px;
  }

  .delivery-info__final {
    display: flex;
  }

  .delivery-info__final_text {
    font-size: 14px;
  }

  #bx-soa-delivery .price-right {
    font-size: 14px;
  }

  .bx-soa-customer {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .my-order .customer-info__input_text {
    width: 170px !important;
    font-size: 12px;
    display: flex;
  }

  .order__category_item,
  .order__category_item--active {
    padding: 30px 0;
  }

  .payment-info__finalsum .payment-info__final_text {
    font-size: 18px !important;
  }

  .order__category_item--active::after {
    border-left: 24px solid rgba(252, 198, 7, .8);
  }
}

.corporate-banner-wrap {
  height: auto;
  min-height: 600px;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 76px 0;
  color: #fff;
}

.corporate-banner {
  border: 5px solid #f9cd0c;
  padding: 51px 50px 45px;
  background-color: rgba(0, 0, 0, 0.5);
}

.align-center {
  text-align: center !important;
}

.corporate-banner--transparent {
  background-color: transparent;
}

.corporate-banner h1 {
  text-align: center;
  font-size: 26px;
  padding-bottom: 20px;
  font-weight: 700;
}

.corporate-banner .text-wrap p {
  margin-bottom: 20px;
}

.corporate-banner .text-wrap ul {
  list-style: disc;
}

.corporate-banner .text-wrap ul li {
  margin-left: 20px;
}

.corporate-box-wrap .image-wrap {
  padding-bottom: 38px;
}

.image.round_block {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
}

.image.round_block img {
  object-fit: contain;
  width: 100%;
  height: 200px;
  max-width: 100%;
}

.landings .round_block {
  height: 200px;
  width: 200px;
  overflow: hidden;
  border-radius: 100%;
  vertical-align: middle;
  line-height: 200px;
  background-color: #fff;
}

.corporate-box-wrap .main-title {
  text-align: center;
  margin-top: 0;
}

.corporate-box-wrap .text p {
  margin-top: 0;
  margin-bottom: 25px;
}

.corporate-box-wrap ul {
  list-style: disc;
}

.corporate-box-wrap ul li {
  margin-left: 20px;
}

.products_btns {
  margin-top: 25px;
  display: flex;
  justify-content: center;
}

.products_btns a {
  font-size: 16px;
  line-height: 40px;
  height: 40px;
  padding: 0 35px;
  background-color: #fcc607;
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
  font-weight: 600;
  transition: all ease .2s;
}

.products_btns a:hover {
  background-color: transparent;
  border: 1px solid #fcc607;
  transition: all ease .2s;
}

.corporate-box-wrap.gray {
  background: #f2f3f4;
}

.corporate-box-wrap {
  padding: 51px 0;
}

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

.corporate-box-wrap .round_block.hovered {
  border: 5px solid transparent;
}

.corporate-box-wrap .round_block {
  height: 200px;
  width: 200px;
  overflow: hidden;
  border-radius: 100%;
  vertical-align: middle;
  line-height: 200px;
  background-color: #fff;
}

.corporate-box-wrap.round_block img {
  line-height: 200px;
  vertical-align: middle;
  width: 100%;
  height: auto;
}

.main-text-box.box-3 {
  padding: 60px 0 38px;
  padding-bottom: 0;
  max-width: 1400px;
  margin: 0 auto;
  margin-top: 0px;
  margin-bottom: -50px;
}

.main-text-box .container {
  display: flex;
}

@media(max-width:992px) {
  .image_grid {
    flex-wrap: wrap;
    justify-content: center;
  }

  .image_grid_item {
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .corporate-box-wrap .round_block {
    width: 150px;
    height: 150px;
  }

  .corporate-box-wrap {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .image-box.force-show {
    display: none;
  }

  .main-text-box.box-3 {
    padding-top: 30px;
    margin-bottom: 0;
  }

  .image.round_block img {
    height: 150px;
  }
}

@media(max-width:730px) {
  .products_btns {
    flex-wrap: wrap;
    justify-content: center;
  }

  .products_btns a {
    margin-top: 15px;
    margin-left: 0;
    margin-right: 0;
  }
}

.pagiination-box.top .pagination {
  justify-content: flex-start;
}

.news-list-box .text {
  min-height: unset;
}

.news-list-box .emulate-table {
  display: flex;
  flex-wrap: nowrap;
}

@media(max-width:730px) {
  .news-list-box .emulate-table {
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  .news-list-box .emulate-table .emulate-cell .text {
    margin-left: 0;
    margin-right: 0;
  }
}

.body-row .emulate-table {
  box-shadow: none;
  flex-wrap: nowrap;
  width: 550px;
}

.body-row .emulate-table:hover {
  box-shadow: none;
}

.body-row .emulate-table .image {
  width: 100px;
}

.body-row .emulate-table .image img {
  max-width: 100%;
}

.body-row .emulate-table .title {
  font-size: 18px;
}

.b-cart-table__row .emulate-table .title {
  text-align: left;
}

.propertyOrder {
  font-size: 16px;
}

.table-box .b-cart-table__head {
  background-color: #f2f3f4;
  height: 30px;
  font-weight: 600;
}

.table-box .b-cart-table__head tr th {
  vertical-align: middle;
}

.cart-popular>div {
  display: flex;
}

.cart-popular .image {
  width: 200px;
  height: 150px;
  padding: 0 !important;
}

.cart-popular .image img {
  max-width: 100%;
}

.plus_minus_box {
  display: flex;
}

.plus_minus_box input {
  display: block;
  width: 50px;
  height: 33px;
  background: #F8F8F6;
  border-radius: 2px;
  border: none;
  font-size: 12px;
  text-align: center;
}

.modalAdd_minus {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 33px;
  background: #F8F8F6;
  border-right: 1px solid #EAEAEA;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  font-size: 0;
}

.modalAdd_minus::before {
  content: '';
  display: block;
  width: 12px;
  height: 2px;
  background-color: #fcc607;
}

.modalAdd_plus {
  cursor: pointer;
  position: relative;
  width: 28px;
  height: 33px;
  background: #F8F8F6;
  border-left: 1px solid #EAEAEA;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  font-size: 0;
}

.modalAdd_plus::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 12px;
  height: 2px;
  background-color: #fcc607;
}

.modalAdd_plus::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 2px;
  height: 12px;
  background-color: #fcc607;
}

.catalog-item-duble {
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  border-radius: 2px;
  background-color: #ffffff;
  padding-left: 20px;
  padding-right: 20px;
  width: 200px;
  height: 300px;
}

.cart-popular {
  margin-top: 30px;
  margin-bottom: 50px;
}

.next-order {
  display: flex !important;
  justify-content: center;
  align-items: center;
  width: 235px;
  height: 40px;
  border: 1px solid #fcc607;
  margin-right: 30px;
  transition: all ease .2s;
}

.next-order:hover {
  background-color: #fcc607;
  transition: all ease .2s;
}

.offers-add {
  display: flex !important;
  justify-content: center;
  align-items: center;
  width: 235px;
  height: 40px;
  background-color: #fcc607;
  transition: all ease .2s;
}

.offers-add:hover {
  background-color: transparent;
  border: 1px solid #fcc607;
  transition: all ease .2s;
}

.modalAdd_block .cart-box {
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #fcc607 transparent;
}

.modalAdd_block .cart-box::-webkit-scrollbar {
  width: 10px;
}

.modalAdd_block .cart-box::-webkit-scrollbar-thumb {
  background: #fcc607;
  cursor: pointer;
}

.modalAdd_block .cart-box .emulate-table {
  box-shadow: none;
}

.b-cart-table h2 {
  text-align: left;
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 20px;
}

.cart-box h5 {
  font-size: 18px;
  font-weight: 600;
}

.cart-box .order-summ-name {
  display: none;
}

.cart-box .summ-col {
  padding-left: 40px;
}

.cart-box .col-4 {
  padding-left: 40px;
  padding-right: 40px;
}

.card-tabs__content table tr th {
  vertical-align: middle;
  border: 1px solid;
}

.add_review {
  margin-bottom: 20px;
}

.radio-inline label input {
  top: -3px;
}

.soa-property-container {
  display: flex;
  align-items: center;
}

.soa-property-container a {
  font-size: 14px;
  text-decoration: underline;
}

@media(max-width:992px) {
  .my-order .customer-info__input_text {
    width: 170px !important;
    font-size: 12px;
    display: flex;
  }
}

.card-style table,
.ex-typography table {
  margin-top: 30px;
}

.card-style table tr td,
.ex-typography table tr td {
  border: 1px solid;
  text-align: center;
  vertical-align: middle;
  font-size: 14px;
}

.card-style table tr th,
.ex-typography table tr th {
  font-weight: 600;
  padding: 5px;
}

.card-style table tr td,
.ex-typography table tr td {
  padding: 5px;
}

#amount_sheet {
  width: 70px !important;
  padding-left: 10px;
}

.modalAdd_block .summ .old-price-detail {
  padding-left: 0;
  margin-bottom: 20px;
}

#zakaz_montazh p {
  line-height: 22px;
}

.table-box .btn {
  display: flex !important;
}

.option-box input {
  display: block;
  width: 70px;
  height: 33px;
  background: #F8F8F6;
  border-radius: 2px;
  border: none;
  font-size: 12px;
  text-align: center;
}

.option-box .option-body {
  display: flex;
}

.option-box .option-body .emulate-cell_minus {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 33px;
  background: #F8F8F6;
  border-right: 1px solid #EAEAEA;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  font-size: 0;
}

.option-box .option-body .emulate-cell_minus:before {
  content: '';
  display: block;
  width: 12px;
  height: 2px;
  background-color: #fcc607;
}

.option-box .option-body .emulate-cell_plus {
  cursor: pointer;
  position: relative;
  width: 28px;
  height: 33px;
  background: #F8F8F6;
  border-left: 1px solid #EAEAEA;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  font-size: 0;
}

.option-box .option-body .emulate-cell_plus::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 2px;
  height: 12px;
  background-color: #fcc607
}

.option-box .option-body .emulate-cell_plus::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 12px;
  height: 2px;
  background-color: #fcc607;
}

.main-item-mox .option-title {
  width: 100% !important;
  height: auto !important;
}

.main-item-mox .emulate-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.contact-tab-wrap {
  margin-top: 50px;
}

.contact-tab-wrap .emulate-table {
  background-color: transparent;
  box-shadow: none;
  padding-left: 0 !important;
}

.contact-tab-wrap .emulate-table:hover {
  background-color: transparent;
  box-shadow: none !important;
}

.contact-bottom {
  background-color: transparent !important;
  box-shadow: none !important;
  padding-left: 0 !important;
}

.contact-bottom {
  background-color: transparent !important;
  box-shadow: none !important;
}

.contact-tab-wrap .text {
  min-height: unset;
  width: auto;
  margin-left: 0;
  margin-right: 0;
}

.contact-tab-wrap .emulate-table:hover {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
}

@media(max-width:992px) {
  .contacts-tab-wrap .nav-tabs {
    margin-left: 0;
    padding-left: 0;
  }

  .contacts-tab-wrap .nav-tabs li:nth-child(1) {
    margin-left: 0;
  }
}

.files_set .styledSelect::after {
  content: '';
  position: absolute;
  right: 10px;
  top: 18px;
  display: block;
  width: 10px;
  height: 6px;
  background: url(../img/icon/menu-arrow-icon.png) no-repeat;
  transition: all ease .2s;
}

.files_set .styledSelect.active::after {
  transform: rotate(180deg);
  transition: all ease .2s;
}

.contact-detail-box {
  margin-top: 30px;
}

.row.contacts-detail {
  margin-top: 30px;
}


.row.contacts-detail .first span {
  font-weight: 600;
  font-size: 22px;
}
.contacts-detail__body{
  display: flex;
  justify-content: space-between;
  padding-right: 17px !important;
}
.contacts-detail__column{
  max-width: 400px;
  margin: 0 15px 0 0;
}
.contacts .contact-element{
  margin: 30px 0 0 0;
  min-height: 0;
}
.contacts-detail__actions {
  margin: 20px -15px -5px;
  flex-wrap: wrap;
}
@media (max-width: 730px){
  .contacts-detail__actions {
    margin-top: 20px !important;
  }
}

.contact-detail-products .btn-gray {
  width: auto;
  height: auto;
  padding: 11px 19px;
  font-weight: 400;
  border-width: 1px;
  font-size: 14px;
  transition: background-color .25s;
}
.contact-detail-products > div {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}
.contacts-detail__actions a{
  display: inline-flex;
  align-items: center;
  line-height: normal;
  color: #3A71E3;
  font-size: 14px;
  margin: 5px 15px;
}
.contacts-detail__actions a:hover,
.contacts-detail__actions a:active,
.contacts-detail__actions a:focus{
  text-decoration: underline;
}
.contacts-detail__actions a svg {
  margin: 0 11px 0 0;
}
.go_back_page span {
  display: flex;
  align-items: center;
  font-weight: 600;
}

.go_back_page span::before {
  content: '';
  display: block;
  margin-right: 7px;
  width: 10px;
  height: 6px;
  background: url(../img/icon/menu-arrow-icon.png) no-repeat;
  transform: rotate(90deg);
}

.line.marker {
  padding-right: 10px;
  padding-bottom: 5px;
  padding-top: 5px;
  padding-left: 15px;
  /* height: 38px; */
  line-height: 26px;
  font-weight: 500;
  background-color: #F2F3F4;
  font-weight: 600;
}

.line.mail {
  padding-bottom: 5px;
  padding-top: 5px;
  padding-left: 15px;
  /* height: 38px; */
  line-height: 26px;
  font-weight: 500;
  background-color: #F2F3F4;
  font-weight: 600;
}

.line.phone {
  padding-left: 15px;
  /* height: 38px; */
  line-height: 38px;
  font-weight: 500;
  font-weight: 600;
}

.line.time {
  padding-left: 15px;
  /* height: 38px; */
  line-height: 38px;
  font-weight: 500;
  font-weight: 600;
}

.row.contacts-detail .images-box {
  margin: 50px 0 0 0;
}
.row.contacts-detail .images-box a {
  display: block;
  margin: 0 0 17px 0;
  border-radius: 4px;
  overflow: hidden;
}
.row.contacts-detail .images-box a:last-child{
  margin: 0;
}
.row.contacts-detail .images-box img {
  width: 137px;
  border: none;
  margin: 0;
}

.contact-detail-box .row {
  display: flex;
}

.contact-detail-box .row .btn-yellow {
  margin-left: 0;
  margin-right: 20px;
}
.contacts-detail__left{
  flex: 1 1 auto;
}
.contacts-detail__map-wrapper{
  width: 38.545%;
  flex-shrink: 0;
  align-self: flex-start;
  text-align: right;
}
.contacts-detail__map{
  border-radius: 4px;
  display: block;
  position: relative;
}
.contacts-detail__map img {
  width: 100%;
  border-radius: 4px;
  object-fit: cover;
}

@media (max-width: 899px){
  .contacts-detail__map-wrapper{
    width: 100%;
  }
}
@media (min-width: 900px) {
  .contacts-detail__map{
    padding-bottom: 72.7%;
  }
  .contacts-detail__map img{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
  }
}

@media(max-width:730px) {
  .line.marker {
    height: auto;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .line.marker {
    height: auto;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  /* .row.contacts-detail .images-box img {
    margin-top: 10px;
  } */

  .contact-detail-box .row {
    margin-top: 30px;
  }

  .card-specifications ul {
    margin-top: 0;
  }
}

.compare_catalog_mobile {
  display: none;
}

.catalog-items__wrap {
  display: flex;
  flex-wrap: wrap;
}

.catalog-items__wrap .catalog-item {
  border: 1px solid #E7E7E7;
  height: auto;
  padding: 20px;
  transition: all ease .3s;
}

.catalog-items__wrap .catalog-item:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  transition: all ease .3s;
}

.catalog-items__wrap .catalog-item .image {
  margin-left: auto;
  margin-right: auto;
}

.catalog-items__wrap .catalog-item .image img {
  width: 208px;
  object-fit: cover;
}

.catalog-items__wrap .catalog-item .text-box .title {
  margin-top: 10px;
  font-weight: 600;
  line-height: 22.4px;
}

.catalog-items__wrap .catalog-item .text-box .price-box {
  margin-top: 15px;
  font-size: 16px;
}

.catalog-items__wrap .catalog-item .add-detail-new {
  display: none;
}

.catalog-items__wrap .catalog-item .add-new {
  width: 119px;
  height: 34px;
  border-radius: 2px;
  background-color: #fcc607;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.36px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.catalog-items__wrap .catalog-item .add-new:hover {
  background-color: transparent;
  border: 2px solid #fcc607;
}

.catalog-items__wrap .catalog-item .add-new::before {
  content: '';
  display: block;
  margin-right: 9px;
  width: 16px;
  height: 16px;
  background: url(../img/icon/cart-black-icon.png) no-repeat;
  background-size: auto;
  background-size: cover;
}

.catalog-items__wrap .catalog-item .section-compare a {
  margin-top: 10px;
  display: block;
}

.catalog-items__wrap .catalog-item .section-compare a:hover {
  text-decoration: none;
}

.catalog-items__wrap .catalog-item .order-fast {
  color: #27ae60 !important;
  text-align: center;
  text-decoration: underline;
}

.catalog-items__wrap .catalog-item .section-compare a:last-child {
  color: #222;
  text-decoration: underline;
  text-align: center;
  font-size: 14px;
}

.catalog-items__wrap .catalog-item .section-compare a:last-child:hover {
  text-decoration: none;
}

.compare_catalog {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 40px;
}

.compare_catalog .select {
  margin-right: 20px;
  line-height: 40px;
}

.compare_catalog .select span {
  padding-right: 20px;
}

.do-compare {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 40px;
  background-color: #fcc607;
  font-size: 16px;
  font-weight: 600;
  transition: all ease .2s;
}

.do-compare:hover {
  background-color: transparent;
  border: 1px solid #fcc607;
  transition: all ease .2s;
}

@media(max-width:992px) {
  .catalog-items__wrap {
    justify-content: center;
  }

  .catalog-items__wrap .catalog-items__item {
    margin-top: 20px;
  }

  .compare_catalog {
    flex-wrap: wrap;
    justify-content: center;
  }

  .do-compare {
    margin-top: 15px;
  }
}

@media(max-width:730px) {
  .compare_catalog .select span {
    display: none !important;
  }

  .compare_catalog .select {
    width: 100%;
    margin-right: 0;
  }

  .compare_catalog {
    text-align: left !important;
  }
}

.more-label {}

.more-label.hide-label {
  display: none;
  /* margin-top: 20px; */
  margin-top: 0;
  max-height: 24px;
  line-height: normal;
  /* margin-left: 8px; */
}

.span-prop_coverage {
  padding: 0 !important;
  margin-bottom: 15px;
}

.more-label {
  position: relative;
  top: -2px;
  margin-left: 8px;
  margin-bottom: 0;
  max-height: 24px;
  line-height: normal;
  padding: 5px 10px;
  font-size: 10px;
  font-family: Proxima;
}

.mode-colored .colorBox {
  max-height: 24px;
}

.cart-box .main-item-mox .emulate-row {
  align-items: flex-start;
}

.cart-box .calculation-box {
  top: 0;
  left: -2px;
}

.text-wrap_1 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  margin-top: 55px;
}

.text-wrap_1 p:nth-child(1) {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
}

.text-wrap_1 p {
  font-size: 16px;
  line-height: 21px;
}

.text-wrap_1 ul {
  list-style: disc;
  margin-top: 15px;
  margin-bottom: 15px;
}

.text-wrap_1 ul li,
.text-wrap_1 ol li {
  margin-left: 20px;
  margin-bottom: 15px;
}

.list-item .btn-box {
  margin-top: 0;
}

.files_set .city_set {
  display: none;
}

.files_set .city_set.active {
  display: block;
}

#contact-2 {
  display: none;
}

.span-prop_variant,
.span-prop_height {
  padding: 0 !important;
}

.catalog-left-box {
  border: 1px solid#f0f0f0;
  background: #f2f3f4;
  border-radius: 3px;
  padding: 14px 20px;
}

.catalog-left-box.text-link {
  background-color: transparent;
  border: none;
  text-decoration: underline;
}

.catalog-left-box.text-link a {
  font-weight: 600;
  font-size: 14px;
  white-space: nowrap;
}

.left-aside {
  width: 280px;
  margin-right: 20px;
  padding: 10px;
  padding-left: 0;
  margin-top: 20px;
}

.left-aside .nav-filter-header {
  display: none;
}

.aside-wrap {
  display: flex;
  /* flex-wrap: wrap; */
}

.left-aside .left-menu li {
  padding-bottom: 10px;
}

.left-aside .left-menu li a {
  font-size: 13px;
}

.left-menu a.styled {
  border-bottom: 1px solid #cccccc;
  text-decoration: none;
}

.left-menu a.styled:hover {
  border-bottom: none;
  text-decoration: none;
}

@media(max-width:730px) {
  .aside-wrap {
    justify-content: center;
    flex-wrap: wrap;
  }

  .left-aside {
    margin-top: 0;
    margin-right: 0;
  }

  #basket_form .with_policy {
    padding-top: 0;
    margin-top: 0;
  }

  #basket_form .emulate-table {
    width: 70%;
  }

  .cart-box .next-order {
    margin-right: 0;
    margin-bottom: 20px;
  }

  .modalAdd_block .cart-box {
    height: 600px !important;
  }

  .modalAdd_block .body-row {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
  }

  .modalAdd_block .body-row .emulate-table {
    width: 100%;
  }

  .table-box .b-cart-table__head {
    display: none;
  }

  .modalAdd_block .col-1--order .emulate-table {
    display: flex;
    flex-direction: column;
    padding: 0;
  }

  .modalAdd_block .summ-col {
    line-height: 33px;
  }

  .modalAdd_block .btn-box.align-right {
    justify-content: center;
  }

  .modalAdd_block .cart-popular {
    overflow-x: scroll;
  }

  .modalAdd_block .h5 {
    margin-top: 20px;
  }

  #headerBasketSmall {
    position: fixed;
    z-index: 111;
    top: 0;
    right: 10px;
  }
}

.modalAdd_block .emulate-row {
  display: block;
}

.span-prop_size {
  display: flex;
  flex-wrap: wrap;
}

#zakaz_montazh a {
  font-weight: 600;
  font-size: 14px;
  color: #2372e8;
  text-decoration: underline;
}

.colorBox span {
  color: #fff;
  line-height: 13px;
}

#basket_form .emulate-table .text {
  min-height: unset;
  height: auto;
  font-family: Proxima !important;
}

.header-action .compare {
  display: none;
  margin-top: 0;
  margin-left: 15px;
  padding-left: 25px;
  width: 165px;
  height: 50px;
  border-radius: 2px;
  border: 1px solid #fcc607;
}

@media(min-width:1121px) {
  body.scroll .header-action {
    position: fixed;
    padding-bottom: 10px;
    padding-top: 10px;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99;
    /* z-index: 22; */
    width: 100%;
    background-color: #f8f8f6;
    /* transition: all ease .4s; */
  }

  body.scroll .header-action .header-link {
    display: none;
  }

  body.scroll .catalog-btn {
    width: auto;
    padding-left: 18px;
    margin-right: 62px;
  }

  body.scroll .header-action__wrap {
    padding-left: 150px;
  }

  body.scroll .logo {
    position: fixed;
    z-index: 222;
    top: 22px;
  }

  body.scroll .catalog {
    position: fixed;
    z-index: 222;
    top: 68px;
  }

  body.scroll .catalog-btn.active::before {
    margin-right: 10px;
  }

  body.scroll #phone-modal-wrap {
    margin-right: 10px;
    position: fixed;
    z-index: 222;
    /* left: 630px; */
    top: 23px;
  }

  body.scroll .header-list__form {
    margin-right: 10px;
    position: fixed;
    z-index: 222;
    /* left: 630px; */
    top: 70px;
    flex-direction: column;
    height: 250px;
  }

  body.scroll .header-list__form a {
    order: 1;
    text-align: center;
    font-weight: 600;
  }

  body.scroll .header-list__form-title {
    order: 2;
    margin-top: 10px;
  }

  body.scroll .header-list__form form {
    order: 3;
  }

  body.scroll .header-list__form form {
    order: 3;
  }

  body.scroll .header-action .compare {
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 13px;

  }

  body.scroll .header-action .compare a {
    display: flex;
    align-items: center;
  }

  body.scroll .header-action .compare-icon {
    margin-right: 10px;
    width: 22px;
    height: 24px;
    background: url(../img/icon/compare.svg) no-repeat;
  }

  body.scroll .header-action .compare-count {
    display: flex;
  }

  body.scroll .header-action .compare-count__num {
    display: flex;
    margin-right: 5px;
  }

  body.scroll .header-search__input {
    background-color: #fff;
    width: 100%;
  }

  body.scroll .header-search {
    max-width: 466px;
    width: 100%;
  }

  body.scroll .header-search form {
    width: 100%;
  }

}

@media(max-width:1120px) {
  .header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 111;
  }

  body {
    padding-top: 40px;
  }

  .header-action .compare {
    display: flex;
    position: fixed;
    top: 16px;
    right: 480px;
    z-index: 111;
    border: none;
    width: auto;
  }

  .compare-count__text {
    display: none;
  }

  .compare-icon {
    margin-right: 10px;
    width: 22px;
    height: 24px;
    background: url(../img/icon/compare.svg) no-repeat;
  }

  .compare-count__num {
    position: absolute;
    right: 0;
    top: -2px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 8px;
    background-color: #2372E8;
    min-width: 14px;
    min-height: 14px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
  }
}

.modalAdd_block .cart-box .cart-popular {
  /* overflow-x: scroll; */
  overflow-x: auto;
}

.b-cart-table__row .emulate-table {
  width: 100%;
}

@media(max-width:1700px) {
  /* .b-cart-table__row .col-1--order {
    width: 400px;
  }
  .b-cart-table__row .emulate-table {
    width: 100%;
  } */

}

@media(max-width:1315px) {
  .b-cart-table__row .col-1--order {
    display: flex;
    flex-wrap: wrap;
    width: 400px;
  }

  .b-cart-table__row .emulate-table {
    flex-wrap: wrap;
  }

  .b-cart-table__row .emulate-table .text-cell {
    /* margin-left: 0; */
    margin-top: 20px;
  }

  .modalAdd_block .cart-box .detail-wrap__content .right-part {
    margin-left: 20px !important;
  }
}


@media(max-width:992px) {
  .b-cart-table__row .col-1--order {
    width: 230px;
  }

}

.left-aside--large {
  width: 400px;
}

.left-aside__item {
  margin-bottom: 10px;
}

.left-aside__item--styler {
  border: 1px solid#f0f0f0;
  background: #f2f3f4;
  border-radius: 3px;
  padding: 14px 20px;
}

.left-aside__item--simple li {
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 20px;
}

.left-aside__item--simple a {
  text-decoration: underline;
}

.left-aside__item--simple a:hover {
  text-decoration: none;
}

.left-aside__item--extra .btn {
  width: 100%;
  font-family: 'Raleway-Black';
  font-size: 16px;
  background-repeat: no-repeat;
  padding-left: 60px;
  padding-right: 23px;
  background-color: #fbe792;
  margin-left: 0;
  position: relative;
}

.left-aside__item--extra .btn:after {
  position: absolute;
  content: "";
  background: #D5AD00;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 3px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.left-aside__item--extra .btn:hover:after {
  width: 100%;
}

.left-aside__item--extra .btn:hover {
  border: 0;
}

.left-aside__item--extra .btn i {
  position: absolute;
  left: 30px;
  top: 7px;
  height: 20px;
  width: 20px;
  margin: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.left-aside__item--extra .btn.calc-1 i {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAARCAYAAADdRIy+AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDoxN0IxNjJBNTg2OUQxMUU0QTE0NEQyMzRGREYzNTIzOCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDoxN0IxNjJBNjg2OUQxMUU0QTE0NEQyMzRGREYzNTIzOCI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjE3QjE2MkEzODY5RDExRTRBMTQ0RDIzNEZERjM1MjM4IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjE3QjE2MkE0ODY5RDExRTRBMTQ0RDIzNEZERjM1MjM4Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8++LCYGAAAAQZJREFUeNqslE1rwkAQhqObqEU8WJFWCoqf9esH9P+D9exJhIKHUiqoRxNFD30HJjAMo9mKAw9MsjNPZtklQeAX72DgUxh61AxBn/McWN0qdv+QUdRAHuzuEY6ELAEXEGVJrwnHoMd5DObgGzSE1FlSSzgBXSH75AnPYANeWfpsSZ0h63B+4MkSsW5J6WC3lnCqZDTZ0djBxZBGqdQJWdtDpqUvoACqqdSpbZJkliGT0l/wxtsmaUhJSxTFSlYCRSWi9ZPIY66jaJFwIe5WWTW3xfVJYwm+1Ls19+9J+MOMDKFvHNOP5IMHx8OF+m9DR18Xz09GT1nVRLeEFfCRMUSTMeNPgAEArTU24lMl3SsAAAAASUVORK5CYII=');
}

.left-aside__item--extra .btn.calc-2 i {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAARCAYAAADQWvz5AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDoyQjEyNDM4MDg2OUQxMUU0OUQ2OEM2NDE0RDU0RURGOCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDoyQjEyNDM4MTg2OUQxMUU0OUQ2OEM2NDE0RDU0RURGOCI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjJCMTI0MzdFODY5RDExRTQ5RDY4QzY0MTRENTRFREY4IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjJCMTI0MzdGODY5RDExRTQ5RDY4QzY0MTRENTRFREY4Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8++p6FoQAAAQpJREFUeNrsk01rwkAQhjeb1A+iQg6FCh78AUWQ+jf6pz0qPYu0lyAiiEhRRFuK7Tv6LCyecym48CSzM+/MbsKMc9fVFCORikQMRYdYHxy+IZqUnIYFMgTP4knsxFH0RC6mxGytxEAUYsPhXfEr3kKhhHcKwfZRzN/EYvvyeOEUK1rj+g0SzW6RkLNPiXfQW16RIQjVHyLbc30X/UePXYts0+e2GYstzoX4wD6ISVRogs+hWWBb7ti7ita90H8sZO3/WkUh68ovurYu1uKT9j+Jd/GIdibajMSSeM6gz+3TSibe4Qxd/k1CWEt8oZt32JZbJtFAZtzuzA3PjEQbzR6dJ9nzFT+m+xNgAGaoMSa37fNtAAAAAElFTkSuQmCC');
}

.left-aside__item--extra li {
  margin-bottom: 10px;
}

@media (max-width: 730px) {
  .left-aside__item--mobile-hide {
    display: none;
  }
}

.filter-more,
.filter-reset {
  cursor: pointer;
  margin-top: 20px;
  text-align: center;
  font-weight: 600;
  max-width: 250px;
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 2px;
  border: 1px solid #fcc607;
  font-size: 16px;
  font-weight: 600;
  color: #363636;
}

.filter-more:hover {
  background-color: #fcc607;
  color: #fff;
}

.filter-reset:hover {
  background-color: #fcc607;
  color: #fff;
}

.filter-reset:hover a {
  color: #fff;
  text-decoration: none;
}

.filter-reset {
  pointer-events: none;
  border: 1px solid gray;
}

.filter-reset.active {
  pointer-events: auto;
  border: 1px solid #fcc607;
}

.filter-more__close:hover {
  background-color: #fcc607;
  color: #fff;
}

.filter-more__close {
  display: none;
  cursor: pointer;
  margin-top: 20px;
  max-width: 250px;
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 2px;
  border: 1px solid #fcc607;
  font-size: 16px;
  font-weight: 600;
  color: #363636;
}

.filter-item {
  display: none;
}

.filter-block .header-link {
  display: flex !important;
}

.card-block .styledSelect-search {
  background-color: #ffffff;
  border-radius: 2px;
  font-weight: 600;
  font-size: 12px;
  color: #363636;
  padding-right: 27px;
}

.search .search-result {
  margin-left: 0;
  color: #363636;
  font-weight: 600;
  font-size: 24px;
}

.search .search-advanced {
  overflow: unset;
}

.search .search-sort {
  margin-right: 0;
}

@media(max-width:730px) {
  .pagiination-box.bottom .pagination ul {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
  }

  .main-title h4 {
    padding-left: 10px;
  }

  .font-medium .tbl {
    border: 1px solid #363636;
  }

  .font-medium .tbl td {
    border: 1px solid #363636;
    line-height: normal;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .header-action .compare {
    right: 60px;
  }
}

.colorBox.active {
  box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.75);
  border: 1px solid #000 !important;
  border: 1px solid #FCC607 !important;
  /* border-left: 5px solid #FCC607 !important; */

}

.colorBox.active span {
  font-weight: bold !important;
}

@media(max-width:560px) {
  .header-action .compare {
    /* right: 26%; */
  }
}

@media(max-height:400px) {
  .modalAdd_block .cart-box {
    height: 300px !important;
  }

}

@media(max-width:400px) {
  .header-action .compare {
    /* right: 28%; */
  }
}

@media(max-height:300px) {
  .modalAdd_block .cart-box {
    height: 200px !important;
  }
}

.catalog-more,
.catalog-more__close {
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  cursor: pointer;
  margin-top: 20px;
  text-align: center;
  font-weight: 600;
  max-width: 250px;
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 2px;
  border: 1px solid #fcc607;
  font-size: 16px;
  font-weight: 600;
  color: #363636;
}

.catalog-more__close {
  display: none;
}

.catalog-more:hover {
  background-color: #fcc607;
  color: #fff;
}

.catalog-more__close:hover {
  background-color: #fcc607;
  color: #fff;
}

.submit input[type=submit]:disabled {
  pointer-events: none;
  opacity: .7;
}

.calc-form__btn:disabled {
  pointer-events: none;
  opacity: .7;
}

.calc-param .input-checkbox {
  margin-top: 10px;
}

.calc-param .input-checkbox a {
  font-size: 14px;
}

.calc-param .input-checkbox input[type="checkbox"]+label {
  width: 16px;
  height: 16px;
}

.modal-block .head-report {
  font-weight: 600;
  font-size: 24px;
  text-align: center;
}

.modal-block .head-report {
  font-weight: 600;
  font-size: 24px;
  text-align: center;
}

.modal-block p {
  margin-top: 5px;
  text-align: center;
}

.success-text {
  font-weight: 600;
  font-size: 18px;
  margin-top: 20px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.count-checkbox {
  display: none;
  margin-left: 15px;
  background-color: #fcc607;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 2px;
  padding-bottom: 2px;
  font-weight: 500;
  font-size: 12px;
  border-radius: 2px;
}

.logo {
  width: 7.938em;
}

.logo img {
  max-width: 100%;

}

.contact-form #modified-left-part {
  margin: 0;
}

.product_unit {
  font-family: Proxima !important;
}

.cart-mobile-col__title,
.cart-mobile-col__title--count {
  font-family: Proxima !important;
}

@media(max-width:1336px) {
  #basket_form .b-cart-table__row .col-1 {
    max-width: 500px;
    display: block;
  }

  .cart-section.cart-box table tr td.col-1 .image-cell .image {
    width: 100px;
  }
}

@media(max-width:992px) {
  .card-item__price-comparison a:hover {
    background-color: transparent;
  }

  .card-item__price-comparison a:hover::after {
    background: url(../img/icon/compare-icon-yellow.png);
  }

  .filter-item__title::after {
    right: 0;
  }

  .smartfilter {
    width: 100%;
  }

  .filter-items .smartfilter {
    padding-top: 10px;
  }

  .filter-more,
  .filter-reset {
    margin-right: 40%;
  }

  .cart-box {
    top: 40%;
  }

  .catalog-banner__img {
    display: none;
  }

  .catalog-banner__title {
    padding-bottom: 35px;
  }
}

@media(max-width:730px) {
  #basket_items {
    width: 100%;
  }

  .filter-item__title::after {
    right: 0;
  }

  .filter-item {
    margin-right: auto;
    margin-left: auto;
  }
}

@media(max-width:767px) {
  .cart-mobile-col__title--price {
    padding-top: 0 !important;
  }
}

@media(max-width:730px) {

  .filter-more,
  .filter-reset {
    margin-right: 0;
  }

  .select {
    margin: 0 !important;
    margin-bottom: 20px !important;
  }

  .files_set .action_area #select_city_set {
    height: 0;
  }

  .files_set .action_area .s-hidden {
    padding-top: 0;
  }

  .files_set .action_area .select .options {
    top: 50px;
    left: 0px;
    width: 100%;
  }
}

.select::after {
  display: none;
}

@media (min-width: 768px) and (max-width: 991px) {
  /* стили для sm-устройств */
}

.right-aside .text {
  min-height: unset;
}

.font-medium.text {
  min-height: unset;
}

.contact-detail-box .to-back i {
  background-image: none;
}

.go_back_page span {
  font-family: Proxima !important;

}

.contact-detail-box .to-back span {
  border-bottom: none;
  display: flex;
  align-items: center;
  font-weight: 600;
  font-family: Proxima !important;
}

.contact-detail-box .to-back span::before {
  content: '';
  display: block;
  margin-right: 7px;
  width: 10px;
  height: 6px;
  background: url(../img/icon/menu-arrow-icon.png) no-repeat;
  transform: rotate(90deg);
}



.color_set .color_name {
  font-family: Proxima !important;
}

.color_set .color_box {
  height: auto
}

.color_set .color_name {
  font-size: 11px;
  height: 40px;
}

.files_items,
.colors_items {
  display: flex;
}

.half>.phn>#red_star>span {
  font-family: Proxima !important;
  font-size: 16px;
  /* font-weight: 600; */
  color: rgba(54, 54, 54, 0.8);
}

.input textarea::placeholder {
  font-family: Proxima !important;
  color: rgba(54, 54, 54, 0.8);
  font-size: 16px;
  font-weight: 600;
}

.half input::placeholder {
  font-family: Proxima !important;
}

#redstar {
  color: red !important;
}

.container-text p {
  margin-bottom: 10px;
  font-size: 13px;
  line-height: 21px;
}

.container-text h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
}

.nav-filter-button {
  /*border: 1px solid #fcc607;*/
  width: 247px;
  font-family: Proxima !important;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  left: -2px;
}

.nav-filter-button-cnt {
  background-color: #fcc607;
}

.object-wrap .slick-current .object-item {
  /* margin-left: -15px; */
}

.object-wrap .slick-current {
  /* padding-left: 15px; */
}

/* Спасибо ! В ближайшее время вам поступит прайс-лист.  */
.popular-card .card-item,
.catalog-block .card-item {
  display: flex;
  flex-direction: column;
  float: none;
  height: 100%;
}

.catalog-block .card-item {
  padding-bottom: 15px;
}

.card-slider__viewed .card-item {
  display: flex;
  flex-direction: column;
  float: none;
}

.popular-card .slick-slide,
.card-slider__viewed .slick-slide,
.catalog-block .slick-slide {
  float: none;
}

.popular-card .card-item .card-item__btn,
.card-slider__viewed .card-item .card-item__btn,
.card-block .card-item .card-item__btn,
.catalog-block .card-item .card-item__btn {
  margin-top: auto;
  position: static;
}

.popular-card .catalog-items__item,
.card-slider__viewed .catalog-items__item,
.catalog-block .catalog-items__item {
  max-height: none;
  height: auto;
}

.popular-card .slick-track,
.card-slider__viewed .slick-track,
.catalog-block .slick-track {
  display: flex;
}

.catalog-block+.tabs .tabs__content-wrap {
  display: block;
}

.brands-wrap .item-wrap .item {
  display: flex;
  justify-content: center;
  align-items: center;
}

.brands-wrap .item-wrap .item a {
  display: block
}

.brands-wrap .item-wrap .item img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}

.popular-card .card-item,
.catalog-block .card-item {
  display: flex;
  flex-direction: column;
  float: none;
  height: 100%;
}

.catalog-block .card-item {
  padding-bottom: 15px;
}

.card-slider__viewed .card-item {
  display: flex;
  flex-direction: column;
  float: none;
}

.popular-card .slick-slide,
.card-slider__viewed .slick-slide,
.catalog-block .slick-slide {
  float: none;
}

.popular-card .card-item .card-item__btn,
.card-slider__viewed .card-item .card-item__btn,
.catalog-block .card-item .card-item__btn {
  margin-top: auto;
  position: static;
}

.popular-card .catalog-items__item,
.card-slider__viewed .catalog-items__item,
.catalog-block .catalog-items__item {
  max-height: none;
  height: auto;
}

.popular-card .slick-track,
.card-slider__viewed .slick-track,
.catalog-block .slick-track {
  display: flex;
}

.catalog-block+.tabs .tabs__content-wrap {
  display: block;
}

.text-wrap h2 {
  font-size: 20px;
  margin-bottom: 10px !important;
  margin-top: 10px !important;
  font-weight: bold;
}

[data-acco-content] {
  display: none;
}

[data-acco-content].colors_items {
  display: none !important;
}

.opened[data-acco-item] .colors_items[data-acco-content] {
  display: flex !important;
}

.opened[data-acco-item] [data-acco-content] {
  display: block;
}

[data-acco-opener],
.set_name[data-acco-opener] {
  cursor: pointer;
  background: #f2f3f4;
  padding: 10px 25px 10px 10px;
  margin-bottom: 10px;
  position: relative;
  transition: all .3s;
}

[data-acco-opener]:hover {
  background-color: #ececec;
}

[data-acco-opener]::after {
  content: '';
  position: absolute;
  right: 10px;
  width: 11px;
  height: 7px;
  top: 0;
  bottom: 0;
  margin: auto;
  background-image: url(/local/templates/.default/images/arrow-down.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: all .3s;
  transform-origin: center;
}

.set_name[data-acco-opener]::before {
  display: none;
}

[data-acco-item] .set_item {
  margin-top: 0;
  margin-bottom: 0;
}

.opened[data-acco-item] [data-acco-opener]::after {
  transform: rotate(180deg);
}

.left-list-extra .header-link.calc-crovl,
.left-list-extra .header-link.calc-zabor {
  width: 254px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
}

.brands-wrap .item-wrap .item img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}

.brands-wrap .item-wrap .item {
  display: flex;
  justify-content: center;
  align-items: center;
}

.search .catalog-wrap .card-item {
  display: flex;
  flex-direction: column;
}

.search .catalog-wrap .card-item .card-item__btn {
  position: static;
  margin-top: auto;
}


@media (max-width: 1275px) {
  .brands-wrap .item {
    flex: 1 0 20%;
  }
}

@media (max-width: 768px) {
  .brands-wrap .item {
    flex: 1 0 25%;
  }
}

@media (max-width: 500px) {
  .brands-wrap .item {
    flex: 1 0 45%;
  }
}

@media(max-width:992px) {
  .colors_items {
    display: none;
  }
}

.wrap-slash {
  position: relative;
  width: 85px;
  display: inline-block;
}

.wrap-slash::after {
  content: '/';
  position: absolute;
  right: 0;
}

.filter-block {
  width: 254px;
}

@media (max-width: 992px) {
  .filter-block {
    width: auto;
  }
}

@media (max-width: 730px) {
  .filter-mob {
    flex-direction: column;
  }
}

.calc-param.roof .calc-param__more-btn {
  right: -20px;
}

.calc-radio label {
  min-width: 100px;
  max-height: unset;
  padding-left: 5px;
  padding-right: 5px;
}

.calc-radio .calc-radio__wrap.no-wrap {
  flex-wrap: wrap;
  width: 100%;
}

@media(max-width:560px) {
  .calc-result-box .emulate-table {
    justify-content: flex-start;
  }

  .calc-radio .calc-radio__wrap.no-wrap {
    flex-wrap: wrap;
  }

  .emulate-table.calc_result {
    padding-left: 10px;
  }

  .calc-result-box .calc-result {
    width: 100%;
    max-width: 600px;
    overflow-y: auto;
  }

  .calc-result-box .result-table-wrap {
    overflow: unset;
  }

  .calc-result-box .calc-result-wrap .calc_result {
    box-shadow: none;
  }

  .calc-result-wrap .calc_result {
    box-shadow: none !important;
  }

  .calc-result-box .top-padding {
    padding-top: 0 !important;
    margin-top: -20px;
  }

  .order_total_summ {
    margin-left: auto;
    margin-right: auto;
  }

  .calc-type.material .calc-type__item {
    height: auto;
    padding-bottom: 10px;
  }

  .calc-type.material .calc-type__name {
    margin-top: 0;
  }

  .calc-type.material {
    padding-bottom: 20px;
  }

  .calc_result .emulate-cell.btns {
    margin-left: auto;
    margin-right: auto;
  }

  /*.calc-param__wrap .calc-param__item:last-child .calc-radio {*/
  /*  margin-top: 55px;*/
  /*}*/
}
.top-padding .btn-box.align-right {
  margin-top: 10px !important;
}

.ex-typography ul:not(.tabs-caption):not(.card-tabs-caption),
.ex-typography ol,
.catalog-section-text ul:not(.tabs-caption):not(.card-tabs-caption),
.catalog-section-text ol {
  list-style: inherit;
  margin-left: 0;
  font-size: 14px;
  line-height: 28px;
  margin-bottom: 15px;
  padding-left: 20px;
}

.articles.ex-typography ul:not(.tabs-caption):not(.card-tabs-caption),
.articles.ex-typography ol:not(.tabs-caption):not(.card-tabs-caption){
  margin-left: 0;
}

.ex-typography ol,
.catalog-section-text ol {
  list-style: decimal inside;
}

.ex-typography,
.catalog-section-text {
  font-size: 14px;
}

.ex-typography h1,
.ex-typography .h1,
.catalog-section-text h1,
.catalog-section-text .h1 {
  font-size: 30px;
  font-weight: 500;
  margin: 15px 0;
}

.ex-typography .h3,
.ex-typography h3,
.catalog-section-text .h3,
.catalog-section-text h3 {
  font-size: 18px;
  font-weight: 500;
  margin: 15px 0;
}

.ex-typography .h2,
.ex-typography h2,
.catalog-section-text .h2,
.catalog-section-text h2 {
  font-weight: 600;
  font-size: 20px;
  margin: 15px 0;
}

.ex-typography .h4,
.ex-typography h4,
.catalog-section-text .h4,
.catalog-section-text h4 {
  font-size: 16px;
  font-weight: 500;
  margin: 15px 0;
}

.ex-typography .h5,
.ex-typography h5,
.catalog-section-text .h5,
.catalog-section-text h5 {
  font-size: 14px;
  font-weight: 500;
  margin: 15px 0;
}

.ex-typography .h6,
.ex-typography h6,
.catalog-section-text .h6,
.catalog-section-text h6 {
  font-size: 13px;
  font-weight: 500;
  margin: 15px 0;
}

.ex-typography strong,
.ex-typography b,
.catalog-section-text strong,
.catalog-section-text b {
  font-weight: 600;
}

.ex-typography i,
.ex-typography em,
.catalog-section-text i,
.catalog-section-text em {
  font-style: italic;
}

.ex-typography sub,
.catalog-section-text sub {
  vertical-align: sub;
  font-size: smaller;
}

.ex-typography sup,
.catalog-section-text sup {
  vertical-align: super;
  font-size: smaller;
}

.ex-typography mark,
.catalog-section-text mark {
  background-color: yellow;
  color: black;
}

.ex-typography table,
.catalog-section-text table {
  margin-top: 30px;
}

.ex-typography table tr td,
.catalog-section-text table tr td {
  border: 1px solid;
  text-align: center;
  vertical-align: middle;
  font-size: 14px;
}

.ex-typography table tr th,
.catalog-section-text table tr th {
  font-weight: 600;
  padding: 5px;
}

.ex-typography table tr td,
.catalog-section-text table tr td {
  padding: 5px;
}

.ex-typography p,
.catalog-section-text p {
  margin: 15px 0;
  font-size: 14px;
  line-height: 28px;
}

.card-slider__components .slick-track,
.card-slider__similar .slick-track,
.card-slider__viewed .slick-track {
  display: flex;
}

.card-slider__components .card-item,
.card-slider__similar .card-item,
.card-slider__viewed .card-item {
  display: flex;
  flex-direction: column;
  float: none;
  height: auto;
}

.card-slider__components .card-item .card-total__action,
.card-slider__similar .card-item .card-total__action,
.card-slider__viewed .card-item .card-total__action {
  margin-top: auto;
}

.catalog-block .catalog-items__item {
  margin-left: 15px;
  margin-right: 15px;
}

.text-wrap h3 {
  font-size: 20px;
  margin-bottom: 10px !important;
  margin-top: 10px !important;
  font-weight: bold;
}

.catalog-block .catalog-wrap {
  justify-content: flex-start !important;
}

@media (max-width: 890px) and (min-width: 612px) {
  .catalog-block .catalog-items__item {
    width: calc(50% - 30px);
    text-align: center;
    display: flex;
    justify-content: center;
  }
}

@media (max-width: 890px) {
  .catalog-block .catalog-items__item {
    justify-content: center !important;
  }

  .catalog-block .catalog-wrap {
    justify-content: center !important;
  }
}

@media(max-width:1100px) {
  .calc-param__wrap .calc-param__item:last-child {
    flex-wrap: wrap;
    width: 100%;
  }

  .calc-param__wrap .calc-param__item:last-child .calc-radio__wrap {
    transform: none;
  }
}

.catalog-block a {
  text-decoration: none !important;
}

.filter.filter_populars .filter-item {
  margin-top: 20px;
  display: block;
  border-top: 1px solid #F4F4F4;
  cursor: default;
}

.filter.filter_populars .filter-item__title {
  cursor: pointer;
}

.filter.filter_populars .filter-item__wrap {
  margin-top: 35px;
}

.filter.filter_populars .filter-item__content {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}

.filter.filter_populars .filter-item__content.many  .filter-item__tag:nth-child(n+6) {
  display: none;
}

.filter.filter_populars .filter-item__h3 {
  margin-bottom: 18px;
}

.filter.filter_populars .filter-item__tag {
  margin-right: 10px;
  margin-bottom: 10px;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-right: 14px;
  padding-left: 14px;
  height: auto;
  display: flex;
  align-items: center;
  background-color: #ffffff;
  border-radius: 20px;
  border: 1px solid #fcc607;
}

.filter.filter_populars .filter-item__tag > a {
  outline: none;
  font-size: 14px;
}

.filter.filter_populars .filter-item__tag:hover {
  background-color: #fcc607;
}

.filter.filter_populars .filter-item__more {
  margin-top: 10px;
  display: none;
  color: #2372e8;
}

@media (max-width: 730px) {
  .filter.filter_populars {
    display: block;
  }
  .filter.filter_populars > .filter-items {
    padding-top: 0;
    display: block;
    position: static;
    height: auto;
  }
}

#docsFooter {
  display: none;
  margin-bottom: 0;
  overflow: hidden;
}

#docsFooter .articles-list__title {
  margin: 0 0 25px 0;
}

#docsFooter .articles-list__item:nth-child(n+2) {
  margin-top: 50px;
}

#docsFooter ul li:nth-child(n+2) {
  margin-top: 15px;
}

#docsFooter ul li {
  margin-bottom: 0 !important;
}

@media (max-width: 992px) {
  #docsSidebar {
    display: none !important;
  }
  #docsFooter,
  #docsFooter > .articles-list {
    display: block !important;
  }
}

.search .full .catalog-wrap,
.full .catalog-wrap {
  justify-content: flex-start !important;
}

.search .full .catalog-wrap,
.full .catalog-wrap {
  margin-right: 0;
}

.search .full .catalog-wrap .catalog-items__item,
.full .catalog-wrap .catalog-items__item {
  width: 23% !important;
}

.search .full .catalog-wrap .catalog-items__item .card-item,
.full .catalog-wrap .catalog-items__item .card-item {
  width: 100%;
}

.search .full .catalog-wrap .catalog-items__item .card-item__btn,
.full .catalog-wrap .catalog-items__item .card-item__btn {
  width: 100% !important;
}

.search .catalog-wrap .catalog-items__item:nth-child(n+2),
.full .catalog-wrap .catalog-items__item:nth-child(n+2) {
  margin-left: 2.66% !important;
}

.search .catalog-wrap .catalog-items__item:nth-child(4n+1),
.full .catalog-wrap .catalog-items__item:nth-child(4n+1) {
  margin-left: 0 !important;
}

.search .card-item,
.full .card-item {
  margin-right: 0;
}

@media (max-width: 1108px) {
  .search .full .catalog-wrap .catalog-items__item,
  .full .catalog-wrap .catalog-items__item {
    width: 32% !important;
  }
  .search .catalog-wrap .catalog-items__item:nth-child(n+2),
  .full .catalog-wrap .catalog-items__item:nth-child(n+2) {
    margin-left: 2% !important;
  }

  .search .catalog-wrap .catalog-items__item:nth-child(4n+1),
  .full .catalog-wrap .catalog-items__item:nth-child(4n+1) {
    margin-left: auto !important;
  }

  .search .catalog-wrap .catalog-items__item:nth-child(3n+1),
  .full .catalog-wrap .catalog-items__item:nth-child(3n+1) {
    margin-left: 0 !important;
  }
}

@media (max-width: 831px) {
  .search .full .catalog-wrap .catalog-items__item,
  .full .catalog-wrap .catalog-items__item {
    width: 49% !important;
  }
  .search .catalog-wrap .catalog-items__item:nth-child(n+2),
  .full .catalog-wrap .catalog-items__item:nth-child(n+2) {
    margin-left: 1% !important;
  }

  .search .catalog-wrap .catalog-items__item:nth-child(4n+1),
  .full .catalog-wrap .catalog-items__item:nth-child(4n+1) {
    margin-left: auto !important;
  }

  .search .catalog-wrap .catalog-items__item:nth-child(3n+1),
  .full .catalog-wrap .catalog-items__item:nth-child(3n+1) {
    margin-left: auto !important;
  }

  .search .catalog-wrap .catalog-items__item:nth-child(odd),
  .full .catalog-wrap .catalog-items__item:nth-child(odd) {
    margin-left: 0 !important;
  }
}

@media (max-width: 522px) {
  .search .full .catalog-wrap .catalog-items__item,
  .full .catalog-wrap .catalog-items__item {
    width: 100% !important;
    margin-left: 0 !important;
  }
}

/*1108 831 522*/

.img-no-stock {
  opacity: .5;
}

/*demis detail статьи*/

.linking_articles .news .news-title__wrap {
  display: none;
}
.linking_articles {
  margin-top: 30px;
}
.linking_articles .news .news-item,
.linking_articles .news .news-item__img,
.linking_articles .news .news-item__img img {
  width: 245px;
}

.header-top__location {
  height: 100%;
}

.header-top__location .select-header {
  display: table;
  width: 100%;
  height: 100%;
}

.header-top__location .select-header .styledSelect-header {
  display: table-cell;
  vertical-align: middle;
}

.header-top__location .choise-location {
  position: absolute;
  z-index: -1;
}

.fast-product-info {
  margin: 15px 0;
}

.fast-product-info__title {
  font-size: 18px;
  color: #4d83b2;
  line-height: 24px;
}

.fast-product-info__material {
  display: none;
  font-size: 12px;
  font-weight: bold;
  line-height: 2.5;
  color: #0b0e14;
}

.fast-product-info__weight {
  display: none;
  font-size: 10px;
  line-height: 20px;
  color: #626873;
}

.fast-product-info__weight > span {
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
  color: #0b0e14;
}

@media (max-width: 521px) {
  .filter-mob .calc-zabor,
  .filter-mob .calc-crovl {
    display: none !important;
  }
}

.card-specifications-inner-row {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.card-specifications-inner-row a {
  text-decoration: underline dotted;
}

.choise-office{
  position: relative;
  display: inline-block;
  margin: 0 0 10px 0;
}
.choise-office.js-drop-menu--open .choise-office__body{
  opacity: 1;
  transform: translateY(0);
  pointer-events: all;
}
.choise-office__trigger{
  font-size: 14px;
  margin: 0 !important;
  background-color: transparent;
  border-width: 1px;
  transition: background-color .25s;
  position: relative;
  z-index: 2;
}
.choise-office__body{
  text-align: left;
  padding: 15px 10px;
  position: absolute;
  top: calc(100% + 1px);
  right: 0;
  min-width: 100%;
  opacity: 0;
  transform: translateY(-10px);
  pointer-events: none;
  transition: opacity .25s, transform .25s;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border: solid 1px #FCC607;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  max-height: 200px;
  overflow: auto;
  z-index: 1;
}
.choise-office__body a {
  display: inline-block;
  margin: 0 0 12px 0;
  font-size: 14px;

}
.choise-office__body a:last-child{
  margin: 0;
}
.choise-office__body a:hover{
  text-decoration: underline;
}
.row.contacts-detail h1{
  font-weight: 600;
  font-size: 22px;
}

.custom-scrollbar-fullheight {
  max-height: unset!important;
}

@media (min-width: 1024px){
  .choise-office__body{
    scrollbar-width: thin;
    scrollbar-color: #FCC607 transparent;
  }
  .choise-office__body::-webkit-scrollbar{
    width: 8px;
  }
  .choise-office__body::-webkit-scrollbar-track{
    background: transparent;
  }
  .choise-office__body::-webkit-scrollbar-thumb{
    background: #FCC607;
    border-radius: 5px;
    border: solid 1px #fff;
  }
}
.contact-detail-box .contact-element .line{
  background-color: transparent !important;
  font-family: inherit !important;
  font-weight: 400 !important;
  padding: 0 0 0 23px;
  background-position: left center !important;
  background-repeat: no-repeat;
  background-size: auto auto;
  margin: 0 0 10px 0;
}
.contact-detail-box .contact-element .line:last-child{
  margin: 0;
}
.contact-detail-box .contact-element .line a:hover,
.contact-detail-box .contact-element .line a:active,
.contact-detail-box .contact-element .line a:focus{
  text-decoration: underline;
}
.contact-detail-box .contact-element .line--big{
  font-size: 16px;
}
.contact-detail-box .contact-element .line.phone{
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTIuNjQ3IDFoMy4yOTRsMS42NDcgNC4xMThMNS41MyA2LjM1M2E5LjA1OSA5LjA1OSAwIDAgMCA0LjExOCA0LjExOGwxLjIzNS0yLjA2TDE1IDEwLjA2djMuMjk0YzAgLjkxLS43MzcgMS42NDctMS42NDcgMS42NDdBMTMuMTc2IDEzLjE3NiAwIDAgMSAxIDIuNjQ3QzEgMS43MzcgMS43MzcgMSAyLjY0NyAxIiBzdHJva2U9IiNGNEM4M0EiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPjwvc3ZnPg==");
}
.contact-detail-box .contact-element .line.mail{
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE2IDN2OGMwIDEuMTA1LS44NCAyLTEuODc1IDJIMi44NzVDMS44MzkgMTMgMSAxMi4xMDUgMSAxMVYzbTE1IDBjMC0xLjEwNS0uODQtMi0xLjg3NS0ySDIuODc1QzEuODM5IDEgMSAxLjg5NSAxIDNtMTUgMEw4LjUgOCAxIDMiIHN0cm9rZT0iI0Y0QzgzQSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+PC9zdmc+");
}
.contact-detail-box .contact-element .line.marker{
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTkuOTM4IDcuNDkyQTIuNDM2IDIuNDM2IDAgMCAxIDcuNSA5LjkyNmEyLjQzNiAyLjQzNiAwIDAgMS0yLjQzNy0yLjQzNEEyLjQzNiAyLjQzNiAwIDAgMSA3LjUgNS4wNTdhMi40MzYgMi40MzYgMCAwIDEgMi40MzggMi40MzVaIiBzdHJva2U9IiNGNEM4M0EiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPjxwYXRoIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTEyLjA5NiAxMi4wODIgOC42NSAxNS41MjVhMS42MjYgMS42MjYgMCAwIDEtMi4yOTcgMGwtMy40NDgtMy40NDNhNi40ODYgNi40ODYgMCAwIDEgMC05LjE4IDYuNTA2IDYuNTA2IDAgMCAxIDkuMTkyIDAgNi40ODYgNi40ODYgMCAwIDEgMCA5LjE4WiIgc3Ryb2tlPSIjRjRDODNBIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48L3N2Zz4=");
}
.contact-detail-box .contact-element .line.time{
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTggNC4xMTFWOGwyLjMzMyAyLjMzM00xNSA4QTcgNyAwIDEgMSAxIDhhNyA3IDAgMCAxIDE0IDBaIiBzdHJva2U9IiNGNEM4M0EiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPjwvc3ZnPg==");
}

@media (max-width: 899px){
  .row.contacts-detail{
    flex-wrap: wrap;
  }
  .contacts-detail__body{
    padding-right: 0 !important;
  }
}
@media (max-width: 479px){
  .contacts-detail__body{
    flex-wrap: wrap;
  }
  .contacts-detail__column{
    margin: 0;
  }
  .row.contacts-detail .images-box{
    width: 100%;
  }
  .row.contacts-detail .images-box img{
    width: 100%;
  }
}

.header-search form,
.bx-searchtitle .bx-input-group {
  width: 100%;
}
@media (max-width: 480px) {
  .bx-searchtitle .bx-input-group {
    margin-bottom: 0 !important;
  }
}
div.title-search-result,
div.title-search-result--page {
  /* z-index: 110 !important; */
  z-index: 95 !important;
}

.scroll .bx-searchtitle .bx-input-group .bx-form-control {
  padding-left: 0;
}

.scroll .bx-searchtitle .bx-input-group .bx-form-control,
.scroll .header-search {
  background-color: #fff;
}

.custom-select .card-colors__item label.card-colors__item-label {
  width: auto;
  height: auto;
  border: 0;
  border-radius: 0;
  display: flex;
  align-items: center;
}

.card-colors__item label.card-colors__item-label {
  width: auto;
  height: auto;
  border: 0;
  border-radius: 0;
  display: flex;
  align-items: center;
  gap: 5px;
}
.card-colors__item.active label.card-colors__item-label {
  width: auto;
  height: auto;
  border: 0;
  border-radius: 0;
}
.card-colors__item-color {
  cursor: pointer;
  display: block;
  width: 22px;
  height: 22px;
  border-radius: 2px;
  margin-right: 4px;
}
.selected .card-colors__item-color {
  width: 24px;
  height: 24px;
  border: 1px solid #FCC607;
  border-radius: 2px;
}
.custom-select .active .card-colors__item-color {
  width: 22px;
  height: 22px;
  border: 2px solid #ffffff;
  border-radius: 2px;
  outline: 4px solid #fcc607!important;
}
.custom-select .active.card-material__btn {
  font-weight: 600;
}
.custom-select .active.card-material__btn:after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background: #fcc607;
  display: inline-block;
  margin-left: 4px;
}
.card-colors__item-text {
  font-size: 12px;
  color: #222;
  font-family: Proxima;
  line-height: normal;
  font-style: normal;
}

.custom-select {
  position: relative;
  width: 100%;
}
.custom-select__top {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  height: 40px;
  background-color: #F8F8F6;
  padding: 5px 25px 5px 15px;
  box-sizing: border-box;
  cursor: pointer;
  width: max-content;
  min-width: 160px;
}
.custom-select__top:after {
  content: '';
  position: absolute;
  width: 10px;
  height: 6px;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  transform-origin: center;
  background-image: url(../img/icon/menu-arrow-icon.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.is-active .custom-select__top:after {
  transform: translateY(-50%) rotate(180deg);
}
.custom-select__color {
  width: 22px;
  height: 22px;
  border-radius: 2px;
  margin-right: 8px;
  flex-shrink: 0;
}
.custom-select__text {
  font-size: 12px;
  color: #222;
  font-family: Proxima;
  line-height: normal;
  font-style: normal;
  margin-right: 8px;
}
.custom-select__options {
  position: absolute;
  z-index: 2;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  left: 0;
  top: 100%;
  max-height: 262px;
  opacity: 0;
  pointer-events: none;
  overflow: auto;
  scrollbar-width: thin;
  scrollbar-color: #fcc607 transparent;
  padding: 18px;
  border: 1px solid #f1f1ed;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 16px;
  min-width: 160px;
}
.custom-select__options::-webkit-scrollbar {
  width: 10px;
  gap: 10px;
}
/* button */
.custom-select__options::-webkit-scrollbar-button {
  display: none;
}
/* Handle */
.custom-select__options::-webkit-scrollbar-thumb {
  background: #fcc607;
}
/* Handle on hover */
.custom-select__options::-webkit-scrollbar-thumb:hover {
  background: #b39201;
}
/* Track */
.custom-select__options::-webkit-scrollbar-track {
  background: transparent;
}
/* Corner */
.custom-select__options::-webkit-scrollbar-corner {
  display: none;
}
/* Resizer */
.custom-select__options::-webkit-resizer {
  display: none;
}
.is-active .custom-select__options {
  opacity: 1;
  pointer-events: auto;
}
.cart-box-new {
  max-width: 754px !important;
  width: 100%;
  padding: 35px 30px !important;
  height: auto;
  max-height: 98%;
  top: 50%;
}
.cart-box-new .table-box {
  padding: 0;
}
.cart-box-new .btn-box{
  border-top: 1px solid #F0F0F0;
  padding: 20px 0 0 0;
}
.cart-box-new h2 {
  text-align: center;
  font-weight: 700;
  font-size: 23px;
  margin-bottom: 26px;
}
.cart-box-new .close_notice_add{
  background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE4IDZMNiAxOCIgc3Ryb2tlPSIjQTRBNEE0IiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8cGF0aCBkPSJNNiA2TDE4IDE4IiBzdHJva2U9IiNBNEE0QTQiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=") center;
  transition: transform .3s;
}
.cart-box-new .close_notice_add:hover{
  transform: rotate(90deg)
}
.cart-box-new .b-cart-table__head{
  display: none;
}
.cart-box-new .col-1--order {
  padding: 0;
}
.cart-box-new .col-1 {
  max-width: 100%;
}
.cart-box-new .emulate-table {
  padding: 0;
  margin-bottom: 0;
}
.cart-box-new .col-3{
  padding: 19px 0 0 30px !important;
  width: auto !important;
  vertical-align: top;
}
.cart-box-new .col-4{
  font-size: 14px;
  font-weight: 700;
  padding: 31px 0 0 15px !important;
  vertical-align: top;
}
.cart-box-new #modalAdd_input{
  font-weight: 400;
  font-size: 14px;
  width: 35px;
}
.cart-box-new #modalAdd_input,
.cart-box-new .modalAdd_plus,
.cart-box-new .modalAdd_minus {
  background: transparent;
  border: none;
  transition: background .3s;
}
.cart-box-new .modalAdd_plus::before {
  width: 9px;
}
.cart-box-new .modalAdd_plus::after{
  height: 9px;
}

.cart-box-new .modalAdd_minus::before{
  width: 9px;
}
.cart-box-new .modalAdd_plus,
.cart-box-new .modalAdd_minus{
  flex-shrink: 0;
}
.cart-box-new .modalAdd_plus:hover,
.cart-box-new .modalAdd_minus:hover{
  background: #EAEAEA;
}
.cart-box-new .plus_minus_box{
  border: 1px solid #EAEAEA;
  border-radius: 3px;
  display: inline-flex;
}
.cart-box-new .image{
  width: 124px !important;
  flex-shrink: 0;
  border: none !important;
}

.cart-box-new .text-cell {
  margin-left: 30px;
  margin-top: 19px;
}
.cart-box-new .text-cell a{
  display: block;
}
.cart-box-new .text-cell a:hover{
  text-decoration: underline;
}

.cart-box-new .title {
  font-size: 14px !important;
  font-weight: 700;
}
.cart-box-new .propertyOrder{
  color: #B0B0B0;
  font-size: 12px;
  line-height: 17px;
  display: block !important;
}
.cart-box-new .propertyOrder:last-child{
  font-weight: inherit;
}
.cart-box-new .propertyOrder:last-child span{
  background: none;
}

.cart-box-new .next-order{
  background: none;
  margin: 0;
}

.cart-box-new .offers-add {
  margin-left: 20px;
  background-color: #F4C83A;
}

.cart-box-new .next-order,
.cart-box-new .offers-add{
  max-width: 191px;
  width: 100%;
  height: 50px;
  padding: 0;
  font-size: 14px;
  font-weight: 600;
  border-radius: 3px;
  border-color: #F4C83A;
}
.cart-box-new .btn-box a:hover,
.cart-box-new .btn-box a:focus{
  transform: translateY(-3px);
  transition: transform .3s;
}
.cart-box-new .btn-box a:active{
  transform: translateY(0);
  transition: transform .1s;
}
.cart-box-new .h5 {
  border-top: 1px solid #F0F0F0;
  padding: 20px 0 0 0;
  margin: 5px 0 0 0;
}
.cart-box-new .h5 h5{
  padding-left: 0;
  padding-bottom: 20px;
}
@media (max-width: 767px){
  .cart-box-new .h5{
    text-align: center;
  }
}

.cart-box-new .cart-popular{
  margin-bottom: 0;
  margin-top: 0;
  overflow-x: inherit !important;
}

.cart-box-new .cart-popular >div{
  display: block;
}

.cart-box-new .cart-popular .class-4{
  margin: 0 0 10px 0;
}
.cart-box-new .cart-popular .class-4:last-child{
  margin: 0;
}

.cart-box-new .catalog-item-duble{
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  padding: 0;
  box-shadow: none;
  border-radius: 0;
  margin: 0;
}
.cart-box-new .catalog-item-duble >a {
  display: flex;
  align-items: center;
  flex: 1 1 auto;
  justify-content: space-between;
}

.cart-box-new .cart-popular .image {
  width: 90px !important;
  align-self: flex-start;
  height: auto;
  margin: 0 18px 0 0
}

.cart-box-new .cart-popular .price-box{
  position: relative;
  bottom: auto;
  left: auto;
  padding: 0;
  margin-left: 20px;
  border: 1px solid #F4C83A;
  border-radius: 3px;
  background-color: transparent;
  font-size: rel-s(14px);
  font-weight: 600;
  max-width: 191px;
  width: 100%;
  flex-shrink: 0;
  text-align: center;
  transition: background-color .3s;
  height: 50px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cart-box-new .cart-popular .price-box:hover{
  background-color: #F4C83A;
}

.cart-box-new .cart-popular .title:hover{
  text-decoration: underline;
}

@media (max-width: 1315px) {
  .cart-box-new .b-cart-table__row .col-1--order{
    display: block;
    width: auto;
    max-width: 100%;
  }
  .cart-box-new .b-cart-table__row .emulate-table{
    flex-wrap: nowrap;
  }
}

@media (max-width: 1230px) {
  .cart-box-new{
    height: auto !important;
  }
}

@media (max-width: 767px) {
  .cart-box-new{
    width: 97vw;
  }
}


@media (max-width: 730px) {
  .modalAdd_block .cart-box-new{
    height: auto !important;
  }
  .cart-box-new .col-1 {
    width: 100% !important;
  }
  .cart-box-new .text-cell{
    margin-left: 30px;
  }
  .cart-box-new .col-3 {
    margin-left: 154px;
    padding: 19px 0 0 0 !important;
  }
  .cart-box-new .col-4{
    padding: 20px 0 0 15px !important;
  }
  .cart-box-new .b-cart-table__row .emulate-table{
    flex-direction: row;
  }
  .cart-box-new .plus_minus_box{
    margin: 0;
  }
  .cart-box-new .btn-box{
    justify-content: flex-end !important;
  }
}

@media (max-width: 574px){
  .cart-box-new .cart-popular .class-4{
    margin: 0 0 20px 0;
  }
  .cart-box-new .cart-popular .image{
    margin: 0 26px 0 0;
  }
  .cart-box-new .catalog-item-duble >a{
    flex-wrap: wrap;
  }
  .cart-box-new .catalog-item-duble >a .title{
    width: 100%;
  }
  .cart-box-new .cart-popular .price-box{
    margin: 13px 0 0 0;
  }
}

@media (max-width: 479px){
  .cart-box-new h2{
    padding: 0 10px;
  }
  .cart-box-new .title{
    font-weight: 400;
    line-height: 20px;
  }
  .cart-box-new .btn-box {
    flex-direction: column;
    align-items: center;
    justify-content: center !important;
  }
  .cart-box-new .btn-box a {
    margin: 10px 0 0 0;
  }
  .cart-box-new .btn-box a:first-child{
    margin: 0;
  }
  .cart-box-new .text-cell{
    margin-left: 25px;
  }
  .cart-box-new .col-3 {
    margin-left: 149px;
  }
  .cart-box-new .cart-popular .image{
    width: 75px !important;
  }
}

@media (max-width: 424px){
  .cart-box-new{
    padding: 35px 10px 22px !important;
  }
  .cart-box-new .image{
    width: 75px !important;
  }
  .cart-box-new .col-3 {
    margin-left: 100px;
  }
}

.expert-block{
  margin: 50px 0;
}
.expert-block__content{
  display: flex;
  padding: 33px;
  background: #FFFFFF;
  border: 1px solid #FCC607;
  border-radius: 10px;
}
.expert-block__image{
  width: 131px;
  height: 131px;
  flex-shrink: 0;
  margin-right: 32px;
  border-radius: 50%;
  align-self: flex-start;
  overflow: hidden;
}
.expert-block__image img{
  border-radius: 50%;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.expert-block__subtitle{
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 15px;
  color: #A5A5A5;
}
.expert-block__title{
  font-size: 24px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  margin: 0 0 13px 0 !important;
  color: #363636;
}
.expert-block__text{
  font-size: 16px;
  font-weight: 400;
  line-height: 1.18;
  color: #363636;
  margin-bottom: 20px;
}
.expert-block__text p{
  margin: 0;
  font-size: inherit;
  line-height: inherit;
}
.expert-block .qeustion-btn{
  border-radius: 5px;
  max-width: 228px;
  width: 100%;
  padding: 0 10px;
  font-size: 16px;
  font-weight: 600;

}
.expert-block .qeustion-btn::before{
  display: none;
}
@media (max-width: 1023px){
  .expert-block{
    margin: 35px 0;
  }
  .expert-block__content{
    padding: 28px 33px;
  }
  .expert-block__image{
    width: 102px;
    height: 102px;
  }
}
@media (max-width: 574px){
  .expert-block{
    margin: 20px 0;
  }
  .expert-block__content{
    padding: 33px 22px;
    display: block;
  }
  .expert-block__image{
    width: 72px;
    height: 72px;
    margin-right: 0;
    margin-bottom: 16px;
  }
  .expert-block__subtitle{
    margin-bottom: 11px;
  }
}

/* Содержание */

.nav-article p {
	font-weight: 600;
    font-size: 20px;
    margin: 15px 0;
}
.article-title {
	font-size: 18px;
	font-weight: bold;
}