@charset "UTF-8";

@font-face {
  font-family: "Inter";
  font-display: swap;
  src: url("../fonts/Inter-Bold.woff2") format("woff2"), url("../fonts/Inter-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Inter";
  font-display: swap;
  src: url("../fonts/Inter-ExtraBold.woff2") format("woff2"), url("../fonts/Inter-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: "Inter";
  font-display: swap;
  src: url("../fonts/Inter-ExtraLight.woff2") format("woff2"), url("../fonts/Inter-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: "Inter";
  font-display: swap;
  src: url("../fonts/Inter-Medium.woff2") format("woff2"), url("../fonts/Inter-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Inter";
  font-display: swap;
  src: url("../fonts/Inter-Light.woff2") format("woff2"), url("../fonts/Inter-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Inter";
  font-display: swap;
  src: url("../fonts/Inter-SemiBold.woff2") format("woff2"), url("../fonts/Inter-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Open Sans";
  font-display: swap;
  src: url("../fonts/OpenSans-Bold.woff2") format("woff2"), url("../fonts/OpenSans-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Inter";
  font-display: swap;
  src: url("../fonts/Inter-Regular.woff2") format("woff2"), url("../fonts/Inter-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Open Sans";
  font-display: swap;
  src: url("../fonts/OpenSans-ExtraBold.woff2") format("woff2"), url("../fonts/OpenSans-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: "Open Sans";
  font-display: swap;
  src: url("../fonts/OpenSans-BoldItalic.woff2") format("woff2"), url("../fonts/OpenSans-BoldItalic.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: "Open Sans";
  font-display: swap;
  src: url("../fonts/OpenSans-ExtraBoldItalic.woff2") format("woff2"), url("../fonts/OpenSans-ExtraBoldItalic.woff") format("woff");
  font-weight: 800;
  font-style: italic;
}

@font-face {
  font-family: "Open Sans";
  font-display: swap;
  src: url("../fonts/OpenSans-LightItalic.woff2") format("woff2"), url("../fonts/OpenSans-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: "Open Sans";
  font-display: swap;
  src: url("../fonts/OpenSans-Italic.woff2") format("woff2"), url("../fonts/OpenSans-Italic.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: "Open Sans";
  font-display: swap;
  src: url("../fonts/OpenSans-Light.woff2") format("woff2"), url("../fonts/OpenSans-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Open Sans";
  font-display: swap;
  src: url("../fonts/OpenSans-MediumItalic.woff2") format("woff2"), url("../fonts/OpenSans-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: "Open Sans";
  font-display: swap;
  src: url("../fonts/OpenSans-Medium.woff2") format("woff2"), url("../fonts/OpenSans-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Open Sans";
  font-display: swap;
  src: url("../fonts/OpenSans-Regular.woff2") format("woff2"), url("../fonts/OpenSans-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Open Sans";
  font-display: swap;
  src: url("../fonts/OpenSans-SemiBoldItalic.woff2") format("woff2"), url("../fonts/OpenSans-SemiBoldItalic.woff") format("woff");
  font-weight: 600;
  font-style: italic;
}

@font-face {
  font-family: "Open Sans";
  font-display: swap;
  src: url("../fonts/OpenSans-SemiBold.woff2") format("woff2"), url("../fonts/OpenSans-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}

.body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
  font-family: "Inter", "Open Sans", sans-serif;
  line-height: 1.3;
  font-size: 16px;
  cursor: default;
  color: #0c131d;
}

.body._background {
  background-color: #f6f6f6;
}

.body.is-locked {
  overflow: hidden;
  padding-right: 14px;
}

.basic-styles-content {
  line-height: 1.3;
}

.basic-styles-content h1 {
  font-family: "Inter", "Open Sans", sans-serif;
  font-size: 40px;
  line-height: 1.3;
  font-weight: 700;
  margin-bottom: 24px;
}

.basic-styles-content h2 {
  font-family: "Inter", "Open Sans", sans-serif;
  font-size: 32px;
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 24px;
}

.basic-styles-content h3 {
  font-family: "Inter", "Open Sans", sans-serif;
  font-size: 24px;
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 24px;
}

.basic-styles-content p {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 24px;
}

.basic-styles-content b {
  font-weight: 700;
}

.basic-styles-content img {
  max-width: 100%;
  margin-bottom: 24px;
}

.basic-styles-content iframe {
  margin-bottom: 40px;
  max-width: 100%;
}

.basic-styles-content a {
  color: #0088CB;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
}

.basic-styles-content a:active {
  color: #269ad3;
}

.basic-styles-content ol {
  counter-reset: num;
  margin-bottom: 24px;
  padding-left: 25px;
}

.basic-styles-content ol li::before {
  content: counter(num) ".";
  counter-increment: num;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 400;
}

.basic-styles-content ul {
  margin-bottom: 24px;
}

.basic-styles-content ul li {
  padding-left: 25px;
  position: relative;
}

.basic-styles-content ul li::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 11px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 5px;
  height: 5px;
  background-color: #0C131D;
  border-radius: 50%;
}

.basic-styles-content li {
  line-height: 1.5;
  padding-left: 32px;
  position: relative;
}

.swiper-slide .product-card-item {
  width: 100%;
  position: initial;
}

.product-slider {
  padding: 10px 5px;
}

.product-slider .swiper-wrapper .swiper-slide {
  height: initial;
}

.product-slider .swiper-wrapper .swiper-slide .product-card-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.product-slider .swiper-wrapper .swiper-slide .product-card-item .notify_pricerequest {
  margin-top: auto;
  width: 100%;
}

.product-card-item {
  -webkit-transition: -webkit-box-shadow 0.2s;
  transition: -webkit-box-shadow 0.2s;
  -o-transition: box-shadow 0.2s;
  transition: box-shadow 0.2s;
  transition: box-shadow 0.2s, -webkit-box-shadow 0.2s;
}

.product-card-item:hover {
  -webkit-box-shadow: 0 2px 12px rgba(0, 9, 17, 0.12);
          box-shadow: 0 2px 12px rgba(0, 9, 17, 0.12);
}

.product-card-item {
  position: relative;
  width: 304px;
  background-color: #ffffff;
  margin-right: 32px;
  border-radius: 4px;
  /**
  * временно
  */
}

.product-card-item:nth-child(4n+4) {
  margin-right: 0;
}

.product-card-item .img-wrap {
  width: 100%;
  height: 304px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
}

.product-card-item .img-wrap .link {
  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: 100%;
  height: 100%;
  border-bottom: 1px solid #EFF2F4;
  overflow: hidden;
}

.product-card-item .img-wrap .link.link-scheme {
  position: relative;
}

.product-card-item .img-wrap .img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 4px 4px 0 0;
}

.product-card-item .price-wrap {
  position: relative;
  padding: 16px;
  min-height: 61px;
}

.product-card-item .bonuses {
  background-color: #ffffff;
  border-radius: 4px;
  font-size: 13px;
  padding: 4px 8px;
  border: 1px solid #E0E0E0;
}

.product-card-item .absolute-box {
  position: absolute;
  left: 16px;
  top: -40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.product-card-item .absolute-box .discount-quantity {
  font-size: 13px;
  margin-left: 0;
  background-color: #ffffff;
  border-radius: 4px;
  padding: 4px 8px;
  margin-right: 4px;
  border: 1px solid #EFF2F4;
}

.product-card-item .absolute-box .bonuses {
  color: #90a4af;
  border: 1px solid #EFF2F4;
}

.product-card-item .availability-info_line {
  position: relative;
  cursor: pointer;
}

.product-card-item .about-prod-wrap {
  padding: 0 16px;
  min-height: 180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.product-card-item .additional-information {
  margin-top: auto;
}

.product-card-item .basket-control {
  padding: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.product-card-item .basket-control.hidden {
  display: none;
}

.product-card-item .btn {
  font-size: 14px;
  padding: 7px 9px;
  height: 40px;
}

.product-card-item .btn._gray {
  font-size: 14px;
  margin-bottom: 0;
  margin-left: auto;
}

.product-card-item .menu-btn {
  display: none;
  border: 1px solid transparent;
  -webkit-transition: border-color 0.3s;
  -o-transition: border-color 0.3s;
  transition: border-color 0.3s;
}

.product-card-item .basket-icon {
  border: 1px solid #0088CB;
  border-radius: 4px;
}

.product-card-item .basket-icon::before {
  display: none;
}

.product-card-item .basket-icon:hover {
  background-color: #0088CB;
  color: #ffffff;
}

.product-card-item .basket-icon.active {
  border: 1px solid #27AE60;
  background-color: #27AE60;
  color: #ffffff;
}

.product-card-item .basket-icon._request {
  width: 100% !important;
  font-size: 14px !important;
  background-image: none !important;
}

.product-card-item._btn-test .product-quantity .input {
  width: 90px;
}

.product-card-item._btn-test .basket-icon {
  color: #0088CB;
}

.product-card-item._btn-test .basket-icon::before {
  margin-right: 5px;
}

.product-card-item._btn-test .basket-icon:hover {
  color: #ffffff;
}

.product-card-item._btn-test._test .product-quantity .input {
  width: 110px;
}

.product-card-item .brand-title {
  display: none;
}

.product-card-item .hairpin-btn {
  position: absolute;
  top: 4px;
  right: 4px;
  background-color: #ffffff;
  border-radius: 4px;
  border: 1px solid #EFF2F4;
  width: 32px;
  height: 32px;
  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;
}

.price-wrap + .price-wrap {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  margin-top: 32px !important;
}

.stickers {
  position: absolute;
  top: 12px;
  left: 11px;
}

.sticker-item {
  color: #0C131D;
  font-size: 14px;
  padding: 4px 8px;
  border-radius: 4px;
  display: inline-block;
  margin: 5px;
}

.sticker-item._stock {
  margin-top: 0;
  margin-left: 0;
  color: #0C131D;
  background-color: #FFE100;
}

.sticker-item._instock {
  display: none;
}

.sticker-item._intransit {
  display: none;
}

.sticker-item._sale {
  margin-top: 0;
  margin-left: 0;
  color: #ffffff;
  background-color: #EA1A65;
}

.sticker-item._dark-small {
  font-size: 11px;
  padding: 1px 4px;
}

.sticker-item._text-size-14 {
  font-size: 14px;
  padding: 4px 8px;
}

.product-row-item._small .sticker-item {
  font-size: 11px;
  padding: 1px 4px;
}

.favorites-comparison {
  position: absolute;
  right: 16px;
  top: 17px;
}

.favorites-comparison .item {
  border-radius: 4px;
  background: rgb(255, 255, 255);
  border: 1px solid #EFF2F4;
  display: block;
  margin-bottom: 4px;
  cursor: pointer;
  width: 32px;
  height: 32px;
  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;
}

.favorites-comparison .favorites-icon:hover::before {
  background-image: url(../img/icons/favorite-blue.svg);
}

.favorites-comparison .comparison-icon:hover::before {
  background-image: url(../img/icons/compare-blue.svg);
}

.current-price {
  font-weight: 600;
  font-size: 22px;
}

.old-price {
  color: #7A7A7A;
  font-size: 16px;
  margin-left: 16px;
  position: relative;
  white-space: nowrap;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.table-catalog .old-price {
  margin-left: 8px;
}

.old-price::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #EA1A65;
  position: absolute;
  left: 0;
  top: 49%;
  -webkit-transform: rotate(3deg);
      -ms-transform: rotate(3deg);
          transform: rotate(3deg);
}

.product-article {
  min-height: 18px;
  color: #7A7A7A;
  font-size: 12px;
  display: block;
  line-height: 1.5;
}

.product-article ._brand-link {
  display: none;
}

.product-title {
  line-height: 1.4;
  height: 65px;
  display: block;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.product-title._m-b {
  margin-bottom: 26px;
}

.product-title._no-height {
  height: auto;
}

.additional-information {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 13px;
  height: 21px;
}

.additional-information._m-b {
  margin-bottom: 26px;
}

.dealer-price {
  font-size: 12px;
  color: #617E8C;
  line-height: 1.5;
}

.price-num {
  font-weight: 600;
}

.additional-item {
  margin-right: 15px;
}

.additional-item:last-child {
  margin-right: 0;
}

.additional-item.scheme {
  cursor: pointer;
  position: relative;
}

.additional-item.scheme .delivery-table-popup {
  cursor: auto;
  border: 1px solid #269ad3;
  border-radius: 4px;
  padding: 0;
  left: auto;
  width: auto;
}

.additional-item.scheme .delivery-table-popup table tbody tr:first-of-type {
  background-color: #269ad3;
  color: #fff;
}

.additional-item.scheme .delivery-table-popup table tbody tr:first-of-type .td {
  padding: 12px 8px 4px 8px;
}

.additional-item.scheme .delivery-table-popup table tbody tr:first-of-type .td:nth-child(2) {
  width: 140px;
}

.additional-item.scheme .delivery-table-popup table tbody tr:last-of-type .td {
  padding-bottom: 12px;
}

.additional-item.scheme .delivery-table-popup table tbody tr .td:first-child {
  padding-left: 12px;
}

.additional-item.scheme .delivery-table-popup table tbody tr .td:last-child {
  padding-right: 12px;
}

.additional-item.scheme .delivery-table-popup table tbody tr td.td {
  padding: 8px 12px;
}

.additional-item.scheme .delivery-table-popup a {
  color: #269ad3;
}

.additional-item.scheme .delivery-table-popup a:hover {
  text-decoration: underline;
}

.discount-quantity {
  color: #EA1A65;
  margin-left: 4px;
}

.availability-info {
  font-size: 13px;
  cursor: pointer;
  position: relative;
  line-height: 1;
  display: block;
}

.availability-info.attention-icon {
  padding-left: 30px;
}

.availability-info::before {
  position: absolute;
  left: 0;
  top: -3px;
}

._orange {
  color: #F57C1F;
}

._green {
  color: #27AE60;
}

._blue {
  color: #2F80ED;
}

._red {
  color: #EB5757 !important;
}

._purple {
  color: #A761A8;
}

.product-slider .availability-info {
  height: 16px;
}

.product-quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  border: 1px solid #E0E0E0;
  border-radius: 4px;
}

._item-row .product-quantity {
  width: 100%;
  margin-right: 0;
}

.product-quantity .remove-prod {
  width: 27px;
  height: 100%;
  cursor: pointer;
  background-image: url(../img/icons/minus-black.svg);
  background-size: 40%;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  z-index: 1;
}

.product-quantity .add-prod {
  width: 27px;
  height: 100%;
  cursor: pointer;
  background-image: url(../img/icons/plus-black.svg);
  background-size: 40%;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  z-index: 1;
}

.product-quantity .input {
  width: 125px;
  border: none;
  border-right: 1px solid #E0E0E0;
  border-left: 1px solid #E0E0E0;
  border-radius: 0;
  padding: 0;
  text-align: center;
  height: 100%;
}

.product-quantity._select-item {
  position: relative;
}

.product-quantity._select-item .input {
  padding-bottom: 13px;
}

.product-quantity._select-item .select-block {
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  margin: 0 auto;
  font-size: 12px;
  color: #90A4AF;
  text-align: center;
}

.product-quantity._select-item .select-title {
  font-size: 12px;
  cursor: pointer;
  position: relative;
  z-index: 1;
  padding: 0;
  line-height: 1.5;
}

.product-quantity._select-item .select-title::after {
  display: inline-block;
  width: 12px;
  height: 12px;
  background-image: url(../img/icons/arrow-down_blue.svg);
  background-size: 85%;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: -3px;
  margin-left: 2px;
}

.product-quantity .package-table-popup {
  left: -15px;
}

.product-list._item-row .product-card-item .delivery-table-popup,
.product-list .product-card-item:nth-child(2n+2) .delivery-table-popup {
  right: -15px;
  left: auto;
}

.basket-product-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 16px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #EFF2F4;
}

.basket-product-item:last-child {
  margin-bottom: 0;
  border-bottom: 1px solid transparent;
  padding-bottom: 0;
}

.basket-product-item .img-wrap {
  max-width: 72px;
  max-height: 72px;
  width: 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;
  padding-right: 8px;
}

.basket-product-item .img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 4px;
}

.basket-product-item .content-wrap {
  padding-left: 8px;
  padding-right: 8px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.basket-product-item .article {
  color: #828282;
  font-size: 12px;
  margin-bottom: 2px;
}

.basket-product-item .product-title {
  margin-bottom: 4px;
  height: auto;
  overflow: visible;
  -webkit-line-clamp: inherit;
  font-size: 14px;
}

.basket-product-item .price-quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 95px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.basket-product-item .current-price {
  font-size: 16px;
  display: block;
}

.basket-product-item .old-price {
  font-size: 12px;
  margin-left: 0px;
}

.basket-product-item .old-price::after {
  height: 1px;
}

.basket-product-item .price-wrap {
  width: 100%;
}

.basket-product-item .product-quantity {
  margin-top: 10px;
  border: none;
  height: 30px;
}

.basket-product-item .product-quantity .input {
  width: 87px;
  border: none;
}

.product-row-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 12px 0;
  border-top: 1px solid #EFF2F4;
}

.product-row-item:first-child {
  border-top: 1px solid transparent;
}

.product-row-item._small .img-wrap {
  position: relative;
  width: 80px;
  height: 80px;
  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;
}

.product-row-item .img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.product-row-item .stickers {
  top: 0;
  left: 0;
}

.product-row-item .product-content {
  padding-left: 18px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.product-row-item .product-article {
  font-size: 14px;
  margin-bottom: 4px;
}

.product-row-item .product-title {
  height: auto;
  margin-bottom: 4px;
}

.product-row-item .availability-info {
  font-size: 14px;
}

.product-row-item .price-wrap {
  width: 150px;
}

.product-row-item .current-price {
  font-size: 16px;
  display: block;
}

.product-row-item .old-price {
  font-size: 12px;
  margin-left: 0;
  margin-right: 4px;
}

.product-row-item .discount-quantity {
  font-size: 12px;
  margin-left: 0;
}

.product-row-item .basket-control {
  width: 238px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 12px;
}

.product-row-item .basket-control ._pricerequest,
.product-row-item .basket-control ._notify {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.product-row-item .btn {
  width: 40px;
  height: 40px;
  border-radius: 4px;
  padding: 5px;
  -webkit-transition-property: border-color, background-color;
  -o-transition-property: border-color, background-color;
  transition-property: border-color, background-color;
  -webkit-transition-duration: 0.2s;
       -o-transition-duration: 0.2s;
          transition-duration: 0.2s;
}

.product-row-item .btn.active {
  background-color: #27AE60;
  border: 1px solid #27AE60;
}

.product-row-item .basket-icon._blue-icon {
  border: 1px solid #0088CB;
}

.product-row-item .basket-icon._blue-icon:hover {
  background-color: #0088CB;
}

.product-row-item .basket-icon._blue-icon:hover::before {
  background-image: url(../img/icons/basket-white.svg);
}

.product-row-item .basket-icon.active {
  border: 1px solid transparent;
}

.product-row-item .basket-icon.active::before {
  background-image: url(../img/icons/basket-white.svg);
}

.product-row-item .basket-icon.active:hover {
  background-color: #27AE60;
}

.product-row-item .product-quantity {
  width: 132px;
  height: 42px;
}

.product-row-item .product-quantity .input {
  width: 76px;
}

.product-row-item .bell-icon:hover::after {
  background-image: url(../img/icons/bell-white.svg);
}

.menu-btn_dot {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 10px;
  width: 32px;
  height: 40px;
  background-color: #F8F9FA;
  border-radius: 4px;
  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;
  cursor: pointer;
  position: relative;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.menu-btn_dot:hover .menu-popup {
  opacity: 1;
  visibility: visible;
}

.menu-btn_dot * {
  white-space: nowrap;
}

.menu-btn_dot *:hover {
  cursor: pointer;
}

.menu-btn_dot.active::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background-color: #EA1A65;
  border-radius: 50%;
  position: absolute;
  right: 4px;
  top: 4px;
}

.menu-btn_dot .menu-popup a {
  color: #0C131D;
}

.menu-btn_dot .menu-popup a:hover {
  color: #0088CB;
}

._row-visible {
  display: none;
}

.catalog-list._item-row.catalog-list .product-card-item {
  margin-right: 0;
  margin-bottom: 16px;
}

.catalog-list._item-row.catalog-list .about-prod-wrap {
  width: 567px;
}

.catalog-list._item-row.catalog-list .current-price {
  display: block;
  width: 100%;
}

.catalog-list._item-row.catalog-list .basket-control {
  padding-top: 100px;
}

.catalog-list._item-row.catalog-list .absolute-box {
  position: relative;
  top: auto;
  left: auto;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  margin-top: 5px;
}

.catalog-list._item-row.catalog-list .bonuses {
  margin-top: 0;
}

.catalog-list._item-row.catalog-list .discount-quantity {
  padding: 0;
  border: none;
}

.catalog-list._item-row.catalog-list .additional-information._m-b {
  margin-bottom: 0;
}

.catalog-list._item-row .product-card-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  padding: 16px;
  position: relative;
}

.catalog-list._item-row .product-card-item::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #EFF2F4;
  position: absolute;
  left: 0;
  top: 0;
}

.catalog-list._item-row .product-card-item:first-child::before {
  display: none;
}

.catalog-list._item-row .product-card-item._test .about-prod-wrap {
  padding-bottom: 50px;
}

.catalog-list._item-row .product-card-item._test .favorites-comparison {
  position: absolute;
  top: auto;
  bottom: 15px;
  left: 182px;
  right: auto;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-left: 0px;
}

.catalog-list._item-row .product-card-item._test .favorites-comparison .item {
  margin-right: 5px;
  border: none;
}

.catalog-list._item-row .product-card-item._test .additional-information {
  position: absolute;
  left: 75px;
  bottom: -11px;
  height: 32px;
}

.catalog-list._item-row .product-card-item .brand-title {
  display: block;
}

.catalog-list._item-row .img-wrap {
  width: 148px;
  height: 148px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  position: initial;
}

.catalog-list._item-row .img-wrap .link {
  border-bottom: none;
}

.catalog-list._item-row .product-article {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.catalog-list._item-row .availability-info {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.catalog-list._item-row .product-article {
  font-size: 14px;
}

.catalog-list._item-row .favorites-comparison {
  position: relative;
  top: auto;
  right: auto;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: -5px;
}

.catalog-list._item-row .favorites-comparison .item {
  margin-right: 5px;
  margin-bottom: 0;
  border: 1px solid transparent;
  -webkit-transition: border-color 0.2s;
  -o-transition: border-color 0.2s;
  transition: border-color 0.2s;
}

.catalog-list._item-row .favorites-comparison .item:hover {
  border: 1px solid #0088CB;
}

.catalog-list._item-row .favorites-comparison .item._red:hover {
  border: 1px solid #eb5757;
}

.catalog-list._item-row .additional-information {
  margin-top: 13px;
  height: auto;
  width: 100%;
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

.catalog-list._item-row .additional-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0;
}

.catalog-list._item-row .doc-icon::before {
  top: 0;
  bottom: 0;
  margin: auto;
  margin-right: 5px;
}

.catalog-list._item-row .update-icon::before {
  margin-bottom: -1px;
}

.catalog-list._item-row .about-prod-wrap {
  width: 487px;
  margin-left: 24px;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  padding: 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.catalog-list._item-row .product-title {
  height: auto;
  overflow: visible;
  display: block;
  width: 100%;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-bottom: 8px;
  word-break: break-word;
}

.catalog-list._item-row .brand-title {
  display: block;
  margin-bottom: 24px;
  font-size: 14px;
  width: 100%;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  color: #90A4AF;
}

.catalog-list._item-row .brand-title .link {
  color: #90A4AF;
}

.catalog-list._item-row .brand-title .link:hover {
  color: #0088CB;
}

.catalog-list._item-row .price-wrap {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  opacity: 1;
  right: 16px;
  top: 16px;
  width: 149px;
  padding: 0;
}

.catalog-list._item-row .current-price {
  display: block;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.catalog-list._item-row .old-price {
  margin-left: 0;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.catalog-list._item-row .discount-quantity {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.catalog-list._item-row .bonuses {
  position: relative;
  top: auto;
  left: auto;
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
  padding: 0;
  border: none;
  display: block;
  margin-top: 8px;
  color: #90A4AF;
}

.catalog-list._item-row .basket-control {
  width: 149px;
  padding: 0;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  margin-left: 56px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-top: 83px;
}

.catalog-list._item-row .basket-control .btn {
  width: 100%;
  font-weight: 500;
  margin-top: 8px;
}

.catalog-list._item-row .basket-control .btn::before {
  display: none;
}

.catalog-list._item-row .basket-control .btn.active {
  color: #ffffff;
}

.catalog-list._item-row .basket-icon:hover {
  color: #ffffff;
}

.catalog-list._item-row .product-quantity .input {
  width: 93px;
}

.catalog-list._item-row ._row-visible {
  display: inline;
}

.catalog-list._item-row .hidden-word {
  display: none;
}

.expected-prod-list.catalog-list._item-row .basket-control {
  margin-top: auto;
}

:not(.table-catalog) .catalog-list:not(._item-row) .basket-control {
  padding-bottom: 0;
}

.table-catalog .notify_pricerequest .basket-control {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

._item-row .notify_pricerequest {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
  margin-top: auto;
  padding-top: 16px;
}

._item-row .notify_pricerequest .basket-control._notify,
._item-row .notify_pricerequest .basket-control._pricerequest {
  padding-top: 0;
}

:not(.table-catalog) .catalog-list:not(._item-row) .notify_pricerequest {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
  margin-top: auto;
  padding-top: 16px;
}

:not(.table-catalog) .catalog-list:not(._item-row) .notify_pricerequest .basket-control .btn._gray {
  margin-left: 0;
}

:not(.table-catalog) .catalog-list:not(._item-row) .notify_pricerequest .basket-control._pricerequest {
  padding-top: 0;
  padding-bottom: 16px;
}

:not(.table-catalog) .catalog-list:not(._item-row) .notify_pricerequest .basket-control._notify {
  padding-bottom: 16px;
}

:not(.table-catalog) .catalog-list:not(._item-row) .notify_pricerequest .basket-control._pricerequest + .basket-control._notify {
  padding-top: 0;
}

.product-slider .notify_pricerequest {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.product-slider .notify_pricerequest .basket-control {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-left: 8px;
  padding-right: 8px;
}

.product-slider .notify_pricerequest .basket-control._pricerequest + .product-slider .notify_pricerequest .basket-control._notify {
  padding-top: 8px;
}

.modal-wrap .catalog-list._item-row.catalog-list .about-prod-wrap {
  width: 490px;
}

.modal-wrap .catalog-list .product-card-item:hover:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.tabs-content-item .catalog-list .product-card-item {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.tabs-content-item .catalog-list._item-row .about-prod-wrap {
  width: 519px;
}

.tabs-content-item .catalog-list .price-wrap {
  right: 0;
}

.tabs-content-item[data-value=availability] td:nth-child(3) {
  display: none;
}

._notify .product-quantity {
  display: none;
}

.product-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.product-list._p-24 {
  padding-left: 24px;
  padding-right: 25px;
}

.product-list._catalog:not(._item-row) .product-card-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.product-list._catalog:not(._item-row) .product-card-item .about-prod-wrap {
  height: 100%;
}

.product-list._catalog .product-card-item {
  margin-right: 32px;
  margin-bottom: 32px;
}

.product-list .product-card-item {
  margin-right: 16px;
}

.product-list .product-card-item:nth-child(3n+3) {
  margin-right: 0;
}

.product-list-empty {
  width: 100%;
  margin-top: 32px;
  text-align: center;
}

.modal .product-list .product-card-item {
  width: 272px;
  margin-bottom: 16px;
  position: relative;
}

.modal .product-list .img-wrap {
  height: 272px;
}

.modal .product-list .product-quantity .input {
  width: 98px;
}

.modal .product-list .current-price {
  font-size: 19px;
}

.modal .product-list .old-price {
  margin-left: 10px;
  font-size: 15px;
}

.modal-content .product-row-item .product-content {
  width: 408px;
}

.modal-content .product-row-item .product-article {
  display: block;
  width: 100%;
}

.list-table-item-col {
  display: none;
}

.table-catalog .product-list._catalog .product-card-item {
  margin-right: 0;
  margin-bottom: 8px;
}

.table-catalog .product-card-item {
  width: 100%;
  margin-right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
  padding: 8px;
}

.table-catalog .product-card-item .img-wrap {
  width: 100px;
  height: auto;
  padding-right: 12px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.table-catalog .product-card-item .img-wrap .link {
  border-bottom: none;
}

.table-catalog .product-card-item .img-wrap .img {
  max-height: 88px;
}

.table-catalog .product-card-item .article-item {
  display: none;
}

.table-catalog .product-card-item ._brand-link {
  display: inline;
  color: #90A4AF;
  -webkit-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
  font-size: 14px;
}

.table-catalog .product-card-item ._brand-link:hover {
  color: #0088CB;
}

.table-catalog .product-card-item .additional-information {
  margin-bottom: 0;
}

.table-catalog .product-card-item .availability-info {
  display: none;
}

.table-catalog .product-card-item .about-prod-wrap {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 304px;
  padding-left: 0;
  padding-right: 0;
  margin-right: 24px;
  height: auto;
}

.table-catalog .product-card-item .basket-control {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
  padding: 0;
  width: 188px;
  padding-top: 66px;
}

.table-catalog .product-card-item .basket-control .btn:not([data-btn=price-request]) {
  font-size: 0;
  width: 40px;
  height: 40px;
}

.table-catalog .product-card-item .basket-control .btn:not([data-btn=price-request])._blue-icon {
  background-image: url(../img/icons/basket-blue.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 50%;
  margin-left: auto;
}

.table-catalog .product-card-item .basket-control .btn:not([data-btn=price-request])._blue-icon:hover {
  background-image: url(../img/icons/basket-white.svg);
  background-color: #0088cb;
}

.table-catalog .product-card-item .basket-control .btn:not([data-btn=price-request]).active {
  background-image: url(../img/icons/basket-white.svg);
}

.table-catalog .product-card-item .basket-control .btn:not([data-btn=price-request])._gray:hover {
  background-image: url(../img/icons/bell-white.svg);
}

.table-catalog .product-card-item .basket-control._connection .btn {
  width: 100%;
  font-size: 14px;
}

.table-catalog .product-card-item .price-wrap {
  position: absolute;
  right: 5px;
  top: 5px;
  padding-left: 0;
  padding-right: 8px;
  padding-top: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 215px;
}

.table-catalog .product-card-item .absolute-box {
  position: static;
  left: auto;
  top: 28px;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-bottom: 4px;
  width: 100%;
}

.table-catalog .product-card-item .absolute-box .discount-quantity,
.table-catalog .product-card-item .absolute-box .bonuses {
  border: none;
  padding: 0;
}

.table-catalog .product-card-item .absolute-box .bonuses {
  color: #90a4af;
}

.table-catalog .product-card-item .dealer-price {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  width: 100%;
}

.table-catalog .product-card-item .favorites-comparison {
  position: relative;
  right: auto;
  top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.table-catalog .product-card-item .favorites-comparison .item {
  width: 20px;
  height: 20px;
  border: none;
  margin-bottom: 0;
}

.table-catalog .product-card-item .favorites-comparison .favorites-icon {
  margin-right: 10px;
}

.table-catalog .product-card-item .favorites-comparison .favorites-icon::before {
  background-image: url(../img/icons/favorite-gray.svg);
}

.table-catalog .product-card-item .favorites-comparison .favorites-icon:hover::before {
  background-image: url(../img/icons/favorite-blue.svg);
}

.table-catalog .product-card-item .favorites-comparison .favorites-icon._blue::before {
  background-image: url(../img/icons/favorite-blue.svg);
}

.table-catalog .product-card-item .favorites-comparison .comparison-icon {
  margin-right: 10px;
}

.table-catalog .product-card-item .favorites-comparison .comparison-icon::before {
  background-image: url(../img/icons/compare-gray.svg);
  width: 20px;
  height: 20px;
}

.table-catalog .product-card-item .favorites-comparison .comparison-icon:hover::before {
  background-image: url(../img/icons/compare-blue.svg);
}

.table-catalog .product-card-item .favorites-comparison .comparison-icon._blue::before {
  background-image: url(../img/icons/compare-blue.svg);
}

.table-catalog .product-card-item .update-icon::before {
  width: 20px;
  height: 20px;
  margin-bottom: -7px;
  margin-right: 6px;
  background-image: url(../img/icons/update-blue.svg);
}

.table-catalog .product-card-item .doc-icon::before {
  width: 20px;
  height: 20px;
  margin-right: 6px;
  background-image: url(../img/icons/doc-blue.svg);
}

.table-catalog .product-card-item.double-buttons {
  width: 100% !important;
  max-width: unset !important;
}

.table-catalog .product-card-item.double-buttons .basket-control._notify {
  width: unset;
  padding-bottom: 0 !important;
  margin-left: 10px;
}

.table-catalog .product-card-item.double-buttons .about-prod-wrap,
.table-catalog .product-card-item.double-buttons .list-table-item-col {
  margin-right: 18px;
}

.table-catalog .product-card-item.double-buttons .basket-control .btn:not([data-btn=price-request])._gray {
  background-image: url(../img/icons/bell-black.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.table-catalog .product-quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.table-catalog .stickers {
  top: 14px;
  left: 3px;
}

.table-catalog .sticker-item {
  font-size: 11px;
  padding: 2px 4px;
}

.table-catalog .additional-item {
  color: #0c131d;
  line-height: 1.5;
}

.table-catalog .current-price {
  font-size: 16px;
  white-space: nowrap;
}

.table-catalog .product-quantity .input {
  width: 90px;
}

.table-catalog .product-quantity .add-prod,
.table-catalog .product-quantity .remove-prod {
  width: 25px;
}

.table-catalog .list-table-item-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  width: 140px;
  margin-right: 24px;
  color: #90A4AF;
}

.table-catalog .list-table-item-col._dark {
  color: #0C131D;
}

.table-catalog .list-table-item-col._link .span {
  border-bottom: 1px dashed #90A4AF;
  cursor: pointer;
  -webkit-transition: border-color 0.2s;
  -o-transition: border-color 0.2s;
  transition: border-color 0.2s;
}

.table-catalog .list-table-item-col._link .span:hover {
  border-bottom: 1px dashed transparent;
}

.table-catalog .list-table-item-col .availability-info_line {
  font-size: 13px;
}

.table-catalog .hidden-word {
  display: none;
}

.product-model-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: #ffffff;
}

.product-model-item .img-wrap {
  padding: 8px;
  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: 288px;
  height: 288px;
  padding-right: 9px;
  border-right: 1px solid #E0E0E0;
}

.product-model-item .img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.product-model-item .content-wrap {
  width: 670px;
  border-right: 1px solid #E0E0E0;
}

.product-model-item .characteristic-wrap {
  padding: 24px;
  border-bottom: 1px solid #E0E0E0;
}

.product-model-item .information-wrap {
  padding: 24px;
}

.product-model-item .information-wrap .p:last-child {
  margin-bottom: 0;
}

.product-model-item .information-wrap .title {
  margin-bottom: 8px;
}

.product-model-item .characteristic-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
}

.product-model-item .characteristic-item:last-child {
  margin-bottom: 0;
}

.product-model-item .title {
  display: block;
  width: 106px;
  color: #90A4AF;
}

.product-model-item .title._full {
  width: 100%;
}

.product-model-item .docs-wrap {
  width: 336px;
  padding: 24px;
}

.product-model-item .docs-wrap .title {
  margin-bottom: 24px;
}

.product-model-item .doc-item {
  display: block;
  font-size: 14px;
  margin-bottom: 12px;
  cursor: pointer;
  font-weight: 500;
  -webkit-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
}

.product-model-item .doc-item:hover {
  color: #0088CB;
}

.product-model-item .doc-item:last-child {
  margin-bottom: 0;
}

.filter-block-wrap .product-card-item {
  max-width: 100%;
}

.filter-block-wrap .product-card-item .img-wrap {
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
}

._catalog .product-card-item--simplified .about-prod-wrap {
  padding-top: 10px;
  padding-bottom: 10px;
  min-height: auto;
}

._catalog .product-card-item--simplified .basket-control._connection {
  padding-bottom: 8px !important;
}

._catalog .product-card-item--simplified .basket-control._connection > .btn._full > .plus-circle-icon::after {
  width: 24px;
  height: 24px;
  background-size: 100%;
}

._products.table-catalog .product-card-item--simplified .basket-control._connection {
  margin-left: auto;
}

.product-list.analogue-request .double-buttons .notify_pricerequest {
  right: 16px !important;
}

.product-list.analogue-request .double-buttons.product-card-item {
  padding: 16px;
}

.product-list.analogue-request .double-buttons.product-card-item .img-wrap {
  width: 200px;
}

.product-list.analogue-request .double-buttons.product-card-item .img-wrap img,
.product-list.analogue-request .double-buttons.product-card-item .img-wrap picture {
  width: 100%;
  max-height: 100%;
}

.product-list.analogue-request .double-buttons.product-card-item .about-prod-wrap {
  width: auto;
  min-height: 150px;
}

.product-list.analogue-request .double-buttons.product-card-item .about-prod-wrap .product-title {
  height: 44.8px;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

.product-list.analogue-request .double-buttons.product-card-item .about-prod-wrap .product-article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.product-list.analogue-request .double-buttons.product-card-item .about-prod-wrap .product-article .article-item {
  margin: 0;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.product-list.analogue-request .double-buttons.product-card-item .about-prod-wrap .product-article .article-item:not(._row-visible) {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 150px auto;
  grid-template-columns: 150px auto;
}

.product-list.analogue-request .double-buttons.product-card-item .about-prod-wrap .product-article .article-item:not(._row-visible) + .article-item:not(._row-visible) {
  margin-top: 5px;
}

.product-list.analogue-request .double-buttons.product-card-item .about-prod-wrap .product-article .article-item._row-visible {
  display: none;
}

.product-list.analogue-request .double-buttons.product-card-item .about-prod-wrap .product-article .article-item .article-item__title {
  color: #0C131D;
  font-size: 12px;
}

.product-list.analogue-request .double-buttons.product-card-item .about-prod-wrap .product-article .article-item .article-item__number {
  font-size: 14px;
}

.product-list.analogue-request .double-buttons.product-card-item .about-prod-wrap .additional-information {
  position: absolute;
  top: 16px;
  right: 16px;
}

.product-list.analogue-request .double-buttons.product-card-item .about-prod-wrap .availability-info {
  display: block;
  margin-bottom: 10px;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

.product-list.analogue-request .double-buttons.product-card-item .list-table-item-col {
  display: none;
}

.product-list.analogue-request .double-buttons.product-card-item .basket-control {
  margin-left: 16px;
}

.product-list.analogue-request .double-buttons.product-card-item .notify_pricerequest {
  position: absolute;
  top: 16px;
  right: 16px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.product-list.analogue-request .double-buttons.product-card-item .notify_pricerequest .additional-information {
  position: relative;
  top: unset;
  right: unset;
  margin-top: 0;
}

.product-list.analogue-request .double-buttons.product-card-item .price-wrap {
  position: relative;
  top: unset;
  right: unset;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-left: auto;
  padding-bottom: 8px;
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

.product-list.analogue-request .double-buttons.product-card-item .price-wrap .absolute-box {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

.product-list.analogue-request .double-buttons.product-card-item .price-wrap .current-price {
  font-size: 20px;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.blog-list-wrap._size {
  width: 864px;
}

.page-control-panel._size {
  width: 416px;
}

.blog-list-item {
  width: 100%;
  background-color: #ffffff;
  margin-bottom: 32px;
}

.blog-list-item:last-child {
  margin-bottom: 0;
}

.blog-list-item .img-wrap {
  display: block;
  width: 100%;
}

.blog-list-item .img {
  width: 100%;
}

.blog-list-item .content-wrap {
  padding: 24px 16px 16px 16px;
}

.blog-list-item .article-title {
  display: block;
  font-size: 18px;
  margin-bottom: 24px;
}

.blog-list-item .tags-list {
  margin-bottom: 24px;
}

.blog-list-item .tags-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
}

.control-panel-item {
  background-color: #ffffff;
  padding: 32px;
  border-radius: 4px;
  margin-bottom: 16px;
}

.control-panel-item .title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 24px;
}

.control-panel-item .p {
  color: #455B66;
}

.control-panel-item .input {
  height: 56px;
  font-size: 16px;
  margin-bottom: 16px;
}

.control-panel-item .btn {
  height: 56px;
  font-size: 16px;
}

.control-panel-item .news-list-item {
  cursor: pointer;
}

.control-panel-item .news-list-item._small {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.control-panel-item .news-list-item._small::before,
.control-panel-item .news-list-item._small::after {
  display: none;
}

.control-panel-item .news-list-item._small:hover .img {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.control-panel-item .news-list-item._small .img-wrap {
  width: 80px;
  height: 80px;
  margin-right: 16px;
}

.control-panel-item .news-list-item._small .content-wrap {
  width: calc(100% - 80px - 16px);
}

.remove-category-btn {
  position: relative;
  padding-left: 37px;
  cursor: pointer;
  -webkit-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
}

.remove-category-btn:hover {
  color: #0088CB;
}

.remove-category-btn::before {
  position: absolute;
  left: 0;
  top: -1px;
}

.comparison-table {
  width: 100%;
  overflow: auto;
  scrollbar-color: transparent transparent;
  scrollbar-width: thin;
  scrollbar-face-color: transparent;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.comparison-table::-webkit-scrollbar {
  height: 5px;
  background: transparent;
}

.comparison-table::-webkit-scrollbar-thumb {
  height: 5px;
  background: transparent;
  border-radius: 50px;
}

.comparison-table .product-card-item {
  margin-right: 0;
  width: 211px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.comparison-table .product-card-item .img-wrap {
  height: 212px;
}

.comparison-table .product-card-item .menu-btn {
  display: none;
}

.comparison-table .product-card-item .product-quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.comparison-table .product-card-item .btn.basket-icon {
  width: auto;
  overflow: hidden;
  text-indent: -1000px;
  background: url(/local/templates/sewparts/img/icons/basket-blue.svg);
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: center;
  width: 40px;
}

.comparison-table .product-card-item .basket-control {
  padding: 8px;
}

.comparison-table .product-card-item .basket-control._notify .btn {
  margin-bottom: 0;
}

.comparison-table .product-card-item .about-prod-wrap {
  padding: 0 8px;
}

.comparison-table .product-card-item .price-wrap {
  padding: 11px 8px;
  min-height: 0;
  white-space: nowrap;
}

.comparison-table .product-card-item .price-wrap .current-price {
  font-size: 16px;
}

.comparison-table .product-card-item .price-wrap .old-price {
  margin-left: 7px;
  font-size: 13px;
}

.comparison-table .product-card-item .absolute-box {
  left: 8px;
}

.comparison-table .product-card-item .product-title {
  font-size: 13px;
  height: 58px;
}

.comparison-table .product-card-item .notify_pricerequest {
  margin-top: auto;
}

.comparison-table .table {
  border-spacing: 8px;
  border-collapse: inherit;
}

.comparison-table .td {
  padding: 8px;
  max-width: 211px;
}

.comparison-table .td span.table-txt {
  display: block;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.comparison-table .thead .td {
  padding: 0;
}

.comparison-table .tbody .tr {
  overflow: auto;
}

.comparison-table .tbody .tr:nth-child(2n+2) .td {
  background-color: #ffffff;
  border-radius: 4px;
}

.comparison-table .table-title {
  color: #90A4AF;
  position: sticky;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.comparison-table-wrap {
  position: relative;
}

.comparison-table-wrap .control-arrows {
  position: absolute;
  width: 100%;
  left: 0;
  top: 116px;
}

.comparison-table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.comparison-table._center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.fixed-table-row-wrap {
  position: fixed;
  left: 0;
  top: 0;
  height: 106px;
  width: 100%;
  background-color: #ffffff;
  display: block;
  z-index: 11;
  -webkit-box-shadow: 0px 10px 20px rgba(0, 9, 17, 0.05);
          box-shadow: 0px 10px 20px rgba(0, 9, 17, 0.05);
  opacity: 0;
  visibility: hidden;
  margin-top: -50%;
  -webkit-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.fixed-table-row-wrap.active {
  margin-top: 0;
  visibility: visible;
  opacity: 1;
}

.fixed-table-row-wrap .btn-right,
.fixed-table-row-wrap .btn-left {
  top: 20px;
}

.fixed-table-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  overflow-x: auto;
  scrollbar-color: transparent transparent;
  scrollbar-width: thin;
  scrollbar-face-color: transparent;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.fixed-table-row._center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.fixed-table-row::-webkit-scrollbar {
  height: 5px;
  background: transparent;
  opacity: 0;
}

.fixed-table-row::-webkit-scrollbar-thumb {
  height: 5px;
  background: transparent;
  border-radius: 50px;
  opacity: 0;
}

.fixed-table-row .compare-list-item {
  width: 212px;
  min-width: 212px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: 8px;
}

.fixed-table-row .compare-list-item:last-child {
  margin-right: 0;
}

.fixed-table-row .compare-list-item:first-child {
  margin-left: 4px;
}

.fixed-table-row .product-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 8px;
  padding-bottom: 8px;
}

.fixed-table-row .img-wrap {
  width: 45px;
  height: 48px;
  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;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.fixed-table-row .price-wrap {
  width: calc(100% - 48px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  padding-left: 12px;
}

.fixed-table-row .product-title {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  width: 100%;
  font-size: 12px;
  -webkit-line-clamp: 2;
  height: 36px;
  margin-top: 10px;
}

.fixed-table-row .img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.fixed-table-row .current-price {
  font-size: 14px;
  width: 100%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.fixed-table-row .old-price {
  font-size: 12px;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-left: 0;
  line-height: 2.1;
}

.fixed-table-row .absolute-box {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.fixed-table-row .absolute-box .bonuses {
  display: none;
}

.fixed-table-row .dealer-price {
  display: none;
}

.fixed-table-row .discount-quantity {
  font-size: 12px;
}

.fixed-table-row .stickers,
.fixed-table-row .hairpin-btn {
  display: none;
}

.loader {
  background: none repeat scroll 0 0 #fff;
  height: 30px;
  width: 100%;
  position: relative;
  z-index: 9999;
}

.loader .loader_inner {
  -webkit-animation: animate 1.5s linear infinite;
          animation: animate 1.5s linear infinite;
  clip: rect(0, 30px, 30px, 15px);
  height: 30px;
  width: 30px;
  position: absolute;
  left: calc(50% - 15px);
  top: calc(50% - 15px);
}

@-webkit-keyframes animate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(220deg);
            transform: rotate(220deg);
  }
}

@keyframes animate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(220deg);
            transform: rotate(220deg);
  }
}

.loader .loader_inner:after {
  -webkit-animation: animate2 1.5s ease-in-out infinite;
          animation: animate2 1.5s ease-in-out infinite;
  clip: rect(0, 30px, 30px, 15px);
  content: "";
  border-radius: 50%;
  height: 30px;
  width: 30px;
  position: absolute;
}

@-webkit-keyframes animate2 {
  0% {
    -webkit-box-shadow: inset #2f80ed 0 0 0 17px;
            box-shadow: inset #2f80ed 0 0 0 17px;
    -webkit-transform: rotate(-140deg);
            transform: rotate(-140deg);
  }

  50% {
    -webkit-box-shadow: inset #2f80ed 0 0 0 2px;
            box-shadow: inset #2f80ed 0 0 0 2px;
  }

  100% {
    -webkit-box-shadow: inset #2f80ed 0 0 0 17px;
            box-shadow: inset #2f80ed 0 0 0 17px;
    -webkit-transform: rotate(140deg);
            transform: rotate(140deg);
  }
}

@keyframes animate2 {
  0% {
    -webkit-box-shadow: inset #2f80ed 0 0 0 17px;
            box-shadow: inset #2f80ed 0 0 0 17px;
    -webkit-transform: rotate(-140deg);
            transform: rotate(-140deg);
  }

  50% {
    -webkit-box-shadow: inset #2f80ed 0 0 0 2px;
            box-shadow: inset #2f80ed 0 0 0 2px;
  }

  100% {
    -webkit-box-shadow: inset #2f80ed 0 0 0 17px;
            box-shadow: inset #2f80ed 0 0 0 17px;
    -webkit-transform: rotate(140deg);
            transform: rotate(140deg);
  }
}

.news-list-wrap {
  padding: 32px;
  background-color: #ffffff;
}

.news-list-wrap .link-title {
  display: block;
}

.news-list-wrap .slider-prev,
.news-list-wrap .slider-next {
  display: none;
}

.news-list._size-30 {
  width: 37%;
}

.news-list._column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.news-list._column .news-list-item {
  width: 100%;
}

.news-list-item {
  position: relative;
  margin-bottom: 23px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  overflow: hidden;
}

.news-list-item:hover .img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.news-list-item:hover::before {
  visibility: visible;
  opacity: 1;
}

.news-list-item::after {
  content: "";
  display: block;
  width: 100%;
  height: 50%;
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(19.27%, rgba(0, 0, 0, 0.11)), color-stop(88.02%, #000000));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.11) 19.27%, #000000 88.02%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.11) 19.27%, #000000 88.02%);
  border-radius: 0 0 4px 4px;
}

.news-list-item::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.51);
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
  z-index: 1;
  visibility: hidden;
  opacity: 0;
}

.news-list-item .img {
  width: 100%;
  border-radius: 4px;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  -o-transition: transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}

.news-list-item .title-wrap {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 16px;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.news-list-item .date {
  display: block;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 400;
}

.news-list-item .title {
  font-size: 16px;
  font-weight: 400;
}

.link-title {
  font-size: 24px;
  display: block;
}

.product-list-wrap .control-panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #ffffff;
  padding: 24px;
}

.product-list-wrap._size {
  width: 976px;
}

.product-list._catalog .btn._show-all {
  background-color: #ffffff;
}

.product-list._catalog .btn .arrow-down-icon {
  margin-left: 10px;
}

.sort-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sort-wrap.active .sort-list-title::after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.sort-wrap.active .sort-submenu {
  opacity: 1;
  visibility: visible;
}

.sort-list-wrap {
  position: relative;
}

.sort-list-wrap .sort-submenu {
  position: absolute;
  left: 0;
  top: 100%;
  width: 250px;
  margin-top: 12px;
  background-color: #ffffff;
  padding: 24px;
  z-index: 3;
  border-radius: 4px;
  -webkit-box-shadow: 0 10px 21px 10px rgba(0, 9, 17, 0.05);
          box-shadow: 0 10px 21px 10px rgba(0, 9, 17, 0.05);
  -webkit-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
  opacity: 0;
  visibility: hidden;
}

.sort-list-wrap .sort-submenu-item {
  cursor: pointer;
  -webkit-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
  margin-bottom: 12px;
}

.sort-list-wrap .sort-submenu-item:last-child {
  margin-bottom: 0;
}

.sort-list-wrap .sort-submenu-item:hover,
.sort-list-wrap .sort-submenu-item.active {
  color: #0088CB;
}

.sort-list-title {
  margin-left: 12px;
  cursor: pointer;
}

.sort-list-title::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 4px;
  margin-bottom: -2px;
  background-image: url(../img/icons/arrow-down_blue.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 95%;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  -o-transition: transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}

.product-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.product-type .type-item {
  width: 20px;
  height: 20px;
  display: block;
  background-size: 95%;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  margin-left: 24px;
}

.product-type .type-item:first-child {
  margin-left: 0;
}

.type-list {
  background-image: url(../img/icons/type-list_gray.svg);
}

.type-list:hover,
.type-list.active {
  background-image: url(../img/icons/type-list_blue.svg);
}

.type-table {
  background-image: url(../img/icons/type-table_gray.svg);
}

.type-table:hover,
.type-table.active {
  background-image: url(../img/icons/type-table_blue.svg);
}

.type-tiles {
  background-image: url(../img/icons/type-tiles_gray.svg);
}

.type-tiles:hover,
.type-tiles.active {
  background-image: url(../img/icons/type-tiles_blue.svg);
}

.mob-filter-btn {
  display: none;
}

.table-catalog {
  position: relative;
  padding-top: 68px;
}

.table-catalog .filter-block-wrap {
  margin-bottom: 32px;
}

.table-catalog .filter-block-wrap._size {
  width: 100%;
}

.table-catalog .filter-block {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 16px;
  background-color: #ffffff;
  border-top: 1px solid #EFF2F4;
  padding: 24px 24px 8px;
}

.table-catalog .filter-block.active .filter-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.table-catalog .filter-block.active .filter-item._show-all {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  -ms-grid-column: 4;
  -ms-grid-column-span: 1;
  grid-column: 4/5;
}

.table-catalog .m-t_16 {
  margin-top: 8px;
}

.table-catalog .filter-item {
  padding: 10px 12px;
  border: 1px solid #D0D9DE;
  border-radius: 4px;
  margin-bottom: 16px;
  position: relative;
  display: none;
  height: 40px;
}

.table-catalog .filter-item:nth-child(1),
.table-catalog .filter-item:nth-child(3),
.table-catalog .filter-item:nth-child(4),
.table-catalog .filter-item:nth-child(5),
.table-catalog .filter-item:nth-child(6),
.table-catalog .filter-item:nth-child(7),
.table-catalog .filter-item:nth-child(8),
.table-catalog .filter-item:nth-child(8),
.table-catalog .filter-item:nth-child(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.table-catalog .filter-item._show-all {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.table-catalog .filter-item._links-list {
  display: none;
}

.table-catalog .filter-item.active .filter-title {
  color: #0C131D;
}

.table-catalog .filter-item.active .filter-list {
  opacity: 1;
  visibility: visible;
  -webkit-box-shadow: 0 10px 21px 10px rgba(0, 9, 17, 0.05);
          box-shadow: 0 10px 21px 10px rgba(0, 9, 17, 0.05);
  border-radius: 4px;
  margin-top: 12px;
}

.table-catalog .filter-item.expanded,
.table-catalog .filter-item.chosen {
  border-color: #0088CB;
}

.table-catalog .filter-item.expanded .filter-title,
.table-catalog .filter-item.chosen .filter-title {
  color: #0C131D;
}

.table-catalog .filter-item::after {
  display: none;
}

.table-catalog .filter-item .btn-wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.table-catalog .filter-item .btn-wrap .btn {
  width: 48.7%;
}

.table-catalog .filter-item._no-border {
  border: none;
  padding: 0;
}

.table-catalog .filter-item._no-border::after {
  display: none;
}

.table-catalog .filter-item._btn {
  margin-bottom: 0;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.table-catalog .filter-item .btn {
  height: 40px;
  font-size: 14px;
}

.table-catalog .filter-title {
  font-weight: 400;
  color: #90A4AF;
  font-size: 14px;
  line-height: 1.2;
}

.table-catalog .filter-list {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 100%;
  width: 100%;
  background-color: #ffffff;
  padding: 12px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition-property: opacity, border, -webkit-box-shadow;
  transition-property: opacity, border, -webkit-box-shadow;
  -o-transition-property: opacity, box-shadow, border;
  transition-property: opacity, box-shadow, border;
  transition-property: opacity, box-shadow, border, -webkit-box-shadow;
  -webkit-transition-duration: 0.2s;
       -o-transition-duration: 0.2s;
          transition-duration: 0.2s;
}

.table-catalog .input-from,
.table-catalog .input-to {
  width: 48%;
}

.table-catalog .input-from .input,
.table-catalog .input-to .input {
  width: calc(100% - 25px);
}

.table-catalog .product-list-wrap._size {
  width: 100%;
}

.table-catalog .control-panel {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  border-bottom: 1px solid #EFF2F4;
}

.table-catalog .product-table-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.table-catalog .product-title._m-b {
  margin-bottom: 12px;
}

.product-table-header {
  display: none;
  color: #90A4AF;
  padding: 12px 8px;
  background-color: #ffffff;
  margin-bottom: 8px;
}

.product-table-header .table-item {
  margin-right: 24px;
}

.product-table-header .table-item:last-child {
  margin-right: 0;
}

.product-table-header .table-item:first-child {
  margin-right: 0;
}

.product-table-header .table-item:nth-child(1) {
  width: 100px;
}

.product-table-header .table-item:nth-child(2) {
  width: 304px;
}

.product-table-header .table-item:nth-child(3) {
  width: 140px;
}

.product-table-header .table-item:nth-child(4) {
  width: 140px;
}

.product-table-header .table-item:nth-child(5) {
  width: 140px;
}

.product-table-header .table-item:nth-child(6) {
  width: 140px;
}

.product-table-header .table-item:nth-child(7) {
  width: 190px;
}

.analogues-box {
  background-color: #ffffff;
  border-radius: 4px;
  padding: 24px;
  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;
}

.analogues-box._empty {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 48px;
  text-align: center;
}

.analogues-box .img-wrap {
  width: 72px;
  height: 72px;
  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-right: 24px;
}

.analogues-box .img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.analogues-box .about-prod {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50%;
}

.analogues-box .content-wrap {
  width: calc(100% - 72px - 24px);
}

.analogues-box .product-article {
  font-size: 14px;
}

.analogues-box .control-wrap {
  width: 50%;
  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;
}

.analogues-box .txt-box {
  margin-right: 32px;
  text-align: right;
}

.empty-title {
  font-size: 16px;
  font-weight: 600;
}

.search-found {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 16px;
  margin-bottom: 16px;
}

.search-found .input-wrap {
  position: relative;
  width: calc(100% - 348px - 32px);
}

.search-found .input {
  border-color: transparent;
  padding-left: 56px;
  width: 100%;
  height: 48px;
}

.search-found .input::-webkit-input-placeholder {
  color: #90A4AF;
}

.search-found .input::-moz-placeholder {
  color: #90A4AF;
}

.search-found .input:-ms-input-placeholder {
  color: #90A4AF;
}

.search-found .input::-ms-input-placeholder {
  color: #90A4AF;
}

.search-found .input::placeholder {
  color: #90A4AF;
}

.search-found .search-btn {
  position: absolute;
  left: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
  border: none;
  font-size: 0;
  background-color: transparent;
  cursor: pointer;
}

.search-found .btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 348px;
}

.search-found .btn-wrap .btn {
  width: 171px;
  height: 48px;
}

.table-catalog .search-found {
  margin-top: 0;
  margin-bottom: 32px;
}

._service-page .catalog-list._item-row .basket-control .btn {
  width: calc(100% - 40px - 8px);
}

._service-page .catalog-list._item-row .basket-control {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

._service-page .product-card-item .btn {
  position: relative;
  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;
}

._service-page .product-card-item .btn:hover .message-hint {
  opacity: 1;
  visibility: visible;
}

._service-page .product-card-item .btn .update-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: 24px;
  height: 24px;
}

._service-page .product-card-item .remove-btn {
  width: 40px;
  height: 40px;
  background-color: #EFF2F4;
  border-radius: 4px;
  margin-left: 8px;
  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-top: 8px;
}

.message-hint {
  font-size: 14px;
  background-color: #ffffff;
  border-radius: 4px;
  padding: 12px 24px;
  position: absolute;
  width: 186px;
  bottom: 100%;
  margin-bottom: 14px;
  color: #0C131D;
  -webkit-box-shadow: 0 10px 21px 10px rgba(0, 9, 17, 0.05);
          box-shadow: 0 10px 21px 10px rgba(0, 9, 17, 0.05);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.message-hint::after {
  content: "";
  display: block;
  width: 39px;
  height: 12px;
  background-image: url(../img/icons/pop-up-sticker-white.svg);
  background-size: 75%;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  bottom: -9px;
  right: 0;
  left: 0;
  margin: auto;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.social-list .title {
  margin-right: 24px;
}

.social-list .link {
  margin-right: 16px;
}

.social-list .link:last-child {
  margin-right: 0;
}

.main-about .img-wrap {
  overflow: hidden;
  border-radius: 6px;
}

.main-about .img-wrap .img {
  height: 100%;
  width: auto;
  display: block;
}

.main-about .img-wrap .img_mob {
  display: none;
}

.about-content {
  padding: 60px 70px;
}

.about-content .p {
  margin-bottom: 20px;
}

.about-company-wrap._size {
  width: 1200px;
}

.about-company-wrap._padding-48 {
  padding-right: 600px;
}

.about-company-wrap .img-wrap {
  position: absolute;
  right: 0;
  top: 56px;
}

.rule-operation-item {
  position: relative;
  padding-left: 80px;
  margin-right: 32px;
}

.rule-operation-item::before {
  position: absolute;
  left: 0;
  top: 0;
}

.rule-operation-item:last-child {
  margin-right: 0;
}

.rule-operation-item.col-33 {
  width: calc(33.33% - 22px);
}

.rule-operation-item .title {
  font-weight: 600;
  margin-bottom: 8px;
}

.rule-operation-item .p {
  color: #617E8C;
  font-size: 14px;
}

.rule-operation-item .p:last-child {
  margin-bottom: 0;
}

.brands-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.brands-list .brand-list-item {
  width: 144px;
  height: 84px;
  margin-right: 67px;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 6px;
}

.brands-list .brand-list-item:nth-child(6n+6) {
  margin-right: 0;
}

.brands-list._padding {
  padding-left: 8px;
  padding-right: 8px;
}

.brands-list .btn._show-all {
  display: none;
}

.content-box._width-800 {
  width: 864px;
}

.content-box .p:last-child {
  margin-bottom: 0;
}

.bread-crumbs-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.bread-crumbs-item {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
  color: #90A4AF;
  cursor: pointer;
  border-bottom: 1px solid transparent;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  position: relative;
  margin-right: 20px;
}

.bread-crumbs-item::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: -13px;
  top: 5px;
  width: 5px;
  height: 10px;
  background-image: url(../img/icons/arrow-right-gray.svg);
  background-size: 95%;
  background-position: center;
  background-repeat: no-repeat;
}

.bread-crumbs-item:hover {
  border-bottom: 1px solid;
}

.bread-crumbs-item._fake {
  cursor: default;
}

.bread-crumbs-item._fake::after {
  display: none;
}

.bread-crumbs-item._fake:hover {
  border-bottom: 1px solid transparent;
}

.contacts-list-wrap {
  background-color: #ffffff;
  padding: 64px;
  padding-left: 112px;
  padding-right: 50px;
  width: 529px;
}

.contacts-list-wrap .list-title {
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 32px;
}

.contacts-list-wrap._padding {
  padding-top: 56px;
  padding-bottom: 56px;
}

.contacts-list-wrap .contacts-tabs ~ .contacts-list {
  display: none;
}

.contacts-list-wrap .contacts-tabs ~ .contacts-list.active {
  display: block;
}

.contacts-list-wrap[data-tab-content] {
  display: none;
}

.contacts-list-wrap[data-tab-content].active {
  display: block;
}

.contacts-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
}

.contacts-tabs__item {
  width: 50%;
  border-bottom: 3px solid transparent;
  padding: 8px;
  font-size: 16px;
  background-color: #ffffff;
  text-align: center;
  white-space: nowrap;
}

.contacts-tabs__item.active {
  border-bottom-color: #0088CB;
}

.contacts-tabs__item:hover {
  color: #0088CB;
  cursor: pointer;
}

.contacts-list .li {
  position: relative;
  padding-left: 40px;
  margin-bottom: 20px;
}

.contacts-list .li:last-child {
  margin-bottom: 0;
}

.contacts-list .li::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

.contacts-list .list-item._full {
  display: block;
  width: 100%;
  margin-bottom: 8px;
}

.contacts-list .list-item._full:last-child {
  margin-bottom: 0;
}

.requisites-list-wrap {
  background-color: #ffffff;
  padding: 56px;
  padding-right: 56px;
  padding-left: 0;
  width: 783px;
}

.requisites-list-wrap .list-title {
  display: block;
  width: 100%;
  font-weight: 600;
  margin-bottom: 32px;
}

.requisites-list-wrap .list-item-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
}

.requisites-list-wrap .list-item-row:last-child {
  margin-bottom: 0;
}

.requisites-list-wrap .item-title {
  display: block;
  width: 220px;
}

.requisites-list-wrap .item-desc {
  width: calc(100% - 220px);
  padding-left: 20px;
}

.requisites-list-wrap[data-tab-content] {
  display: none;
}

.requisites-list-wrap[data-tab-content].active {
  display: block;
}

.map-contacts {
  width: calc(100% - 529px);
}

.map-contacts .map-item {
  max-width: 100%;
}

.footer {
  background-color: #151D28;
  color: #ffffff;
}

.footer._call-back-form {
  padding-top: 75px;
  margin-top: -75px;
}

.footer .footer-logo-wrap {
  width: 304px;
}

.footer .footer-logo-wrap .img {
  width: 221px;
}

.footer .footer-logo-wrap .slogan {
  display: block;
  width: 100%;
  margin-top: 16px;
  font-size: 12px;
}

.footer .footer-nav-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 640px;
}

.footer .footer-nav-wrap .nav-item {
  color: #ffffff;
  padding-left: 0;
  padding-right: 0;
  display: block;
  width: 100%;
  margin-bottom: 22px;
}

.footer .footer-nav-wrap .nav-item:last-child {
  margin-bottom: 0;
}

.footer .footer-nav-wrap .nav-item._mob-title {
  display: none;
}

.footer .footer-nav-wrap .arrow-bottom-icon_white {
  display: none;
}

.footer .nav-item-wrap {
  width: 33%;
}

.footer .footer-contacts-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: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.footer .footer-contacts-wrap .link {
  color: #ffffff;
}

.footer .footer-contacts-wrap .link._mail {
  font-size: 14px;
}

.footer .footer-contacts-wrap .phone-number {
  font-size: 19px;
  line-height: 1.5;
}

.footer .social-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer .social-list._footer {
  margin-top: 85px;
}

.footer .social-list .social-item {
  width: 24px;
  height: 24px;
  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-left: 13px;
}

.footer .social-list .social-item.insta-icon,
.footer .social-list .social-item.facebook-icon {
  display: none;
}

.footer .footer-dark-back {
  padding: 24px 0;
  background-color: rgba(0, 0, 0, 0.2);
}

.footer .footer-dark-back .txt-item {
  color: #B0BFC6;
  font-size: 14px;
}

.order-about {
  background-color: #ffffff;
  line-height: 1.5;
  font-size: 14px;
  border-radius: 4px;
}

.order-about._size {
  width: 416px;
  padding: 32px;
}

.order-about .order-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 24px;
}

.order-about .title,
.order-about .desc {
  line-height: 1.8;
}

.order-about .title._bold,
.order-about .desc._bold {
  font-size: 16px;
}

.order-about .control-panel {
  padding-top: 24px;
  margin-top: 24px;
  border-top: 1px solid #EFF2F4;
}

.order-about .buttons-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 16px;
}

.order-about .buttons-wrap .input {
  height: 40px;
  width: 234px;
}

.order-about .buttons-wrap .input::-webkit-input-placeholder {
  text-indent: -1000px;
  font-size: 0;
  visibility: hidden;
}

.order-about .buttons-wrap .input::-moz-placeholder {
  text-indent: -1000px;
  font-size: 0;
  visibility: hidden;
}

.order-about .buttons-wrap .input:-ms-input-placeholder {
  text-indent: -1000px;
  font-size: 0;
  visibility: hidden;
}

.order-about .buttons-wrap .input::-ms-input-placeholder {
  text-indent: -1000px;
  font-size: 0;
  visibility: hidden;
}

.order-about .buttons-wrap .input::placeholder {
  text-indent: -1000px;
  font-size: 0;
  visibility: hidden;
}

.order-about .buttons-wrap .btn._transparent {
  height: 40px;
  width: 110px;
}

.order-about .buttons-wrap._disabled .input {
  background-color: #F8F9FA;
  pointer-events: none;
}

.order-about .buttons-wrap._disabled .btn {
  pointer-events: none;
  background-color: transparent;
  color: #D0D9DE;
  border-color: #D0D9DE;
}

.order-about .control-panel-footer {
  padding-top: 24px;
  margin-top: 24px;
  border-top: 1px solid #EFF2F4;
}

.order-about .radio-wrap {
  margin-top: 16px;
}

.order-about .radio-wrap:first-child {
  margin-top: 0;
}

.order-about .checkbox-txt {
  padding-left: 28px;
  font-size: 14px;
  color: inherit;
}

.order-about .checkbox-txt::before {
  top: 2px;
}

.order-about .checkbox-txt + .desc {
  font-size: 12px;
  color: #828282;
  padding-left: 28px;
}

.coupon-wrapper .checkbox-txt {
  padding-left: 28px;
  font-size: 14px;
  color: inherit;
}

.coupon-wrapper .checkbox-txt::before {
  top: 2px;
}

.coupon-wrapper .bx_ordercart_coupon {
  width: 100%;
}

.coupon-wrapper .bx_ordercart_coupon input {
  background-color: transparent !important;
  border: 0;
  font-size: 12px;
  padding: 0;
  height: auto !important;
}

.coupon-wrapper .bx_ordercart_coupon input.bad,
.coupon-wrapper .bx_ordercart_coupon input.bad ~ .bx_ordercart_coupon_notes {
  color: #EB5757;
}

.coupon-wrapper .bx_ordercart_coupon input.good,
.coupon-wrapper .bx_ordercart_coupon input.good ~ .bx_ordercart_coupon_notes {
  color: #27AE60;
}

.coupon-wrapper .bx_ordercart_coupon input.disabled,
.coupon-wrapper .bx_ordercart_coupon input.disabled ~ .bx_ordercart_coupon_notes {
  color: #0088CB;
}

.coupon-wrapper .bx_ordercart_coupon input ~ .bx_ordercart_coupon_notes {
  line-height: 1;
}

.coupon-wrapper > .buttons-wrap {
  display: none;
  -webkit-transform: translateY(-50px);
      -ms-transform: translateY(-50px);
          transform: translateY(-50px);
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  -o-transition: transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
  -webkit-transition-delay: 0.2s;
       -o-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.coupon-wrapper.active > .buttons-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.coupon-wrapper .buttons-wrap + .buttons-wrap {
  margin-top: 4px;
}

.product-page-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.product-info {
  position: sticky;
  top: 10px;
  width: 864px;
}

.product-codes-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #ffffff;
  border-radius: 4px;
  padding: 16px 32px;
  font-size: 16px;
}

.codes-list-item .title {
  color: #90A4AF;
}

.img-description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: #ffffff;
  border-radius: 4px;
  padding: 31px;
}

.main-img-wrap {
  width: 50%;
  padding-right: 15px;
  position: relative;
}

.main-img-wrap .stickers {
  z-index: 2;
}

.main-img-wrap .main-img .swiper-slide {
  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;
  height: 417px;
  padding: 10px;
  cursor: pointer;
}

.main-img-wrap .img-nav {
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 11px;
}

.main-img-wrap .img-nav .img-item {
  width: 80px;
  height: 80px;
  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;
  position: relative;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 4px;
}

.main-img-wrap .img-nav .img-item--video::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 50px;
  height: 34px;
  background-image: url("./../img/icons/youtube_play.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.main-img-wrap .img-nav .img-item.swiper-slide-thumb-active {
  border: 1px solid #0088CB;
  border-radius: 4px;
}

.main-img-wrap .img-nav .next-image {
  position: absolute;
  z-index: 1;
  right: 0;
  top: 30px;
  cursor: pointer;
  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;
}

.main-img-wrap .img-nav .prev-image {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 30px;
  cursor: pointer;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  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;
}

.main-img-wrap .img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.main-img-wrap .swiper-slide--video::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 50px;
  height: 34px;
  background-image: url("./../img/icons/youtube_play.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.main-description-wrap {
  padding-left: 15px;
  width: 50%;
}

.main-description-wrap .description-item {
  margin-bottom: 16px;
}

.main-description-wrap .description-item:last-child {
  margin-bottom: 0;
}

.img-nav-pagin {
  display: none;
}

.description-item-title {
  font-size: 14px;
  color: #90A4AF;
  margin-bottom: 4px;
}

.description-item-descr._max-h {
  max-height: 166px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
}

.product-control-panel-wrap {
  width: 416px;
}

.product-page-main .product-control-panel .delivery-table-popup {
  left: 0;
  right: auto;
}

.product-control-panel {
  background-color: #ffffff;
  border-radius: 4px;
  padding: 32px;
}

.product-control-panel .availability-info {
  font-size: 14px;
}

.product-control-panel .price-wrap {
  margin-top: 16px;
  position: relative;
  padding-bottom: 15px;
}

.product-control-panel .price-wrap._m-b {
  margin-bottom: 24px;
}

.product-control-panel .price-wrap._no-padding {
  padding-bottom: 0;
}

.product-control-panel .price-wrap._small .current-price {
  font-size: 20px;
}

.product-control-panel .current-price {
  font-size: 28px;
}

.product-control-panel .old-price {
  margin-left: 13px;
}

.product-control-panel .bonuses {
  font-size: 12px;
  color: #617E8C;
  position: absolute;
  left: 0;
  bottom: -15px;
}

.product-control-panel .product-quantity {
  margin-bottom: 16px;
  height: 56px;
}

.product-control-panel .product-quantity .input {
  width: 280px;
  font-size: 16px;
}

.product-control-panel .product-quantity .remove-prod,
.product-control-panel .product-quantity .add-prod {
  width: 36px;
}

.product-control-panel .product-quantity._select-item .input {
  padding-bottom: 20px;
  padding-top: 7px;
}

.product-control-panel .product-quantity._select-item .select-block {
  bottom: 3px;
}

.product-control-panel .btn {
  height: 56px;
  margin-bottom: 16px;
}

.product-control-panel ._transparent {
  margin-bottom: 24px;
}

.product-control-panel .favorites-icon::before {
  margin-right: 13px;
}

.product-control-panel .comparison-icon::before {
  margin-right: 8px;
}

.product-control-panel .additional-item {
  cursor: pointer;
}

.product-control-panel > .package-table-popup {
  position: relative;
  left: unset;
  bottom: unset;
  right: unset;
  margin: 30px 0 20px;
  width: 100%;
}

.product-control-panel > .package-table-popup .close-menu {
  display: none;
}

.product-add-info {
  padding: 32px;
  border-radius: 4px;
  background-color: #ffffff;
  margin-top: 8px;
}

.product-add-info-item {
  font-size: 14px;
  padding: 12px 0;
  border-top: 1px solid #EFF2F4;
}

.product-add-info-item:first-child {
  padding-top: 0;
  border-top: 1px solid transparent;
}

.product-add-info-item.active .item-title,
.product-add-info-item.open .item-title {
  margin-bottom: 12px;
}

.product-add-info-item.active .item-title::after,
.product-add-info-item.open .item-title::after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.product-add-info-item.active .item-box,
.product-add-info-item.open .item-box {
  opacity: 1;
  visibility: visible;
}

.product-add-info-item.open .item-box {
  height: auto;
}

.product-add-info-item .item-title {
  font-weight: 600;
  margin-bottom: 0px;
  display: block;
  width: 100%;
  position: relative;
  cursor: pointer;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.product-add-info-item .item-title::after {
  content: "";
  display: block;
  width: 10px;
  height: 5px;
  background-image: url(../img/icons/arrow-down_blue.svg);
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 7px;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  -o-transition: transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}

.product-add-info-item .item-box {
  height: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.product-add-info-item._no-slide-down .item-title {
  margin-bottom: 12px;
  cursor: default;
}

.product-add-info-item._no-slide-down .item-box {
  height: auto;
  overflow: visible;
  opacity: 1;
  visibility: visible;
}

.product-add-info-item .item-box-item {
  margin-bottom: 8px;
  position: relative;
}

.product-add-info-item .item-box-item:last-child {
  margin-bottom: 0;
}

.product-add-info-item .item-box-item._stick {
  position: relative;
  padding-left: 19px;
}

.product-add-info-item .item-box-item._flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.product-add-info-item .item-box-item._icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 19px;
  position: relative;
}

.product-add-info-item .item-box-item._icon::before {
  position: absolute;
  left: 0;
  top: 2px;
  width: 14px;
  height: 14px;
}

.product-add-info-item .item-box-item._icon.thunder-icon::before {
  width: 10px;
}

.product-add-info-item .item-box-item-title {
  color: #000000;
}

.product-add-info-item .item-box-item-title._absolute {
  position: absolute;
  right: 0;
  top: 0;
}

.product-add-info-item ._green .item-box-item-title._absolute {
  color: #27ae60;
}

.product-add-info-item ._blue .item-box-item-title._absolute {
  color: #2f80ed;
}

.product-add-info-item ._purple .item-box-item-title._absolute {
  color: #a761a8;
}

.product-add-info-item .item-box-item-desc {
  width: 100%;
  display: block;
  font-size: 12px;
  color: #90A4AF;
}

.product-add-info-item._attention-block {
  border-top: none;
  padding: 16px 16px 16px 44px;
  position: relative;
  font-size: 14px;
  background-color: #EFF2F4;
  border-radius: 4px;
  margin-left: -16px;
  width: 109%;
}

.product-add-info-item._no-slide-down .item-title::after {
  display: none;
}

.product-add-info-item .attention-icon_speaker::before {
  position: absolute;
  left: 16px;
  top: 16px;
}

.item-box-item._stick::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
}

.item-box-item._stick._red::before {
  background-color: #EB5757;
}

.item-box-item._stick._orange::before {
  background-color: #F57C1F;
}

.item-box-item._stick._green::before {
  background-color: #27AE60;
}

.item-box-item._stick._blue::before {
  background-color: #2F80ED;
}

.item-box-item._stick._purple::before {
  background-color: #A761A8;
}

.services-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 16px 0;
  border-bottom: 1px solid #F2F2F2;
}

.services-list-item:last-child {
  border-bottom: 1px solid transparent;
}

.services-list-item:first-child {
  padding-top: 0;
}

.services-list-item .description-wrap {
  width: 714px;
  margin-right: 44px;
}

.services-list-item .price-wrap {
  margin-right: 11px;
  width: 92px;
  padding-top: 3px;
  white-space: nowrap;
}

.services-list-item .p:last-child {
  margin-bottom: 0;
}

.comment-list-item {
  margin-bottom: 30px;
}

.comment-list-item .user-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 12px;
}

.comment-list-item .img-wrap {
  width: 48px;
  height: 48px;
  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-right: 16px;
}

.comment-list-item .img-wrap .img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.comment-list-item .content-desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.comment-list-item .stars-wrap {
  margin-right: 8px;
}

.user-comment-wrap {
  background-color: #F8F9FA;
  padding: 26px;
}

.user-comment-item._icon {
  padding-left: 40px;
  position: relative;
}

.user-comment-item._icon::before {
  position: absolute;
  left: 0;
  top: 0;
}

.comment-num {
  font-size: 16px;
  color: #90A4AF;
  display: inline-block;
  -webkit-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
          transform: translateY(-10px);
  margin-left: 5px;
}

.product-size-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.product-size-list .size-item {
  padding: 8px 12px;
  border: 1px solid #D0D9DE;
  border-radius: 4px;
  margin-right: 8px;
  cursor: pointer;
  -webkit-transition-property: color, border-color;
  -o-transition-property: color, border-color;
  transition-property: color, border-color;
  -webkit-transition-duration: 0.2s;
       -o-transition-duration: 0.2s;
          transition-duration: 0.2s;
}

.product-size-list .size-item:last-child {
  margin-right: 0;
}

.product-size-list .size-item.active {
  border-color: #0088CB;
}

.product-size-list .size-item:hover {
  color: #0088CB;
}

[data-btn=found-cheaper] {
  margin-bottom: -3px;
  margin-top: 16px;
}

[data-btn=analogue] {
  margin-top: 16px;
}

.retail-price {
  display: none;
}

.tabs-content-item .product-list-wrap .product-row-item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 80px 1fr 96px minmax(32px, 230px);
  grid-template-columns: 80px 1fr 96px minmax(32px, 230px);
  gap: 18px;
}

.tabs-content-item .product-list-wrap .product-row-item .stickers .sticker-item {
  margin: 0;
}

.tabs-content-item .product-list-wrap .product-row-item .product-content {
  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;
  width: 100%;
}

.tabs-content-item .product-list-wrap .product-row-item .price-wrap {
  position: relative;
  top: unset;
  right: unset;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

.tabs-content-item .product-list-wrap .product-row-item .price-wrap .old-price {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.tabs-content-item .product-list-wrap .product-row-item .price-wrap .bonuses {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
  color: #90A4AF;
  font-size: 12px;
}

.tabs-content-item .product-list-wrap .product-row-item .basket-control .menu-btn_dot {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: auto;
}

.app-list-wrap {
  padding: 56px;
  background-color: #ffffff;
}

.app-list-wrap._size {
  width: 752px;
}

.app-list-wrap._empty {
  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;
}

.app-list-wrap._empty .desc {
  color: #90A4AF;
  font-size: 18px;
}

.app-list-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 32px;
}

.app-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 16px 0;
  border-bottom: 1px solid #EFF2F4;
}

.app-list-item._no-p-t {
  padding-top: 0;
}

.app-list-item:last-child {
  border-bottom: 1px solid transparent;
}

.app-list-item .num {
  font-weight: 600;
}

.app-list-item .desc {
  color: #90A4AF;
}

.statistic-list .slider-prev,
.statistic-list .slider-next {
  display: none;
}

.statistic-list-item {
  padding: 36px;
  background-color: #ffffff;
  font-family: "Open Sans", sans-serif;
  width: 304px;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 4px;
}

.statistic-list-item .img-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 20%;
  margin-right: 30px;
}

.statistic-list-item .img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.statistic-list-item .title-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 80%;
}

.statistic-list-item .count-item {
  font-weight: 600;
}

.statistic-list-item .desc-item {
  color: #828282;
}

.tailoring-products-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 2px;
}

.tailoring-products-list.empty {
  text-align: center;
  padding: 12px 12px 0;
  font-size: 13px;
}

.tailoring-products-list__item {
  -webkit-transition: -webkit-box-shadow 0.2s;
  transition: -webkit-box-shadow 0.2s;
  -o-transition: box-shadow 0.2s;
  transition: box-shadow 0.2s;
  transition: box-shadow 0.2s, -webkit-box-shadow 0.2s;
}

.tailoring-products-list__item:not(:last-child) {
  margin-bottom: 2px;
}

.tailoring-products-list__item:hover {
  -webkit-box-shadow: 0 8px 20px rgba(0, 9, 17, 0.12);
          box-shadow: 0 8px 20px rgba(0, 9, 17, 0.12);
}

.tailoring-products-list__item .btn._show-all {
  background-color: #fff;
}

.tailoring-products-list__item .btn._show-all .arrow-down-icon {
  margin-left: 10px;
}

.tailoring-products-list__item .tailoring-product__info-btns {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.tailoring-products-list__item .tailoring-product__info-btns .tailoring-product__info-buy-btn:not(._gray) {
  width: calc(100% - 48px);
}

.tailoring-products-list__item .tailoring-product__info-btns .tailoring-product__info-buy-btn._gray {
  margin-bottom: 8px;
}

.advantage-item {
  width: 416px;
  height: 234px;
  position: relative;
  border-radius: 4px;
  margin-bottom: 30px;
}

.advantage-item:hover .advantage-title {
  background-color: #ffffff;
  color: #0C131D;
}

.advantage-item:hover .arrow-right-white-icon::after {
  background-image: url(../img/icons/arrow-right-blue.svg);
}

.advantage-item .img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  border-radius: 4px;
}

.advantage-item .advantage-title {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(0, 27, 43, 0.25);
  -webkit-backdrop-filter: blur(16px);
          backdrop-filter: blur(16px);
  border-radius: 4px;
  padding: 16px;
  padding-right: 80px;
  color: #ffffff;
  -webkit-transition-property: background-color, color;
  -o-transition-property: background-color, color;
  transition-property: background-color, color;
  -webkit-transition-duration: 0.2s;
       -o-transition-duration: 0.2s;
          transition-duration: 0.2s;
}

.advantage-item .arrow-right-white-icon::after {
  position: absolute;
  right: 31px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.btn {
  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: 8px 12px;
  background-color: transparent;
  border-radius: 4px;
  border: 1px solid transparent;
  text-align: center;
  font-family: "Inter", "Open Sans", sans-serif;
  -webkit-transition-property: background, border-color, color;
  -o-transition-property: background, border-color, color;
  transition-property: background, border-color, color;
  -webkit-transition-duration: 0.2s;
       -o-transition-duration: 0.2s;
          transition-duration: 0.2s;
  cursor: pointer;
}

.btn._transparent {
  border: 1px solid #E0E0E0;
  color: #828282;
}

.btn._transparent._blue {
  background-color: transparent;
  border: 1px solid #0088CB !important;
  color: #0088CB;
}

.btn._transparent._txt-black {
  color: #0C131D;
}

.btn._blue {
  background-color: #0088CB;
  color: #ffffff;
}

.btn._blue:hover {
  background-color: #269AD3;
  color: #ffffff;
}

.btn._full {
  width: 100%;
}

.btn._gray {
  color: #0C131D;
  background-color: #EFF2F4;
}

.btn._gray:hover {
  background-color: #269AD3;
  color: #ffffff;
}

.btn._show-all {
  color: #0C131D;
  background-color: #EFF2F4;
}

.btn._show-all:hover {
  color: #0088CB;
}

.btn._show-all._white {
  background-color: #ffffff;
}

.btn._show-all._white .arrow-down-icon {
  margin-left: 10px;
}

.btn._show-all._gray .arrow-down-icon {
  margin-left: 10px;
}

.btn._show-all._gray:hover {
  color: #ffffff;
}

.btn._show-all._gray:hover .arrow-down-icon._blue {
  background-image: url(../img/icons/arrow-down_white.svg);
}

.btn._show-all._gray.active .arrow-down-icon {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.btn._no-hover._transparent:hover {
  background-color: transparent;
}

.btn._h-48 {
  height: 48px;
}

.btn._h-56 {
  height: 56px;
}

.btn._w-149 {
  width: 149px;
}

.btn._w-195 {
  width: 195px;
}

span.btn.btn-primary {
  background-color: #269ad3;
  color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

input[type=number] {
  -moz-appearance: textfield;
}

.input {
  height: 40px;
  padding: 12px 16px;
  outline: none;
  -webkit-transition-property: border, background, color;
  -o-transition-property: border, background, color;
  transition-property: border, background, color;
  -webkit-transition-duration: 0.2s;
       -o-transition-duration: 0.2s;
          transition-duration: 0.2s;
}

.input::-webkit-input-placeholder {
  color: #828282;
}

.input::-moz-placeholder {
  color: #828282;
}

.input:-ms-input-placeholder {
  color: #828282;
}

.input::-ms-input-placeholder {
  color: #828282;
}

.input::placeholder {
  color: #828282;
}

.input._fill {
  background-color: #F6F6F6;
  border: 1px solid transparent;
}

.input._fill::-webkit-input-placeholder {
  color: grayTxt;
}

.input._fill::-moz-placeholder {
  color: grayTxt;
}

.input._fill:-ms-input-placeholder {
  color: grayTxt;
}

.input._fill::-ms-input-placeholder {
  color: grayTxt;
}

.input._fill::placeholder {
  color: grayTxt;
}

.input._full {
  width: 100%;
}

.input._h-56 {
  height: 56px;
}

.input._txt-16 {
  font-size: 16px;
}

.input._txt-16::-webkit-input-placeholder {
  font-size: 16px;
}

.input._txt-16::-moz-placeholder {
  font-size: 16px;
}

.input._txt-16:-ms-input-placeholder {
  font-size: 16px;
}

.input._txt-16::-ms-input-placeholder {
  font-size: 16px;
}

.input._txt-16::placeholder {
  font-size: 16px;
}

.input,
.textarea {
  border-radius: 4px;
  font-family: "Inter", sans-serif;
  border: 1px solid #E0E0E0;
  -moz-appearance: textfield;
}

.input:hover,
.textarea:hover {
  border: 1px solid #90A4AF;
}

.input::-webkit-input-placeholder, .textarea::-webkit-input-placeholder {
  color: #0C131D;
  font-family: "Inter", sans-serif;
}

.input::-moz-placeholder, .textarea::-moz-placeholder {
  color: #0C131D;
  font-family: "Inter", sans-serif;
}

.input:-ms-input-placeholder, .textarea:-ms-input-placeholder {
  color: #0C131D;
  font-family: "Inter", sans-serif;
}

.input::-ms-input-placeholder, .textarea::-ms-input-placeholder {
  color: #0C131D;
  font-family: "Inter", sans-serif;
}

.input::placeholder,
.textarea::placeholder {
  color: #0C131D;
  font-family: "Inter", sans-serif;
}

.input.error,
.textarea.error {
  border: 1px solid #EB5757;
}

.input:focus,
.input:focus-visible,
.textarea:focus,
.textarea:focus-visible {
  border: 1px solid #0088CB;
  outline: none;
}

.textarea {
  resize: none;
  width: 100%;
  padding: 12px 16px;
}

.textarea._txt-16 {
  font-size: 16px;
}

.textarea._txt-16::-webkit-input-placeholder {
  font-size: 16px;
}

.textarea._txt-16::-moz-placeholder {
  font-size: 16px;
}

.textarea._txt-16:-ms-input-placeholder {
  font-size: 16px;
}

.textarea._txt-16::-ms-input-placeholder {
  font-size: 16px;
}

.textarea._txt-16::placeholder {
  font-size: 16px;
}

.textarea._height-144 {
  height: 144px;
}

.textarea._height-136 {
  height: 136px;
}

.fake-input {
  border: 1px solid #E0E0E0;
  padding: 16px 24px;
  position: relative;
  font-size: 16px;
}

.fake-input._full {
  width: 100%;
}

.load-file-box._full {
  width: 100%;
}

.load-file-label {
  cursor: pointer;
}

.remove-file {
  position: absolute;
  right: 20px;
  top: 20px;
  visibility: hidden;
  cursor: pointer;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.remove-file.active {
  visibility: visible;
}

.form-position {
  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;
  margin-top: auto !important;
  z-index: 1;
}

.form-position::before {
  content: "";
  width: 100%;
  height: 110px;
}

.form._full {
  width: 100%;
}

.form._padding-56 {
  padding: 56px;
}

.form._call-back {
  padding: 32px 80px;
  border-radius: 4px;
}

.form._padding-32 {
  padding: 32px;
}

.form .content-block {
  width: 384px;
}

.form .input-block {
  width: 635px;
}

.form .form-title {
  font-size: 20px;
  margin-bottom: 8px;
}

.form .form-desc {
  color: #4F4F4F;
}

.form._page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: #ffffff;
  padding: 56px;
}

.form._page._padding-32 {
  padding: 32px;
}

.form._page .input {
  height: 56px;
  font-size: 16px;
}

.form._page .input::-webkit-input-placeholder {
  font-size: 16px;
}

.form._page .input::-moz-placeholder {
  font-size: 16px;
}

.form._page .input:-ms-input-placeholder {
  font-size: 16px;
}

.form._page .input::-ms-input-placeholder {
  font-size: 16px;
}

.form._page .input::placeholder {
  font-size: 16px;
}

.form._page .select-wrap {
  height: 56px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.form._page .select-wrap:hover {
  border: 1px solid #90A4AF;
}

.form._page .select-wrap .arrow-down-icon {
  top: 21px;
}

.form._page .textarea {
  font-size: 16px;
  height: 144px;
}

.form._page .textarea::-webkit-input-placeholder {
  font-size: 16px;
}

.form._page .textarea::-moz-placeholder {
  font-size: 16px;
}

.form._page .textarea:-ms-input-placeholder {
  font-size: 16px;
}

.form._page .textarea::-ms-input-placeholder {
  font-size: 16px;
}

.form._page .textarea::placeholder {
  font-size: 16px;
}

.form._page .textarea._height-100 {
  height: 100%;
}

.form._page .btn {
  font-size: 16px;
  height: 56px;
  min-width: 256px;
}

.form._page .btn._w-190 {
  width: 190px;
  min-width: auto;
}

.form._page .btn._w-149 {
  width: 149px;
  min-width: auto;
}

.form._page .fake-input {
  height: 56px;
  padding: 16px;
  position: relative;
  border-radius: 4px;
}

.form._page .fake-input .close-btn {
  top: 0;
  bottom: 0;
  margin: auto;
  opacity: 0.3;
}

.form._page .form-title {
  font-size: 18px;
  font-weight: 600;
}

.form._page .calendar-icon_gray {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 19px;
  margin: auto;
  height: 24px;
  width: 24px;
}

.form._page .load-file.hidden {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: hidden;
}

.form._page .form-item._footer {
  border-top: 1px solid #EFF2F4;
  padding-top: 48px;
}

.form._page .checkbox-wrap {
  display: block;
  margin-bottom: 16px;
  page-break-inside: avoid;
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid;
  padding-top: 1px;
}

.form._page .p {
  margin-bottom: 16px;
}

.form._page ._btn-dubble {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.form._page ._btn-dubble .btn {
  width: 47.5%;
  min-width: auto;
}

.form._app-status {
  background-color: #ffffff;
  padding: 56px;
}

.form._app-status._size {
  width: 528px;
}

.form._app-status .form-item {
  margin-bottom: 16px;
}

.form._app-status .form-item:last-child {
  margin-bottom: 0;
}

.form._app-status .form-title {
  font-size: 18px;
  font-weight: 600;
}

.form._app-status .input {
  height: 56px;
}

.form._app-status .btn {
  height: 56px;
}

.form.order-form {
  width: 864px;
}

.form.order-form .input,
.form.order-form .select-wrap {
  height: 56px;
  font-size: 16px;
}

.form.order-form .select-wrap .arrow-down-icon {
  bottom: 15px;
  margin: auto;
}

.form.order-form .form-title {
  font-size: 18px;
  font-weight: 600;
}

.form.order-form .btn {
  height: 56px;
  font-size: 16px;
}

.form.order-form ._width-144 {
  width: 144px;
}

.form-item-wrap._padding-32 {
  padding: 32px;
}

.form-item-wrap._full {
  width: 100%;
}

.form-item {
  position: relative;
  width: 100%;
  margin-bottom: 24px;
}

.form-item:last-child {
  margin-bottom: 0;
}

.form-item._m-b-8 {
  margin-bottom: 8px;
}

.form-item._m-b-14 {
  margin-bottom: 14px;
}

.form-item._m-b-16 {
  margin-bottom: 16px;
}

.form-item._m-b-0 {
  margin-bottom: 0;
}

.form-item .input {
  width: 100%;
}

.form-item .input.col-50 {
  width: 50%;
}

.form-item .input.col-20 {
  width: 23%;
}

.form-item._w-auto {
  width: auto;
}

.form-item .title {
  font-size: 16px;
}

.form-item .title._cancel-btn {
  color: #BDBDBD;
  font-size: 14px;
  cursor: pointer;
}

.form-item .label-txt {
  color: #BDBDBD;
  font-size: 12px;
  position: absolute;
  left: 21px;
  top: -10px;
  background-color: #ffffff;
  padding: 2px;
}

.form-item .col-50 {
  width: 50%;
}

.form-item .col-33 {
  width: 33%;
}

.form-item._size-330 {
  width: 335px;
}

.form-item._p-r {
  padding-right: 10px;
}

.form-item._p-l {
  padding-left: 10px;
}

.form-item._p-l .absolute-desc {
  left: 26px;
}

.form-item._column-count_2 {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
}

.form-item._change-user-photo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 48px;
}

.form-item._change-user-photo .img-wrap {
  width: 128px;
  height: 128px;
  margin-right: 24px;
  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;
}

.form-item._change-user-photo .img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.form-item._change-user-photo .img._no-photo {
  width: 100%;
  height: 100%;
}

.form-item._change-user-photo .control-panel {
  width: 439px;
}

.form-item._change-user-photo .control-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.form-item._change-user-photo .btn-item {
  margin-right: 24px;
  display: inline-block;
  padding-left: 32px;
  position: relative;
  cursor: pointer;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.form-item._change-user-photo .btn-item.trash-icon_red:hover {
  color: #f04438;
}

.form-item._change-user-photo .btn-item:hover {
  color: #0088CB;
}

.form-item._change-user-photo .btn-item:last-child {
  margin-right: 0;
}

.form-item._change-user-photo .btn-item::before {
  position: absolute;
  left: 0;
  top: -2px;
}

.form-item._change-user-photo .control-desc {
  font-size: 14px;
  color: #90A4AF;
  margin-top: 16px;
}

.show-pass {
  position: absolute;
  right: 17px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.input.error + .show-pass {
  -webkit-transform: translateY(calc(-50% - 8px));
      -ms-transform: translateY(calc(-50% - 8px));
          transform: translateY(calc(-50% - 8px));
}

.subscribe-form-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.subscribe-form-wrap .input {
  width: calc(100% - 147px);
  border-radius: 4px 0 0 4px;
  border: 2px solid #0088CB;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.subscribe-form-wrap .input::-webkit-input-placeholder {
  color: #828282;
}

.subscribe-form-wrap .input::-moz-placeholder {
  color: #828282;
}

.subscribe-form-wrap .input:-ms-input-placeholder {
  color: #828282;
}

.subscribe-form-wrap .input::-ms-input-placeholder {
  color: #828282;
}

.subscribe-form-wrap .input::placeholder {
  color: #828282;
}

.subscribe-form-wrap .btn {
  border-radius: 0 4px 4px 0;
  width: 147px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.subscribe-form-wrap .error-block {
  bottom: -15px;
  left: 4px;
  width: 100%;
}

.delivery-form {
  cursor: default;
  position: absolute;
  right: -30px;
  top: 100%;
  margin-top: 25px;
  width: 310px;
  z-index: 3;
  background-color: #ffffff;
  padding: 32px 24px 24px;
  -webkit-box-shadow: 0 10px 21px 10px rgba(0, 9, 17, 0.05);
          box-shadow: 0 10px 21px 10px rgba(0, 9, 17, 0.05);
  border-radius: 4px;
}

.delivery-form::before {
  content: "";
  display: block;
  width: 39px;
  height: 12px;
  background-image: url(../img/icons/pop-up-sticker-white.svg);
  position: absolute;
  top: -12px;
  right: 35px;
}

.delivery-form .input {
  height: 54px;
  font-size: 16px;
}

.delivery-form .input::-webkit-input-placeholder {
  font-size: 16px;
}

.delivery-form .input::-moz-placeholder {
  font-size: 16px;
}

.delivery-form .input:-ms-input-placeholder {
  font-size: 16px;
}

.delivery-form .input::-ms-input-placeholder {
  font-size: 16px;
}

.delivery-form .input::placeholder {
  font-size: 16px;
}

.delivery-form .btn {
  height: 54px;
  font-size: 16px;
}

.delivery-form .close-popup {
  display: none;
}

.form-txt-desc {
  font-size: 14px;
  color: #90A4AF;
}

.form-txt-desc._f-size-13 {
  font-size: 13px;
}

.absolute-desc {
  font-size: 12px;
  background-color: #ffffff;
  color: #90A4AF;
  padding: 4px;
  display: inline-block;
  position: absolute;
  left: 13px;
  top: -11px;
  z-index: 1;
  border-radius: 0 0 4px 4px;
}

.quick-search-input {
  position: relative;
}

.quick-search-input._full {
  width: 100%;
}

.quick-search-input._full .input {
  width: 100%;
}

.quick-search-input .input {
  padding: 16px;
  padding-right: 56px;
  height: auto;
}

.quick-search-input .input::-webkit-input-placeholder {
  color: #90A4AF;
}

.quick-search-input .input::-moz-placeholder {
  color: #90A4AF;
}

.quick-search-input .input:-ms-input-placeholder {
  color: #90A4AF;
}

.quick-search-input .input::-ms-input-placeholder {
  color: #90A4AF;
}

.quick-search-input .input::placeholder {
  color: #90A4AF;
}

.quick-search-input .btn-search {
  background-color: transparent;
  border: none;
  position: absolute;
  right: 16px;
  top: 0;
  bottom: 0;
  margin: auto;
  cursor: pointer;
}

.quick-search-input .btn-search.close-icon {
  right: 42px;
  width: 24px;
  height: 24px;
  display: block;
  background-size: 85%;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../img/icons/close-circle-gray.svg);
  opacity: 0.7;
}

.submit-button-wrap._dubble {
  display: -ms-grid;
  display: grid;
  width: 100%;
  -ms-grid-columns: (auto)[2];
  grid-template-columns: repeat(2, auto);
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
}

.submit-button-wrap._dubble .conf-policy-div a {
  color: #0088CB;
  font-size: 12px;
}

.submit-button-wrap._dubble .conf-policy-div a.main-user-consent-request-announce-link {
  margin-left: 0;
}

.submit-button-wrap._dubble .conf-policy-div a.konf-policy {
  margin-left: 35px;
}

.submit-button-wrap._dubble .desc {
  width: 299px;
  color: #90A4AF;
  font-size: 14px;
  line-height: 1.5;
}

.submit-button-wrap._dubble .btn {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/3;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  margin-top: 0 !important;
  -ms-grid-column-align: end;
      justify-self: end;
}

.submit-button-wrap .btn {
  width: 149px;
  height: 56px;
  font-size: 16px;
}

.load-file-box .load-input {
  display: none;
}

.load-file-box .load-file-title {
  position: relative;
  padding-left: 32px;
  cursor: pointer;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.load-file-box .load-file-title:hover {
  color: #0088CB;
}

.load-file-box .load-file-title::before {
  position: absolute;
  left: 0;
  top: -1px;
}

.mob-slide-down-menu {
  width: 100%;
}

.load-file-btn {
  width: 56px;
  height: 56px;
  border: 1px solid #0088CB;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-image: url(../img/icons/file-blue.svg);
  background-repeat: no-repeat;
  background-size: 50%;
  background-position: center;
  cursor: pointer;
}

.load-file-btn:hover {
  background-color: #0088CB;
  background-image: url(../img/icons/file-white.svg);
}

.load-file-btn .input {
  display: none;
}

.load-file-btn.file-loaded {
  position: relative;
}

.load-file-btn.file-loaded::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #0088CB;
  position: absolute;
  right: 5px;
  top: 38px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.load-file-btn.file-loaded:hover::before {
  background-color: #ffffff;
}

.main-user-consent-request {
  line-height: 1;
  margin-bottom: 5px;
}

.main-filter-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.main-filter-item {
  width: 250px;
  background-color: #ffffff;
  padding: 15px;
  border-radius: 4px;
  margin-right: 20px;
}

.main-filter-item:last-child {
  margin-right: 0;
}

.main-filter-item._no-radius-right {
  border-radius: 4px 0px 0px 4px;
  margin-right: 0;
}

.main-filter-item._no-radius-left {
  border-radius: 0px 4px 4px 0px;
  margin-right: 20px;
}

.main-filter-item._border-right {
  position: relative;
}

.main-filter-item._border-right::after {
  content: "";
  width: 1px;
  height: auto;
  position: absolute;
  top: 16px;
  bottom: 16px;
  right: 0;
  background-color: #E0E0E0;
}

.main-filter-item .img-wrap {
  height: 126px;
  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;
  padding: 10px;
  margin-bottom: 10px;
}

.main-filter-item .img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.main-filter-item .title-wrap {
  margin-bottom: 24px;
  height: 37px;
}

.main-filter-item .title {
  display: block;
  width: 100%;
  text-align: center;
  font-weight: 500;
}

.main-filter-item .desc {
  display: block;
  width: 100%;
  font-size: 13px;
  text-align: center;
  color: #828282;
}

.main-filter-item .input {
  width: 100%;
  color: #0C131D;
}

.main-filter-item .input::-webkit-input-placeholder {
  color: #828282;
}

.main-filter-item .input::-moz-placeholder {
  color: #828282;
}

.main-filter-item .input:-ms-input-placeholder {
  color: #828282;
}

.main-filter-item .input::-ms-input-placeholder {
  color: #828282;
}

.main-filter-item .input::placeholder {
  color: #828282;
}

.main-filter-item .btn {
  height: 40px;
  width: 100%;
}

.main-filter-item .input-item {
  margin-bottom: 8px;
  position: relative;
}

.main-filter-item .input-item:last-child {
  margin-bottom: 0;
}

.main-filter-item .search-icon {
  position: absolute;
  width: 16px;
  height: 16px;
  z-index: 1;
  top: 13px;
  right: 12px;
}

.main-filter-item .select-wrap {
  height: 40px;
}

.main-filter-item .select-title {
  color: #828282;
  font-size: 14px;
}

.main-filter-item .txt-sticker {
  position: absolute;
  z-index: 1;
  right: -22px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 30px;
  border-radius: 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;
  padding: 8px;
  color: #828282;
  border: 1px solid #E0E0E0;
  font-size: 14px;
  background-color: #ffffff;
}

.btn[data-btn=price-request] {
  text-indent: unset !important;
  color: white !important;
}

.btn[data-btn=price-request]._gray {
  color: #0C131D !important;
}

.btn[data-btn=price-request]._gray:hover {
  color: white !important;
}

.page-links {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #D0D9DE;
}

.page-links .page-link-item {
  margin-right: 16px;
  border-bottom: 2px solid transparent;
  padding-bottom: 12px;
  -webkit-transition: border-color 0.2s;
  -o-transition: border-color 0.2s;
  transition: border-color 0.2s;
  cursor: pointer;
  margin-bottom: -1px;
}

.page-links .page-link-item:hover,
.page-links .page-link-item.active {
  border-bottom: 2px solid #0088CB;
}

.quick-search-wrap {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  max-height: 80vh;
  overflow-y: auto;
  background-color: #ffffff;
  z-index: 10;
  margin-top: 8px;
  -webkit-box-shadow: 0px 8px 20px rgba(0, 9, 17, 0.12);
          box-shadow: 0px 8px 20px rgba(0, 9, 17, 0.12);
  border-radius: 4px;
  scrollbar-color: #90A4AF #ffffff;
  scrollbar-width: thin;
}

.quick-search-wrap::-webkit-scrollbar {
  width: 5px;
  background: #ffffff;
}

.quick-search-wrap::-webkit-scrollbar-thumb {
  width: 5px;
  background: #90A4AF;
  border-radius: 50px;
}

.quick-search-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4px;
  padding-right: 10px;
  min-height: 54px;
  border-bottom: 1px solid #EFF2F4;
  position: relative;
  cursor: pointer;
  -webkit-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  transition: background-color 0.2s;
}

.quick-search-item::after {
  content: "";
  display: block;
  width: 8px;
  height: 15px;
  background-image: url(../img/icons/arrow-right-blue.svg);
  background-size: 95%;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 21px;
  margin: auto;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.quick-search-item:hover {
  background-color: #F8F9FA;
}

.quick-search-item:hover::after {
  opacity: 1;
  visibility: visible;
}

.quick-search-item:last-child {
  border-bottom: 1px solid transparent;
}

.quick-search-item .img-wrap {
  width: 48px;
  height: 48px;
  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;
  margin-right: 12px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.quick-search-item .img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 4px;
}

.quick-search-item .title {
  font-size: 14px;
  line-height: 1.5;
}

.quick-search-item .desc {
  font-size: 14px;
  line-height: 1.5;
  color: #B0BFC6;
}

.quick-search-item .current-price {
  font-size: 14px;
  margin-right: 10px;
}

.quick-search-item._show-all {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.quick-search-item._show-all:hover::after {
  display: none;
}

.quick-search-item .arrow-right-icon::after {
  margin-bottom: -1px;
}

.set-product-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #ffffff;
  padding: 30px;
}

.set-product-item {
  border: 1px solid #EFF2F4;
  border-radius: 4px;
  width: 270px;
  padding: 16px;
}

.set-product-item.plus-circle-icon {
  position: relative;
}

.set-product-item.plus-circle-icon::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: -50px;
  margin: auto;
}

.set-product-item.equally-circle-icon {
  position: relative;
}

.set-product-item.equally-circle-icon::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: -50px;
  margin: auto;
}

.set-product-item._blue {
  border: 2px solid #0088CB;
  padding: 0;
  position: relative;
}

.set-product-item._blue .btn {
  position: absolute;
  bottom: -1px;
  left: -2px;
  right: -1px;
  width: calc(100% + 4px);
  padding-top: 16px;
  padding-bottom: 16px;
}

.set-product-item._blue .txt-content {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 54px;
}

.set-product-item._blue .product-title {
  height: auto;
  margin-bottom: 16px;
}

.set-product-item .img-wrap {
  padding: 16px 39px;
  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: 100%;
  height: 208px;
  margin-bottom: 8px;
}

.set-product-item .img {
  border-radius: 4px;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.set-product-item .price-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  height: 48px;
}

.set-product-item .current-price {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  display: block;
  width: 100%;
  text-align: center;
}

.set-product-item .old-price {
  margin-left: 0;
}

.set-product-item .product-title {
  display: block;
  text-align: center;
  margin-top: 16px;
  height: 80px;
  line-height: 1.2;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.table {
  line-height: 1.5;
}

.table ._gray {
  color: #828282;
}

.td {
  padding: 16px 0;
  padding-right: 10px;
}

.td:last-child {
  padding-right: 0;
}

.td._p-l-24 {
  padding-left: 24px;
}

.td._p-b-0 {
  padding-bottom: 0;
}

.tbody .tr {
  border-bottom: 1px solid #EFF2F4;
}

.tbody .tr:first-child {
  border-top: 1px solid #EFF2F4;
}

.tbody .tr:last-child {
  border-bottom: 1px solid transparent;
}

.tbody .p {
  margin-bottom: 0;
}

.technology-card {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 528px 1fr;
  grid-template-columns: 528px 1fr;
  gap: 32px;
}

.technology-card__product {
  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;
  -ms-flex-item-align: start;
      align-self: flex-start;
  padding: 16px;
  width: 100%;
  overflow: unset;
}

.technology-card__product > .input-block {
  width: 100%;
  height: 56px;
}

.technology-card__product > .input-block > .input-item {
  height: 100%;
}

.technology-card__product > .input-block > .input-item .select-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.technology-card__product > .input-block > .input-item .select-wrap .arrow-down-icon {
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.technology-card__product > .input-block > .input-item .select-wrap .select-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px;
}

.technology-card__product > .input-block .input {
  width: 100%;
}

.technology-card__product > .input-block .search-icon {
  position: absolute;
  top: 20px;
  right: 12px;
  width: 16px;
  height: 16px;
  z-index: 1;
}

.technology-card__product-image {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.technology-card__product-image-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  overflow: auto;
}

.technology-card__product-image-wrapper::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background: white;
}

.technology-card__product-image-wrapper::-webkit-scrollbar-thumb {
  width: 10px;
  height: 10px;
  background: #EBECED;
  border-radius: 100px;
}

.technology-card__product-image-wrapper svg {
  position: absolute;
  width: 100%;
  height: 100%;
}

.technology-card__product-image-number {
  position: absolute;
  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: 24px;
  height: 24px;
  background-color: white;
  color: #0088CB;
  border: 1px solid #0088CB;
  border-radius: 4px;
  cursor: pointer;
  -webkit-transition: fill 0.2s;
  -o-transition: fill 0.2s;
  transition: fill 0.2s;
}

.technology-card__product-image-number + path {
  pointer-events: none;
  -webkit-transition: fill 0.2s;
  -o-transition: fill 0.2s;
  transition: fill 0.2s;
}

.technology-card__product-image-number.active,
.technology-card__product-image-number.show {
  fill: #0088CB;
}

.technology-card__product-image-number.active + path,
.technology-card__product-image-number.show + path {
  fill: white;
}

.technology-card__product-number-scheme-square {
  cursor: pointer;
  -webkit-transition: fill 0.2s;
  -o-transition: fill 0.2s;
  transition: fill 0.2s;
}

.technology-card__product-number-scheme-square.active,
.technology-card__product-number-scheme-square.show {
  fill: #0088CB;
}

.technology-card__product-number-scheme-square.active + .technology-card__product-number-scheme-number,
.technology-card__product-number-scheme-square.show + .technology-card__product-number-scheme-number {
  fill: #fff;
}

.technology-card__product-number-scheme-square + .technology-card__product-number-scheme-number {
  pointer-events: none;
  -webkit-transition: fill 0.2s;
  -o-transition: fill 0.2s;
  transition: fill 0.2s;
}

.technology-card__tailoring {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.technology-card__tailoring .quick-search-input .input {
  border: none;
  padding-right: 70px;
}

.technology-card__tailoring-selects {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 4px;
  width: 100%;
}

.technology-card__tailoring-selects .input-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 56px;
}

.technology-card__tailoring-selects .input-block > .input-item {
  width: 100%;
  height: 100%;
}

.technology-card__tailoring-selects .input-block .select-wrap {
  border: none;
  height: 100%;
}

.technology-card__tailoring-selects .input-block .select-wrap .arrow-down-icon {
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.technology-card__tailoring-selects .input-block .select-wrap .select-title {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 16px;
  padding-right: 36px;
  white-space: normal;
  max-height: 2em;
}

.technology-card__tailoring-selects .input-block .input {
  width: 100%;
}

.technology-card__tailoring-selects .input-block .search-icon {
  position: absolute;
  top: 20px;
  right: 12px;
  width: 16px;
  height: 16px;
  z-index: 1;
}

.fade-in-up {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.fade-in-opacity {
  -webkit-animation-name: fadeIpOpacity;
          animation-name: fadeIpOpacity;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes fadeInUp {
  from {
    margin-top: -100px;
  }

  to {
    margin-top: 0;
  }
}

@keyframes fadeInUp {
  from {
    margin-top: -100px;
  }

  to {
    margin-top: 0;
  }
}

@-webkit-keyframes fadeIpOpacity {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIpOpacity {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-webkit-keyframes fadeInLeftLong {
  from {
    opacity: 0;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }

  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes fadeInLeftLong {
  from {
    opacity: 0;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }

  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.catalog-list-item {
  background-color: #ffffff;
  padding: 16px;
  width: 250px;
  margin-bottom: 15px;
  -webkit-transition: -webkit-box-shadow 0.2s;
  transition: -webkit-box-shadow 0.2s;
  -o-transition: box-shadow 0.2s;
  transition: box-shadow 0.2s;
  transition: box-shadow 0.2s, -webkit-box-shadow 0.2s;
  border-radius: 4px;
}

.catalog-list-item:hover {
  -webkit-box-shadow: 0px 8px 20px rgba(0, 9, 17, 0.12);
          box-shadow: 0px 8px 20px rgba(0, 9, 17, 0.12);
}

.catalog-list-item .img-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 24px;
  height: 150px;
}

.catalog-list-item .img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.catalog-list-item .title-wrap {
  text-align: center;
  font-weight: 500;
  min-height: 41px;
  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;
}

.catalog-sections {
  position: relative;
}

.catalog-sections .catalog-list-item {
  display: block;
  width: 100%;
  margin-bottom: 0;
}

.catalog-sections .catalog-list-item:hover {
  -webkit-box-shadow: 0px 8px 3px rgba(0, 9, 17, 0.12);
          box-shadow: 0px 8px 3px rgba(0, 9, 17, 0.12);
}

.catalog-sections .catalog-list-item .img-wrap {
  margin-bottom: 16px;
  height: 98px;
}

.catalog-sections .catalog-list-item .title {
  font-size: 14px;
}

.catalog-sections .slider-prev,
.catalog-sections .slider-next {
  top: 0;
  bottom: 0;
  margin: auto;
}

.catalog-sections .swiper-scrollbar {
  display: none;
}

.catalog-list-breeding {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.catalog-list-breeding._dubble {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.catalog-list-breeding._dubble .breeding-catalog-item {
  width: 49%;
}

.breeding-catalog-item {
  background-color: #ffffff;
  padding: 20px;
  cursor: pointer;
  -webkit-transition: -webkit-box-shadow 0.2s;
  transition: -webkit-box-shadow 0.2s;
  -o-transition: box-shadow 0.2s;
  transition: box-shadow 0.2s;
  transition: box-shadow 0.2s, -webkit-box-shadow 0.2s;
}

.breeding-catalog-item:hover {
  -webkit-box-shadow: 0px 8px 20px rgba(0, 9, 17, 0.12);
          box-shadow: 0px 8px 20px rgba(0, 9, 17, 0.12);
}

.breeding-catalog-item .img-wrap {
  height: 236px;
  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: 16px;
}

.breeding-catalog-item .img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.breeding-catalog-item .title-wrap {
  text-align: center;
  font-size: 18px;
  line-height: 1.5;
}

.breeding-catalog-item .title {
  width: 50%;
  display: block;
  margin: 0 auto;
}

.brand-list-item,
.scheme-list-item {
  width: 250px;
  padding: 16px;
  background-color: #ffffff;
  cursor: pointer;
  -webkit-transition: -webkit-box-shadow 0.2s;
  transition: -webkit-box-shadow 0.2s;
  -o-transition: box-shadow 0.2s;
  transition: box-shadow 0.2s;
  transition: box-shadow 0.2s, -webkit-box-shadow 0.2s;
}

.brand-list-item:hover,
.scheme-list-item:hover {
  -webkit-box-shadow: 0px 8px 20px rgba(0, 9, 17, 0.12);
          box-shadow: 0px 8px 20px rgba(0, 9, 17, 0.12);
}

.brand-list-item .img-wrap,
.scheme-list-item .img-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.brand-list-item .img,
.scheme-list-item .img {
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.brand-list-item .title-wrap,
.scheme-list-item .title-wrap {
  text-align: center;
  line-height: 1.5;
  padding: 8px;
  padding-top: 0;
}

.scheme-list-item {
  padding: 0;
}

.scheme-list-item .title-wrap {
  text-align: left;
  padding: 16px;
  word-break: break-word;
}

.scheme-list-item .img-wrap {
  height: 174px;
  border-bottom: 1px solid #E0E0E0;
}

.catalog-list .brand-list-item,
.catalog-list .scheme-list-item {
  margin-right: 15px;
  margin-bottom: 16px;
}

.catalog-list .brand-list-item:nth-child(5n+5),
.catalog-list .scheme-list-item:nth-child(5n+5) {
  margin-right: 0;
}

.catalog-list .txt-list-item {
  width: 33.33%;
  border-bottom: 1px solid #E0E0E0;
  border-right: 1px solid #E0E0E0;
}

.catalog-list .txt-list-item:nth-child(3n+3) {
  border-right: 1px solid transparent;
}

.txt-list-item {
  background-color: #ffffff;
  padding: 16px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition-property: color, border-color;
  -o-transition-property: color, border-color;
  transition-property: color, border-color;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.txt-list-item:hover {
  color: #0088CB;
}

.cheme-image-wrap {
  width: 760px;
  height: 739px;
  padding-right: 10px;
  position: relative;
  background-color: #ffffff;
}

.cheme-image-wrap._width-800 {
  width: 860px;
  height: 842px;
}

.cheme-image-wrap .image-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.cheme-image-wrap .image-wrap::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
}

.cheme-image-wrap .img {
  width: auto;
  height: auto;
}

.cheme-image-wrap .control-panel {
  position: absolute;
  bottom: 16px;
  left: 40px;
  right: 40px;
  z-index: 3;
}

.cheme-image-wrap .nav-item-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: #ffffff;
  padding: 4px 11px;
  border: 1px solid #d0d9de;
  border-radius: 156px;
  height: 32px;
  width: auto;
}

.cheme-image-wrap .nav-item-wrap .item {
  margin-right: 12px;
  cursor: pointer;
  -webkit-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.cheme-image-wrap .nav-item-wrap .item:hover {
  opacity: 0.5;
}

.cheme-image-wrap .nav-item-wrap .item:last-child {
  margin-right: 0;
}

.cheme-image-wrap .num-item {
  position: absolute;
  padding: 2px;
  min-width: 24px;
  min-height: auto;
  border: 1px dotted;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ffffff;
  font-size: 12px;
  -webkit-transition-property: color, background-color;
  -o-transition-property: color, background-color;
  transition-property: color, background-color;
  -webkit-transition-duration: 0.2s;
       -o-transition-duration: 0.2s;
          transition-duration: 0.2s;
  z-index: 3;
  cursor: pointer;
}

.cheme-image-wrap .num-item:hover,
.cheme-image-wrap .num-item.active {
  background-color: #0088CB;
  color: #ffffff;
}

.cheme-image-wrap .num-item:hover .popup-wrap,
.cheme-image-wrap .num-item.active .popup-wrap {
  color: #0C131D;
}

.cheme-image-wrap .num-item .popup-wrap {
  top: 100%;
  color: #0C131D;
  cursor: default;
}

.cheme-image-wrap .num-item._z-index {
  z-index: 5;
}

.cheme-image-wrap .num-item._z-index .popup-wrap {
  z-index: 3;
}

.cheme-image-wrap .num-item._small {
  font-size: 9px;
}

.cheme-image-wrap .num-item._big {
  font-size: 15px;
}

.cheme-image-wrap .image-container {
  width: 100%;
  height: 100%;
  padding-right: 10px;
  position: relative;
  overflow: auto;
  scrollbar-color: #E0E0E0 #ffffff;
  scrollbar-width: thin;
  scrollbar-face-color: #E0E0E0;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.cheme-image-wrap .image-container::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  background: #ffffff;
}

.cheme-image-wrap .image-container::-webkit-scrollbar-thumb {
  width: 10px;
  height: 10px;
  background: #E0E0E0;
  border-radius: 50px;
}

.cheme-image-wrap .drag-drop-wrap {
  width: 735px;
  height: 739px;
  background-color: #ffffff;
  border-radius: 4px;
  max-height: 841px;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.zoom-image-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.zoom-image-control .zoom-in,
.zoom-image-control .zoom-out {
  cursor: pointer;
  -webkit-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.zoom-image-control .zoom-in:hover,
.zoom-image-control .zoom-out:hover {
  opacity: 0.5;
}

.zoom-number {
  margin-left: 14px;
  margin-right: 14px;
  font-size: 14px;
  line-height: 1.5;
}

.spare-parts-list {
  width: 528px;
}

.spare-parts-list .quick-search-list {
  width: 100%;
  position: relative;
  margin-bottom: 16px;
}

.spare-parts-list .quick-search-list .input {
  width: 100%;
  height: 56px;
  padding: 16px;
  padding-right: 56px;
}

.spare-parts-list .quick-search-list .input::-webkit-input-placeholder {
  color: #90A4AF;
}

.spare-parts-list .quick-search-list .input::-moz-placeholder {
  color: #90A4AF;
}

.spare-parts-list .quick-search-list .input:-ms-input-placeholder {
  color: #90A4AF;
}

.spare-parts-list .quick-search-list .input::-ms-input-placeholder {
  color: #90A4AF;
}

.spare-parts-list .quick-search-list .input::placeholder {
  color: #90A4AF;
}

.spare-parts-list .quick-search-list .search-btn {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 16px;
}

.spare-parts-list .parts-list-header {
  background-color: #ffffff;
  padding: 12px 8px;
  color: #90A4AF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 4px;
  font-size: 14px;
}

.spare-parts-list .mob-title {
  display: none;
}

.spare-parts-list .item-number {
  margin-right: 12px;
  width: 38px;
}

.spare-parts-list .item-article {
  width: 142px;
  margin-right: 12px;
}

.parts-list-wrap {
  position: relative;
}

.parts-list-content._max-height {
  max-height: 660px;
  overflow: auto;
  scrollbar-color: #E0E0E0 #ffffff;
  scrollbar-width: thin;
  scrollbar-face-color: #E0E0E0;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.parts-list-content._max-height::-webkit-scrollbar {
  width: 5px;
  background: transparent;
}

.parts-list-content._max-height::-webkit-scrollbar-thumb {
  width: 5px;
  background: #E0E0E0;
  border-radius: 50px;
}

.parts-element-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: #ffffff;
  padding: 8px 10px;
  margin-bottom: 4px;
  border-radius: 4px;
  border: 1px solid transparent;
  -webkit-transition: border-color 0.2s;
  -o-transition: border-color 0.2s;
  transition: border-color 0.2s;
  font-size: 12px;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.parts-element-item.active {
  border: 1px solid #0088CB;
}

.parts-element-item.active .quantity-block__button,
.parts-element-item.active .quantity-block__counter {
  border-color: #0088CB;
}

.parts-element-item.blinking {
  -webkit-animation-name: blink;
          animation-name: blink;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}

@-webkit-keyframes blink {
  0% {
    border-color: transparent;
  }

  50% {
    border-color: #0088CB;
  }

  100% {
    border-color: transparent;
  }
}

@keyframes blink {
  0% {
    border-color: transparent;
  }

  50% {
    border-color: #0088CB;
  }

  100% {
    border-color: transparent;
  }
}

.parts-element-item .parts-element-number {
  width: 18px;
  margin-right: 12px;
  color: #90A4AF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.parts-element-item .element-article {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 142px;
  margin-right: 12px;
}

.parts-element-item .element-article > .element-article-copy-btn {
  position: relative;
  width: 16px;
  height: 16px;
  margin: 0;
  margin-right: 5px;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  outline: none;
}

.parts-element-item .element-article > .element-article-copy-btn svg {
  width: 100%;
  height: 100%;
  color: #90A4AF;
  -webkit-transition: color 0.3s, opacity 0.3s;
  -o-transition: color 0.3s, opacity 0.3s;
  transition: color 0.3s, opacity 0.3s;
}

.parts-element-item .element-article > .element-article-copy-btn:hover svg {
  color: #007aff;
}

.parts-element-item .element-article > .element-article-copy-btn .element-article-copy-btn-alert {
  position: absolute;
  top: 50%;
  right: -5px;
  background: white;
  padding: 3px 5px;
  color: #2F80ED;
  font-size: 10px;
  border: 1px solid #2F80ED;
  border-radius: 5px;
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translate3d(100%, -50%, 0);
          transform: translate3d(100%, -50%, 0);
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  outline: none;
  z-index: 2;
}

.parts-element-item .element-article > .element-article-copy-btn .element-article-copy-btn-alert.is-active {
  opacity: 1;
}

.parts-element-item .element-name {
  display: inline-block;
  width: 216px;
  margin-right: 12px;
}

.parts-element-item .menu-btn {
  display: none;
}

.parts-element-item--with-counter {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 37px 1fr 100px;
  grid-template-columns: 37px 1fr 100px;
  gap: 10px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.parts-element-item--with-counter .parts-element-number {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  margin: 0;
}

.parts-element-item--with-counter .parts-element-name {
  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;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
}

.parts-element-item--with-counter .element-article,
.parts-element-item--with-counter .element-name {
  margin: 0;
  width: 100%;
}

.parts-element-item--with-counter .element-article {
  margin-bottom: 5px;
  color: #90A4AF;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  gap: 10px;
}

.parts-element-item--with-counter .element-article > span {
  position: unset;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 0;
}

.parts-element-item--with-counter .element-article > span::before {
  position: relative;
  top: unset;
  left: unset;
  margin-bottom: 0;
}

.parts-element-item--with-counter .element-article > .element-article-copy-btn {
  margin-right: -8px;
}

.parts-element-item--with-counter .parts-element-control .control-item {
  margin-right: 0 !important;
}

.parts-element-item--with-counter .parts-element-control .control-item:not(:first-child) {
  margin-left: 14px !important;
}

.parts-element-item--with-counter .parts-element-control .control-item::before {
  width: 23px;
  height: 23px;
}

.parts-element-item--with-counter .parts-element-control .basket-icon {
  margin-top: 10px;
  margin-left: 10px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.parts-element-item--with-counter .parts-element-quantity {
  margin-top: 10px;
}

.parts-element-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.parts-element-control:last-child {
  margin-bottom: 0;
}

.parts-element-control .control-item {
  color: #0C131D;
}

.parts-element-control .control-item:not(:last-child) {
  margin-right: 12px;
}

.parts-element-control .control-item.basket-icon,
.parts-element-control .control-item.price-request-icon {
  margin-right: 0;
}

.parts-element-control .control-item::before {
  margin-right: 0;
}

.parts-element-control .control-item .popup-wrap {
  right: -25px;
  margin-top: 16px;
  z-index: 1;
  font-size: 14px;
}

.parts-element-control .btn[data-btn=price-request] {
  padding: 4px 8px;
  max-width: 89px;
}

.popup-wrap[data-popup=additional-info-popup]::before {
  content: "";
  display: block;
  width: 25px;
  height: 13px;
  background-image: url(../img/icons/pop-up-sticker-white_sharp.svg);
  position: absolute;
  top: -12px;
  right: 23px;
}

.parts-element-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.parts-list-footer .btn {
  border: 1px solid #0088CB;
  padding-top: 16px;
  padding-bottom: 16px;
  color: #0C131D;
}

.parts-list-footer .doc-icon::before {
  margin-bottom: -1px;
}

.search-part-content-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.search-part-content-item.b-b {
  border-bottom: 1px solid #e0e0e0;
}

.search-part-content-item:not(:last-child):not(:first-child) {
  padding: 15px 0;
}

.search-part-content-item:first-child {
  padding-bottom: 15px;
}

.search-part-content-item:last-child {
  padding-top: 15px;
}

.search-part-content-item .item-title {
  width: 100%;
  font-weight: 600;
  margin-bottom: 16px;
}

.search-part-content-item .img-wrap {
  width: 50%;
  padding-right: 16px;
}

.search-part-content-item .txt-wrap {
  width: 50%;
  padding-left: 16px;
}

.search-part-content-item .p:last-child {
  margin-bottom: 0;
}

.parts-controll-wrap {
  width: 416px;
}

.parts-controll-wrap .btn-wrap .btn {
  margin-bottom: 8px;
  height: 56px;
  font-size: 16px;
}

.parts-controll-wrap .btn-wrap .btn:last-child {
  margin-bottom: 0;
}

.parts-controll-wrap .image-icon {
  margin-right: 8px;
}

.parts-controll-wrap .download-icon {
  margin-right: 8px;
}

.parts-controll-wrap .controll-list-item {
  margin-bottom: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 48px;
}

.parts-controll-wrap .controll-list-item:last-child {
  margin-bottom: 0;
}

.parts-controll-wrap .controll-list-item._icon {
  padding-left: 80px;
  position: relative;
}

.parts-controll-wrap .controll-list-item._icon::before {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.parts-controll-search {
  padding: 32px 48px;
  background-color: #ffffff;
}

.parts-controll-search .title {
  font-weight: 600;
  display: block;
  margin-bottom: 8px;
}

.parts-controll-search .input {
  width: 100%;
  height: 56px;
}

.parts-controll-search .input::-webkit-input-placeholder {
  font-size: 16px;
}

.parts-controll-search .input::-moz-placeholder {
  font-size: 16px;
}

.parts-controll-search .input:-ms-input-placeholder {
  font-size: 16px;
}

.parts-controll-search .input::-ms-input-placeholder {
  font-size: 16px;
}

.parts-controll-search .input::placeholder {
  font-size: 16px;
}

.parts-controll-search .btn {
  height: 56px;
  border: 1px solid transparent;
  font-size: 16px;
  width: 100%;
}

.parts-controll-search .search-icon {
  margin-right: 8px;
}

.quantity-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 23px;
  justify-self: flex-end;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-family: "Open Sans", sans-serif;
}

.quantity-block__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;
  height: 100%;
  border: 1px solid #E0E0E0;
  border-radius: 3px;
  color: #0C131D;
  cursor: pointer;
  -webkit-transition: border 0.3s;
  -o-transition: border 0.3s;
  transition: border 0.3s;
}

.quantity-block__button::before {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.2;
  font-family: "Open Sans", sans-serif;
}

.quantity-block__button--add {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.quantity-block__button--add::before {
  content: "+";
}

.quantity-block__counter {
  padding: 0;
  width: 28px;
  height: 100%;
  border: 1px solid #E0E0E0;
  border-left: none;
  border-right: none;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 14;
  line-height: 1.3;
  letter-spacing: 0%;
  text-align: center;
  outline: none;
  -webkit-transition: border 0.3s;
  -o-transition: border 0.3s;
  transition: border 0.3s;
}

.quantity-block__button--remove {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.quantity-block__button--remove::before {
  content: "-";
}

.header {
  font-size: 14px;
}

.nav-contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 20px;
  padding-bottom: 20px;
}

.geo {
  position: relative;
}

.geo .baloone-icon {
  margin-right: 8px;
}

.geo .city-title {
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

.geo .city-title.baloone-icon::before {
  margin-right: 10px;
}

.nav-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.nav-wrap .close-menu {
  display: none;
}

.nav-item {
  padding-left: 12px;
  padding-right: 12px;
  cursor: pointer;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.nav-item:hover {
  color: #0088CB;
}

.nav-item._special {
  color: #EA1A65;
}

.nav-item._special:hover {
  color: #0088CB;
}

.nav-item:first-child {
  padding-left: 0;
}

.nav-item:last-child {
  padding-right: 0;
}

.nav-item._mob {
  position: relative;
  display: none;
}

.nav-item._mob:hover .nav-mob-wrap {
  opacity: 1;
  visibility: visible;
}

.nav-item._mob-icon::before {
  display: none;
}

.nav-mob-wrap {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 100%;
  margin-top: 20px;
  z-index: 2;
  background-color: #ffffff;
  border-radius: 4px;
  -webkit-box-shadow: 0 10px 21px 10px rgba(0, 9, 17, 0.05);
          box-shadow: 0 10px 21px 10px rgba(0, 9, 17, 0.05);
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  opacity: 0;
  visibility: hidden;
}

.nav-mob-wrap::before {
  content: "";
  display: block;
  width: 39px;
  height: 12px;
  background-image: url(../img/icons/pop-up-sticker-white.svg);
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: -12px;
  right: 50%;
  -webkit-transform: translateX(50%);
      -ms-transform: translateX(50%);
          transform: translateX(50%);
}

.mob-nav-item {
  padding: 12px;
  cursor: pointer;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
}

.mob-nav-item:hover {
  color: #0088CB;
}

.mob-nav-item::before {
  margin-right: 7px !important;
}

.mob-nav-item-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mob-nav-item-title .arrow-down-icon {
  margin-left: 7px;
  margin-bottom: -2px;
}

.contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contacts .link {
  margin-right: 16px;
}

.contacts .link:last-child {
  margin-right: 0;
}

.hdr-phone {
  margin-right: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.hdr-phone .link {
  margin-right: 0;
}

.hdr-phone .arrow-down-icon {
  margin-left: 5px;
  cursor: pointer;
}

.hdr-control-panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main-logo {
  width: 88px;
  height: 48px;
  margin-right: 16px;
}

.main-logo .img {
  max-width: 100%;
}

.main-slogan {
  font-size: 13px;
  margin-right: 21px;
  width: 100px;
  opacity: 0.6;
  font-family: "Inter", sans-serif;
}

.hdr-catalog-btn {
  width: 143px;
  height: 48px;
  border-radius: 4px;
  background-color: #0088CB;
  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;
  color: #ffffff;
  cursor: pointer;
  margin-right: 24px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.hdr-catalog-btn:hover {
  background-color: #269AD3;
}

.hdr-catalog-btn.box-icon::before {
  margin-right: 8px;
}

.hdr-catalog-btn.active .hdr-catalog-list-wrap {
  opacity: 1;
  visibility: visible;
}

.hdr-catalog-btn.active::before {
  background-image: url(../img/icons/close-icon-white.svg);
  background-size: 60%;
}

.hdr-search-wrap {
  position: relative;
}

.hdr-search {
  position: relative;
  margin-right: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1.6px solid #0088CB;
  border-radius: 4px;
  width: 531px;
  padding: 2px;
  background-color: #ffffff;
}

.hdr-search .input {
  width: auto;
  height: 40px;
  width: 100%;
  border: none;
  padding-left: 11px;
  padding-right: 49px;
  font-size: 16px;
  margin-left: 5px;
  outline: none;
}

.hdr-search .input::-webkit-input-placeholder {
  color: #90A4AF;
}

.hdr-search .input::-moz-placeholder {
  color: #90A4AF;
}

.hdr-search .input:-ms-input-placeholder {
  color: #90A4AF;
}

.hdr-search .input::-ms-input-placeholder {
  color: #90A4AF;
}

.hdr-search .input::placeholder {
  color: #90A4AF;
}

.hdr-search .select-wrap {
  width: auto;
  min-width: 109px;
  height: 41px;
  padding-right: 34px;
}

.hdr-search .select-title {
  white-space: nowrap;
  max-width: 150px;
  min-width: 100px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  padding: 12px 0 12px 16px;
}

.hdr-search .search-btn {
  position: absolute;
  top: 11px;
  right: 15px;
  font-size: 0;
  padding: 0;
  background-color: transparent;
  border-color: transparent;
  cursor: pointer;
}

.hdr-search .arrow-down-icon {
  width: 12px;
  height: 12px;
}

.hdr-search-category {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #ffffff;
  z-index: 5;
  margin-top: 8px;
  border-radius: 4px;
  padding: 24px;
  -webkit-box-shadow: 0px 8px 20px rgba(0, 9, 17, 0.12);
          box-shadow: 0px 8px 20px rgba(0, 9, 17, 0.12);
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
}

.search-category-item {
  width: 100%;
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 15px;
  padding-right: 10px;
  cursor: pointer;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  display: inline-block;
}

.search-category-item.active,
.search-category-item:hover {
  color: #0088CB;
}

.control-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.control-links-item {
  width: 48px;
  height: 48px;
  border-radius: 4px;
  background-color: #ffffff;
  position: relative;
  margin-right: 4px;
  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;
  cursor: pointer;
  position: relative;
}

.control-links-item:hover .header-submenu {
  opacity: 1;
  visibility: visible;
}

.control-links-item:last-child {
  margin-right: 0;
}

.control-links-item._basket {
  width: 157px;
  position: relative;
}

.control-links-item .num {
  position: absolute;
  top: 1px;
  right: 1px;
  width: 26px;
  height: 26px;
  background-color: #EA1A65;
  border-radius: 50%;
  border: 2px solid #ffffff;
  font-size: 11px;
  font-weight: 600;
  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;
  color: #ffffff;
}

.control-links-item .num:empty {
  display: none;
}

.control-links-item.basket-icon {
  position: relative;
  padding-left: 50px;
  margin-right: 0;
}

.control-links-item.basket-icon::before {
  position: absolute;
  left: 17px;
  top: 13px;
  display: inline-block;
  margin-right: 19px;
}

.control-links-item.basket-icon .num {
  top: 1px;
  left: 27px;
}

.control-links-item .price {
  font-size: 16px;
  white-space: nowrap;
}

.control-links-item .rub-icon::after {
  margin-bottom: -3px;
}

.control-links-item.main-link,
.control-links-item.catalog-link,
.control-links-item._show-more {
  display: none;
}

.control-links-item .title {
  display: none;
}

.control-links-item .header-submenu {
  position: absolute;
  z-index: 2;
  left: -71px;
  top: 100%;
  margin-top: 16px;
  width: 192px;
  background-color: #ffffff;
  border-radius: 4px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.control-links-item .header-submenu::before {
  content: "";
  display: block;
  width: 100%;
  height: 16px;
  position: absolute;
  left: 0;
  top: -16px;
}

.control-links-item .header-submenu::after {
  content: "";
  display: block;
  width: 39px;
  height: 12px;
  background-image: url(../img/icons/pop-up-sticker-white.svg);
  position: absolute;
  top: -12px;
  right: 0;
  left: 0;
  margin: auto;
}

.control-links-item .header-submenu-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 16px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.control-links-item .header-submenu-item:hover {
  color: #0088CB;
}

.control-links-item .header-submenu-item._exit {
  color: #90A4AF;
  border-top: 1px solid #EFF2F4;
}

.control-links-item .header-submenu-item._exit:hover {
  color: #0088CB;
}

.header-fixed {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  padding-right: inherit;
  background-color: #ffffff;
  z-index: 10;
  -webkit-box-shadow: 0px 10px 20px rgba(0, 9, 17, 0.05);
          box-shadow: 0px 10px 20px rgba(0, 9, 17, 0.05);
}

.header-fixed .nav-contacts {
  display: none;
}

.header-fixed .hdr-control-panel {
  padding: 8px 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header-fixed .main-slogan {
  display: none;
}

.header-fixed .hdr-search {
  width: 642px;
}

.header-fixed .hdr-search .input {
  width: 100%;
}

.header-fixed .control-links-item._basket {
  width: 148px;
  padding-left: 30px;
}

.header-fixed .control-links-item._basket .num {
  left: 11px;
}

.header-fixed .control-links-item.basket-icon::before {
  left: 2px;
}

.hdr-call-btn {
  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;
  position: relative;
  width: 48px;
  height: 48px;
  background-color: #ffffff;
  border-radius: 4px;
  cursor: pointer;
}

.desctop-hidden {
  display: none;
}

.hdr-mob-catalog {
  display: none;
}

.header-wrap._service .header-top {
  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;
  padding-top: 16px;
  padding-bottom: 16px;
}

.header-wrap._service .logo-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-wrap._service .page-title {
  font-size: 24px;
  font-weight: 600;
}

.header-wrap._service .link {
  font-size: 14px;
}

.header-wrap._service .hdr-search {
  margin-right: 0;
  width: 100%;
}

.header-wrap._service .hdr-search-wrap {
  width: calc(100% - 143px - 24px);
}

.utp-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #ffffff;
  height: 158px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 88px;
  position: relative;
  border-radius: 4px;
}

.utp-container._back-ellipse::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 229px;
  height: 100%;
  background-image: url(../img/utp-rectangle.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: 0;
  border-radius: 4px;
}

.utp-container .img {
  position: relative;
  z-index: 1;
  margin-right: 40px;
}

.utp-title {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.5;
  width: 693px;
}

.pagin-wrap {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.pagin-wrap._full {
  width: 100%;
}

.pagin-wrap._absolute-arrows {
  position: relative;
  padding-left: 40px;
  padding-right: 40px;
}

.pagin-wrap._absolute-arrows .prev-btn {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.pagin-wrap._absolute-arrows .next-btn {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.pagin-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.pagin-item {
  cursor: pointer;
  width: 40px;
  height: 40px;
  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;
  -webkit-transition-property: border-color, color;
  -o-transition-property: border-color, color;
  transition-property: border-color, color;
  -webkit-transition-duration: 0.2s;
       -o-transition-duration: 0.2s;
          transition-duration: 0.2s;
  border: 1px solid transparent;
  border-radius: 4px;
}

.pagin-item:hover {
  border: 1px solid #0088CB;
}

.pagin-item.active,
.pagin-item:hover {
  color: #0088CB;
}

.pagin-item._fake {
  color: #0C131D;
  cursor: default;
}

.pagin-item._fake:hover {
  border: 1px solid transparent;
}

.pagin-item.prev-btn,
.pagin-item.next-btn {
  background-image: url(../img/icons/arrow-right-black.svg);
  background-size: 20%;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: background-image 0.2s;
  -o-transition: background-image 0.2s;
  transition: background-image 0.2s;
}

.pagin-item.prev-btn:hover,
.pagin-item.next-btn:hover {
  background-image: url(../img/icons/arrow-right-blue.svg);
}

.pagin-item.prev-btn {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.radio-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.radio-wrap .input:checked ~ .radio-title::before {
  background-image: url(../img/icons/radio-active-blue.svg);
}

.radio-wrap .desc {
  display: block;
  width: 100%;
  padding-left: 28px;
  font-size: 14px;
  color: #90A4AF;
  line-height: 1.5;
}

.radio-title {
  display: block;
  padding-left: 28px;
  position: relative;
  cursor: pointer;
}

.radio-title._large-radio::before {
  width: 20px;
  height: 20px;
  top: 0;
}

.radio-title::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0;
  top: 2px;
  background-image: url(../img/icons/border-gray-circle.svg);
  background-size: 95%;
  background-position: center;
  background-repeat: no-repeat;
}

.site-map-container {
  margin-bottom: 32px;
}

.site-map-container._column-list {
  -webkit-column-count: 3;
     -moz-column-count: 3;
          column-count: 3;
}

.site-map-container .site-map-title {
  display: block;
  width: 100%;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 16px;
}

.site-map-container .site-map-title:last-child {
  margin-bottom: 0;
}

.site-map-container .ul {
  font-size: 16px;
}

.site-map-container .ul .ul {
  margin-top: 5px;
  margin-bottom: 5px;
}

.site-map-container .h3 {
  margin-bottom: 24px;
}

.site-map-container a {
  -webkit-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
}

.site-map-container a:hover {
  color: #0088CB;
}

.site-map-item {
  margin-top: 24px;
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid-column;
  display: inline-block;
  padding-right: 15px;
  width: 100%;
}

.site-map-item li {
  position: relative;
  list-style-type: disc;
  margin-left: 23px;
}

.product-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.tabs-list-wrap {
  background-color: #ffffff;
  width: 304px;
  padding: 8px 0;
}

.tabs-list-item {
  line-height: 1.5;
  width: 100%;
  display: block;
  cursor: pointer;
  padding: 16px 32px;
  border-left: 3px solid transparent;
  -webkit-transition-property: color, border-color;
  -o-transition-property: color, border-color;
  transition-property: color, border-color;
  -webkit-transition-duration: 0.2s;
       -o-transition-duration: 0.2s;
          transition-duration: 0.2s;
}

.tabs-list-item.active {
  color: #0088CB;
  border-left: 3px solid #0088CB;
}

.tabs-list-item:hover {
  color: #0088CB;
}

.tabs-content-item {
  width: 976px;
  background-color: #ffffff;
  padding: 40px;
  display: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.tabs-content-item.active {
  display: block;
  visibility: visible;
  opacity: 1;
}

.tabs-content-item .doc-icon {
  position: relative;
  padding-left: 28px;
  display: block;
  width: 100%;
  font-size: 14px;
  margin-bottom: 12px;
}

.tabs-content-item .doc-icon::before {
  position: absolute;
  left: 0px;
  top: -1px;
}

.tabs-content-item .arrow-down-icon {
  margin-left: 11px;
  margin-bottom: -1px;
}

.tabs-content-item .product-card-item .btn {
  color: #0C131D;
  font-size: 14px;
}

.tabs-content-item .product-card-item .btn.active {
  color: #ffffff;
}

.tabs-content-item .mob-title {
  display: none;
  cursor: pointer;
}

.tabs-content-item .hide-tabs-item {
  display: none;
  cursor: pointer;
}

.tabs-content-item .table {
  width: 100%;
}

.comment-btn {
  position: absolute;
  top: 45px;
  right: 40px;
  color: #0088CB;
  cursor: pointer;
  -webkit-transition: border 0.2s;
  -o-transition: border 0.2s;
  transition: border 0.2s;
}

.comment-btn::before {
  margin-right: 8px;
  position: absolute;
  left: -25px;
  top: 1px;
}

.comment-btn:hover {
  border-bottom: 1px solid;
}

.technology {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.technology__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: calc((100% - 128px) / 5);
  background-color: #ffffff;
  border-radius: 4px;
  -webkit-transition: -webkit-box-shadow 0.2s linear;
  transition: -webkit-box-shadow 0.2s linear;
  -o-transition: box-shadow 0.2s linear;
  transition: box-shadow 0.2s linear;
  transition: box-shadow 0.2s linear, -webkit-box-shadow 0.2s linear;
  margin-right: 32px;
  margin-bottom: 32px;
}

.technology__item:nth-child(5n) {
  margin-right: 0;
}

.technology__item:hover {
  -webkit-box-shadow: 0px 8px 20px rgba(0, 9, 17, 0.12);
          box-shadow: 0px 8px 20px rgba(0, 9, 17, 0.12);
}

.technology__image {
  width: 100%;
}

.technology__image img {
  display: block;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.technology__title {
  text-align: center;
  padding: 16px 32px;
}

.acticle-page-item._size {
  width: 863px;
}

.acticle-page-item img,
.acticle-page-item .img {
  max-width: 100%;
}

.acticle-page-item h1 {
  font-size: 32px;
  line-height: 1.5;
  font-weight: 600;
}

.acticle-page-item h2 {
  font-size: 32px;
  line-height: 1.5;
  font-weight: 600;
}

.acticle-page-item h3 {
  font-size: 24px;
  line-height: 1.5;
  font-weight: 600;
}

.acticle-page-item h4 {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 600;
}

.acticle-page-item a {
  cursor: pointer;
  text-decoration: underline;
  color: #0C131D;
  border-bottom: 1px solid transparent;
  -webkit-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
}

.acticle-page-item a._blue {
  color: #0088CB;
}

.acticle-page-item a._hover:hover {
  border-bottom: 1px solid;
}

.acticle-page-item a:hover {
  color: #0088CB;
}

.acticle-page-item a.link-scheme {
  position: relative;
}

.acticle-page-item p {
  line-height: 1.5;
  margin-bottom: 20px;
}

.acticle-page-item p + ol,
.acticle-page-item p + ul {
  margin-top: -12px;
}

.acticle-page-item b,
.acticle-page-item strong {
  font-weight: 700;
}

.acticle-page-item i {
  font-style: italic;
}

.acticle-page-item ul {
  list-style-type: disc;
}

.acticle-page-item ol {
  list-style: decimal;
}

.acticle-page-item ol:not(:last-child),
.acticle-page-item ul:not(:last-child) {
  margin-bottom: 24px;
}

.acticle-page-item ol li,
.acticle-page-item ul li {
  margin-left: 36px;
}

.acticle-page-item ol li:not(:last-child),
.acticle-page-item ul li:not(:last-child) {
  margin-bottom: 12px;
}

.article-control-panel {
  color: #90A4AF;
}

.article-control-panel .detailt-article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.article-control-panel .date-item,
.article-control-panel .visibility-item {
  position: relative;
  padding-left: 30px;
}

.article-control-panel .date-item::before,
.article-control-panel .visibility-item::before {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.article-control-panel .date-item {
  margin-right: 33px;
}

.article-control-panel .share-tite {
  position: relative;
  padding-left: 30px;
  color: #0C131D;
}

.article-control-panel .share-tite::before {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.article-control-panel._border-top {
  border-top: 1px solid #D0D9DE;
}

.quote-block {
  padding: 56px 79px 56px 110px;
  position: relative;
}

.quote-block::before {
  position: absolute;
  left: 0;
  top: 56px;
}

.about-article._size {
  width: 416px;
}

.author-article {
  background-color: #ffffff;
  padding: 24px 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 4px;
}

.author-article .img-wrap {
  width: 64px;
  height: 64px;
  margin-right: 24px;
}

.author-article .author-content-wrap {
  width: calc(100% - 24px - 64px);
}

.author-article .title-wrap {
  color: #90A4AF;
  margin-bottom: 8px;
}

.author-article .description-wrap {
  font-weight: 600;
}

.content-article-list {
  background-color: #ffffff;
  margin-top: 16px;
  padding: 32px;
  color: #90A4AF;
  border-radius: 4px;
}

.content-article-list ._bold {
  color: #0C131D;
}

.content-article-list .title {
  margin-bottom: 24px;
}

.content-article-list .ul .li {
  margin-bottom: 16px;
}

.content-article-list .ul .li:last-child {
  margin-bottom: 0;
}

.content-article-list .li {
  cursor: pointer;
}

.article-slider-item {
  display: block;
}

.article-slider-item .img-wrap {
  margin-bottom: 16px;
}

.article-slider-item .title {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.article-slider-item .img {
  max-width: 100%;
  width: 100%;
}

.share-item {
  cursor: pointer;
  position: relative;
}

.share-item:hover .share-block-content {
  opacity: 1;
  visibility: visible;
}

.share-item .share-block-content {
  position: absolute;
  background-color: #ffffff;
  padding: 10px;
  top: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 4px;
  margin-top: 12px;
  -webkit-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
  opacity: 0;
  visibility: hidden;
}

.share-item .share-block-content::before {
  content: "";
  display: block;
  width: 100%;
  height: 15px;
  position: absolute;
  left: 0;
  top: -15px;
}

.share-item .share-block-content::after {
  content: "";
  display: block;
  width: 39px;
  height: 12px;
  background-image: url(../img/icons/pop-up-sticker-white.svg);
  position: absolute;
  top: -12px;
  right: 0;
  left: 0;
  margin: auto;
}

.share-item .share-block-item {
  width: 24px;
  height: 24px;
  margin-right: 10px;
  display: block;
}

.share-item .share-block-item:last-child {
  margin-right: 0;
}

.message-item {
  margin-bottom: 27px;
}

.message-item .message-content {
  padding: 16px 24px;
  background-color: #F8F9FA;
  line-height: 1.5;
  margin-top: 9px;
}

.message-item .p:last-child {
  margin-bottom: 0;
}

.message-item._right {
  padding-left: 32px;
}

.message-item .answer-title {
  display: block;
  margin-bottom: 10px;
}

._personal-account-form {
  background-color: #ffffff;
  padding: 64px 112px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

._personal-account-form [type=submit] {
  width: 190px;
  font-size: 16px;
  height: 56px;
}

._personal-account-form .input {
  height: 56px;
}

.account-footer-link {
  background-color: #ffffff;
  padding: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.hdr-catalog-list-wrap {
  cursor: default;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  top: 40px;
  padding: 24px;
  background-color: #ffffff;
  z-index: 10;
  -webkit-box-shadow: 0px 8px 20px rgba(0, 9, 17, 0.12);
          box-shadow: 0px 8px 20px rgba(0, 9, 17, 0.12);
  margin-top: 8px;
  padding: 0;
  opacity: 0;
  visibility: hidden;
  scrollbar-color: #e0e0e0 #ffffff;
  scrollbar-width: thin;
  scrollbar-face-color: #e0e0e0;
}

.hdr-catalog-list-wrap::-webkit-scrollbar {
  width: 7px;
  background: #ffffff;
}

.hdr-catalog-list-wrap::-webkit-scrollbar-thumb {
  width: 8px;
  background: #e0e0e0;
  border-radius: 4px;
}

.hdr-catalog-list-wrap::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  top: -15px;
  height: 15px;
}

.hdr-catalog-list-wrap._small-content {
  max-width: 640px;
}

.hdr-catalog-list-wrap._small-content .catalog-content-item {
  -webkit-column-count: 1;
     -moz-column-count: 1;
          column-count: 1;
}

.hdr-catalog-list-wrap._small-content .hdr-catalog-content {
  width: 320px;
}

.hdr-catalog-list-wrap._small-content .submenu-item-wrap {
  margin-bottom: 10px;
}

.hdr-catalog-list-wrap .catalog-list-item {
  margin-bottom: 0;
  padding: 12px 24px;
  cursor: pointer;
  border-left: 2px solid transparent;
  background-color: #F8F9FA;
  width: 100%;
  font-size: 16px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.hdr-catalog-list-wrap .catalog-list-item:hover,
.hdr-catalog-list-wrap .catalog-list-item.active {
  background-color: #eff2f4;
  border-left: 2px solid #0088CB;
  color: #0088CB;
}

.hdr-catalog-list {
  color: #0C131D;
  padding: 0;
  width: 304px;
  background-color: #F8F9FA;
}

.hdr-catalog-list .nav-item {
  padding-left: 0;
  font-size: 16px;
  line-height: 1.5;
  width: 100%;
  cursor: pointer;
  width: 304px;
}

.hdr-catalog-content {
  width: calc(100% - 304px);
  padding: 14px 24px;
}

.hdr-catalog-content .catalog-list-item {
  background-color: transparent;
  color: #0C131D;
}

.catalog-content-item {
  display: none;
  -webkit-column-count: 3;
     -moz-column-count: 3;
          column-count: 3;
}

.catalog-content-item.active {
  display: block;
}

.catalog-content-item .catalog-list-title {
  display: none;
}

.submenu-item-wrap {
  margin-bottom: 30px;
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
       break-inside: avoid-column;
}

.submenu-item-wrap._image-block {
  margin-bottom: 0;
}

.submenu-item-wrap._image-block .img {
  width: 100%;
}

.submenu-item-wrap._centered {
  border-radius: 4px;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.submenu-item-wrap._centered .submenu-item._image {
  border: 1px solid #ccc;
  margin: 0 3px 13px;
  border-radius: 4px;
  background-color: #ffffff;
}

.submenu-item-wrap._centered a:hover .submenu-item {
  color: #0088cb;
}

.submenu-item-wrap._centered ._image:hover + .submenu-item {
  color: #0088cb;
}

.item-image-card {
  display: block;
  margin-bottom: 16px;
}

.item-image-card .img-wrap {
  margin-bottom: 16px;
}

.item-image-card .title {
  line-height: 1.5;
  font-size: 16px;
  margin-bottom: 16px;
}

.item-image-card:last-child {
  margin-bottom: 0;
}

.item-image-card .btn {
  width: 110px;
}

.submenu-item {
  font-size: 16px;
  margin-bottom: 13px;
  display: block;
  line-height: 1.5;
  padding-right: 10px;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.submenu-item:last-child {
  margin-bottom: 0;
}

.submenu-item._image .img {
  max-width: 127px;
}

.submenu-item.back-link {
  padding-left: 35px;
}

.submenu-item.back-link::before {
  content: none;
}

.submenu-item:hover {
  color: #0088cb;
}

.popup-window-titlebar-text {
  font-size: 18px;
  font-weight: 600;
  color: inherit;
  padding: 0;
  display: inline;
  line-height: inherit;
}

.change-city-popup {
  position: absolute;
  z-index: 5;
  left: 0;
  right: 0;
  margin: auto;
  margin-top: 120px;
  width: 669px;
  border-radius: 4px;
  -webkit-box-shadow: 0 10px 21px 10px rgba(0, 9, 17, 0.05);
          box-shadow: 0 10px 21px 10px rgba(0, 9, 17, 0.05);
  background-color: #ffffff;
}

.change-city-popup .title {
  font-size: 18px;
  font-weight: 600;
}

.change-city-popup .input:focus-visible,
.change-city-popup .input:focus {
  outline: none;
  border-bottom: 1px solid #eaeaea;
}

.change-city-popup._small {
  width: 189px;
  padding: 24px;
  margin-top: 20px;
  top: 100%;
}

.change-city-popup._small::before {
  content: "";
  display: block;
  width: 39px;
  height: 12px;
  background-image: url(../img/icons/pop-up-sticker-white.svg);
  position: absolute;
  top: -12px;
  left: 35px;
}

.change-city-popup._small .btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.change-city-popup._small ._transparent {
  color: #0C131D;
}

.change-city-popup._small ._transparent:hover {
  color: #ffffff;
}

.change-city-popup._small .city-title {
  text-align: center;
  line-height: 1.5;
  display: block;
}

.change-city-popup._small .target-city {
  display: block;
  width: 100%;
  text-align: center;
  margin-bottom: 16px;
}

.change-city-popup._small .btn {
  width: 62px;
  height: 40px;
}

.change-city-popup .close-btn {
  top: 21px;
}

.change-city-header {
  padding: 32px;
  background-color: #F8F9FA;
  padding: 16px 24px;
  border-radius: 4px 4px 0 0;
}

.quick-search-city {
  position: relative;
}

.quick-search-city .input {
  width: 100%;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 10px;
  padding-left: 37px;
}

.quick-search-city .search-icon {
  position: absolute;
  left: 0;
  top: 15px;
}

.quick-search-city .search-city {
  font-size: 16px;
}

.quick-search-city .search-city::-webkit-input-placeholder {
  color: #828282;
  font-size: 16px;
}

.quick-search-city .search-city::-moz-placeholder {
  color: #828282;
  font-size: 16px;
}

.quick-search-city .search-city:-ms-input-placeholder {
  color: #828282;
  font-size: 16px;
}

.quick-search-city .search-city::-ms-input-placeholder {
  color: #828282;
  font-size: 16px;
}

.quick-search-city .search-city::placeholder {
  color: #828282;
  font-size: 16px;
}

.change-city-content {
  padding: 0 30px 12px 30px;
}

.city-list-wrap {
  width: 100%;
  -webkit-column-count: 3;
     -moz-column-count: 3;
          column-count: 3;
}

.city-list-wrap .li {
  width: 100%;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 18px;
  padding-right: 5px;
}

.close-btn {
  width: 13px;
  height: 13px;
  position: absolute;
  top: 29px;
  right: 29px;
  background-image: url(../img/icons/close-icon.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  -o-transition: transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}

.close-btn:hover {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.basket-popup {
  position: absolute;
  right: -1px;
  top: 100%;
  margin-top: 16px;
  z-index: 4;
  background-color: #ffffff;
  border-radius: 4px;
  -webkit-box-shadow: 0 10px 21px 10px rgba(0, 9, 17, 0.05);
          box-shadow: 0 10px 21px 10px rgba(0, 9, 17, 0.05);
  width: 507px;
  padding: 16px;
  cursor: default;
}

.basket-popup::before {
  content: "";
  display: block;
  width: 39px;
  height: 12px;
  background-image: url(../img/icons/pop-up-sticker-white.svg);
  position: absolute;
  top: -12px;
  right: 35px;
}

.basket-popup .product-quantity {
  height: auto !important;
  margin-top: 0 !important;
}

.basket-popup .product-services {
  width: 100%;
}

.basket-popup .availability-info {
  font-size: 12px;
}

.basket-popup-content {
  max-height: 350px;
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-color: #F2F2F2 #ffffff;
  scrollbar-width: thin;
  scrollbar-face-color: #F2F2F2;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.basket-popup-content::-webkit-scrollbar {
  width: 5px;
  background: #ffffff;
}

.basket-popup-content::-webkit-scrollbar-thumb {
  width: 5px;
  background: #F2F2F2;
  border-radius: 50px;
}

.basket-popup-content .basket-product-item {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.basket-popup-footer {
  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;
  padding-top: 16px;
  margin-top: 16px;
  border-top: 1px solid #F2F2F2;
}

.basket-popup-footer .current-price {
  font-size: 16px;
}

.basket-popup-footer .old-price {
  font-size: 12px;
  margin-left: 8px;
}

.basket-popup-footer .old-price::after {
  height: 1px;
}

.basket-popup-footer .total-price {
  color: #7A7A7A;
  font-size: 12px;
  display: block;
  width: 100%;
  margin-bottom: 4px;
}

.modal-container {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  overflow: hidden;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  z-index: 21;
}

.modal-container._mobile-tabs .modal {
  position: relative;
  right: auto;
  top: auto;
  left: auto;
  width: 392px;
  max-width: 95%;
  height: auto;
  padding: 24px;
}

.modal-container._mobile-tabs .page-link-item {
  display: block;
  margin-bottom: 24px;
  font-size: 16px;
  margin-right: 0;
  padding-bottom: 0;
}

.modal-container._mobile-tabs .page-link-item:last-child {
  margin-bottom: 0;
}

.modal-container._mobile-tabs .page-link-item.active {
  color: #0088CB;
  border-bottom: 2px solid transparent;
}

.modal-container .modal-wrap {
  padding: 0;
}

.modal-container .modal-wrap._confirmation .modal {
  overflow: visible;
}

.modal-container .modal-wrap._confirmation .modal .modal-content {
  overflow: visible;
}

.modal-container .modal-wrap._confirmation .modal .modal-content .select-wrap .select-list {
  width: 100%;
}

.modal-container[data-box=photogallary-modal] {
  overflow: visible;
}

.modal-wrap {
  background-color: rgba(0, 9, 17, 0.55);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  width: 100%;
  min-height: 100%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.modal-wrap._confirmation .btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.modal-wrap._confirmation .btn-wrap .col-50 {
  width: calc(50% - 4px);
}

.modal-wrap .form-item .checkbox-txt.form-txt-desc {
  font-size: 12px;
}

.modal-wrap .form-item .conf-policy-div {
  font-size: 12px;
}

.modal {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 8px 20px rgba(0, 9, 17, 0.12);
          box-shadow: 0px 8px 20px rgba(0, 9, 17, 0.12);
  border-radius: 4px;
  max-width: 100%;
  position: relative;
  margin: 50px 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}

.modal.popup-window-content-white[id^=CatalogElementBasket] .modal-footer,
.modal.popup-window-content-white[id^=CatalogSectionBasket] .modal-footer {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.modal[id^=CatalogSectionBasket] .availability-info {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  margin-bottom: 5px;
}

.modal.popup-window-content-white {
  left: 50% !important;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.modal._w-400 {
  width: 100%;
  max-width: 416px;
}

.modal._w-500 {
  width: 100%;
  max-width: 500px;
}

.modal._w-750 {
  width: 100%;
  max-width: 750px;
}

.modal._w-900 {
  width: 100%;
  max-width: 900px;
}

.modal._w-864 {
  width: 100%;
  max-width: 864px;
}

.modal._w-640 {
  width: 100%;
  max-width: 640px;
}

.modal._w-600 {
  width: 100%;
  max-width: 600px;
}

.modal._p-b {
  padding-bottom: 35px;
}

.modal .input:not(.product-quantity > .input):not([type=checkbox]) {
  width: 100%;
}

.modal .btn {
  height: 56px;
  font-size: 16px;
}

.modal._background {
  background-color: #F6F6F6;
}

.modal._no-m-t {
  margin-top: 0;
}

.modal._m-b-8 {
  margin-bottom: 8px;
}

.modal .catalog-list._item-row .about-prod-wrap {
  width: 487px;
  min-height: auto;
}

.modal .product-card-item:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.modal-title {
  font-size: 18px;
  font-weight: 600;
  padding: 24px;
  background-color: #F8F9FA;
  border-radius: 4px 4px 0 0;
}

.modal-title._transparent {
  background-color: transparent;
}

.modal-title .close-modal {
  height: 24px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.modal-content {
  padding: 48px 56px 32px 56px;
  scrollbar-color: #E0E0E0 #ffffff;
  scrollbar-width: thin;
  scrollbar-face-color: #E0E0E0;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.modal-title + .modal-content {
  max-height: calc(100% - 71px);
}

.modal-content::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  background: #ffffff;
}

.modal-content::-webkit-scrollbar-thumb {
  width: 10px;
  height: 10px;
  background: #E0E0E0;
  border-radius: 50px;
}

.modal-content._p-b {
  padding-bottom: 48px;
}

.modal-content._p-t-30 {
  padding-top: 30px;
}

.modal-content._no-p {
  padding: 0 !important;
}

.modal-content._padding-40 {
  padding: 40px;
}

.modal-content .availability-info {
  cursor: default;
}

.modal-content .img {
  max-width: 100%;
  max-height: 100%;
}

.modal-content._show-prod-part {
  padding: 30px 45px 13px;
}

.modal-content._show-prod-part._p-b {
  padding-bottom: 37px;
}

.modal-content._show-prod-part .basket-icon::before {
  margin-right: 8px;
}

.modal-content._show-prod-part .p {
  margin-bottom: 5px;
}

.modal-content .content-scroll {
  max-height: 642px;
  overflow: auto;
  padding-right: 8px;
  scrollbar-color: #e0e0e0 #ffffff;
  scrollbar-width: thin;
  scrollbar-face-color: #e0e0e0;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.modal-content .content-scroll::-webkit-scrollbar {
  width: 5px;
  background: #ffffff;
}

.modal-content .content-scroll::-webkit-scrollbar-thumb {
  width: 5px;
  background: #e0e0e0;
  border-radius: 50px;
}

.modal-content._chat {
  padding: 24px;
}

.modal-content._padding-32 {
  padding: 32px;
}

.modal-content .product-quantity._select-item .select-block .package-table-popup {
  left: unset;
  right: -10px;
  bottom: unset;
  top: 100%;
  max-height: 300px;
  overflow-y: auto;
  -ms-overflow-style: none;
}

.modal-content .product-quantity._select-item .select-block .package-table-popup::-webkit-scrollbar {
  width: 0;
}

.modal-content .product-quantity._select-item .select-block .package-table-popup .thead {
  position: sticky;
  top: 0;
  background: white;
}

.modal-content .form-item {
  margin-bottom: 16px;
}

.modal-content .form-item.form-item-list {
  max-height: 550px;
  overflow-y: auto;
}

.modal-content .form-item.form-item-list::-webkit-scrollbar {
  width: 5px;
  height: 10px;
  background: #ffffff;
}

.modal-content .form-item.form-item-list::-webkit-scrollbar-thumb {
  width: 5px;
  height: 10px;
  background: #E0E0E0;
  border-radius: 50px;
}

.modal-content .form-item.form-item-list .product-row-item {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.modal-footer {
  padding: 16px;
  border-top: 1px solid #F8F9FA;
}

.modal-footer._no-border {
  border-top: 1px solid transparent;
}

.modal-footer._no-padding {
  padding: 0;
}

.modal-footer .btn {
  height: 40px;
}

.close-modal {
  width: 15px;
  height: 15px;
  background-image: url(../img/icons/close-icon.svg);
  background-size: 95%;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 29px;
  right: 29px;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  -o-transition: transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}

.close-modal:hover {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.forget-pass {
  font-size: 13px;
  color: #90A4AF;
  cursor: pointer;
}

._modal-footer {
  padding-top: 32px;
  margin-top: 8px;
  border-top: 1px solid #F2F2F2;
}

._modal-footer.m-t_30 {
  margin-top: 30px;
}

.call-back-popup {
  position: absolute;
  z-index: 10;
  top: 100%;
  right: 0;
  background-color: #ffffff;
  border-radius: 4px;
  padding: 24px;
  margin-top: 20px;
  text-align: center;
  -webkit-box-shadow: 0 10px 21px 10px rgba(0, 9, 17, 0.05);
          box-shadow: 0 10px 21px 10px rgba(0, 9, 17, 0.05);
}

.call-back-popup .link {
  font-size: 16px;
  white-space: nowrap;
}

.call-back-popup::before {
  content: "";
  display: block;
  width: 39px;
  height: 12px;
  background-image: url(../img/icons/pop-up-sticker-white.svg);
  position: absolute;
  top: -12px;
  right: 35px;
}

.call-back-popup .btn {
  margin-top: 12px;
  white-space: nowrap;
}

.delivery-table-popup {
  position: absolute;
  left: -100px;
  margin-bottom: 10px;
  bottom: 100%;
  width: auto;
  max-width: 370px;
  background-color: #ffffff;
  z-index: 3;
  padding: 12px;
  -webkit-box-shadow: 0 10px 21px 10px rgba(0, 9, 17, 0.15);
          box-shadow: 0 10px 21px 10px rgba(0, 9, 17, 0.15);
  line-height: 1.3;
  font-size: 14px;
  max-height: 300px;
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-color: #e0e0e0 #ffffff;
  scrollbar-width: thin;
  scrollbar-face-color: #e0e0e0;
}

.delivery-table-popup::-webkit-scrollbar {
  width: 7px;
  background: #ffffff;
}

.basket-product-item .delivery-table-popup {
  left: 0;
}

.technology-card .delivery-table-popup {
  max-width: unset;
  width: 370px;
}

.delivery-table-popup td:nth-child(2) .txt {
  white-space: nowrap;
  padding-right: 7px;
}

.delivery-table-popup td:nth-child(2) .txt._orange {
  white-space: normal;
}

.delivery-table-popup::-webkit-scrollbar-thumb {
  width: 8px;
  background: #e0e0e0;
  border-radius: 4px;
}

.delivery-table-popup .table {
  width: 100%;
  color: #0C131D;
}

.delivery-table-popup .tr {
  border-bottom: 1px solid #BDBDBD;
  width: 100%;
}

.delivery-table-popup .tr:first-child .td {
  padding-top: 0;
}

.delivery-table-popup .tr:last-child {
  border-bottom: 1px solid transparent;
}

.delivery-table-popup .tr:last-child .td {
  padding-bottom: 0;
}

.delivery-table-popup .td {
  padding: 8px 12px;
  padding-right: 5px;
}

.delivery-table-popup .td:last-child {
  padding-right: 0;
}

.delivery-table-popup .txt {
  display: block;
  width: 100%;
}

.delivery-table-popup .desc {
  display: block;
  color: #828282;
}

.delivery-table-popup .desc._icon {
  position: relative;
  margin-top: 8px;
}

.delivery-table-popup .desc._icon:first-child {
  margin-top: 0;
}

.delivery-table-popup .desc._icon::before {
  position: absolute;
  left: -18px;
  top: 3px;
}

.delivery-table-popup .desc + .txt {
  white-space: nowrap;
}

.product-control-panel .delivery-table-popup {
  bottom: auto;
  top: 100%;
  cursor: default;
  right: 0;
  left: auto;
}

.product-slider-wrap .delivery-table-popup {
  bottom: 20px;
  left: -30px;
  width: 370px;
}

.modal-content .main-img-wrap {
  width: 100%;
}

.modal-content .main-img-wrap .main-img .swiper-slide {
  height: 500px;
}

.modal-content .main-img-wrap .main-img .arrow-right-icon {
  position: absolute;
  top: 50%;
  cursor: pointer;
  z-index: 1;
}

.modal-content .main-img-wrap .main-img .arrow-right-icon.prev-image {
  left: 0;
  -webkit-transform: translateY(-50%) rotate(180deg);
      -ms-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}

.modal-content .main-img-wrap .main-img .arrow-right-icon.next-image {
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.modal-content .main-img-wrap .main-img .arrow-right-icon::after {
  margin: 0;
}

.modal-content .main-img-wrap .img-nav {
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.modal-content .main-img-wrap .img-nav .img-item {
  height: 150px;
}

.modal-content .main-img-wrap .img-nav .next-image,
.modal-content .main-img-wrap .img-nav .prev-image {
  top: 43%;
}

.modal-content .main-img-wrap .arrow-right-icon::after {
  width: 20px;
  height: 30px;
  background-size: 80%;
}

.modal-content .main-img-wrap .swiper-slide--video::after {
  display: none;
}

.modal-content .btn-wrap._j-c-space-between .btn {
  width: calc(50% - 8px);
  height: 40px;
}

.menu-popup {
  position: absolute;
  z-index: 1;
  width: 157px;
  font-size: 14px;
  background-color: #ffffff;
  border-radius: 4px;
  padding: 20px;
  bottom: calc(100% + 15px);
  right: -16px;
  -webkit-box-shadow: 0 10px 21px 10px rgba(0, 9, 17, 0.05);
          box-shadow: 0 10px 21px 10px rgba(0, 9, 17, 0.05);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.menu-popup::after {
  content: "";
  display: block;
  width: 25px;
  height: 13px;
  background-image: url(../img/icons/popup-long-sticker-white.svg);
  position: absolute;
  bottom: -12px;
  right: 20px;
}

.menu-popup .favorites-icon {
  margin-bottom: 16px;
  position: relative;
  padding-left: 30px;
}

.menu-popup .favorites-icon::before {
  position: absolute;
  left: 2px;
  top: 0;
}

.menu-popup .additional-item {
  position: relative;
  padding-left: 30px;
}

.menu-popup .additional-item::before {
  position: absolute;
  left: -2px;
  top: -3px;
}

.hdr-contact-popup {
  position: absolute;
  right: 0;
  margin-top: 20px;
  z-index: 5;
  top: 100%;
  width: 276px;
  padding: 32px 24px;
  background-color: #ffffff;
  border-radius: 4px;
  -webkit-box-shadow: 0 10px 21px 10px rgba(0, 9, 17, 0.05);
          box-shadow: 0 10px 21px 10px rgba(0, 9, 17, 0.05);
}

.hdr-contact-popup::before {
  content: "";
  display: block;
  width: 25px;
  height: 13px;
  background-image: url(../img/icons/pop-up-sticker-white_sharp.svg);
  position: absolute;
  top: -12px;
  right: 12px;
}

.hdr-contact-popup .contact-item {
  display: block;
  margin-bottom: 25px;
  padding-left: 36px;
  position: relative;
  font-size: 16px;
}

.hdr-contact-popup .contact-item::before {
  position: absolute;
  left: 0;
  top: -2px;
}

.hdr-contact-popup .contact-item.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 0;
}

.hdr-contact-popup .phone-blue-icon::before {
  top: 3px;
}

.hdr-contact-popup .phone-blue-icon {
  font-weight: 600;
  font-size: 18px;
}

.hdr-contact-popup .btn {
  width: 170px;
  height: 48px;
  font-size: 16px;
}

.hdr-contact-popup .social-item {
  margin-right: 15px;
}

.hdr-contact-popup .social-item:last-child {
  margin-right: 0;
}

.mobile-popup {
  position: fixed;
  z-index: 5;
  left: 0;
  bottom: 56px;
  width: 100%;
  background-color: #ffffff;
  padding: 25px;
  border-radius: 4px 4px 0 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-shadow: 0 10px 21px 10px rgba(0, 9, 17, 0.05);
          box-shadow: 0 10px 21px 10px rgba(0, 9, 17, 0.05);
}

.mobile-popup .close-menu {
  display: block;
  position: absolute;
  right: 16px;
  top: -20px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #ffffff;
  background-image: url(../img/icons/close-icon.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 40%;
  -webkit-box-shadow: 0 10px 21px 10px rgba(0, 9, 17, 0.05);
          box-shadow: 0 10px 21px 10px rgba(0, 9, 17, 0.05);
}

.product-nav-item {
  display: block;
  margin-bottom: 24px;
}

.product-nav-item:last-child {
  margin-bottom: 0;
}

.product-nav-item._icon {
  padding-left: 41px;
  position: relative;
}

.product-nav-item._icon::before {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 24px;
  height: 24px;
}

.product-nav-item.favorites-icon::before {
  width: 17px;
  left: 5px;
}

.package-table-popup {
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  margin-bottom: 25px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 8px 20px rgba(0, 9, 17, 0.12);
          box-shadow: 0px 8px 20px rgba(0, 9, 17, 0.12);
  width: 337px;
  z-index: 2;
}

.package-table-popup .table {
  font-size: 14px;
  width: 100%;
}

.package-table-popup .thead {
  font-size: 12px;
  color: #90A4AF;
}

.package-table-popup .tbody {
  font-size: 14px;
}

.package-table-popup .tbody .tr {
  cursor: pointer;
  -webkit-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  transition: background-color 0.2s;
}

.package-table-popup .tbody .tr:hover {
  background-color: #F8F9FA;
}

.package-table-popup .td {
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 14px;
  padding-right: 10px;
  text-align: left;
}

.package-table-popup .td:last-child {
  padding-right: 10px;
}

.package-table-popup .span {
  font-size: 14px;
  color: #0C131D;
  line-height: 1.5;
}

.package-table-popup .desc {
  display: block;
  width: 100%;
  line-height: 1.5;
  font-size: 12px;
  color: #90A4AF;
}

.product-control-panel-wrap .product-quantity .package-table-popup {
  left: 0;
  bottom: 56px;
  width: 100%;
  max-height: 300px;
  overflow-y: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.product-control-panel-wrap .product-quantity .package-table-popup::-webkit-scrollbar {
  display: none;
}

.product-control-panel-wrap .product-quantity .package-table-popup .close-menu {
  display: none;
}

.product-control-panel-wrap .product-quantity .package-table-popup .thead {
  position: sticky;
  top: 0;
  background-color: white;
}

.modal-question-footer {
  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;
  padding: 16px 24px;
}

.modal-question-footer .btn {
  height: 56px;
  width: 121px;
}

.modal-question-footer .btn:first-child {
  margin-right: 16px;
}

.modal-question-footer .btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.modal-question-footer .btn-wrap._submit .btn {
  display: none;
}

.modal-question-footer .btn-wrap._submit .btn._submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.modal-question-footer .btn-wrap._submit .btn._gray {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.modal-question-footer .btn._submit {
  display: none;
}

.popup-wrap {
  position: absolute;
  background-color: #ffffff;
  padding: 24px;
  border-radius: 4px;
  -webkit-box-shadow: 0 10px 21px 10px rgba(0, 9, 17, 0.05);
          box-shadow: 0 10px 21px 10px rgba(0, 9, 17, 0.05);
  z-index: 4;
}

.popup-wrap._small {
  width: 255px;
}

.popup-wrap._size-170 {
  width: 172px;
}

.popup-wrap .close-modal {
  opacity: 0.5;
  top: 8px;
  right: 8px;
}

.popup-wrap .product-title {
  margin-bottom: 8px;
  height: auto;
}

.popup-wrap .description-item {
  font-size: 14px;
  color: #90A4AF;
  margin-bottom: 18px;
}

.popup-wrap .description-item ._black {
  color: #0C131D;
}

.popup-wrap .basket-icon::before {
  background-image: url(../img/icons/basket-white.svg);
  margin-right: 10px;
}

#popupFindError {
  left: 50% !important;
  max-width: 607px;
  width: 100%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

#popupFindError .modal {
  margin: 0 auto !important;
  width: auto !important;
}

._add-basket-parametrs.modal {
  overflow-y: visible;
}

._add-basket-parametrs.modal .modal-content {
  overflow: visible !important;
}

._add-basket-parametrs.modal .modal-content .catalog-list._item-row .product-card-item .about-prod-wrap {
  width: calc(100% - 380px);
  height: auto;
}

._add-basket-parametrs.modal .modal-content .catalog-list._item-row .product-card-item .about-prod-wrap .brand-title {
  margin-bottom: 12px;
}

._add-basket-parametrs.modal .modal-content .catalog-list._item-row .product-card-item .about-prod-wrap .brand-title .product-radio-list {
  margin-top: 4px;
}

._add-basket-parametrs.modal .modal-content .catalog-list._item-row .product-card-item .about-prod-wrap .brand-title .product-radio-list .product-radio-list__item-text {
  color: #0c131d;
}

._add-basket-parametrs.modal .modal-content .catalog-list._item-row .product-card-item .about-prod-wrap .product-radio-list,
._add-basket-parametrs.modal .modal-content .catalog-list._item-row .product-card-item .about-prod-wrap .select-wrap {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

._add-basket-parametrs.modal .modal-content .catalog-list._item-row .product-card-item .about-prod-wrap .select-wrap {
  margin-top: 8px;
}

._add-basket-parametrs.modal .modal-content .catalog-list._item-row .product-card-item .about-prod-wrap .select-wrap .select-list {
  max-width: 100%;
  max-height: 245px;
}

._add-basket-parametrs.modal .modal-content .catalog-list._item-row .product-card-item .about-prod-wrap .select-wrap .select-title:not(._color-gray),
._add-basket-parametrs.modal .modal-content .catalog-list._item-row .product-card-item .about-prod-wrap .select-wrap .title {
  color: #0c131d;
}

._add-basket-parametrs.modal .modal-content .catalog-list._item-row .product-card-item .about-prod-wrap .select-wrap .price-wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  min-height: 0;
  right: unset;
  top: unset;
}

._add-basket-parametrs.modal .modal-content .catalog-list._item-row .product-card-item .about-prod-wrap .select-wrap .price-wrap .current-price {
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #0c131d;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}

._add-basket-parametrs.modal .modal-content .catalog-list._item-row .product-card-item .about-prod-wrap .select-wrap .price-wrap .discount-quantity {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

._add-basket-parametrs.modal .modal-content .catalog-list._item-row .product-card-item .about-prod-wrap .select-wrap .price-wrap .availability-info {
  margin-bottom: 0;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

._add-basket-parametrs.modal .modal-footer .btn-wrap .btn._add-basket + ._subscribe-basket {
  margin-left: 8px;
}

.modal[id^=BasketClearAll],
.modal[id^=CatalogSubscribe] {
  margin: 0 auto;
  position: fixed !important;
  top: 50% !important;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#swpPopupRegisterForm a {
  color: #0088CB;
}

.popup-window-content-white .modal-content {
  padding: 16px;
}

.popup-window-content-white input {
  height: 38px;
}

.popup-window-content-white .modal-footer.d-flex {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.popup-window-content-white .modal-footer.d-flex .btn:last-of-type {
  margin-left: 8px;
}

.popup-window.popup-window-with-titlebar {
  padding: 0;
}

.popup-window.popup-window-with-titlebar .popup-window-titlebar {
  font-size: 18px;
  font-weight: 600;
  padding: 24px 44px 24px 24px;
  background-color: #F8F9FA;
  border-radius: 4px 4px 0 0;
  height: unset;
}

.popup-window.popup-window-with-titlebar .popup-window-titlebar._transparent {
  background-color: transparent;
}

.popup-window.popup-window-with-titlebar .popup-window-titlebar .close-modal {
  height: 24px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.popup-window.popup-window-with-titlebar .popup-window-titlebar-close-icon {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  -o-transition: transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  top: 20px;
  opacity: 1;
}

.popup-window.popup-window-with-titlebar .popup-window-titlebar-close-icon:hover {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.popup-window.popup-window-with-titlebar .popup-window-titlebar-close-icon::after {
  background-image: url(/local/templates/sewparts/img/icons/close-icon.svg);
  width: 13px;
  height: 13px;
}

.account-control-panel._size {
  width: 304px;
}

.account-control-panel .user-bout-item {
  background-color: #ffffff;
  padding: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
  border-radius: 4px;
}

.account-control-panel .img-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 16px;
  width: 48px;
}

.account-control-panel .img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.account-control-panel .info-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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: calc(100% - 48px - 16px);
}

.account-control-panel .user-title {
  font-weight: 600;
  margin-bottom: 2px;
}

.account-control-panel .desc {
  font-size: 12px;
  color: #90A4AF;
  width: 100%;
  display: block;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.account-control-panel .control-menu-list {
  background-color: #ffffff;
  border-radius: 4px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.account-control-panel .menu-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 32px;
  -webkit-transition-property: border-color, color;
  -o-transition-property: border-color, color;
  transition-property: border-color, color;
  -webkit-transition-duration: 0.2s;
       -o-transition-duration: 0.2s;
          transition-duration: 0.2s;
  border-left: 3px solid transparent;
}

.account-control-panel .menu-list-item.active,
.account-control-panel .menu-list-item:hover {
  border-left: 3px solid #0088CB;
}

.account-control-panel .menu-list-item._exit {
  color: #B0BFC6;
  margin-top: 16px;
  position: relative;
}

.account-control-panel .menu-list-item._exit::before {
  content: "";
  display: block;
  position: absolute;
  width: calc(100% + 2px);
  height: 1px;
  left: -2px;
  top: -8px;
  background-color: #EFF2F4;
}

.account-control-panel ._icon-row .menu-list-item {
  position: relative;
  padding-left: 64px;
}

.account-control-panel ._icon-row .menu-list-item::before {
  position: absolute;
  left: 22px;
  top: 0px;
  bottom: 0px;
  margin: auto;
}

.account-control-panel ._icon-row .menu-list-item._exit::before {
  position: absolute;
  width: calc(100% + 2px);
  height: 1px;
  left: -2px;
  top: -68px;
}

.account-control-panel ._icon-row .menu-list-item .close-circle-gray-icon {
  position: absolute;
  left: 22px;
  top: 0px;
  bottom: 0px;
  margin: auto;
  width: 24px;
  height: 24px;
}

.account-control-panel ._icon-row .menu-list-item .close-circle-gray-icon::before {
  width: 24px;
  height: 24px;
}

.account-control-panel .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.account-control-panel .btn:hover .arrow-circle-left-icon::before {
  position: relative;
  top: auto;
  left: auto;
  background-image: url(../img/icons/arrow-circle-left_white.svg);
}

.account-control-panel .btn .arrow-circle-left-icon {
  margin-left: 0;
}

.account-control-panel .btn .arrow-circle-left-icon::before {
  position: relative;
  top: auto;
  left: auto;
}

.account-content._size {
  width: 976px;
}

.bonus-system-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.bonus-system-item {
  padding: 24px;
  background-color: #ffffff;
  border-radius: 4px;
  margin-right: 8px;
  margin-bottom: 8px;
  width: 238px;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.bonus-system-item:nth-child(4),
.bonus-system-item:nth-child(6) {
  margin-right: 0;
}

.bonus-system-item._large {
  width: 730px;
}

.bonus-system-item .desc {
  font-size: 14px;
  line-height: 1.2;
  display: block;
  margin-bottom: 16px;
  color: #90A4AF;
}

.bonus-system-item .title {
  font-size: 20px;
  font-weight: 600;
}

.bonus-system-item._large {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 46px;
}

.bonus-system-item._large .title {
  font-size: 18px;
  color: #0C131D;
}

.bonus-system-item._large .num {
  font-size: 32px;
  color: #27AE60;
  font-weight: 600;
}

.bonus-system-item._center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.bonus-system-item._center .desc {
  text-align: center;
  color: #0C131D;
  margin-bottom: 0;
}

.bonus-system-item._center .days-left {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 8px;
  text-align: center;
  color: #fc7e0f;
}

.order-history-list._hover-item .order-list-item {
  border: 1px solid transparent;
  -webkit-transition: border-color 0.2s;
  -o-transition: border-color 0.2s;
  transition: border-color 0.2s;
}

.order-history-list._hover-item .order-list-item:hover {
  border-color: #0088CB;
}

.order-history-list .order-list-item {
  background-color: #ffffff;
  padding: 16px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 2px;
  border-radius: 4px;
}

.order-history-list .order-list-item:last-child {
  margin-bottom: 0;
}

.order-history-list .order-list-item .btn {
  font-weight: 500;
  font-size: 14px;
  height: 40px;
}

.order-history-list .order-control,
.order-history-list .order-about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.order-history-list .order-control .basket-icon,
.order-history-list .order-about .basket-icon {
  margin-left: 30px;
  position: relative;
}

.order-history-list .order-control .basket-icon::before,
.order-history-list .order-about .basket-icon::before {
  position: absolute;
  left: -30px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.order-history-list .order-price {
  text-align: right;
}

.order-history-list .order-num {
  display: block;
  width: 152px;
  margin-right: 32px;
}

.order-history-list .order-num .order {
  font-weight: 600;
  font-size: 16px;
}

.order-history-list .order-num .order-desc {
  font-size: 12px;
  color: #90A4AF;
}

.order-history-list .order-num._checkbox {
  position: relative;
  padding-left: 34px;
  margin-right: 42px;
}

.order-history-list .order-num._checkbox .checkbox-wrap {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 20px;
}

.order-history-list .current-price {
  font-size: 16px;
  font-weight: 400;
}

.order-history-list .bonuses {
  color: #90A4AF;
  font-size: 12px;
  font-weight: 400;
}

.order-history-list .btn-wrap {
  width: 110px;
  margin-left: 40px;
}

.order-history-list .order-status {
  font-size: 16px;
  font-weight: 400;
}

.personal-info-table {
  background-color: #ffffff;
  border-radius: 4px;
  padding: 24px;
}

.personal-info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
}

.personal-info-item:last-child {
  margin-bottom: 0;
}

.personal-info-item .info-title {
  color: #90A4AF;
  width: 152px;
  margin-right: 32px;
}

.saved-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px;
  background-color: #ffffff;
  border-radius: 4px;
  margin-bottom: 2px;
  border: 1px solid transparent;
  -webkit-transition: border-color 0.2s;
  -o-transition: border-color 0.2s;
  transition: border-color 0.2s;
}

.saved-list-item:hover {
  border-color: #0088CB;
}

.saved-list-item:last-child {
  margin-bottom: 0;
}

.saved-list-item .img-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 24px;
  width: 64px;
}

.saved-list-item .img-wrap .img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.saved-list-item._remove {
  position: relative;
  padding-right: 60px;
}

.saved-list-item .prod-title {
  width: calc(100% - 64px - 24px);
}

.saved-list-item .remove-btn {
  position: absolute;
  right: 24px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 24px;
  width: 24px;
}

.payment-profile-list._hover .payment-list-item {
  -webkit-transition: border-color 0.2s;
  -o-transition: border-color 0.2s;
  transition: border-color 0.2s;
  border: 1px solid transparent;
}

.payment-profile-list._hover .payment-list-item:hover {
  border: 1px solid #0088CB;
}

.payment-profile-list__empty {
  padding: 24px;
  background-color: #ffffff;
  height: 100%;
  color: #828282;
  text-align: center;
}

.payment-list-item {
  padding: 24px;
  background-color: #ffffff;
  border-radius: 4px;
  margin-bottom: 2px;
}

.payment-list-item:last-child {
  margin-bottom: 0;
}

.payment-list-item .title {
  font-weight: 600;
  margin-bottom: 3px;
}

.payment-list-item .title.m-b_8 {
  margin-bottom: 8px;
}

.payment-list-item .desc {
  font-size: 14px;
  color: #90A4AF;
}

.payment-list-item .desc._text-size-16 {
  font-size: 16px;
}

.payment-list-item._btn {
  position: relative;
  padding-right: 60px;
}

.payment-list-item._btn .menu-btn_dot {
  position: absolute;
  right: 24px;
  top: 0px;
  bottom: 0px;
  margin: auto;
}

.payment-list-item._btn .menu-btn_dot._transparent {
  background-color: transparent;
  bottom: auto;
  top: 20px;
}

.payment-list-item._btn .menu-popup {
  width: 213px;
  bottom: auto;
  top: calc(100% + 15px);
  padding: 8px 0 8px 0;
}

.payment-list-item._btn .menu-popup::after {
  top: -13px;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  bottom: auto;
}

.payment-list-item._btn .menu-popup .additional-item {
  margin-right: 0;
  padding: 12px;
  padding-left: 45px;
}

.payment-list-item._btn .menu-popup .additional-item::before {
  top: 0;
  bottom: 0;
  margin: auto;
  left: 12px;
  width: 24px;
  height: 24px;
}

.payment-list-item._btn .menu-popup .additional-item:hover {
  color: #0088CB;
}

.payment-list-item._btn .menu-popup .additional-item._border {
  border-bottom: 1px solid #EFF2F4;
}

.payment-list-item._btn .menu-popup .trash-icon_gray {
  color: #90A4AF;
  border-top: 1px solid #EFF2F4;
  margin-top: 8px;
  padding-top: 20px;
}

.payment-list-item._btn .menu-popup .trash-icon_gray:hover {
  color: #f04438;
}

.payment-list-item._icon-list-item {
  padding-left: 60px;
}

.payment-list-item._icon-list-item .title {
  position: relative;
}

.payment-list-item._icon-list-item .title::before {
  position: absolute;
  left: -36px;
  top: -2px;
}

.payment-list-item._message {
  padding-right: 95px;
}

.payment-list-item._message .message-item {
  position: absolute;
  top: 28px;
  right: 64px;
  margin-bottom: 0;
}

.payment-list-item._profile {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr auto;
  grid-template-columns: 1fr auto;
  gap: 5px 20px;
  padding: 24px;
}

.payment-list-item._profile .title {
  margin: 0;
}

.payment-list-item._profile .desc {
  -ms-grid-row-align: center;
      align-self: center;
  -ms-grid-row: 2;
  grid-row: 2;
}

.payment-list-item._profile .status {
  text-align: right;
  font-weight: bold;
  font-size: 14px;
}

.payment-list-item._profile .btns {
  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;
}

.payment-list-item._profile .btns .additional-item {
  margin: 0;
  margin-left: 5px;
  width: 25px;
  height: 25px;
}

.payment-list-item._profile .btns .additional-item:hover svg path {
  fill: #f04438;
}

.payment-list-item._profile .btns .additional-item svg {
  width: 100%;
  height: 100%;
}

.notifications-profile-list {
  padding: 24px;
  background-color: #ffffff;
  border-radius: 4px;
}

.notifications-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 24px;
}

.notifications-list-item:last-child {
  margin-bottom: 0;
}

.notifications-list-item > span {
  padding-right: 15px;
  width: 500px;
}

.personal-menu-popup-wrap {
  background-color: #ffffff;
  border-radius: 4px;
  position: absolute;
  left: 0;
  width: 100%;
  top: 100%;
  z-index: 2;
}

.message-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 24px 64px;
  background-color: #ffffff;
  border-radius: 4px;
  margin-bottom: 2px;
  width: 100%;
  cursor: pointer;
  border: 1px solid transparent;
  -webkit-transition: border-color 0.2s;
  -o-transition: border-color 0.2s;
  transition: border-color 0.2s;
}

.message-list-item:hover {
  border-color: #0088CB;
}

.message-list-item::before {
  position: absolute;
  left: 26px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.message-list-item .message-title {
  display: block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.message-list-item .message-title::before {
  position: absolute;
  right: 24px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.message-list-item .message-title::after {
  content: "";
  display: block;
  width: 90px;
  height: 100%;
  position: absolute;
  height: 100%;
  right: 45px;
  top: 0;
  background: -webkit-gradient(linear, left top, right top, from(transparent), to(#ffffff));
  background: -o-linear-gradient(left, transparent, #ffffff);
  background: linear-gradient(to right, transparent, #ffffff);
}

.personal-message-content {
  background-color: #ffffff;
  width: 100%;
  padding: 32px;
  border-radius: 4px;
}

.personal-message-content .p:last-child {
  margin-bottom: 0;
}

.personal-message-content .img {
  max-width: 100%;
}

.personal-message-content .catalog-list._item-row.catalog-list .about-prod-wrap {
  width: 503px;
}

.personal-message-content .catalog-list._item-row .basket-control {
  margin-left: 53px;
}

.personal-message-content .catalog-list._item-row .doc-icon::before {
  margin-right: 4px;
}

.personal-message-content .catalog-list._catalog:not(._item-row) .product-card-item.double-buttons {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.personal-message-content .catalog-list._catalog:not(._item-row) .product-card-item.double-buttons .about-prod-wrap {
  height: auto;
}

.personal-message-content .product-card-item {
  border: 1px solid #EFF2F4;
  border-radius: 4px;
}

.personal-message-content .additional-item {
  margin-right: 12px;
}

.personal-message-content .additional-item:last-child {
  margin-right: 0;
}

.account-product-list.catalog-list._item-row .doc-icon::before {
  margin-right: 4px;
}

.account-product-list.catalog-list._item-row.catalog-list .product-card-item {
  margin-bottom: 2px;
}

.expected-product-list.catalog-list._item-row .basket-control {
  margin-top: 100px;
  height: 96px;
  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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.expected-product-list.catalog-list._item-row .basket-control .btn.m-t_36 {
  margin-top: 36px;
}

.expected-product-list.catalog-list._item-row .doc-icon::before {
  margin-right: 4px;
}

.expected-product-list.catalog-list._item-row.catalog-list .product-card-item {
  margin-bottom: 2px;
}

.expected-product-list.catalog-list._item-row.catalog-list .basket-control {
  padding-top: 0;
}

.catalog-list._item-row.catalog-list .expected-prod-list-btn-block {
  margin-left: 0;
}

.catalog-list._item-row.catalog-list .expected-prod-list-btn-block .basket-control {
  padding-top: 0;
}

.page-title._account-order {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.page-title._account-order .info-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  max-width: 335px;
}

.page-title._account-order .info-wrap .order-status__date {
  width: 100%;
  font-size: 16px;
  color: #90a4af;
}

.page-title._account-order .order-status {
  margin-left: 24px;
  margin-bottom: 6px;
  font-weight: 600;
}

.page-title._account-order .control-panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 5px;
  height: 36px;
}

.page-title._account-order .control-panel .link {
  padding-left: 32px;
  position: relative;
  margin-right: 24px;
  font-weight: 500;
}

.page-title._account-order .control-panel .link::before {
  position: absolute;
  left: 0;
  top: -3px;
}

.page-title._account-order .control-panel .link:last-child {
  margin-right: 0;
}

.expected-product-list._order-list .absolute-box {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.expected-product-list._order-list .absolute-box .bonuses {
  display: block;
  width: 100%;
  margin-bottom: 4px;
}

.order-amount {
  background-color: #ffffff;
  border-radius: 4px;
  padding: 32px;
}

.order-amount._size {
  width: calc(50% - 10px);
}

.order-amount .order-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 24px;
}

.order-amount .order-amount-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.order-amount .order-amount-item._total-info {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.order-payment-form {
  background-color: #ffffff;
  border-radius: 4px;
  padding: 32px;
}

.order-payment-form._size {
  width: calc(50% - 10px);
}

.order-payment-form .order-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 24px;
}

.order-payment-form .btn {
  font-size: 16px;
  height: 56px;
}

.order-payment-form .select-wrap {
  height: 56px;
}

.order-payment-form .select-wrap .arrow-down-icon {
  top: 21px;
}

.order-payment-form .form-item {
  margin-bottom: 16px;
}

.order-payment-form .form-item:last-child {
  margin-bottom: 0;
}

.add-info-txt {
  width: 100%;
  background-color: #ffffff;
  padding: 32px;
}

.add-info-txt .information-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 24px;
}

.add-info-txt .add-info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 16px;
}

.add-info-txt .add-info-item:last-child {
  margin-bottom: 0;
}

.add-info-txt .title {
  width: 192px;
}

.add-info-txt .desc {
  width: calc(100% - 192px);
  padding-left: 64px;
}

.add-info-txt .p {
  margin-bottom: 4px;
}

.add-info-txt .p:last-child {
  margin-bottom: 0;
}

.chat-message-wrap._back {
  background-color: #ffffff;
  border-radius: 4px;
}

.chat-message-wrap._size {
  width: 100%;
}

.chat-message-header {
  padding: 16px 24px;
  border-bottom: 1px solid #EFF2F4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.chat-message-header .menu-btn_dot {
  display: none;
  margin-right: 12px;
}

.chat-message-header .menu-btn_dot._transparent {
  background-color: transparent;
}

.chat-message-header .menu-popup {
  bottom: initial;
  top: calc(100% + 15px);
  left: -16px;
  width: 230px;
}

.chat-message-header .menu-popup::after {
  top: -12px;
  bottom: inherit;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  left: 20px;
}

.chat-message-header .menu-popup .additional-item {
  margin-bottom: 22px;
  margin-right: 0;
}

.chat-message-header .menu-popup .additional-item::before {
  width: 24px;
  height: 24px;
}

.chat-message-header .menu-popup .additional-item:last-child {
  margin-bottom: 0;
}

.chat-message-header .menu-popup .additional-item:hover {
  color: #0088CB;
}

.chat-message-header.modal-title {
  padding-right: 90px;
  position: relative;
}

.chat-message-header.modal-title .menu-btn_dot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.chat-message-header.modal-title .link-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 24px;
  right: 64px;
}

.chat-message-content {
  padding: 16px 24px;
  margin-right: 24px;
  overflow: auto;
  scrollbar-color: #B0BFC6 #ffffff;
  scrollbar-width: thin;
  scrollbar-face-color: #B0BFC6;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.chat-message-content::-webkit-scrollbar {
  width: 4px;
  margin-right: 5px;
}

.chat-message-content::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #B0BFC6;
}

.chat-message-content::-webkit-scrollbar-track {
  background-color: #ffffff;
}

.chat-message-content._max-height {
  max-height: 702px;
}

.chat-message-content._info-box {
  padding: 40px 32px;
}

.chat-message-content._height-860 {
  min-height: 860px;
}

.chat-message-content .info-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin-bottom: 16px;
}

.chat-message-content .info-row:last-child {
  margin-bottom: 0;
}

.chat-message-content .info-row .title {
  color: #90A4AF;
  width: 200px;
}

.chat-message-content .info-row .desc {
  width: calc(100% - 200px);
  padding-left: 30px;
}

.modal-content .chat-message-content {
  padding: 0;
  padding-right: 24px;
  margin-right: 0;
}

.message-item-user {
  margin-bottom: 24px;
}

.message-item-user:last-child {
  margin-bottom: 0;
}

.message-item-user .message-item-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.message-item-user .img-wrap {
  width: 36px;
  height: 36px;
  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-right: 8px;
}

.message-item-user .img-wrap .p {
  line-height: 1;
}

.message-item-user .img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.message-item-user .user-title {
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 8px;
}

.message-item-user .message-item-content {
  padding: 24px;
  border-radius: 4px;
  background-color: #F8F9FA;
}

.message-item-user .message-item-content .p:last-child {
  margin-bottom: 0;
}

.message-item-user .file-icon {
  position: relative;
  padding-left: 32px;
  display: inline-block;
}

.message-item-user .file-icon::before {
  position: absolute;
  left: 0;
  top: 0;
}

.chat-message-footer {
  padding: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  border-top: 1px solid #eff2f4;
}

.chat-message-footer .textarea {
  width: calc(100% - 56px - 16px - 16px - 149px);
  padding: 16px;
  height: auto;
  font-size: 15px;
  line-height: 1.5;
  overflow: auto;
  scrollbar-color: transparent transparent;
  scrollbar-width: thin;
  scrollbar-face-color: transparent;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.chat-message-footer .textarea::-webkit-scrollbar {
  width: 4px;
  margin-right: 5px;
}

.chat-message-footer .textarea::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: transparent;
}

.chat-message-footer .textarea::-webkit-scrollbar-track {
  background-color: transparent;
}

.chat-message-footer .btn {
  font-size: 16px;
}

.chat-message-footer._link-btn {
  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;
}

.chat-message-footer._link-btn .mail-blue-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.chat-message-footer._link-btn .mail-blue-icon::before {
  margin-right: 8px;
}

.chat-message-footer._back-color {
  background-color: #F8F9FA;
}

.search-result .control-panel {
  background-color: #ffffff;
}

.control-panel._ask-question {
  width: 304px;
  background-color: #ffffff;
  padding: 64px 56px;
}

.control-panel .title-block {
  display: block;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 16px;
}

.control-panel .p {
  margin-bottom: 32px;
}

.control-panel .btn {
  height: 48px;
}

.nothing-found-item {
  background-color: #ffffff;
  padding: 8px 16px;
  width: 976px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.nothing-found-item .img-wrap {
  width: 358px;
  height: 318px;
  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-right: 40px;
}

.nothing-found-item .img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.nothing-found-item .content-wrap {
  width: 450px;
}

.nothing-found-item .block-title {
  font-weight: 600;
  font-size: 24px;
  display: block;
  margin-bottom: 16px;
}

.nothing-found-item .btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.nothing-found-item .btn {
  height: 48px;
  padding-left: 24px;
  padding-right: 24px;
}

.search-products_page {
  position: relative;
}

.search-products_page .search-icon {
  position: absolute;
  right: 16px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.search-products_page .input {
  padding-right: 50px;
}

.tags-list-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tags-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.tags-list._open .tags-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tags-list._visible-4 .tags-list-item:nth-child(5) {
  display: none;
}

.tags-list._gray-items .tags-list-item {
  background-color: #F8F9FA;
}

.tags-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 16px;
  border: 1px solid transparent;
  border-radius: 164px;
  font-size: 14px;
  line-height: 1;
  background-color: #ffffff;
  margin-right: 8px;
  margin-bottom: 8px;
  position: relative;
  cursor: pointer;
  -webkit-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
  display: none;
}

.tags-list-item:hover {
  color: #0088CB;
}

.tags-list-item:nth-child(1),
.tags-list-item:nth-child(2),
.tags-list-item:nth-child(3),
.tags-list-item:nth-child(4),
.tags-list-item:nth-child(5) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tags-list-item._visible-4:nth-child(5) {
  display: none;
}

.tags-list-item._show-more {
  padding-right: 30px;
  margin-right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tags-list-item._show-more .arrow-down-icon {
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  -o-transition: transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}

.tags-list-item._show-more.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tags-list-item._show-more.active .arrow-down-icon {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.tags-list-item._show-more.active::after {
  display: none;
}

.tags-list-item .count {
  margin-left: 5px;
  color: #90A4AF;
}

.tags-list-item.active {
  border: 1px solid #0088CB;
  padding-right: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tags-list-item.active::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-image: url(../img/icons/close-icon-circle_blue.svg);
  background-size: 95%;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  pointer-events: none;
}

.tags-list-item a::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  right: 7px;
  top: 9px;
}

a {
  text-decoration: none;
  color: #0C131D;
}

._bold {
  font-weight: 600;
}

._bold-500 {
  font-weight: 500;
}

.h1 {
  font-size: 32px;
  line-height: 1.5;
  font-weight: 600;
}

.h2 {
  font-size: 32px;
  line-height: 1.5;
  font-weight: 600;
}

.h3 {
  font-size: 24px;
  line-height: 1.5;
  font-weight: 600;
}

.h4 {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 600;
}

.link {
  cursor: pointer;
  border-bottom: 1px solid transparent;
  -webkit-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
}

.link._blue {
  color: #0088CB;
}

.link._hover:hover {
  border-bottom: 1px solid;
}

.link:hover {
  color: #0088CB;
}

.link.link-scheme {
  position: relative;
}

._txt-blue {
  color: #0088CB;
}

._txt-green {
  color: #27AE60;
}

._txt-orange {
  color: #F57C1F;
}

._txt-purple {
  color: #A761A8;
}

._txt-gray {
  color: #90A4AF;
}

._txt-error {
  color: #EB5757;
}

._text-size-12 {
  font-size: 12px !important;
}

._text-size-13 {
  font-size: 13px !important;
}

._text-size-14 {
  font-size: 14px !important;
}

._text-size-16 {
  font-size: 16px !important;
}

._text-size-18 {
  font-size: 18px !important;
}

._text-size-20 {
  font-size: 20px !important;
}

._text-size-24 {
  font-size: 24px !important;
}

.page-title {
  display: block;
}

.page-title.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.page-title._description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.page-title._description .h1 {
  margin-right: 16px;
}

.title-description {
  font-size: 14px;
  line-height: 1.5;
}

.title-description._margin {
  margin-bottom: 7px;
}

.title-description._hover {
  cursor: pointer;
  -webkit-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
}

.title-description._hover:hover {
  color: #0088CB;
}

.p {
  line-height: 1.5;
  margin-bottom: 20px;
}

.p._m-b {
  margin-bottom: 15px;
}

.p._m-b-0 {
  margin-bottom: 0;
}

.p._desc {
  color: #90A4AF;
}

.p._size-695 {
  max-width: 695px;
}

.basket-wrap._size {
  width: 864px;
}

.basket-wrap .basket-product-item {
  padding-top: 0;
  padding-bottom: 0;
}

.basket-wrap .basket-product-item:not(:first-child) {
  margin-top: 16px;
}

.basket-wrap .remove-btn {
  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: relative;
  color: #90A4AF;
  padding-left: 12px;
  cursor: pointer;
  -webkit-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
}

.basket-wrap .remove-btn:hover {
  color: #0088CB;
}

.basket-wrap .remove-btn::before {
  content: "";
  display: block;
  width: 1px;
  height: 20px;
  background-color: #90A4AF;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0px;
  margin: auto;
}

.basket-wrap .basket-status-bar .remove-btn::before {
  display: none;
  padding-left: 0;
}

.basket-status-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 16px;
  background-color: #ffffff;
  border-radius: 4px;
}

.catalog-list._item-row.catalog-list.basket-wrap .product-card-item {
  margin-bottom: 2px;
  border-radius: 4px;
}

.catalog-list._item-row.catalog-list.basket-wrap .about-prod-wrap {
  width: 455px;
}

.catalog-list._item-row.catalog-list.basket-wrap .img-wrap {
  max-width: none;
  max-height: none;
}

.catalog-list._item-row.catalog-list.basket-wrap .product-quantity {
  height: 40px;
  border: 1px solid #E0E0E0;
}

.catalog-list._item-row.catalog-list.basket-wrap .product-quantity .input {
  border-left: 1px solid #E0E0E0;
  border-right: 1px solid #E0E0E0;
}

.catalog-list._item-row.catalog-list.basket-wrap .doc-icon::before {
  margin-right: 5px;
}

.catalog-list._item-row.catalog-list.basket-wrap .additional-item:hover {
  color: #0088CB;
}

.catalog-list._item-row.catalog-list.basket-wrap .current-price {
  margin-right: 32px;
  -webkit-box-ordinal-group: initial;
      -ms-flex-order: initial;
          order: initial;
}

.catalog-list._item-row.catalog-list.basket-wrap .checkbox-wrap .checkbox-txt::before {
  position: relative;
  padding-left: 0;
}

.additional-services-list {
  background-color: #ffffff;
  padding: 16px;
  width: 100%;
  border-radius: 4px;
}

.additional-services-list .services-list-item {
  border-bottom: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 12px;
  border-radius: 4px;
  background-color: #F8F9FA;
  margin-bottom: 4px;
  display: none;
}

.additional-services-list .services-list-item:last-child {
  margin-bottom: 0;
}

.additional-services-list .hint-wrap {
  display: block;
  position: absolute;
  width: 318px;
  padding: 16px;
  background-color: #ffffff;
  bottom: calc(100% + 15px);
  left: -147px;
  margin: auto;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 4px;
  -webkit-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  -webkit-box-shadow: 0 10px 21px 10px rgba(0, 9, 17, 0.05);
          box-shadow: 0 10px 21px 10px rgba(0, 9, 17, 0.05);
}

.additional-services-list .hint-wrap::after {
  content: "";
  display: block;
  width: 39px;
  height: 12px;
  background-image: url(../img/icons/pop-up-sticker-white.svg);
  position: absolute;
  bottom: -12px;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.additional-services-list .question-item {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

.additional-services-list .question-item:hover .hint-wrap {
  opacity: 1;
  visibility: visible;
}

.additional-services-list .item-price,
.additional-services-list .item-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.additional-services-list.active .services-list-title {
  margin-bottom: 16px;
}

.additional-services-list.active .services-list-title._icon::before {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.additional-services-list.active .services-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.services-list-title {
  margin-bottom: 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  cursor: pointer;
}

.services-list-title._icon {
  padding-left: 40px;
  position: relative;
}

.services-list-title._icon::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-image: url(../img/icons/arrow-down_blue.svg);
  background-size: 70%;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  -o-transition: transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}

.basket-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.basket-tabs__item {
  width: 50%;
  height: 48px;
  background-color: #f6f6f6;
  border: 1px solid #0088CB;
  color: #0C131D;
  border-radius: 4px;
  font-family: Inter, "Open Sans", sans-serif;
  cursor: pointer;
  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: 8px 12px;
  -webkit-transition-property: color, background-color;
  -o-transition-property: color, background-color;
  transition-property: color, background-color;
  -webkit-transition-duration: 0.2s;
       -o-transition-duration: 0.2s;
          transition-duration: 0.2s;
}

.basket-tabs__item:hover {
  background-color: #269AD3;
  color: #ffffff;
}

.basket-tabs__item:hover a {
  color: #ffffff;
}

.basket-tabs__item:hover .basket-tabs__clear {
  color: #ffffff;
}

.basket-tabs__item:first-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.basket-tabs__item:last-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.basket-tabs__item.active {
  color: #ffffff;
  background-color: #0088CB;
}

.basket-tabs__item.active a {
  color: #ffffff;
}

.basket-tabs__item.active a:hover {
  cursor: default;
}

.basket-tabs__item.active .basket-tabs__clear {
  color: #ffffff;
}

.basket-tabs__item.active:hover {
  cursor: auto;
}

.basket-tabs__item:not(.active) {
  padding: 0;
}

.basket-tabs__item:not(.active) a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  padding: 8px 12px;
}

.basket-tabs__item:not(.active) .basket-tabs__clear {
  display: none;
}

.basket-tabs__clear {
  border: 0;
  background-color: transparent;
  text-decoration: underline;
  opacity: 0.7;
  cursor: pointer;
}

.basket-tabs__clear:hover {
  opacity: 1;
}

.checkbox-wrap .checkbox-txt {
  cursor: pointer;
  position: relative;
  padding-left: 25px;
  display: block;
  color: #828282;
  font-size: 12px;
  cursor: pointer;
}

.checkbox-wrap .checkbox-txt::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border: 1px solid #BDBDBD;
  border-radius: 4px;
  position: absolute;
  left: 0;
  top: -1px;
}

.checkbox-wrap .checkbox-txt._light-blue-txt {
  color: #90A4AF;
}

.checkbox-wrap .checkbox-txt._f-size-14 {
  font-size: 14px;
}

.checkbox-wrap .checkbox-txt._p-l_32 {
  padding-left: 32px;
}

.checkbox-wrap .input:checked ~ .checkbox-txt::before {
  background-color: #0088CB;
  border-color: #0088CB;
  background-image: url(../img/icons/chacked-white.svg);
  background-size: 60%;
  background-position: center;
  background-repeat: no-repeat;
}

.checkbox-wrap._large-txt .checkbox-txt {
  font-size: 16px;
  color: #0C131D;
}

.checkbox-wrap._large-txt .checkbox-txt::before {
  top: 1px;
}

.checkbox-wrap._large-txt ._txt-gray {
  color: #90A4AF;
}

.checkbox-wrap._size-24 .checkbox-txt {
  padding-left: 35px;
}

.checkbox-wrap._size-24 .checkbox-txt::before {
  width: 22px;
  height: 22px;
  border-radius: 4px;
  top: -2px;
}

.checkbox-wrap.m-b_15 {
  display: block;
}

.checkbox-switcher {
  cursor: pointer;
}

.checkbox-switcher .input {
  display: none;
}

.checkbox-switcher .input ~ ._enabled {
  display: none;
}

.checkbox-switcher .input ~ ._disabled {
  display: block;
}

.checkbox-switcher .input:checked ~ ._enabled {
  display: block;
}

.checkbox-switcher .input:checked ~ ._disabled {
  display: none;
}

.checkbox-switcher .input:checked ~ .fake-checkbox-box::before {
  background-color: #27ae60;
  left: calc(100% - 24px);
}

.checkbox-switcher .fake-checkbox-box {
  content: "";
  display: inline-block;
  width: 48px;
  height: 24px;
  border-radius: 320px;
  background-color: #ebeced;
  position: relative;
}

.checkbox-switcher .fake-checkbox-box::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #fc7e0f;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition-property: background-color, left;
  -o-transition-property: background-color, left;
  transition-property: background-color, left;
  -webkit-transition-duration: 0.2s;
       -o-transition-duration: 0.2s;
          transition-duration: 0.2s;
}

.order-list-item .checkbox-wrap .checkbox-txt::before {
  top: 1px;
}

.order-list-item .checkbox-txt {
  color: #0C131D;
}

.form._page .checkbox-wrap:last-child {
  margin-bottom: 0;
}

.form-item._footer .checkbox-wrap {
  margin-bottom: 0;
}

.subscribe-form-wrap + .checkbox-wrap span {
  cursor: pointer;
  position: relative;
  padding-left: 25px;
  display: block;
  color: #828282;
  font-size: 12px;
  line-height: 1;
}

.subscribe-form-wrap + .checkbox-wrap span::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border: 1px solid #BDBDBD;
  border-radius: 4px;
  position: absolute;
  left: 0;
  top: -5px;
}

.subscribe-form-wrap + .checkbox-wrap input[type=checkbox] {
  display: none;
}

.subscribe-form-wrap + .checkbox-wrap input[type=checkbox]:checked ~ span::before {
  background-color: #0088CB;
  border-color: #0088CB;
  background-image: url(../img/icons/chacked-white.svg);
  background-size: 60%;
  background-position: center;
  background-repeat: no-repeat;
}

.filter-block-wrap {
  z-index: 3;
}

.filter-block-wrap._size {
  width: 300px;
}

.filter-block-wrap .btn {
  height: 56px;
  margin-bottom: 12px;
  font-size: 16px;
}

.filter-block-wrap .btn:last-child {
  margin-bottom: 0;
}

.filter-block-wrap .btn._transparent {
  color: #0C131D;
}

.filter-block-wrap .btn._transparent:hover {
  color: #ffffff;
}

.filter-block-wrap._filter-hidden .product-list-wrap {
  display: none;
}

.filter-block-wrap._filter-hidden .filter-block {
  display: none;
}

.filter-item {
  background-color: #ffffff;
  padding: 24px;
  font-size: 14px;
  position: relative;
}

.filter-item:last-child::after {
  display: none;
}

.filter-item::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 24px;
  right: 24px;
  background-color: #EFF2F4;
  height: 1px;
}

.filter-item._links-list {
  margin-bottom: 8px;
}

.filter-item._links-list::after {
  display: none;
}

.filter-item.active .filter-title::after,
section:not(.table-catalog) .filter-item.expanded .filter-title::after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.filter-item.active .filter-list,
section:not(.table-catalog) .filter-item.expanded .filter-list {
  margin-top: 24px;
  height: auto;
  opacity: 1;
}

.filter-item.active .product-result-num,
section:not(.table-catalog) .filter-item.expanded .product-result-num {
  opacity: 1;
  visibility: visible;
}

.filter-item .radio-wrap {
  display: block;
  width: 100%;
  margin-bottom: 16px;
  line-height: 1.5;
}

.filter-item .radio-wrap::last-child {
  margin-bottom: 0;
}

.filter-item .checkbox-wrap {
  display: block;
  width: 100%;
  margin-bottom: 16px;
}

.filter-item .checkbox-wrap::last-child {
  margin-bottom: 0;
}

.filter-item .checkbox-wrap .count {
  line-height: 1.5;
}

.filter-item .checkbox-txt {
  color: #0C131D;
  font-size: 14px;
  line-height: 1.5;
}

.filter-item .checkbox-txt::before {
  top: 1px;
}

.product-result-num {
  display: block;
  width: 200px;
  padding: 15px;
  position: absolute;
  top: 0;
  left: 100%;
  margin-left: 10px;
  background-color: #0088CB;
  color: #ffffff;
  z-index: 1;
  font-size: 14px;
  line-height: 1.5;
  -webkit-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
  opacity: 0;
  visibility: hidden;
}

.product-result-num::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: -8px;
  display: block;
  width: 15px;
  height: 15px;
  background: #0088CB;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.product-result-num .link {
  color: #ffffff;
  border-bottom: 1px solid;
}

.product-result-num .link:hover {
  color: #ffffff;
  border-bottom: 1px solid transparent;
}

.filter-title {
  font-weight: 600;
  display: block;
  width: 100%;
  position: relative;
  font-size: 16px;
  cursor: pointer;
}

.filter-title::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-image: url(../img/icons/arrow-down_blue.svg);
  background-size: 95%;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  -o-transition: transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}

.filter-list {
  margin-top: 24px;
  max-height: 218px;
  overflow-y: auto;
  scrollbar-face-color: #90A4AF;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -webkit-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
  height: 0;
  opacity: 0;
  margin-top: 0;
  scrollbar-color: #90A4AF #ffffff;
  scrollbar-width: thin;
}

.filter-list::-webkit-scrollbar {
  width: 5px;
  background: #ffffff;
}

.filter-list::-webkit-scrollbar-thumb {
  width: 5px;
  background: #90A4AF;
  border-radius: 50px;
}

.filter-list._parameters-box {
  max-height: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.filter-list .checkbox-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.filter-list .checkbox-wrap .count {
  margin-left: 5px;
}

.input-from,
.input-to {
  color: #90A4AF;
}

.input-from .input,
.input-to .input {
  width: 81px;
  border-radius: 4px;
  border: 1px solid #90A4AF;
  padding: 12px;
}

.price-line {
  width: 100%;
  position: relative;
  height: 24px;
  margin-top: 20px;
}

.price-line .line-test {
  width: 100%;
  height: 1px;
  background-color: #d0d9de;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

.price-line .line-test::after {
  content: "";
  display: block;
  width: 80%;
  height: 1px;
  background-color: #0088CB;
  top: 0;
  bottom: 0;
  margin: auto;
  margin-right: 0;
}

.price-line .cursor-left,
.price-line .cursor-right {
  width: 24px;
  height: 24px;
  background-color: #ffffff;
  border: 1px solid #0088CB;
  border-radius: 50%;
  position: absolute;
  background-color: #ffffff;
  cursor: pointer;
}

.price-line .cursor-left {
  left: 10%;
}

.price-line .cursor-right {
  right: 0;
}

.filter-list-item {
  display: block;
  width: 100%;
  margin-bottom: 16px;
}

.filter-list-item:last-child {
  margin-bottom: 0;
}

.filter-list-item .count {
  color: #90A4AF;
}

.mob-title-wrap {
  display: none;
}

.baloone-icon::before {
  content: "";
  display: block;
  width: 21px;
  height: 21px;
  background-image: url(../img/icons/baloone-blue.svg);
  display: block;
  background-size: 95%;
  background-position: center;
  background-repeat: no-repeat;
}

.whats-up-blue-icon::before {
  content: "";
  display: block;
  width: 21px;
  height: 21px;
  background-image: url(../img/icons/whatsapp-blue-transparent.svg);
  display: block;
  background-size: 95%;
  background-position: center;
  background-repeat: no-repeat;
}

.arrow-down-icon {
  height: 12px;
  width: 12px;
}

.arrow-down-icon._blue {
  background-image: url(../img/icons/arrow-down_blue.svg);
  display: block;
  background-size: 95%;
  background-position: center;
  background-repeat: no-repeat;
}

.arrow-down-icon._inline {
  display: inline-block;
}

.arrow-right-icon::after {
  content: "";
  height: 12px;
  width: 12px;
  background-image: url(../img/icons/arrow-down_blue.svg);
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  display: block;
  background-size: 95%;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  margin-left: 10px;
}

.arrow-right-icon._black {
  background-image: url(../img/icons/arrow-down_black.svg);
}

.arrow-right-icon._large::after {
  background-image: url(../img/icons/arrow-left-blue-slider.svg);
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  height: 20px;
}

.whatsapp-icon::before {
  content: "";
  display: block;
  width: 21px;
  height: 21px;
  background-image: url(../img/icons/whatsapp.svg);
  display: block;
  background-size: 95%;
  background-position: center;
  background-repeat: no-repeat;
}


.max-icon_color::before {
  content: "";
  display: block;
  width: 21px;
  height: 21px;
  background-image: url(../img/icons/max_sp.svg);
  display: block;
  background-size: 95%;
  background-position: center;
  background-repeat: no-repeat;
}


.telegram-icon_color::before {
  content: "";
  display: block;
  width: 21px;
  height: 21px;
  background-image: url(../img/icons/telegram_sp.svg);
  display: block;
  background-size: 95%;
  background-position: center;
  background-repeat: no-repeat;
}

.whatsapp-icon._white::before {
  background-image: url(../img/icons/whatsapp-white.svg);
}

.whatsapp-icon._white-transparent::before {
  background-image: url(../img/icons/whatsapp-white-transparent.svg);
}

.max-icon::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-size: 95%;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../img/icons/max_sp_footer.svg);
}

.telegramm-icon::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-size: 95%;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../img/icons/telegram_sp_footer.svg);
}

.box-icon::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url(../img/icons/grid-white-box.svg);
  display: block;
  background-size: 95%;
  background-position: center;
  background-repeat: no-repeat;
}

.search-icon {
  width: 24px;
  height: 24px;
  background-image: url(../img/icons/search_blue.svg);
  display: block;
  background-size: 95%;
  background-position: center;
  background-repeat: no-repeat;
}

.search-icon._gray {
  background-image: url(../img/icons/search_gray.svg);
}

.search-icon._gray._hover {
  cursor: pointer;
}

.search-icon._gray._hover:hover {
  background-image: url(../img/icons/search_blue.svg);
}

.search-icon._white {
  background-image: url(../img/icons/search_white.svg);
}

.persinal-icon::before {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url(../img/icons/user-black.svg);
  display: block;
  background-size: 95%;
  background-position: center;
  background-repeat: no-repeat;
}

.favorites-icon::before {
  content: "";
  width: 14px;
  height: 18px;
  background-image: url(../img/icons/favorite-black.svg);
  display: block;
  background-size: 95%;
  background-position: center;
  background-repeat: no-repeat;
}

.favorites-icon._white::before {
  background-image: url(../img/icons/favorite-white.svg) !important;
}

.favorites-icon._blue::before {
  background-image: url(../img/icons/favorite-blue.svg) !important;
}

.favorites-icon._red::before {
  background-image: url(../img/icons/favorite-red.svg) !important;
}

.favorites-icon._hover {
  border-bottom: 1px solid transparent;
  margin-left: 27px;
  position: relative;
  -webkit-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
}

.favorites-icon._hover:hover {
  color: #0088CB;
  border-bottom: 1px solid;
  cursor: pointer;
}

.favorites-icon._hover::before {
  position: absolute;
  left: -22px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.comparison-icon::before {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url(../img/icons/compare-black.svg);
  display: block;
  background-size: 95%;
  background-position: center;
  background-repeat: no-repeat;
}

.comparison-icon._white::before {
  background-image: url(../img/icons/compare-white.svg);
}

.comparison-icon._blue::before {
  background-image: url(../img/icons/compare-blue.svg);
}

.comparison-icon._red::before {
  background-image: url(../img/icons/compare-red.svg) !important;
}

.delivery-icon::before {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url(../img/icons/history-orders.png);
  display: block;
  background-size: 95%;
  background-position: center;
  background-repeat: no-repeat;
}

.delivery-icon._blue::before {
  background-image: url(../img/icons/history-orders.png);
}

.check-status-icon::before {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url(../img/icons/delivery-truck-black.svg);
  display: block;
  background-size: 95%;
  background-position: center;
  background-repeat: no-repeat;
}

.check-status-icon._blue::before {
  background-image: url(../img/icons/delivery-truck-blue.svg);
}

.basket-icon::before {
  content: "";
  width: 21px;
  height: 23px;
  background-image: url(../img/icons/basket-black.svg);
  display: block;
  background-size: 95%;
  background-position: center;
  background-repeat: no-repeat;
}

.basket-icon._white::before {
  background-image: url(../img/icons/basket-white.svg);
}

.basket-icon._blue-icon::before {
  background-image: url(../img/icons/basket-blue.svg);
}

.rub-icon::after {
  content: "";
  width: 14px;
  height: 18px;
  background-image: url(../img/icons/ruble-black.svg);
  display: block;
  background-size: 95%;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
}

.doc-icon::before {
  content: "";
  width: 20px;
  height: 22px;
  background-image: url(../img/icons/doc-blue.svg);
  display: block;
  background-size: 95%;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  margin-bottom: -5px;
  margin-right: 5px;
}

.doc-icon._icon-bold::before {
  width: 17px;
  background-image: url(../img/icons/doc-blue-bold.svg);
}

.attention-icon::before {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(../img/icons/attention-gray.svg);
  display: block;
  background-size: 95%;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  margin-bottom: -5px;
  margin-right: 8px;
}

.attention-icon._blue::before {
  background-image: url(../img/icons/attention-circle-blue.svg);
}

.list-table-item-col .attention-icon::before {
  margin-right: 2px;
  width: 14px;
}

.price-request-icon::before {
  content: "";
  width: 21px;
  height: 20px;
  background-image: url(../img/icons/price-request.svg);
  display: block;
  background-size: 95%;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  margin-bottom: -5px;
  margin-right: 8px;
}

.price-request-icon._blue::before {
  background-image: url(../img/icons/price-request.svg);
}

.update-icon::before {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url(../img/icons/update-blue.svg);
  display: block;
  background-size: 95%;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  margin-bottom: -9px;
  margin-right: 5px;
}

.update-icon._green::before {
  background-image: url(../img/icons/update-green.svg);
}

.update-icon._circle::before {
  background-image: url(../img/icons/update-circle-blue.svg);
}

.arrow-right-white-icon::after {
  content: "";
  width: 8px;
  height: 15px;
  background-image: url(../img/icons/arrow-right-white.svg);
  display: block;
  background-size: 95%;
  background-position: center;
  background-repeat: no-repeat;
}

.long-arrow-icon-blue::after {
  content: "";
  width: 12px;
  height: 10px;
  background-image: url(../img/icons/long-arrow-blue.svg);
  display: block;
  background-size: 95%;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  margin-left: 5px;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.youtube-icon::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-image: url(../img/icons/youtube-white.svg);
  display: block;
  background-size: 95%;
  background-position: center;
  background-repeat: no-repeat;
}

.youtube-icon._dark::before {
  background-image: url(../img/icons/youtube-dark.svg);
}

.facebook-icon::before {
  content: "";
  display: block;
  width: 12px;
  height: 21px;
  background-image: url(../img/icons/fb-white.svg);
  display: block;
  background-size: 95%;
  background-position: center;
  background-repeat: no-repeat;
}

.facebook-icon._circle::before {
  width: 23px;
  height: 23px;
  background-image: url(../img/icons/fb-white-circle.svg);
}

.facebook-icon._dark::before {
  width: 23px;
  height: 23px;
  background-image: url(../img/icons/fb-dark.svg);
}

.vk-icon::before {
  content: "";
  display: block;
  width: 25px;
  height: 14px;
  background-image: url(../img/icons/vk-white.svg);
  display: block;
  background-size: 95%;
  background-position: center;
  background-repeat: no-repeat;
}

.vk-icon._dark::before {
  background-image: url(../img/icons/vk-dark.svg);
}

.insta-icon::before {
  content: "";
  display: block;
  width: 19px;
  height: 19px;
  background-image: url(../img/icons/insta-white.svg);
  display: block;
  background-size: 95%;
  background-position: center;
  background-repeat: no-repeat;
}

.insta-icon._white-transparent::before {
  background-image: url(../img/icons/insta-white-transparent.svg);
}

.insta-icon._dark::before {
  background-image: url(../img/icons/insta-dark.svg);
}

.arrow-left-gray-icon::before {
  content: "";
  width: 12px;
  height: 12px;
  background-image: url(../img/icons/long-arrow-gray.svg);
  display: block;
  background-size: 95%;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: -1px;
}

.arrow-left-blue-icon::before {
  content: "";
  width: 12px;
  height: 12px;
  background-image: url(../img/icons/long-arrow-blue.svg);
  display: block;
  background-size: 95%;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: -1px;
}

.vk-icon_color::before {
  content: "";
  width: 27px;
  height: 15px;
  background-image: url(../img/icons/vk-color.svg);
  display: block;
  background-size: 95%;
  background-position: center;
  background-repeat: no-repeat;
}

.ok-icon_color::before {
  content: "";
  width: 14px;
  height: 24px;
  background-image: url(../img/icons/ok-color.svg);
  display: block;
  background-size: 95%;
  background-position: center;
  background-repeat: no-repeat;
}

.facebook-icon_color::before {
  content: "";
  width: 12px;
  height: 22px;
  background-image: url(../img/icons/fb-icon.svg);
  display: block;
  background-size: 95%;
  background-position: center;
  background-repeat: no-repeat;
}

.sber-icon_color::before {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url(../img/icons/sber-icon-color.svg);
  display: block;
  background-size: 95%;
  background-position: center;
  background-repeat: no-repeat;
}

.home-icon::before {
  content: "";
  width: 19px;
  height: 19px;
  background-image: url(../img/icons/home-blue.svg);
  display: block;
  background-size: 95%;
  background-position: center;
  background-repeat: no-repeat;
}

.thunder-icon::before {
  content: "";
  width: 11px;
  height: 19px;
  background-image: url(../img/icons/thunder-blue.svg);
  display: block;
  background-size: 95%;
  background-position: center;
  background-repeat: no-repeat;
}

.eye-icon {
  cursor: pointer;
}

.eye-icon::before {
  content: "";
  width: 22px;
  height: 16px;
  background-image: url(../img/icons/eye-gray.svg);
  display: block;
  background-size: 95%;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: background-image 0.2s;
  -o-transition: background-image 0.2s;
  transition: background-image 0.2s;
}

.eye-icon:hover::before,
.eye-icon.active::before {
  background-image: url(../img/icons/eye-black.svg);
}

.eye-icon._no-hover {
  cursor: default;
}

.eye-icon._no-hover:hover::before {
  background-image: url(../img/icons/eye-gray.svg);
}

.eye-icon._no-hover._dark::before {
  background-image: url(../img/icons/eye-gray_dark.svg);
}

.eye-icon._dark::before {
  background-image: url(../img/icons/eye-gray_dark.svg);
}

.attention-icon_speaker::before {
  content: "";
  width: 17px;
  height: 17px;
  background-image: url(../img/icons/attention-blue.svg);
  display: block;
  background-size: 95%;
  background-position: center;
  background-repeat: no-repeat;
}

.plus-circle-icon::after {
  content: "";
  width: 35px;
  height: 35px;
  background-image: url(../img/icons/plus-circle-blue.svg);
  display: block;
  background-size: 95%;
  background-position: center;
  background-repeat: no-repeat;
}

.plus-circle-icon._bold::after {
  width: 24px;
  height: 24px;
  background-image: url(../img/icons/circle-plus-blue.svg);
}

.btn:hover .plus-circle-icon._bold._hover::after {
  background-image: url(../img/icons/circle-plus-white.svg);
}

.equally-circle-icon::after {
  content: "";
  width: 40px;
  height: 40px;
  background-image: url(../img/icons/equally-circle-blue.svg);
  display: block;
  background-size: 95%;
  background-position: center;
  background-repeat: no-repeat;
}

.dot-menu-icon::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-image: url(../img/icons/dot-menu-black.svg);
  display: block;
  background-size: 95%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 17%;
}

.dot-menu-icon._gray::after {
  background-image: url(../img/icons/dot-menu-gray.svg);
  background-size: 100%;
}

.bell-icon::after {
  content: "";
  display: inline-block;
  width: 19px;
  height: 21px;
  background-image: url(../img/icons/bell-black.svg);
  display: block;
  background-size: 95%;
  background-position: center;
  background-repeat: no-repeat;
}

.question-icon::before {
  content: "";
  width: 19px;
  height: 19px;
  background-image: url(../img/icons/question-cloud-blue.svg);
  display: block;
  background-size: 95%;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  margin-bottom: -3px;
}

.question-icon._black-icon::before {
  background-image: url(../img/icons/question-cloud-black.svg);
}

.question-gray-icon::before {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(../img/icons/question-gray.svg);
  display: block;
  background-size: 95%;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  margin-bottom: -3px;
}

.arrow-answer-icon::before {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(../img/icons/arrow-answer-gray.svg);
  display: block;
  background-size: 95%;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  margin-bottom: -3px;
  margin-right: 8px;
}

.plus-circle-green-icon::before {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url(../img/icons/plus-circle-green.svg);
  display: block;
  background-size: 95%;
  background-position: center;
  background-repeat: no-repeat;
}

.minus-circle-red-icon::before {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url(../img/icons/minus-circle-red.svg);
  display: block;
  background-size: 95%;
  background-position: center;
  background-repeat: no-repeat;
}

.paper-clip-icon::before {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(../img/icons/paper-clip-blue.svg);
  display: block;
  background-size: 95%;
  background-position: center;
  background-repeat: no-repeat;
}

.close-blue-icon::before {
  content: "";
  width: 15px;
  height: 15px;
  background-image: url(../img/icons/close-blue.svg);
  display: block;
  background-size: 95%;
  background-position: center;
  background-repeat: no-repeat;
}

.close-circle-gray-icon::before {
  content: "";
  width: 15px;
  height: 15px;
  background-image: url(../img/icons/close-circle-gray.svg);
  display: block;
  background-size: 95%;
  background-position: center;
  background-repeat: no-repeat;
}

.phone-black-icon::before {
  content: "";
  width: 19px;
  height: 19px;
  background-image: url(../img/icons/phone-black.svg);
  display: block;
  background-size: 95%;
  background-position: center;
  background-repeat: no-repeat;
}

.phone-blue-icon::before {
  content: "";
  width: 19px;
  height: 19px;
  background-image: url(../img/icons/phone-blue.svg);
  display: block;
  background-size: 95%;
  background-position: center;
  background-repeat: no-repeat;
}

.arrow-bottom-icon_white::before {
  content: "";
  width: 15px;
  height: 15px;
  background-image: url(../img/icons/arrow-down_white.svg);
  display: block;
  background-size: 95%;
  background-position: center;
  background-repeat: no-repeat;
}

.card-black-icon::before {
  content: "";
  width: 22px;
  height: 22px;
  background-image: url(../img/icons/card-black.svg);
  display: block;
  background-size: 95%;
  background-position: center;
  background-repeat: no-repeat;
}

.delivery-box-black-icon::before {
  content: "";
  width: 22px;
  height: 22px;
  background-image: url(../img/icons/delivery-box-black.svg);
  display: block;
  background-size: 95%;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 3px;
}

.star-black-icon::before {
  content: "";
  width: 22px;
  height: 22px;
  background-image: url(../img/icons/star-black.svg);
  display: block;
  background-size: 95%;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
  margin-right: 2px;
}

.contacts-black-icon::before {
  content: "";
  width: 22px;
  height: 22px;
  background-image: url(../img/icons/contacts.svg);
  display: block;
  background-size: 95%;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
  margin-right: 2px;
}

.service-black-icon::before {
  content: "";
  width: 22px;
  height: 22px;
  background-image: url(../img/icons/service-black.svg);
  display: block;
  background-size: 95%;
  background-position: center;
  background-repeat: no-repeat;
}

.salary-black-icon::before {
  content: "";
  width: 22px;
  height: 22px;
  background-image: url(../img/icons/salary-black.svg);
  display: block;
  background-size: 95%;
  background-position: center;
  background-repeat: no-repeat;
}

.mail-blue-icon::before {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url(../img/icons/mail-blue.svg);
  display: block;
  background-size: 95%;
  background-position: center;
  background-repeat: no-repeat;
}

.attention-reverse-icon::before {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url(../img/icons/attention-reverse-blue.svg);
  display: block;
  background-size: 95%;
  background-position: center;
  background-repeat: no-repeat;
}

.arrow-blue-circle-icon::before {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url(../img/icons/arrow-right-blue-circle.svg);
  display: block;
  background-size: 95%;
  background-position: center;
  background-repeat: no-repeat;
}

.filter-icon::before {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url(../img/icons/filter-black.svg);
  display: block;
  background-size: 95%;
  background-position: center;
  background-repeat: no-repeat;
}

.arrow-circle-left-icon {
  margin-left: 30px;
  position: relative;
}

.arrow-circle-left-icon::before {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url(../img/icons/arrow-circle-left_blue.svg);
  position: absolute;
  left: -30px;
  top: -1px;
  display: block;
  background-size: 95%;
  background-position: center;
  background-repeat: no-repeat;
}

.zoom-square-icon::before {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url(../img/icons/zoom-square-icon_blue.svg);
  display: block;
  background-size: 95%;
  background-position: center;
  background-repeat: no-repeat;
}

.rotate-blue-icon::before {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url(../img/icons/rotate-blue-icon.svg);
  display: block;
  background-size: 95%;
  background-position: center;
  background-repeat: no-repeat;
}

.rotate-blue-icon_right::before {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url(../img/icons/rotate-blue-icon_right.svg);
  display: block;
  background-size: 95%;
  background-position: center;
  background-repeat: no-repeat;
}

.rotate-blue-icon_left::before {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url(../img/icons/rotate-blue-icon_left.svg);
  display: block;
  background-size: 95%;
  background-position: center;
  background-repeat: no-repeat;
}

.minus-circle-btn-icon::before {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url(../img/icons/minus-circle-btn_blue.svg);
  display: block;
  background-size: 95%;
  background-position: center;
  background-repeat: no-repeat;
}

.btn:hover .minus-circle-btn-icon._hover::before {
  background-image: url(../img/icons/minus-circle-white.svg);
}

.plus-circle-btn-icon::before {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url(../img/icons/plus-circle-btn_blue.svg);
  display: block;
  background-size: 95%;
  background-position: center;
  background-repeat: no-repeat;
}

.photo-icon::before {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url(../img/icons/photo-icon_blue.svg);
  display: block;
  background-size: 95%;
  background-position: center;
  background-repeat: no-repeat;
}

.track-small-icon::before {
  content: "";
  width: 16px;
  height: 16px;
  background-image: url(../img/icons/delivery-truck-gray.svg);
  display: block;
  background-size: 95%;
  background-position: center;
  background-repeat: no-repeat;
}

.air-small-icon::before {
  content: "";
  width: 16px;
  height: 16px;
  background-image: url(../img/icons/air-icon-gray.svg);
  display: block;
  background-size: 95%;
  background-position: center;
  background-repeat: no-repeat;
}

.image-icon::before {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url(../img/icons/image-blue.svg);
  display: block;
  background-size: 95%;
  background-position: center;
  background-repeat: no-repeat;
}

.image-icon._hover:hover::before {
  background-image: url(../img/icons/image-white.svg);
}

.download-icon::before {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url(../img/icons/download-blue.svg);
  display: block;
  background-size: 95%;
  background-position: center;
  background-repeat: no-repeat;
}

.download-icon._hover:hover::before {
  background-image: url(../img/icons/download-white.svg);
}

.printer-icon_blue::before {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url(../img/icons/printer-blue.svg);
  display: block;
  background-size: 95%;
  background-position: center;
  background-repeat: no-repeat;
}

.calendar-icon_blue::before {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url(../img/icons/calendar-blue.svg);
  display: block;
  background-size: 95%;
  background-position: center;
  background-repeat: no-repeat;
}

.calendar-icon_gray::before {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url(../img/icons/calendar-gray.svg);
  display: block;
  background-size: 95%;
  background-position: center;
  background-repeat: no-repeat;
}

.share-icon_blue::before {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url(../img/icons/share-blue.svg);
  display: block;
  background-size: 95%;
  background-position: center;
  background-repeat: no-repeat;
}

.quote-icon_large::before {
  content: "";
  width: 70px;
  height: 54px;
  background-image: url(../img/icons/quote-gray.svg);
  display: block;
  background-size: 95%;
  background-position: center;
  background-repeat: no-repeat;
}

.vk-icon_color::before {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url(../img/icons/vk-icon-color.svg);
  display: block;
  background-size: 95%;
  background-position: center;
  background-repeat: no-repeat;
}

.fb-icon_color::before {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url(../img/icons/fb-icon-color.svg);
  display: block;
  background-size: 95%;
  background-position: center;
  background-repeat: no-repeat;
}

.google-icon_color::before {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url(../img/icons/google-color.svg);
  display: block;
  background-size: 95%;
  background-position: center;
  background-repeat: no-repeat;
}

.sber-icon_color::before {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url(../img/icons/sber-color.svg);
  display: block;
  background-size: 95%;
  background-position: center;
  background-repeat: no-repeat;
}

.yandex-icon_color::before {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url(../img/icons/yandex-color.svg);
  display: block;
  background-size: 95%;
  background-position: center;
  background-repeat: no-repeat;
}

.twitter-icon_color::before {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url(../img/icons/twitter-icon-color.svg);
  display: block;
  background-size: 95%;
  background-position: center;
  background-repeat: no-repeat;
}

.provision-icon_blue::before {
  content: "";
  width: 48px;
  height: 48px;
  background-image: url(../img/icons/provision-blue.svg);
  display: block;
  background-size: 95%;
  background-position: center;
  background-repeat: no-repeat;
}

.box-icon_blue::before {
  content: "";
  width: 48px;
  height: 48px;
  background-image: url(../img/icons/box-blue.svg);
  display: block;
  background-size: 95%;
  background-position: center;
  background-repeat: no-repeat;
}

.message-icon_blue::before {
  content: "";
  width: 48px;
  height: 48px;
  background-image: url(../img/icons/message-blue.svg);
  display: block;
  background-size: 95%;
  background-position: center;
  background-repeat: no-repeat;
}

.reward-icon_blue::before {
  content: "";
  width: 48px;
  height: 48px;
  background-image: url(../img/icons/reward_blue.svg);
  display: block;
  background-size: 95%;
  background-position: center;
  background-repeat: no-repeat;
}

.house-icon_blue::before {
  content: "";
  width: 48px;
  height: 48px;
  background-image: url(../img/icons/house_blue.svg);
  display: block;
  background-size: 95%;
  background-position: center;
  background-repeat: no-repeat;
}

.paper-clip-icon_blue::before {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url(../img/icons/paper-clip.svg);
  display: block;
  background-size: 95%;
  background-position: center;
  background-repeat: no-repeat;
}

.trash-icon_blue::before {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url(../img/icons/trash-blue.svg);
  display: block;
  background-size: 95%;
  background-position: center;
  background-repeat: no-repeat;
}

.trash-icon_red::before {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url(../img/icons/trash-red.svg);
  display: block;
  background-size: 95%;
  background-position: center;
  background-repeat: no-repeat;
}

.trash-icon_red._hover:hover {
  color: #F04438;
}

.trash-icon_black::before {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url(../img/icons/trash-black.svg);
  display: block;
  background-size: 95%;
  background-position: center;
  background-repeat: no-repeat;
}

.trash-icon_black._hover:hover::before {
  background-image: url(../img/icons/trash-white.svg);
}

.trash-icon_gray::before {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url(../img/icons/trash-gray.svg);
  display: block;
  background-size: 95%;
  background-position: center;
  background-repeat: no-repeat;
}

.trash-icon_gray._hover:hover::before {
  background-image: url(../img/icons/trash-red.svg);
}

.hairpin-icon::before {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url(../img/icons/hairpin-blue.svg);
  display: block;
  background-size: 95%;
  background-position: center;
  background-repeat: no-repeat;
}

.hairpin-icon._black-icon::before {
  background-image: url(../img/icons/hairpin-black.svg);
}

.hairpin-icon_black::before {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url(../img/icons/hairpin-black.svg);
  display: block;
  background-size: 95%;
  background-position: center;
  background-repeat: no-repeat;
}

.star-icon_blue::before {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url(../img/icons/star-blue.svg);
  display: block;
  background-size: 95%;
  background-position: center;
  background-repeat: no-repeat;
}

.change-icon_blue::before {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url(../img/icons/change-blue.svg);
  display: block;
  background-size: 95%;
  background-position: center;
  background-repeat: no-repeat;
}

.btn:hover .image-icon::before {
  background-image: url(../img/icons/image-white.svg);
}

.btn:hover .download-icon::before {
  background-image: url(../img/icons/download-white.svg);
}

.arrow-right-icon_gray::before {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url(../img/icons/arrow_right-gray.svg);
  display: block;
  background-size: 95%;
  background-position: center;
  background-repeat: no-repeat;
}

.letter-icon_blue::before {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url(../img/icons/letter-blue.svg);
  display: block;
  background-size: 95%;
  background-position: center;
  background-repeat: no-repeat;
}

.letter-open-icon_gray::before {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url(../img/icons/letter-open-gray.svg);
  display: block;
  background-size: 95%;
  background-position: center;
  background-repeat: no-repeat;
}

.file-icon::before {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url(../img/icons/file-blue.svg);
  display: block;
  background-size: 95%;
  background-position: center;
  background-repeat: no-repeat;
}

.spinner-icon::before {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url(../img/icons/spinner-blue.svg);
  display: block;
  background-size: 95%;
  background-position: center;
  background-repeat: no-repeat;
}

.minus-circle-icon::before {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url(../img/icons/minus-circle-white.svg);
  display: block;
  background-size: 95%;
  background-position: center;
  background-repeat: no-repeat;
}

.connection-icon::before {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url(../img/icons/connection-blue.svg);
  display: block;
  background-size: 95%;
  background-position: center;
  background-repeat: no-repeat;
}

.connection-icon._white::before {
  background-image: url(../img/icons/connection-white.svg);
}

.btn:hover .connection-icon::before {
  background-image: url(../img/icons/connection-white.svg);
}

.checked-circle-icon::before {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url(../img/icons/checked-circle-blue.svg);
  display: block;
  background-size: 95%;
  background-position: center;
  background-repeat: no-repeat;
}

.checked-circle-icon._green-icon::before {
  background-image: url(../img/icons/checked-circle-green.svg);
}

.paused-circle-icon::before {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url(../img/icons/paused-circle-blue.svg);
  display: block;
  background-size: 95%;
  background-position: center;
  background-repeat: no-repeat;
}

.paused-circle-icon._orange-icon::before {
  background-image: url(../img/icons/paused-circle-orange.svg);
}

.link-icon::before {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url(../img/icons/link-icon-black.svg);
  display: block;
  background-size: 95%;
  background-position: center;
  background-repeat: no-repeat;
}

.link-icon._hover:hover::before {
  background-image: url(../img/icons/link-icon-blue.svg);
}

.slide-down-box-item {
  background-color: #ffffff;
  margin-bottom: 16px;
}

.slide-down-box-item:last-child {
  margin-bottom: 0;
}

.slide-down-box-item.active .slide-down-box-content {
  opacity: 1;
  visibility: visible;
  display: block;
  border-top: 1px solid #EFF2F4;
}

.slide-down-box-item.active .slide-down-box-header::after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.slide-down-box-header {
  padding: 24px 32px;
  position: relative;
  cursor: pointer;
}

.slide-down-box-header::after {
  margin-left: 0;
  position: absolute;
  right: 32px;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}

.slide-down-box-content {
  opacity: 0;
  visibility: hidden;
  display: none;
  -webkit-transition-property: opacity, border-color;
  -o-transition-property: opacity, border-color;
  transition-property: opacity, border-color;
  -webkit-transition-duration: 0.2s;
       -o-transition-duration: 0.2s;
          transition-duration: 0.2s;
  height: 0;
  overflow: hidden;
  padding: 32px;
  border-top: 1px solid transparent;
  max-width: 870px;
}

.slide-down-box-content .h3 {
  margin-bottom: 32px;
}

.slide-down-box-content ul {
  margin-bottom: 24px;
}

.slide-down-box-content ul li {
  padding-left: 25px;
  position: relative;
  margin: 0 0 8px 0;
}

.slide-down-box-content ul li::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 11px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 5px;
  height: 5px;
  background-color: #0c131d;
  border-radius: 50%;
}

.attention-block-item {
  background-color: #F8F9FA;
  padding: 18px;
  line-height: 1.5;
  border: 1px solid #0088CB;
  border-radius: 4px;
  color: #0C131D;
  max-width: 100%;
}

.attention-block-item._size {
  width: 438px;
}

.attention-block-item._size-550 {
  width: 558px;
  padding-left: 56px;
  position: relative;
}

.attention-block-item._size-550.attention-icon::before {
  position: absolute;
  left: 18px;
  top: 18px;
}

.articles-list-wrap {
  padding: 32px;
  position: relative;
  height: 100%;
}

.articles-list-wrap .link._absolute {
  position: absolute;
  bottom: 32px;
  left: 32px;
}

.articles-list._column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: #ffffff;
}

.articles-list._column .article-item {
  display: block;
  width: 48%;
}

.articles-list._column .article-item._full {
  width: 100%;
}

.articles-list._size-60 {
  width: 60%;
}

.articles-list._p-b-60 {
  padding-bottom: 60px;
}

.articles-list ._absolute {
  position: absolute;
  bottom: 32px;
  left: 32px;
}

.articles-list .slider-prev,
.articles-list .slider-next {
  display: none;
}

.article-item {
  margin-bottom: 33px;
  height: auto;
}

.article-item:hover .img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.article-item:hover .img-wrap::before {
  visibility: visible;
  opacity: 1;
}

.article-item._full {
  width: 100%;
}

.article-item._full .img-wrap {
  height: auto;
}

.article-item .img-wrap {
  height: 190px;
  margin-bottom: 16px;
  overflow: hidden;
  position: relative;
}

.article-item .img-wrap::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.51);
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
  z-index: 1;
  visibility: hidden;
  opacity: 0;
}

.article-item .img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 4px;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  -o-transition: transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}

.article-item .title-wrap {
  height: 73px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.article-item .title {
  font-family: "Open Sans", sans-serif;
  line-height: 1.5;
}

.select-wrap {
  border-radius: 4px;
  padding: 0;
  position: relative;
  cursor: pointer;
  border: 1px solid #E0E0E0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.select-wrap._large {
  height: 54px;
}

.select-wrap._large .arrow-down-icon {
  top: 0;
  bottom: 0;
  margin: auto;
}

.select-wrap._fill {
  background-color: #F2F2F2;
  border: 1px solid transparent;
}

.select-wrap._full {
  width: 100%;
}

.select-wrap._disabled {
  background-color: #F8F9FA;
  color: #90A4AF;
  pointer-events: none;
}

.select-wrap._disabled .arrow-down-icon._blue {
  background-image: url(../img/icons/arrow-down_gray.svg);
}

.select-wrap .arrow-down-icon {
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  -o-transition: transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
}

.select-wrap.active {
  border-radius: 4px 4px 0 0;
  border: 1px solid transparent;
  background-color: #f8f9fa;
}

.select-wrap.active .arrow-down-icon {
  -webkit-transform: translateY(-50%) rotate(180deg);
      -ms-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}

.select-wrap.active .select-list {
  display: block;
}

.select-title {
  font-size: 16px;
  line-height: 1;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  width: 100%;
  height: 100%;
  padding: 12px 34px 12px 16px;
}

.select-title._color-gray {
  color: #90A4AF;
}

.select-title._w-s-normal {
  white-space: normal;
}

.form-item .select-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.select-list {
  display: none;
  position: absolute;
  z-index: 5;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #ffffff;
  border-radius: 0 0 4px 4px;
  -webkit-box-shadow: 0 10px 21px 10px rgba(0, 9, 17, 0.05);
          box-shadow: 0 10px 21px 10px rgba(0, 9, 17, 0.05);
  max-height: 320px;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow: auto;
  scrollbar-color: #e0e0e0 #ffffff;
  scrollbar-width: thin;
  scrollbar-face-color: #e0e0e0;
}

.select-list::-webkit-scrollbar {
  width: 7px;
  background: #ffffff;
}

.select-list::-webkit-scrollbar-thumb {
  width: 8px;
  background: #e0e0e0;
  border-radius: 4px;
}

.select-list.active {
  display: block;
}

[data-select] .input-item {
  padding-top: 10px;
  margin-left: 5px;
  margin-right: 5px;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  background-color: #ffffff;
  margin-bottom: 0;
  z-index: 1;
}

[data-select] .input-item .search-icon {
  top: 23px;
}

.select-list-item {
  padding: 12px 12px 12px 22px;
  cursor: pointer;
  -webkit-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  transition: background-color 0.2s;
  font-size: 14px;
  position: relative;
}

.select-list-item:has(a) {
  padding: 0;
}

.select-list-item:has(a) a {
  padding: 12px 12px 12px 22px;
}

.select-list-item:last-child {
  border-radius: 0 0 4px 4px;
}

.select-list-item:hover {
  background-color: #F8F9FA;
}

.select-list-item a {
  display: block;
  width: 100%;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.select-list-item a:hover {
  color: #0088CB;
}

.select-list-item a::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
}

.select-list-item._wide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4px 10px;
  min-height: 54px;
  border-bottom: 1px solid #eff2f4;
  position: relative;
  cursor: pointer;
}

.select-list-item._wide .select-list-item__img {
  width: 48px;
  height: 48px;
  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;
  margin-right: 12px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.select-list-item._wide .select-list-item__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.select-list-item._wide .select-list-item__title .title-wrap {
  font-size: 13px;
  line-height: 1.2;
}

.select-list-item._wide .select-list-item__title .title-wrap .availability-info {
  display: inline-block;
  color: #90a4af;
}

.select-list-item._wide .select-list-item__title .title-wrap .availability-info:empty {
  display: none;
}

.select-list-item._wide .select-list-item__title .title-wrap .availability-info::before {
  content: "код." !important;
  display: inline-block !important;
  position: relative;
  left: unset;
  top: unset;
  margin-right: 3px;
}

.select-list-item._wide .select-list-item__title .price-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.select-list-item._wide .select-list-item__title .price-wrap span {
  margin-top: 0;
}

.select-list-item._wide .select-list-item__title .price-wrap .availability-info {
  margin-left: 10px;
}

.select-list-item._wide .select-list-item__title .current-price {
  font-size: 14px;
}

li.select-list-group {
  padding: 8px 12px;
  cursor: pointer;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  font-size: 14px;
  background-color: #0088CB;
  line-height: 1;
  color: #ffffff;
}

.product-slider-wrap {
  position: relative;
}

.product-slider-wrap .slider-next,
.product-slider-wrap .slider-prev {
  -webkit-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.product-slider-wrap:hover .slider-next,
.product-slider-wrap:hover .slider-prev {
  opacity: 1;
  visibility: visible;
}

.product-slider-wrap:hover .swiper-button-disabled {
  visibility: hidden;
}

.product-slider-wrap .swiper-button-disabled {
  visibility: hidden;
}

.slider-prev {
  position: absolute;
  left: -22px;
  top: 47%;
  z-index: 1;
  width: 48px;
  height: 48px;
  background-color: #ffffff;
  border-radius: 50%;
  -webkit-box-shadow: 0 10px 20px rgba(0, 9, 17, 0.15);
          box-shadow: 0 10px 20px rgba(0, 9, 17, 0.15);
  cursor: pointer;
}

.slider-prev::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../img/icons/slider-arrow-blue.svg);
  background-size: 27%;
  background-repeat: no-repeat;
  background-position: center;
}

.slider-next {
  position: absolute;
  right: -22px;
  top: 47%;
  z-index: 1;
  width: 48px;
  height: 48px;
  background-color: #ffffff;
  border-radius: 50%;
  -webkit-box-shadow: 0 10px 20px rgba(0, 9, 17, 0.15);
          box-shadow: 0 10px 20px rgba(0, 9, 17, 0.15);
  cursor: pointer;
}

.slider-next::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../img/icons/slider-arrow-blue.svg);
  background-size: 27%;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.product-slider {
  position: relative;
  padding-bottom: 24px;
}

.product-slider .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: static;
}

.product-slider .product-card-item {
  margin-right: 0;
}

.product-slider .swiper-scrollbar-drag {
  background-color: #0088CB;
  height: 5px;
}

.product-slider .swiper-scrollbar {
  margin-top: 24px;
}

.product-slider .swiper-scrollbar {
  display: none;
}

.swiper-button-disabled {
  visibility: hidden;
}

.image-slider {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 24px;
  padding-right: 24px;
}

.image-slider .slider-prev,
.image-slider .slider-next {
  top: 41%;
}

.image-slider .slider-next {
  right: 0;
}

.image-slider .slider-prev {
  left: 0;
}

.image-slider-title {
  text-align: center;
  margin-top: 21px;
  color: #617E8C;
  width: 100%;
}

.article-slider .slider-prev,
.article-slider .slider-next {
  top: 41%;
}

.tailoring-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.tailoring-list__item:not(:last-child) {
  margin-bottom: 24px;
}

.tailoring-list__item-header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px;
  background-color: white;
  border-radius: 4px;
  cursor: pointer;
}

.tailoring-list__item-header.active .tailoring-list__item-header-number,
.tailoring-list__item-header.show .tailoring-list__item-header-number {
  color: #fff;
  background-color: #0088CB;
}

.tailoring-list__item-header.active .tailoring-list__item-header-popup,
.tailoring-list__item-header.show .tailoring-list__item-header-popup {
  opacity: 1;
}

.tailoring-list__item-header-number {
  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;
  margin-right: 16px;
  width: 32px;
  height: 32px;
  color: #0088CB;
  border: 2px solid #0088CB;
  border-radius: 4px;
  -webkit-transition-property: color, background-color;
  -o-transition-property: color, background-color;
  transition-property: color, background-color;
  -webkit-transition-duration: 0.2s;
       -o-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.tailoring-list__item-header-img {
  margin-right: 16px;
  width: 84px;
  height: 46px;
  -o-object-fit: contain;
     object-fit: contain;
}

.tailoring-list__item-header-popup {
  position: absolute;
  left: -24px;
  top: 0;
  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: 16px;
  width: 294px;
  height: 183px;
  background: #FFFFFF;
  border-radius: 4px;
  opacity: 0;
  pointer-events: none;
  -webkit-filter: drop-shadow(0px 8px 20px rgba(0, 9, 17, 0.12));
          filter: drop-shadow(0px 8px 20px rgba(0, 9, 17, 0.12));
  -webkit-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
  -webkit-transform: translate(-100%);
      -ms-transform: translate(-100%);
          transform: translate(-100%);
  z-index: 5;
}

.tailoring-list__item-header-popup::before {
  content: "";
  position: absolute;
  right: 0;
  top: 24px;
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-left: 8px solid #fff;
  border-bottom: 12px solid transparent;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
}

.tailoring-list__item-header-popup img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.tailoring-product {
  position: relative;
  padding: 16px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 112px 136px;
  grid-template-columns: 1fr 112px 136px;
  gap: 40px;
  background-color: white;
}

.tailoring-product__link {
  -ms-flex-item-align: start;
      align-self: flex-start;
  -webkit-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
}

.tailoring-product__link:hover {
  color: #0088cb;
}

.tailoring-product__link:hover + .tailoring-product__popup {
  opacity: 1;
}

.tailoring-product__popup {
  position: absolute;
  left: -24px;
  top: 0;
  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: 16px;
  width: 294px;
  height: 294px;
  background: #FFFFFF;
  border-radius: 4px;
  opacity: 0;
  pointer-events: none;
  -webkit-filter: drop-shadow(0px 8px 20px rgba(0, 9, 17, 0.12));
          filter: drop-shadow(0px 8px 20px rgba(0, 9, 17, 0.12));
  -webkit-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
  -webkit-transform: translate(-100%);
      -ms-transform: translate(-100%);
          transform: translate(-100%);
  z-index: 5;
}

.tailoring-product__popup::before {
  content: "";
  position: absolute;
  right: 0;
  top: 24px;
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-left: 8px solid #fff;
  border-bottom: 12px solid transparent;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
}

.tailoring-product__popup img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.tailoring-product__status {
  font-size: 14px;
  line-height: 115%;
}

.tailoring-product__info-price {
  margin-bottom: 2px;
}

.tailoring-product__info-price-current {
  display: block;
  margin-bottom: 2px;
  font-size: 16px;
}

.tailoring-product__info-price-old {
  margin: 0;
  font-size: 12px;
}

.tailoring-product__info-price-sale {
  margin-left: 5px;
  color: #EA1A65;
  font-size: 12px;
}

.tailoring-product__info-dealer-price {
  margin-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.tailoring-product__info-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 16px;
}

.tailoring-product__info-btns .btn._full._gray {
  font-size: 14px;
}

.tailoring-product__info-btns .tailoring-product__info-buy-btn + div {
  width: 100%;
}

.tailoring-product__info-tooltip {
  position: relative;
  display: block;
  margin-right: 8px;
}

.tailoring-product__info-tooltip-btn {
  padding: 0;
  height: 40px;
}

.tailoring-product__info-tooltip-btn::before {
  width: 17px;
  height: 17px;
  margin: 0;
}

.tailoring-product__info-tooltip-btn._blue {
  width: 40px;
}

.tailoring-product__info-tooltip-btn svg path {
  -webkit-transition: fill 0.2s;
  -o-transition: fill 0.2s;
  transition: fill 0.2s;
}

.tailoring-product__info-tooltip-btn:focus {
  background-color: #0088cb !important;
}

.tailoring-product__info-tooltip-btn:hover + .tailoring-product__info-tooltip-popup,
.tailoring-product__info-tooltip-btn:focus + .tailoring-product__info-tooltip-popup {
  opacity: 1;
  pointer-events: unset;
}

.tailoring-product__info-tooltip-btn:hover svg path,
.tailoring-product__info-tooltip-btn:focus svg path {
  fill: #FFFFFF;
}

.tailoring-product__info-tooltip-popup {
  position: absolute;
  bottom: -6px;
  right: -6px;
  padding: 24px;
  width: 172px;
  background: #FFFFFF;
  color: #0C131D;
  border-radius: 4px;
  font-size: 14px;
  -webkit-filter: drop-shadow(0px 8px 20px rgba(0, 9, 17, 0.12));
          filter: drop-shadow(0px 8px 20px rgba(0, 9, 17, 0.12));
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  z-index: 5;
}

.tailoring-product__info-tooltip-popup::before {
  content: "";
  position: absolute;
  right: 13px;
  top: 0;
  width: 0;
  height: 0;
  border-left: 12.5px solid transparent;
  border-right: 12.5px solid transparent;
  border-bottom: 13px solid #FFFFFF;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
}

.tailoring-product__info-tooltip-popup-text:not(:last-child) {
  margin-bottom: 12px;
}

.tailoring-product__info-buy-btn {
  width: 92px;
  height: 40px;
}

.tailoring-product__info-buy-btn svg path {
  -webkit-transition: fill 0.2s;
  -o-transition: fill 0.2s;
  transition: fill 0.2s;
}

.tailoring-product__info-buy-btn:hover svg path {
  fill: white;
}

.tailoring-product__info-buy-btn[data-btn=price-request] {
  font-size: 12px;
}

.tailoring-product__info-buy-btn._full {
  margin-top: auto;
}

.slide-down-box-item {
  background-color: #ffffff;
  margin-bottom: 16px;
}

.slide-down-box-item:last-child {
  margin-bottom: 0;
}

.slide-down-box-item.active .slide-down-box-content {
  opacity: 1;
  visibility: visible;
  display: block;
  border-top: 1px solid #EFF2F4;
}

.slide-down-box-item.active .slide-down-box-header::after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.slide-down-box-header {
  padding: 24px 32px;
  position: relative;
  cursor: pointer;
}

.slide-down-box-header::after {
  margin-left: 0;
  position: absolute;
  right: 32px;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}

.slide-down-box-content {
  opacity: 0;
  visibility: hidden;
  display: none;
  -webkit-transition-property: opacity, border-color;
  -o-transition-property: opacity, border-color;
  transition-property: opacity, border-color;
  -webkit-transition-duration: 0.2s;
       -o-transition-duration: 0.2s;
          transition-duration: 0.2s;
  height: 0;
  overflow: hidden;
  padding: 32px;
  border-top: 1px solid transparent;
  max-width: 870px;
}

.slide-down-box-content .h3 {
  margin-bottom: 32px;
}

.slide-down-box-content ul {
  margin-bottom: 24px;
}

.slide-down-box-content ul li {
  padding-left: 25px;
  position: relative;
  margin: 0 0 8px 0;
}

.slide-down-box-content ul li::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 11px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 5px;
  height: 5px;
  background-color: #0c131d;
  border-radius: 50%;
}

.attention-block-item {
  background-color: #F8F9FA;
  padding: 18px;
  line-height: 1.5;
  border: 1px solid #0088CB;
  border-radius: 4px;
  color: #0C131D;
  max-width: 100%;
}

.attention-block-item._size {
  width: 438px;
}

.attention-block-item._size-550 {
  width: 558px;
  padding-left: 56px;
  position: relative;
}

.attention-block-item._size-550.attention-icon::before {
  position: absolute;
  left: 18px;
  top: 18px;
}

.warning-cookies {
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 20px 0;
  width: 100%;
  height: auto;
  opacity: 0;
  background-color: #0088cb;
  color: white;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: opacity, transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  z-index: 3;
}

.warning-cookies.active {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  display: block !important;
}

.warning-cookies .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
}

.warning-cookies a {
  margin-left: 5px;
  color: white;
  font-size: 14px;
  text-decoration: underline;
}

.warning-cookies a:hover {
  text-decoration: none;
}

.warning-cookies__cookie-btn {
  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-left: 10px;
  padding: 10px;
  width: 130px;
  background-color: transparent;
  color: #ffffff;
  border: 2px solid #ffffff;
  cursor: pointer;
  -webkit-transition-property: background, color;
  -o-transition-property: background, color;
  transition-property: background, color;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.warning-cookies__cookie-btn:hover {
  background-color: white;
  color: #0088cb;
}

.product-radio-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: -4px;
  margin-left: -4px;
}

.product-radio-list__item {
  padding: 4px;
}

.product-radio-list__item-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.product-radio-list__item-input {
  position: absolute;
  -webkit-clip-path: inset(100%);
  clip-path: inset(100%);
  overflow: hidden;
  margin: -1px;
  border: 0;
  padding: 0;
  width: 1px;
  height: 1px;
  white-space: nowrap;
  clip: rect(0 0 0 0);
}

.product-radio-list__item.selected .product-radio-list__item-text,
.product-radio-list__item-input:checked + .product-radio-list__item-text {
  border-color: #0088CB;
  pointer-events: none;
}

.product-radio-list__item-text {
  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;
  padding: 8px 12px;
  min-width: 62px;
  height: 32px;
  border: 1px solid #D0D9DE;
  border-radius: 4px;
  font-weight: 400;
  font-size: 14px;
  line-height: 115%;
  -webkit-transition-property: border, color;
  -o-transition-property: border, color;
  transition-property: border, color;
  cursor: pointer;
}

.product-radio-list__item-text:hover {
  color: #0088CB;
}

.account-content .lb_tabs > label {
  display: none;
}

.account-content .lb_tabs > section {
  border: none;
  border-radius: 4px;
  padding: 0;
  background-color: transparent;
}

.account-content .lb_tabs .logictim_user_bonus {
  font-weight: 400;
}

.account-content .lb_tabs .logictim_user_bonus span {
  color: #27AE60;
}

.account-content .lb_tabs .logictim_user_bonus span.subscribed {
  color: #27AE60;
}

.account-content .lb_tabs .logictim_user_bonus span.unsubscribed {
  color: #EB5757;
}

.account-content .lb_tabs .logictim_user_bonus a {
  color: #0088CB;
}

.account-content .lb_tabs .logictim_minus {
  color: #EB5757;
}

.account-content .lb_tabs .logictim_plus {
  color: #27AE60;
}

.scheme-list-link-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
  margin-right: 92px;
}

.scheme-list-link-title {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(calc(-100% - 10px), -50%);
      -ms-transform: translate(calc(-100% - 10px), -50%);
          transform: translate(calc(-100% - 10px), -50%);
}

.scheme-list-link {
  position: relative;
  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: 12px 34px 12px 16px;
  width: 240px;
  border-radius: 4px;
  border: 1px solid #E0E0E0;
  cursor: pointer;
}

.scheme-list-link > span:not(.scheme-list-link-menu) {
  color: #828282;
  font-size: 14px;
  line-height: 1;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  width: 100%;
  height: 100%;
}

.scheme-list-link:hover .arrow-down-icon {
  -webkit-transform: translateY(-50%) rotate(180deg);
      -ms-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}

.scheme-list-link:hover .scheme-list-link-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: unset;
}

.scheme-list-link .arrow-down-icon {
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  -o-transition: transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
}

.scheme-list-link-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: auto;
  background-color: #ffffff;
  border-radius: 0 0 4px 4px;
  -webkit-box-shadow: 0 10px 21px 10px rgba(0, 9, 17, 0.05);
          box-shadow: 0 10px 21px 10px rgba(0, 9, 17, 0.05);
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: visibility 0.3s, opacity 0.3;
  -o-transition: visibility 0.3s, opacity 0.3;
  transition: visibility 0.3s, opacity 0.3;
  z-index: 5;
}

.scheme-list-link-menu::-webkit-scrollbar {
  width: 7px;
  background: #ffffff;
}

.scheme-list-link-menu::-webkit-scrollbar-thumb {
  width: 8px;
  background: #e0e0e0;
  border-radius: 4px;
}

.scheme-list-link-menu ul {
  max-height: 320px;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow: auto;
  scrollbar-color: #e0e0e0 #ffffff;
  scrollbar-width: thin;
  scrollbar-face-color: #e0e0e0;
}

.scheme-list-link-menu ul li {
  padding: 12px 12px 12px 22px;
  cursor: pointer;
  -webkit-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  transition: background-color 0.2s;
  font-size: 14px;
  position: relative;
}

.scheme-list-link-menu ul li:has(a) {
  padding: 0;
}

.scheme-list-link-menu ul li:has(a) a {
  padding: 12px 12px 12px 22px;
}

.scheme-list-link-menu ul li:last-child {
  border-radius: 0 0 4px 4px;
}

.scheme-list-link-menu ul li:hover {
  background-color: #F8F9FA;
}

.scheme-list-link-menu ul li a {
  display: block;
  width: 100%;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.scheme-list-link-menu ul li a:hover {
  color: #0088CB;
}

.scheme-list-link-menu ul li a::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
}

.scheme-list-link-menu ul li.selected {
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  font-size: 14px;
  background-color: #0088CB;
  line-height: 1;
  color: #ffffff;
  pointer-events: none;
}

.container {
  width: 1312px;
  margin: 0 auto;
}

.container_full {
  width: 100%;
}

.full-width {
  width: 100%;
}

.visually-hidden {
  display: none;
}

._relative {
  position: relative;
}

.box-size-37 {
  width: 37%;
}

.box-size-60 {
  width: 60%;
}

.col-15 {
  width: 15%;
}

.col-25 {
  width: 25%;
}

.col-30 {
  width: 30%;
}

.col-33 {
  width: 33.33%;
}

.col-40 {
  width: 40%;
}

.col-50 {
  width: 50%;
}

.col-60 {
  width: 60%;
}

.col-70 {
  width: 70%;
}

._dark-back {
  background-color: #F0F0F0;
}

._white-back {
  background-color: #ffffff;
}

.m-t_2 {
  margin-top: 2px;
}

.m-t_4 {
  margin-top: 4px;
}

.m-t_8 {
  margin-top: 8px;
}

.m-t_12 {
  margin-top: 12px;
}

.m-t_15 {
  margin-top: 15px;
}

.m-t_16 {
  margin-top: 16px;
}

.m-t_20 {
  margin-top: 20px;
}

.m-t_24 {
  margin-top: 24px;
}

.m-t_30 {
  margin-top: 30px;
}

.m-t_32 {
  margin-top: 32px;
}

.m-t_36 {
  margin-top: 36px;
}

.m-t_40 {
  margin-top: 40px;
}

.m-t_48 {
  margin-top: 48px;
}

.m-t_56 {
  margin-top: 56px;
}

.m-t_63 {
  margin-top: 63px;
}

.m-t_72 {
  margin-top: 72px;
}

.m-t_110 {
  margin-top: 110px;
}

.m-t_135 {
  margin-top: 135px;
}

.m-t_170 {
  margin-top: 170px;
}

.m-b_4 {
  margin-bottom: 4px;
}

.m-b_8 {
  margin-bottom: 8px;
}

.m-b_15 {
  margin-bottom: 15px;
}

.m-b_16 {
  margin-bottom: 16px;
}

.m-b_20 {
  margin-bottom: 20px;
}

.m-b_24 {
  margin-bottom: 24px;
}

.m-b_32 {
  margin-bottom: 32px;
}

.m-b_32.p {
  margin-bottom: 32px;
}

.m-b_40 {
  margin-bottom: 40px;
}

.m-b_56 {
  margin-bottom: 56px;
}

.m-l_15 {
  margin-left: 15px;
}

.m-l_30 {
  margin-left: 30px;
}

.m-r_20 {
  margin-right: 20px;
}

.m-r_16 {
  margin-right: 16px;
}

.m-r_8 {
  margin-right: 8px;
}

.m-r_12 {
  margin-right: 12px;
}

.m-r_24 {
  margin-right: 24px;
}

.p-t_32 {
  padding-top: 32px;
}

.p-l_10 {
  padding-left: 10px;
}

.p-l_16 {
  padding-left: 16px;
}

.p-l_20 {
  padding-left: 20px;
}

.p-r_10 {
  padding-right: 10px;
}

.p-r_16 {
  padding-right: 16px;
}

.p-r_20 {
  padding-right: 20px;
}

._padding-40 {
  padding: 40px;
}

._padding-48 {
  padding: 48px;
}

._padding-110 {
  padding: 110px 0;
}

._padding-75 {
  padding: 75px 0;
}

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.d-flex._column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.d-flex._a-i-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.d-flex._a-i-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.d-flex._a-i-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.d-flex._j-c-space-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.d-flex._j-c-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.d-flex._j-c-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.d-flex._j-s-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.d-flex._j-c-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

._txt-cetner {
  text-align: center;
}

._txt-black {
  color: #0C131D;
}

._txt-black.favorites-icon {
  color: #0C131D;
}

.d-block {
  display: block;
}

.page-title .link._p-b {
  padding-bottom: 10px;
}

.hidden {
  display: none;
}

.social-item_fill {
  width: 56px;
  height: 56px;
  background-color: #F8F9FA;
  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;
  border-radius: 4px;
  cursor: pointer;
}

.stars-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.stars-wrap._large .star-item {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}

.stars-wrap._hover {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.stars-wrap._hover .star-item {
  cursor: pointer;
}

.stars-wrap._hover .star-item:hover,
.stars-wrap._hover .star-item.active {
  background-image: url(../img/icons/star-gold.svg);
}

.stars-wrap._hover .star-item:hover ~ .star-item,
.stars-wrap._hover .star-item.active ~ .star-item {
  background-image: url(../img/icons/star-gold.svg);
}

.star-item {
  width: 16px;
  height: 16px;
  background-image: url(../img/icons/star-gray.svg);
  background-size: 95%;
  background-position: center;
  background-repeat: no-repeat;
}

.star-item.active {
  background-image: url(../img/icons/star-gold.svg);
}

.overlay {
  display: block;
  position: fixed;
  z-index: 3;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

._desctop-hidden {
  display: none;
}

.back-links {
  line-height: 1.5;
}

._pointer {
  cursor: pointer;
}

.checkbox-green {
  position: relative;
  display: block;
  width: 48px;
  height: 24px;
  background: #ebeced;
  border-radius: 320px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  cursor: pointer;
}

.checkbox-green__switch {
  position: absolute;
  left: 0;
  top: 50%;
  width: 24px;
  height: 24px;
  background: #fc7e0f;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition-property: background, -webkit-transform;
  transition-property: background, -webkit-transform;
  -o-transition-property: background, transform;
  transition-property: background, transform;
  transition-property: background, transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.checkbox-green__input {
  position: absolute;
  -webkit-clip-path: inset(100%);
  clip-path: inset(100%);
  overflow: hidden;
  margin: -1px;
  border: 0;
  padding: 0;
  width: 1px;
  height: 1px;
  white-space: nowrap;
  clip: rect(0 0 0 0);
}

.checkbox-green__input:checked + .checkbox-green__switch {
  background: #27ae60;
  -webkit-transform: translate(100%, -50%);
      -ms-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
}

.input-block--switch {
  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: 16px;
}

._gray-5 {
  color: #90a4af;
}

strong {
  font-weight: 700;
}

body > section:empty {
  display: none;
}

@media (min-width: 610px) {
  .product-list._catalog .product-card-item:nth-child(3n+3) .package-table-popup {
    left: auto;
    right: -15px;
  }
}

@media (min-width: 611px) {
  ._item-row .notify_pricerequest {
    position: absolute;
    bottom: 12px;
    right: 12px;
  }

  ._item-row .notify_pricerequest .basket-control {
    position: static !important;
  }

  .account-product-list._item-row .notify_pricerequest,
  .catalog-list._item-row:not(.analogue-request) .notify_pricerequest {
    position: relative;
    right: unset;
    margin-left: auto;
  }

  .scheme .delivery-table-popup {
    max-width: unset;
  }
}

@media (min-width: 761px) {
  .product-row-item .basket-control {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .catalog-list._item-row.catalog-list .absolute-box {
    width: 100%;
  }

  .select-list {
    width: 100%;
    max-width: 450px;
  }

  .scheme-list-link-menu {
    width: 100%;
    max-width: 450px;
  }
}

@media (min-width: 1001px) {
  .account-content .lb_table-wrap {
    width: 100%;
    overflow-x: scroll;
  }

  .account-content table.lb_history {
    border: none;
    display: block;
    min-width: 800px;
  }

  .account-content table.lb_history > thead tr {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 80px 150px 1fr 150px 110px 140px;
    grid-template-columns: 80px 150px 1fr 150px 110px 140px;
    padding: 0;
    width: 100%;
  }

  .account-content table.lb_history > thead th {
    background-color: #0088cb;
    text-transform: none;
    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;
  }

  .account-content table.lb_history > tbody {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .account-content table.lb_history > tbody td {
    border-right: none;
  }

  .account-content table.lb_history > tbody tr {
    border: none;
    border-top: 6px solid #f6f6f6;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 80px 150px 1fr 150px 110px 140px;
    grid-template-columns: 80px 150px 1fr 150px 110px 140px;
  }
}

@media (min-width: 1001px) and (min-width: 1001px) {
  .account-content table.lb_history > thead {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 1023px) {
  .control-links-item.control-links-item-personal--mobile {
    display: none;
  }

  .header-catalog-container {
    position: absolute;
    left: calc(50% - 656px);
  }

  .submenu-item-wrap._centered {
    text-align: center;
  }

  .basket-tabs {
    position: sticky;
    top: 64px;
    z-index: 2;
  }

  .tailoring-product__status {
    position: relative;
  }
}

@media (min-width: 1190px) {
  .d-flex._f-w-nowrap {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

@media (min-width: 1191px) {
  .table-catalog .product-card-item .basket-control .btn:not([data-btn=price-request])._gray {
    background-image: url(../img/icons/bell-black.svg);
    background-position: center;
    background-repeat: no-repeat;
  }
}

@media (min-width: 1365px) {
  .contacts-black-icon::before {
    display: none;
  }
}

@media (max-width: 1555px) {
  .additional-services-list .hint-wrap {
    left: -28px;
  }

  .additional-services-list .hint-wrap::after {
    left: 20px;
    right: auto;
  }
}

@media (max-width: 1365px) {
  .main-slogan {
    display: none;
  }

  .header-wrap._service .main-slogan {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (max-width: 1190px) {
  .product-quantity {
    margin-right: 10px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }

  .product-quantity .input {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }

  .slide-down-product [data-btn=show-information-btn] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 8px;
  }

  .slide-down-product .product-model-item {
    display: none;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;
  }

  .slide-down-product .arrow-down-icon {
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    -o-transition: transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
  }

  .slide-down-product.active .product-model-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 1;
    visibility: visible;
  }

  .slide-down-product.active [data-btn=show-information-btn] .arrow-down-icon {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }

  .main-blog-container .link-title {
    display: block;
    width: 100%;
  }

  .main-blog-container .box-size-37 {
    width: 100%;
  }

  .main-blog-container .news-list-wrap {
    margin-bottom: 20px;
    padding: 24px;
  }

  .main-blog-container .news-list-wrap .swiper-wrapper {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }

  .main-blog-container .news-list {
    display: block;
    margin-bottom: 16px;
  }

  .main-blog-container .news-list._column .news-list-item {
    display: inline-block;
    width: 416px;
    height: 263px;
  }

  .main-blog-container .news-list-item {
    margin-bottom: 0;
  }

  .main-blog-container .news-list-item .img {
    max-height: 100%;
  }

  .main-blog-container .box-size-60 {
    width: 100%;
  }

  .main-blog-container .swiper-pagination {
    position: relative;
    bottom: auto;
    margin-top: 16px;
  }

  .main-blog-container .swiper-pagination-bullet {
    height: 4px;
    border-radius: 4px;
    width: 117px;
  }

  .news-list-wrap .slider-next,
  .news-list-wrap .slider-prev {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: 40%;
  }

  .news-list {
    position: relative;
  }

  .main-about .img-wrap {
    width: 488px;
  }

  .main-about .img-wrap .img {
    height: auto;
    width: 100%;
  }

  .main-about .about-content {
    width: 472px;
    padding: 48px 61px;
  }

  .main-about .mob-hidden {
    display: none;
  }

  .about-content .m-t_30 {
    margin-top: 24px;
  }

  .call-back-form._large .form-user-info {
    width: 100%;
  }

  .call-back-form._large .form-user-info.p-r_10 {
    padding-right: 0;
  }

  .call-back-form._large .form-message {
    width: 100%;
  }

  .call-back-form._large .form-message.p-l_10 {
    padding-left: 0;
  }

  .call-back-form._large .p-r_10 {
    padding-right: 8px;
  }

  .call-back-form._large .p-l_10 {
    padding-left: 8px;
  }

  .call-back-form._large .form-item {
    margin-bottom: 16px;
  }

  .call-back-form._large .submit-button-wrap {
    margin-top: 24px;
  }

  .call-back-form._large .form._padding-56 {
    padding: 48px;
  }

  .content-box {
    margin-bottom: 32px;
  }

  .content-box._width-800 {
    width: 100%;
    padding: 48px;
  }

  .parts-controll-wrap._advantage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 48px;
  }

  .parts-controll-wrap._advantage .h3 {
    width: 100%;
    display: block;
  }

  .parts-controll-wrap._advantage .controll-list-item {
    width: 50%;
    padding-right: 15px;
  }

  .parts-controll-wrap._advantage .controll-list-item:nth-child(4) {
    margin-bottom: 0;
  }

  .contacts-list-wrap .list-title {
    font-size: 20px;
  }

  .form.order-form {
    width: 100% !important;
    margin-bottom: 32px;
  }

  .form.order-form ._mob-hidden {
    display: none;
  }

  .order-about {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .order-about._size {
    width: 100%;
  }

  .order-about .about-pannel {
    width: 40%;
    padding-right: 40px;
  }

  .order-about .control-panel {
    width: 60%;
    margin-top: 0;
    padding-left: 40px;
    border-left: 1px solid #EFF2F4;
    border-top: none;
    padding-top: 0;
  }

  .order-about .control-panel-footer {
    border-top: none;
    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;
  }

  .order-about .control-panel-footer ._desctop-hidden {
    display: inline-block;
    width: calc(100% - 145px - 15px);
    font-size: 12px;
  }

  .order-about .control-panel-footer ._desctop-hidden br {
    display: none;
  }

  .order-about .control-panel-footer .btn {
    width: 145px;
  }

  .order-about .buttons-wrap .input {
    width: calc(100% - 110px - 8px);
  }

  .set-product-item {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 16px;
    min-height: 120px;
  }

  .set-product-item:last-child {
    margin-bottom: 0;
  }

  .set-product-item.plus-circle-icon::after {
    top: auto;
    bottom: -29px;
    right: 0;
    left: 0;
    margin: auto;
    background-color: #ffffff;
    z-index: 1;
    border-radius: 50%;
    background-size: 100%;
  }

  .set-product-item.equally-circle-icon::after {
    top: auto;
    right: 0;
    left: 0;
    margin: auto;
    bottom: -29px;
    background-color: #ffffff;
    z-index: 1;
    border-radius: 50%;
    background-size: 100%;
  }

  .set-product-item .img-wrap {
    width: 104px;
    height: 104px;
    width: 12%;
    padding: 5px;
    margin-bottom: 0;
  }

  .set-product-item .content-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-left: 15px;
    width: 88%;
  }

  .set-product-item .product-title {
    text-align: left;
    width: 100%;
    height: auto;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .set-product-item .price-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
    height: auto;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .set-product-item .current-price {
    width: auto;
    -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
            order: initial;
    margin-right: 5px;
  }

  .set-product-item .old-price {
    margin-right: 5px;
  }

  .set-product-item._blue {
    padding-left: 134px;
  }

  .set-product-item._blue::before {
    content: "";
    display: block;
    width: 104px;
    height: 104px;
    background-color: #F6F6F6;
    background-image: url(../img/icons/layers-blue.svg);
    background-size: 50%;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: 13px;
    top: 6px;
  }

  .set-product-item._blue .product-title {
    margin-bottom: 8px;
    margin-top: 8px;
  }

  .set-product-item._blue .btn {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    width: 182px;
  }

  .technology-card {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .cheme-image-wrap,
  .spare-parts-list {
    width: 100%;
  }

  .cheme-image-wrap {
    padding-right: 0;
    margin-bottom: 24px;
    max-height: 616px;
  }

  .cheme-image-wrap .image-wrap {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
  }

  .parts-element-item {
    width: 100%;
  }

  .parts-element-item .element-name {
    width: calc(100% - 80px - 24px);
  }

  .parts-element-name {
    width: calc(100% - 18px - 44px - 57px);
  }

  .parts-controll-wrap {
    width: 100%;
  }

  .parts-controll-wrap .form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .parts-controll-wrap .form .btn {
    width: 261px;
    margin-top: 0;
  }

  .parts-controll-wrap .form .input {
    width: calc(100% - 261px - 16px);
  }

  .parts-controll-wrap .btn-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .parts-controll-wrap .btn-wrap .btn {
    width: 49.3%;
  }

  .parts-controll-search {
    padding: 32px;
  }

  .hdr-catalog-btn {
    font-size: 0;
    width: 56px;
    margin-right: 16px;
  }

  .hdr-catalog-btn.box-icon::before {
    margin-right: 0;
  }

  .header-wrap._service .hdr-search-wrap {
    width: calc(100% - 56px - 16px);
  }

  .site-map-container._column-list {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }

  .technology__item {
    margin-right: 16px;
    width: calc((100% - 64px) / 5);
  }

  .submenu-item-wrap._image-block {
    display: none;
  }

  .hdr-control-panel.mob-nav-active {
    display: block;
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
  }

  .hdr-control-panel.mob-nav-active .main-logo,
  .hdr-control-panel.mob-nav-active .main-slogan {
    display: none;
  }

  .hdr-control-panel.mob-nav-active .hdr-search-wrap {
    padding: 16px 24px;
  }

  .mob-nav-active {
    display: block;
    height: 100%;
  }

  .mob-nav-active .hdr-catalog-btn {
    display: block;
    visibility: hidden;
    width: 100%;
    height: 0;
  }

  .mob-nav-active .hdr-mob-catalog {
    display: none;
  }

  .mob-nav-active .hdr-search-wrap {
    width: 100%;
  }

  .mob-nav-active .hdr-catalog-list-wrap {
    opacity: 1;
    visibility: visible;
    position: absolute;
    left: 0;
    top: 140px;
    display: block;
    width: 100%;
    height: 100%;
    max-height: calc(100vh - 65px);
    overflow: auto;
    padding-bottom: 200px;
    -webkit-box-shadow: none;
            box-shadow: none;
  }

  .mob-nav-active .hdr-catalog-list {
    background-color: transparent;
    width: 100%;
  }

  .mob-nav-active .hdr-catalog-list-wrap .catalog-list-item.active,
  .mob-nav-active .hdr-catalog-list-wrap .catalog-list-item:hover {
    background-color: transparent;
    border-left: none;
    color: #0C131D;
  }

  .mob-nav-active .catalog-list-item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0;
    background-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-left: none;
  }

  .mob-nav-active .catalog-list-item:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
  }

  .mob-nav-active .catalog-list-title {
    display: block;
    width: 100%;
    padding: 12px 24px;
    padding-right: 34px;
    position: relative;
  }

  .mob-nav-active .catalog-list-title::after {
    content: "";
    display: block;
    width: 10px;
    height: 20px;
    position: absolute;
    right: 24px;
    top: 12px;
    background-image: url(../img/icons/arrow-down_gray.svg);
    background-size: 95%;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
  }

  .mob-nav-active .catalog-list-title.active::after {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }

  .mob-nav-active .catalog-list-title._no-submenu::after {
    display: none;
  }

  .mob-nav-active .mob-submenu-wrap {
    width: 100%;
    height: 0;
    overflow: hidden;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    background-color: #e8e8e8;
  }

  .mob-nav-active .submenu-item {
    margin-bottom: 0;
    padding: 12px 24px;
    display: none;
  }

  .mob-nav-active .submenu-item._bold {
    display: block;
    font-weight: 400;
    position: relative;
  }

  .mob-nav-active .submenu-item._bold::after {
    content: "";
    display: block;
    width: 10px;
    height: 17px;
    background-image: url(../img/icons/arrow-down_gray.svg);
    background-repeat: no-repeat;
    background-size: 95%;
    background-position: center;
    position: absolute;
    right: 24px;
    top: 15px;
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }

  .mob-nav-active .submenu-item._bold._no-submenu::after {
    display: none;
  }

  .mob-nav-active .submenu-item._bold.back-link {
    padding-left: 35px;
  }

  .mob-nav-active .submenu-item._bold.back-link::after {
    content: none;
  }

  .mob-nav-active .submenu-item._image {
    display: none;
  }

  .mob-nav-active .submenu-item-wrap {
    margin-bottom: 0;
  }

  .mob-nav-active .submenu-item-wrap .submenu-item {
    padding-left: 35px;
  }

  .mob-nav-active .hdr-catalog-content {
    display: none;
  }

  .mob-nav-active .incoming-submenu {
    position: fixed;
    z-index: 10;
    left: 0;
    top: 140px;
    background-color: #ffffff;
    width: 100%;
    height: 100%;
    max-height: calc(100% - 196px);
    -webkit-animation-name: fadeInLeftLong;
            animation-name: fadeInLeftLong;
    -webkit-animation-duration: 0.2s;
            animation-duration: 0.2s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    overflow-y: auto;
  }

  .mob-nav-active .incoming-submenu .submenu-item {
    display: block;
    padding-left: 24px;
  }

  .mob-nav-active .incoming-submenu .submenu-item._bold {
    font-weight: 600;
    padding-left: 45px;
  }

  .mob-nav-active .incoming-submenu .submenu-item._bold::after {
    background-image: url(../img/icons/long-arrow-blue.svg);
    -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
            transform: rotate(0);
    left: 24px;
  }

  .mob-nav-active .incoming-submenu .submenu-item._image {
    display: none;
  }

  .hdr-catalog-list {
    width: 260px;
  }

  .hdr-catalog-content {
    width: calc(100% - 260px);
    height: 100%;
  }

  .nothing-found-item {
    width: 100%;
  }

  .nothing-found-item .img-wrap {
    width: 235px;
    height: 235px;
  }

  .control-panel._ask-question {
    width: 100%;
    margin-top: 32px;
    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: 24px;
  }

  .control-panel._ask-question .content-block {
    width: 70%;
  }

  .control-panel._ask-question .btn {
    width: 213px;
  }

  .control-panel .p {
    margin-bottom: 0;
  }

  .control-panel .title-block {
    margin-bottom: 8px;
  }

  .basket-wrap._size {
    width: 100%;
  }

  .catalog-list._item-row.catalog-list.basket-wrap .about-prod-wrap {
    width: calc(100% - 149px - 56px - 24px - 148px);
  }

  .order-about .control-panel-footer._dubble-btn .m-t_16 {
    margin-top: 0;
  }

  .order-about .control-panel-footer._dubble-btn .btn {
    width: 49%;
  }

  .order-about .control-panel-footer._dubble-btn .btn {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .order-about .control-panel-footer._dubble-btn ._transparent {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .basket-wrap {
    margin-bottom: 32px;
  }

  .slide-down-box-content .h3 {
    font-size: 20px;
  }

  .articles-list {
    margin-bottom: 16px;
    overflow-x: scroll;
    padding-bottom: 16px;
  }

  .articles-list._column {
    display: block;
  }

  .articles-list._column .article-item {
    width: 356px;
    display: inline-block;
    margin-right: 16px;
    margin-bottom: 0;
  }

  .articles-list._column .article-item:last-child {
    margin-right: 0;
  }

  .articles-list._column .article-item._full {
    width: 356px;
  }

  .articles-list .title-wrap {
    white-space: initial;
  }

  .articles-list .swiper-wrapper {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .articles-list .slider-next,
  .articles-list .slider-prev {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: 40%;
  }

  .articles-list .slider-next {
    right: 0;
  }

  .articles-list .slider-prev {
    left: 0;
  }

  .articles-list-wrap .link._absolute {
    position: relative;
    left: auto;
    bottom: auto;
  }

  .article-item .img-wrap {
    height: 210px;
  }

  .article-item._full .img-wrap {
    height: 210px;
  }

  .tailoring-list__item-header-popup {
    top: unset;
    bottom: -16px;
    left: 0;
    -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
            transform: translateY(100%);
  }

  .tailoring-list__item-header-popup::before {
    right: unset;
    left: 13px;
    top: 0;
    border: none;
    border-left: 12.5px solid transparent;
    border-right: 12.5px solid transparent;
    border-bottom: 13px solid #FFFFFF;
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);
  }

  .tailoring-product__popup {
    top: unset;
    bottom: -16px;
    left: 0;
    -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
            transform: translateY(100%);
  }

  .tailoring-product__popup::before {
    right: unset;
    left: 13px;
    top: 0;
    border: none;
    border-left: 12.5px solid transparent;
    border-right: 12.5px solid transparent;
    border-bottom: 13px solid #FFFFFF;
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);
  }

  .slide-down-box-content .h3 {
    font-size: 20px;
  }
}

@media (max-width: 1189px) {
  .scheme-list-link-wrapper {
    margin-right: unset;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: 100%;
    margin-top: 10px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .scheme-list-link-title {
    position: relative;
    left: unset;
    top: unset;
    -webkit-transform: unset;
        -ms-transform: unset;
            transform: unset;
    margin-right: 10px;
  }
}

@media (max-width: 1030px) {
  .account-control-panel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 32px;
  }

  .account-control-panel._size {
    width: 100%;
  }

  .account-control-panel .user-bout-item {
    width: calc(50% - 4px);
    margin-right: 4px;
    margin-bottom: 0;
  }

  .account-control-panel .control-menu-list {
    width: calc(50% - 4px);
    margin-left: 4px;
    padding-top: 0;
    padding-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .account-control-panel .control-menu-list.open {
    position: relative;
  }

  .account-control-panel .control-menu-list.open .menu-list-item.active::after {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }

  .account-control-panel .menu-list-item {
    display: none;
    border-left: none;
  }

  .account-control-panel .menu-list-item.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    padding-right: 40px;
    width: 100%;
    border-left: none;
  }

  .account-control-panel .menu-list-item.active::after {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    background-image: url(../img/icons/arrow-down_blue.svg);
    background-size: 70%;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 16px;
    margin: auto;
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    -o-transition: transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
  }

  .account-control-panel .personal-menu-popup {
    -webkit-box-shadow: 0 10px 21px 10px rgba(0, 9, 17, 0.05);
            box-shadow: 0 10px 21px 10px rgba(0, 9, 17, 0.05);
    border-radius: 4px;
  }

  .account-control-panel .personal-menu-popup .menu-list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-left: 3px solid transparent;
  }

  .account-control-panel .personal-menu-popup .menu-list-item.active {
    display: none;
  }

  .account-control-panel .personal-menu-popup .menu-list-item._exit {
    margin-top: 0;
  }

  .account-control-panel .personal-menu-popup .menu-list-item._exit::before {
    top: 0;
  }

  .account-content._size {
    width: 100%;
  }

  .bonus-system-item {
    width: calc(25% - 6px);
  }

  .bonus-system-item._large {
    width: calc(75% - 2px);
    padding: 40px;
  }

  .account-control-panel .control-menu-list._mob-hidden {
    display: none;
  }

  .account-control-panel .btn._transparent {
    display: none;
  }

  .account-control-panel .user-bout-item._mob-full {
    width: 100%;
  }

  .chat-message-header {
    position: relative;
    padding-right: 64px;
  }

  .chat-message-header .menu-btn_dot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .chat-message-header ._desctop-hidden {
    display: block;
    position: absolute;
    right: 24px;
    height: 24px;
    top: 0;
    bottom: 0;
    margin: auto;
  }

  .chat-message-header ._desctop-hidden .arrow-circle-left-icon {
    margin-left: 0;
    margin-right: 0;
  }

  .chat-message-header ._desctop-hidden .arrow-circle-left-icon::before {
    top: -2px;
  }
}

@media (max-width: 1023px) {
  .basic-styles-content h2 {
    font-size: 22px;
  }

  .basic-styles-content h3 {
    font-size: 20px;
  }
}

@media (max-width: 1022px) {
  .product-row-item._small {
    position: relative;
  }

  .product-row-item._small .product-content {
    width: 324px;
  }

  .product-row-item._small .price-wrap {
    position: absolute;
    right: 16px;
    top: 8px;
    width: 212px;
  }

  .product-row-item._small .current-price {
    display: inline-block;
  }

  .product-row-item._small .basket-control {
    padding-top: 40px;
  }

  .tabs-content-item .product-card-item .img-wrap {
    width: 116px;
    height: 116px;
  }

  .tabs-content-item .catalog-list._item-row .about-prod-wrap {
    width: 311px;
  }

  .product-model-item .img-wrap {
    width: 186px;
  }

  .product-model-item .content-wrap {
    width: calc(100% - 186px);
    border-right: none;
  }

  .product-model-item .docs-wrap {
    width: 100%;
    border-top: 1px solid #E0E0E0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .product-model-item .doc-item {
    width: 50%;
    padding-right: 10px;
    position: relative;
    padding-left: 25px;
  }

  .product-model-item .doc-item::before {
    position: absolute;
    left: 0;
    top: 0;
  }

  .page-control-panel {
    display: none;
  }

  .blog-list-wrap._size {
    width: 100%;
  }

  .blog-list-item {
    margin-bottom: 24px;
  }

  .blog-list-item .article-title {
    font-size: 16px;
  }

  .fixed-table-row-wrap .btn-left,
  .fixed-table-row-wrap .btn-right {
    display: none;
  }

  .fixed-table-row-wrap::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: -13px;
    height: 20px;
    background-color: #ffffff;
    width: 100%;
  }

  .comparison-table {
    scrollbar-color: #0088CB #D0D9DE;
    scrollbar-width: thin;
    scrollbar-face-color: #0088CB;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .comparison-table::-webkit-scrollbar {
    height: 5px;
    background: #D0D9DE;
    opacity: 1;
  }

  .comparison-table::-webkit-scrollbar-thumb {
    height: 5px;
    background: #0088CB;
    border-radius: 50px;
    opacity: 1;
  }

  .fixed-table-row {
    scrollbar-color: #0088CB #ffffff;
    scrollbar-width: thin;
    scrollbar-face-color: #0088CB;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .fixed-table-row::-webkit-scrollbar {
    height: 5px;
    background: #ffffff;
    opacity: 1;
  }

  .fixed-table-row::-webkit-scrollbar-thumb {
    height: 5px;
    background: #0088CB;
    border-radius: 50px;
    opacity: 1;
  }

  .product-list-wrap .control-panel {
    padding: 0;
    background-color: transparent;
  }

  .mob-filter-btn {
    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: 140px;
    height: 56px;
    padding-left: 24px;
    padding-right: 24px;
    border-radius: 4px;
    background-color: #ffffff;
  }

  .mob-filter-btn::before {
    margin-right: 10px;
  }

  .product-type {
    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;
    height: 56px;
    background-color: #ffffff;
    border-radius: 4px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .product-type .type-table {
    display: none;
  }

  .sort-wrap {
    background-color: #ffffff;
    border-radius: 4px;
    width: calc(100% - 140px - 112px - 16px);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .sort-wrap .sort-title {
    display: none;
  }

  .sort-list-wrap,
  .sort-list-title {
    margin-left: 0;
    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: 100%;
    height: 100%;
  }

  ._products.m-t_30 {
    margin-top: 24px;
  }

  .analogues-box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .analogues-box .about-prod {
    width: 100%;
  }

  .analogues-box .control-wrap {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 34px;
  }

  .analogues-box .txt-box {
    text-align: left;
  }

  .filter-block-wrap._filter-hidden {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
  }

  .filter-block-wrap._filter-hidden .mob-title-wrap {
    display: none;
  }

  .filter-block-wrap._filter-hidden .block-title {
    display: block;
    width: 100%;
  }

  .filter-block-wrap._filter-hidden.active {
    margin-top: 0;
    display: block;
    width: 100%;
  }

  .filter-block-wrap._filter-hidden.active .product-list-wrap {
    display: none;
  }

  .filter-block-wrap._filter-hidden.active .product-list {
    display: none;
  }

  .filter-block-wrap._filter-hidden.active .filter-block {
    display: block;
  }

  .filter-block-wrap._filter-hidden.active .mob-title-wrap {
    display: block;
  }

  .main-about .img-wrap {
    width: 100%;
  }

  .main-about .img-wrap .img {
    display: none;
  }

  .main-about .img-wrap .img_mob {
    display: block;
    width: 100%;
    border-radius: 4px;
  }

  .main-about .about-content {
    width: 100%;
    padding: 48px;
  }

  .main-about .about-content .link {
    margin-top: 10px;
    display: inline-block;
  }

  .about-company-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-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .about-company-wrap._padding-48 {
    padding: 0;
  }

  .about-company-wrap._size {
    width: 100%;
  }

  .about-company-wrap .img-wrap {
    position: relative;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    right: auto;
    top: auto;
  }

  .about-company-wrap .img-wrap .img {
    max-width: 100%;
    border-radius: 4px;
  }

  .about-company-wrap .about-company {
    padding: 32px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .rule-operation-item {
    margin-right: 0;
    margin-bottom: 40px;
  }

  .rule-operation-item:last-child {
    margin-bottom: 0;
  }

  .rule-operation-item.col-33 {
    width: 100%;
  }

  .brands-list._padding {
    padding: 0;
  }

  .brands-list .brand-list-item {
    width: 116px;
    height: 68px;
    margin-right: 69px;
  }

  .brands-list .brand-list-item:nth-child(6n+6) {
    margin-right: 69px;
  }

  .brands-list .brand-list-item:nth-child(4n+4) {
    margin-right: 0;
  }

  .call-back-form._large .form._padding-56 {
    padding: 32px;
  }

  .about-company .h1 {
    margin-bottom: 4px;
  }

  .content-box._width-800 {
    padding: 32px;
  }

  .parts-controll-wrap._advantage {
    padding: 32px;
  }

  .contacts-list-wrap {
    width: 100%;
    padding: 32px;
  }

  .contacts-list-wrap._mob-row {
    width: 100%;
    padding: 32px;
    display: none;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .contacts-list-wrap._mob-row.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .contacts-list-wrap._mob-row .list-title {
    margin-bottom: 0;
    margin-right: 24px;
  }

  .contacts-list-wrap .br {
    display: none;
  }

  .map-contacts {
    height: 233px;
    width: 100%;
  }

  .requisites-list-wrap {
    width: 100%;
    padding: 32px;
    padding-top: 0;
  }

  .footer .footer-logo-wrap {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .footer .footer-contacts-wrap {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .footer .footer-nav-wrap {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 56px;
  }

  .footer .footer-nav-wrap .arrow-bottom-icon_white {
    display: block;
  }

  .footer .nav-item-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    height: 0;
    margin-bottom: 0;
    overflow: hidden;
    padding-left: 12px;
    padding-right: 12px;
  }

  .footer .nav-item-wrap div._mob-title {
    position: relative;
  }

  .footer .nav-item-wrap div._mob-title .arrow-bottom-icon_white::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }

  .footer .nav-item-wrap.active {
    margin-bottom: 16px;
    height: auto;
  }

  .footer .nav-item-wrap.active._title {
    height: auto;
  }

  .footer .nav-item-wrap.active .nav-item {
    opacity: 1;
    visibility: visible;
  }

  .footer .nav-item-wrap.active ._mob-title {
    padding-bottom: 12px;
  }

  .footer .nav-item-wrap.active:last-child {
    padding-bottom: 16px;
  }

  .footer .nav-item-wrap.active .arrow-bottom-icon_white::before {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }

  .footer .nav-item-wrap:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .footer .nav-item-wrap._title {
    height: 48px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 12px;
  }

  .footer .nav-item-wrap._title ._mob-title {
    visibility: visible;
  }

  .footer .nav-item-wrap .nav-item {
    margin-bottom: 12px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .footer .nav-item-wrap .nav-item[href*=contacts] {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }

  .footer .nav-item-wrap .nav-item._mob-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }

  .footer .nav-item-wrap._visible {
    height: 46px;
    padding-top: 12px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }

  .footer .nav-item-wrap._visible.active {
    height: auto;
  }

  .footer .nav-item-wrap ._main-title {
    opacity: 1;
    visibility: visible;
  }

  .footer .nav-item-wrap .arrow-bottom-icon_white {
    margin-top: 3px;
  }

  .footer .nav-item {
    opacity: 0;
    padding-left: 12px;
    padding-right: 12px;
    display: block;
    visibility: hidden;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
  }

  .footer .nav-item._mob-title {
    color: #969696;
    opacity: 1;
    padding-top: 0;
    margin-bottom: 0;
  }

  .footer .nav-item._main-title {
    color: #969696;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .footer .footer._call-back-form ._padding-75 {
    padding: 56px 0;
  }

  .footer .footer-dark-back {
    padding-bottom: 80px;
  }

  .footer .footer-dark-back .txt-item {
    font-size: 12px;
  }

  .order-about .about-pannel .d-flex {
    line-height: 3;
  }

  .order-about._size {
    padding: 24px;
  }

  .product-page-main.m-t_30 {
    margin-top: 25px;
  }

  .tabs-content-item .comment-btn {
    top: 78px;
  }

  .tabs-content-item .product-list-wrap .product-row-item {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 80px 1fr 230px;
    grid-template-columns: 80px 1fr 230px;
    gap: 24px;
  }

  .tabs-content-item .product-list-wrap .product-row-item .img-wrap,
  .tabs-content-item .product-list-wrap .product-row-item .product-content {
    -ms-grid-row-span: 2;
    grid-row: span 2;
  }

  .tabs-content-item .product-list-wrap .product-row-item .img-wrap {
    -ms-grid-column: 1;
    grid-column: 1;
  }

  .tabs-content-item .product-list-wrap .product-row-item .product-content {
    -ms-grid-column: 2;
    grid-column: 2;
  }

  .tabs-content-item .product-list-wrap .product-row-item .price-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column: 3;
    grid-column: 3;
  }

  .tabs-content-item .product-list-wrap .product-row-item .price-wrap .old-price {
    margin: 0 4px;
  }

  .tabs-content-item .product-list-wrap .product-row-item .price-wrap .bonuses {
    width: 100%;
  }

  .tabs-content-item .product-list-wrap .product-row-item .basket-control {
    -ms-grid-row: 2;
    grid-row: 2;
    -ms-grid-column: 3;
    grid-column: 3;
    padding: 0;
  }

  .services-list-item .description-wrap {
    width: 505px;
  }

  .img-nav-pagin {
    left: 0;
    right: 0;
    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-top: 10px;
    z-index: 1;
  }

  .img-nav-pagin .swiper-pagination-bullet {
    width: 56px;
    height: 4px;
    border-radius: 10px;
    margin-right: 8px;
  }

  .img-nav-pagin .swiper-pagination-bullet:last-child {
    margin-right: 0;
  }

  .main-description-wrap {
    margin-top: 50px;
  }

  .main-img-wrap .img-nav .img-item.swiper-slide-thumb-active {
    border: none;
  }

  .app-list-wrap {
    margin-top: 24px;
    padding: 32px;
  }

  .app-list-wrap._size {
    width: 100%;
  }

  .form-position::before {
    height: 57px;
  }

  .delivery-form {
    position: fixed;
    z-index: 5;
    bottom: 55px;
    top: auto;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 736px;
    margin: 0 auto;
  }

  .delivery-form::before {
    display: none;
  }

  .delivery-form .close-popup {
    display: block;
    position: absolute;
    right: 16px;
    top: -20px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #ffffff;
    background-image: url(../img/icons/close-icon.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 40%;
    -webkit-box-shadow: 0 10px 21px 10px rgba(0, 9, 17, 0.05);
            box-shadow: 0 10px 21px 10px rgba(0, 9, 17, 0.05);
  }

  .form._app-status {
    padding: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .form._app-status._size {
    width: 100%;
  }

  .form._app-status .form-item._title {
    width: 50%;
    padding-right: 20px;
  }

  .form._app-status .form-item-wrap {
    width: 50%;
  }

  .form._app-status .form-item-wrap .btn {
    width: 100%;
  }

  .form._page .fake-input {
    height: auto;
  }

  .mob-slide-down-menu .form-item {
    margin-bottom: 0;
    display: none;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
  }

  .mob-slide-down-menu .form-item.col-33 {
    width: 100%;
  }

  .mob-slide-down-menu .form-item.col-33._p-l,
  .mob-slide-down-menu .form-item.col-33._p-r {
    padding-left: 0;
    padding-right: 0;
  }

  .mob-slide-down-menu .form-item._title {
    display: block;
    font-size: 16px;
    margin-bottom: 24px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    position: relative;
    padding-right: 30px;
  }

  .mob-slide-down-menu .form-item._title::after {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    background-image: url(../img/icons/arrow-right-blue.svg);
    background-size: 40%;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }

  .mob-slide-down-menu .form-item._title ._bold {
    font-weight: 400;
  }

  .mob-slide-down-menu.active .form-item {
    display: block;
    margin-bottom: 16px;
  }

  .mob-slide-down-menu.active .form-item._title {
    margin-bottom: 16px;
  }

  .mob-slide-down-menu.active .form-item._title::after {
    -webkit-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
            transform: rotate(270deg);
  }

  .form-item .input.col-50 {
    width: 100%;
    margin-bottom: 16px;
  }

  .form-item .input.col-20 {
    width: 49%;
  }

  .form-item-wrap._padding-32 {
    padding: 24px;
  }

  .catalog-sections .swiper-scrollbar {
    display: block;
    margin-top: 16px;
  }

  .catalog-sections .swiper-container {
    padding-bottom: 20px;
  }

  .catalog-sections .swiper-scrollbar-drag {
    background-color: #0088CB;
    height: 5px;
  }

  .catalog-sections .slider-next,
  .catalog-sections .slider-prev {
    display: none;
  }

  .catalog-sections .catalog-list-item .title-wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .catalog-list-item .title-wrap {
    min-height: 53px;
  }

  .catalog-list .txt-list-item {
    width: 50%;
  }

  .catalog-list .txt-list-item:nth-child(3n+3) {
    border-right: 1px solid #E0E0E0;
  }

  .catalog-list .txt-list-item:nth-child(2n+2) {
    border-right: 1px solid transparent;
  }

  .search-part-content-item {
    margin-bottom: 17px;
  }

  .search-part-content-item:last-child {
    margin-bottom: 0;
  }

  .search-part-content-item .img-wrap {
    padding-right: 0;
    width: 100%;
    margin-bottom: 16px;
  }

  .search-part-content-item .txt-wrap {
    width: 100%;
    padding-left: 0;
  }

  .header {
    position: relative;
  }

  .header-fixed .control-links-item._basket {
    width: 64px;
    padding-left: 10px;
  }

  .header-fixed .control-links-item._basket .num {
    left: 32px;
  }

  .header-fixed .control-links-item.basket-icon::before {
    left: 0;
  }

  .contacts {
    display: none;
  }

  .hdr-catalog-btn {
    display: none;
  }

  .hdr-mob-catalog {
    display: inline-block;
    border-radius: 4px;
    width: 56px;
    height: 48px;
    background-color: #0088CB;
    background-image: url(../img/icons/menu-line-white.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 50%;
    cursor: pointer;
    margin-right: 16px;
  }

  .hdr-control-panel {
    position: initial;
  }

  .main-logo {
    position: absolute;
    top: 18px;
    left: 0;
  }

  .main-slogan {
    display: block;
    position: absolute;
    top: 25px;
    left: 105px;
  }

  .nav-contacts {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .nav-wrap {
    display: none;
    -webkit-animation-name: fadeIpOpacity;
            animation-name: fadeIpOpacity;
    -webkit-animation-duration: 0.3s;
            animation-duration: 0.3s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
  }

  .nav-wrap.open {
    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;
    position: fixed;
    z-index: 6;
    bottom: 40px;
    background-color: #ffffff;
    padding: 28px;
    border-radius: 4px;
    width: 424px;
    border-radius: 4px;
  }

  .nav-wrap .nav-item {
    display: block;
    opacity: 1;
    visibility: visible;
    padding-left: 0;
    font-size: 14px;
    padding-left: 39px;
    padding-top: 10px;
    margin-bottom: 17px;
    padding-bottom: 10px;
    position: relative;
    color: #0C131D;
  }

  .nav-wrap .nav-item:last-child {
    margin-bottom: 0;
  }

  .nav-wrap .nav-item._mob {
    display: none;
  }

  .nav-wrap .nav-item._mob-icon::before {
    display: block;
    position: absolute;
    left: 0;
    top: 7px;
  }

  .nav-wrap .nav-item._mob-hidden {
    display: none;
  }

  .nav-wrap .close-menu {
    display: block;
    position: absolute;
    right: 16px;
    top: -20px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #ffffff;
    background-image: url(../img/icons/close-icon.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 40%;
    -webkit-box-shadow: 0 10px 21px 10px rgba(0, 9, 17, 0.05);
            box-shadow: 0 10px 21px 10px rgba(0, 9, 17, 0.05);
  }

  .nav-wrap .delivery-icon,
  .nav-wrap .check-status-icon {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .nav-wrap .card-black-icon {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .nav-wrap .delivery-box-black-icon {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .nav-wrap .star-black-icon {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  .nav-wrap .service-black-icon {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

  .nav-wrap .salary-black-icon {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }

  .hdr-call-btn.desctop-hidden {
    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;
    z-index: 2;
  }

  .hdr-call-btn.desctop-hidden.popup-in {
    z-index: 4;
  }

  .control-links {
    position: fixed;
    z-index: 20;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 4px 20px rgba(8, 35, 60, 0.15);
            box-shadow: 0px 4px 20px rgba(8, 35, 60, 0.15);
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-left: calc(50% - 368px);
    padding-right: calc(50% - 368px);
  }

  .control-links-item {
    height: 56px;
    width: 64px;
    padding-top: 38px;
  }

  .control-links-item .title {
    display: block;
    width: 100%;
    font-size: 11px;
    text-align: center;
    line-height: 1.5;
  }

  .control-links-item .price {
    display: none;
  }

  .control-links-item::before {
    top: 8px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
  }

  .control-links-item.comparison-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .control-links-item.delivery-icon,
  .control-links-item.check-status-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .control-links-item.delivery-icon::after,
  .control-links-item.check-status-icon::after {
    content: "Cтатус";
    font-size: 11px;
    text-align: center;
    line-height: 1.5;
  }

  .control-links-item._basket {
    width: 64px;
    height: 54px;
    padding-top: 38px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 0;
  }

  .control-links-item .num {
    right: 5px;
  }

  .control-links-item.favorites-icon {
    width: auto;
  }

  .control-links-item.favorites-icon::before {
    top: 12px;
    left: 50%;
    right: unset;
    background-size: 100%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }

  .control-links-item.basket-icon::before {
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transform: translateX(-3px);
        -ms-transform: translateX(-3px);
            transform: translateX(-3px);
  }

  .control-links-item.basket-icon .num {
    left: 32px;
  }

  .control-links-item.main-link {
    display: block;
    background-image: url(../img/icons/home-black.svg);
    background-size: 40%;
    background-repeat: no-repeat;
    background-position: 19px 10px;
    margin-left: 0;
  }

  .control-links-item.catalog-link {
    display: block;
    background-image: url(../img/icons/catalog-black.svg);
    background-size: 36%;
    background-repeat: no-repeat;
    background-position: 19px 10px;
  }

  .control-links-item._show-more {
    display: block;
    background-image: url(../img/icons/dot-menu-black.svg);
    background-size: 7%;
    background-repeat: no-repeat;
    background-position: 28px 10px;
    margin-right: 0;
  }

  .control-links-item.control-links-item-personal--mobile + .control-links-item.persinal-icon {
    display: none;
  }

  .hdr-search-wrap {
    width: calc(100% - 72px);
  }

  .hdr-search-wrap.mobile-open {
    position: fixed;
    z-index: 5;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
  }

  .hdr-search-wrap.mobile-open .modal-title {
    margin-bottom: 16px;
  }

  .hdr-search-wrap.mobile-open .hdr-search-category {
    top: auto;
    left: auto;
    right: auto;
    position: relative;
    -webkit-box-shadow: none;
            box-shadow: none;
    margin-top: 0;
  }

  .hdr-search-wrap.mobile-open .hdr-search {
    width: 94%;
    margin: 0 auto;
  }

  .hdr-search-wrap.mobile-open .search-category-item {
    display: block;
    width: 100%;
  }

  .hdr-search-wrap.mobile-open .quick-search-wrap {
    top: auto;
    left: auto;
    right: auto;
    position: relative;
    -webkit-box-shadow: none;
            box-shadow: none;
    margin-top: 0;
    max-height: 78vh;
    overflow: auto;
  }

  .hdr-search-wrap.mobile-open .quick-search-item._show-all {
    height: 40px;
  }

  .header-wrap._service .main-logo {
    position: relative;
    top: auto;
    left: auto;
  }

  .header-wrap._service .main-slogan {
    display: none;
  }

  .header-wrap._service .hdr-mob-catalog {
    background-image: url(../img/icons/grid-white-box.svg);
  }

  .header-wrap._service .mob-nav-active .hdr-search-wrap {
    width: 100%;
  }

  .tabs-list-wrap {
    display: none;
  }

  .tabs-content-wrap {
    width: 100%;
  }

  .tabs-content-item {
    width: 100%;
    padding: 0;
    display: block;
    opacity: 1;
    visibility: visible;
  }

  .tabs-content-item .mob-title {
    display: block;
    padding: 16px 24px;
    position: relative;
  }

  .tabs-content-item .mob-title::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 52px;
  }

  .tabs-content-item .mob-wrapper {
    padding: 16px 24px;
    display: none;
  }

  .tabs-content-item .mob-wrapper .col-60 {
    width: 100%;
  }

  .tabs-content-item .mob-wrapper .col-30 {
    width: 100%;
  }

  .tabs-content-item.active .hide-tabs-item {
    display: block;
    color: #0088CB;
    padding-left: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid #EFF2F4;
  }

  .tabs-content-item.active .hide-tabs-item::after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(../img/icons/arrow-down_blue.svg);
    background-size: 70%;
    background-position: center;
    background-repeat: no-repeat;
    margin-left: 4px;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    margin-bottom: -5px;
  }

  .tabs-content-item.active .mob-title {
    border-bottom: 1px solid #EFF2F4;
  }

  .tabs-content-item.active .mob-wrapper {
    display: block;
    -webkit-animation-name: fadeIpOpacity;
            animation-name: fadeIpOpacity;
    -webkit-animation-duration: 0.3s;
            animation-duration: 0.3s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
  }

  .tabs-content-item .table {
    margin-top: 15px;
  }

  .technology__item {
    width: calc((100% - 48px) / 4);
  }

  .technology__item:nth-child(5n) {
    margin-right: 16px;
  }

  .technology__item:nth-child(4n) {
    margin-right: 0;
  }

  .acticle-page-item h1 {
    font-size: 22px;
    line-height: 1.3;
  }

  .acticle-page-item h3 {
    font-size: 20px;
  }

  .acticle-page-item {
    margin-top: 12px;
  }

  .acticle-page-item._size {
    width: 100%;
  }

  .about-article._size {
    width: 100%;
  }

  .content-article-list {
    padding: 0;
  }

  .content-article-list .ul {
    display: none;
    padding-top: 0;
    padding-bottom: 0;
  }

  .content-article-list .title {
    margin-bottom: 0;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    padding: 18px;
    color: #0C131D;
    position: relative;
  }

  .content-article-list .title::after {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    background-image: url(../img/icons/arrow-down_blue.svg);
    background-size: 65%;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    right: 16px;
    bottom: 0;
    margin: auto;
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    -o-transition: transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
  }

  .content-article-list.active .ul {
    display: block;
    padding: 24px 16px;
  }

  .content-article-list.active .title {
    border-bottom: 1px solid #d0d9de;
  }

  .content-article-list.active .title::after {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }

  .article-slider .slider-next,
  .article-slider .slider-prev {
    display: none;
  }

  .content-article-list {
    margin-bottom: 16px;
  }

  ._personal-account-form {
    padding: 32px;
  }

  ._personal-account-form .col-50 {
    width: 100%;
  }

  ._personal-account-form .col-40 {
    width: 100%;
  }

  ._personal-account-form .col-15 {
    width: 100%;
  }

  ._personal-account-form .col-15.m-l_15 {
    margin-left: 0;
  }

  ._personal-account-form [type=submit] {
    width: 100%;
  }

  ._personal-account-form .order-mob_1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  ._personal-account-form .order-mob_2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  ._personal-account-form .order-mob_3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  ._personal-account-form .social-list {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    line-height: 1.5;
  }

  ._personal-account-form .m-b_40 {
    margin-bottom: 32px;
  }

  ._personal-account-form .form-item._w-auto {
    width: 100%;
  }

  .change-city-popup {
    position: fixed;
    top: 0;
    left: 0;
    margin-top: 0;
    margin-bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 0px;
  }

  .change-city-popup .change-city-content {
    height: 100vh;
    display: block;
    overflow: auto;
    padding-bottom: 100px;
  }

  .change-city-popup._small {
    position: absolute;
    left: auto;
    top: 100%;
    right: 50px;
    height: auto;
  }

  .delivery-table-popup {
    margin: 0 auto 10px;
  }

  .tabs-content-item .delivery-table-popup {
    max-width: none;
    left: -113px;
  }

  .product-list._catalog .delivery-table-popup {
    max-width: initial;
  }

  .nothing-found-item .img-wrap {
    margin-right: 29px;
  }

  .nothing-found-item .content-wrap {
    width: 429px;
  }

  .nothing-found-item .block-title {
    font-size: 20px;
    margin-bottom: 8px;
  }

  .nothing-found-item .btn {
    padding-left: 20px;
    padding-right: 20px;
  }

  .control-panel._ask-question {
    margin-top: 16px;
  }

  .control-panel .title-block {
    font-size: 20px;
  }

  .title-description._margin {
    margin-bottom: 2px;
  }

  .h1 {
    font-size: 22px;
    line-height: 1.3;
  }

  .h3 {
    font-size: 20px;
  }

  .filter-block-wrap {
    display: none;
  }

  .filter-block-wrap.active {
    display: block;
    background-color: #ffffff;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    z-index: 3;
    scrollbar-color: #90A4AF #ffffff;
    scrollbar-width: thin;
    scrollbar-face-color: #90A4AF;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding-bottom: 98px;
  }

  .filter-block-wrap.active::-webkit-scrollbar {
    width: 5px;
    background: #ffffff;
  }

  .filter-block-wrap.active::-webkit-scrollbar-thumb {
    width: 5px;
    background: #90A4AF;
    border-radius: 50px;
  }

  .filter-block-wrap.active .btn-wrap {
    padding: 0;
  }

  .filter-block-wrap.active .btn-wrap .btn {
    position: fixed !important;
    bottom: 58px;
    left: 24px;
    right: 24px;
    width: auto;
  }

  .filter-block-wrap.active .btn-wrap .btn::before {
    content: "";
    display: block;
    width: calc(100% + 24px + 24px);
    height: 15px;
    background-color: #ffffff;
    position: absolute;
    left: -28px;
    right: 0;
    bottom: -16px;
  }

  .filter-block-wrap.active .btn-wrap ._transparent {
    display: none;
  }

  .filter-block-wrap.active .filter-item._links-list {
    margin-bottom: 0;
  }

  .filter-block-wrap.active .filter-item._links-list::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #EFF2F4;
    height: 1px;
  }

  .filter-block-wrap.active .filter-item::after {
    left: 0;
    right: 0;
  }

  .mob-title-wrap {
    display: block;
    position: relative;
    padding: 16px 24px;
    background-color: #F8F9FA;
    line-height: 1.5;
  }

  .mob-title-wrap .mob-title {
    font-size: 18px;
    font-weight: 600;
    margin-right: 12px;
  }

  .mob-title-wrap .clear-filter {
    font-size: 14px;
    color: #0088CB;
  }

  .mob-title-wrap .close-btn {
    top: 23px;
    right: 23px;
  }

  .product-result-num {
    left: 0;
    width: 100%;
    bottom: 0;
    top: auto;
    margin-left: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 13px;
    position: relative;
    margin-top: 10px;
  }

  .product-result-num::before {
    display: none;
  }

  .warning-cookies {
    bottom: 56px;
    -webkit-transform: translateY(calc(100% + 56px));
        -ms-transform: translateY(calc(100% + 56px));
            transform: translateY(calc(100% + 56px));
  }

  .m-t_63 {
    margin-top: 45px;
  }

  .m-t_110 {
    margin-top: 57px;
  }

  .m-t_135 {
    margin-top: 57px;
  }

  ._padding-110 {
    padding: 57px 0;
  }

  ._padding-48 {
    padding: 32px;
  }
}

@media (max-width: 1022px) and (max-width: 560px) {
  .control-links-item.favorites-icon::before {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
}

@media (max-width: 1022px) and (max-width: 779px) {
  .hdr-search-wrap.mobile-open .quick-search-wrap {
    height: calc(var(--vh, 1vh) * 100);
  }
}

@media (max-width: 1021px) {
  .product-list.analogue-request .double-buttons.product-card-item {
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    padding-bottom: 16px !important;
  }

  .product-list.analogue-request .double-buttons.product-card-item > .basket-control {
    padding-top: 90px;
  }

  .product-list.analogue-request .double-buttons.product-card-item .about-prod-wrap {
    min-height: 170px;
    width: calc(100% - 148px - 149px - 94px);
  }

  .product-list.analogue-request .double-buttons.product-card-item .about-prod-wrap .availability-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .product-list.analogue-request .double-buttons.product-card-item .about-prod-wrap .availability-info::before {
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }

  .product-list.analogue-request .double-buttons.product-card-item .price-wrap {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .product-list.analogue-request .double-buttons.product-card-item .notify_pricerequest {
    position: relative;
    top: unset;
    right: unset !important;
    bottom: unset;
    left: unset;
    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: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-top: 16px;
    padding: 0;
    width: 100%;
  }

  .product-list.analogue-request .double-buttons.product-card-item .notify_pricerequest .additional-information {
    margin-top: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .product-list.analogue-request .double-buttons.product-card-item .notify_pricerequest .basket-control .btn {
    margin: 0;
  }
}

@media (max-width: 1000px) {
  .account-content .lb_table-wrap {
    background-color: transparent;
    width: 100%;
  }

  .account-content .lb_table-wrap table.lb_history tbody {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .account-content .lb_table-wrap table.lb_history tbody tr {
    background-color: #ffffff;
    margin-bottom: 0;
    border: none;
    border-radius: 4px;
  }
}

@media (max-width: 960px) {
  .modal-wrap {
    padding-bottom: 56px;
  }

  .modal .product-list .product-card-item {
    width: 100%;
    margin-right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 16px;
  }

  .modal .product-list .about-prod-wrap {
    width: calc(100% - 116px - 149px);
    padding-right: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -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;
  }

  .modal .product-list .additional-information {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 0;
    margin-top: 16px;
  }

  .modal .product-list .product-article {
    width: 100%;
    display: block;
  }

  .modal .product-list .product-title {
    display: block;
    width: 100%;
  }

  .modal .product-list .img-wrap {
    width: 116px;
    height: 116px;
  }

  .modal .product-list .img-wrap .link {
    border-bottom: none;
  }

  .modal .product-list .price-wrap {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    opacity: 1;
    right: 16px;
    top: 16px;
    width: 149px;
    padding: 0;
  }

  .modal .product-list .old-price {
    margin-left: 0;
    font-size: 16px;
  }

  .modal .product-list .discount-quantity {
    font-size: 16px;
  }

  .modal .product-list .absolute-box {
    position: relative;
    left: auto;
    top: auto;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .modal .product-list .absolute-box .discount-quantity,
  .modal .product-list .absolute-box .bonuses {
    padding: 0;
    border: none;
  }

  .modal .product-list .absolute-box .bonuses {
    display: block;
    width: 100%;
    font-size: 12px;
    color: #90A4AF;
  }

  .modal .product-list .basket-control {
    width: 149px;
    padding: 0;
    padding-top: 93px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -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: flex-start;
  }

  .modal .product-list .basket-control .btn {
    width: 100%;
    margin-top: 8px;
  }

  .modal .product-list .product-quantity .input {
    width: 93px;
  }

  .modal .product-list .current-price {
    display: block;
    width: 100%;
  }

  .modal .product-list .product-title {
    height: auto;
    -webkit-line-clamp: inherit;
    margin-bottom: 8px;
  }

  .modal .product-list .additional-information {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .modal .product-list .favorites-comparison {
    position: relative;
    right: auto;
    top: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .modal .product-list .favorites-comparison .item {
    border: none;
    margin-bottom: -3px;
  }

  .modal .product-list .favorites-comparison .comparison-icon::before {
    background-image: url(../img/icons/compare-blue.svg);
  }

  .modal .product-list .favorites-comparison .favorites-icon::before {
    background-image: url(../img/icons/favorite-blue.svg);
  }

  .modal .product-list .favorites-comparison .update-icon::before {
    margin-bottom: -8px;
  }

  .product-model-item {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .product-model-item .content-wrap {
    width: calc(100% - 170px);
  }

  .product-model-item .img-wrap {
    width: 170px;
  }

  ._add-basket-parametrs.modal .modal-footer [data-entity=basket-total]:empty {
    display: none;
  }

  ._add-basket-parametrs.modal .modal-footer [data-entity=basket-total]:empty + .btn-wrap {
    margin-left: 0;
    margin-top: 0;
  }

  .modal-wrap._add-basket .modal {
    max-width: 95%;
    width: 100%;
  }

  .modal .btn-wrap {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin-left: 8px;
  }

  .modal .btn-wrap .btn {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}

@media (max-width: 800px) {
  .site-map-container._column-list {
    -webkit-column-count: auto;
       -moz-column-count: auto;
            column-count: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .site-map-item {
    display: block;
    width: 100%;
    padding-right: 0;
  }
}

@media (max-width: 790px) {
  .article-slider .slider-next,
  .article-slider .slider-prev {
    display: none;
  }

  .image-slider._full {
    padding-left: 0;
    padding-right: 0;
  }

  .image-slider .swiper-scrollbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .image-slider .slider-next,
  .image-slider .slider-prev {
    display: none;
  }
}

@media (max-width: 770px) {
  .bonus-system-item._large .title {
    font-size: 16px;
  }

  .bonus-system-item._large .num {
    font-size: 20px;
  }

  .account-control-panel {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .account-control-panel .user-bout-item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 8px;
  }

  .account-control-panel .control-menu-list {
    width: 100%;
    margin-left: 0;
  }

  .account-control-panel .menu-list-item.active {
    height: 56px;
  }

  .personal-message-content .catalog-list._item-row.catalog-list .about-prod-wrap {
    width: calc(100% - 159px - 24px - 148px);
  }

  .personal-message-content .catalog-list._item-row .basket-control {
    margin-left: 10px;
  }

  .expected-product-list .product-card-item {
    min-height: 226px;
  }

  .account-content .lb_table-wrap table.lb_history tbody {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .search-found .input-wrap {
    width: 100%;
  }

  .search-found .btn-wrap {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 16px;
  }

  .search-found .btn-wrap .btn {
    width: 48.9%;
    margin-right: 0;
  }

  .analogues-box {
    padding: 16px;
  }

  .product-slider-wrap .slider-next,
  .product-slider-wrap .slider-prev {
    top: -78px;
  }

  .product-slider-wrap .slider-next {
    right: 0;
    padding-left: 2px;
  }

  .product-slider-wrap .slider-prev {
    left: auto;
    right: 50px;
    padding-right: 2px;
  }

  .product-slider .swiper-scrollbar {
    display: block;
  }

  .tailoring-list__item-header-popup {
    display: none;
  }

  .tailoring-product__popup {
    display: none;
  }
}

@media (max-width: 767px) {
  .basic-styles-content h1 {
    font-size: 28px;
  }

  .bread-crumbs-list {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    white-space: nowrap;
    overflow-x: auto;
    scrollbar-color: #E0E0E0 #ffffff;
    scrollbar-width: thin;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    scrollbar-face-color: #E0E0E0;
  }

  .bread-crumbs-list::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    background: #ffffff;
  }

  .bread-crumbs-list::-webkit-scrollbar-thumb {
    width: 6px;
    height: 6px;
    background: #E0E0E0;
    border-radius: 50px;
  }

  .parts-element-item--with-counter {
    -ms-grid-columns: 30px 1fr 115px;
    grid-template-columns: 30px 1fr 115px;
  }

  .parts-element-item--with-counter .parts-element-control {
    width: 100%;
  }

  .quantity-block {
    height: 30px;
  }

  .quantity-block__button {
    width: 20px;
  }

  .quantity-block__counter {
    width: 36px;
  }

  .technology__item {
    width: calc((100% - 32px) / 3);
  }

  .technology__item:nth-child(4n) {
    margin-right: 16px;
  }

  .technology__item:nth-child(3n) {
    margin-right: 0;
  }

  .scheme-list-link {
    width: 200px;
  }
}

@media (max-width: 760px) {
  .catalog-list._item-row .current-price {
    width: 100%;
    margin-bottom: 5px;
  }

  .catalog-list._item-row .bonuses {
    width: 100%;
    margin-top: 5px;
  }

  .catalog-list._item-row .discount-quantity {
    font-size: 12px;
  }

  .catalog-list._item-row .basket-control {
    padding-top: 0;
  }

  .tabs-content-item .catalog-list._item-row .about-prod-wrap {
    width: calc(100% - 118px - 31px - 149px);
  }

  .tabs-content-item .catalog-list._item-row .additional-item {
    width: auto;
  }

  .product-row-item._small .img-wrap {
    width: 20%;
  }

  .product-row-item._small .product-content {
    padding-left: 0;
    width: 80%;
  }

  .product-row-item._small .product-quantity {
    display: none;
  }

  .product-row-item._small .btn {
    width: 101px;
    font-size: 14px;
  }

  .product-row-item._small .btn::before {
    background-image: none;
    width: 100%;
  }

  .product-row-item._small ._blue-icon::before {
    content: "В корзину";
    color: #0C131D;
    font-size: 14px;
    line-height: 1.5;
  }

  .product-row-item._small ._blue-icon.active::before {
    content: "В корзине";
    color: #ffffff;
  }

  .product-row-item._small .bell-icon::after {
    background-image: none;
    content: "Уведомить";
    width: 100%;
    font-size: 14px;
    line-height: 1.5;
  }

  .product-row-item._small .price-wrap {
    position: relative;
    right: auto;
    top: auto;
    padding: 16px;
    padding-top: 0;
    margin-top: 5px;
  }

  .product-row-item._small .current-price {
    width: 100%;
  }

  .product-row-item._small .basket-control {
    padding-top: 0;
    width: 150px;
    margin-top: 5px;
  }

  .product-row-item._small .product-title {
    font-size: 14px;
  }

  .modal .catalog-list._item-row .img-wrap {
    width: 120px;
    height: 120px;
  }

  .modal .catalog-list._item-row .about-prod-wrap {
    width: calc(100% - 120px - 8px);
    margin-left: 0 !important;
  }

  .modal .catalog-list._item-row .product-title {
    font-size: 16px;
  }

  .modal .catalog-list._item-row .price-wrap {
    position: initial;
  }

  .modal .catalog-list._item-row .bonuses {
    position: absolute;
    left: 20px;
    top: 106px;
    width: auto;
    border-radius: 4px;
    padding: 2px 4px;
  }

  .modal .catalog-list._item-row .product-quantity {
    width: 100%;
  }

  .modal .product-list .product-quantity {
    width: 100%;
  }

  .catalog-list._item-row .about-prod-wrap {
    width: calc(100% - 148px - 31px);
  }

  .catalog-list._item-row .absolute-box {
    width: 100%;
  }

  .basket-control._connection .connection-icon {
    display: none;
  }

  .hidden-word {
    display: none;
  }

  ._catalog .product-card-item--simplified .basket-control._connection > .btn._full {
    width: 100%;
  }

  .product-list.analogue-request .double-buttons.product-card-item .img-wrap {
    width: 100px;
  }

  .product-list.analogue-request .double-buttons.product-card-item .about-prod-wrap {
    width: calc(100% - 148px - 149px);
  }

  .product-list.analogue-request .double-buttons.product-card-item .about-prod-wrap .product-title {
    height: 50.4px;
    overflow: hidden;
  }

  .product-list.analogue-request .double-buttons.product-card-item .about-prod-wrap .article-item:not(._row-visible) {
    -ms-grid-columns: auto auto !important;
    grid-template-columns: auto auto !important;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .blog-list-item .tags-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .blog-list-item .tags-list-item {
    margin-bottom: 8px;
  }

  .main-blog-container .news-list-wrap {
    padding: 16px;
  }

  .main-blog-container .news-list._column .news-list-item {
    max-width: 360px;
    width: 100%;
    height: 225px;
    margin-right: 15px;
  }

  .main-blog-container .news-list._column .news-list-item:last-child {
    margin-right: 0;
  }

  .news-list-item .title-wrap {
    white-space: break-spaces;
  }

  .link-title {
    font-size: 20px;
  }

  .analogues-box .product-title {
    font-size: 16px;
  }

  .main-about .about-content {
    padding: 32px;
  }

  .brands-list .brand-list-item {
    width: 32%;
    margin-right: 1%;
    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;
    display: none;
  }

  .brands-list .brand-list-item:nth-child(3n+3) {
    margin-right: 0;
  }

  .brands-list .brand-list-item:nth-child(-n+12) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .brands-list.active .brand-list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .brands-list .btn {
    margin-top: 16px;
  }

  .brands-list .btn._show-all {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .footer .footer-logo-wrap {
    width: 100%;
    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;
  }

  .footer .footer-logo-wrap .slogan {
    text-align: center;
  }

  .footer .footer-contacts-wrap {
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 16px;
  }

  .footer .social-list._footer {
    margin-top: 30px;
  }

  .footer .footer-dark-back .d-flex._j-c-space-between {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .footer .footer-dark-back .txt-item {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 8px;
  }

  .order-about {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .order-about .about-pannel {
    width: 100%;
    padding-right: 0;
    padding-bottom: 24px;
    border-bottom: 1px solid #EFF2F4;
    margin-bottom: 24px;
  }

  .order-about .control-panel {
    width: 100%;
    border-left: 0;
    padding-left: 0;
  }

  .order-about .control-panel-footer {
    border-top: 1px solid #EFF2F4;
  }

  .product-page-main {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .product-control-panel .old-price {
    font-size: 16px;
  }

  .product-info {
    width: 100%;
  }

  .product-info .main-img:not(.no-photo) {
    display: none;
  }

  .product-info .main-img.no-photo .swiper-slide {
    height: 200px;
  }

  .product-info .main-img-wrap {
    width: 100%;
    padding-right: 0;
  }

  .main-description-wrap {
    width: 100%;
    padding: 0;
  }

  .img-description {
    padding: 16px;
  }

  .main-img-wrap .img-nav {
    margin-top: 0;
  }

  .main-img-wrap .img-nav .img-item {
    height: 344px;
  }

  .main-img-wrap .img-nav .next-image,
  .main-img-wrap .img-nav .prev-image {
    top: 160px;
  }

  .product-control-panel-wrap {
    width: 100%;
  }

  .product-codes-list {
    padding: 16px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .product-codes-list .codes-list-item {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .product-codes-list .codes-list-item:nth-child(2),
  .product-codes-list .codes-list-item:nth-child(3) {
    display: none;
  }

  .product-control-panel .product-quantity {
    width: 100%;
  }

  .product-control-panel .product-quantity .input {
    width: 87%;
  }

  .services-list-item .description-wrap {
    width: calc(100% - 182px);
  }

  .user-comment-item._icon {
    padding-left: 36px;
  }

  .tabs-content-item .product-quantity {
    width: 100%;
  }

  .tabs-content-item .product-list-wrap .product-row-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: unset;
  }

  .tabs-content-item .product-list-wrap .product-row-item .img-wrap {
    width: 80px;
    height: 80px;
  }

  .tabs-content-item .product-list-wrap .product-row-item .img-wrap .stickers {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    top: 0 !important;
    left: 0 !important;
  }

  .tabs-content-item .product-list-wrap .product-row-item .img-wrap .stickers .sticker-item {
    margin: 3px;
  }

  .tabs-content-item .product-list-wrap .product-row-item .product-content {
    padding-left: 18px;
    width: calc(100% - 80px);
  }

  .tabs-content-item .product-list-wrap .product-row-item .price-wrap {
    padding: 0;
    width: 50%;
  }

  .tabs-content-item .product-list-wrap .product-row-item .basket-control {
    width: 50%;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }

  .tabs-content-item .product-list-wrap .product-row-item .basket-control .btn._full {
    width: 100%;
    margin-bottom: 0;
  }

  .tabs-content-item .product-list-wrap .product-row-item .basket-control .basket-icon._blue-icon {
    width: 100%;
  }

  .tabs-content-item .product-list-wrap .product-row-item .basket-control .basket-icon._blue-icon::before {
    -webkit-transition: color 0.2s;
    -o-transition: color 0.2s;
    transition: color 0.2s;
  }

  .tabs-content-item .product-list-wrap .product-row-item .basket-control .basket-icon._blue-icon:hover::before {
    color: white;
    background-image: none;
  }

  .statistic-list {
    position: relative;
    margin-bottom: 30px;
  }

  .statistic-list .slider-prev {
    left: -5px;
    top: 47px;
    display: block;
  }

  .statistic-list .slider-next {
    right: -5px;
    top: 47px;
    display: block;
  }

  .statistic-list .swiper-wrapper {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }

  .statistic-list .swiper-pagination {
    position: relative;
    bottom: auto;
    margin-top: 16px;
  }

  .statistic-list .swiper-pagination-bullet {
    width: 32%;
    border-radius: 4px;
    height: 4px;
  }

  .statistic-list-item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0;
    -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;
    text-align: center;
  }

  .statistic-list-item .img-wrap {
    width: 50px;
    margin-right: 0;
  }

  .advantage-item {
    width: 100%;
    height: auto;
  }

  .advantage-item .img {
    max-height: none;
    width: 100%;
  }

  .form._call-back {
    padding: 24px;
  }

  .form._call-back .content-block {
    width: 100%;
  }

  .form._call-back .input-block {
    margin-top: 16px;
  }

  .form._call-back .form-title {
    font-size: 18px;
  }

  .form._call-back .m-l_15 {
    margin-left: 0;
  }

  .form._call-back .checkbox-wrap {
    margin-top: 8px;
    display: block;
  }

  .form._call-back .btn {
    font-size: 0;
    height: 48px;
    width: 48px;
    border-radius: 4px;
    margin-left: -20px;
    background-image: url(../img/icons/message-white.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 50%;
  }

  .form._page {
    padding: 24px;
  }

  .form._page._padding-32 {
    padding: 24px;
  }

  .form._page .form-item {
    margin-bottom: 16px;
  }

  .form._page .form-item._change-user-photo {
    margin-bottom: 32px;
  }

  .form._page .form-item.col-50,
  .form._page .form-item.col-33 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .form._page .form-item._footer {
    padding-top: 32px;
  }

  .form._page .m-t_48 {
    margin-top: 32px;
  }

  .form._page .btn {
    width: 100%;
    margin-top: 16px;
  }

  .form._page .close-btn {
    right: 21px;
  }

  .form._page .fake-input {
    padding-right: 40px;
  }

  .form._page .file-title {
    display: block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
  }

  .form._page .btn._w-190 {
    width: 50%;
  }

  .form._page .btn._mob-full {
    width: 100%;
    margin-top: 0;
  }

  .form._page ._btn-dubble .btn {
    width: 48.5%;
  }

  ._call-back .input-block {
    width: 100%;
  }

  .subscribe-form-wrap .input {
    width: calc(100% - 48px);
    height: 48px;
  }

  .form-item._size-330 {
    width: 100%;
    padding-right: 0;
  }

  .form-item.col-25 {
    width: 100%;
    padding-left: 0;
  }

  .form-item.col-25:last-child {
    margin-bottom: 0;
  }

  .form-item._change-user-photo {
    position: relative;
    padding-bottom: 41px;
  }

  .form-item._change-user-photo .img-wrap {
    width: 104px;
    height: 104px;
  }

  .form-item._change-user-photo .control-panel {
    width: calc(100% - 104px - 24px);
  }

  .form-item._change-user-photo .control-desc {
    position: absolute;
    bottom: 0;
    left: 0;
  }

  .form-item._change-user-photo .control-btn {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .form-item._change-user-photo .btn-item {
    width: 100%;
    margin-right: 0;
  }

  .form-item._change-user-photo .btn-item.trash-icon_red {
    margin-top: 16px;
  }

  .main-filter-form .main-filter-item {
    width: 100%;
  }

  .main-filter-item {
    margin-right: 0;
    margin-bottom: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
  }

  .main-filter-item::before {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    background-image: url(../img/icons/arrow-down_gray.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 95%;
    position: absolute;
    right: 16px;
    top: 46px;
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    -o-transition: transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
  }

  .main-filter-item:first-child.active .input-block {
    margin-bottom: 10px;
  }

  .main-filter-item._border-right::after {
    right: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    top: auto;
    display: none;
  }

  .main-filter-item._no-radius-right {
    border-radius: 4px;
  }

  .main-filter-item .input-block {
    width: 100%;
    margin-top: 12px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    display: none;
  }

  .main-filter-item.active .input-block {
    display: block;
  }

  .main-filter-item.active::before {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }

  .main-filter-item .img-wrap {
    width: 108px;
    height: 76px;
    margin-bottom: 0;
  }

  .main-filter-item .title-wrap {
    margin-bottom: 0;
    width: 65%;
    padding-left: 10px;
    padding-right: 20px;
  }

  .main-filter-item .title,
  .main-filter-item .desc {
    text-align: left;
  }

  .main-filter-item .txt-sticker {
    right: 0;
    left: 0;
    top: auto;
    bottom: -13px;
    width: 38px;
    font-size: 12px;
    display: none;
  }

  .main-filter-item._no-radius-left {
    margin-right: 0;
    border-radius: 4px;
  }

  .main-filter-tab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 8px;
  }

  .set-product-item._blue {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-right: 16px;
  }

  .set-product-item._blue .txt-content {
    padding-bottom: 0;
    width: 50%;
  }

  .set-product-item._blue .btn {
    width: 164px;
  }

  .set-product-item .img-wrap {
    width: 21%;
  }

  .set-product-item .content-wrap {
    width: 79%;
  }

  .set-product-item .product-title {
    font-size: 14px;
  }

  .catalog-list-item {
    width: 48%;
  }

  .catalog-list-item .img-wrap {
    height: 98px;
  }

  .catalog-list-item .title-wrap {
    font-size: 14px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .breeding-catalog-item {
    padding: 32px;
  }

  .breeding-catalog-item .img-wrap {
    height: 110px;
  }

  .breeding-catalog-item .title-wrap {
    font-size: 16px;
  }

  .breeding-catalog-item .title {
    width: 100%;
  }

  .catalog-list.d-flex {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .catalog-list .brand-list-item,
  .catalog-list .scheme-list-item {
    width: 48.7%;
    margin-right: 0;
  }

  .brand-list-item .img-wrap {
    height: 79px;
    margin-bottom: 8px;
  }

  .brand-list-item .title-wrap {
    padding-top: 0;
    padding-bottom: 0;
  }

  .scheme-list-item .img-wrap {
    height: 120px;
  }

  .geo {
    width: 48px;
    height: 48px;
    background-color: #ffffff;
    border-radius: 4px;
    background-image: url(../img/icons/baloone-black.svg);
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    margin-right: 8px;
  }

  .geo .city-title {
    display: none;
  }

  .geo .city-title::before {
    content: none;
  }

  .hdr-search {
    margin-right: 0;
    width: 100%;
  }

  .hdr-search .select-title {
    font-size: 0;
  }

  .hdr-search .arrow-down-icon {
    visibility: hidden;
  }

  .hdr-search .select-wrap {
    min-width: auto;
    padding: 0;
    width: 40px;
    background-image: url(../img/icons/dot-menu-black.svg);
    background-size: 13%;
    background-repeat: no-repeat;
    background-position: center;
  }

  .control-links {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 12px;
  }

  .control-links-item {
    margin: 0 !important;
  }

  .utp-container {
    display: none;
  }

  .tabs-content-item .page-title {
    font-size: 20px;
  }

  .tabs-content-item .m-t_40 {
    margin-top: 30px;
  }

  .city-list-wrap {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }

  .change-city-popup._small {
    right: 0;
  }

  .change-city-popup._small::before {
    left: auto;
    right: 6px;
  }

  .modal._mob-no-full {
    width: 90%;
  }

  .tabs-content-item .availability-info {
    position: inherit;
  }

  .tabs-content-item .delivery-table-popup {
    max-width: 100%;
    left: 0;
    bottom: 100px;
  }

  ._add-basket-parametrs .catalog-list._item-row .product-card-item {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 120px 1fr;
    grid-template-columns: 120px 1fr;
    gap: 8px;
    padding: 16px;
    padding-bottom: 0;
    margin-bottom: 0;
  }

  ._add-basket-parametrs .catalog-list._item-row .img-wrap {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
    margin: 0;
    padding: 0;
  }

  ._add-basket-parametrs .catalog-list._item-row .price-wrap {
    min-height: auto;
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 3;
    grid-row: 3;
    margin: 0;
    padding: 0;
    width: 100%;
  }

  ._add-basket-parametrs .catalog-list._item-row .price-wrap .current-price {
    font-size: 16px;
    margin-bottom: 0;
  }

  ._add-basket-parametrs .catalog-list._item-row .about-prod-wrap {
    -ms-grid-column-span: 2;
    grid-column: span 2;
    -ms-grid-row: 2;
    grid-row: 2;
    margin: 0;
    padding: 0;
    width: 100% !important;
  }

  ._add-basket-parametrs .catalog-list._item-row .basket-control {
    position: relative;
    right: unset;
    top: unset;
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 3;
    grid-row: 3;
    margin: 0;
    padding: 0;
    justify-self: flex-end;
  }

  ._add-basket-parametrs .modal-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  ._add-basket-parametrs .modal-footer .btn-wrap {
    margin-left: 0;
    margin-top: 8px;
  }

  .modal-wrap._add-basket .modal-footer {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }

  .modal-wrap._add-basket .modal-footer .btn-wrap {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 16px;
  }

  .modal[id^=CatalogSectionBasket],
  .modal[id^=BasketClearAll],
  .modal[id^=CatalogSubscribe],
  .modal[id^=CatalogElementBasket_fav] {
    left: 50% !important;
    margin: 0 auto;
    height: -webkit-fit-content !important;
    height: -moz-fit-content !important;
    height: fit-content !important;
    max-width: calc(100% - 10px);
    border-radius: 0 0 4px 4px;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }

  .modal[id^=CatalogSectionBasket] .modal-content,
  .modal[id^=BasketClearAll] .modal-content,
  .modal[id^=CatalogSubscribe] .modal-content,
  .modal[id^=CatalogElementBasket_fav] .modal-content {
    max-height: none;
    overflow: visible;
  }

  .modal[id^=CatalogElementBasket_] {
    left: 50% !important;
    margin: 0 auto;
    max-width: calc(100% - 10px);
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }

  .modal[id^=CatalogElementBasket_] .modal-content .catalog-list._item-row .product-card-item {
    margin-bottom: 0;
  }

  .modal[id^=CatalogElementBasket_] .modal-content .catalog-list._item-row .about-prod-wrap {
    width: calc(100% - 120px - 8px);
  }

  .modal[id^=CatalogElementBasket_] .modal-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .modal[id^=CatalogElementBasket_] .modal-footer .btn-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: 0;
    margin-top: 16px;
    width: 100%;
  }

  .modal[id^=CatalogElementBasket_] .modal-footer .btn-wrap .btn:first-child {
    margin-right: 0;
    margin-bottom: 8px;
  }

  .modal[id^=CatalogElementBasket_] .modal-footer .btn-wrap:first-child {
    margin-top: 0;
  }

  .modal[id^=BasketClearAll] .btn-wrap {
    margin: 0;
  }

  .modal[id^=BasketClearAll] .btn-wrap .btn-buy {
    border: 1px solid #0088cb;
    border-radius: 4px;
    -webkit-transition-property: color, background;
    -o-transition-property: color, background;
    transition-property: color, background;
    -webkit-transition-duration: 0.3s;
         -o-transition-duration: 0.3s;
            transition-duration: 0.3s;
  }

  .modal[id^=BasketClearAll] .btn-wrap .btn-buy:focus,
  .modal[id^=BasketClearAll] .btn-wrap .btn-buy:active {
    background-color: #0088cb;
    color: #fff;
  }

  #popupFindError .modal {
    left: 50% !important;
    height: -webkit-fit-content !important;
    height: -moz-fit-content !important;
    height: fit-content !important;
    max-width: calc(100% - 10px);
    border-radius: 0 0 4px 4px;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }

  #popupFindError .modal .modal-content {
    max-height: none;
    overflow: visible;
  }

  #recall_container .modal {
    max-width: calc(100% - 10px) !important;
  }

  #recall_container .modal .modal-content {
    max-height: none;
    overflow: visible;
  }

  .bonus-system-wrap {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .bonus-system-item {
    width: calc(50% - 4px);
    margin-right: 0;
    padding: 16px;
  }

  .bonus-system-item._large {
    width: 100%;
    padding: 16px;
  }

  .bonus-system-item._large .title {
    font-weight: 400;
  }

  .bonus-system-item._center {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .bonus-system-item._center .desc {
    text-align: left;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .bonus-system-item._center br {
    display: none;
  }

  .bonus-system-item._center .days-left {
    margin-bottom: 0;
    width: initial;
    font-size: 16px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .bonus-system-item._center ._bold {
    font-weight: 400;
  }

  .order-history-list .order-num {
    margin-right: 10px;
  }

  .account-product-list.catalog-list._item-row .product-card-item {
    min-height: 220px;
  }

  .page-title._account-order .order-status {
    margin-bottom: 5px;
    margin-left: 12px;
  }

  .chat-message-content .info-row .title {
    width: 150px;
  }

  .chat-message-content .info-row .desc {
    width: calc(100% - 150px);
    padding-left: 15px;
  }

  .chat-message-content._height-860 {
    min-height: auto;
  }

  .control-panel._ask-question .content-block {
    padding-right: 20px;
  }

  .nothing-found-item .img-wrap {
    width: 193px;
    height: 183px;
    margin-right: 20px;
  }

  .nothing-found-item .content-wrap {
    width: calc(100% - 193px - 24px);
  }

  .nothing-found-item .btn-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .nothing-found-item .btn {
    width: 100%;
    margin-bottom: 8px;
  }

  .nothing-found-item .btn:last-child {
    margin-bottom: 0;
  }

  .tags-list-wrap {
    overflow-x: auto;
    scrollbar-color: #90A4AF #ffffff;
    scrollbar-width: thin;
    scrollbar-face-color: #90A4AF;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .tags-list-wrap::-webkit-scrollbar {
    height: 5px;
    background: #ffffff;
    visibility: hidden;
  }

  .tags-list-wrap::-webkit-scrollbar-thumb {
    height: 5px;
    background: #90A4AF;
    border-radius: 50px;
    visibility: hidden;
  }

  .tags-list {
    display: block;
    white-space: nowrap;
  }

  .tags-list-item {
    display: inline-block;
    margin-bottom: 0;
  }

  .tags-list-item:nth-child(1),
  .tags-list-item:nth-child(2),
  .tags-list-item:nth-child(3),
  .tags-list-item:nth-child(4),
  .tags-list-item:nth-child(5) {
    display: inline-block;
  }

  .tags-list-item._show-more {
    display: inline-block;
    display: none;
  }

  .catalog-list._item-row.catalog-list.basket-wrap .product-card-item {
    padding: 8px;
  }

  .catalog-list._item-row.catalog-list.basket-wrap .about-prod-wrap {
    width: calc(100% - 120px);
    margin-left: 0;
    padding-left: 8px;
  }

  .catalog-list._item-row.catalog-list.basket-wrap .img-wrap {
    width: 120px;
    height: 120px;
  }

  .catalog-list._item-row.catalog-list.basket-wrap .basket-control {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    padding-top: 0;
    margin-left: 0;
  }

  .catalog-list._item-row.catalog-list.basket-wrap .price-wrap {
    width: auto;
    position: initial;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 16px;
  }

  .catalog-list._item-row.catalog-list.basket-wrap .product-quantity .input {
    width: calc(100% - 27px - 27px);
  }

  .catalog-list._item-row.catalog-list.basket-wrap .current-price {
    width: auto;
    margin-right: 8px;
    margin-bottom: 0;
  }

  .catalog-list._item-row.catalog-list.basket-wrap .absolute-box {
    position: initial;
    width: auto;
    margin-top: 0;
  }

  .catalog-list._item-row.catalog-list.basket-wrap .old-price {
    margin-right: 8px;
  }

  .catalog-list._item-row.catalog-list.basket-wrap .bonuses {
    position: absolute;
    top: 102px;
    left: 12px;
    padding: 2px 4px;
    background-color: #ffffff;
    border-radius: 4px;
    width: auto;
  }

  .catalog-list._item-row.catalog-list.basket-wrap .basket-control {
    width: auto;
  }

  .additional-services-list {
    padding: 16px 8px 16px 8px;
  }

  .basket-tabs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .basket-tabs__item {
    width: 100%;
  }

  .basket-tabs__item:first-child {
    border-radius: 4px 4px 0 0;
  }

  .basket-tabs__item:last-child {
    border-radius: 0 0 4px 4px;
  }

  .articles-list-wrap {
    padding: 16px;
  }

  .articles-list._column .article-item._full {
    width: 360px;
  }

  .product-card-item .img-wrap {
    height: 257px;
  }

  .product-card-item .price-wrap {
    padding: 8px;
  }

  .product-card-item .about-prod-wrap {
    padding: 8px;
  }

  .product-card-item .basket-control {
    padding: 8px;
  }

  .product-card-item .availability-info {
    font-size: 12px;
  }

  .product-card-item .product-title {
    height: 48px;
    margin-bottom: 12px;
  }

  .product-card-item .absolute-box {
    left: 8px;
    top: -33px;
  }

  .product-card-item .absolute-box .discount-quantity,
  .product-card-item .absolute-box .bonuses {
    font-size: 11px;
    padding: 4px;
  }

  .product-card-item .favorites-comparison {
    top: 8px;
    right: 8px;
  }

  .product-card-item .stickers {
    top: 8px;
    left: 8px;
  }

  .product-title {
    font-size: 12px;
  }

  .current-price {
    font-size: 14px;
  }

  .old-price {
    font-size: 12px;
    margin-left: 8px;
  }

  .additional-information {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: 60px;
  }

  .additional-information._m-b {
    margin-bottom: 5px;
  }

  .additional-item {
    margin-bottom: 5px;
  }

  .product-quantity {
    width: 63%;
  }

  .product-quantity .input {
    width: 69% !important;
  }

  .warning-cookies .container {
    width: calc(100% - 24px);
  }

  .page-title .link._p-b {
    padding-bottom: 6px;
  }

  .container {
    width: 90%;
  }

  .m-t_56 {
    margin-top: 32px;
  }
}

@media (max-width: 700px) {
  .product-control-panel,
  .product-add-info {
    padding: 24px;
  }

  .product-add-info-item._attention-block {
    width: 100%;
    margin-left: 0;
  }

  .tabs-content-item .catalog-list._item-row .basket-control {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 8px;
    padding-top: 0;
  }

  .tabs-content-item .catalog-list._item-row .btn {
    margin-top: 0;
  }

  .tabs-content-item .catalog-list._item-row .about-prod-wrap {
    width: calc(100% - 104px - 31px);
  }

  .product-control-panel.price-fixed::after {
    content: "";
    display: block;
    position: fixed;
    height: 72px;
    bottom: 56px;
    left: 0;
    right: 0;
    z-index: 4;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 4px 20px rgba(8, 35, 60, 0.15);
            box-shadow: 0px 4px 20px rgba(8, 35, 60, 0.15);
  }

  .product-control-panel.price-fixed .price-wrap._mob-fixed {
    position: fixed;
    bottom: 92px;
    left: 24px;
    z-index: 5;
    margin-top: 0;
  }

  .product-control-panel.price-fixed .price-wrap._mob-fixed .current-price {
    font-size: 16px;
  }

  .product-control-panel.price-fixed .price-wrap._mob-fixed .old-price {
    font-size: 12px;
  }

  .product-control-panel.price-fixed .price-wrap._mob-fixed .discount-quantity {
    font-size: 12px;
  }

  .product-control-panel.price-fixed .price-wrap._mob-fixed .bonuses {
    white-space: nowrap;
  }

  .product-control-panel.price-fixed .retail-price {
    display: block;
    position: fixed;
    z-index: 5;
    bottom: 75px;
    left: 24px;
    font-size: 12px;
    color: #617E8C;
    font-size: 12px;
  }

  .product-control-panel.price-fixed .retail-price .price {
    font-weight: 600;
  }

  .product-control-panel.price-fixed .btn[_data-btn=add-to-basket],
  .product-control-panel.price-fixed .btn[data-btn=price-request] {
    position: fixed;
    height: 40px;
    bottom: 71px;
    right: 24px;
    z-index: 5;
    margin-bottom: 0;
  }
}

@media (max-width: 668px) {
  .statistic-list .swiper-pagination-bullet {
    width: 23%;
    margin-left: 0;
    margin-right: 0;
  }

  .statistic-list .swiper-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (max-width: 660px) {
  .order-amount._size {
    width: 100%;
    margin-bottom: 16px;
  }

  .order-payment-form._size {
    width: 100%;
  }

  .add-info-txt .desc {
    padding-left: 20px;
  }
}

@media (max-width: 650px) {
  .technology__title {
    padding: 20px 16px;
    font-size: 14px;
  }
}

@media (max-width: 610px) {
  .product-slider .swiper-wrapper .swiper-slide .product-card-item .basket-icon.btn {
    width: 100%;
  }

  .additional-item.scheme .delivery-table-popup {
    width: 300% !important;
    padding: 8px;
  }

  .basket-product-item .additional-item.scheme .delivery-table-popup {
    left: -130px;
    max-width: unset;
  }

  .additional-item.scheme .delivery-table-popup table tbody tr:first-of-type {
    display: none;
  }

  ._item-row .notify_pricerequest {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  ._item-row .notify_pricerequest .basket-control {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }

  ._item-row .notify_pricerequest .basket-control:first-of-type {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  ._item-row .notify_pricerequest .basket-control._pricerequest .btn {
    margin-left: unset;
    width: auto;
  }

  .account-product-list._item-row .notify_pricerequest,
  .catalog-list._item-row:not(.analogue-request) .notify_pricerequest {
    padding-top: 0;
  }

  .swiper-slide .product-card-item .img-wrap {
    height: 189px;
  }

  .product-card-item .img-wrap {
    height: 189px;
  }

  .product-card-item .old-price {
    margin-left: 0;
  }

  .product-card-item .availability-info {
    padding-left: 0;
  }

  .product-card-item .availability-info::before {
    display: none;
  }

  .product-card-item .availability-info {
    display: block;
    width: 100%;
  }

  .product-card-item .product-quantity {
    display: none;
  }

  .product-card-item .btn {
    font-size: 14px;
    width: 132px;
  }

  .product-card-item .btn._full {
    width: 100%;
  }

  .product-card-item .btn.basket-icon::before {
    display: none;
  }

  .product-card-item .btn.basket-icon._request {
    font-size: 12px !important;
    white-space: nowrap;
    width: calc(100% - 32px - 8px) !important;
  }

  .product-card-item .btn.active {
    color: #ffffff;
  }

  .product-card-item .menu-btn {
    display: block;
    width: 32px;
    height: 40px;
    background-color: #F8F9FA;
    border-radius: 4px;
    background-image: url(../img/icons/dot-menu-black.svg);
    background-size: 14%;
    background-repeat: no-repeat;
    background-position: center;
  }

  .stickers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: 5px !important;
    left: 5px !important;
  }

  .stickers .sticker-item {
    padding: 2px 4px;
    margin: 3px;
    font-size: 11px;
  }

  .modal .catalog-list._item-row .product-quantity {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .modal .catalog-list._item-row .product-title,
  .modal .catalog-list._item-row .product-article,
  .modal .catalog-list._item-row .brand-title {
    font-size: 12px;
  }

  .modal .catalog-list._item-row .brand-title {
    margin-bottom: 38px;
  }

  .modal .product-list .product-card-item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .modal .product-list .img-wrap {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 120px;
    height: 120px;
  }

  .modal .product-list .about-prod-wrap {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding-right: 0;
    width: calc(100% - 120px);
    padding-top: 0;
  }

  .modal .product-list .basket-control {
    -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-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    padding-top: 0;
  }

  .modal .product-list .basket-control .btn {
    width: calc(100% - 35px - 8px);
    margin-top: 0;
  }

  .modal .product-list .basket-control ._full {
    width: 100%;
  }

  .modal .product-list .additional-information {
    height: auto;
  }

  .modal .product-list .price-wrap {
    position: relative;
    top: auto;
    right: auto;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    -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: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .modal .product-list .absolute-box .bonuses {
    width: auto;
    display: inline;
  }

  .modal .product-list .old-price {
    display: inline;
    width: auto;
  }

  .product-list-wrap .control-panel {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .product-list._catalog {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .product-list._catalog .product-card-item {
    width: 49%;
    margin-right: 0;
    margin-bottom: 8px;
  }

  .product-list._catalog .product-card-item .btn {
    width: calc(100% - 32px - 8px);
  }

  .product-list._catalog .img-wrap {
    height: 192px;
  }

  .product-list .product-card-item:nth-child(2n+1) .delivery-table-popup {
    left: 0;
  }

  .product-list._item-row .product-card-item .delivery-table-popup {
    width: auto;
  }

  .catalog-list._item-row .product-card-item {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .catalog-list._item-row .product-card-item .about-prod-wrap {
    width: calc(100% - 120px - 8px);
    height: auto;
    margin-left: 8px;
  }

  .catalog-list._item-row .product-card-item .absolute-box {
    position: initial;
    display: inline;
    width: auto;
    margin-top: 0;
    height: 16px;
  }

  .catalog-list._item-row .product-card-item .basket-control {
    position: relative;
    right: auto;
    top: auto;
    padding-top: 0;
  }

  .catalog-list._item-row .price-wrap {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    position: relative;
    width: 48%;
    padding: 16px;
    padding-top: 0;
    top: auto;
    right: auto;
    margin-top: 8px;
    padding-left: 0;
    padding-bottom: 0;
    min-height: auto;
  }

  .catalog-list._item-row .product-card-item {
    width: 100%;
  }

  .catalog-list._item-row .img-wrap {
    height: 120px;
    width: 120px;
  }

  .catalog-list._item-row .basket-control {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-left: auto;
  }

  .catalog-list._item-row .menu-btn {
    margin-top: 8px;
    margin-left: 8px;
    cursor: pointer;
  }

  .catalog-list._item-row .menu-btn:hover {
    border: 1px solid #0088cb;
  }

  .catalog-list._item-row .discount-quantity {
    display: block;
  }

  .catalog-list._item-row .old-price {
    display: inline-block;
    margin-right: 8px;
  }

  .catalog-list._item-row .price-wrap {
    position: initial;
    width: 46%;
  }

  .catalog-list._item-row .bonuses {
    position: absolute;
    top: 105px;
    left: 14px;
    background-color: #ffffff;
    padding: 2px 4px;
    border-radius: 4px;
    z-index: 1;
    width: auto;
  }

  .catalog-list._item-row .btn {
    width: 100px;
  }

  .catalog-list._item-row .btn._show-all {
    width: 100%;
  }

  .tabs-content-item .catalog-list._item-row .basket-control {
    margin-left: 0;
    width: auto;
  }

  .tabs-content-item .catalog-list._item-row .basket-control .btn {
    width: 100px;
  }

  .tabs-content-item .catalog-list._item-row .menu-btn {
    margin-top: 0;
  }

  .product-model-item .characteristic-wrap {
    border-top: 1px solid #E0E0E0;
  }

  .product-model-item .img-wrap {
    width: 100%;
    border-right: none;
    height: 326px;
  }

  .product-model-item .content-wrap {
    width: 100%;
  }

  .product-model-item .docs-wrap .title {
    margin-bottom: 16px;
  }

  .product-model-item .doc-item {
    width: 100%;
  }

  ._catalog .product-card-item--simplified .basket-control._connection {
    width: 100%;
  }

  .product-list.analogue-request .double-buttons.product-card-item > .basket-control {
    padding-top: 0;
  }

  .product-list.analogue-request .double-buttons.product-card-item > .basket-control .btn,
  .product-list.analogue-request .double-buttons.product-card-item > .basket-control .menu-btn_dot {
    margin-top: 0;
  }

  .product-list.analogue-request .double-buttons.product-card-item .about-prod-wrap {
    margin-right: auto;
  }

  .product-list.analogue-request .double-buttons.product-card-item .price-wrap {
    margin-left: unset;
  }

  .product-list.analogue-request .double-buttons.product-card-item .notify_pricerequest {
    margin-top: 0;
  }

  .product-list.analogue-request .double-buttons.product-card-item .notify_pricerequest .additional-information {
    margin-right: auto;
  }

  .product-list.analogue-request .double-buttons.product-card-item .notify_pricerequest .menu-btn_dot {
    margin-top: 0;
  }

  .product-list.analogue-request .double-buttons.product-card-item .notify_pricerequest .basket-control .btn {
    margin: 0;
    background-image: url(../img/icons/bell-black.svg);
    background-position: center;
    background-repeat: no-repeat;
    width: 38px;
    font-size: 0;
  }

  .comparison-table-wrap .control-arrows {
    display: none;
  }

  .comparison-table .table {
    font-size: 14px;
  }

  .comparison-table .product-card-item .img-wrap {
    width: 100%;
    height: 192px;
  }

  .comparison-table .product-card-item .btn._gray {
    width: 40px;
  }

  .comparison-table .product-card-item .btn._gray._full {
    width: 100%;
  }

  .comparison-table .product-card-item .btn.basket-icon {
    width: calc(100% - 40px - 10px);
  }

  .remove-category-btn {
    width: 100%;
    margin-top: 24px;
    padding-left: 29px;
    font-size: 14px;
  }

  .remove-category-btn::before {
    top: -4px;
  }

  .sort-wrap {
    width: 100%;
    margin-bottom: 8px;
    height: 56px;
  }

  .mob-filter-btn {
    width: calc(100% - 112px - 8px);
  }

  .analogues-box .control-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .analogues-box .txt-box {
    width: 100%;
    margin-right: 0;
    text-align: center;
    margin-bottom: 16px;
  }

  .analogues-box .btn._w-195 {
    width: 100%;
  }

  .filter-block-wrap._filter-hidden .catalog-list._item-row .basket-control .btn {
    width: calc(100% - 32px - 8px);
  }

  ._service-page .catalog-list._item-row .basket-control {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }

  ._service-page .catalog-list._item-row .basket-control .btn {
    width: 40px;
    height: 40px;
  }

  .content-box._width-800 {
    padding: 24px;
  }

  .parts-controll-wrap._advantage {
    padding: 24px;
  }

  .parts-controll-wrap._advantage .controll-list-item {
    width: 100%;
    padding-right: 0;
    margin-bottom: 32px;
  }

  .parts-controll-wrap._advantage .controll-list-item:nth-child(4) {
    margin-bottom: 32px;
  }

  .parts-controll-wrap._advantage .controll-list-item:last-child {
    margin-bottom: 0;
  }

  .map-contacts {
    height: 256px;
  }

  .requisites-list-wrap .list-item-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .requisites-list-wrap .item-title {
    width: 100%;
    color: #90A4AF;
    line-height: 1.5;
  }

  .requisites-list-wrap .item-desc {
    width: 100%;
    padding-left: 0;
  }

  .requisites-list-wrap .list-title {
    margin-bottom: 16px;
  }

  .requisites-list-wrap .list-title.m-t_40 {
    margin-top: 32px;
  }

  .map-item {
    max-width: 100%;
  }

  .app-list-wrap {
    padding: 24px;
  }

  .app-list-item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .app-list-item-about {
    width: 100%;
  }

  .form._app-status {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 24px;
  }

  .form._app-status .form-item._title {
    width: 100%;
    padding-right: 0;
  }

  .form._app-status .form-item-wrap {
    width: 100%;
  }

  .form._page {
    padding: 16px;
  }

  .form._page._padding-32 {
    padding: 16px;
  }

  .form._page .btn._w-190 {
    width: 100%;
  }

  .form._page ._txt-gray.col-50 {
    width: 100%;
    padding-right: 0;
    margin-bottom: 0;
  }

  .form-item._column-count_2 {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }

  .form-item .col-50 {
    width: 100%;
    margin-bottom: 16px;
  }

  .form-item .col-50:last-child {
    margin-bottom: 0;
  }

  .form-item .p-r_10 {
    padding-right: 0;
  }

  .form-item .p-l_10 {
    padding-left: 0;
  }

  .set-product-list {
    padding: 16px;
  }

  .set-product-item._blue {
    height: 100%;
    padding-bottom: 76px;
  }

  .set-product-item._blue::before {
    left: 8px;
  }

  .set-product-item._blue .txt-content {
    width: 100%;
    height: 104px;
  }

  .set-product-item._blue .btn {
    width: auto;
    position: absolute;
    left: 5px;
    bottom: 5px;
    right: 5px;
  }

  .set-product-item .img-wrap {
    width: 104px;
  }

  .set-product-item .content-wrap {
    width: calc(100% - 104px);
  }

  .set-product-item .product-title {
    margin-top: 0;
    margin-bottom: 5px;
  }

  .catalog-list-item {
    width: 49%;
    padding: 8px;
    margin-bottom: 8px;
  }

  .catalog-list-breeding._dubble .breeding-catalog-item {
    width: 100%;
    margin-bottom: 16px;
  }

  .catalog-list-breeding._dubble .breeding-catalog-item:last-child {
    margin-bottom: 0;
  }

  .catalog-list-breeding .title-wrap {
    padding-left: 40px;
    padding-right: 40px;
  }

  .brand-list-item .title-wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .txt-list-item {
    font-size: 14px;
    padding: 8px;
  }

  .parts-element-item--with-counter {
    -ms-grid-columns: 30px 1fr auto;
    grid-template-columns: 30px 1fr auto;
  }

  .parts-element-item--with-counter .parts-element-name {
    width: unset;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }

  .parts-element-item--with-counter .parts-element-control .control-item {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .parts-element-item--with-counter .parts-element-control .control-item.attention-icon {
    margin-left: 0 !important;
  }

  .parts-element-item--with-counter .parts-element-control .menu-btn {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-left: 14px;
  }

  .parts-element-item--with-counter .parts-element-control .basket-icon {
    margin-top: 0;
  }

  .parts-element-item--with-counter .parts-element-quantity {
    margin-top: 0;
  }

  .parts-element-control .control-item.popup-in .popup-wrap {
    right: unset;
    top: -16px;
    left: -16px;
    margin-top: 0;
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);
  }

  .parts-element-control .control-item.popup-in .popup-wrap::before {
    top: unset;
    right: unset;
    left: 12px;
    bottom: -12px;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }

  .parts-element-control._show-menu::before,
  .parts-element-control._show-menu::after {
    z-index: 3 !important;
  }

  .parts-element-control._show-menu .attention-icon,
  .parts-element-control._show-menu .photo-icon,
  .parts-element-control._show-menu .close-btn {
    z-index: 4 !important;
  }

  .cheme-image-wrap .control-panel {
    right: 8px;
    left: 8px;
  }

  .cheme-image-wrap .nav-item-wrap {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .cheme-image-wrap .nav-item-wrap:first-child {
    width: auto;
  }

  .cheme-image-wrap .nav-item-wrap .item::before {
    width: 20px;
    height: 20px;
  }

  .cheme-image-wrap .nav-item-wrap {
    width: 118px;
  }

  .zoom-image-control .zoom-in::before,
  .zoom-image-control .zoom-out::before {
    width: 20px;
    height: 20px;
  }

  .zoom-number {
    margin-left: 8px;
    margin-right: 8px;
  }

  ._mob-hidden {
    display: none;
  }

  .spare-parts-list .desc-title {
    display: none;
  }

  .spare-parts-list .mob-title {
    display: inline-block;
  }

  .spare-parts-list .item-name {
    display: none;
  }

  .spare-parts-list .item-article {
    width: calc(100% - 18px - 24px);
  }

  .parts-list-wrap {
    font-size: 14px;
  }

  .parts-element-name {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: calc(100% - 18px - 68px - 57px);
  }

  .parts-element-name .element-article {
    margin-right: 0;
    display: block;
    width: 100%;
    color: #90A4AF;
  }

  .parts-element-name .element-name {
    width: 100%;
    display: block;
    margin-right: 0;
    padding-right: 15px;
  }

  .parts-element-control {
    width: 113px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }

  .parts-element-control .photo-icon {
    display: none;
  }

  .parts-element-control .attention-icon {
    display: none;
  }

  .parts-element-control .control-item.basket-icon,
  .parts-element-control .control-item.price-request-icon {
    margin-right: 16px;
  }

  .parts-element-control .menu-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 24px;
    height: 24px;
    background-image: url(../img/icons/dot-menu-black.svg);
    background-size: 15%;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
  }

  .parts-element-control .close-btn {
    position: fixed;
    z-index: 3;
    right: 16px;
    top: calc(100% - 172px);
    display: none;
  }

  .parts-element-control._show-menu::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.5);
  }

  .parts-element-control._show-menu::after {
    content: "";
    display: block;
    width: 100%;
    height: 97px;
    background-color: #ffffff;
    border-radius: 4px 4px 0 0;
    position: fixed;
    z-index: 2;
    left: 0;
    bottom: 56px;
    -webkit-animation-name: fadeIpOpacity;
            animation-name: fadeIpOpacity;
    -webkit-animation-duration: 0.3s;
            animation-duration: 0.3s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
  }

  .parts-element-control._show-menu .photo-icon {
    display: block;
    position: fixed;
    left: 25px;
    bottom: 75px;
    z-index: 3;
    -webkit-animation-name: fadeIpOpacity;
            animation-name: fadeIpOpacity;
    -webkit-animation-duration: 0.3s;
            animation-duration: 0.3s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
  }

  .parts-element-control._show-menu .photo-icon::after {
    content: "Фото";
    font-size: 14px;
    line-height: 1.5;
    color: #0C131D;
    position: absolute;
    left: 30px;
    top: 0;
  }

  .parts-element-control._show-menu .attention-icon {
    display: block;
    position: fixed;
    left: 25px;
    bottom: 114px;
    z-index: 3;
    -webkit-animation-name: fadeIpOpacity;
            animation-name: fadeIpOpacity;
    -webkit-animation-duration: 0.3s;
            animation-duration: 0.3s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
  }

  .parts-element-control._show-menu .attention-icon::after {
    content: "Информация";
    font-size: 14px;
    line-height: 1.5;
    color: #0C131D;
    position: absolute;
    left: 30px;
    top: 0;
  }

  .parts-element-control._show-menu .close-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #ffffff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    background-size: 40%;
    border: 1px solid #EFF2F4;
  }

  .parts-controll-wrap .form {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .parts-controll-wrap .form .input {
    width: 100%;
  }

  .parts-controll-wrap .form .btn {
    width: 100%;
    margin-top: 16px;
  }

  .parts-controll-search {
    padding: 24px;
  }

  .parts-controll-wrap .btn-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .parts-controll-wrap .btn-wrap .btn {
    width: 100%;
  }

  .modal[id^=CatalogSectionBasket] .modal-footer .btn-wrap > .btn {
    width: calc((100% - 8px) / 2);
  }

  .delivery-table-popup {
    max-height: 283px;
  }

  .delivery-table-popup .desc._icon::before {
    content: none;
    display: none;
  }

  .product-control-panel-wrap .product-quantity .package-table-popup {
    position: absolute;
    margin-bottom: 25px;
  }

  ._add-basket-parametrs.modal .modal-footer .btn-wrap .btn._txt-black {
    margin-top: 8px;
    margin-left: 0;
  }

  .delivery-table-popup {
    max-width: 100%;
  }

  .delivery-table-popup .table {
    display: block;
  }

  .delivery-table-popup tbody {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .delivery-table-popup .delivery-table-popup .tr {
    width: 100%;
  }

  .delivery-table-popup .td {
    display: block;
    width: 100%;
    padding: 5px 0;
  }

  .change-city-popup._small {
    top: auto;
    width: 90%;
    position: fixed;
    z-index: 3;
    bottom: 75px;
    left: 16px;
    right: 16px;
    margin: auto;
  }

  .change-city-popup._small::before {
    display: none;
  }

  .change-city-popup._small .btn {
    width: 49%;
  }

  .modal._mob-no-full .form-item {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .modal .modal-footer ._txt-gray {
    width: 100%;
    margin-bottom: 8px;
  }

  .modal .modal-footer .btn-wrap {
    margin-left: 0;
  }

  .package-table-popup {
    position: fixed;
    bottom: 56px;
    margin-bottom: 0;
    margin-right: 0;
    left: 0 !important;
    right: 0 !important;
    width: 100%;
    border-radius: 4px 4px 0 0;
    z-index: 3;
    padding-top: 11px;
  }

  .package-table-popup .close-menu {
    display: block;
    position: absolute;
    right: 16px;
    top: -20px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #ffffff;
    background-image: url(../img/icons/close-icon.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 32%;
    -webkit-box-shadow: 0 10px 21px 10px rgba(0, 9, 17, 0.05);
            box-shadow: 0 10px 21px 10px rgba(0, 9, 17, 0.05);
  }

  ._add-basket-parametrs .catalog-list._item-row .price-wrap .current-price {
    font-size: 14px;
  }

  ._add-basket-parametrs .catalog-list._item-row .price-wrap .availability-info {
    width: auto;
  }

  .account-content .page-title {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .bonus-system-item._large .title {
    width: 70%;
  }

  .order-history-list .order-control {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }

  .order-history-list .order-list-item {
    padding: 16px;
  }

  .order-history-list .order-price {
    width: 100%;
  }

  .order-history-list .btn-wrap {
    width: auto;
  }

  .order-history-list .btn-wrap .btn {
    font-size: 0;
    width: 24px;
    height: 24px;
    padding: 0;
    border: none;
    background-image: url(../img/icons/arrow-right-blue-circle.svg);
    background-size: 95%;
    background-position: center;
  }

  .order-history-list .btn-wrap .btn:hover {
    background-color: transparent;
  }

  .personal-message-content {
    padding: 24px;
  }

  .personal-message-content .catalog-list._item-row.catalog-list .about-prod-wrap {
    width: calc(100% - 120px - 8px);
  }

  .personal-message-content .catalog-list._item-row .basket-control {
    margin-left: 10px;
  }

  .personal-message-content .catalog-list._item-row .basket-control .btn {
    width: calc(100% - 32px - 8px);
  }

  .personal-message-content .catalog-list._item-row .additional-information {
    display: none;
  }

  .personal-message-content .col-50 {
    width: 100%;
  }

  .personal-message-content .col-50 .img {
    width: 100%;
  }

  .personal-message-content .p-r_16 {
    padding-right: 0;
    margin-bottom: 32px;
  }

  .personal-message-content .p-l_16 {
    padding-left: 0;
  }

  .account-product-list.catalog-list._item-row .additional-information {
    display: none;
  }

  .account-product-list.catalog-list._item-row .basket-control .btn {
    width: calc(100% - 32px - 8px);
    font-size: 14px;
  }

  .account-product-list.catalog-list._item-row .product-card-item {
    min-height: auto;
  }

  .account-product-list.catalog-list._item-row .article-item._row-visible {
    display: none;
  }

  .expected-product-list.catalog-list._item-row.catalog-list .basket-control {
    margin-top: 0;
    height: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .expected-product-list.catalog-list._item-row.catalog-list .basket-control .btn {
    width: 40px;
    height: 40px;
    font-size: 0;
    margin-left: 8px;
  }

  .expected-product-list.catalog-list._item-row.catalog-list .basket-control .btn:first-child {
    margin-left: 0;
  }

  .expected-product-list.catalog-list._item-row.catalog-list .basket-control .btn._blue {
    background-image: url(../img/icons/basket-white.svg);
    background-size: 65%;
    background-position: center;
    background-repeat: no-repeat;
  }

  .expected-product-list.catalog-list._item-row.catalog-list .basket-control .btn._gray {
    background-image: url(../img/icons/bell-black-line.svg);
    background-size: 55%;
    background-position: center;
    background-repeat: no-repeat;
  }

  .expected-product-list.catalog-list._item-row.catalog-list .basket-control .btn._gray:hover {
    background-image: url(../img/icons/bell-white-line.svg);
  }

  .expected-product-list.catalog-list._item-row.catalog-list._order-list .price-wrap {
    width: 100%;
    padding-right: 0;
  }

  .expected-product-list.catalog-list._item-row.catalog-list._order-list .absolute-box {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .expected-product-list.catalog-list._item-row.catalog-list._order-list .absolute-box .bonuses {
    position: relative;
    top: auto;
    left: auto;
    width: auto;
    display: inline-block;
  }

  .expected-product-list .product-card-item {
    min-height: auto;
  }

  .order-amount,
  .order-payment-form {
    padding: 24px;
  }

  .add-info-txt {
    padding: 24px;
  }

  .order-payment-form .order-title {
    margin-bottom: 16px;
  }

  .add-info-txt .title {
    width: 100%;
    font-size: 14px;
    color: #90A4AF;
    margin-bottom: 2px;
  }

  .add-info-txt .desc {
    width: 100%;
    padding-left: 0;
  }

  .page-title._account-order .info-wrap {
    width: 100%;
    margin-bottom: 16px;
  }

  .page-title._account-order .control-panel {
    width: 100%;
  }

  .chat-message-header ._desctop-hidden {
    font-size: 0;
  }

  .chat-message-footer .load-file-btn {
    width: 48px;
    height: 48px;
  }

  .chat-message-footer .textarea {
    height: 48px;
    padding: 11px;
    width: calc(100% - 56px - 16px - 16px - 48px);
  }

  .chat-message-footer .btn {
    height: 48px;
    width: 48px;
    font-size: 0;
    background-image: url(../img/icons/send-message-blue.svg);
    background-size: 55%;
    background-position: center;
    background-repeat: no-repeat;
  }

  .notifications-profile-list .notifications-list-item {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .notifications-profile-list .notifications-list-item .title {
    width: auto;
  }

  .nothing-found-item {
    padding: 24px;
  }

  .nothing-found-item .img-wrap {
    width: 100%;
    margin-right: 0;
    margin-bottom: 8px;
  }

  .nothing-found-item .content-wrap {
    width: 100%;
    text-align: center;
  }

  .nothing-found-item .p {
    margin-bottom: 24px;
  }

  .control-panel._ask-question {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .control-panel._ask-question .content-block {
    width: 100%;
    padding-right: 0;
    text-align: center;
    margin-bottom: 24px;
  }

  .control-panel._ask-question .btn {
    width: 100%;
  }

  .catalog-list._item-row.catalog-list.basket-wrap .basket-control {
    width: 100%;
    position: relative;
  }

  .catalog-list._item-row.catalog-list.basket-wrap .product-quantity {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 0;
  }

  .catalog-list._item-row.catalog-list.basket-wrap .menu-btn {
    position: absolute;
    right: 0;
    top: -50px;
    margin-top: 0;
  }

  .catalog-list._item-row.catalog-list.basket-wrap .price-wrap {
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .product-slider-wrap {
    margin-top: 17px;
  }

  .product-slider-wrap .slider-next,
  .product-slider-wrap .slider-prev {
    top: -54px;
    width: 35px;
    height: 35px;
  }

  .product-slider-wrap .slider-next::before,
  .product-slider-wrap .slider-prev::before {
    background-size: 24%;
  }

  .container {
    width: 95%;
  }

  .page-title .h2 {
    width: 100%;
  }

  .page-title .link {
    margin-left: 0;
  }
}

@media (max-width: 576px) {
  .technology-card__product-image-wrapper {
    width: 100%;
  }

  .technology-card__tailoring-selects {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .technology-card .delivery-table-popup {
    left: 0;
    max-width: 100%;
  }

  .tailoring-list__item-header {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .tailoring-list__item-header-img {
    margin: 0;
  }

  .tailoring-list__item-header-title {
    margin-top: 8px;
    padding-left: 48px;
    width: 100%;
    font-size: 16px;
  }

  .tailoring-product {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 0;
  }

  .tailoring-product__link {
    margin-bottom: 12px;
    font-size: 14px;
  }

  .tailoring-product__status {
    margin-bottom: 12px;
    font-size: 12px;
  }

  .tailoring-product__info {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 136px;
    grid-template-columns: 1fr 136px;
    padding-top: 12px;
    border-top: 1px solid #F8F9FA;
  }

  .tailoring-product__info-price {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
  }

  .tailoring-product__info-price-current {
    display: inline-block;
    margin-bottom: 0;
    font-size: 14px;
  }

  .tailoring-product__info-price-old {
    margin-left: 4px;
    font-size: 12px;
  }

  .tailoring-product__info-dealer-price {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 2;
    grid-row: 2;
    margin: 0;
  }

  .tailoring-product__info-btns {
    -ms-grid-row-span: 2;
    grid-row: span 2;
    -ms-grid-column: 2;
    grid-column: 2;
    margin-top: 0;
  }

  .tailoring-product__info-buy-btn {
    width: 40px;
    padding: 0;
  }
}

@media (max-width: 575px) {
  .payment-list-item._profile {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 5px 10px;
    padding: 16px;
  }

  .payment-list-item._profile .title {
    font-size: 14px;
  }

  .payment-list-item._profile .desc {
    font-size: 12px;
  }

  .payment-list-item._profile .btns .btn {
    padding: 0;
    font-size: 0;
    width: 25px;
    height: 25px;
    border: none;
    border-radius: 50%;
    background-image: url(../img/icons/arrow-right-blue-circle.svg);
    background-size: contain;
    background-position: center;
    -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;
  }

  .payment-list-item._profile .btns .btn:hover {
    background-color: transparent;
    -webkit-transform: scale(1.15);
        -ms-transform: scale(1.15);
            transform: scale(1.15);
  }

  .scheme-list-link-title {
    margin-right: auto;
  }
}

@media (max-width: 560px) {
  .discount-quantity {
    font-size: 12px;
  }

  .product-row-item._small .img-wrap {
    width: 120px;
    height: 120px;
    padding-right: 8px;
  }

  .product-row-item._small .product-content {
    width: calc(100% - 120px);
  }

  .product-row-item._small .price-wrap {
    padding-left: 0;
    padding-right: 0;
    width: 44%;
  }

  .catalog-list._item-row .product-card-item {
    padding-left: 0;
    padding-right: 0;
  }

  .catalog-list._item-row .price-wrap {
    padding-right: 0;
  }

  .catalog-list._item-row .article-item,
  .catalog-list._item-row .brand-title {
    font-size: 12px;
    word-break: break-word;
  }

  .catalog-list._item-row .brand-title {
    margin-bottom: 10px;
  }

  .catalog-list._item-row .availability-info {
    height: auto;
  }

  .catalog-list._item-row .additional-information .favorites-comparison {
    display: none;
  }

  .catalog-list._item-row .additional-information .remove-btn {
    padding: 0;
  }

  .catalog-list._item-row .additional-information .remove-btn::before {
    display: none;
  }

  .modal-wrap._add-basket .modal {
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    height: auto;
    border-radius: 4px;
    margin-top: 12px;
  }

  .modal-wrap._add-basket .modal-content {
    height: auto;
  }

  .modal-wrap._add-basket .catalog-list._item-row .about-prod-wrap {
    margin-bottom: 16px;
  }

  .modal-wrap._add-basket .modal-footer {
    font-size: 14px;
  }

  .modal-wrap._add-basket .modal-footer .btn {
    font-size: 14px;
  }

  .modal .product-list .favorites-comparison {
    position: absolute;
    top: 20px;
    left: 100px;
  }

  .modal .product-list .favorites-comparison .comparison-icon {
    display: none;
  }

  .modal .product-list .favorites-comparison .favorites-icon::before {
    background-image: url(../img/icons/favorite-black.svg);
  }

  .tabs-content-item .catalog-list._item-row.catalog-list .product-card-item {
    padding: 0;
  }

  .catalog-list._item-row.catalog-list .product-card-item {
    padding: 8px;
  }

  .product-list.analogue-request .double-buttons.product-card-item {
    padding-bottom: 8px !important;
  }

  .product-list.analogue-request .double-buttons.product-card-item > .basket-control {
    position: absolute;
    bottom: 8px;
    left: 8px;
    margin: 0;
    margin-left: 98px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    max-width: calc(100% - 200px);
    z-index: 1;
  }

  .product-list.analogue-request .double-buttons.product-card-item > .basket-control .btn {
    margin: 0;
    width: 100%;
  }

  .product-list.analogue-request .double-buttons.product-card-item .about-prod-wrap {
    width: calc(100% - 108px);
  }

  .product-list.analogue-request .double-buttons.product-card-item .notify_pricerequest {
    min-height: 40px;
  }

  .product-list.analogue-request .double-buttons.product-card-item:has(.basket-control._notify[style*="display:none"]) > .basket-control,
  .product-list.analogue-request .double-buttons.product-card-item:has(.basket-control._notify[style*="display: none"]) > .basket-control {
    max-width: calc(100% - 112px);
  }

  .product-list.analogue-request .double-buttons.product-card-item:has(.basket-control._notify[style*="display:none"]) > .basket-control .btn,
  .product-list.analogue-request .double-buttons.product-card-item:has(.basket-control._notify[style*="display: none"]) > .basket-control .btn {
    width: calc(100% - 32px - 8px);
  }

  .main-blog-container .swiper-pagination-bullet {
    width: 48px;
  }

  .sort-list-wrap .sort-submenu {
    position: fixed;
    z-index: 4;
    margin: auto;
    left: calc(50% - 125px);
    top: calc(50% - 100px);
  }

  .analogues-box._empty {
    padding: 36px 24px;
  }

  .product-card-item .minus-circle-icon,
  .product-card-item .plus-circle-icon {
    display: none;
  }

  .search-found .btn-wrap .btn {
    width: 48.5%;
  }

  .filter-block-wrap._filter-hidden .product-list-wrap {
    display: block;
    width: 100%;
    margin-bottom: 16px;
  }

  .filter-block-wrap._filter-hidden {
    margin-top: 0;
  }

  ._service-page .product-list._catalog .product-card-item .btn {
    width: calc(100% - 40px - 8px - 40px - 8px);
  }

  ._service-page .catalog-list._item-row.catalog-list .product-card-item .remove-btn {
    margin-top: 8px;
    margin-left: 8px;
  }

  ._service-page .catalog-list._item-row.catalog-list .product-card-item .btn {
    width: 40px;
  }

  ._service-page .update-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;
  }

  ._service-page .update-icon::before {
    margin-bottom: 0;
  }

  ._service-page .product-card-item .remove-btn {
    margin-top: 0;
    margin-left: 0;
  }

  .about-company-wrap .about-company {
    padding: 24px;
  }

  .call-back-form._large .form-item {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .call-back-form._large .form._padding-56 {
    padding: 24px;
  }

  .submit-button-wrap._dubble {
    display: block;
  }

  .submit-button-wrap._dubble .desc {
    width: 100%;
  }

  .submit-button-wrap._dubble .btn {
    width: 100%;
    margin-top: 16px !important;
  }

  .submit-button-wrap .btn {
    display: block;
    margin-top: 16px;
  }

  .brands-list .brand-list-item {
    height: 52px;
  }

  .order-about .control-panel-footer {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .order-about .control-panel-footer ._desctop-hidden {
    width: 100%;
    margin-bottom: 16px;
  }

  .order-about .control-panel-footer .btn {
    width: 100%;
  }

  .product-page-main.m-t_30 {
    margin-top: 20px;
  }

  .main-description-wrap .description-item:not(.visible) {
    display: none;
  }

  .product-control-panel-wrap {
    margin-top: 16px;
  }

  .product-add-info,
  .product-control-panel {
    padding: 16px;
  }

  .tabs-content-item .table {
    display: block;
    width: 100%;
  }

  .tabs-content-item .thead {
    display: none;
  }

  .tabs-content-item .tbody {
    display: block;
  }

  .tabs-content-item .tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .tabs-content-item .td {
    display: block;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    padding-top: 0;
  }

  .tabs-content-item .td:first-child {
    padding-top: 16px;
  }

  .tabs-content-item .td:nth-child(3) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 20px;
    position: relative;
  }

  .tabs-content-item .td:nth-child(3)::before {
    content: "Доставка";
    position: absolute;
    left: 0;
    top: -5px;
    font-size: 14px;
    color: #90A4AF;
  }

  .tabs-content-item .td:nth-child(3) .span {
    font-size: 16px;
    color: #0C131D;
    display: block;
    width: 40%;
  }

  .tabs-content-item .td:nth-child(3) .p {
    display: block;
    width: auto;
  }

  .tabs-content-item .total-count {
    display: none;
  }

  .tabs-content-item .comment-btn {
    right: auto;
    left: 42px;
    top: 105px;
  }

  .tabs-content-item .page-title {
    margin-bottom: 16px;
  }

  .tabs-content-item .comment-list-wrap {
    margin-top: 50px;
  }

  .services-list-item {
    position: relative;
  }

  .services-list-item:first-child .price-wrap {
    top: 0;
  }

  .services-list-item:first-child .checkbox-wrap {
    top: 0;
  }

  .services-list-item .description-wrap {
    margin-right: 0;
    width: 100%;
  }

  .services-list-item .price-wrap {
    position: absolute;
    top: 16px;
    right: 40px;
    text-align: right;
    margin-right: 0;
  }

  .services-list-item .checkbox-wrap {
    position: absolute;
    top: 16px;
    right: 0;
  }

  .comment-list-item .content-desc {
    margin-top: 4px;
  }

  .user-comment-wrap {
    padding: 14px;
  }

  .user-comment-item {
    font-size: 14px;
  }

  .product-control-panel.price-fixed .price-wrap._mob-fixed {
    left: 16px;
  }

  .product-control-panel.price-fixed .retail-price {
    left: 16px;
  }

  .product-control-panel.price-fixed .btn[data-btn=add-to-basket] {
    right: 16px;
  }

  .form.order-form .form-item {
    margin-bottom: 16px;
  }

  .form.order-form .form-item.col-50 {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }

  .form.order-form .form-item._m-b-0 {
    margin-bottom: 16px;
  }

  .form.order-form .form-item._m-b-0:last-child {
    margin-bottom: 0;
  }

  .form._page .btn._w-149 {
    width: 100%;
  }

  .main-filter-item .img-wrap {
    width: 35%;
  }

  .main-filter-item .title {
    font-size: 14px;
  }

  .page-links._mobile-popup .page-link-item {
    display: none;
    margin-right: 0;
    padding-right: 20px;
    position: relative;
  }

  .page-links._mobile-popup .page-link-item::after {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    background-image: url(../img/icons/arrow-right-blue.svg);
    background-size: 55%;
    background-position: center;
    position: absolute;
    background-repeat: no-repeat;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    margin-top: 1px;
  }

  .page-links._mobile-popup .page-link-item.active {
    border-bottom: 2px solid transparent;
    display: block;
    width: 100%;
  }

  .page-links .modal-container .page-link-item {
    display: block;
  }

  .page-links .modal-container .page-link-item::after {
    display: none;
  }

  .quick-search-item {
    height: auto;
  }

  .quick-search-item .img-wrap {
    width: 20%;
    margin-right: 0;
    padding-right: 10px;
  }

  .quick-search-item .search-title {
    width: 80%;
  }

  .set-product-item {
    margin-bottom: 8px;
  }

  .set-product-item._blue {
    padding-left: 123px;
  }

  .set-product-item .img-wrap {
    width: 88px;
    height: 88px;
  }

  .set-product-item .content-wrap {
    width: calc(100% - 88px);
  }

  .set-product-item.plus-circle-icon::after {
    bottom: -19px;
  }

  .set-product-item.equally-circle-icon::after {
    bottom: -19px;
  }

  .modal .modal-content._mob-height {
    height: calc(100vh - 56px - 55px);
  }

  .modal .modal-content .content-scroll {
    max-height: none;
    height: 100%;
  }

  .control-links-item.favorites-icon {
    position: fixed;
    left: 28px;
    bottom: 74px;
    width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    height: auto;
    padding-left: 39px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: transparent;
    display: none;
  }

  .control-links-item.favorites-icon::before {
    left: 0;
    right: auto;
    top: 11px;
    width: 16px;
    height: 20px;
  }

  .control-links-item.favorites-icon .title {
    font-size: 14px;
    text-align: left;
  }

  .control-links-item.favorites-icon .num {
    left: 7px;
    right: inherit;
  }

  .control-links-item.comparison-icon {
    display: none;
    position: fixed;
    left: 28px;
    bottom: 122px;
    padding-top: 10px;
    padding-left: 39px;
    padding-bottom: 10px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    z-index: 1;
  }

  .control-links-item.comparison-icon .title {
    font-size: 14px;
  }

  .control-links-item.comparison-icon.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .control-links-item.comparison-icon::before {
    right: auto;
    top: auto;
  }

  .control-links-item.comparison-icon .num {
    right: 26px;
  }

  .control-links-item.check-status-icon {
    display: none;
    position: fixed;
    left: 28px;
    bottom: 447px;
    width: 100%;
    padding-top: 10px;
    padding-left: 39px;
    padding-bottom: 10px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    z-index: 1;
  }

  .control-links-item.check-status-icon.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .control-links-item.check-status-icon::before {
    right: auto;
    top: auto;
  }

  .control-links-item.check-status-icon::after {
    content: "Проверить статус заказа";
    font-size: 14px;
  }

  .control-links-item.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-animation-name: fadeIpOpacity;
            animation-name: fadeIpOpacity;
    -webkit-animation-duration: 0.3s;
            animation-duration: 0.3s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
  }

  .main-slogan {
    left: 96px;
  }

  .hdr-search-category {
    -webkit-column-count: initial;
       -moz-column-count: initial;
            column-count: initial;
    display: block;
    height: calc(100% - 160px);
    overflow: auto;
  }

  .search-category-item {
    display: block;
    width: 100%;
  }

  .nav-wrap.open {
    width: 100%;
    right: 0;
    padding-bottom: 126px;
    padding-top: 72px;
  }

  .header-wrap._service .logo-wrap {
    display: none;
  }

  .header-wrap._service .page-title {
    font-size: 16px;
  }

  .pagin-list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .pagin-item {
    width: 39px;
    height: 39px;
  }

  .product-list-wrap .total-count {
    display: none;
  }

  .product-list-wrap .pagin-list {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    padding-left: 39px;
    padding-right: 39px;
  }

  .product-list-wrap .pagin-item.prev-btn,
  .product-list-wrap .pagin-item.next-btn {
    position: absolute;
  }

  .product-list-wrap .pagin-item.prev-btn {
    left: 0;
    top: 0;
  }

  .product-list-wrap .pagin-item.next-btn {
    right: 0;
    top: 0;
  }

  ._mob-hidden-title {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  ._mob-hidden-title .total-count {
    display: none;
  }

  ._mob-hidden-title .pagin-list {
    position: relative;
    padding-left: 30px;
    padding-right: 30px;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  ._mob-hidden-title .prev-btn {
    position: absolute;
    left: 0;
    top: 0;
  }

  ._mob-hidden-title .next-btn {
    position: absolute;
    right: 0;
    top: 0;
  }

  .tabs-content-item .mob-wrapper {
    padding: 16px;
  }

  .tabs-content-item .mob-title {
    padding-left: 16px;
    padding-right: 16px;
  }

  .article-control-panel .share-tite {
    font-size: 0;
  }

  .article-control-panel .share-tite::before {
    margin-top: -16px;
  }

  .article-control-panel {
    font-size: 14px;
  }

  .author-article {
    font-size: 14px;
    padding: 8px;
  }

  .author-article .title-wrap {
    margin-bottom: 0;
  }

  .acticle-page-item {
    font-size: 14px;
  }

  .acticle-page-item .h3 {
    margin-top: 48px;
    margin-bottom: 24px;
  }

  .acticle-page-item .m-b_56 {
    margin-bottom: 48px;
  }

  .acticle-page-item .tags-list-wrap {
    overflow: initial;
  }

  .acticle-page-item .tags-list-wrap.m-t_72 {
    margin-top: 32px;
  }

  .acticle-page-item .tags-list {
    white-space: initial;
  }

  .acticle-page-item .tags-list-item {
    margin-bottom: 8px;
  }

  .image-slider.m-b_56 {
    margin-bottom: 48px;
  }

  .quote-block {
    padding: 32px;
    padding-left: 44px;
  }

  .quote-block.quote-icon_large::before {
    width: 28px;
    height: 22px;
    top: 32px;
  }

  .share-item .share-block-content {
    right: 0;
  }

  .share-item .share-block-content::after {
    right: 0;
    left: auto;
  }

  .message-item .message-content {
    font-size: 14px;
  }

  .tabs-content-item .chat-list {
    margin-top: 50px;
  }

  ._personal-account-form {
    padding: 24px;
  }

  ._personal-account-form .social-list .title {
    width: 100%;
    margin-bottom: 24px;
    margin-right: 0;
    text-align: center;
  }

  ._personal-account-form .order-mob_2 {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  ._personal-account-form .order-mob_2 .link {
    font-size: 14px;
  }

  ._personal-account-form .checkbox-wrap._large-txt .checkbox-txt {
    font-size: 14px;
  }

  ._personal-account-form .checkbox-wrap .checkbox-txt::before {
    top: 0;
  }

  .account-footer-link {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .account-footer-link .m-r_20 {
    margin-right: 0;
  }

  .account-footer-link .footer-link-title {
    display: block;
    text-align: center;
    width: 100%;
    margin-bottom: 4px;
  }

  .mob-nav-active .hdr-catalog-list-wrap {
    top: 122px;
  }

  .mob-nav-active .submenu-item-wrap .submenu-item {
    font-size: 14px;
  }

  .mob-nav-active .incoming-submenu .submenu-item {
    font-size: 16px;
  }

  .modal-title + .modal-content {
    max-height: calc(100% - 56px);
  }

  #popupFindError {
    width: 100% !important;
  }

  .modal {
    top: 0;
    left: 0;
    right: 0;
    width: auto;
    height: auto;
    border-radius: 0;
    margin: 0;
  }

  .modal._w-400,
  .modal._w-500 {
    width: calc(100% - 20px);
  }

  .modal .form-item {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .modal._mob-no-full {
    width: 100%;
  }

  .modal-content {
    max-height: 75vh;
    padding: 24px;
  }

  .modal-content._chat {
    max-height: calc(100vh - 52px - 56px);
  }

  .modal-title {
    font-size: 18px;
    padding: 16px 24px;
    padding-right: 50px;
  }

  .close-modal {
    top: 18px;
    right: 25px;
  }

  .hdr-contact-popup {
    position: fixed;
    top: auto;
    bottom: 50px;
    left: 0;
    width: 100%;
    z-index: 10;
  }

  .hdr-contact-popup::before {
    display: none;
  }

  .hdr-contact-popup .close-menu {
    position: absolute;
    right: 16px;
    background-color: #ffffff;
    top: -20px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    -webkit-box-shadow: 0 10px 21px 10px rgba(0, 9, 17, 0.05);
            box-shadow: 0 10px 21px 10px rgba(0, 9, 17, 0.05);
    background-image: url(../img/icons/close-icon.svg);
    background-size: 40%;
    background-repeat: no-repeat;
    background-position: center;
  }

  .modal-wrap._add-basket .modal-title {
    padding: 16px;
  }

  .modal-wrap._add-basket .catalog-list._item-row .product-card-item {
    padding-left: 16px;
    padding-right: 16px;
  }

  .modal-wrap._mobile-modal-down .modal {
    top: auto;
    border-radius: 4px 4px 0 0;
    height: auto;
    bottom: 55px;
  }

  .modal-wrap._mobile-modal-down .modal-content {
    height: auto;
  }

  .modal-wrap._mobile-modal-down .modal-content._p-b {
    padding-bottom: 32px;
  }

  .modal-wrap._mobile-modal-down .modal-title {
    background-color: transparent;
    padding-bottom: 0;
  }

  .modal-wrap._mobile-modal-down .close-modal {
    width: 40px;
    height: 40px;
    background-color: #ffffff;
    border-radius: 50%;
    background-size: 40%;
    top: -20px;
    right: 16px;
    border: 1px solid #EFF2F4;
  }

  .modal-wrap._mobile-modal-down .m-b_32.p {
    margin-bottom: 24px;
  }

  .modal-container._test .modal-content {
    height: calc(100vh - 150px - 56px - 55px);
  }

  .modal-question-footer {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-top: 0;
  }

  .modal-question-footer .question-count {
    display: block;
    width: 100%;
    text-align: center;
  }

  .modal-question-footer .btn-wrap {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    margin-top: 16px;
  }

  .modal-question-footer .btn-wrap .btn {
    width: 48.5%;
    height: 48px;
  }

  .modal-question-footer .btn-wrap .btn:first-child {
    margin-right: 0;
  }

  .modal._mob-bottom {
    top: auto;
    bottom: 56px;
    height: auto;
    border-radius: 4px 4px 0 0;
  }

  .modal._mob-bottom .modal-content {
    height: auto;
  }

  .modal._mob-bottom .modal-content._padding-40 {
    padding: 24px;
    padding-bottom: 32px;
  }

  .modal._mob-bottom .modal-title {
    padding-bottom: 0;
    background-color: transparent;
  }

  .modal._mob-bottom .btn-wrap.m-t_30 {
    margin-top: 24px;
  }

  .mobile-popup .close-modal {
    width: 40px;
    height: 40px;
    background-color: #ffffff;
    border: 1px solid #EFF2F4;
    border-radius: 50%;
    top: -20px;
    right: 16px;
    background-size: 35%;
  }

  .order-history-list .order-status {
    width: 100%;
    margin-top: 12px;
  }

  .order-history-list .btn-wrap {
    margin-top: 12px;
  }

  .order-history-list .order-num .order {
    display: block;
    font-size: 16px;
  }

  .personal-info-item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 16px;
  }

  .personal-info-item .info-title {
    font-size: 14px;
    line-height: 1.5;
  }

  .personal-info-item .info-desc {
    width: 100%;
  }

  .payment-list-item,
  .personal-info-table {
    padding: 16px;
  }

  .payment-list-item._btn .menu-btn_dot {
    right: 16px;
  }

  .payment-list-item._btn .menu-btn_dot.popup-open .menu-popup {
    display: block;
    position: fixed;
    width: 100%;
    bottom: 50px;
    top: auto;
    left: 0;
    z-index: 4;
    opacity: 1;
    visibility: visible;
  }

  .payment-list-item._btn .menu-btn_dot.popup-open .menu-popup::after {
    display: none;
  }

  .payment-list-item._btn .menu-btn_dot .close-menu {
    display: block;
    position: absolute;
    right: 16px;
    top: -20px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #ffffff;
    background-image: url(../img/icons/close-icon.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 40%;
    -webkit-box-shadow: 0 10px 21px 10px rgba(0, 9, 17, 0.05);
            box-shadow: 0 10px 21px 10px rgba(0, 9, 17, 0.05);
  }

  .payment-list-item._btn .menu-popup {
    display: none;
  }

  .bonus-system-item._large .title {
    font-size: 14px;
  }

  .personal-menu-popup-wrap {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    background-color: rgba(0, 9, 17, 0.55);
    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;
  }

  .personal-menu-popup-wrap .personal-menu-popup {
    background-color: #ffffff;
    margin: 100px 0;
    width: 304px;
    max-width: 95%;
  }

  .personal-menu-popup-wrap .personal-menu-popup .menu-list-item.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #0088CB;
  }

  .personal-menu-popup-wrap .personal-menu-popup .menu-list-item.active::after {
    display: none;
  }

  .order-list-item._main-title {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .order-list-item._main-title .order-about {
    width: 100%;
    margin-bottom: 16px;
  }

  .chat-message-content .info-row {
    font-size: 14px;
  }

  .chat-message-content .info-row .title {
    width: 100%;
    margin-bottom: 5px;
  }

  .chat-message-content .info-row .desc {
    width: 100%;
    padding-left: 0;
  }

  .modal .chat-message-content._max-height {
    max-height: 100%;
  }

  .chat-message-header.modal-title {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .chat-message-header.modal-title .menu-btn_dot {
    height: 20px;
  }

  .additional-services-list .services-list-item .checkbox-wrap {
    position: relative;
    top: auto;
    right: auto;
  }

  .additional-services-list .question-item .hint-wrap {
    display: none;
  }

  .plus-circle-icon::after {
    width: 27px;
    height: 27px;
  }

  .equally-circle-icon::after {
    width: 27px;
    height: 27px;
  }

  .m-t_63 {
    margin-top: 24px;
  }

  .h3 {
    font-size: 20px;
  }

  .page-title._slider {
    padding-right: 85px;
  }

  .page-title._slider .h2 {
    line-height: 1.2;
  }

  ._padding-48 {
    padding: 24px;
  }
}

@media (max-width: 550px) {
  .technology__item {
    width: calc((100% - 16px) / 2);
  }

  .technology__item:nth-child(3n) {
    margin-right: 16px;
  }

  .technology__item:nth-child(2n) {
    margin-right: 0;
  }
}

@media (max-width: 510px) {
  .slide-down-box-header {
    padding: 24px;
  }

  .slide-down-box-content {
    padding: 24px;
  }

  .attention-block-item {
    padding-left: 46px;
    position: relative;
  }

  .attention-block-item::before {
    position: absolute;
    left: 16px;
    top: 19px;
  }

  .attention-block-item._size {
    max-width: 100%;
  }

  .slide-down-box-header {
    padding: 24px;
  }

  .slide-down-box-content {
    padding: 24px;
  }

  .attention-block-item {
    padding-left: 46px;
    position: relative;
  }

  .attention-block-item::before {
    position: absolute;
    left: 16px;
    top: 19px;
  }

  .attention-block-item._size {
    max-width: 100%;
  }
}

@media (max-width: 460px) {
  .page-links .page-link-item {
    font-size: 14px;
  }

  .slide-down-box-content .h3 {
    margin-bottom: 24px;
  }

  .slide-down-box-content .h3 {
    margin-bottom: 24px;
  }
}

@media (max-width: 450px) {
  .contacts-tabs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .contacts-tabs__item {
    width: 100%;
    border-bottom-color: transparent;
    border-left: 3px solid transparent;
    text-align: left;
  }

  .contacts-tabs__item.active {
    border-bottom-color: transparent;
    border-left-color: #0088CB;
  }
}

@media (max-width: 437px) {
  .modal[id^=CatalogSectionBasket] .modal-footer .btn-wrap > .btn {
    width: 100%;
  }

  ._add-basket-parametrs.modal .modal-footer .btn-wrap .btn._add-basket + ._subscribe-basket {
    margin-left: 0;
  }

  ._add-basket-parametrs.modal .modal-footer .btn-wrap .btn._txt-black {
    margin-top: 0;
  }

  .modal-content._chat {
    max-height: calc(100vh - 52px - 56px);
  }

  .modal .btn-wrap {
    margin-left: 0;
    width: 100%;
  }

  .modal .btn-wrap .btn {
    width: 100%;
    margin-right: 0;
  }

  .modal .btn-wrap .btn:last-of-type {
    margin-left: 0 !important;
  }

  .modal-footer .btn-wrap {
    margin-top: 8px;
  }

  .modal-footer .btn-wrap .btn:not(:last-of-type) {
    margin-right: 0 !important;
    margin-bottom: 8px;
  }

  .modal-wrap._confirmation .modal-footer .btn-wrap {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }

  .modal-wrap._confirmation .modal-footer .btn-wrap > .btn {
    margin: 0 !important;
    width: 100%;
  }

  .modal .chat-message-footer {
    padding: 16px;
  }

  .modal .chat-message-footer .textarea {
    width: calc(100% - 56px - 16px - 16px - 29px);
  }
}

@media (max-width: 436px) {
  .product-list .product-card-item:nth-child(2n+2) .delivery-table-popup {
    left: 0;
  }

  .product-list._item-row .product-card-item .delivery-table-popup {
    left: -120px;
  }
}

@media (max-width: 435px) {
  .product-list._catalog .product-card-item {
    width: 100%;
  }

  .product-card-item .btn {
    width: 91px;
  }

  .product-card-item .availability-info {
    white-space: initial;
    -o-text-overflow: initial;
       text-overflow: initial;
    height: 32px;
  }

  .swiper-slide .product-card-item .img-wrap {
    height: 151px;
  }

  .technology-card__product {
    padding: 8px;
  }

  .catalog-list .brand-list-item,
  .catalog-list .scheme-list-item {
    margin-bottom: 8px;
  }

  .catalog-list .scheme-list-item .title-wrap {
    padding: 8px;
  }

  .catalog-list .scheme-list-item .title-wrap .title {
    font-size: 14px;
  }

  .parts-controll-search {
    padding: 16px;
  }

  .radio-wrap._mob-small {
    font-size: 14px;
  }

  .message-list-item {
    padding: 24px 50px;
  }

  .message-list-item::before {
    left: 16px;
  }

  .message-list-item .message-title::before {
    right: 14px;
  }

  .payment-list-item._icon-list-item {
    padding-left: 50px;
  }

  .page-title._account-order .control-panel {
    font-size: 14px;
  }

  .container {
    width: 97%;
  }
}

@media (max-width: 424px) {
  .hdr-search .select-wrap {
    display: none;
  }

  .warning-cookies .container {
    font-size: 12px;
  }

  .warning-cookies a {
    font-size: 12px;
  }
}

@media (max-width: 420px) {
  .comparison-table .product-card-item {
    width: 190px;
  }

  .comparison-table .product-card-item .img-wrap {
    height: 146px;
  }

  .comparison-table .product-card-item .btn {
    padding: 4px;
  }

  .search-found .btn-wrap .btn {
    width: 48%;
    height: 40px;
  }

  .about-company .p {
    font-size: 14px;
  }

  .rule-operation-item {
    padding-left: 72px;
  }

  .rule-operation-item .title {
    margin-bottom: 8px;
    display: block;
  }

  .p._size-695 {
    font-size: 14px;
  }

  .brands-list .brand-list-item {
    height: 55px;
  }

  .contacts-list-wrap {
    padding: 24px 16px;
  }

  .contacts-list-wrap._mob-row {
    padding: 24px 16px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .contacts-list-wrap._mob-row .list-title {
    margin-bottom: 8px;
  }

  .requisites-list-wrap {
    padding-left: 16px;
    padding-right: 16px;
  }

  .form-item .input.col-20 {
    width: 100%;
    margin-bottom: 16px;
  }

  .form-item .input.col-20:last-child {
    margin-bottom: 0;
  }

  ._personal-account-form {
    padding: 24px 16px;
  }

  ._personal-account-form .m-b_40 {
    margin-bottom: 24px;
  }

  ._personal-account-form .form-item {
    margin-bottom: 16px;
  }

  .account-footer-link .footer-link-title {
    font-size: 14px;
  }

  .modal .chat-message-content._info-box {
    padding: 0;
  }

  .page-title._account-order .info-wrap > .order-desc {
    margin-left: 5px;
  }

  .account-content .page-title .h3 {
    width: 60%;
  }

  .account-content .page-title .h3._mob-full {
    width: 100%;
  }

  .personal-message-content {
    font-size: 14px;
    padding: 16px;
  }

  .personal-message-content .catalog-list._item-row .basket-control {
    margin-left: 0;
    width: 128px;
  }

  .personal-message-content .catalog-list._item-row .article-item._row-visible {
    display: none;
  }

  .personal-message-content .catalog-list._item-row .product-card-item .brand-title {
    display: none;
  }

  .saved-list-item {
    font-size: 14px;
  }

  .order-amount .order-amount-item {
    font-size: 14px;
  }

  .order-amount .order-amount-item._total-info {
    font-size: 16px;
  }

  .order-amount ._text-size-20 {
    font-size: 18px;
  }

  .order-amount,
  .order-payment-form,
  .add-info-txt {
    padding: 24px 16px;
  }

  .page-title._account-order .h3 {
    width: 100%;
    margin-bottom: 4px;
  }

  .page-title._account-order .order-status {
    margin-left: 0;
    margin-bottom: 0;
  }

  .message-item-user {
    font-size: 14px;
  }

  .chat-message-header {
    padding-left: 16px;
  }

  .chat-message-header ._desctop-hidden {
    right: 16px;
  }

  .chat-message-content._info-box {
    padding: 16px 20px;
  }

  .nothing-found-item {
    padding: 16px;
  }

  .control-panel._ask-question {
    padding: 16px;
  }

  .plus-circle-icon::after {
    width: 23px;
    height: 23px;
  }

  .equally-circle-icon::after {
    width: 23px;
    height: 23px;
  }

  .m-b_32 {
    margin-bottom: 24px;
  }

  #favorites_add {
    margin: 8px 27px;
    width: 100%;
    border: none !important;
  }
}

@media (max-width: 410px) {
  .modal .product-list .favorites-comparison {
    left: 90px;
    top: 14px;
  }

  .product-model-item .docs-wrap,
  .product-model-item .information-wrap,
  .product-model-item .characteristic-wrap {
    padding: 16px;
    font-size: 14px;
  }

  .product-model-item .title {
    width: 64px;
  }

  .city-list-wrap {
    -webkit-column-count: initial;
       -moz-column-count: initial;
            column-count: initial;
  }

  .modal-content {
    padding: 16px;
  }

  .modal-wrap._add-basket .product-list._p-24 {
    padding-left: 8px;
    padding-right: 8px;
  }

  .modal-wrap._add-basket .product-list .price-wrap {
    width: auto;
  }

  .modal-wrap._add-basket .product-list .basket-control {
    width: 143px;
  }

  .modal-wrap._add-basket .catalog-list._item-row .price-wrap {
    width: 42%;
  }

  .modal-wrap .modal .product-list .product-card-item {
    padding: 8px;
  }

  .modal-wrap._mobile-modal-down .modal-title {
    padding-left: 16px;
  }

  .modal-question-footer {
    padding-left: 0;
    padding-right: 0;
  }

  .modal-content._padding-32 {
    padding: 16px 24px;
  }

  .article-item .img-wrap,
  .article-item._full .img-wrap {
    height: 67%;
  }

  .article-item .img,
  .article-item._full .img {
    width: 100%;
  }
}

@media (max-width: 400px) {
  .modal-wrap._add-basket .catalog-list._item-row .brand-title {
    margin-bottom: 22px;
  }

  .modal-wrap._add-basket .catalog-list._item-row .basket-control {
    margin-left: 0;
  }

  .modal-wrap._add-basket .modal-footer .btn {
    width: 100%;
    margin-right: 0;
  }

  .modal-wrap._add-basket .modal-footer ._transparent {
    margin-bottom: 8px;
  }

  .blog-list-item .content-wrap {
    padding: 12px;
  }

  .blog-list-item .article-title {
    font-size: 14px;
    margin-bottom: 16px;
  }

  .news-list-wrap .slider-next,
  .news-list-wrap .slider-prev {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: 35%;
  }

  .news-list-wrap .slider-prev {
    left: -10px;
  }

  .news-list-wrap .slider-next {
    right: -10px;
  }

  .app-list-wrap._empty {
    padding: 32px;
  }

  .image-slider.m-b_56 {
    margin-bottom: 32px;
  }

  .acticle-page-item .h3 {
    margin-top: 24px;
  }

  .quote-block {
    padding: 24px;
    padding-left: 52px;
  }

  .quote-block .p {
    margin-bottom: 0;
  }
}

@media (max-width: 390px) {
  .catalog-list-breeding .title-wrap {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 380px) {
  .radio-wrap._mob-small {
    font-size: 12px;
  }

  .radio-wrap .radio-title._large-radio::before {
    width: 16px;
    height: 16px;
    top: -1px;
  }

  .radio-wrap .radio-title {
    padding-left: 24px;
  }

  .radio-wrap.m-r_16 {
    margin-right: 12px;
  }
}

@media (max-width: 370px) {
  .comparison-table .product-card-item {
    width: 146px;
  }
}

@media (max-width: 350px) {
  .control-links {
    padding: 0;
  }
}

@media (min-width: 610px) and (max-width: 1022px) {
  .table-catalog .product-card-item.double-buttons {
    padding-bottom: 34px;
  }

  .product-list._catalog .product-card-item {
    max-width: 234px;
    width: calc(33% - 9px);
    margin-right: 16px;
    margin-bottom: 16px;
  }

  .product-list._catalog .product-card-item:nth-child(3n+3) {
    margin-right: 0;
  }

  .product-list._catalog .product-card-item:nth-child(3n+3) .package-table-popup {
    left: auto;
    right: -15px;
  }

  .product-list._catalog .product-card-item .img-wrap {
    height: 234px;
  }

  .product-list._catalog .product-card-item .product-title._m-b {
    margin-bottom: 24px;
  }

  .product-list._catalog .product-card-item .availability-info {
    height: 36px;
    display: block;
  }

  .product-list._catalog .product-card-item .product-quantity {
    width: calc(100% - 73px);
  }

  .product-list._catalog .product-card-item .product-quantity .input {
    padding-bottom: 0;
    width: calc(100% - 27px - 27px);
  }

  .catalog-list._item-row.catalog-list .product-card-item {
    width: 100%;
    max-width: none;
  }

  .catalog-list._item-row.catalog-list .about-prod-wrap {
    width: calc(100% - 148px - 149px - 24px);
    height: 100%;
  }

  .catalog-list._item-row.catalog-list .basket-control {
    position: absolute;
    right: 16px;
    top: 16px;
  }

  .catalog-list._item-row.catalog-list .product-quantity {
    width: 100%;
  }

  .catalog-list._item-row.catalog-list .img-wrap {
    height: auto;
  }

  .product-list .product-card-item:nth-child(3n+3) .delivery-table-popup {
    right: 0;
    left: auto;
  }

  .product-list .product-card-item:nth-child(3n+2) .delivery-table-popup {
    left: -201px;
  }

  .tabs-content-item .catalog-list._item-row .product-card-item {
    padding-left: 0;
    padding-right: 0;
  }

  .tabs-content-item .catalog-list._item-row .about-prod-wrap {
    width: 390px;
  }

  .tabs-content-item .catalog-list._item-row .basket-control {
    right: 0;
    padding-top: 91px;
  }

  .tabs-content-item .catalog-list._item-row .price-wrap {
    right: 0;
  }

  .tabs-content-item .catalog-list .btn._show-all {
    margin-top: 40px;
  }

  .product-list.analogue-request .double-buttons {
    padding-bottom: 34px !important;
  }

  .product-list.analogue-request .double-buttons .product-article {
    max-width: calc(100% - 20px);
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    white-space: nowrap;
  }

  ._add-basket-parametrs.modal .modal-content .catalog-list._item-row .basket-control {
    position: relative;
    right: unset;
    top: unset;
  }

  .article-item .img-wrap,
  .article-item._full .img-wrap {
    height: 60%;
  }

  .article-item .img,
  .article-item._full .img {
    width: 100%;
  }
}

@media (min-width: 1190px) and (max-width: 1365px) {
  .product-card-item .img-wrap {
    height: 272px;
  }

  .product-row-item._small .product-content {
    width: 284px;
  }

  .product-row-item._small .basket-control {
    width: 228px;
  }

  .product-quantity .input {
    width: 130px;
  }

  .catalog-list._item-row .about-prod-wrap {
    width: 359px;
  }

  .catalog-list._item-row .product-card-item {
    position: relative;
  }

  .catalog-list._item-row .basket-control {
    position: absolute;
    top: 16px;
    right: 16px;
  }

  .catalog-list._item-row.catalog-list .product-card-item {
    width: 100%;
  }

  .catalog-list._item-row.catalog-list .about-prod-wrap {
    width: 473px;
  }

  .product-list._catalog .product-card-item {
    width: 272px;
    margin-right: 16px;
    margin-bottom: 16px;
  }

  .product-list._catalog .product-card-item:nth-child(3n+3) {
    margin-right: 0;
  }

  .product-list._catalog .product-quantity .input {
    width: 100px;
  }

  .tabs-content-item .catalog-list._item-row.catalog-list .about-prod-wrap {
    width: 412px;
  }

  .tabs-content-item .catalog-list._item-row .basket-control {
    right: 0;
  }

  .tabs-content-item .catalog-list._item-row .price-wrap {
    right: 0;
  }

  .product-model-item .content-wrap {
    width: 539px;
  }

  .product-model-item .docs-wrap {
    width: 309px;
  }

  .blog-list-wrap._size {
    width: 752px;
  }

  .page-control-panel._size {
    width: 362px;
  }

  .control-panel-item .news-list-item._small .content-wrap {
    font-size: 14px;
  }

  .comparison-table .product-card-item {
    width: 219px;
  }

  .fixed-table-row .compare-list-item {
    width: 219px;
    min-width: 219px;
  }

  .product-list-wrap._size {
    width: 848px;
  }

  .table-catalog .product-list._catalog .product-card-item {
    width: 100%;
  }

  .table-catalog .product-list._catalog .product-quantity .input {
    width: 85px;
  }

  .table-catalog .product-card-item .about-prod-wrap {
    width: 258px;
  }

  .table-catalog .product-card-item .favorites-comparison .item {
    margin-right: 8px;
  }

  .table-catalog .list-table-item-col {
    width: 108px;
  }

  .table-catalog .additional-item {
    margin-right: 10px;
  }

  .table-catalog .additional-item {
    margin-right: 8px;
  }

  .product-table-header .table-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .product-table-header .table-item:last-child {
    margin-right: 0;
  }

  .product-table-header .table-item:first-child {
    margin-right: 0;
  }

  .product-table-header .table-item:nth-child(1) {
    width: 100px;
  }

  .product-table-header .table-item:nth-child(2) {
    width: 258px;
  }

  .product-table-header .table-item:nth-child(3) {
    width: 108px;
  }

  .product-table-header .table-item:nth-child(4) {
    width: 108px;
  }

  .product-table-header .table-item:nth-child(5) {
    width: 108px;
  }

  .product-table-header .table-item:nth-child(6) {
    width: 108px;
  }

  .product-table-header .table-item:nth-child(7) {
    width: 190px;
  }

  .main-about .img-wrap .img {
    max-width: 100%;
    height: auto;
  }

  .about-content .mob-hidden {
    display: none;
  }

  .about-company-wrap._size {
    width: 1040px;
  }

  .about-company-wrap._padding-48 {
    padding-right: 512px;
  }

  .brands-list .brand-list-item {
    margin-right: 32px;
  }

  .content-box._width-800 {
    width: 752px;
  }

  .parts-controll-wrap._advantage {
    width: 368px;
  }

  .contacts-list-wrap {
    width: 465px;
    padding-left: 80px;
  }

  .map-contacts {
    width: calc(100% - 465px);
  }

  .requisites-list-wrap {
    width: 671px;
  }

  .footer .footer-logo-wrap .img {
    width: 192px;
  }

  .footer .footer-logo-wrap .slogan {
    width: 194px;
  }

  .product-info {
    width: 752px;
  }

  .product-control-panel-wrap {
    width: 368px;
  }

  .services-list-item .description-wrap {
    width: 583px;
  }

  .app-list-wrap._size {
    width: 656px;
  }

  .statistic-list-item {
    width: 560px;
    margin-bottom: 16px;
  }

  .statistic-list-item .img-wrap {
    margin-right: 38px;
    width: 10%;
  }

  .advantage-item {
    width: 359px;
  }

  .form._call-back .input-block {
    width: 608px;
  }

  .form._call-back .content-block {
    width: 355px;
  }

  .form._call-back .form-title {
    font-size: 18px;
  }

  .form._app-status._size {
    width: 461px;
  }

  .main-filter-item {
    width: 217px;
    margin-right: 16px;
  }

  .main-filter-item._no-radius-left {
    margin-right: 16px;
  }

  .set-product-item {
    width: 220px;
  }

  .set-product-item.plus-circle-icon::after {
    right: -55px;
  }

  .set-product-item.equally-circle-icon::after {
    right: -55px;
  }

  .catalog-list-item {
    width: 214px;
  }

  .catalog-list-item .img-wrap {
    height: 146px;
  }

  .catalog-list-item {
    padding: 11px;
  }

  .breeding-catalog-item .title {
    width: 65%;
  }

  .catalog-list .brand-list-item,
  .catalog-list .scheme-list-item {
    width: 215px;
  }

  .cheme-image-wrap {
    width: 656px;
  }

  .cheme-image-wrap .drag-drop-wrap {
    width: 656px;
  }

  .cheme-image-wrap._width-800 {
    width: 689px;
    height: 765px;
  }

  .spare-parts-list {
    width: 464px;
  }

  .parts-element-item .element-name {
    width: 181px;
  }

  .parts-element-item .element-article {
    width: 113px;
  }

  .hdr-catalog-btn {
    width: 127px;
    margin-right: 16px;
  }

  .hdr-catalog-btn.box-icon::before {
    width: 19px;
    height: 19px;
  }

  .hdr-search {
    width: 507px;
    margin-right: 16px;
  }

  .header-fixed .hdr-search {
    width: 507px;
  }

  .header-fixed .hdr-catalog-btn {
    font-size: 0;
    width: 48px;
    height: 48px;
  }

  .header-fixed .hdr-catalog-btn.box-icon::before {
    margin-right: 0;
  }

  .nav-item {
    display: none;
  }

  .nav-item:nth-child(1),
  .nav-item:nth-child(2),
  .nav-item:nth-child(3) {
    display: inline-block;
  }

  .nav-item._mob {
    display: block;
  }

  .header-wrap._service .hdr-search-wrap {
    width: calc(100% - 127px - 16px);
  }

  .tabs-list-wrap {
    width: 272px;
  }

  .tabs-content-item {
    width: 845px;
  }

  .tabs-content-item .col-60 {
    width: 55%;
  }

  .tabs-content-item .col-30 {
    width: 35%;
  }

  .acticle-page-item._size {
    width: 752px;
  }

  .about-article._size {
    width: 368px;
  }

  ._personal-account-form {
    padding: 64px;
  }

  ._personal-account-form .col-40 {
    width: 39%;
  }

  .header-catalog-container {
    left: calc(50% - 568px);
  }

  .account-control-panel._size {
    width: 269px;
  }

  .account-content._size {
    width: 848px;
  }

  .bonus-system-item {
    width: 206px;
  }

  .bonus-system-item._large {
    width: 634px;
  }

  .personal-message-content .catalog-list._item-row.catalog-list .about-prod-wrap {
    width: 400px;
  }

  .expected-product-list .product-card-item {
    min-height: 226px;
  }

  .account-control-panel ._icon-row .menu-list-item {
    padding-right: 16px;
    padding-left: 53px;
  }

  .account-control-panel ._icon-row .menu-list-item::before {
    left: 14px;
  }

  .account-control-panel ._icon-row .menu-list-item .close-circle-gray-icon {
    left: 14px;
  }

  .nothing-found-item {
    width: 782px;
  }

  .nothing-found-item .img-wrap {
    width: 235px;
  }

  .basket-wrap {
    margin-bottom: 32px;
  }

  .catalog-list._item-row.catalog-list.basket-wrap .about-prod-wrap {
    width: 343px;
  }

  .filter-block-wrap._size {
    width: 272px;
  }

  .article-item .img-wrap {
    height: 158px;
  }

  .scheme-list-link-wrapper {
    margin-right: 125px;
  }

  .container {
    width: 1136px;
  }
}

@media (min-width: 1022px) and (max-width: 1190px) {
  .product-card-item .img-wrap {
    height: 262px;
  }

  .product-quantity .input {
    width: 90px;
  }

  .product-row-item .product-content {
    width: 396px;
  }

  .product-row-item .basket-control {
    width: 228px;
  }

  .catalog-list._item-row .about-prod-wrap {
    width: 471px;
  }

  .catalog-list._item-row.catalog-list .product-card-item {
    width: 100%;
  }

  .catalog-list._item-row.catalog-list .about-prod-wrap {
    width: 353px;
  }

  .catalog-list._item-row.catalog-list .basket-control {
    position: absolute;
    right: 16px;
    top: 16px;
  }

  .catalog-list._item-row.catalog-list .product-quantity .input {
    width: calc(100% - 27px - 27px);
  }

  .catalog-list._item-row.catalog-list .doc-icon::before,
  .catalog-list._item-row.catalog-list .update-icon::before {
    margin: auto;
    margin-right: 5px;
  }

  .product-list._catalog .product-card-item {
    width: 228px;
    margin-right: 16px;
    margin-bottom: 16px;
  }

  .product-list._catalog .product-card-item:nth-child(3n+3) {
    margin-right: 0;
  }

  .product-list._catalog .update-icon::before,
  .product-list._catalog .doc-icon::before {
    width: 16px;
    height: 16px;
    margin-bottom: -4px;
  }

  .product-list._catalog .product-quantity._select-item .input {
    padding-bottom: 0;
  }

  .product-list._catalog .product-quantity .input {
    width: 60px;
  }

  .product-list .product-card-item:nth-child(3n+3) .delivery-table-popup {
    right: -51px;
  }

  .tabs-content-item .catalog-list._item-row .product-card-item {
    padding-left: 0;
    padding-right: 0;
  }

  .tabs-content-item .catalog-list._item-row .basket-control {
    right: 0;
  }

  .tabs-content-item .catalog-list._item-row .price-wrap {
    right: 0;
  }

  .product-model-item .content-wrap {
    width: calc(100% - 288px);
    border-right: none;
  }

  .product-model-item .docs-wrap {
    width: 100%;
    border-top: 1px solid #E0E0E0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .product-model-item .doc-item {
    width: 50%;
    padding-right: 1px;
  }

  .table-catalog .product-card-item .basket-control {
    padding-top: 88px;
  }

  .product-list.analogue-request .double-buttons.product-card-item > .basket-control {
    width: auto;
  }

  .product-list.analogue-request .double-buttons.product-card-item .img-wrap {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .product-list.analogue-request .double-buttons.product-card-item .price-wrap {
    text-align: right;
  }

  .product-list.analogue-request .double-buttons.product-card-item .price-wrap .current-price {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }

  .product-list.analogue-request .double-buttons.product-card-item .price-wrap .old-price {
    margin-left: 8px;
  }

  .product-list.analogue-request .double-buttons.product-card-item .about-prod-wrap {
    max-width: 500px;
  }

  .blog-list-wrap._size {
    width: 553px;
  }

  .page-control-panel._size {
    width: 391px;
  }

  .blog-list-item .article-title {
    font-size: 16px;
  }

  .comparison-table .product-card-item .img-wrap {
    height: 184px;
  }

  .comparison-table .product-card-item .btn.basket-icon {
    width: 116px;
  }

  .comparison-table .current-price {
    font-size: 14px;
  }

  .comparison-table .old-price {
    font-size: 13px;
  }

  .product-list-wrap._size {
    width: 716px;
  }

  .table-catalog .product-list._catalog .product-card-item {
    width: 100%;
  }

  .table-catalog .product-list._catalog .product-card-item .img-wrap {
    display: none;
  }

  .table-catalog .product-list._catalog .product-quantity .input {
    width: 85px;
  }

  .table-catalog .product-card-item .about-prod-wrap {
    width: 254px;
  }

  .table-catalog .product-card-item .price-wrap {
    width: 165px;
  }

  .table-catalog .product-card-item .basket-control {
    width: 133px;
  }

  .table-catalog .product-card-item .basket-control .btn {
    width: 100%;
    font-size: 16px;
  }

  .table-catalog .product-card-item .basket-control .btn._blue-icon {
    background-image: none;
  }

  .table-catalog .product-card-item .basket-control .btn._blue-icon:hover {
    background-image: none;
  }

  .table-catalog .product-card-item .product-quantity {
    display: none;
  }

  .table-catalog .product-card-item .favorites-comparison .item {
    margin-right: 8px;
  }

  .table-catalog .product-card-item .additional-item {
    margin-right: 8px;
  }

  .table-catalog .list-table-item-col {
    width: 102px;
  }

  .table-catalog .current-price {
    width: 100%;
    display: block;
  }

  .table-catalog .old-price {
    margin-left: 0;
  }

  .table-catalog .additional-item {
    margin-right: 10px;
  }

  .product-table-header .table-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .product-table-header .table-item:last-child {
    margin-right: 0;
  }

  .product-table-header .table-item:first-child {
    margin-right: 0;
    display: none;
  }

  .product-table-header .table-item:nth-child(1) {
    width: 100px;
  }

  .product-table-header .table-item:nth-child(2) {
    width: 254px;
  }

  .product-table-header .table-item:nth-child(3) {
    width: 102px;
  }

  .product-table-header .table-item:nth-child(4) {
    width: 102px;
  }

  .product-table-header .table-item:nth-child(5) {
    width: 102px;
  }

  .product-table-header .table-item:nth-child(6) {
    width: 102px;
  }

  .product-table-header .table-item:nth-child(7) {
    width: 112px;
  }

  .analogues-box .about-prod {
    width: 56%;
  }

  .analogues-box .control-wrap {
    width: 44%;
  }

  ._service-page .product-card-item .btn .update-icon::before {
    width: 24px;
    height: 24px;
    margin: 0;
  }

  .about-company-wrap._size {
    width: 879px;
  }

  .about-company-wrap._padding-48 {
    padding-right: 439px;
  }

  .brands-list .brand-list-item {
    width: 114px;
    height: 68px;
    margin-right: 32px;
  }

  .contacts-list-wrap {
    width: 401px;
    padding: 48px;
  }

  .contacts-list-wrap._mob-row {
    width: 100%;
    padding: 48px;
    padding-bottom: 32px;
    display: none;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .contacts-list-wrap._mob-row.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .contacts-list-wrap._mob-row .list-title {
    margin-bottom: 0;
    margin-right: 24px;
  }

  .requisites-list-wrap {
    width: 100%;
    padding: 48px;
    padding-top: 0;
  }

  .map-contacts {
    width: calc(100% - 401px);
  }

  .product-codes-list {
    padding: 16px;
  }

  .product-info {
    width: 635px;
  }

  .product-control-panel-wrap {
    width: 309px;
  }

  .main-img-wrap {
    margin-top: 16px;
    padding-right: 0;
    width: 100%;
  }

  .main-description-wrap {
    width: 100%;
    padding-left: 0;
  }

  .product-control-panel .additional-item {
    margin-bottom: 5px;
  }

  .product-control-panel .product-quantity .input {
    width: 170px;
  }

  [data-btn=found-cheaper] {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .services-list-item .description-wrap {
    width: 698px;
  }

  .app-list-wrap._size {
    width: 553px;
  }

  .form._app-status._size {
    width: 391px;
  }

  .set-product-item._blue .txt-content {
    width: 74%;
    padding-bottom: 0;
  }

  .cheme-image-wrap .drag-drop-wrap {
    width: 100%;
  }

  .cheme-image-wrap._width-800 {
    width: 100%;
    height: 616px;
  }

  .nav-item {
    display: none;
  }

  .nav-item:nth-child(1),
  .nav-item:nth-child(2) {
    display: block;
  }

  .nav-item._mob {
    display: block;
  }

  .hdr-search {
    width: 402px;
    margin-right: 16px;
  }

  .header-fixed .hdr-search {
    width: 410px;
  }

  .utp-container {
    padding-left: 32px;
  }

  .utp-container .img {
    margin-right: 0;
    width: 320px;
  }

  .utp-container._back-ellipse::after {
    background-image: url(../img/utp-rectangle-mob.svg);
    width: 155px;
  }

  .product-tabs {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .tabs-list-wrap {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0;
    background-color: transparent;
    margin-bottom: 16px;
  }

  .tabs-content-wrap {
    width: 100%;
  }

  .tabs-list-item {
    padding: 16px 21px;
    font-size: 16px;
    border-left: none;
    width: auto;
    background-color: #ffffff;
    border-bottom: 3px solid transparent;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    text-align: center;
  }

  .tabs-list-item:not(:last-of-type) {
    margin-right: 2px;
  }

  .tabs-list-item.active {
    border-left: none;
    border-bottom: 3px solid;
  }

  .tabs-content-item {
    width: 100%;
  }

  .acticle-page-item._size {
    width: 716px;
  }

  .about-article._size {
    width: 228px;
  }

  .content-article-list {
    padding: 24px;
  }

  .author-article {
    padding: 24px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .author-article .author-content-wrap {
    width: 100%;
    margin-top: 16px;
  }

  .author-article .title-wrap {
    margin-bottom: 8px;
  }

  ._personal-account-form {
    padding: 64px;
  }

  ._personal-account-form .col-40 {
    width: 39%;
  }

  .header-catalog-container {
    left: calc(50% - 480px);
  }

  .catalog-list._item-row._order-list.catalog-list .about-prod-wrap {
    width: calc(100% - 160px - 148px - 24px);
  }

  .tags-list-item {
    display: none;
  }

  .tags-list-item:nth-child(-n+4) {
    display: inline-block;
  }

  .tags-list-item._show-more {
    display: inline-block;
  }

  .filter-block-wrap._size {
    width: 228px;
  }

  .table-catalog .filter-title {
    font-size: 14px;
  }

  .container {
    width: 960px;
  }
}

@media (min-width: 760px) and (max-width: 1022px) {
  .product-quantity .input {
    width: 110px;
  }

  .modal .catalog-list._item-row .img-wrap {
    width: 116px;
    height: 116px;
  }

  .modal .catalog-list._item-row .about-prod-wrap {
    width: calc(100% - 116px - 24px - 24px - 149px);
  }

  .modal .catalog-list._item-row .basket-control {
    margin-left: 24px;
  }

  .catalog-list._item-row.catalog-list .about-prod-wrap {
    width: calc(100% - 148px - 149px - 24px);
    height: 100%;
  }

  .comparison-table .table {
    font-size: 14px;
  }

  .comparison-table .product-card-item .img-wrap {
    width: 100%;
    height: 176px;
  }

  .comparison-table .product-card-item .btn.basket-icon {
    width: 104px;
  }

  .comparison-table .current-price {
    font-size: 14px;
  }

  .comparison-table .old-price {
    font-size: 12px;
  }

  .news-list-item {
    margin-right: 16px;
  }

  .news-list-item:last-child {
    margin-right: 0;
  }

  .product-info,
  .product-control-panel-wrap {
    width: 49%;
  }

  .product-codes-list {
    padding: 16px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .codes-list-item {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 8px;
  }

  .codes-list-item:last-child {
    margin-bottom: 0;
  }

  .img-description {
    padding: 24px;
  }

  .main-img-wrap {
    width: 100%;
    padding-right: 0;
  }

  .main-img-wrap .main-img:not(.no-photo) {
    display: none;
  }

  .main-img-wrap .img-nav .img-item {
    height: 312px;
  }

  .main-img-wrap .img-nav .next-image,
  .main-img-wrap .img-nav .prev-image {
    top: 134px;
  }

  .main-description-wrap {
    width: 100%;
    padding-left: 0;
  }

  .product-control-panel {
    padding: 24px;
  }

  .description-item-descr._max-h {
    height: 103px;
    -webkit-line-clamp: 5;
  }

  .advantage-list.m-t_30 {
    margin-top: 15px;
  }

  .advantage-item {
    margin-bottom: 16px;
  }

  .form._call-back {
    padding: 32px;
  }

  .form._call-back .content-block {
    width: 100%;
  }

  .form._call-back .input-block {
    width: 100%;
  }

  .form._call-back .form-desc {
    margin-bottom: 16px;
    color: #617E8C;
  }

  .form._call-back .form-desc .br {
    display: none;
  }

  .form._page {
    padding: 32px;
  }

  .form._page .form-item {
    margin-bottom: 16px;
  }

  .form._page .form-item._change-user-photo {
    margin-bottom: 48px;
  }

  .form._page .form-item._p-r {
    padding-right: 8px;
  }

  .form._page .form-item._p-l {
    padding-left: 8px;
  }

  .form._page .form-item._mob-full {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .main-filter-item {
    width: 234px;
  }

  .set-product-item._blue .txt-content {
    width: 64%;
    padding-bottom: 0;
  }

  .catalog-list-item {
    width: 49%;
    padding-right: 16px;
  }

  .catalog-list-item .title-wrap {
    width: 190px;
  }

  .breeding-catalog-item .img-wrap {
    height: 188px;
  }

  .breeding-catalog-item .title-wrap {
    font-size: 16px;
  }

  .breeding-catalog-item .title {
    width: 100%;
  }

  .catalog-list .brand-list-item,
  .catalog-list .scheme-list-item {
    width: 172px;
  }

  .catalog-list .brand-list-item:nth-child(5n+5),
  .catalog-list .scheme-list-item:nth-child(5n+5) {
    margin-right: 15px;
  }

  .catalog-list .brand-list-item:nth-child(4n+4),
  .catalog-list .scheme-list-item:nth-child(4n+4) {
    margin-right: 0px;
  }

  .header {
    position: relative;
  }

  .geo .city-title {
    margin-right: 24px;
  }

  .hdr-search {
    margin-right: 0;
    width: 100%;
  }

  .hdr-search .search-btn {
    right: 15px;
  }

  .utp-title {
    font-size: 20px;
  }

  .utp-container {
    padding-left: 32px;
  }

  .utp-container._back-ellipse::after {
    background-image: url(../img/utp-rectangle-mob_2.svg);
    width: 157px;
  }

  .utp-container .img {
    margin-right: -6px;
    width: 288px;
  }

  .page-title._account-order .order-status {
    margin-bottom: 5px;
  }

  .tags-list-item {
    display: none;
  }

  .tags-list-item:nth-child(-n+2) {
    display: inline-block;
  }

  .tags-list-item._show-more {
    display: inline-block;
  }

  .catalog-list._item-row.catalog-list.basket-wrap .img-wrap {
    width: 116px;
  }

  .catalog-list._item-row.catalog-list.basket-wrap .about-prod-wrap {
    width: calc(100% - 149px - 56px - 24px - 116px);
  }

  .container {
    width: 736px;
  }

  .page-title .link._p-b {
    padding-bottom: 6px;
  }
}

@media (min-width: 610px) and (max-width: 710px) {
  .product-list:not(._item-row)._catalog .product-card-item .product-quantity {
    width: 100%;
    margin-right: 0;
    margin-bottom: 8px;
  }

  .product-list:not(._item-row)._catalog .product-card-item .basket-control {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .product-list:not(._item-row)._catalog .product-card-item .basket-icon {
    width: 100%;
  }
}

@media (min-width: 610px) and (max-width: 1190px) {
  .product-card-item .basket-icon {
    width: 40px;
    text-indent: -1000px;
    overflow: hidden;
    background-size: 50%;
    background: url(/local/templates/sewparts/img/icons/basket-blue.svg) no-repeat center;
  }

  .product-card-item .basket-icon._request {
    text-indent: unset;
    color: #0c131d;
  }

  .product-card-item .basket-icon._request:hover {
    color: white;
    background-color: #0088cb;
  }

  .table-catalog .product-card-item .basket-icon,
  ._item-row .product-card-item .basket-icon {
    width: auto;
    text-indent: 0;
    background: none;
  }
}

@media (min-width: 610px) and (max-width: 750px) {
  .product-list.analogue-request .double-buttons {
    padding-bottom: 46px !important;
  }
}

@media (min-width: 768px) and (max-width: 1190px) {
  .footer .footer-logo-wrap {
    width: 192px;
  }

  .footer .footer-logo-wrap .img {
    width: 100%;
  }

  .form._call-back .input-block {
    width: 432px;
  }

  .form._call-back .content-block {
    width: 336px;
  }

  .form._call-back .form-title {
    font-size: 18px;
  }

  .form._page {
    padding: 48px;
  }

  .catalog-list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 48%;
    padding-right: 30px;
  }

  .catalog-list-item .img-wrap {
    width: 122px;
    margin-right: 16px;
    margin-bottom: 0;
    height: 98px;
  }

  .catalog-list-item .title-wrap {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-align: left;
  }

  .catalog-sections .catalog-list-item {
    padding: 11px;
  }

  .catalog-sections .catalog-list-item .title-wrap {
    width: 100%;
  }

  .catalog-sections .catalog-list-item .title {
    text-align: center;
  }

  .catalog-sections .catalog-list-item .img-wrap {
    width: 100%;
  }

  .breeding-catalog-item .title {
    width: 75%;
  }

  .catalog-list .brand-list-item,
  .catalog-list .scheme-list-item {
    width: calc(25% - 12px);
  }

  .catalog-list .brand-list-item:nth-child(5n+5),
  .catalog-list .scheme-list-item:nth-child(5n+5) {
    margin-right: 15px;
  }

  .catalog-list .brand-list-item:nth-child(4n+4),
  .catalog-list .scheme-list-item:nth-child(4n+4) {
    margin-right: 0px;
  }
}

@media (min-width: 1191px) and (max-width: 1365px) {
  .form.order-form {
    width: 749px;
  }

  .order-about._size {
    width: 864px;
  }

  .order-about .buttons-wrap .input {
    width: 181px;
  }
}

@media (min-width: 760px) and (max-width: 1190px) {
  .statistic-list-item {
    width: 49%;
    margin-bottom: 16px;
  }

  .advantage-item {
    width: 49%;
    overflow: hidden;
  }

  .advantage-item .img {
    width: 100%;
    max-height: none;
  }

  .main-filter-item {
    margin-right: 16px;
  }

  .main-filter-item:nth-child(5) {
    margin-right: 0;
  }

  .main-filter-item .title-wrap {
    padding-left: 10px;
    padding-right: 10px;
  }

  .main-filter-item._no-radius-right,
  .main-filter-item._no-radius-left {
    width: 50%;
    margin-right: 0;
    margin-bottom: 16px;
  }
}

@media (min-width: 1023px) and (max-width: 1190px) {
  .main-filter-item {
    width: 309px;
  }
}

@media (min-width: 1024px) and (max-width: 1210px) {
  .search-category-item {
    display: block;
  }
}

@media (min-width: 1030px) and (max-width: 1190px) {
  .account-control-panel._size {
    width: 250px;
  }

  .account-content._size {
    width: 690px;
  }

  .bonus-system-item {
    width: 166px;
    padding: 15px;
  }

  .bonus-system-item._large {
    width: 516px;
    padding: 15px;
  }

  .bonus-system-item._large .num {
    font-size: 25px;
  }

  .personal-message-content .catalog-list._item-row.catalog-list .about-prod-wrap {
    width: 258px;
  }

  .expected-product-list .product-card-item {
    min-height: 226px;
  }

  .account-control-panel ._icon-row .menu-list-item {
    padding-right: 16px;
    padding-left: 53px;
  }

  .account-control-panel ._icon-row .menu-list-item::before {
    left: 14px;
  }

  .account-control-panel ._icon-row .menu-list-item .close-circle-gray-icon {
    left: 14px;
  }
}

@media (min-width: 770px) and (max-width: 1022px) {
  .bonus-system-item {
    width: calc(25% - 6px);
  }

  .bonus-system-item._large {
    padding: 24px;
  }

  .bonus-system-item._large .num {
    font-size: 24px;
  }

  .personal-message-content .catalog-list._item-row.catalog-list .about-prod-wrap {
    width: 303px;
  }

  .expected-product-list .product-card-item {
    min-height: 226px;
  }
}

@media (min-width: 410px) and (max-width: 610px) {
  .article-item .img-wrap,
  .article-item._full .img-wrap {
    height: 76%;
  }

  .article-item .img,
  .article-item._full .img {
    width: 100%;
  }
}

@media (min-width: 1001px) and (min-width: 1030px) and (max-width: 1190px) {
  .account-content .lb_table-wrap {
    width: 690px;
  }
}

@media (hover: hover) {
  .basic-styles-content a:hover {
    color: #269AD3;
  }
}
.contacts-list-wrap .block-contacts {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;

}
.contacts-list-wrap .block-contacts .link {
  margin-right: 20px;
}
.hdr-contact-popup .max-icon_color,
.hdr-contact-popup .telegram-icon_color {
  margin-right: 10px;
}