/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
     ========================================================================== */

/**
   * Remove the margin in all browsers.
   */

body {
  margin: 0;
}

/**
   * Render the `main` element consistently in IE.
   */

main {
  display: block;
}

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
     ========================================================================== */

/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
     ========================================================================== */

/**
   * Remove the gray background on active links in IE 10.
   */

a {
  background-color: transparent;
}

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */

b,
strong {
  font-weight: bolder;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
   * Add the correct font size in all browsers.
   */

small {
  font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
     ========================================================================== */

/**
   * Remove the border on images inside links in IE 10.
   */

img {
  border-style: none;
}

/* Forms
     ========================================================================== */

/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
   * Remove the inner border and padding in Firefox.
   */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
   * Correct the padding in Firefox.
   */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */

progress {
  vertical-align: baseline;
}

/**
   * Remove the default vertical scrollbar in IE 10+.
   */

textarea {
  overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
     ========================================================================== */

/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */

details {
  display: block;
}

/*
   * Add the correct display in all browsers.
   */

summary {
  display: list-item;
}

/* Misc
     ========================================================================== */

/**
   * Add the correct display in IE 10+.
   */

template {
  display: none;
}

/**
   * Add the correct display in IE 10.
   */

[hidden] {
  display: none;
}

.icon-cont {
  display: none;
}
._mob-f {
  display: none !important;
}
._desk {
  display: block !important;
}
@media screen and (max-width: 768px) {
  ._mob-f {
    display: flex !important;
  }
  ._desk {
    display: none !important;
  }
}
header {
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.head-wrap {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 1366px;
  margin: 0 auto;
}
.head-wrap-nav {
  padding: 20px;
}
.head-wrap .logo-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.head-wrap .logo {
  width: 180px;
  height: auto;
}

.head-wrap nav {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.head-wrap .top-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
}

.head-wrap .top-menu a {
  text-decoration: none;
  font-weight: 500;
  font-size: 18px;
  color: #757070;
  padding: 1px 0;
  /* margin-right: 55px; */
}

.head-wrap .top-menu .active {
  color: #f13333;
  border-bottom: 2px solid #f13333;
}

.head-wrap .icon-cont2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.head-wrap .icon-cont2 .icon-wrap {
  display: block;
  width: 45px;
  height: 45px;
  margin-right: 18px;
  background-size: contain;
  background-repeat: no-repeat;
}

.head-wrap .icon-cont2 .icon-wrap-set {
  background-image: url(../icons/config.svg);
}

.head-wrap .icon-cont2 .icon-wrap-curr {
  background-image: url(../icons/mdi-light_currency-eur.svg);
}

.head-wrap .icon-cont2 .icon-wrap-cart {
  margin-right: 0px;
  background-image: url(../icons/cart-icon.svg);
}

.head-wrap .icon-cont2 .menu-icons {
  width: 45px;
  height: auto;
}

.head-wrap .icon-cont2 .cart-info-cont span {
  display: block;
  font-weight: 500;
  font-size: 17px;
  line-height: 20px;
  color: #757070;
}

.mob__menu {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.3);
}

.mob__menu .mob__menu_wrap {
  background: white;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  width: 300px;
  position: relative;
  z-index: 5;
  left: -300px;
  padding: 30px 20px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow-y: auto;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.mob__menu .mob__menu_wrap .close_all {
  position: absolute;
  top: 30px;
  right: 20px;
}

.mob__menu .mob__menu_wrap .mob-logo {
  width: 150px;
  height: auto;
}

.mob__menu .mob__menu_wrap #top-menu {
  display: block;
  list-style: none;
  padding: 20px 0;
  margin: 20px 0;
  border-top: 2px solid #c4c4c4;
  border-bottom: 2px solid #c4c4c4;
}

.mob__menu .mob__menu_wrap #top-menu a {
  display: block;
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
  color: #666666;
  margin-bottom: 15px;
}

.mob__menu .mob__menu_wrap #top-menu li:last-child a {
  margin-bottom: 0px;
}

.mob__menu .mob__menu_wrap .currency-wrap {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-height: 300px;
  overflow-y: auto;
}

.mob__menu .mob__menu_wrap .currency-wrap span,
.mob__menu .mob__menu_wrap .currency-wrap li {
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
  color: #666666;
}

.mob__menu .mob__menu_wrap .currency-wrap .curr-date {
  color: #f13333;
}

.mob__menu .mob__menu_wrap .currency-wrap .curren-elem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 15px;
}

.mob__menu .mob__menu_wrap .currency-wrap .curren-elem .curr-i-wrap {
  width: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.mob__menu .mob__menu_wrap .menu-bottom span {
  display: block;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #666666;
}

.mob__menu .mob__menu_wrap .icon-wrap {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mob__menu .mob__menu_wrap .icon-wrap .app-wrap {
  width: 45%;
}

.mob__menu .mob__menu_wrap .icon-wrap .app-wrap img {
  display: block;
  width: 100%;
  height: auto;
}

main {
  background: #f9f9f9;
}

.main-wrap {
  padding: 30px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 1366px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main-content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.main-content .main-cards-wrap .cards-grid {
  margin: 30px 30px 60px 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 20px;
}

.main-content-prod {
  padding-left: 40px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.sticky-wrap {
  width: 340px;
  padding-top: 62px;
  scroll-margin: 50px;
}

.sticky-wrap .stick-block {
  width: 340px;
  background: #ffffff;
  border: 2px solid #f13333;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 25px;
  -webkit-box-shadow: 2px 0px 10px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 2px 0px 10px 4px rgba(0, 0, 0, 0.25);
  border-radius: 15px;
  position: -webkit-sticky;
  position: sticky;
  top: 30px;
}

.sticky-wrap .stick-block .h3 {
  display: block;
  margin-bottom: 30px;
  width: 100%;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  color: #000000;
  text-transform: uppercase;
}

.sticky-wrap .stick-block .h3-price {
  margin-bottom: 10px;
}

.sticky-wrap .stick-block span {
  display: block;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 18px;
  color: #666666;
}

.sticky-wrap .stick-block .last-feat {
  margin-bottom: 40px;
}

.sticky-wrap .stick-block label {
  display: block;
  margin-bottom: 10px;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  color: #000000;
  cursor: pointer;
}

.sticky-wrap .stick-block input {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 90%;
  background: #ffffff;
  border: 2px solid #ee3124;
  box-sizing: border-box;
  padding: 5px 10px;
  outline: none;
  margin: 0 auto 20px;
}

.sticky-wrap .stick-block .price {
  display: block;
  text-align: center;
  font-weight: 900;
  font-size: 28px;
  color: #f13333;
}

.sticky-wrap .stick-block .btn {
  width: 90%;
  margin: 30px auto;
  cursor: pointer !important;
  border: 2px solid #f13333;
}

.sticky-wrap .stick-block .btn-clear {
  margin: 15px auto;
  cursor: pointer !important;
}

.sticky-wrap .stick-block .plank {
  height: 5px;
  width: 200px;
  position: absolute;
  bottom: 0;
  left: calc(50% - 100px);
  background: #f13333;
  border-radius: 5px 5px 0px 0px;
  display: none;
}

#category-stick {
  width: 340px;
  padding-top: 62px;
}

#category-stick .stick-block {
  width: 340px;
  background: #ffffff;
  border: 2px solid #f13333;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 25px;
  -webkit-box-shadow: 2px 0px 10px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 2px 0px 10px 4px rgba(0, 0, 0, 0.25);
  border-radius: 15px;
  position: -webkit-sticky;
  position: sticky;
  top: 30px;
}

.h2 {
  font-weight: bold;
  font-size: 28px;
  line-height: 32px;
  color: #666666;
}

.card {
  background: #ffffff;
  -webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.25);
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.card .card-head {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px 25px;
  position: relative;
}

.card .card-head .h3 {
  display: block;
  font-weight: 500;
  font-size: 18px;
  color: #f13333;
  width: 100%;
  text-transform: uppercase;
  text-align: center;
}

.card .card-head .shevron-red {
  width: 10px;
  height: 10px;
  border-right: 2px solid #f13333;
  border-bottom: 2px solid #f13333;
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
  position: absolute;
  top: 25px;
  right: 25px;
}

.card .card-body {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  padding: 0 20px 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: auto;
}

.card .card-body label,
.card .card-body .h3 {
  font-weight: 500;
  font-size: 18px;
  color: #666666;
  margin-bottom: 7px;
}

.card .card-body input {
  background: #ffffff;
  border: 2px solid #ee3124;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px 10px;
  outline: none;
  margin-bottom: 20px;
}

.card .card-body .sizes-wrap {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100px;
  width: 100%;
  position: relative;
  padding-top: 25px;
}

.card .card-body .sizes-wrap.door {
  height: 155px;
}

.card .card-body .sizes-wrap .s-height {
  width: 100px;
  padding-top: 5px;
  border-top: 2px solid #000;
  font-weight: 500;
  font-size: 18px;
  line-height: 18px;
  color: #666666;
  text-align: center;
  position: absolute;
  bottom: 39px;
  left: -38px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.card.card-arrows .card-body .sizes-wrap .s-height {
  width: 150px;
  padding-top: 5px;
  border-top: 2px solid #000;
  font-weight: 500;
  font-size: 18px;
  line-height: 18px;
  color: #666666;
  text-align: center;
  position: absolute;
  bottom: 63px;
  left: -63px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.card .card-body .sizes-wrap .s-height .shevron-black {
  width: 10px;
  height: 10px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  position: absolute;
  top: -7px;
  right: 0px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.card .card-body .sizes-wrap .s-width {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 80%;
  padding-bottom: 5px;
  border-bottom: 2px solid #000;
  font-weight: 500;
  font-size: 18px;
  line-height: 18px;
  color: #666666;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
}

.card.card-arrows .card-body .sizes-wrap .s-width {
  width: 50%;
}

.card .card-body .sizes-wrap .s-width .shevron-black {
  width: 10px;
  height: 10px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  position: absolute;
  bottom: -7px;
  right: 0px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.card .card-body .prof-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 5px;
  height: 100%;
}

.card .card-body .prof-grid--fw {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.card .card-body .prof-grid--fw .remote-keys .prof-img img {
  width: 100%;
  /* height: auto; */
  height: 100px !important;
  -o-object-fit: contain;
  object-fit: contain;
}

.remote-keys {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
  font-size: 18px;
  color: #666666;
  margin-bottom: 7px;
}

.remote-quantity {
  display: flex;
  justify-content: center;
  align-items: center;
  /* width: 70px; */
  margin: 0 auto 20px;
  /* background: rgb(230, 203, 203); */
}

.remote-quantity .quantity {
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #ffffff;
  font-size: 16px;
  color: #666666;
  min-width: 40px;
}

.minus,
.plus {
  display: flex;
  width: 20px !important;
  height: 20px !important;
  justify-content: center;
  align-items: center;
  background: #ee3124;
  border: 2px solid #ee3124;
  color: #ffffff;
  font-size: 16px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  cursor: pointer;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
}

.card .card-body .prof-grid .prof-grid-elem,
.card .card-body .prof-grid label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.card .card-body .prof-grid .prof-grid-elem input,
.card .card-body .prof-grid label input {
  display: none;
}

.card .card-body .prof-grid .prof-grid-elem .prof-img,
.card .card-body .prof-grid label .prof-img {
  min-height: 100px;
  width: 100%;
  margin-bottom: 10px;
  border: 2px solid #ffffff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.card .card-body .prof-grid .prof-grid-elem .prof-img img,
.card .card-body .prof-grid label .prof-img img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.card .card-body .prof-grid .prof-grid-elem .h3,
.card .card-body .prof-grid label .h3,
.card .card-body .prof-grid .h3 {
  font-weight: 500;
  font-size: 11px;
  line-height: 12px;
  color: #666666;
  margin-bottom: 7px;
}

.card .card-body .color-ex {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.card .card-body .color-ex img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.card.mini .card-body .color-ex img {
  width: auto;
}

.card-disabled {
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}

.card-disabled .card-body {
  display: none;
}

.card-disabled .card-head .shevron-red {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 20px;
}

.prof-radio:checked + label .prof-img {
  border: 2px solid #ee3124 !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.input_acc,
.input_acc input {
  margin-top: 10px;
  width: 100%;
}

input[type="checkbox"]:disabled + label .check-square,
input[type="number"]:disabled {
  border: 2px solid rgb(173, 173, 173) !important;
  cursor: not-allowed !important;
}

input[type="checkbox"]:disabled + label .check-square-act {
  background-color: transparent !important;
}

.acc-toggle:checked ~ .card-body {
  padding-bottom: 0;
  max-height: 0px;
}

.color-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 15px 7px;
  margin-bottom: 45px;
}

label {
  cursor: pointer;
}

.color-grid .color-grid-elem .prof-img {
  width: 100%;
  height: 35px;
  margin-bottom: 5px;
  background-size: contain;
}

.color-grid .color-grid-elem .txt {
  font-size: 11px;
  display: block;
  width: 100%;
  text-align: center;
}

.color-grid input,
.del-flex input,
.acc-toggle {
  display: none;
}

.delivery {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.del-flex {
  margin-bottom: 25px;
}

.del-flex label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.del-flex label .check-round {
  padding: 3px;
  border: 2px solid #ee3124 !important;
  border-radius: 50%;
  margin-right: 20px;
}

.del-flex label .check-round .check-round-act {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

.del-radio:checked + label .check-round-act {
  background: #ee3124;
}

select {
  background: #ffffff;
  border: 2px solid #ee3124;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 4px 10px;
  outline: none;
  margin-bottom: 20px;
  word-wrap: break-word;
}

.check-square {
  width: 15px;
  height: 15px;
  border: 2px solid #ee3124 !important;
  border-radius: 4px;
  margin-right: 20px;
  position: relative;
}

.check-square .check-square-act {
  position: absolute;
  z-index: 5;
  left: -2px;
  top: -2px;
  width: 19px;
  height: 19px;
  border-radius: 4px;
  background: #ffffff00;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}

.input-control:checked + label .check-square .check-square-act {
  background: #ee3124 url(../icons/check.svg) no-repeat 2px/15px;
}

.check-square-fill {
  width: 15px;
  height: 15px;
}

.control .del-flex {
  margin-bottom: 10px;
  min-height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.control .del-flex label {
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#order2 .flex-3-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 40px;
}

#order2 .flex-3-1 .last-feat {
  margin-bottom: 0px;
}

#order2 .flex-3-1 img {
  display: block;
  width: 30px;
  height: 30px;
  margin-left: 15px;
}

.accomp-slid-wrap {
  margin: 30px 30px 5px 0;
  padding: 0 45px;
  position: relative;
}

.accomp-slid-wrap .accomp-slid-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.arrow {
  position: absolute;
  top: calc(50% - 17px);
  width: 10px;
  height: 35px;
}

.arr-prev {
  left: 0;
  background: url(../icons/arr-red.svg) no-repeat center/100%;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.arr-next {
  right: 0;
  background: url(../icons/arr-red.svg) no-repeat center/100%;
}

.prod-card {
  /* width: 265px; */
  width: 100%;
}

.prod-card .prod-card-main {
  background: #ffffff;
  border-top: 1px solid #666666;
  border-right: 1px solid #666666;
  border-left: 1px solid #666666;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px 30px;
  position: relative;
}

.prod-card .prod-card-main .prod-img-wrap {
  width: 100%;
  max-width: 210px;
  height: 175px;
  margin: 0 auto 25px;
}

.prod-card .prod-card-main .prod-img-wrap img {
  width: auto;
  height: 100%;
  max-width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  margin: 0 auto;
  display: block;
}

.prod-card .prod-card-main .prod-name {
  display: block;
  width: 100%;
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  color: #000000;
}

.prod-card .prod-card-main .price {
  display: block;
  margin: 0 auto;
  font-weight: 900;
  font-size: 28px;
  text-align: center;
  color: #f13333;
}

.prod-card .btn {
  width: 100%;
  border: 2px solid #f13333;
}

.btn__incart {
  background-color: #fff !important;
  color: #f13333 !important;
}

.prod-info {
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 20px;
  right: 15px;
}

.prod-info img {
  width: 100%;
  height: auto;
}

.prod-view {
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 65px;
  right: 15px;
}

.prod-view img {
  width: 100%;
  height: auto;
}

.main-wrap-order {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.order-wrap {
  padding: 30px 0;
}

.notes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.notes textarea {
  display: block;
  margin: 30px 0;
  background: #ffffff;
  border: 2px solid #f13333;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  resize: none;
  outline: none;
  padding: 10px 20px;
}

.buttons-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.buttons-wrap .btn {
  padding-left: 80px;
  padding-right: 35px;
  margin: 0 20px;
  text-transform: uppercase;
  position: relative;
}

.buttons-wrap .btn img {
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 15px;
  left: 35px;
}

.share {
  display: block;
  width: 35px;
  height: 35px;
  margin-left: 50px;
}

.sum {
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.sum .h2 {
  font-size: 28px;
}

.order-row {
  border-bottom: 2px solid #000000;
}

.headrow {
  padding-top: 8px;
  padding-bottom: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.bodyrow {
  padding-top: 8px;
  padding-bottom: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 105px;
}

.head-cell {
  padding: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.body-cell {
  padding: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.txt {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #666666;
  word-wrap: break-word;
}

.txt-center {
  display: block;
  width: 100%;
  text-align: center;
}

.name-txt {
  display: none;
}

.head-cell:first-child,
.body-cell:first-child {
  width: 3%;
}

.head-cell:nth-child(2),
.body-cell:nth-child(2) {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.head-cell:nth-child(3),
.body-cell:nth-child(3) {
  width: 8%;
}

.head-cell:nth-child(4),
.body-cell:nth-child(4) {
  width: 8%;
}

.head-cell:nth-child(5),
.body-cell:nth-child(5) {
  width: 8%;
}

.head-cell:nth-child(6),
.body-cell:nth-child(6) {
  width: 8%;
}

.head-cell:last-child,
.body-cell:last-child {
  width: 8%;
}

.span-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.quantity-block {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
}

.quant {
  width: 30px;
  height: 30px;
  border-radius: 4px;
  background: #f13333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 300;
  font-size: 25px;
  color: #ffffff;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.quant-minus {
  font-weight: 400;
  font-size: 20px;
}

.edit-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.edit-icons img {
  display: block;
  width: 30px;
  height: 30px;
  cursor: pointer;
}

footer {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 35px 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 1366px;
  margin: 0 auto;
}

footer .logo-wrap {
  width: 120px;
}

footer .logo-wrap img {
  width: 100%;
  height: auto;
}

footer .copyright {
  font-weight: 500;
  font-size: 18px;
  color: #666666;
}

footer .foot-icon-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

footer .foot-icon-wrap .app-wrap {
  width: 130px;
  display: block;
  margin-left: 15px;
}

footer .foot-icon-wrap .app-wrap img {
  width: 100%;
  height: auto;
}

footer .foot-icon-wrap .app-wrap-g {
  width: 133px;
}

.menu_overflow {
  overflow-y: auto;
  margin-right: -20px;
  padding-right: 20px;
}

.langs-mobile {
  display: flex;
}

.mob__menu .router-link-exact-active,
.lang.active {
  color: #f13333 !important;
}

.popup {
  position: fixed;
  top: 0;
  z-index: 1600;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.3);
}

.popup-wrap {
  background: #f9f9f9;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.25);
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.25);
  padding: 30px;
  width: 60%;
  min-height: 300px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.popup-wrap .h3 {
  font-weight: bold;
  font-size: 24px;
  line-height: 32px;
  color: #666666;
}

.popup-wrap .close_all {
  position: absolute;
  top: 25px;
  right: 25px;
}

.popup-wrap .btn {
  width: 50%;
  margin: auto auto 0;
  max-width: 250px;
  cursor: pointer;
}

.popup-wrap .btn-clear {
  margin: 30px auto 10px;
  padding-bottom: 5px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.popup-wrap .arrow {
  top: 23%;
}

.popup-wrap ul {
  padding-left: 20px;
}

.popup-wrap li {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #666666;
}

.popup-wrap-flex {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.popup-wrap-flex .col {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 25px;
}

.popup-wrap-flex .prod-card {
  margin: 0 auto;
}

.popup-wrap-flex .prod-card-main {
  background: #ffffff00;
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px 30px;
  position: relative;
}

.popup-wrap-flex .btn {
  width: 100%;
}

.popup-wrap-warn {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.popup-wrap-warn .txt {
  display: block;
  padding: 15px 35px;
  background: #f13333;
  color: #fff;
}

.popup-wrap-warn .warn-block {
  padding: 30px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.popup-wrap-warn .warn-block p {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #666666;
}

.popup-wrap-warn .warn-btn-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  padding: 15px;
}

.popup-wrap-warn .warn-btn-block .btn {
  width: 30%;
}

.popup-wrap-info .curr-block {
  max-height: 75vh;
  overflow-y: auto;
}

.red {
  color: #f13333;
}

.curr-block {
  margin-top: 30px;
}

.curr-block .h4 {
  display: block;
  font-weight: 900;
  font-size: 20px;
  line-height: 28px;
  color: #f13333;
}

.curr-block .red {
  display: inline;
  color: #000000;
}

.tab__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tab__item {
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 700;
  color: #f13333;
}

.tab__item:first-child {
  width: 40%;
}

.tab__item:last-child {
  width: 60%;
}

.tab__item span {
  position: relative;
  z-index: 2;
}

.tab-active {
  background: #f13333;
  color: #fff;
}

.tab__block {
  position: relative;
  padding: 10px 0 0;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  color: #666666;
  display: none;
  max-height: 500px;
  overflow: auto;
}

.tab__block h1,
.tab__block h2,
.tab__block h3,
.tab__block h4,
.tab__block h5,
.tab__block h6 {
  font-weight: bold;
  font-size: 18px;
  line-height: 20px;
  margin: 0 0 15px;
  color: #000000;
}

.tab__block ul {
  padding-left: 25px;
}

.tab__block img {
  display: block;
  width: 100%;
  height: auto;
}

.tab__block::before {
  content: "";
  height: 50px;
  width: 33.333%;
  position: absolute;
  top: -50px;
}

.tab__block:target {
  display: block;
}

.popup-table-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #666666;
}

.popup-table-row .popup-table-cell {
  padding: 5px 0;
  width: 50%;
}

* {
  scroll-behavior: smooth;
}

body {
  font-family: "Roboto", sans-serif;
}

a {
  text-decoration: none;
}

.cursor-point {
  cursor: pointer;
}

.btn {
  border: none;
  padding: 20px 0;
  display: block;
  font-weight: 900;
  font-size: 18px;
  color: #ffffff;
  background: #f13333;
}

.btn-clear {
  border: none;
  font-weight: 900;
  font-size: 18px;
  display: block;
  background: #ffffff;
  margin: 0 auto;
  color: #ee3124;
  border-bottom: 2px solid #ee3124;
}

.sticky-anchor {
  display: none;
}

.sticky-anchor span {
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  color: #ffffff;
}

.sticky-anchor .white-shevron {
  width: 15px;
  height: 15px;
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: relative;
  top: -6px;
}

.prof-img-gates {
  max-width: 120px;
}

.color-grid-gates {
  margin-bottom: 15px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.del-flex-gates {
  margin-bottom: 10px;
}

.del-flex-gates span {
  font-size: 11px;
}

.card-full-width {
  grid-column-start: 1;
  grid-column-end: 4;
}

/* .card-full-width.mini {
    grid-column-start: 2;
    grid-column-end: 4;
} */

.card-full-width .flex-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.card-full-width .flex-cont .col {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
}

.card-full-width .flex-cont.col:first-child {
  padding-right: 20px;
}

.flex-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.col {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
}

.col:first-child {
  padding-right: 20px;
}

.col .color-ex {
  max-height: 240px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.col .color-ex img {
  max-width: 240px;
  height: auto;
}

.card-span16 label .h3 {
  font-size: 11px !important;
}

.card-body-diz .col {
  width: 100%;
}

.card-body-diz .col:first-child {
  padding-right: 20px;
}

.cards-grid-prods {
  margin: 30px 0 60px 0px !important;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 60px !important;
}

#products {
  display: block;
}

.prod-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 30px;
}

.search {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 20px;
  width: 100%;
  font-size: 20px;
  background: #ffffff;
  border: 2px solid #f13333;
  color: #666666;
}

#products .sticky-wrap {
  padding-top: 0px;
}

.cat-elem .cat-radio {
  display: none !important;
}

.cat-elem label {
  display: block !important;
  margin-bottom: 25px !important;
  text-align: left !important;
  font-size: 18px !important;
  color: #666666 !important;
}

.cat-radio:checked + label {
  color: #f13333 !important;
}

.red {
  display: inline;
  color: #f13333 !important;
}

.curren-elem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.curren-elem .curr-i-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 40px;
  margin-right: 10px;
}

.curren-elem span {
  display: block !important;
  font-size: 18px !important;
  color: #666666 !important;
}

label,
.card-head {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                    not supported by any browser */
}

.color-grid .input,
.del-flex .input-control,
.acc-toggle {
  display: none;
}

.del-flex {
  margin-bottom: 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.del-flex label {
  display: flex;
  align-items: center;
  margin-bottom: 0 !important;
}

.del-flex label .check-round {
  padding: 3px;
  border: 2px solid #ee3124 !important;
  border-radius: 50%;
  margin-right: 20px;
}

.del-flex label .check-round .check-round-act {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

.del-flex .addit {
  display: none;
}

.input-control:checked ~ .addit {
  display: block;
  width: 70px;
  margin-left: 10px;
  margin-bottom: 0 !important;
}

.accomp-prod-wrap {
  margin-right: 30px;
}

#order_print img {
  max-width: 20%;
  height: auto;
  margin-bottom: 20px;
}

#order_print .total {
  display: flex;
  justify-content: space-around;
}

#order_print .total p {
  font-weight: 700;
  font-size: 24px;
}

#order_print .total span {
  color: #f13333;
}

#order_print .note {
  text-align: justify;
}

#order_print table {
  border-collapse: collapse;
  width: 100%;
}

#order_print h1 {
  text-align: center;
  margin-bottom: 20px;
}

#order_print tr {
  border-bottom: 1px solid black;
}

#order_print td,
#order_print th {
  padding: 10px 5px;
  text-align: center;
}

#order_print td.position {
  text-align: left;
  padding-left: 10px;
}

.card-body-diz {
  flex-direction: row !important;
  align-items: center;
}

.card-body-lift_type {
  padding: 0 17px 25px !important;
}

.prof-img-lift_type {
  max-width: 100px !important;
  margin-bottom: 0px !important;
}

.prof-grid-elem__lift_type {
  align-items: flex-start !important;
}

.prof-grid-elem__lift_type.unavailable {
  opacity: 0.3;
}

span.h3-mod {
  display: block;
  line-height: 12px !important;
}

.align-left {
  align-items: flex-start !important;
}

@media screen and (max-width: 1480px) {
  .head-wrap {
    width: auto;
  }
  footer {
    width: auto;
  }
}

@media screen and (max-width: 1400px) {
  .main-wrap {
    width: auto;
  }
  .main-content-prod {
    padding-left: 15px;
  }
  .sticky-wrap {
    width: 28vw;
  }
  .sticky-wrap .stick-block {
    width: 28vw;
  }
  #category-stick {
    width: 25vw;
  }
  #category-stick .stick-block {
    width: 25vw;
  }
  select {
    font-size: 14px;
  }
  .cards-grid-prods .prod-card {
    width: 100%;
  }
}

@media screen and (max-width: 1366px) {
  .popup-wrap {
    width: 70%;
  }
  .cards-grid-prods {
    grid-gap: 4vw !important;
  }
}

@media screen and (max-width: 1300px) {
  .head-cell:nth-child(3),
  .body-cell:nth-child(3) {
    width: 10%;
  }
  .head-cell:nth-child(6),
  .body-cell:nth-child(6) {
    width: 10%;
  }
}

@media screen and (max-width: 1280px) {
  select {
    font-size: 12px;
  }
}

@media screen and (max-width: 1240px) {
  .card-lift_type {
    grid-column-start: 1;
    grid-column-end: 3;
  }
  .card-lift_type .prof-grid {
    grid-template-columns: 1fr 1fr 1fr !important;
  }
  .prof-grid-elem__lift_type {
    align-items: center !important;
  }
  span.h3-mod {
    display: block;
    line-height: 12px !important;
    font-size: 11px !important;
  }
  .prof-img-lift_type {
    margin: 0 auto;
  }
  /* .head-wrap {
        padding: 20px 35px;
    } */
  .head-wrap .logo {
    width: 100px;
  }
  .head-wrap .top-menu a {
    font-size: 16px;
    line-height: 19px;
    /* margin-right: 20px; */
  }
  .head-wrap .top-menu .active {
    border-bottom: 2px solid #f13333;
  }
  .main-content .main-cards-wrap .cards-grid {
    grid-template-columns: 1fr 1fr;
    margin: 20px 20px 40px 0;
  }
  .sticky-wrap {
    padding-top: 50px;
  }
  footer {
    padding: 20px 35px;
  }
  .card-full-width {
    grid-column-start: 1;
    grid-column-end: 3;
  }
  .card-diz {
    grid-column-start: 1;
    grid-column-end: 3;
  }
  .card-body-diz {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .card-body-diz .col {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
  }
  .cards-grid-prods {
    grid-template-columns: 1fr 1fr 1fr !important;
    grid-gap: 2vw !important;
    /* margin: 20px 20px 40px 0 !important; */
    margin: 20px 0 40px !important;

  }
}

@media screen and (max-width: 1180px) {
  .sticky-wrap .stick-block .h3 {
    font-size: 16px;
  }
  .sticky-wrap .stick-block span {
    font-size: 16px;
  }
  .sticky-wrap .stick-block label {
    font-size: 16px;
  }
  .card .card-body label,
  .card .card-body .h3 {
    font-size: 16px;
  }
  .card .card-body .sizes-wrap .s-height {
    font-size: 16px;
  }
  .card .card-body .sizes-wrap .s-width {
    font-size: 16px;
  }
  .card .card-body .prof-grid .prof-grid-elem .h3,
  .card .card-body .prof-grid label .h3 {
    font-size: 16px;
  }
}

@media screen and (max-width: 1140px) {
  #category-stick {
    width: 30vw;
  }
  #category-stick .stick-block {
    width: 30vw;
  }
  .cards-grid-prods {
    grid-template-columns: 1fr 1fr !important;
    grid-gap: 2vw !important;
  }
  .cards-grid-prods .prod-card {
    width: 100%;
  }
}

@media screen and (max-width: 1124px) {
  .txt {
    font-size: 15px;
    line-height: 18px;
  }
}

@media screen and (max-width: 1024px) {
  .main-wrap {
    padding: 20px;
  }
}

@media screen and (max-width: 992px) {
  .head-wrap .icon-cont2 .icon-wrap {
    width: 35px;
    height: 35px;
  }
  .head-wrap .icon-cont2 .cart-info-cont {
    display: none;
  }
  .notes .h2 {
    font-size: 20px;
  }
  .buttons-wrap .btn {
    margin: 0 10px;
    padding-left: 50px;
    padding-right: 15px;
  }
  .buttons-wrap .btn {
    margin: 0 10px;
    padding-left: 50px;
    padding-right: 15px;
  }
  .buttons-wrap .btn img {
    width: 25px;
    height: 25px;
    top: 18px;
    left: 15px;
  }
  .share {
    margin-left: 30px;
  }
  .sum .h2 {
    font-size: 22px;
  }
  .headrow {
    display: none;
  }
  .bodyrow {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .body-cell {
    padding: 10px;
  }
  .txt-center {
    width: auto;
  }
  .name-txt {
    display: inline-block;
    margin-right: 20px;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
    width: 30%;
  }
  .head-cell:first-child,
  .body-cell:first-child {
    width: auto;
  }
  .head-cell:nth-child(2),
  .body-cell:nth-child(2) {
    width: auto;
  }
  .head-cell:nth-child(3),
  .body-cell:nth-child(3) {
    width: auto;
  }
  .head-cell:nth-child(4),
  .body-cell:nth-child(4) {
    width: auto;
  }
  .head-cell:nth-child(5),
  .body-cell:nth-child(5) {
    width: auto;
  }
  .head-cell:nth-child(6),
  .body-cell:nth-child(6) {
    width: auto;
  }
  .head-cell:last-child,
  .body-cell:last-child {
    width: auto;
  }
  .quantity-block {
    width: 20%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .edit-icons {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .edit-icons img {
    width: 25px;
    height: 25px;
    margin-right: 30px;
  }
  .popup-wrap {
    width: 90%;
  }
  .popup-wrap-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow-y: auto;
    max-height: 90vh;
  }
  .popup-wrap-flex .col {
    width: 100%;
  }
  .tab__block {
    max-height: none;
  }
}

@media screen and (max-width: 815px) {
  .sticky-wrap {
    width: auto;
  }
  .sticky-wrap .stick-block {
    width: auto;
  }
  #category-stick .stick-block {
    width: auto;
  }
  .accomp-slid-wrap {
    margin: 20px 20px 5px 0;
    padding: 0 25px;
  }
  .accomp-slid-wrap .accomp-slid-inner {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .prod-card {
    width: 36vw;
  }
  /* .prod-card .prod-card-main .prod-img-wrap {
        height: auto;
    } */
  footer .copyright {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .alert_error {
    margin-right: 0 !important;
    margin-bottom: 15px !important;
  }
  .accomp-prod-wrap {
    margin-right: 0;
  }
  .pagination {
    margin-top: 20px;
  }
  .order-wrap {
    padding: 0;
  }
  .sum {
    flex-direction: column;
  }
  .sum .flex-3 {
    margin-bottom: 15px;
  }
  .mob__menu {
    display: block;
    left: 300px;
  }
  .desktop-hide {
    display: inline !important;
  }
  .top-menu {
    justify-content: start !important;
  }
  .langs {
    display: none !important;
  }
  header {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 1500;
    top: 0;
  }
  .alert {
    margin-top: 61px;
  }
  main.alert_show {
    padding-top: 0;
    min-height: calc(100vh - 121px);
  }
  main {
    padding-top: 60px;
    min-height: calc(100vh - 60px);
  }
  .icon-cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .head-wrap {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #f13333;
    padding: 0px 20px;
  }
  .head-wrap .logo-wrap {
    display: none;
  }
  .head-wrap .top-menu {
    padding: 0;
  }
  .head-wrap .top-menu a {
    display: none;
  }
  .head-wrap .top-menu .active {
    display: block;
    color: #fff;
    border-bottom: none;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    margin-right: 0px;
  }
  .head-wrap .icon-cont2 .icon-wrap-set {
    background-image: url(../icons/config-red.svg);
  }
  .head-wrap .icon-cont2 .icon-wrap-curr {
    display: none;
  }
  .head-wrap .icon-cont2 .icon-wrap-cart {
    background-image: url(../icons/cart-icon-red.svg);
  }
  .main-wrap {
    display: block;
  }
  .main-content .main-cards-wrap .cards-grid {
    margin: 0 0px 20px 0;
  }
  .main-content-prod {
    padding-left: 0px;
  }
  .sticky-wrap {
    padding-top: 20px;
  }
  .sticky-wrap {
    width: 100%;
    padding-bottom: 60px;
  }
  .sticky-wrap .stick-block {
    position: relative;
    top: 0;
    width: 100%;
  }
  .sticky-wrap .stick-block .btn {
    width: auto;
    padding: 15px;
  }
  .sticky-wrap .stick-block .btn-clear {
    width: auto;
    padding: 15px;
  }
  #category-stick {
    width: 100%;
  }
  #category-stick .stick-block {
    position: relative;
    top: 0;
    width: 100%;
  }
  .h2-1 {
    display: none;
  }
  .accomp-slid-wrap {
    margin: 20px 0 5px 0;
  }
  footer {
    display: none;
  }
  .sticky-anchor {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 0 20px;
    position: fixed;
    bottom: 0;
    left: 0;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #f13333;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 10;
  }
  .flex-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .flex-1-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .flex-2 {
    margin-right: 20px;
  }
  .cards-grid-prods {
    margin: 20px 0 0 !important;
  }
  .prod-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  #products .sticky-wrap {
    padding-top: 20px;
  }
  .head-wrap nav {
    margin-left: 25px;
    align-items: center;
    height: 61px;
  
  }
}

@media screen and (max-width: 740px) {
  .name-txt {
    width: 40%;
  }
    
}

@media screen and (max-width: 595px) {
  .card .card-body .prof-grid--fw {
    grid-template-columns: 1fr 1fr !important;
  }
  .main-content .main-cards-wrap .cards-grid {
    grid-template-columns: 1fr;
  }
  .card-lift_type {
    grid-column-start: 1;
    grid-column-end: 2;
  }
  .card-lift_type .prof-grid {
    grid-template-columns: 1fr 1fr !important;
  }
  .buttons-wrap .btn {
    font-size: 0;
    padding: 0px;
    width: 70px;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .buttons-wrap .btn img {
    position: static;
  }
  .share {
    margin-left: 10px;
  }
  .name-txt {
    font-size: 16px;
  }
  .head-cell:first-child,
  .body-cell:first-child {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .head-cell:nth-child(2),
  .body-cell:nth-child(2) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .head-cell:nth-child(2) .name-txt,
  .body-cell:nth-child(2) .name-txt {
    width: auto;
  }
  .head-cell:nth-child(3),
  .body-cell:nth-child(3) {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .head-cell:nth-child(4),
  .body-cell:nth-child(4) {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .head-cell:nth-child(5),
  .body-cell:nth-child(5) {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .head-cell:nth-child(6),
  .body-cell:nth-child(6) {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .head-cell:nth-child(6) .name-txt,
  .body-cell:nth-child(6) .name-txt {
    width: 63%;
  }
  .quantity-block {
    padding: 0;
    width: 30%;
  }
  .card-full-width {
    grid-column-end: 2;
  }
  .card-diz {
    grid-column-end: 2;
  }
  .card-body-diz {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .card-body-diz .col {
    width: 100%;
  }
  .card-body-diz .col:first-child {
    padding-right: 0px;
  }
  .cards-grid-prods {
    grid-template-columns: 1fr !important;
  }
}

@media screen and (max-width: 580px) {
  .h2 {
    font-size: 22px;
  }
  .prod-card {
    width: 240px;
  }
  .flex-1 {
    display: block;
  }
  .flex-1-1 {
    display: block;
  }
  .flex-2 {
    margin-right: 0px;
  }
}

@media screen and (max-width: 480px) {
  .card .card-head .h3 {
    max-width: 90%;
  }
  .popup-wrap {
    padding: 15px;
  }
  .popup-wrap .btn {
    width: 80%;
  }
  .popup-wrap-warn {
    padding: 0;
  }
  .popup-wrap-warn .warn-btn-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .popup-wrap-warn .warn-btn-block .btn {
    width: 60%;
  }
  .popup-wrap-warn .warn-btn-block .btn + .btn {
    margin-top: 15px;
  }
  .popup-table-row .popup-table-cell {
    font-size: 14px;
  }
  .card-full-width .flex-cont {
    display: block;
  }
  .card-full-width .flex-cont .col {
    width: 100%;
  }
  .card-full-width .flex-cont.col:first-child {
    width: 100%;
  }
  .card-full-width .del-flex {
    margin-bottom: 10px;
  }
  .card-full-width .del-flex .txt-norm {
    font-size: 14px;
  }
}

@media screen and (max-width: 375px) {
  .quantity-block {
    width: 40%;
  }
}

@media screen and (max-width: 370px) {
  .name-txt {
    font-size: 15px;
  }
}

@media screen and (max-width: 320px) {
  .popup-table-row .popup-table-cell {
    font-size: 12px;
  }
}

@media screen and (max-height: 568px) {
  .mob__menu .mob__menu_wrap #top-menu {
    padding: 10px 0;
    margin: 10px 0;
  }
  .mob__menu .mob__menu_wrap #top-menu a {
    margin-bottom: 8px;
  }
  .mob__menu .mob__menu_wrap .currency-wrap .curren-elem {
    margin-top: 8px;
  }
}
