@charset "UTF-8";
:root {
  --accent: #E7313C;
}

img[loading=lazy] {
  min-width: 1px;
  min-height: 1px;
}

.btn-close {
  cursor: pointer;
}
.btn-close::after {
  content: "";
  width: 20px;
  height: 20px;
  display: inline-block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' viewBox='0 0 20 20'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath stroke='%236C6A79' d='M20 0 0 20M0 0l20 20'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h20v20H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: contain;
          background-size: contain;
}
.btn-close:hover {
  opacity: 0.6;
}

*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*::-moz-selection {
  background-color: #E7313C;
  color: #ffffff;
}

*::selection {
  background-color: #E7313C;
  color: #ffffff;
}

html, body {
  padding: 0;
  margin: 0;
}

body {
  font-family: "Roboto", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 300;
  color: #000000;
  line-height: 1.3;
  font-size: 14px;
}

.main-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1560px;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}
@media (max-width: 1600px) {
  .main-wrapper {
    width: auto;
    padding: 0 30px;
  }
}
@media (max-width: 1400px) {
  .main-wrapper {
    padding: 0 20px;
  }
}
@media (max-width: 1260px) {
  .main-wrapper {
    margin: 0 auto;
    padding: 0;
    width: auto;
    display: block;
  }
}

.no-scroll {
  height: 111vh;
  overflow-y: hidden;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.button {
  --btn-bg: #E7313C;
  --btn-color: #fff;
  --btn-border-color: #E7313C;
  --btn-hover-bg: #E7313C;
  --btn-hover-color: #fff;
  --btn-hover-border-color: #E7313C;
  --btn-active-bg: rgb(235.2573913043, 85.5426086957, 94.5913043478);
  --btn-active-color: #fff;
  --btn-active-border-color: #E7313C;
  --btn-hover-outline-width: 2px;
}

.general-wrapper {
  overflow: hidden;
  min-height: 100vh;
}
.general-wrapper img {
  max-width: 100%;
}
.general-wrapper a {
  color: #000;
  -webkit-transition: color 0.33s;
  -o-transition: color 0.33s;
  transition: color 0.33s;
  text-decoration: none;
}
.general-wrapper a:focus {
  outline: 0;
}
.general-wrapper a:hover {
  color: #555264;
}
.general-wrapper input, .general-wrapper select, .general-wrapper textarea, .general-wrapper table {
  font-family: "Roboto", Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #cccccc;
  font-size: 14px;
}
.general-wrapper table thead {
  font-weight: 400;
}
.general-wrapper h1, .general-wrapper h2, .general-wrapper h3, .general-wrapper h4, .general-wrapper h5, .general-wrapper h6, .general-wrapper ul, .general-wrapper ol, .general-wrapper p {
  margin-top: 0;
}
.general-wrapper select {
  outline: none;
}
.general-wrapper button, .general-wrapper input[type=submit] {
  background-color: transparent;
  border: 0;
  font-family: "Roboto", Arial, "Helvetica Neue", Helvetica, sans-serif;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  padding: 0;
  outline: 0;
  cursor: pointer;
  user-select: none;
  color: #cccccc;
  font-size: 14px;
}
.general-wrapper .general-container {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: calc(100% - 314px);
}
@media (max-width: 1350px) {
  .general-wrapper .general-container {
    max-width: calc(100% - 240px);
  }
}
@media (max-width: 1260px) {
  .general-wrapper .general-container {
    max-width: 100%;
  }
}
@media (max-width: 1260px) {
  .general-wrapper .regular-container {
    width: 960px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (max-width: 1023px) {
  .general-wrapper .regular-container {
    max-width: 100%;
    width: 720px;
  }
}
@media (max-width: 750px) {
  .general-wrapper .regular-container {
    width: 540px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.general-wrapper .regular-container .purple-text {
  color: #555264;
}
.general-wrapper .regular-container .social-login-links {
  font-size: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.general-wrapper .regular-container .social-login-links .social-login-link {
  display: inline-block;
  width: 30px;
  min-width: 30px;
  height: 30px;
  margin-right: 4px;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  overflow: hidden;
}
.general-wrapper .svg-icon::before,
.general-wrapper .svg-icon-right::after {
  content: "";
  display: inline-block;
}
.general-wrapper .svg-icon,
.general-wrapper .svg-icon::before,
.general-wrapper .svg-icon-right::after {
  -webkit-background-size: contain;
          background-size: contain;
  background-repeat: no-repeat;
  background-position: 50%;
}
.general-wrapper .regular-section {
  padding-left: 38px;
  margin-bottom: 50px;
}
@media (max-width: 1600px) {
  .general-wrapper .regular-section {
    padding-left: 20px;
  }
}
@media (max-width: 1260px) {
  .general-wrapper .regular-section {
    padding-left: 0;
    margin-bottom: 30px;
  }
}
.general-wrapper .big-heading {
  font-size: 36px;
  font-weight: 300;
  margin-bottom: 20px;
}
@media (max-width: 1600px) {
  .general-wrapper .big-heading {
    font-size: 32px;
    margin-bottom: 15px;
  }
}
@media (max-width: 1260px) {
  .general-wrapper .big-heading {
    font-size: 30px;
  }
}
@media (max-width: 1023px) {
  .general-wrapper .big-heading {
    font-size: 26px;
  }
}
.general-wrapper .sub-heading {
  font-size: 32px;
  font-weight: 300;
  margin-bottom: 24px;
}
@media (max-width: 1260px) {
  .general-wrapper .sub-heading {
    font-size: 26px;
    margin-bottom: 22px;
  }
}
@media (max-width: 540px) {
  .general-wrapper .sub-heading {
    font-size: 20px;
    margin-bottom: 18px;
  }
}
.general-wrapper .regular-heading {
  font-size: 28px;
  margin-bottom: 20px;
  font-weight: 300;
}
@media (max-width: 1023px) {
  .general-wrapper .regular-heading {
    font-size: 22px;
  }
}
@media (max-width: 540px) {
  .general-wrapper .regular-heading {
    font-size: 20px;
  }
}
.general-wrapper .small-heading {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 20px;
}
@media (max-width: 1180px) {
  .general-wrapper .small-heading {
    font-size: 18px;
    margin-bottom: 18px;
  }
}
@media (max-width: 540px) {
  .general-wrapper .small-heading {
    font-size: 16px;
    margin-bottom: 14px;
  }
}
.general-wrapper .big-heading.underline {
  padding-bottom: 7px;
  border-bottom: 1px solid #000000;
}
.general-wrapper .center {
  text-align: center;
}
.general-wrapper .button {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  line-height: 27px;
  height: 28px;
  text-align: center;
  border: 0;
  background-color: var(--btn-bg);
  padding: 0 15px;
  display: inline-block;
  text-decoration: none;
  color: var(--btn-color);
  border: 1px solid var(--btn-border-color);
  font-size: 14px;
  font-weight: 400;
  -webkit-transition: opacity 0.33s;
  -o-transition: opacity 0.33s;
  transition: opacity 0.33s;
  white-space: nowrap;
}
.general-wrapper .button:hover {
  color: var(--btn-hover-color);
  outline: var(--btn-hover-outline-width) solid var(--btn-hover-border-color);
  opacity: 0.95;
  background: var(--btn-hover-bg);
}
.general-wrapper .button:focus, .general-wrapper .button:active, .general-wrapper .button.active {
  background-color: var(--btn-active-bg);
  color: var(--btn-active-color);
}
.general-wrapper .button-primary {
  --btn-hover-bg: #555264;
  background: #555264;
  border-color: #555264;
}
.general-wrapper .button-primary:focus, .general-wrapper .button-primary:active {
  background-color: rgb(104.0549450549, 100.3824175824, 122.4175824176);
  color: #fff;
}
.general-wrapper .button-primary:hover {
  outline: 2px solid #555264;
}
.general-wrapper .button-tertiary {
  --btn-bg: #F4F4F4;
  --btn-color: #000;
  --btn-border-color: #F4F4F4;
  --btn-hover-bg: rgb(231.25, 231.25, 231.25);
  --btn-hover-color: #000;
  --btn-hover-border-color: rgb(231.25, 231.25, 231.25);
  --btn-active-bg: #565365;
  --btn-active-color: #fff;
  --btn-active-border-color: #565365;
  --btn-hover-outline-width: 0px;
}
.general-wrapper .button.grey {
  border-color: #e5e5e5;
  color: #484949;
  background-color: #E5E5E5;
}
.general-wrapper .button.grey:hover {
  background-color: #555264;
  color: #fff;
  border-color: #555264;
}
.general-wrapper .button.grey:focus, .general-wrapper .button.grey:active {
  background-color: #555264;
  color: #ffffff;
}
.general-wrapper .button.white {
  border-color: #E7313C;
  color: #E7313C;
  background-color: #ffffff;
  border-width: 1px;
}
.general-wrapper .button.white:hover {
  background-color: #E7313C;
  color: #ffffff;
  border-color: #E7313C;
}
.general-wrapper .button.white:focus, .general-wrapper .button.white:active {
  background-color: #E7313C;
  color: #ffffff;
}
.general-wrapper .button.big {
  height: 42px;
  line-height: 38px;
  font-size: 24px;
  padding: 0 40px;
  font-weight: 700;
}
@media (max-width: 1350px) {
  .general-wrapper .button.big {
    font-size: 22px;
    padding: 0 30px;
  }
}
@media (max-width: 1023px) {
  .general-wrapper .button.big {
    font-size: 18px;
    line-height: 34px;
    height: 36px;
  }
}
.general-wrapper .button.regular {
  height: 36px;
  line-height: 34px;
  font-size: 18px;
  font-weight: 400;
  padding: 0 20px;
}
.general-wrapper .button.disabled, .general-wrapper .button[disabled] {
  border-color: #e5e5e5;
  color: #a1a1a1;
  cursor: default;
  background-color: #E5E5E5;
}
.general-wrapper .button.disabled:hover, .general-wrapper .button.disabled:focus, .general-wrapper .button.disabled:active, .general-wrapper .button[disabled]:hover, .general-wrapper .button[disabled]:focus, .general-wrapper .button[disabled]:active {
  background-color: #E5E5E5;
  border-color: #e5e5e5;
  color: #a1a1a1;
  outline: none;
}
.general-wrapper .close-button {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  font-size: 0;
  padding: 20px;
  width: auto;
  height: auto;
  line-height: 1;
}
.general-wrapper .close-button:hover::before {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-filter: none;
          filter: none;
}
.general-wrapper .close-button::before {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
  background-position: 50%;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
.general-wrapper .loading-spinner,
.general-wrapper .loading-spinner-big,
.general-wrapper .loading-spinner-small,
.general-wrapper .loading-spinner-fullscreen {
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  overflow: hidden;
}
.general-wrapper .loading-spinner::after,
.general-wrapper .loading-spinner-big::after,
.general-wrapper .loading-spinner-small::after,
.general-wrapper .loading-spinner-fullscreen::after {
  content: "";
  display: inline-block;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.8);
  bottom: 0;
  left: 0;
  top: 0;
  right: 0;
  z-index: 1;
}
.general-wrapper .loading-spinner::before,
.general-wrapper .loading-spinner-big::before,
.general-wrapper .loading-spinner-small::before,
.general-wrapper .loading-spinner-fullscreen::before {
  z-index: 2;
  content: "";
  display: inline-block;
  height: 32px;
  width: 32px;
  border: 4px solid #555264;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  border-color: rgba(0, 0, 0, 0.2);
  border-left-color: rgba(85, 82, 100, 0.5);
  -webkit-animation: rotate 0.8s infinite linear;
          animation: rotate 0.8s infinite linear;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -22px;
  margin-top: -20px;
}
.general-wrapper .loading-spinner.background::before,
.general-wrapper .loading-spinner-big.background::before,
.general-wrapper .loading-spinner-small.background::before,
.general-wrapper .loading-spinner-fullscreen.background::before {
  z-index: -1;
}
.general-wrapper .loading-spinner.background::after,
.general-wrapper .loading-spinner-big.background::after,
.general-wrapper .loading-spinner-small.background::after,
.general-wrapper .loading-spinner-fullscreen.background::after {
  z-index: -2;
}
.general-wrapper .loading-spinner-small::before {
  height: 20px;
  width: 20px;
  border-width: 3px;
  margin-left: -15px;
  margin-top: -13px;
}
.general-wrapper .loading-spinner-small.background::before {
  z-index: -1;
}
.general-wrapper .loading-spinner-small.background::after {
  display: none;
}
.general-wrapper .loading-spinner-big::before {
  width: 50px;
  height: 50px;
  border-width: 6px;
  margin-top: -31px;
  margin-left: -31px;
}
.general-wrapper .loading-spinner-fullscreen {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.general-wrapper .loading-spinner-fullscreen::after {
  position: fixed;
  z-index: 999;
}
.general-wrapper .loading-spinner-fullscreen::before {
  position: fixed;
  z-index: 1000;
}
.general-wrapper .crossed {
  position: relative;
  display: inline-block;
  color: #999999;
}
.general-wrapper .crossed::after {
  content: "";
  display: block;
  height: 1px;
  width: 110%;
  position: absolute;
  top: 50%;
  left: -5%;
  background-color: #999;
}
.general-wrapper .breadcrumbs {
  font-size: 13px;
  padding: 0 0 10px;
  color: #777777;
}
@media (max-width: 1023px) {
  .general-wrapper .breadcrumbs {
    overflow: auto;
    white-space: nowrap;
  }
}
.general-wrapper .breadcrumbs a {
  color: #777777;
}
.general-wrapper .breadcrumbs a::after {
  content: "•";
  display: inline-block;
  margin: 0 5px;
}
.general-wrapper .breadcrumbs a:hover {
  color: #E7313C;
}
.general-wrapper .breadcrumbs span {
  font-weight: 400;
}
.general-wrapper .styled-checkbox {
  display: block;
  padding-right: 10px;
  margin-bottom: 10px;
}
.general-wrapper .styled-checkbox.centered label {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.general-wrapper .styled-checkbox input[type=checkbox] {
  opacity: 0;
  position: absolute;
  width: initial;
  height: initial;
}
.general-wrapper .styled-checkbox input[type=checkbox]:checked ~ label::before {
  -webkit-background-size: 60% 60%;
          background-size: 60%;
}
.general-wrapper .styled-checkbox label {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.general-wrapper .styled-checkbox label::before {
  background-color: #fff;
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  min-width: 30px;
  border: 1px solid rgba(85, 82, 100, 0.4);
  -webkit-box-shadow: inset 1px 1px 3px -1px rgba(85, 82, 100, 0.3);
          box-shadow: inset 1px 1px 3px -1px rgba(85, 82, 100, 0.3);
  margin-right: 15px;
  background-position: 50%;
  background-repeat: no-repeat;
  -webkit-transition: -webkit-background-size 0.11s;
  transition: -webkit-background-size 0.11s;
  -o-transition: background-size 0.11s;
  transition: background-size 0.11s;
  transition: background-size 0.11s, -webkit-background-size 0.11s;
  -webkit-background-size: 0 0;
          background-size: 0;
  position: relative;
  vertical-align: middle;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 14 15'%3E%3Cdefs%3E%3Cpath id='a' d='M0 .2h14v14H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cg clip-path='url(%23b)'%3E%3Cpath d='M.2 7.8c-.1-.1-.2-.3-.2-.4 0-.1.1-.3.2-.4l.8-.8c.1-.2.5-.2.7.1l.1.1 3 3.2c.1.1.3.1.4 0L12.3 2h.1c.2-.2.5-.2.8 0l.8.8c.2.2.2.5 0 .8l-8.6 8.9c-.1.1-.2.2-.4.2s-.3-.1-.4-.2L.3 7.9l-.1-.1z' fill='%23000000'/%3E%3C/g%3E%3C/svg%3E");
}
.general-wrapper .styled-checkbox label span {
  vertical-align: middle;
}
.general-wrapper .styled-checkbox label a {
  color: #555264;
}
.general-wrapper .styled-checkbox label a:hover {
  opacity: 0.7;
}
.general-wrapper .styled-checkbox.privacy a {
  color: #555264;
  text-decoration: underline;
}
.general-wrapper .styled-radio input {
  display: none;
}
.general-wrapper .styled-radio input:checked ~ label::before {
  background-color: #555555;
}
.general-wrapper .styled-radio label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-transition: opacity 0.33s;
  -o-transition: opacity 0.33s;
  transition: opacity 0.33s;
  margin-right: 25px;
}
.general-wrapper .styled-radio label:hover {
  opacity: 1;
}
.general-wrapper .styled-radio label::before {
  content: "";
  display: inline-block;
  width: 30px;
  min-width: 30px;
  height: 30px;
  background-color: #fff;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  -webkit-box-shadow: 0 0 2px #000;
          box-shadow: 0 0 2px #000;
  border: 7px solid #fff;
  z-index: 1;
  vertical-align: middle;
  margin-right: 15px;
  -webkit-transition: background-color 0.33s;
  -o-transition: background-color 0.33s;
  transition: background-color 0.33s;
}
@media (max-width: 767px) {
  .general-wrapper .styled-radio label::before {
    top: 2px;
  }
}
.general-wrapper .pagination {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 15px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 35px 0;
}
.general-wrapper .pagination a, .general-wrapper .pagination span {
  height: 40px;
  width: 40px;
  text-align: center;
  max-width: 40px;
  font-style: normal;
  background-color: #E6E7E9;
}
.general-wrapper .pagination .arrow {
  font-size: 0;
  width: 40px;
  min-width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  -webkit-border-radius: 50%;
          border-radius: 50%;
}
@media (max-width: 480px) {
  .general-wrapper .pagination .arrow {
    width: 30px;
  }
}
.general-wrapper .pagination .arrow:hover {
  opacity: 0.7;
}
.general-wrapper .pagination .arrow::before {
  width: 15px;
  height: 15px;
  vertical-align: middle;
}
.general-wrapper .pagination .arrow.arrow-left {
  margin-right: 10px;
  -webkit-transform: scale(-1, 1);
      -ms-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
@media (max-width: 480px) {
  .general-wrapper .pagination .arrow.arrow-left {
    margin-right: 0;
  }
}
.general-wrapper .pagination .arrow.arrow-right {
  margin-left: 10px;
}
@media (max-width: 480px) {
  .general-wrapper .pagination .arrow.arrow-right {
    margin-left: 0;
  }
}
.general-wrapper .pagination span.arrow {
  opacity: 0.9;
}
.general-wrapper .pagination span.arrow::before {
  opacity: 1;
}
.general-wrapper .pagination span.arrow:hover {
  opacity: 1;
}
.general-wrapper .pagination .pagination-item {
  -webkit-border-radius: 50%;
          border-radius: 50%;
  width: 40px;
  min-width: 40px;
  line-height: 40px;
  height: 40px;
  text-align: center;
  text-decoration: none;
  color: #000;
  cursor: pointer;
  margin: 0 3px;
}
@media (max-width: 350px) {
  .general-wrapper .pagination .pagination-item {
    margin: 0 2px;
  }
}
.general-wrapper .pagination .pagination-item:not(.active) {
  width: auto;
  padding: 0 8px;
}
.general-wrapper .pagination .pagination-item:hover:not(.active) {
  opacity: 0.8;
}
.general-wrapper .pagination .pagination-item.active {
  cursor: default;
  font-weight: 700;
  color: #ffffff;
  background-color: #555264;
}
.general-wrapper .show-more {
  text-align: center;
  margin-bottom: 20px;
}
.general-wrapper .show-more .show-more-button {
  width: 300px;
  max-width: 100%;
}
.general-wrapper .mCSB_scrollTools .mCSB_draggerContainer {
  margin: 0;
}
.general-wrapper .mCSB_scrollTools .mCSB_draggerRail {
  background-color: #E5E5E5;
  width: 8px;
  margin: 0;
  -webkit-border-radius: 0;
          border-radius: 0;
}
.general-wrapper .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: rgba(85, 82, 100, 0.3);
  -webkit-border-radius: 0;
          border-radius: 0;
  width: 8px;
  margin: 0;
}
.general-wrapper .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: rgba(85, 82, 100, 0.8);
}
.general-wrapper .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .general-wrapper .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: rgba(85, 82, 100, 0.8);
}
.general-wrapper .mCSB_inside > .mCSB_container {
  margin-right: 10px;
}
.general-wrapper .mCSB_outside + .mCSB_scrollTools {
  right: 0px;
}
.general-wrapper .mCustomScrollbar,
.general-wrapper .mCustomScrollbar.mCS_touch_action,
.general-wrapper .mCustomScrollbar.mCS_touch_action .mCS-aviva.mCSB_scrollTools {
  -ms-touch-action: auto;
      touch-action: auto;
}
.general-wrapper .mCustomScrollBox {
  -ms-touch-action: pan-x;
      touch-action: pan-x;
}
.general-wrapper .mCustomScrollBox.mCSB_vertical_horizontal {
  -ms-touch-action: auto;
      touch-action: auto;
}
.general-wrapper .mCustomScrollBox.mCSB_horizontal {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}
.general-wrapper .webkit-scrollbar {
  overflow: auto;
  margin-right: 10px;
}
.general-wrapper .webkit-scrollbar::-webkit-scrollbar {
  -webkit-appearance: none;
          appearance: none;
}
.general-wrapper .webkit-scrollbar::-webkit-scrollbar-track {
  background-color: #F4F4F4;
}
.general-wrapper .webkit-scrollbar::-webkit-scrollbar:vertical {
  width: 8px;
}
.general-wrapper .webkit-scrollbar::-webkit-scrollbar:horizontal {
  height: 8px;
}
.general-wrapper .webkit-scrollbar::-webkit-scrollbar-thumb {
  background-color: rgba(85, 82, 100, 0.3);
}
.general-wrapper .webkit-scrollbar.horisontal {
  margin-right: 0;
}
.general-wrapper .form-notices {
  margin-bottom: 20px;
}
.general-wrapper .form-notices .form-notice {
  font-size: 13px;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: bottom;
      -ms-flex-align: bottom;
          align-items: bottom;
  color: #E7313C;
}
.general-wrapper .form-notices .form-notice::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  min-width: 15px;
  -webkit-background-size: cover;
          background-size: cover;
  margin-right: 7px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 286.1 286.1'%3E%3Cpath d='M143 0C64 0 0 64 0 143s64 143 143 143 143-64 143-143c.1-79-64-143-143-143zm0 259.2c-64.2 0-116.2-52-116.2-116.2S78.8 26.8 143 26.8s116.2 52 116.2 116.2-52 116.2-116.2 116.2zm0-196.5c-10.2 0-18 5.3-18 14v79.2c0 8.6 7.7 14 18 14 10 0 18-5.6 18-14V76.7c0-8.4-8-14-18-14zm0 125c-9.8 0-17.9 8-17.9 17.9 0 9.8 8 17.8 17.9 17.8s17.8-8 17.8-17.8c.1-9.9-7.9-17.9-17.8-17.9z' fill='%23E7313C'/%3E%3C/svg%3E");
}
.general-wrapper .form-notices .form-notice.form-error {
  color: #f00;
}
.general-wrapper .regular-form a {
  color: #555264;
}
.general-wrapper .regular-form input, .general-wrapper .regular-form textarea, .general-wrapper .regular-form select {
  border: 1px solid #E5E5E5;
  font-size: 14px;
  max-width: 100%;
  -webkit-transition: border 0.33s;
  -o-transition: border 0.33s;
  transition: border 0.33s;
  width: 100%;
  color: #000000;
  outline: 0;
  background-color: #fff;
  -webkit-border-radius: 0px;
          border-radius: 0px;
}
.general-wrapper .regular-form input::-webkit-input-placeholder, .general-wrapper .regular-form textarea::-webkit-input-placeholder, .general-wrapper .regular-form select::-webkit-input-placeholder {
  font-size: 14px;
  color: #777766;
}
.general-wrapper .regular-form input::-moz-placeholder, .general-wrapper .regular-form textarea::-moz-placeholder, .general-wrapper .regular-form select::-moz-placeholder {
  font-size: 14px;
  color: #777766;
}
.general-wrapper .regular-form input::-ms-input-placeholder, .general-wrapper .regular-form textarea::-ms-input-placeholder, .general-wrapper .regular-form select::-ms-input-placeholder {
  font-size: 14px;
  color: #777766;
}
.general-wrapper .regular-form input::placeholder, .general-wrapper .regular-form textarea::placeholder, .general-wrapper .regular-form select::placeholder {
  font-size: 14px;
  color: #777766;
}
.general-wrapper .regular-form input:focus, .general-wrapper .regular-form textarea:focus, .general-wrapper .regular-form select:focus {
  border: 1px solid #555264;
  outline: 0;
}
.general-wrapper .regular-form.big-elements input {
  height: 44px;
}
.general-wrapper .regular-form.big-elements .form-line {
  margin-bottom: 20px;
}
.general-wrapper .regular-form input {
  height: 44px;
  padding: 0 15px;
}
@mwdia (max-width: 700px) {
  .general-wrapper .regular-form input {
    padding: 0 10px;
  }
}
.general-wrapper .regular-form input[disabled] {
  background-color: #eee;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: #aaa;
}
.general-wrapper .regular-form input[disabled]::-moz-selection {
  background-color: transparent;
  color: inherit;
}
.general-wrapper .regular-form input[disabled]::selection {
  background-color: transparent;
  color: inherit;
}
.general-wrapper .regular-form input[type=radio],
.general-wrapper .regular-form input[type=checkbox] {
  height: auto;
  padding: 0;
}
.general-wrapper .regular-form input[type=file] {
  border: 0;
  height: 30px;
}
.general-wrapper .regular-form textarea {
  width: 100%;
  padding: 5px 10px;
  max-height: 100px;
}
@mwdia (max-width: 700px) {
  .general-wrapper .regular-form textarea {
    padding: 0 10px;
  }
}
.general-wrapper .regular-form select {
  height: 44px;
  padding: 0 7px;
  -webkit-border-radius: 0;
          border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.general-wrapper .regular-form .form-header {
  font-size: 18px;
  margin-bottom: 16px;
  font-weight: 400;
}
@media (max-width: 1180px) {
  .general-wrapper .regular-form .form-header {
    font-size: 16px;
  }
}
.general-wrapper .regular-form .form-line {
  margin-bottom: 20px;
}
@media (max-width: 550px) {
  .general-wrapper .regular-form .form-line {
    margin-bottom: 13px;
  }
}
.general-wrapper .regular-form .form-line.cells {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.general-wrapper .regular-form .form-line.cells .form-cell {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.general-wrapper .regular-form .form-line.cells .form-cell:not(:last-of-type) {
  padding-right: 20px;
}
.general-wrapper .regular-form .form-line.cells .form-label {
  padding-left: 10px;
}
.general-wrapper .regular-form .line-note {
  padding: 5px 15px;
  font-size: 13px;
  color: #555555;
}
.general-wrapper .regular-form .styled-radio {
  margin-bottom: 10px;
}
.general-wrapper .regular-form .form-label {
  font-size: 13px;
  margin-bottom: 5px;
  padding-right: 10px;
}
.general-wrapper .regular-form .form-label.required::after {
  content: " *";
  color: #E7313C;
}
.general-wrapper .regular-form .thank-you {
  text-align: center;
  margin-bottom: 30px;
}
.general-wrapper .regular-form .thank-you:hover .smile {
  -webkit-transform: scale(1.2) rotate(360deg);
      -ms-transform: scale(1.2) rotate(360deg);
          transform: scale(1.2) rotate(360deg);
}
.general-wrapper .regular-form .smile {
  -webkit-transition: -webkit-transform 0.33s;
  transition: -webkit-transform 0.33s;
  -o-transition: transform 0.33s;
  transition: transform 0.33s;
  transition: transform 0.33s, -webkit-transform 0.33s;
  width: 30px;
  height: 30px;
  display: inline-block;
  -webkit-background-size: cover;
          background-size: cover;
  margin-bottom: 15px;
  font-size: 0;
}
.general-wrapper .regular-form .accept-form-check {
  font-size: 13px;
  margin-bottom: 22px;
}
.general-wrapper .regular-form .submit-block {
  text-align: center;
  margin-bottom: 20px;
}
.general-wrapper .regular-form .calendar-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.general-wrapper .regular-form .calendar-box input {
  min-width: 100px;
}
.general-wrapper .regular-form .calendar-box .calendar-button {
  padding: 0 3px;
  font-size: 0;
}
@media (max-width: 400px) {
  .general-wrapper .regular-form .calendar-box .calendar-button {
    margin-right: 7px;
  }
}
.general-wrapper .regular-form .calendar-box .calendar-button::before {
  width: 20px;
  height: 20px;
  background-position: 50%;
}
.general-wrapper .regular-form .no-arrows-number[type=number]::-webkit-inner-spin-button,
.general-wrapper .regular-form .no-arrows-number[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
          appearance: none;
  margin: 0;
}
.general-wrapper .regular-slick-slider:not(.slick-initialized) {
  opacity: 0;
}
.general-wrapper .regular-slick-slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.general-wrapper .regular-slick-slider .slick-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.general-wrapper .regular-slick-slider .slider-item {
  margin: 10px 0;
  position: relative;
  border-right: 1px solid #e5e5e5;
  height: auto;
  outline: 0;
  cursor: pointer;
}
.general-wrapper .regular-slick-slider .slider-item:hover .street::before, .general-wrapper .regular-slick-slider .slider-item:hover .subway::before, .general-wrapper .regular-slick-slider .slider-item.active .street::before, .general-wrapper .regular-slick-slider .slider-item.active .subway::before {
  -webkit-filter: none;
          filter: none;
  opacity: 1;
}
@media (max-width: 620px) {
  .general-wrapper .regular-slick-slider .slider-item {
    border-right: 0;
  }
}
.general-wrapper .regular-slick-slider .slider-item-label {
  background-color: #D4DBE7;
  opacity: 0.8;
  font-size: 18px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px;
}
.general-wrapper .regular-slick-slider .slick-arrow {
  width: 81px;
  height: 81px;
  position: absolute;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.4);
  background-repeat: no-repeat;
  background-position: 48%;
  background-image: url(./../img/icons/arrow-left.svg);
  -webkit-border-radius: 50%;
          border-radius: 50%;
  font-size: 0;
  margin-top: -40px;
  -webkit-transition: opacity 0.33s;
  -o-transition: opacity 0.33s;
  transition: opacity 0.33s;
  z-index: 1;
}
.general-wrapper .regular-slick-slider .slick-arrow:not(.slick-disabled):hover {
  opacity: 1;
  background-color: rgba(255, 255, 255, 0.5);
}
.general-wrapper .regular-slick-slider .slick-arrow:not(.slick-disabled):active {
  background-color: rgba(255, 255, 255, 0.6);
}
@media (max-width: 1250px) {
  .general-wrapper .regular-slick-slider .slick-arrow {
    height: 40px;
    width: 40px;
    -webkit-background-size: 30% 30%;
            background-size: 30%;
  }
}
@media (max-width: 620px) {
  .general-wrapper .regular-slick-slider .slick-arrow {
    margin-top: -20px;
  }
}
.general-wrapper .regular-slick-slider .slick-prev {
  left: 10px;
}
@media (max-width: 1220px) {
  .general-wrapper .regular-slick-slider .slick-prev {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}
@media (max-width: 700px) {
  .general-wrapper .regular-slick-slider .slick-prev {
    margin-left: 10px;
  }
}
.general-wrapper .regular-slick-slider .slick-next {
  right: 10px;
  -webkit-transform: scale(-1, 1);
      -ms-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
@media (max-width: 1220px) {
  .general-wrapper .regular-slick-slider .slick-next {
    -webkit-transform: scale(-1, 1);
        -ms-transform: scale(-1, 1);
            transform: scale(-1, 1);
  }
}
@media (max-width: 700px) {
  .general-wrapper .regular-slick-slider .slick-next {
    margin-right: 10px;
    right: 0;
  }
}
.general-wrapper .regular-slick-slider .slick-disabled {
  opacity: 0.2;
  cursor: no-drop;
}
.general-wrapper .mfp-content figure img {
  padding-top: 0;
}
.general-wrapper .mfp-content .mfp-close {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  font-size: 0;
  padding: 20px;
  width: auto;
  height: auto;
  line-height: 1;
}
.general-wrapper .mfp-content .mfp-close:hover::before {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-filter: none;
          filter: none;
}
.general-wrapper .mfp-content .mfp-close::before {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
  background-position: 50%;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
.general-wrapper .regular-popup.active .popup-block {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.general-wrapper .regular-popup.active .popup-overlay {
  display: block;
}
.general-wrapper .regular-popup .popup-overlay {
  display: none;
}
.general-wrapper .regular-popup .popup-block {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 8;
  text-align: center;
  white-space: nowrap;
  font-size: 0;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
}
.general-wrapper .regular-popup .popup-block::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 100vh;
  vertical-align: middle;
}
.general-wrapper .regular-popup .popup-container {
  font-size: 14px;
  padding: 20px;
  background-color: #ffffff;
  color: #000000;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  z-index: 1;
}
.general-wrapper .popup-elements .popup-overlay {
  position: fixed;
  z-index: 1;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.general-wrapper .popup-elements .close-button {
  position: absolute;
  right: 0;
  top: 0;
  padding: 15px;
  cursor: pointer;
}
.general-wrapper .popup-elements .close-button::before {
  width: 25px;
  height: 25px;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
.general-wrapper .popup-elements .close-button:hover::before {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}
.general-wrapper .regular-tabs .tabs-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  margin-bottom: -1px;
  overflow: hidden;
  border-bottom: 1px solid #E5E5E5;
}
.general-wrapper .regular-tabs .tab-button {
  padding: 15px;
  white-space: nowrap;
  color: #707070;
  font-size: 16px;
  font-weight: 300;
  cursor: pointer;
  min-width: 130px;
  -webkit-transition: -webkit-transform 0.33s;
  transition: -webkit-transform 0.33s;
  -o-transition: transform 0.33s;
  transition: transform 0.33s;
  transition: transform 0.33s, -webkit-transform 0.33s;
}
@media (max-width: 400px) {
  .general-wrapper .regular-tabs .tab-button {
    padding: 10px;
    font-size: 14px;
  }
}
.general-wrapper .regular-tabs .tab-button.active {
  background-color: #555264;
  color: #ffffff;
  border: 0;
}
.general-wrapper .regular-tabs .tab-button:not(.active):active {
  background-color: rgba(85, 82, 100, 0.2);
  color: #555;
}
.general-wrapper .regular-tabs .tab-content-wrapper {
  margin-bottom: 50px;
}
.general-wrapper .regular-tabs .tab-content-wrapper:last-child .mobile-tab-button {
  border-bottom: 0;
}
.general-wrapper .regular-tabs .tab-content:not(.active) {
  display: none;
}
.general-wrapper .regular-tabs .tab-content-header {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #000000;
}
.general-wrapper .regular-tabs .tab-content-header.finish {
  font-size: 22px;
  color: #E7313C;
}
.general-wrapper .regular-tabs .mobile-tab-button,
.general-wrapper .minimal-tabs .mobile-tab-button {
  padding: 8px 20px 8px 10px;
  font-size: 14px;
  font-weight: 700;
  width: 100%;
  position: relative;
  text-transform: uppercase;
  border-bottom: 1px solid #E5E5E5;
  text-align: left;
}
@media (min-width: 721px) {
  .general-wrapper .regular-tabs .mobile-tab-button,
  .general-wrapper .minimal-tabs .mobile-tab-button {
    display: none;
  }
}
.general-wrapper .regular-tabs .mobile-tab-button::before,
.general-wrapper .minimal-tabs .mobile-tab-button::before {
  margin-left: 15px;
  width: 15px;
  height: 15px;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  position: absolute;
  right: 11px;
  top: 11px;
  opacity: 0.5;
}
.general-wrapper .minimal-tabs .tab-content-wrapper:last-child .mobile-tab-button {
  border-bottom: 0;
}
@media (max-width: 720px) {
  .general-wrapper .minimal-tabs .tabs-buttons {
    display: none;
  }
}
.general-wrapper .minimal-tabs .tab-content {
  max-width: 2000px;
}
@media (min-width: 721px) {
  .general-wrapper .minimal-tabs .tab-content:not(.active) {
    position: absolute;
    left: -10000px;
  }
}
@media (max-width: 720px) {
  .general-wrapper .minimal-tabs .tab-content {
    max-height: 0;
    overflow: hidden;
  }
}
.general-wrapper .minimal-tabs .mobile-tab-button.opened {
  color: #ffffff;
  background-color: #555264;
}
.general-wrapper .minimal-tabs .mobile-tab-button.opened::before {
  opacity: 1;
  -webkit-filter: invert(1);
          filter: invert(1);
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media (max-width: 720px) {
  .general-wrapper .minimal-tabs .mobile-tab-button.opened + .tab-content {
    max-height: 5000px;
    border-bottom: 1px solid #E5E5E5;
  }
}
.general-wrapper .call-back {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.general-wrapper .call-back-btn {
  position: fixed;
  z-index: 12;
  right: 111px;
  bottom: 33px;
  width: 100px;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(231, 49, 60, 0.2509803922);
          box-shadow: 0px 4px 4px 0px rgba(231, 49, 60, 0.2509803922);
  background-color: #E7313C;
  -webkit-border-radius: 100%;
          border-radius: 100%;
}
@media (max-width: 767.98px) {
  .general-wrapper .call-back-btn {
    width: 75px;
    height: 75px;
    right: 40px;
    bottom: 20px;
  }
  .general-wrapper .call-back-btn img {
    width: 37px;
  }
}
.general-wrapper .call-back-screen {
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 1;
  display: none;
  position: fixed;
  top: 0;
  z-index: 10;
}
.general-wrapper .call-back-screen.darkener {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 0.8;
}
.general-wrapper .call-back-popup {
  color: #fff;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  -o-transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  z-index: 16;
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  width: 404px;
  height: 100%;
  background-color: #555264;
  top: 0;
  padding: 30px 43px;
  overflow-y: auto;
}
@media (max-width: 425px) {
  .general-wrapper .call-back-popup {
    width: 100%;
    padding-inline: 30px;
    padding-top: 70px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}
.general-wrapper .call-back-popup.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
.general-wrapper .call-back-popup-close {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 29px;
  right: 34px;
}
.general-wrapper .call-back-popup-close__text {
  margin: 0;
}
.general-wrapper .call-back-popup-close__img {
  margin-left: 13px;
  max-height: 25px;
}
.general-wrapper .call-back-popup-wrap {
  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;
}
.general-wrapper .call-back-popup-wrap-operator-icon {
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  -webkit-border-radius: 100%;
          border-radius: 100%;
  background-color: #E7313C;
}
.general-wrapper .call-back-popup-wrap-operator-icon__img {
  padding: 20px;
}
.general-wrapper .call-back-popup-wrap-operator-call {
  font-size: 22px;
  text-align: center;
  font-weight: 500;
  margin-bottom: 27px;
  line-height: 1;
}
.general-wrapper .call-back-popup-wrap-operator-call.call-accepted {
  line-height: 34px;
}
.general-wrapper .call-back-popup-wrap-operator-call span {
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
}
.general-wrapper .call-back-popup-wrap-accepted-add {
  text-align: center;
  font-size: 16px;
}
.general-wrapper .call-back-popup-wrap .styled-checkbox {
  line-height: 1;
}
.general-wrapper .call-back-popup-wrap .styled-checkbox a {
  color: #fff;
}
.general-wrapper .call-back-popup-wrap-input {
  width: 100%;
  padding: 0 14px;
  height: 44px;
  margin-bottom: 24px;
  color: #000;
}
.general-wrapper .call-back-popup-wrap-input:focus {
  border: 1px solid #000;
  outline: 0;
  padding: 0 15px;
}
.general-wrapper .call-back-popup-wrap .call-me-back {
  margin-block: 17px 81px;
  padding-inline: 10px;
}
@media (max-width: 425px), (max-height: 785px) {
  .general-wrapper .call-back-popup-wrap .call-me-back {
    margin-bottom: 35px;
  }
}
.general-wrapper .call-back-popup-wrap .call-me-back.call-requested {
  margin-top: 25px;
  padding-inline: 39px;
}
.general-wrapper .call-back-popup-wrap .call-me-back::-webkit-input-placeholder {
  color: #fff;
}
.general-wrapper .call-back-popup-wrap .call-me-back::-moz-placeholder {
  color: #fff;
}
.general-wrapper .call-back-popup-wrap .call-me-back::-ms-input-placeholder {
  color: #fff;
}
.general-wrapper .call-back-popup-wrap .call-me-back::placeholder {
  color: #fff;
}
.general-wrapper .call-back-popup-wrap-dont-show {
  color: #fff;
  border-bottom: 1px dashed #fff;
}
.general-wrapper .call-back-popup-wrap-dont-show:hover {
  color: #fff;
  border: none;
}
.general-wrapper .call-back .info-filling {
  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;
}
.general-wrapper .call-back .request-accepted {
  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;
}

.datepickers-container .datepicker--day-name {
  color: #555264;
}
.datepickers-container .datepicker--cell.-selected- {
  background-color: #555264;
}
.datepickers-container .datepicker--cell.-selected-.-focus- {
  background-color: #555264;
}
.datepickers-container .datepicker--cell.-current- {
  color: #555264;
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}
@-webkit-keyframes rotateAnti {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(-359deg);
            transform: rotate(-359deg);
  }
}
@keyframes rotateAnti {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(-359deg);
            transform: rotate(-359deg);
  }
}
@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
            animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -2px, 0);
            transform: translate3d(0, -2px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
            animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -4px, 0);
            transform: translate3d(0, -4px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -1px, 0);
            transform: translate3d(0, -1px, 0);
  }
}
@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
            animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -2px, 0);
            transform: translate3d(0, -2px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
            animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -4px, 0);
            transform: translate3d(0, -4px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -1px, 0);
            transform: translate3d(0, -1px, 0);
  }
}
@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
            transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
            transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
            transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
            transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
            transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
            transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
            transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
            transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
            transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
            transform: rotate3d(0, 0, 1, 0deg);
  }
}
.general-wrapper .mfp-content {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.mfp-popup {
  background: #FFF;
  padding: 40px 70px;
  text-align: left;
  display: inline-block;
  max-width: calc(100% - 8px);
  margin: 40px auto;
  position: relative;
}
@media (max-width: 560px) {
  .mfp-popup {
    padding: 50px 35px 40px;
  }
}

.mfp-popup-md {
  max-width: min(660px, 100% - 8px);
}

.popup-form-callback {
  padding-left: 20px;
  padding-right: 20px;
  max-width: 500px;
}
@media (max-width: 560px) {
  .popup-form-callback {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.popup-form__title {
  font-weight: 400;
  font-size: 20px;
  text-align: center;
  margin-bottom: 15px;
}
.popup-form__buttons {
  margin-top: 25px;
  text-align: center;
}
.popup-form__buttons .button {
  text-transform: uppercase;
  font-size: 18px;
  padding: 7px 29px;
  line-height: 1.1;
  height: auto;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  outline: 0;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.mCustomScrollbar {
  -ms-touch-action: pinch-zoom;
  touch-action: pinch-zoom;
}
.mCustomScrollbar.mCS_no_scrollbar, .mCustomScrollbar.mCS_touch_action {
  -ms-touch-action: auto;
  touch-action: auto;
}

.mCustomScrollBox {
  position: relative;
  overflow: hidden;
  height: 100%;
  max-width: 100%;
  outline: none;
  direction: ltr;
}

.mCSB_container {
  overflow: hidden;
  width: auto;
  height: auto;
}

.mCSB_inside > .mCSB_container {
  margin-right: 30px;
}

.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_container {
  margin-right: 0;
  margin-left: 30px;
}
.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-left: 0;
}

.mCSB_scrollTools {
  position: absolute;
  width: 16px;
  height: auto;
  left: auto;
  top: 0;
  right: 0;
  bottom: 0;
}

.mCSB_outside + .mCSB_scrollTools {
  right: -26px;
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools {
  right: auto;
  left: 0;
}
.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  right: auto;
  left: 0;
  left: -26px;
}

.mCSB_scrollTools .mCSB_draggerContainer {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto;
}
.mCSB_scrollTools a + .mCSB_draggerContainer {
  margin: 20px 0;
}
.mCSB_scrollTools .mCSB_draggerRail {
  width: 2px;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 16px;
  border-radius: 16px;
}
.mCSB_scrollTools .mCSB_dragger {
  cursor: pointer;
  width: 100%;
  height: 30px;
  z-index: 1;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  position: relative;
  width: 4px;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 16px;
  border-radius: 16px;
  text-align: center;
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 12px;
}
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 8px;
}

.mCSB_scrollTools .mCSB_buttonUp {
  display: block;
  position: absolute;
  height: 20px;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
}
.mCSB_scrollTools .mCSB_buttonDown {
  display: block;
  position: absolute;
  height: 20px;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
  bottom: 0;
}

.mCSB_horizontal.mCSB_inside > .mCSB_container {
  margin-right: 0;
  margin-bottom: 30px;
}
.mCSB_horizontal.mCSB_outside > .mCSB_container {
  min-height: 100%;
}
.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  width: auto;
  height: 16px;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
}

.mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: -26px;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer {
  margin: 0 20px;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 2px;
  margin: 7px 0;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 30px;
  height: 100%;
  left: 0;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto;
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 12px;
  margin: 2px auto;
}
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 8px;
  margin: 4px 0;
}

.mCSB_scrollTools {
  -webkit-transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft, .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  display: block;
  position: absolute;
  width: 20px;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
  left: 0;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  right: 0;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCSB_scrollTools .mCSB_buttonUp, .mCSB_scrollTools .mCSB_buttonDown, .mCSB_scrollTools .mCSB_buttonLeft, .mCSB_scrollTools .mCSB_buttonRight {
  -webkit-transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail {
  -webkit-transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s, margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s, margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -o-transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s, margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s, margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s, margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s, margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar, .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail {
  -webkit-transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s, margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s, margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -o-transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s, margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s, margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s, margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s, margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.4);
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
}

.calculator-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px 40px;
}
@media (max-width: 1023px) {
  .calculator-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 560px) {
  .calculator-list {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 40px;
  }
}
.calculator-list__item {
  min-width: 0;
}

.calculator-card {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.calculator-card__picture {
  margin-bottom: 10px;
}
.calculator-card__picture img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.calculator-card__body {
  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;
}
.calculator-card__name {
  font-size: 18px;
  font-weight: 600;
  color: #000;
  margin-bottom: 10px;
}
.calculator-card__bottom {
  margin-top: auto;
}

.b-action-btn {
  --icon: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 6px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #6C6A79;
  --btn-color: #6C6A79;
  --icon-color: #6C6A79;
}
.b-action-btn__text {
  color: inherit;
  font-size: 13px;
}

.general-wrapper .b-action-btn {
  color: var(--btn-color);
}

.b-action-btn:hover {
  --icon-bg: #F4F4F4;
}

.b-action-btn.active {
  --icon-bg: var(--accent);
  --icon-color: #fff;
  color: var(--accent);
}

.b-action-btn-icon {
  color: var(--icon-color);
  width: 30px;
  height: 30px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-border-radius: 99rem;
          border-radius: 99rem;
  background-color: var(--icon-bg, rgba(255, 255, 255, 0.7));
}

.b-action-btn-icon::after {
  content: "";
  width: 18px;
  height: 18px;
  -webkit-mask-image: var(--icon);
  mask-image: var(--icon);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: currentColor;
  -webkit-mask-position: center;
}

.b-action-btn-fav {
  --icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='14' fill='none' viewBox='0 0 16 14'%3E%3Cpath fill='%236C6A79' d='M10.039.357a4.37 4.37 0 0 1 2.764-.233c.922.224 1.739.741 2.319 1.469.58.727.89 1.623.878 2.54 0 .574-.125 1.141-.365 1.666l-.095.193c-.234.447-.55.849-.935 1.187L7.99 13.44 1.425 7.253a4.147 4.147 0 0 1-1.216-1.81L.121 5.14a4.024 4.024 0 0 1 .16-2.454A4.168 4.168 0 0 1 1.588.937L1.848.75A4.415 4.415 0 0 1 4.275.005a4.37 4.37 0 0 1 2.186.594c.66.385 1.198.937 1.558 1.595A4.157 4.157 0 0 1 9.721.511l.318-.154Zm2.433 1.127a2.969 2.969 0 0 0-1.876.159A2.775 2.775 0 0 0 9.25 2.86L8.027 5.123 6.792 2.866a2.774 2.774 0 0 0-1.037-1.058 2.97 2.97 0 0 0-1.478-.403 3.013 3.013 0 0 0-1.65.506A2.784 2.784 0 0 0 1.584 3.2a2.624 2.624 0 0 0-.104 1.602c.116.465.36.897.708 1.25l.157.145.02.019.02.02 5.603 5.279 5.675-5.37.019-.016c.293-.258.524-.57.681-.912.157-.343.237-.712.238-1.083v-.017a2.593 2.593 0 0 0-.573-1.65 2.845 2.845 0 0 0-1.555-.982Z'/%3E%3C/svg%3E");
}

.b-action-btn-compare {
  --icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='15' fill='none' viewBox='0 0 14 15'%3E%3Cpath fill='%236C6A79' d='M8.103 14.065a1 1 0 0 0 .892-.893L9 13.07V8.374a1 1 0 0 0-.897-.994L8 7.374H6a1 1 0 0 0-1 1v4.696a1 1 0 0 0 .897.995L6 14.07h2l.103-.005ZM7.6 12.67H6.4V8.774h1.2v3.896Zm5 0h-1.2V5.427h1.2v7.243ZM2.6 1.445v11.2l-1.2-.021v-11.2l1.2.021ZM.005 13.118a1 1 0 0 0 .977.9l2 .034.104-.003A1 1 0 0 0 4 13.053v-12a1 1 0 0 0-.982-1l-2-.035a1 1 0 0 0-1.018 1v12l.005.1ZM10 13.07l.005.102a1 1 0 0 0 .893.893l.102.005h2l.102-.005a1 1 0 0 0 .893-.893L14 13.07V5.026a1 1 0 0 0-.898-.995L13 4.026h-2a1 1 0 0 0-1 1v8.044Z'/%3E%3C/svg%3E");
}

.b-action-btn-share {
  --icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='17' fill='none' viewBox='0 0 15 17'%3E%3Cpath fill='%23777' d='M3.128 6.439 13.719 1.07l.671 1.324L3.799 7.762 3.128 6.44Z'/%3E%3Cpath fill='%236C6A79' d='m13.72 1.071.67 1.324L3.799 7.762 3.128 6.44 13.719 1.07Z'/%3E%3Cpath fill='%23777' d='m3.128 9.895 10.591 5.367.671-1.323L3.799 8.57l-.671 1.324Z'/%3E%3Cpath fill='%236C6A79' d='m13.72 15.262.67-1.323L3.799 8.57l-.671 1.324 10.591 5.367Z'/%3E%3Cpath fill='%23777' d='m3.214 9.529 7.658 3.85.481-.957-7.657-3.85-.482.957Z'/%3E%3Cpath fill='%236C6A79' d='m10.872 13.38.481-.958-7.657-3.85-.482.957 7.658 3.85Z'/%3E%3Cpath fill='%23777' d='M5.357 8.036a2.679 2.679 0 1 1-5.357 0 2.679 2.679 0 0 1 5.357 0Z'/%3E%3Cpath fill='%236C6A79' d='M4.357 8.036A1.679 1.679 0 1 0 2.68 9.715v1l-.275-.014a2.68 2.68 0 0 1-2.39-2.392L0 8.036c0-1.48 1.2-2.679 2.679-2.679l.273.014a2.679 2.679 0 0 1 2.405 2.665l-.013.273a2.68 2.68 0 0 1-2.665 2.405v-1a1.68 1.68 0 0 0 1.678-1.678Z'/%3E%3Cpath fill='%23777' d='M15 2.679a2.679 2.679 0 1 1-5.357 0 2.679 2.679 0 0 1 5.357 0Z'/%3E%3Cpath fill='%236C6A79' d='M14 2.679a1.679 1.679 0 1 0-1.678 1.678v1l-.275-.013a2.68 2.68 0 0 1-2.39-2.392l-.014-.273c0-1.48 1.2-2.679 2.678-2.679l.274.014A2.68 2.68 0 0 1 15 2.679l-.013.273a2.68 2.68 0 0 1-2.666 2.405v-1c.928 0 1.68-.751 1.68-1.678Z'/%3E%3Cpath fill='%23777' d='M15 13.393a2.679 2.679 0 1 1-5.357 0 2.679 2.679 0 0 1 5.357 0Z'/%3E%3Cpath fill='%236C6A79' d='M14 13.393a1.679 1.679 0 1 0-1.678 1.679v1l-.275-.014a2.68 2.68 0 0 1-2.39-2.392l-.014-.273c0-1.48 1.2-2.679 2.678-2.679l.274.014A2.68 2.68 0 0 1 15 13.393l-.013.273a2.68 2.68 0 0 1-2.666 2.405v-1c.928 0 1.68-.751 1.68-1.678Z'/%3E%3C/svg%3E");
}

.b-ya-share {
  position: relative;
  min-height: 100%;
  min-height: 100%;
  width: 0;
  float: right;
  z-index: 10;
}
.b-ya-share:not(.active) {
  display: none;
}
.b-ya-share.to-left {
  float: left;
}
.b-ya-share.to-left > .ya-share2 {
  right: auto;
  left: auto;
}
.b-ya-share > .ya-share2 {
  position: absolute;
  right: 0;
  top: 100%;
  background: #fff;
  padding: 8px 12px;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 1px 17px 1px, rgba(0, 0, 0, 0.16) 0 0 4px;
          box-shadow: rgba(0, 0, 0, 0.1) 0 1px 17px 1px, rgba(0, 0, 0, 0.16) 0 0 4px;
}
.b-ya-share .ya-share2__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
}

.b-lightbox-container {
  width: min(900px, 100vw);
  padding: 20px 20px;
  height: auto;
  height: 100svh;
  max-height: 900px;
  background: #fff;
  margin: auto;
  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: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  position: relative;
}

.b-lightbox-slider {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  height: 0;
}
.b-lightbox-slider:Hover .slick-arrow {
  opacity: 1;
}
.b-lightbox-slider .slick-arrow {
  position: absolute;
  top: 50%;
  margin: auto;
  width: 60px;
  height: 60px;
  z-index: 20;
  opacity: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.2);
  border: 0;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: transparent;
  --icon-size: 40px;
}
.b-lightbox-slider .slick-arrow:after {
  content: "";
  width: var(--icon-size, 32px);
  height: var(--icon-size, 32px);
  position: absolute;
  inset: 0;
  margin: auto;
  background-image: var(--icon);
  background-repeat: no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
}
.b-lightbox-slider .slick-arrow:Hover {
  background: rgba(0, 0, 0, 0.3);
}
.b-lightbox-slider .slick-arrow.slick-prev {
  left: 0;
  --icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M16.243 6.343L14.828 4.93L7.758 12l7.07 7.071l1.415-1.414L10.586 12z'/%3E%3C/svg%3E");
}
.b-lightbox-slider .slick-arrow.slick-next {
  right: 0;
  --icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M10.586 6.343L12 4.93L19.071 12L12 19.071l-1.414-1.414L16.243 12z'/%3E%3C/svg%3E");
}
.b-lightbox-slider .slick-arrow.slick-next:after {
  left: -4px;
}
.b-lightbox-slider .slick-list,
.b-lightbox-slider .slick-track {
  height: 100%;
}
.b-lightbox-slide {
  height: 100%;
  padding: 24px;
}
.b-lightbox-slide-img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
.b-lightbox-slide__inner {
  min-width: 100px;
  min-height: 100px;
  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;
}
.b-lightbox-slider__nav {
  margin-top: 16px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.b-lightbox-slider__nav .slick-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 40px;
  z-index: 20;
  background: rgba(0, 0, 0, 0.2);
  border: 0;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: transparent;
}
.b-lightbox-slider__nav .slick-arrow:after {
  content: "";
  width: var(--icon-size, 32px);
  height: var(--icon-size, 32px);
  position: absolute;
  inset: 0;
  margin: auto;
  background-image: var(--icon);
  background-repeat: no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
}
.b-lightbox-slider__nav .slick-arrow:Hover {
  background: rgba(0, 0, 0, 0.3);
}
.b-lightbox-slider__nav .slick-arrow.slick-prev {
  left: 0;
  --icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M16.243 6.343L14.828 4.93L7.758 12l7.07 7.071l1.415-1.414L10.586 12z'/%3E%3C/svg%3E");
}
.b-lightbox-slider__nav .slick-arrow.slick-next {
  right: 0;
  --icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M10.586 6.343L12 4.93L19.071 12L12 19.071l-1.414-1.414L16.243 12z'/%3E%3C/svg%3E");
}
.b-lightbox-slider__nav .slick-arrow.slick-disabled {
  visibility: hidden;
}
.b-lightbox-slider__nav .slick-list,
.b-lightbox-slider__nav .slick-track {
  height: 100%;
}
.b-lightbox-slider__nav-item {
  padding: 8px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.b-lightbox-slider__nav-item.active img {
  border-color: #E7313C;
}
.b-lightbox-slider__nav-item:hover img {
  border-color: rgba(231, 49, 60, 0.5);
}
.b-lightbox-slider__nav img {
  width: 100%;
  aspect-ratio: 1;
  -o-object-fit: contain;
     object-fit: contain;
  border: 2px solid transparent;
}

.main-wrapper .section-catalog .catalog-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.main-wrapper .section-catalog .cell-actions .button.active,
.main-wrapper .section-catalog .button-box .button.active {
  background-color: #555264;
  border-color: #555264;
}
.main-wrapper .section-catalog .cell-actions .button.active:hover, .main-wrapper .section-catalog .cell-actions .button.active:active, .main-wrapper .section-catalog .cell-actions .button.active:focus,
.main-wrapper .section-catalog .button-box .button.active:hover,
.main-wrapper .section-catalog .button-box .button.active:active,
.main-wrapper .section-catalog .button-box .button.active:focus {
  outline: none;
}
.main-wrapper .catalog-box {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
  margin-bottom: 30px;
}
.main-wrapper .filter-wrapper .filter-button {
  background-color: #E5E5E5;
  padding: 10px 0;
  color: #000000;
  margin-bottom: 15px;
  position: relative;
  width: 100%;
  text-align: left;
  font-weight: 500;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 1261px) {
  .main-wrapper .filter-wrapper .filter-button {
    display: none;
  }
}
.main-wrapper .filter-wrapper .filter-button::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: -50vw;
  right: -50vw;
  top: 0;
  bottom: 0;
  background-color: #E5E5E5;
  z-index: -1;
}
.main-wrapper .filter-wrapper .filter-button::after {
  width: 16px;
  height: 16px;
  opacity: 0.5;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.main-wrapper .filter-wrapper .filter-checker {
  display: none;
}
.main-wrapper .filter-wrapper .filter-checker:checked ~ .catalog-filter {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
.main-wrapper .filter-wrapper .filter-checker:checked ~ .filter-overlay {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-filter: opacity(1);
          filter: opacity(1);
  opacity: 1;
}
.main-wrapper .filter-wrapper .filter-overlay {
  position: fixed;
  z-index: 7;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-filter: opacity(0);
          filter: opacity(0);
  -webkit-transition: -webkit-filter 0.33s;
  transition: -webkit-filter 0.33s;
  -o-transition: filter 0.33s;
  transition: filter 0.33s;
  transition: filter 0.33s, -webkit-filter 0.33s;
}
@media (min-width: 1261px) {
  .main-wrapper .filter-wrapper .filter-overlay {
    display: none;
  }
}
@media (min-width: 1261px) {
  .main-wrapper .filter-wrapper .close-button {
    display: none;
  }
}
.main-wrapper .filter-wrapper .catalog-filter {
  background-color: #E5E5E5;
  margin-bottom: 20px;
}
@media (max-width: 1260px) {
  .main-wrapper .filter-wrapper .catalog-filter {
    position: fixed;
    z-index: 8;
    overflow: auto;
    top: 0;
    left: 0;
    bottom: 0;
    margin-bottom: 0;
    background-color: #fff;
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transition: -webkit-transform 0.33s;
    transition: -webkit-transform 0.33s;
    -o-transition: transform 0.33s;
    transition: transform 0.33s;
    transition: transform 0.33s, -webkit-transform 0.33s;
  }
}
@media (max-width: 1024px) {
  .main-wrapper .filter-wrapper .catalog-filter {
    right: 0;
    padding-right: 140px;
  }
}
@media (max-width: 750px) {
  .main-wrapper .filter-wrapper .catalog-filter {
    padding-right: 100px;
  }
}
@media (max-width: 540px) {
  .main-wrapper .filter-wrapper .catalog-filter {
    padding-right: 0;
  }
}
.main-wrapper .filter-wrapper .filter-box {
  padding: 20px;
}
@media (max-width: 1260px) {
  .main-wrapper .filter-wrapper .filter-box {
    padding-left: 120px;
    width: 600px;
  }
}
@media (max-width: 1024px) {
  .main-wrapper .filter-wrapper .filter-box {
    position: relative;
    width: auto;
    padding-left: 140px;
  }
}
@media (max-width: 750px) {
  .main-wrapper .filter-wrapper .filter-box {
    padding-left: 100px;
  }
}
@media (max-width: 540px) {
  .main-wrapper .filter-wrapper .filter-box {
    padding-left: 0;
    margin-left: auto;
    margin-right: auto;
    width: 300px;
  }
}
.main-wrapper .filter-wrapper .filter-box .select2-dropdown {
  z-index: 9;
}
.main-wrapper .filter-wrapper .form-line.cells:not(:first-of-type) .form-cell {
  border-top: 1px solid #BEBEBE;
}
.main-wrapper .filter-wrapper .form-body {
  margin-bottom: 15px;
}
.main-wrapper .filter-wrapper .filter-elements {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 100%;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
@media (min-width: 1261px) {
  .main-wrapper .filter-wrapper .filter-elements {
    margin-right: -20px;
  }
}
@media (max-width: 1260px) {
  .main-wrapper .filter-wrapper .filter-elements {
    display: block;
    width: 240px;
  }
}
@media (min-width: 1261px) {
  .main-wrapper .filter-wrapper .filter-elements.small .filter-element {
    width: 25%;
    min-width: 25%;
  }
}
.main-wrapper .filter-wrapper .filter-element {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 20%;
  min-width: 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 15px;
  padding-bottom: 0px;
  margin-bottom: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 1261px) {
  .main-wrapper .filter-wrapper .filter-element {
    padding-right: 20px;
  }
}
@media (max-width: 1260px) {
  .main-wrapper .filter-wrapper .filter-element {
    padding: 0;
    width: 100%;
    max-width: 100%;
  }
}
.main-wrapper .filter-wrapper .filter-element input[type=text],
.main-wrapper .filter-wrapper .filter-element select {
  height: 30px;
}
.main-wrapper .filter-wrapper .select2-filter {
  overflow: hidden;
  color: transparent;
}
@media (min-width: 1261px) {
  .main-wrapper .filter-wrapper .dates-range {
    width: auto;
    min-width: 0;
    max-width: 35%;
  }
}
.main-wrapper .filter-wrapper .dates-range .form-label {
  padding-left: 10px;
}
@media (max-width: 750px) {
  .main-wrapper .filter-wrapper .dates-range .form-label {
    padding-left: 0;
  }
}
.main-wrapper .filter-wrapper .dates-range .form-element {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main-wrapper .filter-wrapper .dates-range .box-label {
  padding: 0 7px;
}
@media (max-width: 400px) {
  .main-wrapper .filter-wrapper .dates-range .box-label {
    padding-left: 0;
  }
}
.main-wrapper .filter-wrapper .mobile-select {
  display: none;
}
@media (max-width: 1023px) {
  .main-wrapper .filter-wrapper .mobile-select {
    display: block;
  }
}
@media (max-width: 1023px) {
  .main-wrapper .filter-wrapper .checked-select {
    display: none;
  }
}
.main-wrapper .filter-wrapper .checked-select .select2-container {
  width: 100%;
}
.main-wrapper .filter-wrapper .checked-select .select2-container--default .select2-selection--multiple {
  -webkit-border-radius: 0;
          border-radius: 0;
  border: 1px solid #E5E5E5;
  min-height: 30px;
}
.main-wrapper .filter-wrapper .checked-select .select2-container--default.select2-container--focus .select2-selection--multiple {
  border-color: #555264;
}
.main-wrapper .filter-wrapper .checked-select .select2-container--default .select2-search--inline .select2-search__field {
  height: auto;
}
.main-wrapper .filter-wrapper .results-counter {
  font-size: 15px;
  color: #ffffff;
  padding: 5px 10px;
  background-color: rgba(85, 82, 100, 0.5);
  position: absolute;
  height: 100%;
  left: 100%;
  margin-left: 8px;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: normal;
}
.main-wrapper .filter-wrapper .results-counter:hover {
  background-color: rgba(85, 82, 100, 0.7);
}
.main-wrapper .filter-wrapper .results-counter:hover::before {
  border-color: transparent rgba(85, 82, 100, 0.7) transparent transparent;
}
.main-wrapper .filter-wrapper .results-counter::before {
  content: "";
  display: block;
  position: absolute;
  right: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7.5px 8px 7.5px 0;
  border-color: transparent rgba(85, 82, 100, 0.5) transparent transparent;
}
.main-wrapper .filter-wrapper .filter-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
@media (max-width: 1260px) {
  .main-wrapper .filter-wrapper .filter-actions {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.main-wrapper .filter-wrapper .submit-block {
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media (max-width: 1260px) {
  .main-wrapper .filter-wrapper .submit-block {
    margin-bottom: 20px;
  }
}
@media (min-width: 1261px) {
  .main-wrapper .filter-wrapper .filter-expander {
    position: absolute;
    left: 0;
    bottom: 0;
  }
}
@media (max-width: 1260px) {
  .main-wrapper .filter-wrapper .filter-expander {
    width: 100%;
    margin-bottom: 30px;
  }
}
.main-wrapper .filter-wrapper .filter-expand-button {
  color: #555264;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.main-wrapper .filter-wrapper .filter-expand-button::before {
  width: 25px;
  height: 25px;
  min-width: 25px;
  margin-right: 10px;
  -webkit-transition: -webkit-transform 0.33s;
  transition: -webkit-transform 0.33s;
  -o-transition: transform 0.33s;
  transition: transform 0.33s;
  transition: transform 0.33s, -webkit-transform 0.33s;
}
.main-wrapper .filter-wrapper .filter-expand-button:hover {
  opacity: 0.9;
}
.main-wrapper .filter-wrapper .filter-expand-button.active {
  opacity: 1;
}
.main-wrapper .filter-wrapper .filter-expand-button.minimize {
  display: none;
}
.main-wrapper .filter-wrapper .special-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.main-wrapper .filter-wrapper .checker-instock {
  margin-bottom: 0;
  position: absolute;
  left: 75%;
  top: 2px;
  white-space: nowrap;
}
@media (max-width: 1260px) {
  .main-wrapper .filter-wrapper .checker-instock {
    position: static;
    width: 100%;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    margin-bottom: 10px;
  }
}
.main-wrapper .filter-wrapper .checker-instock input[type=checkbox]:checked ~ label {
  color: #555264;
}
.main-wrapper .filter-wrapper .checker-instock label {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main-wrapper .filter-wrapper .checker-instock label::before {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  margin-left: 10px;
  background-color: #fff;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 14 15'%3E%3Cdefs%3E%3Cpath id='a' d='M0 .2h14v14H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cg clip-path='url(%23b)'%3E%3Cpath d='M.2 7.8c-.1-.1-.2-.3-.2-.4 0-.1.1-.3.2-.4l.8-.8c.1-.2.5-.2.7.1l.1.1 3 3.2c.1.1.3.1.4 0L12.3 2h.1c.2-.2.5-.2.8 0l.8.8c.2.2.2.5 0 .8l-8.6 8.9c-.1.1-.2.2-.4.2s-.3-.1-.4-.2L.3 7.9l-.1-.1z' fill='%23E7313C'/%3E%3C/g%3E%3C/svg%3E");
}
.main-wrapper .filter-wrapper .checker-instock label span {
  font-size: 15px;
  font-weight: 500;
}
.main-wrapper .filter-wrapper .refresh-button {
  color: #555264;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 1261px) {
  .main-wrapper .filter-wrapper .refresh-button {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 100%;
  }
}
@media (max-width: 1260px) {
  .main-wrapper .filter-wrapper .refresh-button {
    width: 100%;
    margin-bottom: 30px;
  }
}
.main-wrapper .filter-wrapper .refresh-button::before {
  width: 25px;
  height: 25px;
  min-width: 25px;
  margin-right: 10px;
  -webkit-transform-origin: 50% 55%;
      -ms-transform-origin: 50% 55%;
          transform-origin: 50% 55%;
  vertical-align: middle;
  margin-top: -3px;
  -webkit-transition: -webkit-transform 0.33s;
  transition: -webkit-transform 0.33s;
  -o-transition: transform 0.33s;
  transition: transform 0.33s;
  transition: transform 0.33s, -webkit-transform 0.33s;
}
.main-wrapper .filter-wrapper .refresh-button:hover {
  opacity: 0.9;
}
.main-wrapper .filter-wrapper .refresh-button:hover::before {
  -webkit-transform: rotate(-35deg);
      -ms-transform: rotate(-35deg);
          transform: rotate(-35deg);
}
.main-wrapper .filter-wrapper .refresh-button.active {
  opacity: 1;
}
.main-wrapper .filter-wrapper .additional-filter {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.7s;
  -o-transition: opacity 0.7s;
  transition: opacity 0.7s;
}
.main-wrapper .filter-wrapper .expand-filter-checkbox {
  position: absolute;
  left: -10000px;
}
.main-wrapper .filter-wrapper .expand-filter-checkbox:checked ~ .form-body .additional-filter {
  max-height: 3000px;
  opacity: 1;
}
.main-wrapper .filter-wrapper .expand-filter-checkbox:checked ~ .filter-actions .filter-expand-button.maximize {
  display: none;
}
.main-wrapper .filter-wrapper .expand-filter-checkbox:checked ~ .filter-actions .filter-expand-button:not(.maximize) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.main-wrapper .collapsing-categories {
  margin-bottom: 50px;
}
@media (min-width: 1601px) {
  .main-wrapper .collapsing-categories.active .categories-grid.smaller .grid-item:nth-child(n+5) {
    display: none;
  }
}
.main-wrapper .collapsing-categories.active .categories-grid .grid-item:nth-child(n+7) {
  display: none;
}
@media (max-width: 1600px) {
  .main-wrapper .collapsing-categories.active .categories-grid .grid-item:nth-child(n+6) {
    display: none;
  }
}
@media (max-width: 1023px) {
  .main-wrapper .collapsing-categories.active .categories-grid .grid-item:nth-child(n+4) {
    display: none;
  }
}
@media (max-width: 540px) {
  .main-wrapper .collapsing-categories.active .categories-grid .grid-item:nth-child(n+3) {
    display: none;
  }
}
@media (max-width: 380px) {
  .main-wrapper .collapsing-categories.active .categories-grid .grid-item:nth-child(n+2) {
    display: none;
  }
}
.main-wrapper .collapsing-categories.active .button-line span:last-child {
  display: none;
}
.main-wrapper .collapsing-categories.active .collapse-button::before {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.main-wrapper .collapsing-categories:not(.active) .button-line span:first-child {
  display: none;
}
.main-wrapper .collapsing-categories .categories-grid {
  margin-bottom: 0;
}
.main-wrapper .collapsing-categories .button-line {
  text-align: center;
  display: none;
}
.main-wrapper .collapsing-categories .button-line.active {
  display: block;
}
.main-wrapper .collapsing-categories .collapse-button {
  background-color: transparent;
  border: 0;
  color: #555264;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  line-height: normal;
  height: auto;
}
.main-wrapper .collapsing-categories .collapse-button:hover {
  outline: 0;
}
.main-wrapper .collapsing-categories .collapse-button::before {
  width: 18px;
  min-width: 18px;
  height: 18px;
  margin-right: 10px;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.main-wrapper .categories-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: 1px;
  margin-right: -5px;
  margin-bottom: 50px;
}
@media (min-width: 1601px) {
  .main-wrapper .categories-grid.smaller .grid-item {
    width: 25%;
  }
}
.main-wrapper .categories-grid .grid-item {
  width: 16.66%;
  min-width: 16.66%;
  border: 1px solid #cccccc;
  padding: 15px;
  margin-left: -1px;
  margin-bottom: -1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 1600px) {
  .main-wrapper .categories-grid .grid-item {
    width: 20%;
  }
}
@media (max-width: 1023px) {
  .main-wrapper .categories-grid .grid-item {
    width: 33.33%;
  }
}
@media (max-width: 540px) {
  .main-wrapper .categories-grid .grid-item {
    width: 50%;
  }
}
@media (max-width: 380px) {
  .main-wrapper .categories-grid .grid-item {
    width: 100%;
  }
}
.main-wrapper .categories-grid .grid-item:hover .item-image img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
  opacity: 1;
}
.main-wrapper .categories-grid .item-image {
  height: 140px;
  width: 100%;
  margin-bottom: 25px;
  display: block;
}
.main-wrapper .categories-grid .item-image img {
  opacity: 0.92;
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.main-wrapper .categories-grid .item-title {
  font-size: 16px;
  margin-bottom: 7px;
  display: inline-block;
  color: #555264;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media (max-width: 750px) {
  .main-wrapper .categories-grid .item-title {
    font-size: 14px;
  }
}
.main-wrapper .categories-grid .item-price {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 15px;
}
.main-wrapper .categories-grid .item-price .price-label {
  font-size: 16px;
}
.main-wrapper .categories-grid .item-price .price-value {
  font-weight: 500;
}
.main-wrapper .categories-grid .products-quantity {
  font-size: 13px;
  color: #777777;
}
.main-wrapper .catalog-items {
  max-width: 100%;
}
.main-wrapper .catalog-items .items-actions,
.main-wrapper .catalog-items .items-sorter,
.main-wrapper .catalog-items .change-view {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main-wrapper .catalog-items .items-actions {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  padding-bottom: 18px;
  border-bottom: 1px solid #000;
  margin-bottom: 18px;
  position: relative;
}
@media (max-width: 750px) {
  .main-wrapper .catalog-items .items-actions {
    -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;
  }
}
.main-wrapper .catalog-items .checker-instock {
  margin-bottom: 0;
  position: absolute;
  left: 65%;
  top: 9px;
  white-space: nowrap;
}
@media (max-width: 1440px) {
  .main-wrapper .catalog-items .checker-instock {
    left: 62%;
  }
}
@media (max-width: 1023px) {
  .main-wrapper .catalog-items .checker-instock {
    left: 45%;
  }
}
@media (max-width: 750px) {
  .main-wrapper .catalog-items .checker-instock {
    position: static;
    margin-top: 15px;
  }
}
@media (max-width: 540px) {
  .main-wrapper .catalog-items .checker-instock {
    margin-top: 0;
  }
}
.main-wrapper .catalog-items .checker-instock input[type=checkbox]:checked ~ label {
  color: #555264;
}
.main-wrapper .catalog-items .checker-instock label {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main-wrapper .catalog-items .checker-instock label::before {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  margin-left: 10px;
  background-color: #fff;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 14 15'%3E%3Cdefs%3E%3Cpath id='a' d='M0 .2h14v14H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cg clip-path='url(%23b)'%3E%3Cpath d='M.2 7.8c-.1-.1-.2-.3-.2-.4 0-.1.1-.3.2-.4l.8-.8c.1-.2.5-.2.7.1l.1.1 3 3.2c.1.1.3.1.4 0L12.3 2h.1c.2-.2.5-.2.8 0l.8.8c.2.2.2.5 0 .8l-8.6 8.9c-.1.1-.2.2-.4.2s-.3-.1-.4-.2L.3 7.9l-.1-.1z' fill='%23E7313C'/%3E%3C/g%3E%3C/svg%3E");
}
.main-wrapper .catalog-items .checker-instock label span {
  font-size: 15px;
  font-weight: 500;
}
@media (max-width: 1023px) {
  .main-wrapper .catalog-items .items-range {
    display: none;
  }
}
@media (max-width: 540px) {
  .main-wrapper .catalog-items .change-view {
    margin-bottom: 20px;
  }
  .main-wrapper .catalog-items .change-view .view-label {
    display: none;
  }
}
.main-wrapper .catalog-items .view-button {
  background-color: #E5E5E5;
  padding: 7px 15px;
  white-space: nowrap;
}
.main-wrapper .catalog-items .view-button:not(.active) {
  color: #555264;
  text-decoration: underline;
  background-color: transparent;
}
.main-wrapper .catalog-items .view-button:not(.active):hover {
  background-color: #555264;
  color: #ffffff;
  text-decoration: none;
}
.main-wrapper .catalog-items .sorter-label,
.main-wrapper .catalog-items .view-label {
  margin-right: 10px;
}
@media (max-width: 400px) {
  .main-wrapper .catalog-items .sorter-label {
    display: none;
  }
}
@media (max-width: 400px) {
  .main-wrapper .catalog-items .items-sorter {
    width: 100%;
  }
}
.main-wrapper .catalog-items .item-availability .availability-value {
  padding-top: 5px;
  font-size: 13px;
}
.main-wrapper .catalog-items .catalog-item {
  padding: 15px;
  border: 1px solid #cccccc;
  margin-bottom: 18px;
  position: relative;
  z-index: 0;
  min-height: 220px;
}
@media (max-width: 1023px) {
  .main-wrapper .catalog-items .catalog-item {
    padding: 10px;
  }
}
.main-wrapper .catalog-items .catalog-item.compact {
  min-height: 140px;
}
.main-wrapper .catalog-items .catalog-item.compact .item-image {
  height: 110px;
  -o-object-position: 0 0;
     object-position: 0 0;
}
.main-wrapper .catalog-items .catalog-item .item-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media (max-width: 750px) {
  .main-wrapper .catalog-items .catalog-item .item-top {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.main-wrapper .catalog-items .catalog-item .image-wrapper {
  width: 218px;
  min-width: 218px;
  margin-right: 10px;
  position: relative;
}
@media (max-width: 1023px) {
  .main-wrapper .catalog-items .catalog-item .image-wrapper {
    width: 110px;
    min-width: 110px;
  }
}
.main-wrapper .catalog-items .catalog-item .item-image {
  position: absolute;
  padding: 0 15px;
  width: 100%;
  font-size: 0;
  top: 0;
  left: 0;
  height: 188px;
}
@media (max-width: 1023px) {
  .main-wrapper .catalog-items .catalog-item .item-image {
    padding: 0 10px;
    height: auto;
  }
}
@media (max-width: 540px) {
  .main-wrapper .catalog-items .catalog-item .item-image {
    position: static;
  }
}
.main-wrapper .catalog-items .catalog-item .item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.main-wrapper .catalog-items .catalog-item .item-labels {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.main-wrapper .catalog-items .catalog-item .item-description {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.main-wrapper .catalog-items .catalog-item .item-brand {
  margin-bottom: 10px;
  font-size: 14px;
}
.main-wrapper .catalog-items .catalog-item .item-brand-link {
  color: #555264;
}
.main-wrapper .catalog-items .catalog-item .item-brand-country {
  color: #cccccc;
}
.main-wrapper .catalog-items .catalog-item .item-title {
  font-size: 18px;
  margin-bottom: 18px;
}
@media (max-width: 1023px) {
  .main-wrapper .catalog-items .catalog-item .item-title {
    font-size: 16px;
  }
}
@media (max-width: 540px) {
  .main-wrapper .catalog-items .catalog-item .item-title {
    font-size: 14px;
  }
}
.main-wrapper .catalog-items .catalog-item .item-actions,
.main-wrapper .catalog-items .catalog-item .item-butt {
  width: 210px;
  min-width: 210px;
  padding-left: 27px;
}
@media (max-width: 1023px) {
  .main-wrapper .catalog-items .catalog-item .item-actions,
  .main-wrapper .catalog-items .catalog-item .item-butt {
    width: 180px;
    min-width: 180px;
    padding-left: 20px;
  }
}
.main-wrapper .catalog-items .catalog-item .availability-label {
  padding-bottom: 2px;
}
@media (max-width: 750px) {
  .main-wrapper .catalog-items .catalog-item .item-actions {
    padding-left: 120px;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 540px) {
  .main-wrapper .catalog-items .catalog-item .item-actions {
    padding-left: 0;
    margin-bottom: 15px;
    padding-top: 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.main-wrapper .catalog-items .catalog-item .item-prices {
  margin-bottom: 10px;
  font-weight: 500;
  margin-bottom: 7px;
}
@media (max-width: 750px) {
  .main-wrapper .catalog-items .catalog-item .item-prices {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    grid-row: span 2;
  }
}
@media (max-width: 540px) {
  .main-wrapper .catalog-items .catalog-item .item-prices {
    display: block;
  }
}
.main-wrapper .catalog-items .catalog-item .item-prices .prices-label {
  font-size: 13px;
  color: #666;
  font-weight: 300;
}
.main-wrapper .catalog-items .catalog-item .item-price-current {
  font-size: 18px;
  margin-bottom: 3px;
  white-space: nowrap;
}
@media (max-width: 750px) {
  .main-wrapper .catalog-items .catalog-item .item-price-current {
    margin-right: 15px;
  }
}
.main-wrapper .catalog-items .catalog-item .item-price-old {
  color: #999999;
  white-space: nowrap;
}
@media (max-width: 540px) {
  .main-wrapper .catalog-items .catalog-item .item-price-old {
    margin-bottom: -10px;
  }
}
.main-wrapper .catalog-items .catalog-item .item-quantity {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.main-wrapper .catalog-items .catalog-item .item-quantity .quantity {
  border: 1px solid #F4F4F4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 750px) {
  .main-wrapper .catalog-items .catalog-item .item-quantity .quantity {
    margin-left: 20px;
  }
}
.main-wrapper .catalog-items .catalog-item .item-quantity .quantity-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 25px;
  min-width: 25px;
  height: 25px;
  background-color: #F4F4F4;
  font-size: 0;
}
.main-wrapper .catalog-items .catalog-item .item-quantity .quantity-button::before {
  height: 13px;
  opacity: 0.8;
}
.main-wrapper .catalog-items .catalog-item .item-quantity .quantity-button:hover {
  background-color: #eeeeee;
}
.main-wrapper .catalog-items .catalog-item .item-quantity .quantity-button:hover::before {
  opacity: 1;
}
.main-wrapper .catalog-items .catalog-item .item-quantity .quantity-button:active {
  opacity: 0.8;
}
.main-wrapper .catalog-items .catalog-item .item-quantity .less::before {
  width: 8px;
}
.main-wrapper .catalog-items .catalog-item .item-quantity .more::before {
  width: 13px;
}
.main-wrapper .catalog-items .catalog-item .item-quantity .quantity-input {
  width: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.main-wrapper .catalog-items .catalog-item .item-quantity .quantity-input input {
  width: 100%;
  outline: 0;
  text-align: center;
  border: 0;
  font-size: 16px;
  color: #000000;
  font-weight: 300;
  background-color: transparent;
}
@media (max-width: 750px) {
  .main-wrapper .catalog-items .catalog-item .button-box {
    width: 180px;
    padding-left: 20px;
  }
}
@media (max-width: 540px) {
  .main-wrapper .catalog-items .catalog-item .button-box {
    width: auto;
  }
}
.main-wrapper .catalog-items .catalog-item .add-to-cart.button {
  min-width: 100px;
}
.main-wrapper .catalog-items .catalog-item .params-wrapper {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media (max-width: 750px) {
  .main-wrapper .catalog-items .catalog-item .params-wrapper {
    margin-left: -10px;
  }
}
@media (max-width: 540px) {
  .main-wrapper .catalog-items .catalog-item .params-wrapper {
    margin-right: -10px;
  }
}
.main-wrapper .catalog-items .catalog-item .item-butt {
  padding-top: 12px;
}
@media (max-width: 540px) {
  .main-wrapper .catalog-items .catalog-item .item-butt {
    width: auto;
    min-width: 0;
    padding-left: 0;
  }
}
.main-wrapper .catalog-items .catalog-item .item-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 228px;
}
@media (max-width: 1023px) {
  .main-wrapper .catalog-items .catalog-item .item-info {
    padding-left: 120px;
  }
}
@media (max-width: 750px) {
  .main-wrapper .catalog-items .catalog-item .item-info {
    padding-left: 0;
  }
}
@media (max-width: 540px) {
  .main-wrapper .catalog-items .catalog-item .item-info {
    display: block;
  }
}
.main-wrapper .catalog-items .catalog-item .item-params-table {
  border-collapse: collapse;
  color: #000000;
  width: 100%;
}
.main-wrapper .catalog-items .catalog-item .item-param-line td {
  padding: 5px 10px;
}
@media (max-width: 1023px) {
  .main-wrapper .catalog-items .catalog-item .item-param-line td {
    font-size: 13px;
  }
}
.main-wrapper .catalog-items .catalog-item .item-param-line:nth-of-type(2n-1) td {
  background-color: #F4F4F4;
}
.main-wrapper .catalog-items .catalog-item .item-param-line .item-param-value {
  min-width: 100px;
}
.main-wrapper .catalog-items .catalog-item .not-available {
  color: #E7313C;
}
.main-wrapper .catalog-items .catalog-item .not-available::before {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  vertical-align: middle;
}
.main-wrapper .catalog-items .catalog-item .not-available span {
  vertical-align: middle;
}
.main-wrapper .catalog-items .catalog-item .item-extra {
  font-size: 13px;
}
@media (max-width: 540px) {
  .main-wrapper .catalog-items .catalog-item .item-extra {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.main-wrapper .catalog-items .catalog-item .item-code {
  margin-bottom: 10px;
}
@media (max-width: 540px) {
  .main-wrapper .catalog-items .catalog-item .item-code {
    margin-bottom: 0;
    width: 50%;
    min-width: 50%;
  }
}
.main-wrapper .catalog-items .catalog-item .code-label,
.main-wrapper .catalog-items .catalog-item .analog-label {
  margin-bottom: 3px;
}
.main-wrapper .catalog-items .catalog-item .code-value {
  color: #777777;
}
.main-wrapper .catalog-items .catalog-item .item-analog .analog-link {
  color: #555264;
}
.main-wrapper .section-catalog .right-col {
  width: 300px;
  min-width: 300px;
  padding-left: 36px;
}
@media (max-width: 1600px) {
  .main-wrapper .section-catalog .right-col {
    display: none;
  }
}
.main-wrapper .section-catalog .categories-box {
  margin-bottom: 30px;
}
.main-wrapper .section-catalog .categories-box .parent-category {
  font-size: 18px;
  text-decoration: underline;
  font-weight: 500;
  margin-bottom: 15px;
  display: inline-block;
}
.main-wrapper .section-catalog .categories-box .sub-categories {
  padding-left: 0;
}
.main-wrapper .section-catalog .categories-box .sub-categories .list-item {
  list-style-type: none;
}
.main-wrapper .section-catalog .categories-box .sub-categories .list-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px 6px;
}
.main-wrapper .section-catalog .categories-box .sub-categories .list-link::before {
  content: "";
  display: inline-block;
  width: 9px;
  height: 9px;
  min-width: 9px;
  margin-right: 10px;
  background-color: #e5e5e5;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  -webkit-transition: background-color 0.33s;
  -o-transition: background-color 0.33s;
  transition: background-color 0.33s;
}
.main-wrapper .section-catalog .categories-box .sub-categories .list-link:hover {
  color: #000000;
}
.main-wrapper .section-catalog .categories-box .sub-categories .list-link:hover::before {
  background-color: #E7313C;
}
.main-wrapper .section-catalog .categories-box .sub-categories .list-link.active {
  background-color: #F4F4F4;
}
.main-wrapper .section-catalog .categories-box .sub-categories .list-link.active::before {
  background-color: #E7313C;
}
.main-wrapper .section-catalog .brand-documents .document-item {
  width: 100%;
}
.main-wrapper .section-catalog .brand-documents .documents-heading {
  font-size: 18px;
  text-decoration: underline;
}
.main-wrapper .section-catalog .brand-documents .document-item {
  margin-bottom: 30px;
}
.main-wrapper .catalog-lines-wrapper {
  margin-bottom: 36px;
}
@media (min-width: 1024px) {
  .main-wrapper .catalog-lines-wrapper {
    margin-right: 0;
  }
}
@media (max-width: 1023px) {
  .main-wrapper .catalog-lines-wrapper {
    max-width: 720px;
    padding-bottom: 15px;
  }
}
@media (max-width: 750px) {
  .main-wrapper .catalog-lines-wrapper {
    max-width: 520px;
  }
}
.main-wrapper .catalog-lines-wrapper .mCSB_horizontal.mCSB_inside .mCSB_container {
  margin-bottom: 20px;
}
.main-wrapper .catalog-lines-wrapper .mCSB_horizontal.mCSB_inside .mCSB_draggerRail {
  height: 8px;
  margin: 0;
}
.main-wrapper .catalog-lines-wrapper .mCSB_horizontal.mCSB_inside .mCSB_dragger_bar {
  height: 8px;
  margin: 0;
}
.main-wrapper .catalog-lines {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  min-width: 100%;
  /**/
}
@media (max-width: 1350px) {
  .main-wrapper .catalog-lines {
    display: table;
  }
}
.main-wrapper .catalog-lines .lines-head,
.main-wrapper .catalog-lines .item-line,
.main-wrapper .catalog-lines .line-cell,
.main-wrapper .catalog-lines .sizes-types {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.main-wrapper .catalog-lines .head-cell,
.main-wrapper .catalog-lines .line-cell {
  -webkit-box-ordinal-group: initial;
      -ms-flex-order: initial;
          order: initial;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.main-wrapper .catalog-lines .cell-label {
  width: 54px;
  min-width: 54px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media (max-width: 1600px) {
  .main-wrapper .catalog-lines .cell-label {
    width: 54px;
    min-width: 54px;
  }
}
@media (max-width: 400px) {
  .main-wrapper .catalog-lines .cell-label {
    display: none;
  }
}
.main-wrapper .catalog-lines .cell-brand {
  width: 100px;
  min-width: 100px;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.main-wrapper .catalog-lines .cell-image {
  width: 45px;
  min-width: 45px;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.main-wrapper .catalog-lines .cell-code {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 140px;
          flex: 1 1 140px;
  min-width: 140px;
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
  margin-right: auto;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1600px) {
  .main-wrapper .catalog-lines .cell-code {
    width: 100px;
    min-width: 100px;
  }
}
.main-wrapper .catalog-lines .line-cell.cell-code {
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  text-align: left;
}
.main-wrapper .catalog-lines .cell-params {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  padding: 0 !important;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.main-wrapper .catalog-lines .cell-params ~ .cell-actions {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  width: 141px;
  min-width: 141px;
}
@media (max-width: 1600px) {
  .main-wrapper .catalog-lines .cell-params ~ .cell-actions {
    width: 110px;
    min-width: 110px;
  }
}
.main-wrapper .catalog-lines .cell-params .param-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.main-wrapper .catalog-lines .cell-params .param-label,
.main-wrapper .catalog-lines .cell-params .param-value {
  width: 90px;
  white-space: normal;
  padding: 12px 10px 15px 10px;
}
.main-wrapper .catalog-lines .centered {
  text-align: center;
}
.main-wrapper .catalog-lines .cell-sizes {
  -ms-flex-preferred-size: 167px;
      flex-basis: 167px;
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 1600px) {
  .main-wrapper .catalog-lines .cell-sizes {
    width: 90px;
    min-width: 90px;
  }
}
.main-wrapper .catalog-lines .cell-type {
  width: 110px;
  min-width: 110px;
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}
@media (max-width: 1600px) {
  .main-wrapper .catalog-lines .cell-type {
    width: 87px;
    min-width: 87px;
  }
}
.main-wrapper .catalog-lines .cell-gland {
  width: 90px;
  min-width: 90px;
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
}
@media (max-width: 1600px) {
  .main-wrapper .catalog-lines .cell-gland {
    width: 87px;
    min-width: 87px;
  }
}
.main-wrapper .catalog-lines .cell-row-design {
  width: 100px;
  min-width: 100px;
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8;
}
@media (max-width: 1600px) {
  .main-wrapper .catalog-lines .cell-row-design {
    width: 87px;
    min-width: 87px;
  }
}
.main-wrapper .catalog-lines .cell-availability {
  width: 130px;
  min-width: 130px;
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9;
  -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: start;
}
.main-wrapper .catalog-lines .cell-availability .item-availability {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.main-wrapper .catalog-lines .cell-availability .item-availability .availability-scale {
  margin-bottom: 0;
}
.main-wrapper .catalog-lines .cell-availability .item-availability + .item-availability {
  margin-top: 12px;
}
.main-wrapper .catalog-lines .cell-price {
  width: 120px;
  min-width: 120px;
  text-align: cetner;
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
}
.main-wrapper .catalog-lines .cell-quantity {
  -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
          order: 11;
  width: 65px;
  min-width: 65px;
}
@media (max-width: 1023px) {
  .main-wrapper .catalog-lines .cell-quantity {
    display: none;
  }
}
.main-wrapper .catalog-lines .cell-actions {
  -webkit-box-ordinal-group: 13;
      -ms-flex-order: 12;
          order: 12;
  -ms-flex-preferred-size: 130px;
      flex-basis: 130px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 1023px) {
  .main-wrapper .catalog-lines .cell-actions {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
}
@media (max-width: 750px) {
  .main-wrapper .catalog-lines .cell-actions {
    width: 85px;
    min-width: 85px;
    -webkit-box-flex: 0;
        -ms-flex: 0;
            flex: 0;
    padding-right: 10px !important;
  }
}
@media (max-width: 540px) {
  .main-wrapper .catalog-lines .cell-actions {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}
.main-wrapper .catalog-lines .cell-user-actions {
  width: 80px;
  min-width: 80px;
  -webkit-box-ordinal-group: 13;
      -ms-flex-order: 12;
          order: 12;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media (max-width: 1023px) {
  .main-wrapper .catalog-lines .cell-user-actions {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
}
@media (max-width: 750px) {
  .main-wrapper .catalog-lines .cell-user-actions {
    padding-right: 10px !important;
  }
}
@media (max-width: 540px) {
  .main-wrapper .catalog-lines .cell-user-actions {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}
.main-wrapper .catalog-lines .lines-head {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  position: relative;
}
.main-wrapper .catalog-lines .head-cell {
  padding: 12px 10px 15px 10px;
  font-size: 13px;
  font-weight: 500;
  white-space: nowrap;
  background-color: #E6E7E9;
  border-bottom: 1px solid #000;
}
.main-wrapper .catalog-lines .multi-lines {
  word-break: break-word;
  white-space: normal;
}
.main-wrapper .catalog-lines .sizes-types {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 300;
  width: 100%;
}
.main-wrapper .catalog-lines .sizes-label {
  margin-bottom: 5px;
  white-space: nowrap;
}
@media (max-width: 1600px) {
  .main-wrapper .catalog-lines .sizes-label {
    white-space: normal;
  }
}
.main-wrapper .catalog-lines .item-size {
  width: 33.33%;
  text-align: center;
}
.main-wrapper .catalog-lines .item-line:nth-child(2n) .line-cell {
  background-color: #F0F0F0;
}
.main-wrapper .catalog-lines .line-cell {
  white-space: nowrap;
  padding: 10px 10px 10px 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 400;
}
.main-wrapper .catalog-lines .line-cell .form-notices {
  margin-bottom: 0;
}
.main-wrapper .catalog-lines .line-cell .form-notices .form-notice {
  margin-bottom: 0;
}
.main-wrapper .catalog-lines .line-cell .form-notices .form-notice::before {
  display: none;
}
.main-wrapper .catalog-lines .item-image {
  width: 30px;
  height: 30px;
  display: inline-block;
  font-size: 0;
}
.main-wrapper .catalog-lines .item-availability {
  margin-bottom: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.main-wrapper .catalog-lines .item-availability .availability-value {
  font-size: 13px;
  padding-top: 0;
  padding-left: 5px;
  line-height: 1;
}
.main-wrapper .catalog-lines .item-availability .form-notices {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
.main-wrapper .catalog-lines .code-link {
  color: #555264;
  text-decoration: underline;
  font-weight: 400;
}
@media (max-width: 1600px) {
  .main-wrapper .catalog-lines .code-link {
    font-size: 13px;
  }
}
.main-wrapper .catalog-lines .item-quantity {
  display: inline-block;
}
.main-wrapper .catalog-lines .item-quantity .quantity {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.main-wrapper .catalog-lines .item-quantity .quantity-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 15px;
  min-width: 15px;
  height: 10px;
  background-color: #F4F4F4;
  font-size: 0;
}
.main-wrapper .catalog-lines .item-quantity .quantity-button::before {
  height: 13px;
  opacity: 0.8;
}
.main-wrapper .catalog-lines .item-quantity .quantity-button:hover {
  background-color: #eeeeee;
}
.main-wrapper .catalog-lines .item-quantity .quantity-button:hover::before {
  opacity: 1;
}
.main-wrapper .catalog-lines .item-quantity .quantity-button:active {
  opacity: 0.8;
}
.main-wrapper .catalog-lines .item-quantity .less {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.main-wrapper .catalog-lines .item-quantity .less::before {
  width: 6px;
}
.main-wrapper .catalog-lines .item-quantity .more {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.main-wrapper .catalog-lines .item-quantity .more::before {
  width: 8px;
}
.main-wrapper .catalog-lines .item-quantity .quantity-input {
  width: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-row: span 2;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  border: 1px solid #e2e2e2;
  background-color: #fff;
}
.main-wrapper .catalog-lines .item-quantity .quantity-input input {
  width: 100%;
  outline: 0;
  text-align: center;
  border: 0;
  font-size: 13px;
  color: #000000;
  font-weight: 300;
  background-color: transparent;
}
.main-wrapper .catalog-lines .item-user-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
}
.main-wrapper .catalog-lines .line-cell.cell-brand {
  overflow: hidden;
}
.main-wrapper .catalog-lines .line-cell.cell-price {
  font-size: 16px;
  font-weight: 500;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.main-wrapper .catalog-lines .line-cell.cell-price.discount {
  color: #E7313C;
}
.main-wrapper .catalog-lines .line-cell.cell-type, .main-wrapper .catalog-lines .line-cell.cell-gland, .main-wrapper .catalog-lines .line-cell.cell-row-design {
  font-size: 13px;
  color: #555555;
}
@media (max-width: 1600px) {
  .main-wrapper .catalog-lines .line-cell.cell-type, .main-wrapper .catalog-lines .line-cell.cell-gland, .main-wrapper .catalog-lines .line-cell.cell-row-design {
    font-size: 12px;
  }
}
.main-wrapper .catalog-lines .line-cell.cell-actions {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.main-wrapper .catalog-lines .line-cell .item-labels .item-label {
  width: 40px;
  padding: 0 5px;
}
.main-wrapper .catalog-lines .line-cell .cart-button {
  min-width: 100px;
}
@media (max-width: 1600px) {
  .main-wrapper .catalog-lines .line-cell .cart-button {
    padding: 0 5px;
    min-width: 73px;
  }
}
@media (max-width: 750px) {
  .main-wrapper .catalog-lines .line-cell .cart-button {
    font-size: 13px;
  }
}
.main-wrapper .catalog-article {
  width: 900px;
  max-width: 100%;
  margin-bottom: 50px;
}
.main-wrapper .catalog-article .article-heading {
  font-weight: 300;
}
.main-wrapper .item-labels .item-label {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 50px;
  margin-bottom: 5px;
  background-color: #E5E5E5;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  height: 28px;
  line-height: 28px;
  white-space: nowrap;
  padding: 0 10px;
}
.main-wrapper .item-labels .item-label.label-new {
  color: #555264;
}
.main-wrapper .item-labels .item-label.label-discount {
  background-color: #E7313C;
  font-size: 0;
}
.main-wrapper .item-labels .item-label.label-discount::before {
  width: 16px;
  height: 16px;
  vertical-align: middle;
}
.main-wrapper .item-labels .item-label.label-hit {
  color: #ffffff;
  font-weight: 300;
  background-color: #555264;
}
.main-wrapper .item-labels .item-label.label-official {
  color: #ffffff;
  font-weight: 300;
  width: auto;
  background-color: #555264;
}
.main-wrapper .documents-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.main-wrapper .documents-grid .document-item {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  text-align: center;
  position: relative;
  padding: 0px 2px;
  margin-bottom: 15px;
  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;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.main-wrapper .documents-grid .document-item:hover .document-type-icon::before {
  -webkit-filter: none;
          filter: none;
}
.main-wrapper .documents-grid .item-box {
  position: relative;
  padding: 12px;
  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;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.main-wrapper .documents-grid .item-box::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  height: 65%;
  z-index: -1;
  left: 0;
  right: 0;
  background-color: #F4F4F4;
}
.main-wrapper .documents-grid .item-cover {
  width: 70%;
  display: inline-block;
  margin-bottom: 12px;
}
.main-wrapper .documents-grid .document-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  width: 100%;
}
.main-wrapper .documents-grid .document-info .name {
  font-size: 12px;
}
.main-wrapper .documents-grid .document-info .title {
  font-size: 18px;
  font-weight: 500;
}
.main-wrapper .documents-grid .document-info .lang,
.main-wrapper .documents-grid .document-info .size {
  color: #777777;
}
.main-wrapper .documents-grid .document-info .lang {
  margin-bottom: 8px;
  display: block;
}
.main-wrapper .documents-grid .document-actions {
  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;
}
.main-wrapper .documents-grid .document-type-icon {
  margin-right: 10px;
}
.main-wrapper .documents-grid .document-type-icon::before {
  min-width: 30px;
  width: 30px;
  height: 40px;
  -webkit-filter: grayscale(1) opacity(0.87);
          filter: grayscale(1) opacity(0.87);
}
.main-wrapper .documents-grid .download-box {
  text-align: left;
}
.main-wrapper .documents-grid .download-link {
  padding: 10px;
  margin-top: -7px;
}
.main-wrapper .documents-grid .download-link::before {
  width: 16px;
  min-width: 16px;
  margin-right: 10px;
  height: 16px;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  vertical-align: middle;
}
.main-wrapper .documents-grid .download-link:hover::before {
  -webkit-filter: none;
          filter: none;
}
.main-wrapper .documents-grid .download-link .size {
  vertical-align: middle;
  line-height: 1;
}
@media (max-width: 1023px) {
  .main-wrapper .documents-grid.full {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow: auto;
  }
}
.main-wrapper .documents-grid.full .document-item {
  width: 20%;
}
@media (max-width: 1600px) {
  .main-wrapper .documents-grid.full .document-item {
    width: 25%;
  }
}
@media (max-width: 1023px) {
  .main-wrapper .documents-grid.full .document-item {
    min-width: 33.33%;
  }
}
@media (max-width: 750px) {
  .main-wrapper .documents-grid.full .document-item {
    min-width: 42%;
  }
}
@media (max-width: 400px) {
  .main-wrapper .documents-grid.full .document-item {
    min-width: 80%;
  }
}
.main-wrapper .documents-grid.certificates {
  margin-top: -50px;
}
.main-wrapper .documents-grid.certificates .document-item {
  width: 20%;
}
@media (max-width: 1600px) {
  .main-wrapper .documents-grid.certificates .document-item {
    width: 25%;
  }
}
@media (max-width: 1023px) {
  .main-wrapper .documents-grid.certificates .document-item {
    width: 33.33%;
  }
}
@media (max-width: 750px) {
  .main-wrapper .documents-grid.certificates .document-item {
    width: 50%;
  }
}
@media (max-width: 400px) {
  .main-wrapper .documents-grid.certificates .document-item {
    width: 100%;
  }
}
.main-wrapper .documents-grid.small .document-item {
  width: calc(50% - 8px);
}
.main-wrapper .documents-grid.small .document-item:not(:nth-child(2n)) {
  margin-right: 15px;
}

.general-wrapper .item-availability {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.general-wrapper .item-availability .availability-label {
  font-size: 13px;
  margin-bottom: 4px;
}
.general-wrapper .item-availability .availability-scale {
  white-space: nowrap;
  padding-left: 1px;
  font-size: 0;
  margin-bottom: 10px;
}
.general-wrapper .item-availability .availability-scale.small i, .general-wrapper .item-availability .availability-scale.small u {
  height: 13px;
}
.general-wrapper .item-availability .availability-scale.small i:not(:last-child), .general-wrapper .item-availability .availability-scale.small u:not(:last-child) {
  margin-right: 2px;
}
.general-wrapper .item-availability .availability-scale.lowest u {
  background-color: #E7313C;
}
.general-wrapper .item-availability .availability-scale.low u {
  background-color: #F6B100;
}
.general-wrapper .item-availability .availability-scale.normal u {
  background-color: #00a25f;
}
.general-wrapper .item-availability .availability-scale i, .general-wrapper .item-availability .availability-scale u {
  display: inline-block;
  width: 2px;
  height: 18px;
}
.general-wrapper .item-availability .availability-scale i:not(:last-child), .general-wrapper .item-availability .availability-scale u:not(:last-child) {
  margin-right: 5px;
}
.general-wrapper .item-availability .availability-scale i {
  background-color: #E5E5E5;
}
.general-wrapper .item-availability .availability-scale u {
  background-color: #555264;
}
.general-wrapper .item-availability .form-notice {
  white-space: nowrap;
}

.table-label-filter-link {
  border-bottom: 1px dashed;
}
.table-label-filter-link::after {
  content: "";
  vertical-align: middle;
  margin-left: 5px;
  display: none;
}
.table-label-filter-link.down::after {
  width: 1em;
  height: 1em;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1em' height='1em' preserveAspectRatio='xMidYMid meet' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m6 9l6 6l6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
}
.table-label-filter-link.up::after {
  width: 1em;
  height: 1em;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1em' height='1em' preserveAspectRatio='xMidYMid meet' viewBox='0 0 24 24'%3E%3Cg transform='rotate(180 12 12)'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m6 9l6 6l6-6'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
}

.main-wrapper .catalog-items .items-list .item-availability {
  margin-bottom: 0;
}
.main-wrapper .catalog-items .items-list .button-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.main-wrapper .catalog-items .items-list .button-box .button {
  margin-right: auto;
}
.main-wrapper .catalog-items .items-list .item-user-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media (max-width: 1023px) {
  .main-wrapper .catalog-items .items-list .item-user-actions {
    position: static;
    margin-top: 10px;
  }
}
@media (max-width: 750px) {
  .main-wrapper .catalog-items .items-list .item-user-actions {
    margin-left: auto;
    grid-column: 2;
  }
}
@media (max-width: 750px) {
  .main-wrapper .catalog-items .items-list .catalog-item {
    border-left: 0;
    border-right: 0;
    padding-left: 0;
    padding-right: 0;
    min-height: 0;
    margin-bottom: 0;
    border-bottom: 0;
  }
  .main-wrapper .catalog-items .items-list .catalog-item:last-child {
    margin-bottom: 18px;
    border-bottom: 1px solid #cccccc;
  }
  .main-wrapper .catalog-items .items-list .image-wrapper,
  .main-wrapper .catalog-items .items-list .params-wrapper,
  .main-wrapper .catalog-items .items-list .item-extra,
  .main-wrapper .catalog-items .items-list .availability-scale {
    display: none;
    display: none;
    display: none;
  }
  .main-wrapper .catalog-items .items-list .item-availability {
    margin-bottom: 0;
  }
  .main-wrapper .catalog-items .items-list .item-availability .availability-label {
    display: none;
  }
  .main-wrapper .catalog-items .items-list .form-notices {
    margin-top: 5px;
    margin-bottom: 0;
  }
  .main-wrapper .catalog-items .items-list .form-notice {
    margin: 0;
  }
  .main-wrapper .catalog-items .items-list .item-brand {
    margin-bottom: 5px;
    font-size: 12px;
  }
  .main-wrapper .catalog-items .items-list .item-title {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .main-wrapper .catalog-items .items-list .item-actions {
    padding-top: 0;
    padding-left: 0;
    -webkit-box-align: initial;
        -ms-flex-align: initial;
            align-items: initial;
    margin: 0;
  }
  .main-wrapper .catalog-items .items-list .prices-label {
    display: none;
  }
  .main-wrapper .catalog-items .items-list .item-price-current {
    font-size: 15px;
    margin: 0;
  }
  .main-wrapper .catalog-items .items-list .item-prices {
    margin: 0;
    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: start;
        -ms-flex-align: start;
            align-items: flex-start;
    line-height: 1.1;
  }
  .main-wrapper .catalog-items .items-list .item-price-old {
    margin: 0;
    font-size: 12px;
    margin-bottom: 10px;
  }
  .main-wrapper .catalog-items .items-list .item-quantity {
    margin-left: auto;
    display: none;
  }
  .main-wrapper .catalog-items .items-list .button-box {
    padding-left: 0;
    margin-left: auto;
    width: auto;
  }
  .main-wrapper .catalog-items .items-list .item-butt {
    padding: 0;
    margin-top: -10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5px;
  }
  .main-wrapper .catalog-items .items-list .availability-label {
    font-size: 13px;
    padding: 0;
  }
}

.catalog-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: 1px;
  padding-bottom: 25px;
}
.catalog-grid .item-user-actions {
  position: absolute;
  top: 10px;
  right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
  z-index: 2;
}
.catalog-grid .product-item {
  margin-left: -1px;
  margin-top: -1px;
  border: 1px solid #cccccc;
  width: 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
@media (max-width: 1600px) {
  .catalog-grid .product-item {
    width: 25%;
  }
}
@media (max-width: 1260px) {
  .catalog-grid .product-item {
    width: 33.33%;
  }
}
@media (max-width: 750px) {
  .catalog-grid .product-item {
    width: 50%;
  }
}
@media (max-width: 540px) {
  .catalog-grid .product-item {
    width: 100%;
  }
}
.catalog-grid .item-labels {
  top: 10px;
  left: 10px;
  position: absolute;
  z-index: 1;
}
.catalog-grid .item-labels .label-logo img {
  width: 70px;
  max-height: 40px;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: 0 0;
     object-position: 0 0;
}
.catalog-grid .item-labels .labels-top {
  position: relative;
  z-index: 1;
  margin-bottom: 10px;
}
.catalog-grid .country-flag {
  position: absolute;
  left: 10px;
  bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 2;
}
.catalog-grid .country-flag .flag-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.catalog-grid .country-flag .flag-icon img {
  width: 32px;
}
.catalog-grid .product-image {
  margin-bottom: 20px;
  height: 160px;
  display: block;
  padding: 35px 15px 0;
  position: relative;
}
.catalog-grid .product-image:hover img {
  -webkit-transform: scale(1.03);
      -ms-transform: scale(1.03);
          transform: scale(1.03);
}
.catalog-grid .product-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.catalog-grid .product-body {
  padding: 0 15px 15px;
  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: 1 0 auto;
          flex: 1 0 auto;
}
.catalog-grid .product-title {
  padding-bottom: 10px;
  font-weight: 400;
}
.catalog-grid .product-about {
  margin-top: auto;
}
.catalog-grid .product-price {
  margin-bottom: 12px;
}
.catalog-grid .product-price .prices-label {
  font-size: 13px;
}
.catalog-grid .product-price .prices {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.catalog-grid .current-price {
  font-size: 18px;
  font-weight: 400;
  white-space: nowrap;
  padding-right: 12px;
}
.catalog-grid .old-price {
  color: #999999;
}
.catalog-grid .product-brand {
  margin-bottom: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.catalog-grid .product-brand .brand-label {
  padding-right: 7px;
  font-size: 13px;
}
.catalog-grid .product-brand .brand {
  color: #555264;
}
.catalog-grid .product-brand .brand-country {
  color: #999999;
}
.catalog-grid .item-availability .availability-scale {
  margin-bottom: 0;
}
.catalog-grid .item-availability .availability-value {
  padding-top: 0px;
  font-size: 13px;
}
.catalog-grid .item-availability .form-notices {
  margin-bottom: 0;
}
.catalog-grid .item-availability .form-notices .form-notice {
  margin-bottom: 0;
}
.catalog-grid .product-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.catalog-grid .item-availability-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.catalog-grid .item-availability {
  display: block;
  margin-bottom: 10px;
  width: 50%;
}
.catalog-grid .item-availability .availability-label {
  margin-bottom: 0;
}
.catalog-grid .item-availability .availability-view {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.catalog-grid .item-availability .availability-value {
  padding-left: 7px;
  white-space: nowrap;
}
.catalog-grid .action-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.catalog-grid .item-quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.catalog-grid .item-quantity .quantity {
  border: 1px solid #F4F4F4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.catalog-grid .item-quantity .quantity-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 25px;
  min-width: 25px;
  height: 25px;
  background-color: #F4F4F4;
  font-size: 0;
}
.catalog-grid .item-quantity .quantity-button::before {
  height: 13px;
  opacity: 0.8;
}
.catalog-grid .item-quantity .quantity-button:hover {
  background-color: #eeeeee;
}
.catalog-grid .item-quantity .quantity-button:hover::before {
  opacity: 1;
}
.catalog-grid .item-quantity .quantity-button:active {
  opacity: 0.8;
}
.catalog-grid .item-quantity .less::before {
  width: 8px;
}
.catalog-grid .item-quantity .more::before {
  width: 13px;
}
.catalog-grid .item-quantity .quantity-input {
  width: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.catalog-grid .item-quantity .quantity-input input {
  width: 100%;
  outline: 0;
  text-align: center;
  border: 0;
  font-size: 16px;
  color: #000000;
  font-weight: 300;
  background-color: transparent;
}

.catalog-grid.catalog-grid-compare {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  display: block;
}
.catalog-grid.catalog-grid-compare .product-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: initial;
  border: 0;
}
.catalog-grid.catalog-grid-compare .product-item .product-price {
  margin-bottom: 0;
}
.catalog-grid.catalog-grid-compare .product-item .old-price {
  white-space: nowrap;
}

.compare-table-wrap {
  position: relative;
  isolation: isolate;
  overflow-x: auto;
  --col-width: calc( var(--table-cont-width) / 5);
}
@media (max-width: 1260px) {
  .compare-table-wrap {
    --col-width: calc( var(--table-cont-width) / 4);
  }
}
@media (max-width: 1023px) {
  .compare-table-wrap {
    --col-width: calc( var(--table-cont-width) / 3);
  }
}
@media (max-width: 900px) {
  .compare-table-wrap {
    --col-width: calc( var(--table-cont-width) / 2);
  }
}
@media (max-width: 540px) {
  .compare-table-wrap {
    margin-right: -15px;
    padding-right: 15px;
  }
}

table.compare-table {
  border-collapse: collapse;
  color: #000;
}

.compare-table-col {
  border: 1px solid;
  border-color: #ccc;
  vertical-align: top;
  font-size: 15px;
  width: var(--col-width);
  min-width: var(--col-width);
  padding: 16px 20px;
}
@media (max-width: 900px) {
  .compare-table-col {
    font-size: 14px;
    padding: 8px 8px;
  }
}
@media (max-width: 540px) {
  .compare-table-col {
    font-size: 12px;
    min-width: 50vw;
    width: 50vw;
  }
}
.compare-table-col.compare-table-col-preview {
  padding: 0;
}

.compare-table-col-label {
  border: 0;
  background: #fff;
  position: sticky;
  left: 0;
  z-index: 10;
  padding: 16px 16px 16px 0;
  font-weight: 700;
}
@media (max-width: 900px) {
  .compare-table-col-label {
    padding: 8px 16px 8px 0;
  }
}
@media (max-width: 540px) {
  .compare-table-col-label {
    min-width: initial;
  }
}

.compare-table-props:last-of-type .compare-table-col-label::before {
  content: "";
  position: absolute;
  border-bottom: 1px solid #fff;
  margin-bottom: -1px;
  width: 100%;
  bottom: 0;
  right: 0;
}

.compare-table-previews .compare-table-col-label::before {
  content: "";
  position: absolute;
  border-bottom: 1px solid #fff;
  margin-top: -1px;
  width: 100%;
  top: 0;
  right: 0;
}

.compare-table:not(.inited) {
  opacity: 0;
  pointer-events: none;
}

.compare-table-main-wrap {
  position: relative;
}

.compare-table-scrollbar-anchor .compare-table-col-label {
  height: 78px;
}
@media (max-width: 540px) {
  .compare-table-scrollbar-anchor .compare-table-col-label {
    height: 32px;
  }
}
.compare-table-scrollbar-anchor .compare-table-col-label:after {
  display: none;
}
.compare-table-scrollbar-anchor td {
  border: 0;
}

.table-compare-scroll-wrap {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 78px;
  width: calc(var(--table-cont-width) / 5 * 4);
  gap: 0 16px;
}
@media (max-width: 1260px) {
  .table-compare-scroll-wrap {
    width: calc(var(--table-cont-width) / 4 * 3);
  }
}
@media (max-width: 1023px) {
  .table-compare-scroll-wrap {
    width: calc(var(--table-cont-width) / 3 * 2);
  }
}
@media (max-width: 900px) {
  .table-compare-scroll-wrap {
    width: calc(var(--table-cont-width) / 2 * 1);
    font-size: 14px;
  }
}
.table-compare-scroll-wrap.disabled {
  visibility: hidden;
}
@media (max-width: 540px) {
  .table-compare-scroll-wrap {
    visibility: hidden;
  }
}

.general-wrapper .table-compare-scroll {
  height: 4px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background: #F4F4F4;
}
.general-wrapper .table-compare-scroll .handle {
  width: 100px;
  height: 100%;
  background: #E7313C;
}
.general-wrapper .table-compare-scroll-btn {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 36px;
  height: 36px;
  background: #F4F4F4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.general-wrapper .table-compare-scroll-btn:hover {
  background: rgb(231.25, 231.25, 231.25);
}

.compare-view-buttons {
  margin-bottom: 16px;
}
.compare-view-buttons .view-button {
  background-color: #E5E5E5;
  padding: 14px 20px;
  white-space: nowrap;
  display: inline-block;
  font-size: 15px;
  font-weight: 400;
}
.compare-view-buttons .view-button:not(.active) {
  color: #555264;
  text-decoration: underline;
  background-color: transparent;
}
.compare-view-buttons .view-button:hover {
  background-color: #E5E5E5;
  text-decoration: none;
}

.header-attention {
  background-color: #fccf33;
  padding: 10px 20px;
  font-weight: 500;
  position: relative;
}
@media (max-width: 1260px) {
  .header-attention {
    position: static;
    width: auto;
    text-align: center;
    padding: 5px 10px;
  }
}
.header-attention span {
  color: #000000;
}
.header-attention::before {
  content: "";
  display: block;
  position: absolute;
  left: 100%;
  top: 0;
  bottom: 0;
  width: 100vw;
  background-color: #FCCF33;
}
@media (max-width: 1260px) {
  .header-attention::before {
    display: none;
  }
}

.section-header {
  color: #ffffff;
  position: relative;
  z-index: 7;
}
.section-header.regular-section {
  margin-bottom: 0;
}
.section-header a {
  color: #ffffff;
}
.section-header a:hover {
  color: #ffffff;
  text-decoration: underline;
}
@media (max-width: 1260px) {
  .section-header .full-header {
    display: none;
  }
}
.section-header .header-container {
  position: relative;
  background-color: #555264;
}
.section-header .header-container::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -40px;
  background-color: #555264;
  background-image: -webkit-radial-gradient(78% 8.27%, 1000px, rgba(255, 255, 255, 0.15) 0%, rgba(85, 82, 100, 0.8) 100%);
  background-image: -o-radial-gradient(78% 8.27%, 1000px, rgba(255, 255, 255, 0.15) 0%, rgba(85, 82, 100, 0.8) 100%);
  background-image: radial-gradient(1000px at 78% 8.27%, rgba(255, 255, 255, 0.15) 0%, rgba(85, 82, 100, 0.8) 100%);
  z-index: 0;
  background-repeat: no-repeat;
  bottom: 0;
  width: 90vw;
}
.section-header .header-block {
  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;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  min-height: 100px;
}
.section-header .header-top {
  padding-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2px;
}
.section-header .header-top-col {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 16%;
          flex: 0 1 16%;
  padding-right: 20px;
}
.section-header .header-top-col--auto {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.section-header .header-top-phones {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
.section-header .header-bottom {
  margin-top: auto;
}
.section-header .change-city {
  width: 165px;
  min-width: 165px;
}
@media (max-width: 1600px) {
  .section-header .change-city {
    padding-left: 20px;
  }
}
.section-header .change-city .current-city {
  padding-right: 15px;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.section-header .change-city .current-city::before {
  width: 16px;
  height: 16px;
  margin-left: -23px;
  margin-right: 7px;
}
.section-header .change-city .current-city-text {
  white-space: nowrap;
  overflow: hidden;
}
.section-header .change-city .change-city-button {
  text-decoration: underline;
  -webkit-text-decoration-style: dashed;
          text-decoration-style: dashed;
  color: #ffffff;
  font-size: 13px;
  font-weight: 300;
  opacity: 0.8;
}
.section-header .change-city .change-city-button:hover {
  opacity: 1;
}
.section-header .header-hours {
  white-space: nowrap;
  padding-bottom: 5px;
  font-weight: 600;
}
.section-header .header-phone-with-caption {
  text-align: center;
}
.section-header .header-phone {
  font-size: 16px;
  font-weight: 700;
  display: block;
  margin-bottom: 3px;
  white-space: nowrap;
}
.section-header .header-phone:hover {
  text-decoration: none;
}
.section-header .header-email {
  font-size: 14px;
}
.section-header .header-cabinet {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -ms-flex-item-align: start;
      align-self: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px 20px;
}
.section-header .header-cabinet.is-logged {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.section-header .header-cabinet .links-divider {
  padding: 0 4px;
}
.section-header .header-cabinet .user-box {
  width: 150px;
  overflow: hidden;
}
.section-header .header-cabinet .user-name {
  display: block;
  margin-bottom: 4px;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  max-width: 100%;
}
.section-header .header-cabinet .user-company {
  display: inline-block;
  text-decoration: none;
  font-size: 12px;
  opacity: 0.5;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  max-width: 100%;
}
.section-header .header-cabinet .user-company::after {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  top: 0;
  right: 0;
  bottom: 0;
}
.section-header .header-cabinet-link {
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  position: relative;
}
.section-header .header-cabinet-link::before {
  width: 20px;
  min-width: 20px;
  height: 22px;
  margin-right: 10px;
}
.section-header .header-cabinet-link:hover {
  opacity: 0.8;
}
.section-header .header-cabinet-link-user {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  padding-left: 12px;
  padding-right: 12px;
}
@media (max-width: 1600px) {
  .section-header .user-orders-link {
    font-size: 13px;
  }
}
@media (max-width: 1023px) {
  .section-header .user-orders-link {
    font-size: 0;
  }
}
.section-header .user-orders-link::before {
  width: 16px;
  height: 16px;
  min-width: 16px;
  margin-right: 10px;
}
.section-header .logout-link {
  font-size: 13px;
  opacity: 0.5;
}
.section-header .logout-link::before {
  width: 15px;
  height: 15px;
  min-width: 15px;
  margin-right: 10px;
}
@media (max-width: 1400px) {
  .section-header .logout-link::before {
    display: none;
  }
}
.section-header .logout-link:hover {
  opacity: 1;
  text-decoration: none;
}
.section-header .header-menu {
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  list-style-type: none;
  margin-left: -20px;
  margin-bottom: 0;
}
.section-header .header-menu .menu-link {
  display: block;
  padding: 11px 20px;
  font-weight: 500;
}
.section-header .header-menu .menu-link:hover {
  opacity: 0.8;
  color: #ffffff;
  text-decoration: none;
}
.section-header .header-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: translateY(-25%);
      -ms-transform: translateY(-25%);
          transform: translateY(-25%);
  width: 220px;
  height: 220px;
}
.section-header .header-icon::before {
  width: 100%;
  height: 100%;
  min-width: 210px;
}
.section-header .header-icon.rotated::before {
  -webkit-transform: rotate(-35deg);
      -ms-transform: rotate(-35deg);
          transform: rotate(-35deg);
}
.section-header .header-icon.white::before {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  opacity: 0.3;
}
.section-header .header-icon:not(.svg-icon) {
  width: 180px;
  height: 180px;
  -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
          transform: translateY(0%);
}
.section-header .header-icon:not(.svg-icon) img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.section-header .header-icon:not(.svg-icon).rotated {
  -webkit-transform: rotate(-35deg);
      -ms-transform: rotate(-35deg);
          transform: rotate(-35deg);
}
.section-header .header-icon:not(.svg-icon).white {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  opacity: 0.3;
}
.section-header .header-cart-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.section-header .header__buttons {
  margin-top: -5px;
}
.section-header .header__buttons .button:hover {
  text-decoration: none;
}
@media (min-width: 1261px) {
  .section-header .mobile-header {
    display: none;
  }
}
.section-header .mobile-header a:hover {
  text-decoration: none;
}
.section-header .mobile-header .top-line {
  color: #000000;
  background-color: #fff;
}
.section-header .mobile-header .top-line .button {
  color: #fff;
  margin-right: 15px;
  font-size: 15px;
  height: auto;
  padding: 5px 13px;
  line-height: 1.1;
  max-width: 50%;
}
@media (max-width: 750px) {
  .section-header .mobile-header .top-line .button {
    font-size: 12px;
  }
}
@media (max-width: 560px) {
  .section-header .mobile-header .top-line .button {
    font-size: 15px;
    margin-right: 0;
    padding: 5px 8px;
  }
}
.section-header .mobile-header .top-line a {
  color: #000000;
}
@media (max-width: 560px) {
  .section-header .mobile-header .top-line .line-block {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-bottom: 5px;
  }
}
.section-header .mobile-header .bottom-line {
  color: #ffffff;
  height: 39px;
}
.section-header .mobile-header .bottom-line a {
  color: #ffffff;
}
.section-header .mobile-header .bottom-line.fixed .line-wrapper {
  z-index: 7;
  position: fixed;
  z-index: 6;
  top: 0;
  left: 0;
  right: 0;
}
.section-header .mobile-header .bottom-line .line-wrapper {
  background-color: #555264;
}
.section-header .mobile-header .line-block,
.section-header .mobile-header .info-box,
.section-header .mobile-header .logo-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.section-header .mobile-header .line-block {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
.section-header .mobile-header .logo-box {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 0 6px;
}
@media (max-width: 560px) {
  .section-header .mobile-header .logo-box {
    width: 50%;
  }
}
.section-header .mobile-header .info-box {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 590px;
  padding: 10px 0;
}
@media (max-width: 560px) {
  .section-header .mobile-header .info-box {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    padding: 0;
  }
}
.section-header .mobile-header .logo {
  margin-right: 20px;
}
.section-header .mobile-header .logo img {
  height: 26px;
}
.section-header .mobile-header .current-city,
.section-header .mobile-header .phone-box,
.section-header .mobile-header .email-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
  font-weight: 400;
}
@media (max-width: 480px) {
  .section-header .mobile-header .email-box {
    position: absolute;
    right: 15px;
    bottom: 5px;
  }
}
.section-header .mobile-header .phone-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  max-width: 270px;
  margin-right: 23px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media (max-width: 1023px) {
  .section-header .mobile-header .phone-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 560px) {
  .section-header .mobile-header .phone-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 50%;
    padding-right: 20px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin: 0;
  }
  .section-header .mobile-header .phone-box .mobile-header-phone-w-desc {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}
@media (max-width: 480px) {
  .section-header .mobile-header .phone-box {
    max-width: 100%;
    padding-right: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-size: 16px;
  }
}
.section-header .mobile-header .phone-box .mobile-header-phone-desc {
  font-size: 12px;
  width: 100%;
  color: #777777;
}
@media (max-width: 480px) {
  .section-header .mobile-header .phone-box .mobile-header-phone-desc {
    font-size: 14px;
    margin-top: 5px;
  }
}
.section-header .mobile-header .current-city {
  margin-right: 20px;
}
@media (max-width: 750px) {
  .section-header .mobile-header .current-city {
    display: none;
  }
}
.section-header .mobile-header .current-city::before {
  width: 10px;
  height: 14px;
  margin-right: 10px;
  -webkit-filter: invert(1);
          filter: invert(1);
  position: relative;
  top: -2px;
}
.section-header .mobile-header .current-city-text {
  color: #000000;
}
.section-header .mobile-header .menu-button-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 0;
}
.section-header .mobile-header .menu-button-box span {
  font-size: 14px;
}
.section-header .mobile-header .mobile-menu-button {
  margin-right: 10px;
}
.section-header .mobile-header .mobile-menu-button i {
  display: block;
  background-color: #fff;
  height: 3px;
  width: 24px;
}
.section-header .mobile-header .mobile-menu-button i:not(:last-child) {
  margin-bottom: 5px;
}
.section-header .mobile-header .actions-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.section-header .mobile-header .cabinet-link,
.section-header .mobile-header .cabinet-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section-header .mobile-header .cabinet-link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4px 16px 4px 6px;
  margin-left: 10px;
  position: relative;
}
.section-header .mobile-header .cabinet-link::before {
  width: 20px;
  height: 20px;
  min-width: 20px;
}
.section-header .mobile-header .cabinet-link::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.3);
}
.section-header .mobile-header .cabinet-link.user-name {
  font-size: 16px;
  white-space: nowrap;
}
@media (max-width: 400px) {
  .section-header .mobile-header .cabinet-link.user-name {
    max-width: 150px;
    overflow: hidden;
  }
}
@media (max-width: 360px) {
  .section-header .mobile-header .cabinet-link.user-name {
    font-size: 0;
  }
}
.section-header .mobile-header .cabinet-link.user-name::before {
  margin-right: 10px;
}
@media (max-width: 360px) {
  .section-header .mobile-header .cabinet-link.user-name::before {
    margin-right: 0;
  }
}
.section-header .mobile-header .header-cart-button {
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  font-weight: 400;
}
.section-header .mobile-header .header-cart-button::before {
  margin-right: 10px;
  width: 20px;
  height: 20px;
  min-width: 20px;
}
.section-header .mobile-header .header-cart-button .items-value {
  display: inline-block;
  width: 20px;
  white-space: nowrap;
}
.section-header .mobile-header .cart-sum-box {
  padding: 10px 15px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 750px) {
  .section-header .mobile-header .cart-sum-box {
    display: none;
  }
}
.section-header .mobile-header .cart-sum-box::before {
  content: "";
  display: block;
  position: absolute;
  width: 100vw;
  left: 0;
  bottom: 0;
  top: 0;
  background-color: #E5E5E5;
  z-index: 0;
}
.section-header .mobile-header .cart-sum {
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
  width: 70px;
}
.section-header .mobile-header .cart-sum .sum-value {
  font-weight: 700;
}
.section-header .mobile-menu-wrapper .menu-overlay {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 9;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 0.33s;
  -o-transition: opacity 0.33s;
  transition: opacity 0.33s;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
}
.section-header .mobile-menu-wrapper.active .menu-overlay {
  opacity: 1;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
.section-header .mobile-menu-wrapper.active .menu-container {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}
.section-header .menu-container {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  overflow: auto;
  background-color: #fff;
  z-index: 10;
  opacity: 0;
  width: 800px;
  max-width: 100vw;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: opacity 0.3s, -webkit-transform ease-in 0.3s;
  transition: opacity 0.3s, -webkit-transform ease-in 0.3s;
  -o-transition: transform ease-in 0.3s, opacity 0.3s;
  transition: transform ease-in 0.3s, opacity 0.3s;
  transition: transform ease-in 0.3s, opacity 0.3s, -webkit-transform ease-in 0.3s;
}
.section-header .mobile-menu {
  font-size: 16px;
  color: #000000;
  padding: 10px 0 30px;
}
.section-header .mobile-menu .current-city {
  margin-right: 40px;
}
.section-header .mobile-menu .current-city::before {
  width: 10px;
  height: 14px;
  margin-right: 10px;
  -webkit-filter: invert(1);
          filter: invert(1);
  position: relative;
  top: -2px;
}
.section-header .mobile-menu .current-city-text {
  color: #000000;
  font-size: 14px;
}
.section-header .mobile-menu ul {
  padding-left: 0;
  margin-bottom: 0;
}
.section-header .mobile-menu li {
  list-style-type: none;
}
.section-header .mobile-menu a {
  color: #000000;
}
.section-header .mobile-menu .menu-close-button {
  position: absolute;
  right: 0;
  top: 0;
  padding: 15px;
}
.section-header .mobile-menu .menu-close-button::before {
  width: 20px;
  height: 20px;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
.section-header .mobile-menu .menu-close-button:active::before {
  -webkit-filter: none;
          filter: none;
}
.section-header .mobile-menu .sub-menu,
.section-header .mobile-menu .sub2-menu,
.section-header .mobile-menu .sub3-menu {
  overflow: hidden;
  max-height: 0;
}
.section-header .mobile-menu .menu-header {
  font-size: 24px;
  margin-bottom: 10px;
  color: #555264;
  font-weight: 500;
  padding-top: 8px;
}
.section-header .mobile-menu .menu-header,
.section-header .mobile-menu .menu-link,
.section-header .mobile-menu .sub-link,
.section-header .mobile-menu .sub2-link,
.section-header .mobile-menu .sub3-link,
.section-header .mobile-menu .current-city {
  padding-left: 140px;
  display: block;
}
@media (max-width: 1023px) {
  .section-header .mobile-menu .menu-header,
  .section-header .mobile-menu .menu-link,
  .section-header .mobile-menu .sub-link,
  .section-header .mobile-menu .sub2-link,
  .section-header .mobile-menu .sub3-link,
  .section-header .mobile-menu .current-city {
    padding-left: 20px;
  }
}
.section-header .mobile-menu .menu-link,
.section-header .mobile-menu .sub-link {
  padding-top: 10px;
  padding-bottom: 10px;
}
.section-header .mobile-menu .menu-link {
  background-color: #E5E5E5;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.section-header .mobile-menu .js-toggle-wrapper.active ~ .sub-menu,
.section-header .mobile-menu .js-toggle-wrapper.active ~ .sub2-menu,
.section-header .mobile-menu .js-toggle-wrapper.active ~ .sub3-menu {
  max-height: 3000px;
}
.section-header .mobile-menu .js-toggle-wrapper.menu-link {
  background-color: #555264;
}
.section-header .mobile-menu .js-toggle-wrapper.menu-link a, .section-header .mobile-menu .js-toggle-wrapper.menu-link span {
  color: #ffffff;
}
.section-header .mobile-menu .js-toggle-wrapper.menu-link, .section-header .mobile-menu .js-toggle-wrapper.sub-link, .section-header .mobile-menu .js-toggle-wrapper.sub2-link {
  padding-right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 0;
  padding-bottom: 0;
}
.section-header .mobile-menu .js-toggle-wrapper.menu-link a, .section-header .mobile-menu .js-toggle-wrapper.menu-link span, .section-header .mobile-menu .js-toggle-wrapper.sub-link a, .section-header .mobile-menu .js-toggle-wrapper.sub-link span, .section-header .mobile-menu .js-toggle-wrapper.sub2-link a, .section-header .mobile-menu .js-toggle-wrapper.sub2-link span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 20px;
}
.section-header .mobile-menu .js-toggle-wrapper.sub2-link a, .section-header .mobile-menu .js-toggle-wrapper.sub2-link span {
  padding-top: 6px;
  padding-bottom: 6px;
}
.section-header .mobile-menu .js-toggle-wrapper .toggle-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-right: -15px;
  padding-right: 15px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.section-header .mobile-menu .js-toggle-wrapper .toggle-item::after {
  content: "";
  display: inline-block;
  -webkit-background-size: contain;
          background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8.1 5.3'%3E%3Cpath d='M4 5.3L0 0h8.1L4 5.3z' fill='%23fff'/%3E%3C/svg%3E");
  width: 9px;
  height: 7px;
  opacity: 0.9;
}
.section-header .mobile-menu .js-toggle-wrapper.active::after {
  opacity: 1;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.section-header .mobile-menu .sub-link {
  background-color: #555555;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  color: #ffffff;
}
.section-header .mobile-menu .sub-link .svg-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section-header .mobile-menu .sub-link .svg-icon::before {
  width: 20px;
  min-width: 20px;
  height: 20px;
  margin-right: 10px;
  -webkit-filter: brightness(0) invert(1) opacity(0.7);
          filter: brightness(0) invert(1) opacity(0.7);
}
.section-header .mobile-menu .sub-link a, .section-header .mobile-menu .sub-link span {
  color: #ffffff;
}
.section-header .mobile-menu .sub2-link {
  background-color: #E5E5E5;
  padding-top: 6px;
  padding-bottom: 6px;
  font-weight: 400;
  border-bottom: 1px solid #ffffff;
}
.section-header .mobile-menu .sub2-link.js-toggle-wrapper .toggle-item::after {
  -webkit-filter: invert(1);
          filter: invert(1);
  opacity: 0.5;
}
.section-header .mobile-menu .sub3-link {
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #C6C6C6;
}
.section-header .mobile-menu .sub3-link span {
  padding-left: 15px;
  display: block;
}
.section-header .special-popup .popup-block {
  margin-left: 300px;
}
@media (max-width: 1600px) {
  .section-header .special-popup .popup-block {
    margin-left: 240px;
  }
}
@media (max-width: 1260px) {
  .section-header .special-popup .popup-block {
    text-align: left;
    margin-left: 0;
  }
}
.section-header .login-popup-wrapper a {
  color: #000000;
}
.section-header .login-popup-wrapper .popup-container {
  width: 500px;
  max-width: 100%;
}
@media (max-width: 1260px) {
  .section-header .login-popup-wrapper .popup-container {
    height: 100vh;
  }
}
@media (max-width: 1023px) {
  .section-header .login-popup-wrapper .popup-container {
    width: 100vw;
  }
}
.section-header .login-popup-wrapper .login-form {
  width: 320px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.section-header .login-popup-wrapper .login-button {
  width: 150px;
  height: 36px;
  font-size: 16px;
}
.section-header .login-popup-wrapper .register-link,
.section-header .login-popup-wrapper .password-link {
  color: #555264;
  display: block;
}
.section-header .login-popup-wrapper .password-link {
  margin-bottom: 5px;
}
.section-header .choose-city-wrapper .popup-container {
  padding-left: 40px;
  padding-right: 100px;
}
@media (max-width: 1600px) {
  .section-header .choose-city-wrapper .popup-container {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
  }
}
@media (max-width: 1260px) {
  .section-header .choose-city-wrapper .popup-container {
    padding-left: 140px;
    height: 100vh;
    width: 800px;
    max-width: 100%;
    overflow: hidden;
  }
}
@media (max-width: 1023px) {
  .section-header .choose-city-wrapper .popup-container {
    width: 100%;
    padding-left: 12vw;
    padding-right: 12vw;
    position: relative;
  }
}
@media (max-width: 750px) {
  .section-header .choose-city-wrapper .popup-container {
    padding-left: 5vw;
    padding-right: 5vw;
  }
}
@media (max-width: 1023px) {
  .section-header .choose-city-wrapper .close-button {
    right: 12vw;
  }
}
@media (max-width: 750px) {
  .section-header .choose-city-wrapper .close-button {
    right: 5vw;
  }
}
.section-header .choose-city-wrapper .popup-heading {
  text-align: left;
}
@media (max-width: 1600px) {
  .section-header .choose-city-wrapper .popup-heading {
    margin-bottom: 15px;
  }
}
@media (max-width: 1260px) {
  .section-header .choose-city-wrapper .popup-heading .region {
    display: none;
  }
}
.section-header .choose-city-wrapper .popup-heading .city {
  display: none;
}
@media (max-width: 1260px) {
  .section-header .choose-city-wrapper .popup-heading .city {
    display: block;
  }
}
.section-header .choose-city-wrapper .search-city {
  margin-bottom: 40px;
  position: relative;
  width: 900px;
  max-width: 100%;
}
@media (max-width: 1600px) {
  .section-header .choose-city-wrapper .search-city {
    margin-bottom: 30px;
  }
}
@media (max-width: 1260px) {
  .section-header .choose-city-wrapper .search-city {
    width: 100%;
  }
}
.section-header .choose-city-wrapper .search-city input {
  width: 100%;
}
.section-header .choose-city-wrapper .search-city input:focus ~ .search-button::before {
  -webkit-filter: none;
          filter: none;
  -webkit-filter: grayscale(1) opacity(1);
          filter: grayscale(1) opacity(1);
}
.section-header .choose-city-wrapper .search-city input:focus ~ .search-button:hover::before {
  -webkit-filter: grayscale(0) opacity(1);
          filter: grayscale(0) opacity(1);
}
.section-header .choose-city-wrapper .search-city .search-button {
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  padding-right: 12px;
  padding-left: 12px;
  font-size: 0;
}
.section-header .choose-city-wrapper .search-city .search-button::before {
  width: 24px;
  height: 24px;
  -webkit-filter: grayscale(1) opacity(0.5);
          filter: grayscale(1) opacity(0.5);
}
.section-header .choose-city-wrapper .cities-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
}
@media (max-width: 1600px) {
  .section-header .choose-city-wrapper .cities-block {
    padding-left: 20px;
  }
}
@media (max-width: 1260px) {
  .section-header .choose-city-wrapper .cities-block {
    padding-left: 0;
  }
}
.section-header .choose-city-wrapper .area-col {
  width: 350px;
  padding-right: 15px;
}
@media (max-width: 1600px) {
  .section-header .choose-city-wrapper .area-col {
    width: 290px;
  }
}
@media (max-width: 1260px) {
  .section-header .choose-city-wrapper .area-col {
    width: 100%;
  }
}
@media (max-width: 1600px) {
  .section-header .choose-city-wrapper .area-col.city {
    padding-right: 0;
  }
}
@media (max-width: 1260px) {
  .section-header .choose-city-wrapper .area-col.region, .section-header .choose-city-wrapper .area-col.district {
    display: none;
  }
}
.section-header .choose-city-wrapper .districts-list,
.section-header .choose-city-wrapper .regions-list {
  padding-left: 0;
  list-style-type: none;
}
.section-header .choose-city-wrapper .districts-list .list-item,
.section-header .choose-city-wrapper .regions-list .list-item {
  font-size: 15px;
  padding: 12px;
  position: relative;
  top: -12px;
  left: -12px;
  cursor: pointer;
  white-space: normal;
}
.section-header .choose-city-wrapper .districts-list .list-item.active, .section-header .choose-city-wrapper .districts-list .list-item:hover,
.section-header .choose-city-wrapper .regions-list .list-item.active,
.section-header .choose-city-wrapper .regions-list .list-item:hover {
  color: #555264;
}
.section-header .choose-city-wrapper .districts-list .list-item.active,
.section-header .choose-city-wrapper .regions-list .list-item.active {
  font-weight: bold;
}
.section-header .choose-city-wrapper .regions-list,
.section-header .choose-city-wrapper .cities-list {
  max-height: 370px;
  height: 370px;
  -webkit-transition: opacity 1s;
  -o-transition: opacity 1s;
  transition: opacity 1s;
}
@media (max-width: 1600px) {
  .section-header .choose-city-wrapper .cities-list {
    margin-right: 0;
  }
}
@media (max-width: 1260px) {
  .section-header .choose-city-wrapper .cities-list {
    height: calc(100vh - 160px);
    max-height: calc(100vh - 160px);
  }
}
.section-header .choose-city-wrapper .col-heading {
  font-size: 24px;
  color: #555264;
  margin-bottom: 30px;
  font-weight: 500;
}
@media (max-width: 1600px) {
  .section-header .choose-city-wrapper .col-heading {
    margin-bottom: 20px;
    font-size: 22px;
  }
}
@media (max-width: 1260px) {
  .section-header .choose-city-wrapper .col-heading {
    display: none;
  }
}
.section-header .choose-city-wrapper .cities-col {
  max-width: 100%;
}
@media (max-width: 1260px) {
  .section-header .choose-city-wrapper .cities-col {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 540px) {
  .section-header .choose-city-wrapper .cities-col {
    display: block;
    height: auto !important;
  }
}
.section-header .choose-city-wrapper .cities-col .cities-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 15px;
}
@media (max-width: 1260px) {
  .section-header .choose-city-wrapper .cities-col .cities-group {
    width: 33.33%;
    overflow: hidden;
    max-width: 33.33%;
  }
}
@media (max-width: 750px) {
  .section-header .choose-city-wrapper .cities-col .cities-group {
    width: 50%;
    max-width: 50%;
  }
}
@media (max-width: 540px) {
  .section-header .choose-city-wrapper .cities-col .cities-group {
    width: 100%;
    max-width: 100%;
  }
}
.section-header .choose-city-wrapper .cities-col .cities-box {
  margin-top: -12px;
  font-size: 15px;
}
.section-header .choose-city-wrapper .cities-col .city-line {
  padding: 12px;
  margin-left: -12px;
  cursor: pointer;
  overflow: hidden;
}
.section-header .choose-city-wrapper .cities-col .city-line.active, .section-header .choose-city-wrapper .cities-col .city-line:hover {
  color: #555264;
}
.section-header .choose-city-wrapper .cities-col .city-line.active {
  font-weight: bold;
}
.section-header .choose-city-wrapper .cities-col .group-letter {
  margin-right: 20px;
  color: #787e83;
}

.section-chin {
  position: relative;
  z-index: 6;
  background-color: #fff;
}
@media (max-width: 1260px) {
  .section-chin {
    height: auto !important;
  }
}
.section-chin.regular-section {
  margin-bottom: 0;
  padding-bottom: 0;
}
@media (min-width: 1261px) {
  .section-chin.fixed .header-chin {
    top: 0;
    position: fixed;
  }
  .section-chin.fixed .header-chin::before {
    -webkit-box-shadow: 1px 1px 6px 6px rgba(0, 0, 0, 0.03);
            box-shadow: 1px 1px 6px 6px rgba(0, 0, 0, 0.03);
  }
  .section-chin:Not(.fixed) .header-chin {
    width: auto !important;
  }
}
.section-chin .chin-box,
.section-chin .header-cart-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1260px) {
  .section-chin .header-cart-block.full-header {
    display: none;
  }
}
.section-chin .header-chin {
  padding-top: 20px;
  position: relative;
  padding-bottom: 20px;
}
.section-chin .header-chin::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -40px;
  background-color: #ffffff;
  z-index: 0;
  background-repeat: no-repeat;
  bottom: 0;
  width: 80vw;
}
@media (max-width: 1260px) {
  .section-chin .header-chin {
    padding-top: 10px;
    padding-bottom: 10px;
    width: auto !important;
  }
}
.section-chin .chin-box {
  position: relative;
}
@media (max-width: 1023px) {
  .section-chin .chin-box {
    padding-bottom: 0;
  }
}
.section-chin .header-search-block {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.section-chin .header-search {
  position: relative;
  margin-right: 30px;
}
@media (max-width: 1260px) {
  .section-chin .header-search {
    margin-right: 0;
  }
}
.section-chin .header-search input {
  width: 100%;
  border: 1px solid #E7313C;
  height: 44px;
  padding: 0 20px;
  color: #777777;
  outline: 0;
  opacity: 0.8;
}
@media (max-width: 400px) {
  .section-chin .header-search input {
    padding: 0 5px;
  }
}
.section-chin .header-search input:placeholder {
  color: #777777;
  font-weight: normal;
}
@media (max-width: 1023px) {
  .section-chin .header-search input:placeholder {
    font-size: 13px;
  }
}
.section-chin .header-search input:focus {
  outline: 2px solid rgba(231, 49, 60, 0.5);
}
.section-chin .header-search input:focus ~ .header-search-button {
  opacity: 1;
}
.section-chin .header-search .header-search-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  width: 44px;
  right: 0;
  bottom: 0;
  top: 0;
  font-size: 0;
  opacity: 0.8;
  -webkit-transition: opacity 0.33s;
  -o-transition: opacity 0.33s;
  transition: opacity 0.33s;
}
.section-chin .header-search .header-search-button::before {
  width: 24px;
  height: 24px;
}
.section-chin .header-search .header-search-button:hover::before {
  -webkit-transform: scale(1.07);
      -ms-transform: scale(1.07);
          transform: scale(1.07);
}
.section-chin .full-header .header-cart-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 20px;
  font-size: 14px;
  color: #000000;
  font-weight: normal;
  font-size: 16px;
}
.section-chin .full-header .header-cart-button:hover {
  color: #000000;
  text-decoration: none;
}
.section-chin .full-header .header-cart-button.cart-button {
  background-color: #555264;
  color: #ffffff;
  min-width: 90px;
}
.section-chin .full-header .header-cart-button.cart-button::before {
  width: 24px;
  height: 24px;
}
.section-chin .full-header .header-cart-button.cart-button:hover {
  opacity: 0.9;
}
.section-chin .full-header .header-cart-button.cart-sum {
  background-color: #F4F4F4;
  min-width: 130px;
}
.section-chin .full-header .header-cart-button.cart-sum:hover {
  background-color: #eeeeee;
}
.section-chin .full-header .header-cart-button .items-value,
.section-chin .full-header .header-cart-button .sum-value {
  font-weight: 700;
}
.section-chin .full-header .header-cart-button .items-value {
  padding-left: 13px;
}

.fast-search-block.show .overlay-block {
  display: block;
}
.fast-search-block .fast-search-box {
  padding-top: 10px;
  z-index: 1;
  background-color: #fff;
  position: relative;
}
.fast-search-block .overlay-block {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
  display: none;
}
.fast-search-block .overlay-block .mCSB_scrollTools {
  margin-top: 10px;
}
@media (max-width: 750px) {
  .fast-search-block .overlay-block .mCSB_scrollTools {
    margin-top: 6px;
  }
}
.fast-search-block .results-list {
  padding-left: 0;
  margin-bottom: 0;
  padding-top: 5px;
  margin-top: 0;
  list-style-type: none;
}
@media (max-width: 750px) {
  .fast-search-block .results-list {
    padding-top: 0;
  }
}
.fast-search-block .result-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 10px;
  position: relative;
  max-width: 100%;
}
.fast-search-block .result-line:hover {
  background-color: rgba(85, 82, 100, 0.15);
}
.fast-search-block .result-line:hover .item-availability {
  z-index: 1;
}
@media (max-width: 750px) {
  .fast-search-block .result-line {
    padding: 6px 10px;
  }
}
.fast-search-block .result-line .result-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media (max-width: 750px) {
  .fast-search-block .result-line .result-info {
    font-size: 14px;
  }
}
.fast-search-block .result-line .item-availability {
  margin-bottom: 0;
  padding-right: 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  width: 140px;
  min-width: 140px;
}
@media (max-width: 750px) {
  .fast-search-block .result-line .item-availability {
    display: none;
  }
}
.fast-search-block .result-line .item-availability .form-notices {
  margin-bottom: 0;
}
.fast-search-block .result-line .item-availability .form-notice {
  margin-bottom: 0;
}
.fast-search-block .result-line .item-availability .availability-value {
  font-size: 13px;
  padding-left: 5px;
}
.fast-search-block .result-line .item-image {
  height: 30px;
  width: 30px;
  min-width: 30px;
  margin-right: 20px;
}
@media (max-width: 750px) {
  .fast-search-block .result-line .item-image {
    margin-right: 10px;
  }
}
.fast-search-block .result-line .item-image img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.fast-search-block .result-line .item-title {
  color: #000000;
  text-decoration: none;
  padding-right: 10px;
}
.fast-search-block .result-line .result-price {
  font-size: 16px;
  font-weight: 700;
  white-space: nowrap;
  min-width: 100px;
  width: 100px;
  text-align: right;
}
@media (max-width: 750px) {
  .fast-search-block .result-line .result-price {
    font-size: 14px;
    width: 80px;
    min-width: 80px;
  }
}
.fast-search-block .full-result {
  text-align: center;
}
.fast-search-block .full-result .full-result-link {
  display: inline-block;
  width: 100%;
  padding: 10px;
  font-size: 16px;
}
@media (max-width: 750px) {
  .fast-search-block .full-result .full-result-link {
    font-size: 14px;
  }
}

.title-search-result {
  z-index: 3;
}

.b-search-switch {
  position: relative;
  text-align: right;
  font-size: 14px;
}

.b-search-switch.active .b-search-switch__selected::after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.b-search-switch.active .b-search-switch__dropdown {
  display: block;
}
.b-search-switch.active .b-search-switch__dropdown.webkit-scrollbar {
  margin-right: 0;
}

.b-search-switch__selected {
  padding: 8px 30px 8px 15px;
  font-weight: 400;
  max-width: 170px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  letter-spacing: 0.01em;
  cursor: pointer;
  background: #F4F4F4;
}
@media (max-width: 460px) {
  .b-search-switch__selected {
    max-width: 100%;
  }
}
.b-search-switch__selected:hover {
  background: rgb(231.25, 231.25, 231.25);
}
.b-search-switch__selected::after {
  content: "";
  width: 10px;
  height: 14px;
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12.3 7.1'%3E%3Cpath  d='M0 1C0 .9 0 .8.1.7L.7.1C.8 0 .9 0 1 0c.1 0 .2 0 .3.1l4.8 4.8L11 .1c0-.1.1-.1.2-.1s.2 0 .3.1l.6.6c.1.1.1.2.1.3 0 .1 0 .2-.1.3L6.4 7c-.1.1-.2.1-.3.1-.1 0-.2 0-.3-.1L.1 1.3C0 1.2 0 1.1 0 1z' fill='%23040000'/%3E%3C/svg%3E");
  -webkit-background-size: contain;
          background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
  margin-left: 6px;
  position: absolute;
  right: 15px;
  top: 10px;
}

.b-search-switch__input-check {
  display: none;
}
.b-search-switch__input-check:checked + * {
  --bg-color: rgb(231.25, 231.25, 231.25);
  font-weight: 500;
}

.b-search-switch__dropdown {
  position: absolute;
  top: 100%;
  right: 0;
  background: #F4F4F4;
  min-width: 100%;
  display: none;
  text-align: left;
  border-bottom: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  max-height: 471px;
  overflow: auto;
}

.b-search-switch__item {
  display: block;
  padding: 10px 15px 10px 15px;
  background-color: var(--bg-color);
  cursor: pointer;
  white-space: nowrap;
  font-weight: 400;
  letter-spacing: 0.01em;
  border-top: 1px solid #cccccc;
}
.b-search-switch__item:hover {
  --bg-color: rgb(231.25, 231.25, 231.25);
}

.header-search-input-wrap {
  position: relative;
}

.header-search .b-search-switch {
  position: absolute;
  right: 0;
  top: 0;
  min-height: calc(100% - 10px);
  margin: 5px;
  margin-right: 42px;
}
@media (max-width: 460px) {
  .header-search .b-search-switch {
    position: relative;
    margin-left: 0;
    margin-right: 0;
  }
  .header-search .b-search-switch__item,
  .header-search .b-search-switch__selected {
    padding: 13px 15px 13px;
    text-align: center;
  }
  .header-search .b-search-switch__selected:after {
    position: static;
  }
}

.b-counter-badge {
  position: absolute;
  background-color: #E7313C;
  -webkit-border-radius: 50rem;
          border-radius: 50rem;
  left: 100%;
  top: -5px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
  font-size: 11px;
  padding: 3px;
  min-width: 20px;
  min-height: 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.b-counter-badge:empty {
  display: none;
}

.mob-header-link {
  position: relative;
  display: inline-block;
  margin-left: 16px;
}

.left-col-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  background-color: #ffffff;
  width: 314px;
  min-width: 314px;
}
@media (max-width: 1350px) {
  .left-col-wrapper {
    width: 240px;
    min-width: 240px;
  }
}
@media (max-width: 1260px) {
  .left-col-wrapper {
    display: none;
  }
}
.left-col-wrapper .left-col-box {
  background-color: #ffffff;
  width: 314px;
  min-width: 314px;
  position: fixed;
  bottom: 0;
  top: 0;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 1350px) {
  .left-col-wrapper .left-col-box {
    width: 240px;
    min-width: 240px;
  }
}
.left-col-wrapper .left-logo {
  padding: 12px 0 13px;
}
.left-col-wrapper .left-logo .logo-box {
  display: block;
}
.left-col-wrapper .left-logo .logo-box:hover {
  color: #000000;
}
.left-col-wrapper .left-logo:hover .logo .blink-line {
  opacity: 1;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform ease-out 0.4s;
  transition: -webkit-transform ease-out 0.4s;
  -o-transition: transform ease-out 0.4s;
  transition: transform ease-out 0.4s;
  transition: transform ease-out 0.4s, -webkit-transform ease-out 0.4s;
}
.left-col-wrapper .left-logo:hover .logo .blink-line::before {
  opacity: 0.4;
}
.left-col-wrapper .left-logo .logo {
  overflow: hidden;
  font-size: 0;
  margin-bottom: 10px;
  position: relative;
  margin-top: 17px;
}
.left-col-wrapper .left-logo .logo img {
  max-height: 58px;
  display: block;
}
.left-col-wrapper .left-logo .logo .blink-line {
  position: absolute;
  left: -12%;
  top: -10%;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  display: block;
  height: 120%;
  width: 100%;
}
.left-col-wrapper .left-logo .logo .blink-line::before {
  content: "";
  display: block;
  height: 100%;
  width: 10%;
  -webkit-transform: rotate(-20deg);
      -ms-transform: rotate(-20deg);
          transform: rotate(-20deg);
  background-color: #ffffff;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 0;
}
.left-col-wrapper .fly-menu-wrapper .angle-pointer {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 0 20px 10px;
  border-color: transparent transparent transparent #555264;
  z-index: 1;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.left-col-wrapper .fly-menu-wrapper .close-button {
  position: absolute;
  right: 0;
  top: 0;
  padding: 15px;
}
.left-col-wrapper .fly-menu-wrapper .close-button::before {
  width: 25px;
  height: 25px;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  -webkit-transition: -webkit-filter 0.2s;
  transition: -webkit-filter 0.2s;
  -o-transition: filter 0.2s;
  transition: filter 0.2s;
  transition: filter 0.2s, -webkit-filter 0.2s;
}
.left-col-wrapper .fly-menu-wrapper .close-button:hover::before {
  -webkit-filter: none;
          filter: none;
}
.left-col-wrapper .fly-menu-wrapper.active .fly-menu-block {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
.left-col-wrapper .fly-menu-wrapper.active .fly-menu-overlay {
  margin: 0;
  opacity: 1;
}
.left-col-wrapper .fly-menu-wrapper .fly-menu-block {
  background-color: #fff;
  -webkit-transform: translate(-100%);
      -ms-transform: translate(-100%);
          transform: translate(-100%);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 100%;
  z-index: 9;
  -webkit-transition: -webkit-transform 0.33s;
  transition: -webkit-transform 0.33s;
  -o-transition: transform 0.33s;
  transition: transform 0.33s;
  transition: transform 0.33s, -webkit-transform 0.33s;
  max-height: 100vh;
}
.left-col-wrapper .fly-menu-wrapper .scrollbar-box {
  padding: 20px 40px;
  overflow: auto;
  height: 100%;
  margin-right: 0;
}
.left-col-wrapper .fly-menu-wrapper .scrollbar-box.mCustomScrollbar {
  padding-right: 0;
}
.left-col-wrapper .fly-menu-wrapper .scrollbar-box.mCustomScrollbar .mCSB_inside > .mCSB_container {
  margin-right: 0;
}
.left-col-wrapper .fly-menu-wrapper .scrollbar-box.mCustomScrollbar .mCSB_scrollTools {
  width: 8px;
}
.left-col-wrapper .fly-menu-wrapper .fly-menu-overlay {
  position: fixed;
  width: 100vw;
  bottom: 0;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 8;
  margin-left: -100vw;
  opacity: 0;
  -webkit-transition: opacity 0.33s;
  -o-transition: opacity 0.33s;
  transition: opacity 0.33s;
}
.left-col-wrapper .left-col-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  z-index: 10;
  width: 100%;
  -webkit-box-shadow: 6px 6px 8px -1px rgba(0, 0, 0, 0.1);
          box-shadow: 6px 6px 8px -1px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
.left-col-wrapper .left-col-container::before {
  content: "";
  display: block;
  position: absolute;
  left: -1000px;
  bottom: 0;
  top: 0;
  right: 0;
  z-index: 0;
  background-color: #fff;
}
.left-col-wrapper .left-col {
  position: relative;
  width: 100%;
}
.left-col-wrapper .menu-tab {
  position: absolute;
  -webkit-transform: scaleY(0);
      -ms-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transition: opacity 0.33s;
  -o-transition: opacity 0.33s;
  transition: opacity 0.33s;
  -webkit-transform-origin: 50% 0;
      -ms-transform-origin: 50% 0;
          transform-origin: 50% 0;
  opacity: 0;
}
.left-col-wrapper .menu-tab.active {
  position: static;
  -webkit-transform: scaleY(1);
      -ms-transform: scaleY(1);
          transform: scaleY(1);
  opacity: 1;
}
.left-col-wrapper .menu-tabs-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid rgba(231, 49, 60, 0.8);
  margin-bottom: 11px;
  margin-right: 13px;
}
.left-col-wrapper .menu-tab-button {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-weight: 500;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #999999;
  border-bottom: 3px solid rgba(231, 49, 60, 0.5);
}
.left-col-wrapper .menu-tab-button.active {
  color: #000000;
  border-color: #E7313C;
}
.left-col-wrapper .left-menu .left-mega-menu {
  padding: 0;
  max-height: calc(100vh - 180px);
  overflow-x: visible;
}
@media (max-width: 1600px) {
  .left-col-wrapper .left-menu .left-mega-menu {
    max-height: calc(100vh - 170px);
  }
}
.left-col-wrapper .left-menu .left-mega-menu.mCS_no_scrollbar .mCustomScrollBox,
.left-col-wrapper .left-menu .left-mega-menu.mCS_no_scrollbar .mCSB_container {
  overflow: visible;
}
.left-col-wrapper .left-menu .menu-item,
.left-col-wrapper .left-menu .sub-item,
.left-col-wrapper .left-menu .subsub-item {
  list-style-type: none;
}
.left-col-wrapper .left-menu .menu-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  font-weight: 500;
  padding: 4px 15px;
  line-height: 1;
  -webkit-transition: background-color 0.33s;
  -o-transition: background-color 0.33s;
  transition: background-color 0.33s;
  background-color: #fff;
  min-height: 42px;
}
.left-col-wrapper .left-menu .menu-link .link-icon {
  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;
  width: 32px;
  height: 32px;
  min-width: 32px;
  margin-right: 10px;
  background-color: #fff;
}
.left-col-wrapper .left-menu .menu-link .link-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.left-col-wrapper .left-menu .menu-link.active, .left-col-wrapper .left-menu .menu-link.current {
  background-color: #EDEDED;
}
.left-col-wrapper .left-menu .menu-link.active::before, .left-col-wrapper .left-menu .menu-link.current::before {
  -webkit-filter: none;
          filter: none;
}
.left-col-wrapper .left-menu .menu-link.active:hover, .left-col-wrapper .left-menu .menu-link.current:hover {
  color: #000000;
}
.left-col-wrapper .left-menu .menu-link.active {
  background-color: #f5f5f2;
}
.left-col-wrapper .left-menu .menu-link.active::after {
  -webkit-transform: translateX(0) scale(1);
      -ms-transform: translateX(0) scale(1);
          transform: translateX(0) scale(1);
}
.left-col-wrapper .left-menu .menu-link:hover:not(.active) {
  color: #000000;
  background-color: #EDEDED;
}
.left-col-wrapper .left-menu .menu-link:hover:not(.active)::before {
  -webkit-filter: grayscale(1) opacity(0.7);
          filter: grayscale(1) opacity(0.7);
}
.left-col-wrapper .left-menu .sub-menu {
  display: none;
}
.left-col-wrapper .submenu-cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.left-col-wrapper .submenu-col {
  width: 350px;
  max-width: 350px;
}
@media (max-width: 1600px) {
  .left-col-wrapper .submenu-col {
    width: 291px;
    max-width: 293px;
  }
}
.left-col-wrapper .submenu-col.two {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 700px;
  max-width: 700px;
}
.left-col-wrapper .submenu-col.two .sub-item {
  width: 50%;
  min-width: 50%;
  margin-bottom: 10px;
}
.left-col-wrapper .submenu-col.two .sub-link {
  margin-bottom: 10px;
}
.left-col-wrapper .sub-menu {
  padding-left: 0;
  margin-bottom: 0;
}
.left-col-wrapper .sub-item {
  padding-right: 20px;
  margin-bottom: 25px;
  list-style-type: none;
}
.left-col-wrapper .sub-link {
  font-size: 15px;
  font-weight: 500;
  color: #555264;
  margin-bottom: 15px;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.left-col-wrapper .sub-link:hover {
  color: #E7313C;
}
.left-col-wrapper .sub-link .link-icon {
  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;
  width: 32px;
  height: 32px;
  min-width: 32px;
  margin-right: 10px;
  background-color: #fff;
}
.left-col-wrapper .sub-link .link-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.left-col-wrapper .submenu-header {
  font-size: 28px;
  color: #989898;
  margin-bottom: 20px;
  list-style-type: none;
}
.left-col-wrapper .submenu-header a {
  color: #989898;
}
.left-col-wrapper .subsub-menu {
  padding-left: 42px;
}
.left-col-wrapper .left-brands-list {
  list-style-type: none;
  padding-left: 0;
  max-height: calc(100vh - 215px);
}
.left-col-wrapper .left-brands-list .list-item {
  padding: 0 10px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.left-col-wrapper .left-brands-list .item-image {
  margin-right: 20px;
  width: 75px;
}
.left-col-wrapper .left-brands-list .item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.detail-section {
  margin-bottom: 40px;
}
.detail-section::after {
  content: "";
  display: table;
  clear: both;
}
.detail-section .detail-header {
  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;
  border-bottom: 1px solid #000;
  margin-bottom: 12px;
  padding-bottom: 7px;
}
.detail-section .detail-heading {
  margin-bottom: 0;
}
@media (max-width: 1023px) {
  .detail-section .item-block-desktop {
    display: none;
  }
}
@media (min-width: 1024px) {
  .detail-section .item-block-mobile {
    display: none;
  }
}
.detail-section .product-brand {
  height: 42px;
  width: 150px;
  min-width: 150px;
}
@media (max-width: 1600px) {
  .detail-section .product-brand {
    display: none;
  }
}
.detail-section .product-brand img {
  height: 100%;
}
.detail-section .detail-box {
  display: grid;
  grid-template-rows: auto 1fr;
  grid-auto-rows: auto;
  grid-template-columns: 1fr 2fr 260px;
  row-gap: 5px;
}
@media (max-width: 1600px) {
  .detail-section .detail-box {
    display: grid;
  }
}
@media (max-width: 1023px) {
  .detail-section .detail-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.detail-section .images-box {
  position: relative;
  padding-right: 30px;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  grid-row: span 2;
}
@media (max-width: 1600px) {
  .detail-section .images-box .image-box:nth-child(1n+2):not(.is-3d-viewer) {
    display: none;
  }
  .detail-section .images-box .label-official {
    font-size: 10px;
  }
  .detail-section .images-box .special.item-label {
    font-size: 12px;
  }
}
@media (max-width: 1023px) {
  .detail-section .images-box {
    width: auto;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding-right: 0;
  }
}
@media (max-width: 540px) {
  .detail-section .images-box {
    padding-right: 0;
  }
}
.detail-section .detail-article {
  grid-column: 1/2;
  -ms-flex-line-pack: center;
      align-content: center;
  font-size: 16px;
}
.detail-section .detail-country {
  -ms-flex-line-pack: center;
      align-content: center;
  color: #777;
  font-size: 16px;
}
.detail-section .rating-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.detail-section .detail-country-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-area: 1/2/2/4;
}
@media (max-width: 1023.98px) {
  .detail-section .detail-country-rating {
    -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;
  }
}
.detail-section .detail-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1023.98px) {
  .detail-section .detail-rating {
    width: 100%;
  }
}
.detail-section .b-prod-rating {
  padding-right: 36px;
}
@media (max-width: 750.98px) {
  .detail-section .b-prod-rating {
    padding-right: 0;
  }
}
.detail-section .detail-user-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px 6px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 260px;
}
@media (max-width: 1023px) {
  .detail-section .detail-user-actions {
    gap: 6px 16px;
    margin-left: auto;
    width: auto;
  }
}
@media (max-width: 750px) {
  .detail-section .detail-user-actions .b-action-btn__text {
    display: none;
  }
}
.detail-section .item-labels {
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 3;
  pointer-events: none;
}
.detail-section .item-labels.special {
  top: auto;
  left: auto;
  bottom: 10px;
  right: 10px;
}
.detail-section .item-labels.special .item-label {
  background-color: #E7313C;
  color: #ffffff;
  width: 100px;
  white-space: normal;
  height: auto;
  line-height: 1.5;
  padding: 5px 7px;
}
.detail-section .big-images {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  cursor: pointer;
}
.detail-section .big-images .item-box,
.detail-section .big-images .mid-image {
  height: 100%;
}
.detail-section .big-images .item-box {
  min-width: 100%;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  position: relative;
  z-index: 2;
  background-color: #fff;
}
.detail-section .big-images .item-box.active {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: -webkit-transform ease-out 0.5s;
  transition: -webkit-transform ease-out 0.5s;
  -o-transition: transform ease-out 0.5s;
  transition: transform ease-out 0.5s;
  transition: transform ease-out 0.5s, -webkit-transform ease-out 0.5s;
}
.detail-section .popup-image {
  display: none;
}
.detail-section .popup-image {
  position: relativeы;
}
.detail-section .main-image {
  height: 300px;
  width: 400px;
  border: 1px solid #C6C6C6;
  margin-bottom: 17px;
  position: relative;
  padding: 25px;
}
@media (max-width: 1600px) {
  .detail-section .main-image {
    width: 100%;
    height: 230px;
  }
}
@media (max-width: 750px) {
  .detail-section .main-image {
    height: 220px;
  }
}
.detail-section .main-image img {
  height: 100%;
  width: 100%;
  min-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  opacity: 1;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.detail-section .detail-flag {
  position: absolute;
  height: 35px !important;
  width: auto !important;
  min-width: auto !important;
  bottom: 0;
  left: 0;
  z-index: 3;
}
.detail-section .images-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -10px;
}
.detail-section .images-nav .image-box {
  font-size: 0;
  margin: 0 10px 20px;
}
.detail-section .images-nav .image-box:hover .image-nav, .detail-section .images-nav .image-box.active .image-nav {
  border-color: #E7313C;
}
.detail-section .images-nav .image-nav {
  width: 80px;
  display: inline-block;
  height: 80px;
  border: 1px solid #C6C6C6;
  overflow: hidden;
  cursor: pointer;
  padding: 5px;
}
.detail-section .images-nav .image-nav img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.detail-section .item-info {
  padding-right: 36px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media (max-width: 1023px) {
  .detail-section .item-info {
    width: 100%;
    padding-rigth: 0;
  }
}
.detail-section .item-brand {
  font-size: 18px;
}
.detail-section .item-brand .brand-logo {
  padding-bottom: 10px;
  display: inline-block;
}
.detail-section .item-brand .brand-logo img {
  width: 100px;
  max-width: 100%;
  height: auto;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
.detail-section .item-brand .brand-link {
  color: #555264;
}
.detail-section .item-brand .brand-country {
  color: #777777;
}
.detail-section .download-box {
  margin-bottom: 30px;
}
.detail-section .download-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: underline;
  font-weight: 400;
  color: #555264;
}
.detail-section .download-link::before {
  width: 25px;
  min-width: 30px;
  height: 35px;
  margin-right: 8px;
}
.detail-section .download-link:hover::before {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.detail-section .item-description-block {
  margin-bottom: 32px;
  font-size: 14px;
}
.detail-section .table-label {
  font-size: 16px;
  margin-bottom: 15px;
}
.detail-section .item-params-table {
  border-collapse: collapse;
  color: #000000;
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 1260px) {
  .detail-section .item-params-table {
    margin-bottom: 20px;
  }
}
.detail-section .item-params-table .item-param-line td {
  padding: 5px 10px;
}
.detail-section .item-params-table .item-param-line:nth-of-type(2n) td {
  background-color: #F4F4F4;
}
.detail-section .item-params-table .item-param-line .item-param-value {
  min-width: 100px;
}
.detail-section .descriprion-button {
  font-size: 16px;
  color: #000000;
  width: 100%;
  text-align: left;
  padding: 15px 0;
  margin-top: -15px;
}
@media (min-width: 1261px) {
  .detail-section .descriprion-button {
    display: none;
  }
}
.detail-section .descriprion-button span {
  border-bottom: 1px dashed #000;
}
.detail-section .descriprion-button::after {
  width: 11px;
  height: 11px;
  margin-left: 5px;
  vertical-align: middle;
}
.detail-section .item-description-additional {
  margin-top: 25px;
}
.detail-section .item-article p, .detail-section .item-article ul, .detail-section .item-article ol {
  font-size: 14px;
  color: #555555;
}
.detail-section .item-article ul {
  padding-left: 20px;
}
.detail-section .item-order {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
@media (max-width: 1600px) {
  .detail-section .item-order {
    float: right;
    width: 54%;
    min-width: 0;
    margin-bottom: 25px;
  }
}
@media (max-width: 1023px) {
  .detail-section .item-order {
    -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
            order: initial;
    width: 250px;
  }
}
@media (max-width: 750px) {
  .detail-section .item-order {
    width: 180px;
  }
}
@media (max-width: 540px) {
  .detail-section .item-order {
    width: 100%;
    display: block;
  }
}
.detail-section .item-prices {
  margin-bottom: 20px;
}
@media (max-width: 540px) {
  .detail-section .item-prices {
    width: 100%;
  }
}
.detail-section .item-prices .prices-label {
  margin-top: 6px;
  font-size: 13px;
  color: #666;
}
.detail-section .item-prices .current-price {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 6px;
}
.detail-section .item-prices .old-price {
  color: #999999;
}
.detail-section .availability-label {
  padding-bottom: 2px;
  padding-right: 7px;
}
.detail-section .item-availability {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media (max-width: 540px) {
  .detail-section .item-availability {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
.detail-section .item-availability .availability-value {
  padding-left: 25px;
  padding-right: 22px;
  font-size: 16px;
  white-space: nowrap;
}
.detail-section .item-quantity {
  margin-bottom: 27px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.detail-section .item-quantity .quantity {
  border: 1px solid #F4F4F4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.detail-section .item-quantity .quantity-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 35px;
  height: 35px;
  background-color: #F4F4F4;
  font-size: 0;
}
.detail-section .item-quantity .quantity-button::before {
  height: 13px;
  opacity: 0.8;
}
.detail-section .item-quantity .quantity-button:hover {
  background-color: #eeeeee;
}
.detail-section .item-quantity .quantity-button:hover::before {
  opacity: 1;
}
.detail-section .item-quantity .quantity-button:active {
  opacity: 0.8;
}
.detail-section .item-quantity .less::before {
  width: 8px;
}
.detail-section .item-quantity .more::before {
  width: 13px;
}
.detail-section .item-quantity .quantity-input {
  width: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.detail-section .item-quantity .quantity-input input {
  width: 100%;
  outline: 0;
  text-align: center;
  border: 0;
  font-size: 22px;
  color: #000000;
  font-weight: 300;
  background-color: transparent;
}
.detail-section .order-buttons .form-notice::before {
  width: 24px;
  height: 24px;
  min-width: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.detail-section .order-buttons .cart-button {
  margin-bottom: 20px;
}
.detail-section .order-buttons .cart-button.active {
  background-color: #555264;
  border-color: #555264;
}
.detail-section .order-buttons .cart-button.active:hover {
  outline: none;
}
.detail-section .order-buttons .cart-button,
.detail-section .order-buttons .fast-order-button {
  width: 170px;
  height: 43px;
  line-height: 42px;
}
.detail-section .special-availability {
  padding-top: 40px;
}
.detail-section .special-availability .item-availability {
  margin-bottom: 0;
}
.detail-section .item-files {
  margin-top: 20px;
}
.detail-section .item-files .files-heading {
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: 700;
}
.detail-section .item-files .item-file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: underline;
  font-weight: 400;
  color: #555264;
  margin-bottom: 10px;
  font-size: 13px;
}
.detail-section .item-files .item-file:hover {
  text-decoration: none;
}
.detail-section .item-files .item-file::before {
  width: 25px;
  min-width: 30px;
  height: 35px;
  margin-right: 8px;
}
.detail-section .item-files .item-file:hover::before {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.detail-section .item-info-heading {
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 10px;
}
.detail-section .img-items-gallery {
  --gutter-x: 20px;
  --item-count: 4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: -20px;
  margin-left: calc(var(--gutter-x) * -1);
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.detail-section .img-items-gallery-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% / var(--item-count) - var(--gutter-x));
  border: 1px solid #C6C6C6;
  margin-left: var(--gutter-x);
  margin-top: 20px;
}
.detail-section .img-items-gallery-item img {
  aspect-ratio: 1;
  max-width: 100%;
  max-height: 100%;
  height: auto;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.detail-section .img-items-gallery-item:Hover {
  border-color: #E7313C;
}
.detail-section .brand-documents {
  margin-top: 20px;
}
.detail-section .item-product-summary-advantages {
  margin-top: 21px;
}
.detail-section .item-product-summary-advantages .item-advant {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 10px;
  font-weight: 400;
  font-size: 15px;
}
@media (min-width: 1261px) {
  .detail-section .item-product-summary-advantages .item-advant {
    font-size: 18px;
  }
}
.detail-section .item-product-summary-advantages .item-advant .icon {
  width: 30px;
  height: auto;
  vertical-align: top;
}
.detail-section .item-product-summary-advantages .item-advant .icon.flag {
  -webkit-border-radius: 100%;
          border-radius: 100%;
  height: 30px;
  -o-object-fit: cover;
     object-fit: cover;
}
.detail-section .item-product-summary-advantages .item-advant + .item-advant {
  margin-top: 20px;
}
@media (max-width: 1600px) {
  .detail-section .item-product-summary-advantages .item-advant + .item-advant {
    margin-top: 9px;
  }
}

.main-wrapper .products-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: 1px;
}
.main-wrapper .products-grid .product-item {
  margin-left: -1px;
  margin-top: -1px;
  padding: 15px;
  border: 1px solid #cccccc;
  width: 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.main-wrapper .products-grid .product-image {
  margin-bottom: 20px;
  height: 160px;
  display: block;
}
.main-wrapper .products-grid .product-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.main-wrapper .products-grid .product-about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.main-wrapper .products-grid .product-price {
  margin-bottom: 10px;
}
.main-wrapper .products-grid .current-price {
  font-size: 18px;
  font-weight: 400;
  white-space: nowrap;
  letter-spacing: -0.02em;
}
.main-wrapper .products-grid .old-price {
  color: #999999;
}
.main-wrapper .products-grid .product-brand {
  margin-bottom: 7px;
}
.main-wrapper .products-grid .product-brand .brand {
  color: #555264;
}
.main-wrapper .products-grid .product-brand .brand-country {
  color: #999999;
}
.main-wrapper .products-grid .item-availability {
  margin-bottom: 0;
}
.main-wrapper .products-grid .item-availability .availability-value {
  padding-top: 5px;
  font-size: 13px;
}
.main-wrapper .products-grid .item-availability .form-notices {
  position: relative;
  top: 3px;
  margin-bottom: 0;
  padding-left: 7px;
}
.main-wrapper .products-grid .item-availability .form-notices .form-notice {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  letter-spacing: -0.01em;
}
.main-wrapper .products-grid .item-availability .form-notices .form-notice::before {
  margin-right: 3px;
}
.main-wrapper .products-grid .product-info {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.popup-coat {
  display: none;
}

.mfp-content img {
  max-width: 100%;
}
.mfp-content .order-popup {
  background-color: #fff;
  width: 500px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.mfp-content .order-popup .popup-container {
  padding: 22px;
}
.mfp-content .order-popup .order-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}
.mfp-content .order-popup .order-image {
  width: 133px;
  min-width: 133px;
  height: 100px;
  border: 1px solid #C6C6C6;
  margin-right: 23px;
  padding: 10px;
}
@media (max-width: 500px) {
  .mfp-content .order-popup .order-image {
    width: 100px;
    min-width: 100px;
    height: 80px;
    margin-right: 10px;
  }
}
.mfp-content .order-popup .order-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: -webkit-transform 0.33s;
  transition: -webkit-transform 0.33s;
  -o-transition: transform 0.33s;
  transition: transform 0.33s;
  transition: transform 0.33s, -webkit-transform 0.33s;
}
.mfp-content .order-popup a.order-image:hover img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.mfp-content .order-popup .order-item-desc {
  font-size: 18px;
}
@media (max-width: 500px) {
  .mfp-content .order-popup .order-item-desc {
    font-size: 16px;
  }
}
.mfp-content .order-popup .order-item-desc .order-brand {
  margin-bottom: 7px;
}
.mfp-content .order-popup .order-phone {
  margin-bottom: 18px;
  text-align: center;
}
.mfp-content .order-popup .order-phone input {
  height: 44px;
  width: 320px;
  font-size: 18px;
}
.mfp-content .order-popup .order-phone input::-webkit-input-placeholder {
  font-size: 18px;
}
.mfp-content .order-popup .order-phone input::-moz-placeholder {
  font-size: 18px;
}
.mfp-content .order-popup .order-phone input::-ms-input-placeholder {
  font-size: 18px;
}
.mfp-content .order-popup .order-phone input::placeholder {
  font-size: 18px;
}
.mfp-content .order-popup .order-submit {
  text-align: center;
  margin-bottom: 30px;
}
@media (max-width: 500px) {
  .mfp-content .order-popup .order-submit {
    margin-bottom: 15px;
  }
}
.mfp-content .order-popup .order-note {
  text-align: center;
  font-size: 14px;
}

.detail-info-docs {
  background-color: #fff;
  width: 80%;
  height: 90vh;
  max-height: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media (max-width: 425px) {
  .detail-info-docs {
    height: 100vh;
    width: 100%;
  }
}
.detail-info-docs .popup-container {
  padding: 60px 22px;
}
.detail-info-docs .detail-pdf {
  width: 100%;
  height: 80vh;
  border: 1px solid #ccc;
}
@media (max-width: 425px) {
  .detail-info-docs .detail-pdf {
    height: 90vh;
  }
}

@media (max-width: 425px) {
  .mfp-container {
    padding: 0 !important;
  }
}
.detail-image .mfp-content {
  text-align: center;
}
.detail-image .popup-image {
  position: relative;
  background-color: #fff;
  min-width: 300px;
  min-height: 300px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.pupup-detailSpecial .popup-overlay {
  width: 100%;
  height: 100%;
}
.pupup-detailSpecial .popup-block {
  padding-left: calc(7vw + 300px);
}
@media (max-width: 1600px) {
  .pupup-detailSpecial .popup-block {
    padding-left: calc(4vw + 300px);
  }
}
@media (max-width: 1350px) {
  .pupup-detailSpecial .popup-block {
    padding-left: calc(3.5vw + 220px);
  }
}
@media (max-width: 1260px) {
  .pupup-detailSpecial .popup-block {
    padding-left: 0;
  }
}
.pupup-detailSpecial .popup-container {
  width: 1100px;
  max-width: 100%;
  max-height: 100vh;
  overflow-y: auto;
}
@media (max-width: 1500px) {
  .pupup-detailSpecial .popup-container {
    width: 1000px;
  }
}
.pupup-detailSpecial .popup-header {
  padding-right: 70px;
}
.pupup-detailSpecial .small-heading {
  text-align: left;
  white-space: normal;
}
.pupup-detailSpecial .item-description {
  text-align: left;
}
.pupup-detailSpecial .boring-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
@media (max-width: 1023px) {
  .pupup-detailSpecial .boring-line {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.pupup-detailSpecial .boring-line .item-quantity {
  margin-bottom: 0;
  margin-right: 20px;
}
.pupup-detailSpecial .boring-line .item-label {
  padding-right: 15px;
}
@media (max-width: 1023px) {
  .pupup-detailSpecial .boring-line .item-label {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.pupup-detailSpecial .boring-line .styled-checkbox {
  margin-bottom: 0;
  padding-right: 20px;
}
.pupup-detailSpecial .boring-line .styled-checkbox span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pupup-detailSpecial .form-notices {
  white-space: normal;
  text-align: left;
}
.pupup-detailSpecial .availability-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 20px;
}
@media (max-width: 1023px) {
  .pupup-detailSpecial .availability-line {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.pupup-detailSpecial .availability-line .item-desc {
  padding-top: 10px;
  padding-bottom: 10px;
  white-space: normal;
}
.pupup-detailSpecial .availability-line .item-availability {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #f4f4f4;
  padding: 26px 20px 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0;
  margin-right: 20px;
}
.pupup-detailSpecial .availability-line .availability-scale {
  position: relative;
}
.pupup-detailSpecial .availability-line .availability-scale .item-label {
  font-size: 12px;
  position: absolute;
  bottom: 100%;
  left: 0;
  color: #333;
  padding-bottom: 2px;
}
.pupup-detailSpecial .availability-line .availability-value {
  padding-left: 12px;
}
.pupup-detailSpecial .actions-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-top: 50px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 50px;
}
@media (max-width: 1023px) {
  .pupup-detailSpecial .actions-line {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.pupup-detailSpecial .actions-line .item-quantity {
  margin-bottom: 0;
}
.pupup-detailSpecial .actions-line .item-box {
  position: relative;
}
@media (max-width: 1023px) {
  .pupup-detailSpecial .actions-line .item-box {
    padding-bottom: 15px;
  }
}
.pupup-detailSpecial .actions-line .item-label {
  font-weight: 40;
  font-size: 14px;
  margin-bottom: 16px;
  position: absolute;
  bottom: 100%;
  left: 0;
}
@media (max-width: 1023px) {
  .pupup-detailSpecial .actions-line .item-label {
    position: static;
  }
}
.pupup-detailSpecial .actions-line .divider {
  padding: 10px 20px;
  font-size: 22px;
  color: #ccc;
  line-height: 0.8;
}
@media (max-width: 1023px) {
  .pupup-detailSpecial .actions-line .divider {
    display: none;
  }
}
.pupup-detailSpecial .actions-line .item-price {
  background-color: #F4F4F4;
  padding: 0 15px;
  height: 36px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 400;
  width: 150px;
  min-width: 150px;
  font-size: 18px;
}
.pupup-detailSpecial .actions-line .item-price.sum {
  font-size: 22px;
}
.pupup-detailSpecial .actions-line .item-action {
  padding-left: 30px;
}
@media (max-width: 1023px) {
  .pupup-detailSpecial .actions-line .item-action {
    padding-left: 0;
  }
}
.pupup-detailSpecial .sub-heading {
  text-align: left;
}
.pupup-detailSpecial .item-quantity {
  margin-bottom: 27px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.pupup-detailSpecial .item-quantity .quantity {
  border: 1px solid #F4F4F4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.pupup-detailSpecial .item-quantity .quantity-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 35px;
  height: 35px;
  background-color: #F4F4F4;
  font-size: 0;
}
.pupup-detailSpecial .item-quantity .quantity-button::before {
  height: 13px;
  opacity: 0.8;
}
.pupup-detailSpecial .item-quantity .quantity-button:hover {
  background-color: #eeeeee;
}
.pupup-detailSpecial .item-quantity .quantity-button:hover::before {
  opacity: 1;
}
.pupup-detailSpecial .item-quantity .quantity-button:active {
  opacity: 0.8;
}
.pupup-detailSpecial .item-quantity .less::before {
  width: 8px;
}
.pupup-detailSpecial .item-quantity .more::before {
  width: 13px;
}
.pupup-detailSpecial .item-quantity .quantity-input {
  width: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.pupup-detailSpecial .item-quantity .quantity-input input {
  width: 100%;
  outline: 0;
  text-align: center;
  border: 0;
  font-size: 22px;
  color: #000000;
  font-weight: 300;
  background-color: transparent;
}
.pupup-detailSpecial .addedItems-table {
  width: 100%;
  border-collapse: collapse;
  color: #000;
}
@media (max-width: 1023px) {
  .pupup-detailSpecial .addedItems-table {
    display: block;
  }
}
@media (max-width: 540px) {
  .pupup-detailSpecial .addedItems-table {
    margin-left: -10px;
    margin-right: -10px;
    width: auto;
  }
}
@media (max-width: 1023px) {
  .pupup-detailSpecial .addedItems-table thead {
    display: none;
  }
}
.pupup-detailSpecial .addedItems-table tbody {
  border: 1px solid #ccc;
}
@media (max-width: 540px) {
  .pupup-detailSpecial .addedItems-table tbody {
    display: block;
  }
}
@media (max-width: 1023px) {
  .pupup-detailSpecial .addedItems-table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: relative;
    border-bottom: 1px solid #f1f1f1;
  }
}
@media (max-width: 1023px) {
  .pupup-detailSpecial .addedItems-table tr:nth-child(2n-1) {
    background-color: #fafafa;
  }
}
.pupup-detailSpecial .addedItems-table th {
  background-color: #f4f4f4;
  font-weight: 400;
  font-size: 13px;
  padding-top: 4px;
  padding-bottom: 4px;
}
.pupup-detailSpecial .addedItems-table th, .pupup-detailSpecial .addedItems-table td {
  padding-left: 10px;
  text-align: center;
  border-bottom: 1px solid #ccc;
}
@media (max-width: 1023px) {
  .pupup-detailSpecial .addedItems-table th, .pupup-detailSpecial .addedItems-table td {
    border-bottom: 0;
    width: 33.33%;
  }
}
@media (max-width: 540px) {
  .pupup-detailSpecial .addedItems-table th, .pupup-detailSpecial .addedItems-table td {
    width: 50%;
    display: block;
    padding-left: 0;
  }
}
.pupup-detailSpecial .addedItems-table td {
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (max-width: 1023px) {
  .pupup-detailSpecial .addedItems-table .remove-cell {
    position: absolute;
    left: 0;
    top: 0;
    width: auto;
    padding: 10px;
  }
}
@media (max-width: 1023px) {
  .pupup-detailSpecial .addedItems-table .title-cell {
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
    white-space: normal;
  }
}
@media (max-width: 540px) {
  .pupup-detailSpecial .addedItems-table .title-cell {
    padding-left: 20px;
    padding-right: 10px;
  }
}
.pupup-detailSpecial .addedItems-table .item-label {
  display: none;
  font-size: 12px;
  padding-bottom: 4px;
}
@media (max-width: 1023px) {
  .pupup-detailSpecial .addedItems-table .item-label {
    display: block;
  }
}
.pupup-detailSpecial .addedItems-table .item-status.not {
  color: #E7313C;
}
.pupup-detailSpecial .addedItems-table .remove-button:hover::before {
  -webkit-filter: none;
          filter: none;
}
.pupup-detailSpecial .addedItems-table .remove-button::before {
  width: 24px;
  height: 24px;
  min-width: 24px;
  -webkit-filter: grayscale(1) opacity(0.6);
          filter: grayscale(1) opacity(0.6);
}
.pupup-detailSpecial .addedItems-table .item-quantity {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 0;
}
.pupup-detailSpecial .addedItems-table .item-sum {
  width: 100px;
  min-width: 100px;
  font-weight: 500;
}
@media (max-width: 1023px) {
  .pupup-detailSpecial .addedItems-table .item-sum {
    width: auto;
    min-width: 0;
  }
}
.pupup-detailSpecial .addedItems-table .item-availability {
  margin-bottom: 0;
}
.pupup-detailSpecial .popup-action {
  padding: 15px 0 0;
  font-size: 16px;
  font-weight: 500;
  padding-top: 15px;
}
.pupup-detailSpecial .popup-action .action-link {
  color: #555264;
}

@media (max-width: 1023px) {
  .p-detail-tabs {
    margin-top: 16px;
  }
}
.p-detail-tabs__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 0 14px;
  margin-bottom: 15px;
  overflow-x: auto;
}
@media (max-width: 560px) {
  .p-detail-tabs__nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-detail-tabs .nav-item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.p-detail-tabs .nav-item .action-button {
  min-width: 100%;
  --btn-hover-outline-width: 0;
  --btn-bg: transparent;
  --btn-border-color: #DEDEDE;
  --btn-active-border-color: #696775;
  --btn-hover-border-color: #696775;
  --btn-color: #555264;
  --btn-hover-bg: #696775;
  --btn-active-bg: #696775;
  font-size: 15px;
  font-weight: 500;
  padding: 2px 14px;
  height: auto;
}
@media (max-width: 560px) {
  .p-detail-tabs .nav-item ~ .nav-item .action-button {
    border-top: 0;
  }
}
.p-detail-tabs__tab:not(.show) {
  display: none;
}
.p-detail-tabs__tab {
  overflow-x: auto;
}

.p-detail__reviews {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #D9D9D9;
}
.p-detail__reviews .detail-review-form-wrap:not(.show) {
  display: none;
}
.p-detail__reviews .detail-review-form-wrap.show ~ .detail-review-form-toggle {
  display: none;
}
.p-detail__reviews .detail-review-form {
  padding-bottom: 27px;
  border-bottom: 1px solid #D9D9D9;
  margin-bottom: 36px;
}
.p-detail__reviews .detail-review-form textarea {
  width: 100%;
  resize: none;
}
.p-detail__reviews .detail-review-form-top-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
}
.p-detail__reviews .detail-review-form-action-close {
  margin-left: auto;
  color: #E7313C;
  font-size: 13px;
}
.p-detail__reviews .detail-review-form-action-close .svg-icon::before {
  width: 12px;
  height: 12px;
  margin-right: 6px;
  vertical-align: middle;
}
.p-detail__reviews .detail-review-form-title {
  font-weight: 600;
  font-size: 16px;
  padding-right: 15px;
  margin-bottom: 0;
}
.p-detail__reviews .detail-review-form-label {
  color: #555555;
  font-size: 13px;
  display: inline-block;
  margin-bottom: 9px;
  font-weight: 400;
}
.p-detail__reviews .detail-review-form__rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  --star-empty: url(../img/icons/star-empty.svg);
  --star: url(../img/icons/star.svg);
}
.p-detail__reviews .detail-review-form__rating input[type=radio] {
  display: none;
}
.p-detail__reviews .detail-review-form__rating input[type=radio]:checked ~ .review-star, .p-detail__reviews .detail-review-form__rating input[type=radio]:hover ~ .review-star {
  color: red;
  background-image: var(--star);
}
.p-detail__reviews .detail-review-form__rating .review-star {
  width: 40px;
  height: 30px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  background-image: var(--star-empty);
  -webkit-background-size: contain;
          background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
.p-detail__reviews .detail-review-form-actions .action-button {
  font-size: 15px;
  font-weight: 500;
  padding: 2px 14px;
  height: auto;
  padding: 6px 15px;
  min-width: 160px;
}
.p-detail__reviews .detail-review-form-toggle {
  font-size: 15px;
  font-weight: 500;
  padding: 2px 14px;
  height: auto;
  padding: 6px 15px;
  min-width: 160px;
}

.p-detail__reviews-list {
  margin-top: 33px;
  margin-bottom: 33px;
}
.p-detail__reviews-list-pagen {
  margin-top: 24px;
}
.p-detail__reviews-list .item-review + .item-review {
  margin-top: 33px;
}
.p-detail__reviews-list .item-review-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
}
.p-detail__reviews-list .item-review-title {
  font-size: 15px;
  font-weight: 500;
  margin-right: 10px;
}
.p-detail__reviews-list .item-review-date {
  font-size: 14px;
  color: #696775;
  font-weight: 400;
}
.p-detail__reviews-list .item-review-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  --star-empty: url(../img/icons/star-empty.svg);
  --star: url(../img/icons/star.svg);
  gap: 0 5px;
}
.p-detail__reviews-list .item-review-rating .review-star {
  width: 15px;
  height: 15px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  background-image: var(--star);
  background-repeat: no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
}
.p-detail__reviews-list .item-review-rating .review-star_empty {
  background-image: var(--star-empty);
}
.p-detail__reviews-list .item-review-body {
  margin-top: 17px;
}
.p-detail__reviews-list .item-review-text {
  color: #696775;
  font-weight: 400;
}
.p-detail__reviews-list .item-review-text:not(.show) {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  overflow: hidden;
}
.p-detail__reviews-list .item-review-text:not(.show) p {
  display: inline;
}
.p-detail__reviews-list .item-review-text:not(.show) p::after {
  content: "\a\a";
  white-space: pre;
}
.p-detail__reviews-list .item-review-action-toggle-more {
  display: inline-block;
  margin-top: 13px;
  text-decoration: underline;
  color: #E7313C;
}
.p-detail__reviews-list .item-review-action-toggle-more:hover {
  text-decoration: none;
}

.turbo-section.regular-section {
  margin-bottom: 20px;
}
@media (max-width: 560px) {
  .turbo-section .turbo-wrapper {
    margin-left: -10px;
    margin-right: -10px;
  }
}
.turbo-section .main-slider {
  width: 100%;
}
.turbo-section .main-slider.light .slick-dots button {
  background-color: #000000;
}
.turbo-section .main-slider .slick-track,
.turbo-section .main-slider .slick-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.turbo-section .main-slider .slider-item {
  height: 300px;
  padding: 25px 25px 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: 50%;
  outline: 0;
  -webkit-transition: opacity 1s;
  -o-transition: opacity 1s;
  transition: opacity 1s;
  position: relative;
}
@media (max-width: 1600px) {
  .turbo-section .main-slider .slider-item {
    min-height: 314px;
  }
}
@media (max-width: 767px) {
  .turbo-section .main-slider .slider-item {
    min-height: 250px;
  }
}
@media (max-width: 540px) {
  .turbo-section .main-slider .slider-item {
    min-height: 223px;
    padding-bottom: 36px;
  }
}
.turbo-section .main-slider .slider-item .slider-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.turbo-section .main-slider .slider-item .slider-image img, .turbo-section .main-slider .slider-item .slider-image source {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.turbo-section .main-slider .slide-text {
  width: 530px;
  background-color: rgba(0, 0, 0, 0.75);
  padding: 20px;
  position: relative;
  z-index: 1;
}
.turbo-section .main-slider .slide-header {
  font-size: 16px;
  color: #E7313C;
  margin-bottom: 10px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .turbo-section .main-slider .slide-header {
    color: #ffffff;
    font-size: 14px;
  }
}
.turbo-section .main-slider .slide-excerpt {
  color: #ffffff;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .turbo-section .main-slider .slide-excerpt {
    display: none;
  }
}
.turbo-section .main-slider .slide-excerpt.mobile {
  display: none;
}
@media (max-width: 767px) {
  .turbo-section .main-slider .slide-excerpt.mobile {
    display: block;
  }
}
.turbo-section .main-slider .slide-excerpt a {
  color: #ffffff;
}
.turbo-section .main-slider .slide-button {
  padding: 0 25px;
  height: 36px;
  line-height: 36px;
}
.turbo-section .main-slider .slick-dots {
  position: absolute;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 15px;
  margin-bottom: 15px;
}
@media (max-width: 540px) {
  .turbo-section .main-slider .slick-dots {
    margin-bottom: 7px;
  }
}
.turbo-section .main-slider .slick-dots li {
  list-style-type: none;
  font-size: 0;
  padding: 5px 8px;
}
.turbo-section .main-slider .slick-dots li.slick-active button {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}
.turbo-section .main-slider .slick-dots button {
  font-size: 0;
  width: 12px;
  height: 12px;
  display: block;
  background-color: #fff;
  -webkit-transform: scale(0.6);
      -ms-transform: scale(0.6);
          transform: scale(0.6);
  opacity: 0.5;
  -webkit-transition: opacity 0.33s, background-color 1s, -webkit-transform 0.33s;
  transition: opacity 0.33s, background-color 1s, -webkit-transform 0.33s;
  -o-transition: transform 0.33s, opacity 0.33s, background-color 1s;
  transition: transform 0.33s, opacity 0.33s, background-color 1s;
  transition: transform 0.33s, opacity 0.33s, background-color 1s, -webkit-transform 0.33s;
}
.turbo-section .presentation-blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.turbo-section .presentation-blocks .element {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 50%;
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.turbo-section .presentation-blocks .element:hover, .turbo-section .presentation-blocks .element.active {
  color: inherit;
}
@media (max-width: 1600px) {
  .turbo-section .presentation-blocks .element {
    padding: 10px;
  }
}
@media (max-width: 1023px) {
  .turbo-section .presentation-blocks .element {
    min-height: 120px;
    height: auto;
  }
}
.turbo-section .presentation-blocks .element-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.turbo-section .presentation-blocks .background {
  background-repeat: no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: 50%;
  position: relative;
}
.turbo-section .presentation-blocks .background::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.turbo-section .presentation-blocks .background .element-text {
  color: #ffffff;
}
.turbo-section .presentation-blocks .element-text {
  font-size: 22px;
  font-weight: 500;
  padding-right: 30px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media (max-width: 1600px) {
  .turbo-section .presentation-blocks .element-text {
    padding-right: 15px;
    font-size: 18px;
  }
}
@media (max-width: 1023px) {
  .turbo-section .presentation-blocks .element-text {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    width: 60%;
  }
}
.turbo-section .presentation-blocks .element-icon {
  width: 120px;
  min-width: 120px;
}
@media (max-width: 1600px) {
  .turbo-section .presentation-blocks .element-icon {
    width: 90px;
    min-width: 90px;
  }
}
.turbo-section .presentation-blocks .delivery-presentation {
  margin-bottom: 10px;
  background-color: #FCCF33;
}
@media (max-width: 1600px) {
  .turbo-section .presentation-blocks .delivery-presentation {
    margin-bottom: 0;
  }
}
.turbo-section .main-slider:not(.slick-initialized) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
.turbo-section .main-slider:not(.slick-initialized) .slider-item {
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.section-products-slider {
  clear: both;
}
.section-products-slider.regular-section {
  margin-bottom: 20px;
}
.section-products-slider .slider-header {
  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;
  margin-bottom: 20px;
}
.section-products-slider .slider-heading {
  color: #555264;
  margin-bottom: 0;
  width: 280px;
  text-align: center;
}
.section-products-slider .slider-arrow {
  padding: 8px 10px;
  background-color: #F4F4F4;
  font-size: 0;
  position: absolute;
  top: -3px;
}
.section-products-slider .slider-arrow::before {
  width: 13px;
  height: 22px;
}
.section-products-slider .slider-arrow.left {
  left: 35%;
}
@media (max-width: 1023px) {
  .section-products-slider .slider-arrow.left {
    left: 5%;
  }
}
.section-products-slider .slider-arrow.left::before {
  -webkit-transform: scale(-1, 1);
      -ms-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.section-products-slider .slider-arrow.right {
  right: 35%;
}
@media (max-width: 1023px) {
  .section-products-slider .slider-arrow.right {
    right: 5%;
  }
}
.section-products-slider .slider-arrow.slick-disabled {
  cursor: not-allowed;
}
.section-products-slider .slider-arrow.slick-disabled::before {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  opacity: 0.5;
}
.section-products-slider .item-user-actions {
  position: absolute;
  top: 10px;
  right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
  z-index: 2;
}
.section-products-slider .products-slider-wrapper {
  position: relative;
  overflow: hidden;
}
.section-products-slider .products-slider:not(.slick-initialized) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-right: -2px;
}
.section-products-slider .products-slider:not(.slick-initialized) .product-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: calc(20% + 1px);
}
@media (max-width: 1600px) {
  .section-products-slider .products-slider:not(.slick-initialized) .product-item {
    width: calc(25% + 1px);
  }
}
@media (max-width: 1023px) {
  .section-products-slider .products-slider:not(.slick-initialized) .product-item {
    width: calc(33.3333333333% + 1px);
  }
}
@media (max-width: 751px) {
  .section-products-slider .products-slider:not(.slick-initialized) .product-item {
    width: calc(50% + 1px);
  }
}
@media (max-width: 460px) {
  .section-products-slider .products-slider:not(.slick-initialized) .product-item {
    width: calc(100% + 1px);
  }
}
.section-products-slider .products-slider {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  display: block;
  position: static;
  padding-left: 1px;
  padding-right: 3px;
}
.section-products-slider .products-slider .slick-list {
  overflow: visible;
}
@media (max-width: 460px) {
  .section-products-slider .products-slider .slick-list {
    border-right: 0;
  }
}
.section-products-slider .products-slider .slick-list,
.section-products-slider .products-slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.section-products-slider .products-slider .product-item {
  width: auto;
  margin-top: 0;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.3s;
  transition: opacity 0.5s, -webkit-transform 0.3s;
  -o-transition: opacity 0.5s, transform 0.3s;
  transition: opacity 0.5s, transform 0.3s;
  transition: opacity 0.5s, transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.section-products-slider .products-slider .item-labels {
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px;
  z-index: 1;
}
.section-products-slider .products-slider.slick-initialized .product-item:not(.slick-active) {
  opacity: 0;
  -webkit-transform: scale(0.6);
      -ms-transform: scale(0.6);
          transform: scale(0.6);
}

.main-wrapper .section-news-block {
  background-color: #f4f4f4;
  padding: 30px;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.main-wrapper .section-news-block::after {
  content: "";
  display: block;
  background-color: #f4f4f4;
  position: absolute;
  width: 100vw;
  bottom: 0;
  left: 100%;
  top: 0;
}
.main-wrapper .section-news-block .news-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1600px) {
  .main-wrapper .section-news-block .news-block {
    display: block;
  }
}
.main-wrapper .section-news-block .news-block-heading {
  display: none;
}
@media (max-width: 1600px) {
  .main-wrapper .section-news-block .news-block-heading {
    display: block;
  }
}
.main-wrapper .section-news-block .vertical-heading {
  border-right: 5px solid #cccccc;
  padding-right: 5px;
}
@media (max-width: 1600px) {
  .main-wrapper .section-news-block .vertical-heading {
    display: none;
  }
}
.main-wrapper .section-news-block .vertical-heading img {
  min-width: 18px;
}
.main-wrapper .section-news-block .all-news {
  text-align: center;
}
.main-wrapper .news-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 1600px) {
  .main-wrapper .news-grid {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media (max-width: 1600px) {
  .main-wrapper .news-grid.news-index .news-item:nth-child(4), .main-wrapper .news-grid.news-index .news-item:nth-child(5), .main-wrapper .news-grid.news-index .news-item:nth-child(6) {
    display: none;
  }
}
@media (max-width: 750px) {
  .main-wrapper .news-grid.news-index .news-item:nth-child(3) {
    display: none;
  }
}
@media (max-width: 540px) {
  .main-wrapper .news-grid.news-index .news-item:nth-child(2) {
    display: none;
  }
}
.main-wrapper .news-grid .news-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 33.33%;
  padding-left: 35px;
  margin-bottom: 30px;
}
@media (max-width: 1600px) {
  .main-wrapper .news-grid .news-item {
    padding: 0 15px;
  }
}
@media (max-width: 750px) {
  .main-wrapper .news-grid .news-item {
    width: 50%;
  }
}
@media (max-width: 540px) {
  .main-wrapper .news-grid .news-item {
    width: 100%;
  }
}
.main-wrapper .news-grid .image-box {
  height: 200px;
  position: relative;
  margin-bottom: 20px;
}
.main-wrapper .news-grid .image-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.main-wrapper .news-grid .category {
  padding: 5px 10px;
  background-color: #E5E5E5;
  color: #ffffff;
  position: absolute;
  bottom: 0;
  left: 0;
}
.main-wrapper .news-grid .category.company {
  background-color: #E7313C;
}
.main-wrapper .news-grid .category.industry {
  background-color: #FCCF33;
  color: #000000;
}
.main-wrapper .news-grid .category.products {
  background-color: #555264;
}
.main-wrapper .news-grid .category:hover {
  opacity: 0.9;
}
.main-wrapper .news-grid .title {
  margin-bottom: 10px;
  color: #555264;
  font-size: 16px;
}
@media (max-width: 1600px) {
  .main-wrapper .news-grid .title {
    font-size: 14px;
  }
}
.main-wrapper .news-grid .time {
  color: #787E83;
  font-size: 13px;
}
.main-wrapper .section-about-block {
  position: relative;
}
.main-wrapper .section-about-block::before {
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translate(52%, -30%);
      -ms-transform: translate(52%, -30%);
          transform: translate(52%, -30%);
  background-color: #ffffff;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  width: 420px;
  height: 420px;
  -webkit-background-size: cover;
          background-size: cover;
  z-index: 0;
  background-position: 0;
  opacity: 0.15;
}
@media (max-width: 1600px) {
  .main-wrapper .section-about-block::before {
    -webkit-transform: translate(30%, -30%);
        -ms-transform: translate(30%, -30%);
            transform: translate(30%, -30%);
  }
}
@media (max-width: 1023px) {
  .main-wrapper .section-about-block::before {
    display: none;
  }
}
.main-wrapper .section-about-block .about-text {
  width: 800px;
  max-width: 100%;
  margin-bottom: 50px;
  font-size: 16px;
}
@media (max-width: 1023px) {
  .main-wrapper .section-about-block .about-text {
    font-size: 14px;
    margin-bottom: 30px;
  }
}
.main-wrapper .section-about-block .why-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  margin-bottom: 30px;
}
@media (max-width: 750px) {
  .main-wrapper .section-about-block .why-list {
    -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;
  }
}
.main-wrapper .section-about-block .why-list .why-item {
  width: 33.33%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 5px;
}
@media (max-width: 1023px) {
  .main-wrapper .section-about-block .why-list .why-item {
    -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;
    padding: 0 10px;
  }
}
@media (max-width: 750px) {
  .main-wrapper .section-about-block .why-list .why-item {
    margin-bottom: 20px;
  }
}
.main-wrapper .section-about-block .why-list .why-item:not(:last-child) {
  padding-right: 30px;
}
@media (max-width: 1600px) {
  .main-wrapper .section-about-block .why-list .why-item:not(:last-child) {
    padding-right: 10px;
  }
}
.main-wrapper .section-about-block .why-list .why-icon {
  width: 50px;
  min-width: 50px;
  margin-right: 15px;
}
@media (max-width: 1600px) {
  .main-wrapper .section-about-block .why-list .why-icon {
    margin-right: 10px;
    width: 40px;
    min-width: 40px;
  }
}
@media (max-width: 1023px) {
  .main-wrapper .section-about-block .why-list .why-icon {
    margin-bottom: 10px;
  }
}
.main-wrapper .section-about-block .why-list .item-heading {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 7px;
}
@media (max-width: 1023px) {
  .main-wrapper .section-about-block .why-list .item-heading {
    text-align: center;
    font-size: 16px;
  }
}
@media (max-width: 1023px) {
  .main-wrapper .section-about-block .why-list .item-text {
    display: none;
  }
}
.main-wrapper .section-about-block .brands-block {
  background-color: #F4F4F4;
  border-top: 1px solid #C6C6C6;
  margin-bottom: 34px;
  padding: 20px 0;
}
@media (max-width: 750px) {
  .main-wrapper .section-about-block .brands-block {
    padding-bottom: 10px;
  }
}
.main-wrapper .section-about-block .brands-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 0;
  padding-left: 0;
  width: 100%;
  padding: 0 10px;
}
.main-wrapper .section-about-block .brands-list .brand {
  list-style-type: none;
  width: 16.66%;
  margin-bottom: 30px;
  text-align: center;
  padding: 0 25px;
}
@media (max-width: 1023px) {
  .main-wrapper .section-about-block .brands-list .brand {
    width: 25%;
  }
}
@media (max-width: 750px) {
  .main-wrapper .section-about-block .brands-list .brand {
    width: 33.33%;
    padding: 0 15px;
    margin-bottom: 15px;
  }
}
@media (max-width: 540px) {
  .main-wrapper .section-about-block .brands-list .brand {
    width: 50%;
  }
}
.main-wrapper .section-about-block .brands-list .brand:hover img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.main-wrapper .section-about-block .brands-list .brand a, .main-wrapper .section-about-block .brands-list .brand span {
  display: block;
  height: 50px;
  background-color: #fff;
}
.main-wrapper .section-about-block .brands-list .brand img {
  height: 100%;
  width: auto;
  display: inline-block;
}
.main-wrapper .section-about-block .main-article {
  color: #787e83;
  width: 1000px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 10px;
}
@media (max-width: 1600px) {
  .main-wrapper .section-about-block .main-article {
    width: 100%;
  }
}

.general-wrapper .regular-article p {
  font-size: 16px;
  color: #000000;
  font-size: 14px;
  margin-bottom: 15px;
}
@media (max-width: 1220px) {
  .general-wrapper .regular-article p {
    font-size: 14px;
  }
}
@media (max-width: 700px) {
  .general-wrapper .regular-article p {
    font-size: 13px;
    line-height: 19px;
  }
}
.general-wrapper .regular-article p:last-child {
  margin-bottom: 0;
}
.general-wrapper .regular-article img {
  margin-bottom: 30px;
}
.general-wrapper .regular-article a {
  color: #555264;
  text-decoration: underline;
}
.general-wrapper .regular-article a:hover {
  text-decoration: none;
}
.general-wrapper .regular-article .table-wrapper {
  max-width: 100%;
  overflow: auto;
}
.general-wrapper .regular-article iframe[src*=youtube] {
  height: 450px;
  width: 100%;
  margin-bottom: 20px;
}
@media (max-width: 1220px) {
  .general-wrapper .regular-article iframe[src*=youtube] {
    height: 400px;
  }
}
@media (max-width: 1023px) {
  .general-wrapper .regular-article iframe[src*=youtube] {
    height: 375px;
  }
}
@media (max-width: 700px) {
  .general-wrapper .regular-article iframe[src*=youtube] {
    height: calc(56vw - 30px);
    margin-left: -10px;
    margin-right: -10px;
    width: calc(100% + 20px);
  }
}
.general-wrapper .regular-article h2, .general-wrapper .regular-article h3 {
  font-size: 20px;
  font-weight: 400;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.general-wrapper .regular-article h2:not(:first-child), .general-wrapper .regular-article h3:not(:first-child) {
  margin-top: 30px;
}
.general-wrapper .regular-article h2 b, .general-wrapper .regular-article h2 strong, .general-wrapper .regular-article h3 b, .general-wrapper .regular-article h3 strong {
  font-weight: 700;
}
@media (max-width: 1220px) {
  .general-wrapper .regular-article h2, .general-wrapper .regular-article h3 {
    font-size: 18px;
  }
}
@media (max-width: 1023px) {
  .general-wrapper .regular-article h2, .general-wrapper .regular-article h3 {
    font-size: 16px;
  }
}
@media (max-width: 700px) {
  .general-wrapper .regular-article h2, .general-wrapper .regular-article h3 {
    margin-bottom: 20px;
  }
  .general-wrapper .regular-article h2 b, .general-wrapper .regular-article h2 strong, .general-wrapper .regular-article h3 b, .general-wrapper .regular-article h3 strong {
    font-size: 14px;
  }
}
.general-wrapper .regular-article h4, .general-wrapper .regular-article h5, .general-wrapper .regular-article h6 {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 30px;
}
@media (max-width: 1220px) {
  .general-wrapper .regular-article h4, .general-wrapper .regular-article h5, .general-wrapper .regular-article h6 {
    font-size: 16px;
  }
}
.general-wrapper .regular-article h4 b, .general-wrapper .regular-article h4 strong, .general-wrapper .regular-article h5 b, .general-wrapper .regular-article h5 strong, .general-wrapper .regular-article h6 b, .general-wrapper .regular-article h6 strong {
  font-weight: 400;
}
.general-wrapper .regular-article ul li {
  margin-bottom: 10px;
}
.general-wrapper .regular-article ol {
  color: #000000;
  padding-left: 15px;
  font-size: 14px;
}
.general-wrapper .regular-article ol li {
  margin-bottom: 10px;
}
.general-wrapper .regular-article ol ol {
  padding-top: 10px;
}
@media (max-width: 700px) {
  .general-wrapper .regular-article ol {
    font-size: 13px;
  }
}
.general-wrapper .regular-article table:not(.article-table) {
  border-collapse: collapse;
  margin-bottom: 20px;
}
.general-wrapper .regular-article table:not(.article-table) tr:not(:last-child) td {
  border-bottom: 1px solid #cdcdcd;
}
.general-wrapper .regular-article table:not(.article-table) td {
  padding: 10px;
}
.general-wrapper .regular-article table:not(.article-table) td:not(:last-child) {
  border-right: 1px solid #cdcdcd;
}
.general-wrapper .regular-article.page-article {
  width: 1000px;
  max-width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 540px) {
  .general-wrapper .regular-article.page-article {
    margin-bottom: 20px;
  }
}
.general-wrapper .regular-article.small-article {
  width: 1000px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  color: #787E83;
  font-size: 14px;
}
.general-wrapper .regular-article.small-article p {
  font-size: 14px;
  color: #787E83;
}
.general-wrapper .regular-article .sub-block {
  padding-left: 20px;
  margin-bottom: 20px;
}
@media (max-width: 1600px) {
  .general-wrapper .section-docs .documents-tabs .tab-button {
    width: 50%;
    text-align: center;
  }
}
.general-wrapper .section-docs .documents-categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 140px;
}
.general-wrapper .section-docs .documents-categories .grid-item {
  width: 25%;
  text-align: center;
  padding: 25px;
}
@media (max-width: 1600px) {
  .general-wrapper .section-docs .documents-categories .grid-item {
    width: 33.33%;
    padding: 15px;
  }
}
@media (max-width: 750px) {
  .general-wrapper .section-docs .documents-categories .grid-item {
    width: 50%;
  }
}
@media (max-width: 400px) {
  .general-wrapper .section-docs .documents-categories .grid-item {
    width: 100%;
  }
}
.general-wrapper .section-docs .documents-categories .grid-item:hover .item-image img {
  -webkit-transform: scale(1.03);
      -ms-transform: scale(1.03);
          transform: scale(1.03);
  opacity: 1;
}
.general-wrapper .section-docs .documents-categories .item-image {
  margin-bottom: 20px;
  display: block;
  height: 166px;
}
@media (max-width: 540px) {
  .general-wrapper .section-docs .documents-categories .item-image {
    height: 120px;
  }
}
@media (max-width: 400px) {
  .general-wrapper .section-docs .documents-categories .item-image {
    height: 166px;
  }
}
.general-wrapper .section-docs .documents-categories .item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  opacity: 0.92;
}
.general-wrapper .section-docs .brands-grid {
  padding-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.general-wrapper .section-docs .brands-grid .grid-item {
  width: 15%;
  text-align: center;
  padding: 25px 20px;
}
@media (max-width: 1600px) {
  .general-wrapper .section-docs .brands-grid .grid-item {
    width: 20%;
  }
}
@media (max-width: 1023px) {
  .general-wrapper .section-docs .brands-grid .grid-item {
    width: 25%;
  }
}
@media (max-width: 750px) {
  .general-wrapper .section-docs .brands-grid .grid-item {
    width: 33.33%;
  }
}
@media (max-width: 540px) {
  .general-wrapper .section-docs .brands-grid .grid-item {
    width: 50%;
    padding: 15px 10px;
  }
}
.general-wrapper .section-docs .brands-grid .item-image {
  display: block;
  height: 45px;
  margin-bottom: 20px;
}
@media (max-width: 540px) {
  .general-wrapper .section-docs .brands-grid .item-image {
    margin-bottom: 10px;
  }
}
.general-wrapper .section-docs .brands-grid .item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.general-wrapper .section-docs .brands-grid .item-title {
  font-size: 18px;
}
.general-wrapper .section-docs .documents-category {
  padding-top: 50px;
  overflow: hidden;
}
.general-wrapper .section-docs .documents-category .documents-grid {
  margin-bottom: 50px;
}
.general-wrapper .section-about .about-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  color: #ffffff;
  background-color: #555264;
  background-image: -webkit-radial-gradient(0% 85%, circle, #5E5096 0%, #5B71A6 43.19%, #50D6D6 100%);
  background-image: -o-radial-gradient(0% 85%, circle, #5E5096 0%, #5B71A6 43.19%, #50D6D6 100%);
  background-image: radial-gradient(circle at 0% 85%, #5E5096 0%, #5B71A6 43.19%, #50D6D6 100%);
}
@media (max-width: 540px) {
  .general-wrapper .section-about .about-block {
    display: block;
  }
}
.general-wrapper .section-about .about-block .block-image {
  width: 35%;
  min-width: 35%;
  margin-right: 50px;
}
@media (max-width: 750px) {
  .general-wrapper .section-about .about-block .block-image {
    margin-right: 10px;
  }
}
@media (max-width: 540px) {
  .general-wrapper .section-about .about-block .block-image {
    width: 100%;
    min-width: 0;
    margin-right: 0;
    padding: 10px;
  }
}
.general-wrapper .section-about .about-block .block-info {
  padding-top: 40px;
  padding-right: 20px;
}
@media (max-width: 1250px) {
  .general-wrapper .section-about .about-block .block-info {
    padding-top: 20px;
  }
}
@media (max-width: 750px) {
  .general-wrapper .section-about .about-block .block-info {
    padding-top: 10px;
  }
}
.general-wrapper .section-about .about-block .block-heading {
  font-weight: 300;
  font-size: 48px;
  margin-bottom: 50px;
}
@media (max-width: 1600px) {
  .general-wrapper .section-about .about-block .block-heading {
    font-size: 32px;
    margin-bottom: 22px;
  }
}
@media (max-width: 1250px) {
  .general-wrapper .section-about .about-block .block-heading {
    font-size: 30px;
  }
}
@media (max-width: 1023px) {
  .general-wrapper .section-about .about-block .block-heading {
    margin-bottom: 10px;
  }
}
.general-wrapper .section-about .about-block .block-desc {
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 15px;
}
@media (max-width: 1600px) {
  .general-wrapper .section-about .about-block .block-desc {
    font-size: 16px;
  }
}
@media (max-width: 1023px) {
  .general-wrapper .section-about .about-block .block-desc {
    font-size: 14px;
  }
}
.general-wrapper .section-about .advantages-list {
  list-style-type: none;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 900px;
  max-width: 100%;
}
.general-wrapper .section-about .advantages-list .list-item {
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-right: 20px;
  margin-bottom: 25px;
}
@media (max-width: 1023px) {
  .general-wrapper .section-about .advantages-list .list-item {
    width: 100%;
    margin-bottom: 5px;
    font-size: 14px;
  }
}
.general-wrapper .section-about .advantages-list .list-item::before {
  content: "";
  display: block;
  width: 23px;
  min-width: 23px;
  height: 10px;
  margin-top: 5px;
  background-color: #E7313C;
  margin-right: 10px;
  -webkit-transition: -webkit-transform 0.33s;
  transition: -webkit-transform 0.33s;
  -o-transition: transform 0.33s;
  transition: transform 0.33s;
  transition: transform 0.33s, -webkit-transform 0.33s;
}
.general-wrapper .section-about .advantages-list .list-item:hover::before {
  -webkit-transform: translateX(2px);
      -ms-transform: translateX(2px);
          transform: translateX(2px);
}
@media (max-width: 540px) {
  .general-wrapper .section-about.section-about-history .regular-container {
    padding: 0;
  }
}
.general-wrapper .section-about .history-block {
  background-color: #F4F4F4;
  padding: 25px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .general-wrapper .section-about .history-block {
    padding: 10px;
  }
}
.general-wrapper .section-about .history-block::before {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  width: 420px;
  height: 420px;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: 0 50%;
  opacity: 0.15;
  -webkit-transform: translate(10%, -22%);
      -ms-transform: translate(10%, -22%);
          transform: translate(10%, -22%);
}
@media (max-width: 1023px) {
  .general-wrapper .section-about .history-block::before {
    width: 300px;
    height: 300px;
  }
}
.general-wrapper .section-about .history-block .history-content {
  position: relative;
}
.general-wrapper .section-about .company-details {
  background-color: #555264;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 30px;
  color: #ffffff;
}
@media (max-width: 1023px) {
  .general-wrapper .section-about .company-details {
    padding: 20px 30px;
  }
}
@media (max-width: 750px) {
  .general-wrapper .section-about .company-details {
    padding: 20px 10px;
  }
}
.general-wrapper .section-about .company-details .block-image {
  width: 300px;
  min-width: 300px;
  margin-right: 70px;
}
@media (max-width: 1250px) {
  .general-wrapper .section-about .company-details .block-image {
    width: 240px;
    min-width: 240px;
  }
}
@media (max-width: 1023px) {
  .general-wrapper .section-about .company-details .block-image {
    width: 170px;
    margin-right: 40px;
  }
}
@media (max-width: 750px) {
  .general-wrapper .section-about .company-details .block-image {
    width: 120px;
    min-width: 120px;
    margin-right: 30px;
  }
}
@media (max-width: 540px) {
  .general-wrapper .section-about .company-details .block-image {
    margin-right: 20px;
    width: 60px;
    min-width: 60px;
  }
}
.general-wrapper .section-about .company-req-download-btn {
  display: inline-block;
  color: #fff;
  font-size: 18px;
  margin-top: 15px;
}
.general-wrapper .section-about .company-req-download-btn:hover {
  opacity: 0.8;
}
.general-wrapper .section-about .company-req-download-btn__icon {
  vertical-align: -0.05em;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  width: 1em;
  height: auto;
  margin-right: 5px;
}
.general-wrapper .section-about .documents-slider {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 1208px;
}
@media (max-width: 1600px) {
  .general-wrapper .section-about .documents-slider {
    width: 1000px;
  }
}
@media (max-width: 1250px) {
  .general-wrapper .section-about .documents-slider {
    width: auto;
  }
}
.general-wrapper .section-about .documents-slider .slick-list,
.general-wrapper .section-about .documents-slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.general-wrapper .section-about .documents-slider .slider-arrow {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 50%;
  margin-top: -20px;
  background-color: #555264;
  -webkit-border-radius: 50px;
          border-radius: 50px;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #555264;
  font-size: 0;
  -webkit-transition: opacity 0.33s;
  -o-transition: opacity 0.33s;
  transition: opacity 0.33s;
  cursor: pointer;
}
.general-wrapper .section-about .documents-slider .slider-arrow::before {
  background-image: none;
  width: 12px;
  height: 12px;
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
}
.general-wrapper .section-about .documents-slider .slider-arrow.left {
  left: 0;
}
.general-wrapper .section-about .documents-slider .slider-arrow.left::before {
  position: relative;
  left: 2px;
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
}
.general-wrapper .section-about .documents-slider .slider-arrow.right {
  right: 0;
}
.general-wrapper .section-about .documents-slider .slider-arrow.right::before {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: relative;
  left: -2px;
}
.general-wrapper .section-about .documents-slider .slider-arrow.slick-disabled {
  background-color: transparent;
}
.general-wrapper .section-about .documents-slider .slider-arrow.slick-disabled::before {
  border-color: #555264;
}
.general-wrapper .section-about .documents-slider .slider-arrow:hover {
  opacity: 0.8;
}
.general-wrapper .section-about .documents-slider .slider-arrow:active {
  opacity: 1;
}
.general-wrapper .section-about .documents-slider .document-item {
  width: auto;
}
.general-wrapper .section-about .directions-block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 22px;
  margin-bottom: 22px;
}
@media (max-width: 750px) {
  .general-wrapper .section-about .directions-block {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 540px) {
  .general-wrapper .section-about .directions-block .direction .map-wrapper {
    margin-left: -10px;
    margin-right: -10px;
  }
}
.general-wrapper .section-about .directions-block .item-heading {
  font-weight: 300;
}
.general-wrapper .section-about .directions-block .item-image {
  position: relative;
  z-index: 2;
  width: 100%;
}
.general-wrapper .section-about .directions-block .item-image img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.general-wrapper .section-about .map-wrapper .map-container {
  position: relative;
  min-height: 300px;
  max-width: 100%;
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #eeeeee;
  height: 400px;
}
@media (max-width: 1260px) {
  .general-wrapper .section-about .map-wrapper .map-container {
    height: 360px;
  }
}
@media (max-width: 1023px) {
  .general-wrapper .section-about .map-wrapper .map-container {
    height: 300px;
  }
}
@media (max-width: 750px) {
  .general-wrapper .section-about .map-wrapper .map-container {
    height: 250px;
  }
}
.general-wrapper .section-about .map-wrapper .loading-spinner {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 0;
}
.general-wrapper .section-about .contacts-form {
  width: 840px;
  max-width: 100%;
}
.general-wrapper .section-about .contacts-form .form-desc {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 35px;
}
.general-wrapper .section-about .contacts-form .form-desc strong {
  font-weight: 500;
}
.general-wrapper .section-about .contacts-form .form-desc a {
  color: #555264;
}
.general-wrapper .section-about .contacts-form .submit-block {
  text-align: left;
}
@media (max-width: 540px) {
  .general-wrapper .section-about .contacts-form .submit-block {
    text-align: center;
  }
}
@media (max-width: 540px) {
  .general-wrapper .section-about .contacts-form .form-line.cells {
    display: block;
  }
}
@media (max-width: 540px) {
  .general-wrapper .section-about .contacts-form .form-line.cells .form-cell {
    margin-bottom: 15px;
    padding-right: 0;
  }
}
.general-wrapper .section-about .contacts-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
}
@media (max-width: 750px) {
  .general-wrapper .section-about .contacts-block {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.general-wrapper .section-about .contacts-block .contacts-col {
  width: 33%;
  padding-right: 30px;
}
@media (max-width: 1023px) {
  .general-wrapper .section-about .contacts-block .contacts-col {
    padding-right: 15px;
  }
}
@media (max-width: 750px) {
  .general-wrapper .section-about .contacts-block .contacts-col {
    width: 50%;
  }
}
@media (max-width: 540px) {
  .general-wrapper .section-about .contacts-block .contacts-col {
    width: 100%;
  }
}
.general-wrapper .section-about .contacts-block .contacts-group {
  margin-bottom: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.general-wrapper .section-about .contacts-block .group-icon {
  width: 40px;
  min-width: 40px;
  margin-right: 15px;
  position: relative;
  top: 5px;
}
@media (max-width: 750px) {
  .general-wrapper .section-about .contacts-block .group-icon {
    width: 30px;
    min-width: 30px;
    margin-right: 10px;
  }
}
.general-wrapper .section-about .contacts-block .group-icon img {
  width: 100%;
}
.general-wrapper .section-about .contacts-block .group-headng {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 7px;
}
@media (max-width: 1023px) {
  .general-wrapper .section-about .contacts-block .group-headng {
    font-size: 20px;
  }
}
.general-wrapper .section-about .contacts-block .items-label {
  font-size: 16px;
  margin-bottom: 10px;
}
@media (max-width: 1023px) {
  .general-wrapper .section-about .contacts-block .items-label {
    font-size: 14px;
  }
}
.general-wrapper .section-about .contacts-block .items-lines {
  font-size: 20px;
  margin-bottom: 15px;
}
@media (max-width: 1023px) {
  .general-wrapper .section-about .contacts-block .items-lines {
    font-size: 16px;
  }
}
.general-wrapper .section-about .contacts-block .items-lines a, .general-wrapper .section-about .contacts-block .items-lines span {
  display: inline-block;
  margin-bottom: 7px;
}
.general-wrapper .section-about .payment-wrapper .page-article p,
.general-wrapper .section-about .delivery-wrapper .page-article p {
  font-size: 16px;
}
@media (max-width: 1023px) {
  .general-wrapper .section-about .payment-wrapper .page-article p,
  .general-wrapper .section-about .delivery-wrapper .page-article p {
    font-size: 14px;
  }
}
.general-wrapper .section-about .payment-block {
  padding: 40px 0 70px;
}
@media (max-width: 540px) {
  .general-wrapper .section-about .payment-block {
    padding: 20px 0 40px;
  }
}
.general-wrapper .section-about .payment-block .payment-heading {
  margin-bottom: 50px;
}
@media (max-width: 540px) {
  .general-wrapper .section-about .payment-block .payment-heading {
    margin-bottom: 35px;
    text-align: center;
  }
}
.general-wrapper .section-about .payment-block .payment-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 540px) {
  .general-wrapper .section-about .payment-block .payment-items {
    -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;
  }
}
.general-wrapper .section-about .payment-block .payment-item {
  width: 33.33%;
  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;
}
@media (max-width: 540px) {
  .general-wrapper .section-about .payment-block .payment-item {
    width: 100%;
  }
  .general-wrapper .section-about .payment-block .payment-item:not(:last-child) {
    margin-bottom: 50px;
  }
}
.general-wrapper .section-about .payment-block .payment-item:hover .item-icon {
  -webkit-filter: none;
          filter: none;
}
.general-wrapper .section-about .payment-block .payment-item:hover .item-title {
  color: #E7313C;
}
.general-wrapper .section-about .payment-block .item-icon {
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
  -webkit-filter: grayscale(1) opacity(0.8);
          filter: grayscale(1) opacity(0.8);
  -webkit-transition: -webkit-filter 0.33s;
  transition: -webkit-filter 0.33s;
  -o-transition: filter 0.33s;
  transition: filter 0.33s;
  transition: filter 0.33s, -webkit-filter 0.33s;
}
.general-wrapper .section-about .payment-block .item-icon img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.general-wrapper .section-about .payment-block .item-title {
  color: #000000;
  font-size: 16px;
  text-align: center;
  -webkit-transition: color 0.33s;
  -o-transition: color 0.33s;
  transition: color 0.33s;
}
.general-wrapper .section-about .delivery-wrapper .map-select {
  width: 400px;
  margin-bottom: 30px;
  max-width: 100%;
}
.general-wrapper .section-about .delivery-wrapper .map-wrapper {
  max-width: 100%;
  overflow: hidden;
}
.general-wrapper .section-about .delivery-wrapper .map-block {
  height: 780px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  width: 100%;
  max-height: 90vh;
}
@media (max-width: 1600px) {
  .general-wrapper .section-about .delivery-wrapper .map-block {
    height: 600px;
  }
}
@media (max-width: 1260px) {
  .general-wrapper .section-about .delivery-wrapper .map-block {
    height: 330px;
  }
}
@media (max-width: 750px) {
  .general-wrapper .section-about .delivery-wrapper .map-block {
    height: 400px;
  }
}
.general-wrapper .section-about .delivery-wrapper .about-delivery p {
  font-size: 16px;
}
@media (max-width: 540px) {
  .general-wrapper .section-about .delivery-wrapper .about-delivery p {
    font-size: 14px;
  }
}
.general-wrapper .section-about .delivery-wrapper .delivery-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.general-wrapper .section-about .delivery-wrapper .delivery-grid .grid-item {
  width: 25%;
  padding: 0 50px;
  margin-bottom: 30px;
  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;
}
@media (max-width: 1600px) {
  .general-wrapper .section-about .delivery-wrapper .delivery-grid .grid-item {
    width: 33.33%;
    padding: 0 20px;
  }
}
@media (max-width: 1260px) {
  .general-wrapper .section-about .delivery-wrapper .delivery-grid .grid-item {
    width: 25%;
  }
}
@media (max-width: 1023px) {
  .general-wrapper .section-about .delivery-wrapper .delivery-grid .grid-item {
    width: 33.33%;
  }
}
@media (max-width: 540px) {
  .general-wrapper .section-about .delivery-wrapper .delivery-grid .grid-item {
    width: 50%;
    padding: 0 15px;
  }
}
.general-wrapper .section-about .delivery-wrapper .delivery-grid .item-image {
  height: 60px;
  margin-bottom: 20px;
}
.general-wrapper .section-about .delivery-wrapper .delivery-grid .item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.general-wrapper .section-about .delivery-wrapper .delivery-grid .item-title {
  text-align: center;
}
.general-wrapper .not-found-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 100px 0;
}
@media (max-width: 750px) {
  .general-wrapper .not-found-block {
    padding: 30px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.general-wrapper .not-found-block .image-box {
  width: 35%;
  min-width: 30%;
  margin-right: 90px;
}
@media (max-width: 1260px) {
  .general-wrapper .not-found-block .image-box {
    margin-right: 30px;
  }
}
@media (max-width: 750px) {
  .general-wrapper .not-found-block .image-box {
    width: 250px;
    min-width: 250px;
    margin-right: 0;
  }
}
.general-wrapper .not-found-block .image-box img {
  width: 100%;
}
@media (max-width: 750px) {
  .general-wrapper .not-found-block .text-box {
    margin-bottom: 30px;
    text-align: center;
  }
}
.general-wrapper .not-found-block .heading-404 {
  font-size: 200px;
  font-weight: 900;
  line-height: 1;
}
@media (max-width: 1260px) {
  .general-wrapper .not-found-block .heading-404 {
    font-size: 180px;
  }
}
@media (max-width: 750px) {
  .general-wrapper .not-found-block .heading-404 {
    font-size: 110px;
  }
}
.general-wrapper .not-found-block .reason-text {
  font-size: 30px;
}
@media (max-width: 750px) {
  .general-wrapper .not-found-block .reason-text {
    font-size: 20px;
  }
}
.general-wrapper .not-found-block .another-reason {
  margin-bottom: 60px;
}
@media (max-width: 750px) {
  .general-wrapper .not-found-block .another-reason {
    margin-bottom: 20px;
  }
}
.general-wrapper .not-found-block .another-reason,
.general-wrapper .not-found-block .what-todo {
  font-size: 24px;
}
@media (max-width: 750px) {
  .general-wrapper .not-found-block .another-reason,
  .general-wrapper .not-found-block .what-todo {
    font-size: 18px;
  }
}
.general-wrapper .not-found-block .todo-label {
  margin-bottom: 10px;
}

.general-wrapper .section-news .news-article {
  width: 800px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.general-wrapper .section-news .news-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  background: #efefef;
  height: 300px;
  max-width: 100%;
  position: relative;
  margin-bottom: 20px;
}
@media (max-width: 750px) {
  .general-wrapper .section-news .news-image {
    height: 200px;
  }
}
@media (max-width: 540px) {
  .general-wrapper .section-news .news-image {
    margin-left: -10px;
    margin-right: -10px;
    width: auto;
    max-width: none;
  }
}
.general-wrapper .section-news .news-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.general-wrapper .section-news .category {
  padding: 5px 10px;
  background-color: #E5E5E5;
  color: #ffffff;
  display: inline-block;
  text-decoration: none;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.general-wrapper .section-news .category.company {
  background-color: #E7313C;
}
.general-wrapper .section-news .category.industry {
  background-color: #FCCF33;
  color: #000000;
}
.general-wrapper .section-news .category.products {
  background-color: #555264;
}
.general-wrapper .section-news .category:hover {
  opacity: 0.9;
}
.general-wrapper .section-news .news-top-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
  gap: 8px 16px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.general-wrapper .section-news .news-top-row .news-date {
  margin-right: auto;
}
@media (max-width: 750px) {
  .general-wrapper .section-news .news-top-row {
    margin-bottom: 15px;
  }
}
.general-wrapper .section-news .news-date {
  font-size: 14px;
  color: #787e83;
}

.section-cart .cart-heading {
  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;
  border-bottom: 1px solid #000;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
.section-cart .cart-heading .big-heading {
  margin-bottom: 0;
}
.section-cart .cart-heading .cart-actions,
.section-cart .cart-heading .cart-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section-cart .cart-heading .cart-action {
  margin-left: 30px;
  font-size: 14px;
  padding: 10px;
}
@media (max-width: 1023px) {
  .section-cart .cart-heading .cart-action {
    font-size: 0;
    margin-left: 0;
  }
}
.section-cart .cart-heading .cart-action::before {
  width: 30px;
  height: 30px;
  min-width: 30px;
  margin-right: 10px;
}
@media (max-width: 1023px) {
  .section-cart .cart-heading .cart-action::before {
    margin-right: 0;
  }
}
.section-cart .cart-heading .cart-action:hover::before {
  opacity: 0.8;
}
.section-cart .cart-heading .cart-action.icon-print::before {
  width: 36px;
  min-width: 36px;
}
@media (min-width: 1023px) {
  .section-cart .cart-heading .cart-action.icon-remove::before {
    -webkit-filter: grayscale(1) opacity(0.7);
            filter: grayscale(1) opacity(0.7);
    -webkit-transform: filter 0.33s;
        -ms-transform: filter 0.33s;
            transform: filter 0.33s;
  }
  .section-cart .cart-heading .cart-action.icon-remove:hover::before {
    -webkit-filter: none;
            filter: none;
  }
}
.section-cart .cart-notice {
  background-color: #555264;
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  padding: 11px 15px;
  text-align: center;
  margin-bottom: 36px;
}
@media (max-width: 1023px) {
  .section-cart .cart-notice {
    font-size: 14px;
    margin-bottom: 15px;
  }
}
.section-cart .cart-items {
  margin-bottom: 30px;
}
@media (max-width: 1023px) {
  .section-cart .cart-items {
    margin-bottom: 15px;
  }
}
.section-cart .cart-items .remove-cell {
  min-width: 90px;
  padding-left: 20px;
}
@media (max-width: 1600px) {
  .section-cart .cart-items .remove-cell {
    min-width: 50px;
    padding-left: 0;
  }
}
@media (max-width: 1023px) {
  .section-cart .cart-items .remove-cell {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-width: 0;
  }
}
.section-cart .cart-items .image-cell {
  min-width: 90px;
}
@media (max-width: 1023px) {
  .section-cart .cart-items .image-cell {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.section-cart .cart-items .line-cell,
.section-cart .cart-items .header-cell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section-cart .cart-items .info-cell {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.section-cart .cart-items .availability-cell {
  min-width: 100px;
}
.section-cart .cart-items .delivery-cell {
  min-width: 100px;
}
.section-cart .cart-items .price-cell {
  min-width: 130px;
}
@media (max-width: 1600px) {
  .section-cart .cart-items .price-cell {
    min-width: 100px;
  }
}
.section-cart .cart-items .quantity-cell {
  min-width: 140px;
}
.section-cart .cart-items .sum-cell {
  min-width: 130px;
  width: 130px;
}
@media (max-width: 1023px) {
  .section-cart .cart-items .header-cell {
    padding-left: 10px;
  }
  .section-cart .cart-items .header-cell:not(.info-cell) {
    display: none;
  }
}
.section-cart .cart-items .lines-header,
.section-cart .cart-items .cart-line,
.section-cart .cart-items .frog-box,
.section-cart .cart-items .fox-box,
.section-cart .cart-items .bird-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.section-cart .cart-items .lines-header {
  background-color: #F4F4F4;
  font-size: 13px;
  font-weight: 400;
  padding: 4px 0;
}
.section-cart .cart-items .availability-cell,
.section-cart .cart-items .delivery-cell {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1023px) {
  .section-cart .cart-items .availability-cell,
  .section-cart .cart-items .delivery-cell {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 540px) {
  .section-cart .cart-items .availability-cell,
  .section-cart .cart-items .delivery-cell {
    margin-bottom: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media (max-width: 540px) {
  .section-cart .cart-items .availability-cell .cell-label,
  .section-cart .cart-items .delivery-cell .cell-label {
    margin-bottom: 0;
  }
}
.section-cart .cart-items .not-available {
  color: #E7313C;
}
.section-cart .cart-items .cart-line {
  padding: 8px 0;
  outline: 1px solid #cccccc;
  outline-offset: -1px;
  margin-top: -1px;
}
@media (max-width: 1023px) {
  .section-cart .cart-items .frog-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.section-cart .cart-items .fox-box {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media (max-width: 1023px) {
  .section-cart .cart-items .fox-box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.section-cart .cart-items .mouse-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1023px) {
  .section-cart .cart-items .mouse-box {
    padding-bottom: 15px;
  }
}
@media (max-width: 540px) {
  .section-cart .cart-items .mouse-box {
    padding-bottom: 0;
    display: block;
  }
}
@media (max-width: 1023px) {
  .section-cart .cart-items .bird-box {
    width: 100%;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media (max-width: 540px) {
  .section-cart .cart-items .bird-box {
    display: block;
  }
}
.section-cart .cart-items .cell-label {
  color: #777777;
  margin-bottom: 10px;
  font-size: 12px;
}
@media (min-width: 1023px) {
  .section-cart .cart-items .cell-label {
    display: none;
  }
}
@media (max-width: 540px) {
  .section-cart .cart-items .cell-label {
    min-width: 80px;
  }
}
.section-cart .cart-items .remove-button {
  padding: 10px;
}
.section-cart .cart-items .remove-button::before {
  width: 30px;
  height: 30px;
  -webkit-filter: grayscale(1) opacity(0.3);
          filter: grayscale(1) opacity(0.3);
  -webkit-transition: -webkit-filter 0.33s;
  transition: -webkit-filter 0.33s;
  -o-transition: filter 0.33s;
  transition: filter 0.33s;
  transition: filter 0.33s, -webkit-filter 0.33s;
}
@media (max-width: 1023px) {
  .section-cart .cart-items .remove-button::before {
    width: 25px;
    min-width: 25px;
    height: 25px;
  }
}
.section-cart .cart-items .remove-button:hover::before {
  -webkit-filter: none;
          filter: none;
}
.section-cart .cart-items .item-image {
  padding: 0 5px;
  display: block;
  font-size: 0;
}
@media (max-width: 1023px) {
  .section-cart .cart-items .item-image {
    margin-bottom: 10px;
  }
}
.section-cart .cart-items .item-image img {
  width: 80px;
  height: 62px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 1023px) {
  .section-cart .cart-items .info-box {
    margin-bottom: 15px;
  }
}
.section-cart .cart-items .special-param {
  font-size: 13px;
  font-weight: 400;
  color: #000;
  padding-top: 2px;
}
.section-cart .cart-items .brand {
  color: #555264;
}
.section-cart .cart-items .brand-counrty {
  color: #aaaaaa;
}
.section-cart .cart-items .item-title {
  font-size: 16px;
  margin-bottom: 5px;
  display: block;
  padding-right: 10px;
}
.section-cart .cart-items .item-code {
  font-size: 12px;
}
.section-cart .cart-items .item-code .code-label {
  padding-right: 3px;
}
.section-cart .cart-items .item-code .code {
  color: #aaaaaa;
}
@media (max-width: 540px) {
  .section-cart .cart-items .item-price,
  .section-cart .cart-items .item-quantity,
  .section-cart .cart-items .item-sum {
    margin-bottom: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.section-cart .cart-items .current-price {
  margin-bottom: 5px;
  display: block;
  font-weight: 500;
  font-size: 16px;
  color: #000000;
}
.section-cart .cart-items .special-qiantity {
  text-align: center;
  position: relative;
}
@media (max-width: 540px) {
  .section-cart .cart-items .special-qiantity {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 30px;
    text-align: left;
  }
}
.section-cart .cart-items .special-qiantity .qiantity-value {
  width: 114px;
  padding: 3px 10px;
  background-color: #f4f4f4;
  font-size: 18px;
  font-weight: 300;
  height: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.section-cart .cart-items .special-qiantity .qiantity-value.small {
  font-size: 12px;
}
.section-cart .cart-items .special-qiantity .qiantity-action {
  color: #555264;
  font-size: 12px;
  border-bottom: 1px dashed #555264;
  cursor: pointer;
}
@media (max-width: 540px) {
  .section-cart .cart-items .special-qiantity .qiantity-action {
    position: absolute;
    left: 110px;
    top: 100%;
    padding-top: 4px;
  }
}
.section-cart .cart-items .cart-quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 28px;
  border: 1px solid #F4F4F4;
}
.section-cart .cart-items .cart-quantity .less,
.section-cart .cart-items .cart-quantity .more {
  cursor: pointer;
  font-size: 0;
  background-color: #F4F4F4;
  padding: 0 10px;
}
.section-cart .cart-items .cart-quantity .less::before,
.section-cart .cart-items .cart-quantity .more::before {
  font-size: 24px;
  font-weight: 500;
  color: #555264;
  vertical-align: middle;
  line-height: 1;
}
.section-cart .cart-items .cart-quantity .less:hover,
.section-cart .cart-items .cart-quantity .more:hover {
  background-color: #555264;
}
.section-cart .cart-items .cart-quantity .less:hover::before,
.section-cart .cart-items .cart-quantity .more:hover::before {
  color: #ffffff;
}
.section-cart .cart-items .cart-quantity .less::before {
  content: "-";
}
.section-cart .cart-items .cart-quantity .more::before {
  content: "+";
}
.section-cart .cart-items .cart-quantity .quantity-value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
}
.section-cart .cart-items .cart-quantity .quantity-value input {
  outline: 0;
  width: 100%;
  border: 0;
  text-align: center;
  font-size: 18px;
  font-weight: 300;
  color: #000000;
}
.section-cart .cart-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 30px;
  border-bottom: 1px solid #000;
  margin-bottom: 45px;
  padding-left: 96px;
}
@media (max-width: 1600px) {
  .section-cart .cart-bottom {
    padding-left: 0;
  }
}
@media (max-width: 1023px) {
  .section-cart .cart-bottom {
    display: block;
    margin-bottom: 20px;
  }
}
.section-cart .cart-bottom .discount-code {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media (max-width: 1023px) {
  .section-cart .cart-bottom .discount-code {
    margin-bottom: 20px;
  }
}
.section-cart .cart-bottom .discount-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
.section-cart .cart-bottom .discount-button {
  height: auto;
}
.section-cart .cart-bottom .discount-input {
  width: 180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
}
.section-cart .cart-bottom .discount-input input {
  height: auto;
}
.section-cart .cart-bottom .code-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
  margin-bottom: 12px;
}
.section-cart .cart-bottom .code-line::before {
  width: 16px;
  height: 16px;
  margin-right: 4px;
}
.section-cart .cart-bottom .discount-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1023px) {
  .section-cart .cart-bottom .discount-info {
    display: block;
  }
}
.section-cart .cart-bottom .code-value {
  padding-right: 20px;
  line-height: 1;
}
@media (max-width: 1023px) {
  .section-cart .cart-bottom .code-value {
    display: block;
    margin-bottom: 5px;
  }
}
.section-cart .cart-bottom .code-desc {
  color: #787E83;
}
.section-cart .cart-bottom .total-line {
  font-size: 18px;
  font-weight: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
}
@media (max-width: 1023px) {
  .section-cart .cart-bottom .total-line {
    font-size: 14px;
    margin-bottom: 5px;
  }
}
.section-cart .cart-bottom .total-label {
  width: 100px;
  min-width: 100px;
  margin-right: 45px;
  text-align: right;
}
@media (max-width: 1023px) {
  .section-cart .cart-bottom .total-label {
    margin-right: 13px;
    width: 60px;
    min-width: 60px;
  }
}
.section-cart .cart-bottom .really-total {
  font-size: 24px;
}
@media (max-width: 1023px) {
  .section-cart .cart-bottom .really-total {
    font-size: 18px;
  }
}
.section-cart .cart-bottom .really-total .total-value {
  font-weight: 500;
}
.section-cart .checkout-block .checkout-heading {
  color: #E7313C;
  margin-bottom: 50px;
}
@media (max-width: 1260px) {
  .section-cart .checkout-block .checkout-heading {
    margin-bottom: 15px;
  }
}
@media (max-width: 540px) {
  .section-cart .checkout-block .form-line.cells {
    display: block;
  }
  .section-cart .checkout-block .form-line.cells .form-cell {
    margin-bottom: 15px;
  }
  .section-cart .checkout-block .form-line.cells .form-cell:not(:last-of-type) {
    padding-right: 0;
  }
}
.section-cart .checkout-block .checkout-form {
  width: 840px;
  max-width: 100%;
}
.section-cart .checkout-block .privacy {
  font-size: 13px;
  color: #555555;
  width: 500px;
  max-width: 100%;
}
.section-cart .checkout-block .captcha {
  margin-bottom: 30px;
}
.section-cart .checkout-block .submit-block {
  text-align: left;
}
@media (max-width: 767px) {
  .section-cart .checkout-block .submit-block {
    text-align: center;
  }
}
.section-cart .checkout-block .checkout-submit {
  height: 60px;
  text-transform: uppercase;
  font-size: 24px;
  padding-left: 50px;
  padding-right: 50px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .section-cart .checkout-block .checkout-submit {
    font-size: 18px;
    height: 50px;
  }
}
.section-cart .complete-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 50px 0;
}
@media (max-width: 750px) {
  .section-cart .complete-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.section-cart .complete-block .block-image {
  width: 50%;
  min-width: 50%;
  text-align: center;
  padding: 0 5%;
}
@media (max-width: 750px) {
  .section-cart .complete-block .block-image {
    width: 300px;
    padding: 0;
  }
}
.section-cart .complete-block .block-image img {
  opacity: 0.2;
}
@media (max-width: 750px) {
  .section-cart .complete-block .block-text {
    margin-bottom: 80px;
  }
}
@media (max-width: 540px) {
  .section-cart .complete-block .block-text.empty-cart {
    text-align: center;
  }
}
.section-cart .complete-block .top-heading {
  margin-bottom: 0;
}
@media (max-width: 750px) {
  .section-cart .complete-block .top-heading {
    text-align: center;
  }
}
.section-cart .complete-block .block-heading {
  font-size: 48px;
  margin-bottom: 20px;
  font-weight: 700;
}
@media (max-width: 750px) {
  .section-cart .complete-block .block-heading {
    font-size: 40px;
    text-align: center;
  }
}
.section-cart .complete-block .status-text {
  font-size: 18px;
  color: #555555;
}
@media (max-width: 750px) {
  .section-cart .complete-block .status-text {
    font-size: 14px;
    margin-bottom: 15px;
  }
}
.section-cart .complete-block .text-part {
  margin-bottom: 50px;
}
.section-cart .complete-block .oredrs-link {
  font-size: 24px;
  color: #555264;
  font-weight: 300;
}
@media (max-width: 750px) {
  .section-cart .complete-block .oredrs-link {
    display: block;
    text-align: center;
  }
}
.section-cart .complete-block .orders-button {
  font-size: 24px;
  height: 60px;
  line-height: 55px;
  display: inline-block;
}
.section-cart .complete-block .orders-button span {
  vertical-align: middle;
}
.section-cart .complete-block .button-icon {
  min-width: 40px;
  width: 40px;
  height: 40px;
  vertical-align: middle;
  display: inline-block;
  margin-right: 10px;
}
.section-cart .complete-block .button-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.section-cart .complete-block .gears-block {
  text-align: center;
  padding-top: 30px;
}
.section-cart .complete-block .gears {
  position: relative;
  width: 79px;
  height: 79px;
  display: inline-block;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.section-cart .complete-block .gears .gear {
  position: absolute;
  opacity: 0.4;
}
.section-cart .complete-block .gears .gear-big {
  bottom: 0;
  left: 0;
  width: 52px;
  height: 52px;
  -webkit-animation: rotate linear 5s infinite;
          animation: rotate linear 5s infinite;
}
.section-cart .complete-block .gears .gear-small {
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  -webkit-animation: rotateAnti linear 3s infinite;
          animation: rotateAnti linear 3s infinite;
}

.section-footer {
  background-color: #555264;
  position: relative;
}
.section-footer.regular-section {
  margin-bottom: 0;
}
@media (max-width: 1023px) {
  .section-footer {
    margin-bottom: 50px;
  }
}
.section-footer::after {
  content: "";
  display: block;
  position: absolute;
  background-color: #555264;
  left: 100%;
  top: 0;
  bottom: 0;
  width: 1000px;
}
.section-footer .footer-block {
  padding: 30px 0;
  color: #ffffff;
}
@media (max-width: 1260px) {
  .section-footer .footer-block {
    padding: 20px 0;
  }
}
@media (max-width: 750px) {
  .section-footer .footer-block {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.section-footer .footer-block a {
  color: #ffffff;
}
.section-footer .footer-cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 560px) {
  .section-footer .footer-cols {
    display: block;
  }
}
.section-footer .footer-col:last-child {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: right;
}
@media (max-width: 560px) {
  .section-footer .footer-col:last-child {
    text-align: left;
  }
}
.section-footer .footer-col:last-child .footer-menu {
  text-align: left;
  display: inline-block;
}
.section-footer .col-info {
  width: 25%;
  padding-right: 20px;
}
@media (max-width: 1600px) {
  .section-footer .col-info {
    width: 30%;
  }
}
@media (max-width: 1023px) {
  .section-footer .col-info {
    width: 45%;
  }
}
@media (max-width: 760px) {
  .section-footer .col-info {
    width: 60%;
  }
}
@media (max-width: 560px) {
  .section-footer .col-info {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
  }
}
.section-footer .footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
}
@media (max-width: 1600px) {
  .section-footer .footer-nav {
    width: 45%;
  }
}
@media (max-width: 1023px) {
  .section-footer .footer-nav {
    display: none;
  }
}
.section-footer .footer-nav .footer-menu {
  width: 50%;
  padding: 0 40px;
}
.section-footer .footer-nav .menu-link {
  font-size: 13px;
}
.section-footer .footer-menu {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}
.section-footer .footer-menu .menu-item {
  margin-bottom: 10px;
}
.section-footer .footer-menu .menu-link:hover {
  text-decoration: underline;
}
.section-footer .footer-menu .menu-link.tel {
  font-size: 18px;
}
.section-footer .footer-menu .menu-link.mail {
  font-size: 16px;
}
.section-footer .footer-menu:not(:first-child) {
  position: relative;
}
.section-footer .footer-menu:not(:first-child)::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  background-color: #fff;
  opacity: 0.2;
}
.section-footer .footer-menu.contacts {
  padding: 0 40px;
}
@media (max-width: 1600px) {
  .section-footer .footer-menu.contacts {
    padding: 0 0;
  }
}
.section-footer .address {
  font-style: normal;
}
.section-footer .logo-box {
  display: block;
  margin-bottom: 100px;
  opacity: 0.9;
  -webkit-transition: opacity 0.33s;
  -o-transition: opacity 0.33s;
  transition: opacity 0.33s;
}
@media (max-width: 1600px) {
  .section-footer .logo-box {
    margin-bottom: 26px;
  }
}
.section-footer .logo-box:hover {
  opacity: 1;
}
.section-footer .logo-box .logo {
  overflow: hidden;
  font-size: 0;
  margin-bottom: 10px;
  position: relative;
}
.section-footer .logo-box .logo::before {
  -webkit-filter: brightness(10);
          filter: brightness(10);
  height: 50px;
  width: 100%;
  background-position: 0;
}
.section-footer .logo-box .logo img {
  height: 50px;
}
@media (max-width: 1600px) {
  .section-footer .logo-box .logo img {
    height: 30px;
  }
}
.section-footer .logo-box .slogan {
  font-weight: 700;
  padding-left: 60px;
  color: #ffffff;
}
@media (max-width: 1600px) {
  .section-footer .logo-box .slogan {
    padding-left: 35px;
    font-size: 13px;
  }
}
.section-footer .footer-info {
  margin-top: 20px;
  padding-left: 60px;
}
@media (max-width: 1600px) {
  .section-footer .footer-info {
    padding-left: 0;
  }
}
@media (max-width: 560px) {
  .section-footer .footer-info {
    margin-top: 5px;
  }
}
.section-footer .offer-notice {
  font-size: 12px;
  margin-bottom: 18px;
}
.section-footer .copyright {
  font-size: 13px;
}
.section-footer .developer {
  text-align: right;
  margin-top: -20px;
  font-size: 12px;
  padding-right: 40px;
}
@media (max-width: 1023px) {
  .section-footer .developer {
    margin-top: 0;
    text-align: left;
    padding: 15px 0;
    position: absolute;
    top: 100%;
  }
}
@media (max-width: 1023px) {
  .section-footer .developer .developer-link {
    color: #000000;
  }
}
.section-footer .cookies-notice {
  padding: 30px 0;
  position: fixed;
  bottom: 0;
  right: 0;
  width: 100%;
  z-index: 10;
  background-color: #555264;
  color: #ffffff;
  -webkit-transform: translateY(150%);
      -ms-transform: translateY(150%);
          transform: translateY(150%);
  -webkit-transition: -webkit-transform 0.33s;
  transition: -webkit-transform 0.33s;
  -o-transition: transform 0.33s;
  transition: transform 0.33s;
  transition: transform 0.33s, -webkit-transform 0.33s;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .section-footer .cookies-notice {
    padding: 20px 0;
  }
}
.section-footer .cookies-notice.opened {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.section-footer .cookies-notice .cookies-container {
  position: relative;
}
@media (min-width: 1261px) {
  .section-footer .cookies-notice .cookies-container {
    width: 1250px;
    margin-left: auto;
    margin-right: auto;
  }
}
.section-footer .cookies-notice .close-button {
  position: absolute;
  right: 20px;
  top: 50%;
  padding: 15px;
  font-size: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.section-footer .cookies-notice .close-button::before {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  width: 20px;
  height: 20px;
}
.section-footer .cookies-notice .close-button:hover::before {
  -webkit-filter: none;
          filter: none;
}
@media (max-width: 540px) {
  .section-footer .cookies-notice .close-button {
    top: 0;
    right: 0;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}
.section-footer .cookies-notice .cookies-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 100px;
  font-size: 18px;
}
@media (max-width: 540px) {
  .section-footer .cookies-notice .cookies-box {
    display: block;
    padding: 0 20px 0 0;
  }
}
.section-footer .cookies-notice .cookies-box p {
  margin-bottom: 0;
  font-size: 15px;
}
@media (max-width: 1350px) {
  .section-footer .cookies-notice .cookies-box p {
    padding: 0 10px;
    font-size: 14px;
  }
}
@media (max-width: 1180px) {
  .section-footer .cookies-notice .cookies-box p {
    font-size: 13px;
    padding: 0;
  }
}
.section-footer .cookies-notice .cookies-box a {
  color: #ffffff;
  text-decoration: underline;
}
.section-footer .cookies-notice .accept-box {
  padding: 0 10px;
  text-align: center;
}
@media (max-width: 767px) {
  .section-footer .cookies-notice .accept-box {
    padding: 0 5px;
  }
}
@media (max-width: 540px) {
  .section-footer .cookies-notice .accept-box {
    -webkit-transform: translateY(10px);
        -ms-transform: translateY(10px);
            transform: translateY(10px);
  }
}
.section-footer .button-scroll-up {
  display: none;
  position: fixed;
  right: 30px;
  bottom: 20px;
  z-index: 10;
  width: 50px;
  height: 50px;
  background-color: #E7313C;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  cursor: pointer;
  text-align: center;
}
.section-footer .button-scroll-up .icon-arrow-up {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}
.section-footer .button-scroll-up .icon-arrow-up::before {
  width: 18px;
  height: 30px;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
          box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before, .mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
        transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
        transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -ms-transform-origin: 100%;
        transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.p-0 {
  padding: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 4px !important;
}

.mb-3 {
  margin-bottom: 16px !important;
}

.mb-4 {
  margin-bottom: 24px !important;
}

.text-gray {
  color: #9B9A9E !important;
}

.text-red {
  color: #E7313C !important;
}

.d-inline-block {
  display: inline-block !important;
}

.p-last-margin-0 > p:last-child {
  margin-bottom: 0 !important;
}

.text-center {
  text-align: center !important;
}

.text-end {
  text-align: right !important;
}

.text-start {
  text-align: left !important;
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

@media (min-width: 541px) {
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
}

@media (min-width: 1025px) {
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
}

.gap-1 {
  gap: 4px !important;
}

.rounded-pill {
  -webkit-border-radius: 50rem !important;
          border-radius: 50rem !important;
}

.overflow-x-auto {
  overflow-x: auto !important;
}

.mobile-block-expand {
  margin-left: -10px !important;
  margin-right: -10px !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.position-relative {
  position: relative !important;
}

.b-3d-viewer-popup {
  display: block;
  width: 720px;
  max-width: 100%;
  height: auto;
  aspect-ratio: 1;
  background: #555555;
  position: relative;
}

.b-3d-viewer-popup model-viewer {
  width: 100%;
  height: 100%;
  margin: auto;
}

.mfp-content .b-3d-viewer-popup .mfp-close {
  background-color: rgba(255, 255, 255, 0.5);
}

.b-prod-rating {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.2;
}
.b-prod-rating__value {
  font-weight: 700;
  font-size: 14px;
  margin-left: 6px;
}
.b-prod-rating__stars {
  font-size: 16px;
  gap: 0 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.b-prod-rating .star {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 1em;
  height: 1em;
  vertical-align: top;
  margin-top: -3px;
  display: inline-block;
  background-image: url(../img/icons/star.svg);
  background-repeat: no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
  background-position: center;
}
.b-prod-rating .star:not(.active) {
  -webkit-filter: saturate(0) brightness(1.1);
          filter: saturate(0) brightness(1.1);
}

.catalog-grid .product-item .b-prod-rating {
  margin: 0 0 12px;
}

.p-detail-landing__product-block-summary .b-prod-rating {
  margin-bottom: 16px;
}
.p-detail-landing__product-block-summary .b-prod-rating .star {
  font-size: 20px;
}
.p-detail-landing__product-block-summary .b-prod-rating__value {
  font-size: 20px;
}

.catalog-lines .line-cell .b-prod-rating__value {
  font-size: 12px;
}
.catalog-lines .line-cell .b-prod-rating {
  width: 100%;
  margin: 4px 0 0;
}
.catalog-lines .line-cell .b-prod-rating .star {
  font-size: 12px;
}
.catalog-lines .line-cell .b-prod-rating__stars {
  gap: 0 2px;
}