@charset "UTF-8";

@font-face {
  font-family: "heliosextblack";
  font-display: swap;
  src: url("../fonts/heliosextblack.woff") format("woff"), url("../fonts/heliosextblack.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat";
  font-display: swap;
  src: url("../fonts/Montserrat-Bold.woff") format("woff"), url("../fonts/Montserrat-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat";
  font-display: swap;
  src: url("../fonts/Montserrat-Medium.woff") format("woff"), url("../fonts/Montserrat-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat";
  font-display: swap;
  src: url("../fonts/Montserrat-Regular.woff") format("woff"), url("../fonts/Montserrat-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat";
  font-display: swap;
  src: url("../fonts/Montserrat-SemiBold.woff") format("woff"), url("../fonts/Montserrat-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
}

* {
  padding: 0px;
  margin: 0px;
  border: 0px;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

aside,
nav,
footer,
header,
section {
  display: block;
}

html {
  font-size: 16px;
}

html,
body {
  height: 100%;
  min-width: 320px;
}

body {
  line-height: 1;
  font-family: "Montserrat";
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
  font-family: "Montserrat";
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
  background-color: inherit;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

label {
  font-weight: normal;
}

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}

body {
  background-color: #fff;
  color: #141414;
}

body._lock {
  overflow: hidden;
}

.lock body {
  overflow: hidden;
  -ms-touch-action: none;
      touch-action: none;
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
}

.wrapper {
  padding-left: 5.21%;
  width: 100%;
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.wrapper.b2b-lend {
  padding-left: 0 !important;
  background: #f3f3f3;
}

.wrapper.b2b-lend .catalog-btn,
.wrapper.b2b-lend .menu-right {
  display: none !important;
}

.wrapper._loaded .first-block__pres-left-line {
  -webkit-transform: translate(0px, 0px);
      -ms-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
}

.wrapper._loaded .first-block__pres-center-line::before {
  opacity: 1;
}

.wrapper._loaded .first-block__pres-center-line img {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

.wrapper._loaded .first-block__pres-right-line {
  -webkit-transform: translate(0px, 0px);
      -ms-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
  z-index: 0;
}

.form__error,
.error-text {
  color: #eb5757;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

.error-text {
  margin-top: 8px;
}

.input-clear {
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 16px;
  background: url(../img/icons/clear_input.svg) center/contain;
  cursor: pointer;
  display: none;
}

.form__line:focus-within .input-clear {
  display: block;
}

.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0px 0px;
  color: #fff;
}

.btn._fw {
  width: 100%;
}

.form-btn {
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  width: 100%;
  padding: 13px 0px;
  border: 1px solid #fff;
  border-radius: 6px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.form-btn:hover {
  color: #141414;
}

.select {
  position: relative;
}

.select__item {
  position: relative;
}

.select__title {
  color: #141414;
  border: 1px solid #828282;
  background-color: #fff;
  cursor: pointer;
  border-radius: 6px;
}

.select__value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  padding: 13px 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.select__value span {
  height: 1em;
}

.select__value:before {
  content: "";
  display: inline-block;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 11px;
  height: 7px;
  background: url("../img/icons/select.svg") center/100% no-repeat;
  margin: 0px 0px 0px 10px;
}

.select__input {
  width: 100%;
  background-color: transparent;
  height: 100%;
}

.select__options {
  color: #141414;
  position: absolute;
  top: 55px;
  border-radius: 6px;
  min-width: 100%;
  left: 0;
  background-color: #fff;
  border: 1px solid #828282;
  font-size: 18px;
}

.select__option {
  cursor: pointer;
  padding: 13px 15px;
  margin: 0px 0px 0px 0px;
}

.select._active {
  z-index: 5;
}

.select._active .select__value:before {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.select._active .select__options {
  display: block;
}

input[type=text],
input[type=email],
input[type=tel],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
textarea:focus {
  outline: none;
}

.input {
  border-radius: 0 !important;
  width: 100%;
  display: block;
  padding: 0px 0px 0px 2px;
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  background: transparent;
  border-bottom: 1px solid #fff;
  height: 31px;
}

.input::-webkit-input-placeholder {
  color: #000;
}

.input::-moz-placeholder {
  color: #000;
}

.input:-ms-input-placeholder {
  color: #000;
}

.input::-ms-input-placeholder {
  color: #000;
}

.input::placeholder {
  color: #000;
}

textarea.input {
  resize: vertical;
  padding: 0px 0px;
}

.form .checkbox {
  position: relative;
}

.form .checkbox__input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
}

.form .checkbox__input:checked + .checkbox__text:before {
  background: rgba(255, 255, 255, 0.5) url("../img/icons/check.svg") center no-repeat;
}

.form .checkbox__text {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: -0.3px;
  line-height: 18px;
  cursor: pointer;
}

.form .checkbox__text:before {
  content: "";
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin: 0px 14px 0px 0px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 4px;
}

.form .checkbox .checkbox__link {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: underline;
}

.form .checkbox._error .checkbox__text {
  color: #eb5757;
}

.form .checkbox._error .checkbox__text:before {
  border: 1px solid #ee1212;
}

.form-feedback__input .checkbox__input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
}

.form-feedback__input .checkbox__input:checked + .checkbox__text:before {
  background: rgba(255, 255, 255, 0.5) url("../img/icons/check.svg") center no-repeat;
}

.form-feedback__input .checkbox__text {
  position: relative;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: -0.3px;
  line-height: 18px;
  cursor: pointer;
}

.form-feedback__input .checkbox__text:before {
  content: "";
  display: block;
  float: left;
  margin: 0px 14px 0px 0px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 4px;
}

.form-feedback__input .checkbox__link {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: underline;
}

.form-feedback__input .checkbox._error .checkbox__link {
  color: #eb5757;
}

.form-feedback__input .checkbox._error .checkbox__text {
  color: #eb5757;
}

.form-feedback__input .checkbox._error .checkbox__text:before {
  border: 1px solid #eb5757;
}

.options {
  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;
}

.options__item {
  position: relative;
  cursor: pointer;
}

.options__input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  left: 0;
  top: 0;
  visibility: hidden;
}

.options__input:checked + .options__text:after {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.options__text {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  font-size: 16px;
  color: #ffffff;
  letter-spacing: -0.3px;
  line-height: 1.25;
}

.options__text:before {
  content: "";
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin: 0px 14px 0px 0px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20px;
          flex: 0 0 20px;
  left: 0;
  top: 0;
  border-radius: 50%;
  width: 20px;
  height: 18px;
  background: #fff;
  border: 1px solid #a7a9ac;
}

.options__text:after {
  content: "";
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #77243a;
  position: absolute;
  left: 5px;
  top: 4px;
}

.quantity {
  width: 154px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 12px;
  background-color: #f2f2f2;
}

.quantity__button {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 55px;
          flex: 0 0 55px;
  position: relative;
  cursor: pointer;
}

.quantity__button::before,
.quantity__button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  margin: 0px 0px 0px -4.5px;
  background-color: #141414;
  width: 18px;
  height: 3px;
}

.quantity__button_plus::before {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.quantity__input {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.quantity__input input {
  height: 100%;
  width: 100%;
  text-align: center;
  background: transparent;
  font-weight: 400;
  font-size: 20px;
  line-height: 22px;
  color: #141414;
}

.card {
  border: 1px solid #e0e0e0;
  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;
  padding: 22px 46px;
  min-height: 100%;
  -webkit-transition: border 0.3s ease 0s;
  -o-transition: border 0.3s ease 0s;
  transition: border 0.3s ease 0s;
}

.card:hover {
  border: 1px solid #1d336b;
}

.card:hover .card__add-basket {
  background-color: #1d336b;
}

.card__image {
  display: block;
  margin: 0px 0px 10px 0px;
  height: 220px;
}

.card__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.card__center {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.card__labels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0px 0px 5px 0px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.card__labels :not(:last-child) {
  margin: 0px 20px 5px 0px;
}

.card__available {
  margin: 0px 0px 10px 3px;
}

.card__title {
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  color: #141414;
  margin: 0px 0px 10px 0px;
}

.card__article {
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  color: #141414;
  margin: 0px 0px 10px 0px;
}

.card__artic {
  color: #828282;
  margin: 0px 5px 0px 0px;
}

.card__price {
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  color: #141414;
  margin: 0px 0px 10px 0px;
}

.card__old-price {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  color: #828282;
  text-decoration: line-through;
  margin: 0px 0px 10px 0px;
}

.card__btns {
  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;
}

.card__add-basket {
  display: inline-block;
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  font-weight: 400;
  background-color: #004ea6;
  border-radius: 6px;
  padding: 13px 0px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0px 0px 10px 0px;
}

.card__favorites {
  font-size: 16px;
  line-height: 18px;
  color: #004ea6;
  font-weight: 400;
  padding: 0px 0px 0px 0px;
}

.card__favorites svg {
  margin: 0px 5px 0px 0px;
}

.card__favorites svg path {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  fill: #004ea6;
}

.card__favorites:hover {
  color: #1d336b;
}

.card__favorites:hover path {
  fill: #1d336b;
}

.card__favorites.active {
  color: #828282;
  padding-left: 27px;
  position: relative;
}

.card__favorites.active svg {
  display: none;
}

.card__favorites.active::before {
  content: "";
  display: block;
  width: 18px;
  height: 16px;
  background: url(../img/icons/favorites_del.svg) top left no-repeat;
  background-size: contain;
  position: absolute;
  left: 0px;
}

.card__compare {
  font-size: 16px;
  line-height: 18px;
  color: #004ea6;
  font-weight: 400;
  padding: 0px 0px 0px 0px;
}

.card__compare svg {
  margin: 0px 5px 0px 0px;
}

.card__compare svg path {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  fill: #004ea6;
}

.card__compare:hover {
  color: #1d336b;
}

.card__compare:hover path {
  fill: #1d336b;
}

.card__compare.active {
  color: #eb5757;
  padding-left: 27px;
  position: relative;
  height: 22px;
  padding-top: 4px;
}

.card__compare.active svg {
  display: none;
}

.card__compare.active::before {
  content: "";
  display: block;
  width: 18px;
  height: 16px;
  background: url(../img/icons/icon_delete.svg) top left no-repeat;
  background-size: contain;
  position: absolute;
  left: 0px;
}

.card__bye {
  font-size: 16px;
  line-height: 18px;
  color: #004ea6;
  font-weight: 400;
  margin: 22px 0px 0px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}

.card__bye svg {
  margin: 0px 10px 0px 0px;
}

.card__bye svg path {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  fill: #004ea6;
}

.card__bye:hover {
  color: #1d336b;
}

.card__bye:hover path {
  fill: #1d336b;
}

.label {
  font-weight: 600;
  font-size: 14px;
  line-height: 14px;
  padding: 5px 12px;
  width: 51px;
  height: 24px;
  color: #fff;
}

.label-hit {
  background-color: #409aff;
  width: 51px;
}

.label-stock {
  background-color: #004ea6;
  width: 72px;
}

.label-new {
  background-color: #eb5757;
  width: 90px;
  margin: 0px 0px 0px 0px;
}

.available {
  color: #828282;
  font-size: 14px;
  line-height: 20px;
  padding: 0px 0px 0px 17px;
  background: url(../img/icons/available_icon.svg) left no-repeat;
}

.big-title {
  font-size: 72px;
  line-height: 72px;
  font-family: "heliosextblack";
  color: #fff;
}

.title-h2Hel {
  color: #141414;
  font-family: "heliosextblack";
  font-size: 48px;
  line-height: 48px;
}

.btn3 {
  display: inline-block;
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  padding: 13px 32px;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 25px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.btn3:hover {
  color: #141414;
}

html._touch .btn3 {
  background-color: rgba(255, 255, 255, 0.8);
  color: #141414;
}

.btn-anim {
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  padding: 13px 32px;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 25px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background-image: -webkit-gradient(linear, right top, left top, from(transparent), color-stop(50%, transparent), color-stop(50%, #fff), to(#fff));
  background-image: -o-linear-gradient(right, transparent, transparent 50%, #fff 50%, #fff);
  background-image: linear-gradient(to left, transparent, transparent 50%, #fff 50%, #fff);
  background-position: 100% 0;
  background-size: 200% 100%;
}

.btn-anim:hover {
  background-position: 0 0;
  color: #141414;
}

.btn-15 {
  background: #004ea6;
  border: none;
  z-index: 1;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  outline: none;
  color: #fff;
}

.btn-15::after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: #141414;
  border-radius: 6px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn-15:hover {
  color: #fff;
}

.btn-15:hover::after {
  width: 100%;
}

.btn-15:active {
  top: 2px;
}

.btn-15_wht {
  background: transparent;
  border: 1px solid #fff;
  overflow: hidden;
}

.btn-15_wht:hover {
  color: #141414;
  border: 1px solid transparent;
}

.btn-15_wht::after {
  background-color: #fff;
}

.btn-15_blck {
  background: transparent;
  border: 1px solid #141414;
  overflow: hidden;
  color: #141414;
}

.btn-15_blck:hover {
  color: #fff;
  border: 1px solid transparent;
}

.btn-15_blck::after {
  background-color: #141414;
}

._img-parallax {
  width: 100vmax;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  pointer-events: none;
}

.float-line {
  --underline-width: 0;
  --underline-offset-x: 0;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0;
}

.float-line::before {
  content: "";
  display: block;
  position: absolute;
  top: 92%;
  height: 2px;
  width: var(--underline-width);
  -webkit-transform: translateX(var(--underline-offset-x));
      -ms-transform: translateX(var(--underline-offset-x));
          transform: translateX(var(--underline-offset-x));
  background-color: var(--color-underline);
  -webkit-transition: width 0.5s, -webkit-transform 0.5s;
  transition: width 0.5s, -webkit-transform 0.5s;
  -o-transition: transform 0.5s, width 0.5s;
  transition: transform 0.5s, width 0.5s;
  transition: transform 0.5s, width 0.5s, -webkit-transform 0.5s;
  border-radius: 4px;
}

.float-line__item {
  font-weight: 700;
  font-size: 17px;
  line-height: 24px;
  color: #828282;
  cursor: pointer;
  padding: 0px 0px 5px 0px;
  display: block;
}

.float-line__item._active {
  color: #004ea6;
  border-bottom: 2px solid #004ea6;
}

.empty {
  background: #141414;
  color: #fff;
  width: 100%;
  padding: 60px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  margin-bottom: 65px;
}

.empty__img {
  width: 889px;
  left: 70%;
}

.empty__content {
  max-width: 653px;
  position: relative;
  z-index: 2;
}

.empty__big-title {
  font-size: 144px;
  line-height: 144px;
  font-family: heliosextblack;
}

.empty__title {
  color: #fff;
  margin: 0px 0px 40px 0px;
  font-size: 72px;
  line-height: 72px;
  font-family: heliosextblack;
}

.empty__text {
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
}

._ibg {
  position: relative;
}

._ibg img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

#map {
  background: url("../img/icons/loading.gif") center/50px no-repeat;
}

._swiper,
.certificates__slider,
.popular-slider__row_2,
.popular-slider__row_1,
.popular-slider__row {
  overflow: hidden;
}

._swiper .swiper-wrapper,
.certificates__slider .swiper-wrapper,
.popular-slider__row_2 .swiper-wrapper,
.popular-slider__row_1 .swiper-wrapper,
.popular-slider__row .swiper-wrapper {
  width: 100%;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

._swiper.swiper-container-vertical .swiper-wrapper,
.certificates__slider.swiper-container-vertical .swiper-wrapper,
.popular-slider__row_2.swiper-container-vertical .swiper-wrapper,
.popular-slider__row_1.swiper-container-vertical .swiper-wrapper,
.popular-slider__row.swiper-container-vertical .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

._swiper.swiper-container-autoheight .swiper-wrapper,
.certificates__slider.swiper-container-autoheight .swiper-wrapper,
.popular-slider__row_2.swiper-container-autoheight .swiper-wrapper,
.popular-slider__row_1.swiper-container-autoheight .swiper-wrapper,
.popular-slider__row.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.swiper-container-initialized .swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.swiper-container-android .swiper-slide,
.swiper-container-android .swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.swiper-button-lock {
  display: none !important;
}

._tabs-block {
  display: none;
}

._tabs-block._active {
  display: block;
}

[data-simplebar] {
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.simplebar-wrapper {
  overflow: hidden;
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit;
}

.simplebar-mask {
  direction: inherit;
  position: absolute;
  overflow: hidden;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto !important;
  height: auto !important;
  z-index: 0;
}

.simplebar-offset {
  direction: inherit !important;
  -webkit-box-sizing: inherit !important;
          box-sizing: inherit !important;
  resize: none !important;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch;
}

.simplebar-content-wrapper {
  direction: inherit;
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%;
  /* Required for horizontal native scrollbar to not appear if parent is taller than natural height */
  width: auto;
  max-width: 100%;
  /* Not required for horizontal scroll to trigger */
  max-height: 100%;
  /* Needed for vertical scroll to trigger */
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding: 0px 0px 75px 0px;
}

.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.simplebar-content:before,
.simplebar-content:after {
  content: " ";
  display: table;
}

.simplebar-placeholder {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none;
}

.simplebar-height-auto-observer-wrapper {
  -webkit-box-sizing: inherit !important;
          box-sizing: inherit !important;
  height: 100%;
  width: 100%;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  -webkit-box-flex: inherit;
      -ms-flex-positive: inherit;
          flex-grow: inherit;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
}

.simplebar-height-auto-observer {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 1000%;
  width: 1000%;
  min-height: 1px;
  min-width: 1px;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}

.simplebar-track {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden;
}

[data-simplebar].simplebar-dragging .simplebar-content {
  pointer-events: none;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

[data-simplebar].simplebar-dragging .simplebar-track {
  pointer-events: all;
}

.simplebar-scrollbar {
  position: absolute;
  left: 0;
  right: 0;
  min-height: 10px;
}

.simplebar-scrollbar:before {
  position: absolute;
  content: "";
  background: black;
  border-radius: 7px;
  left: 2px;
  right: 2px;
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.simplebar-scrollbar.simplebar-visible:before {
  /* When hovered, remove all transitions from drag handle */
  opacity: 0.5;
  -webkit-transition: opacity 0s linear;
  -o-transition: opacity 0s linear;
  transition: opacity 0s linear;
}

.simplebar-track.simplebar-vertical {
  top: 0;
  width: 8px;
}

.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
  top: 2px;
  bottom: 2px;
}

.simplebar-track.simplebar-horizontal {
  left: 0;
  height: 8px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
  height: 100%;
  left: 2px;
  right: 2px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  right: auto;
  left: 0;
  top: 2px;
  height: 7px;
  min-height: 0;
  min-width: 10px;
  width: auto;
}

/* Rtl support */

[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical {
  right: auto;
  left: 0;
}

.hs-dummy-scrollbar-size {
  direction: rtl;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  height: 500px;
  width: 500px;
  overflow-y: hidden;
  overflow-x: scroll;
}

.simplebar-hide-scrollbar {
  position: fixed;
  left: 0;
  visibility: hidden;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

[data-showmore-button] {
  font-size: 16px;
  margin-top: 15px;
  text-decoration: underline;
}

[data-showmore-button]:hover {
  text-decoration: none;
}

[data-showmore-button] span:last-child {
  display: none;
}

._showmore-active [data-showmore-button] span {
  display: none;
}

._showmore-active [data-showmore-button] span:last-child {
  display: block;
}

.lg-actions .lg-next,
.lg-actions .lg-prev {
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  margin-top: -10px;
  position: absolute;
  display: block;
  width: 40px;
  height: 36px;
  top: 50%;
  -webkit-transform: translate(0px, -50%);
      -ms-transform: translate(0px, -50%);
          transform: translate(0px, -50%);
  z-index: 1080;
}

.lg-actions .lg-next.disabled,
.lg-actions .lg-prev.disabled {
  pointer-events: none;
  opacity: 0.5;
}

.lg-actions .lg-next:hover,
.lg-actions .lg-prev:hover {
  color: #fff;
}

.lg-actions .lg-next {
  right: 20px;
  background: url("../img/icons/arrow_next_wht.svg") 0 0/100% no-repeat;
}

.lg-actions .lg-prev {
  left: 20px;
  background: url("../img/icons/arrow_prev_wht.svg") 0 0/100% no-repeat;
}

@-webkit-keyframes lg-right-end {
  0% {
    left: 0;
  }

  50% {
    left: -30px;
  }

  100% {
    left: 0;
  }
}

@keyframes lg-right-end {
  0% {
    left: 0;
  }

  50% {
    left: -30px;
  }

  100% {
    left: 0;
  }
}

@-webkit-keyframes lg-left-end {
  0% {
    left: 0;
  }

  50% {
    left: 30px;
  }

  100% {
    left: 0;
  }
}

@keyframes lg-left-end {
  0% {
    left: 0;
  }

  50% {
    left: 30px;
  }

  100% {
    left: 0;
  }
}

.lg-outer.lg-right-end .lg-object {
  -webkit-animation: lg-right-end 0.3s;
  animation: lg-right-end 0.3s;
  position: relative;
}

.lg-outer.lg-left-end .lg-object {
  -webkit-animation: lg-left-end 0.3s;
  animation: lg-left-end 0.3s;
  position: relative;
}

.lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.45);
}

.lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: medium none;
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
}

.lg-toolbar .lg-icon:hover {
  color: #fff;
}

.lg-toolbar .lg-close {
  background: url("../img/icons/close_wht.svg") center no-repeat;
}

.lg-toolbar .lg-download {
  display: none;
}

.lg-sub-html {
  background-color: rgba(0, 0, 0, 0.45);
  bottom: 0;
  color: #eee;
  font-size: 16px;
  left: 0;
  padding: 10px 40px;
  position: fixed;
  right: 0;
  text-align: center;
  z-index: 1080;
}

.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: bold;
}

.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0;
}

#lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  vertical-align: middle;
}

.lg-toolbar,
.lg-prev,
.lg-next {
  opacity: 1;
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -o-transition: -o-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -webkit-transition: opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear, -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear, -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear, -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-hide-items .lg-prev {
  opacity: 0;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
}

.lg-hide-items .lg-next {
  opacity: 0;
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0);
}

.lg-hide-items .lg-toolbar {
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
  -webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -o-transition: -o-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -webkit-transition: opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
  transition: opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
  -o-transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

.lg-outer .lg-thumb-outer {
  background-color: #0d0a0a;
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 1080;
  max-height: 350px;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
  -webkit-transition-duration: 0s !important;
  -o-transition-duration: 0s !important;
     transition-duration: 0s !important;
}

.lg-outer.lg-thumb-open .lg-thumb-outer {
  -webkit-transform: translate3d(0, 0%, 0);
  transform: translate3d(0, 0%, 0);
}

.lg-outer .lg-thumb {
  padding: 10px 0;
  height: 100%;
  margin-bottom: -5px;
}

.lg-outer .lg-thumb-item {
  border-radius: 5px;
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border: 2px solid #fff;
  border-radius: 4px;
  margin-bottom: 5px;
}

.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
  border-color: #a90707;
}

.lg-outer .lg-thumb-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.lg-outer.lg-has-thumb .lg-item {
  padding-bottom: 120px;
}

.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0;
}

.lg-outer.lg-pull-caption-up .lg-sub-html {
  -webkit-transition: bottom 0.25s ease;
  -o-transition: bottom 0.25s ease;
  transition: bottom 0.25s ease;
}

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
  bottom: 100px;
}

.lg-outer .lg-toggle-thumb {
  background-color: #0d0a0a;
  border-radius: 2px 2px 0 0;
  color: #999;
  cursor: pointer;
  font-size: 24px;
  height: 39px;
  line-height: 27px;
  padding: 5px 0;
  position: absolute;
  right: 20px;
  text-align: center;
  top: -39px;
  width: 50px;
}

.lg-outer .lg-toggle-thumb:after {
  content: "\e1ff";
}

.lg-outer .lg-toggle-thumb:hover {
  color: #fff;
}

.lg-outer .lg-video-cont {
  display: inline-block;
  vertical-align: middle;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 0 5px;
}

.lg-outer .lg-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}

.lg-outer .lg-video .lg-object {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.lg-outer .lg-video .lg-video-play {
  width: 84px;
  height: 59px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -42px;
  margin-top: -30px;
  z-index: 1080;
  cursor: pointer;
}

.lg-outer .lg-has-vimeo .lg-video-play {
  background: url("../img/vimeo-play.png") no-repeat scroll 0 0 transparent;
}

.lg-outer .lg-has-vimeo:hover .lg-video-play {
  background: url("../img/vimeo-play.png") no-repeat scroll 0 -58px transparent;
}

.lg-outer .lg-has-html5 .lg-video-play {
  background: transparent url("../img/video-play.png") no-repeat scroll 0 0;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  width: 64px;
  opacity: 0.8;
}

.lg-outer .lg-has-html5:hover .lg-video-play {
  opacity: 1;
}

.lg-outer .lg-has-youtube .lg-video-play {
  background: url("../img/youtube-play.png") no-repeat scroll 0 0 transparent;
}

.lg-outer .lg-has-youtube:hover .lg-video-play {
  background: url("../img/youtube-play.png") no-repeat scroll 0 -60px transparent;
}

.lg-outer .lg-video-object {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}

.lg-outer .lg-has-video .lg-video-object {
  visibility: hidden;
}

.lg-outer .lg-has-video.lg-video-playing .lg-object,
.lg-outer .lg-has-video.lg-video-playing .lg-video-play {
  display: none;
}

.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
  visibility: visible;
}

.lg-progress-bar {
  background-color: #333;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1083;
  opacity: 0;
  -webkit-transition: opacity 0.08s ease 0s;
  -o-transition: opacity 0.08s ease 0s;
  transition: opacity 0.08s ease 0s;
}

.lg-progress-bar .lg-progress {
  background-color: #a90707;
  height: 5px;
  width: 0;
}

.lg-progress-bar.lg-start .lg-progress {
  width: 100%;
}

.lg-show-autoplay .lg-progress-bar {
  opacity: 1;
}

.lg-autoplay-button:after {
  content: "\e01d";
}

.lg-show-autoplay .lg-autoplay-button:after {
  content: "\e01a";
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap,
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transition-duration: 0s;
  -o-transition-duration: 0s;
     transition-duration: 0s;
}

.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -webkit-transition: opacity 0.15s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
  transition: opacity 0.15s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
  -o-transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

#lg-zoom-in:after {
  content: "\e311";
}

#lg-actual-size {
  font-size: 20px;
}

#lg-actual-size:after {
  content: "\e033";
}

#lg-zoom-out {
  opacity: 0.5;
  pointer-events: none;
}

#lg-zoom-out:after {
  content: "\e312";
}

.lg-zoomed #lg-zoom-out {
  opacity: 1;
  pointer-events: auto;
}

.lg-outer .lg-pager-outer {
  bottom: 60px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 1080;
  height: 10px;
}

.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
  overflow: visible;
}

.lg-outer .lg-pager-cont {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  margin: 0 5px;
}

.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
  -webkit-box-shadow: 0 0 0 2px white inset;
          box-shadow: 0 0 0 2px white inset;
}

.lg-outer .lg-pager-thumb-cont {
  background-color: #fff;
  color: #fff;
  bottom: 100%;
  height: 83px;
  left: 0;
  margin-bottom: 20px;
  margin-left: -60px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  width: 120px;
  border-radius: 3px;
  -webkit-transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s, -o-transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
}

.lg-outer .lg-pager-thumb-cont img {
  width: 100%;
  height: 100%;
}

.lg-outer .lg-pager {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
          box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
  display: block;
  height: 12px;
  -webkit-transition: box-shadow 0.3s ease 0s;
  -o-transition: box-shadow 0.3s ease 0s;
  -webkit-transition: -webkit-box-shadow 0.3s ease 0s;
  transition: -webkit-box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s, -webkit-box-shadow 0.3s ease 0s;
  width: 12px;
}

.lg-outer .lg-pager:hover,
.lg-outer .lg-pager:focus {
  -webkit-box-shadow: 0 0 0 8px white inset;
          box-shadow: 0 0 0 8px white inset;
}

.lg-outer .lg-caret {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px dashed;
  bottom: -10px;
  display: inline-block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  vertical-align: middle;
  width: 0;
}

.lg-fullscreen:after {
  content: "\e20c";
}

.lg-fullscreen-on .lg-fullscreen:after {
  content: "\e20d";
}

.lg-outer #lg-dropdown-overlay {
  background-color: rgba(0, 0, 0, 0.25);
  bottom: 0;
  cursor: default;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1081;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  -o-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
}

.lg-outer.lg-dropdown-active .lg-dropdown,
.lg-outer.lg-dropdown-active #lg-dropdown-overlay {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
     transition-delay: 0s;
  -ms-transform: translate3d(0, 0px, 0);
  -webkit-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, 0px, 0);
  opacity: 1;
  visibility: visible;
}

.lg-outer.lg-dropdown-active #lg-share {
  color: #fff;
}

.lg-outer .lg-dropdown {
  background-color: #fff;
  border-radius: 2px;
  font-size: 14px;
  list-style-type: none;
  margin: 0;
  padding: 10px 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 50px;
  opacity: 0;
  visibility: hidden;
  -ms-transform: translate3d(0, 5px, 0);
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
  -webkit-transition: -webkit-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  -o-transition: -o-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  -webkit-transition: visibility 0s linear 0.5s, opacity 0.18s linear 0s, -webkit-transform 0.18s linear 0s;
  transition: visibility 0s linear 0.5s, opacity 0.18s linear 0s, -webkit-transform 0.18s linear 0s;
  -o-transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s, -webkit-transform 0.18s linear 0s;
}

.lg-outer .lg-dropdown:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  border: 8px solid transparent;
  border-bottom-color: #fff;
  right: 16px;
  top: -16px;
}

.lg-outer .lg-dropdown > li:last-child {
  margin-bottom: 0px;
}

.lg-outer .lg-dropdown > li:hover a,
.lg-outer .lg-dropdown > li:hover .lg-icon {
  color: #333;
}

.lg-outer .lg-dropdown a {
  color: #333;
  display: block;
  white-space: pre;
  padding: 4px 12px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
}

.lg-outer .lg-dropdown a:hover {
  background-color: rgba(0, 0, 0, 0.07);
}

.lg-outer .lg-dropdown .lg-dropdown-text {
  display: inline-block;
  line-height: 1;
  margin-top: -3px;
  vertical-align: middle;
}

.lg-outer .lg-dropdown .lg-icon {
  color: #333;
  display: inline-block;
  float: none;
  font-size: 20px;
  height: auto;
  line-height: 1;
  margin-right: 8px;
  padding: 0;
  vertical-align: middle;
  width: auto;
}

.lg-outer #lg-share {
  position: relative;
}

.lg-outer #lg-share:after {
  content: "\e80d";
}

.lg-outer #lg-share-facebook .lg-icon {
  color: #3b5998;
}

.lg-outer #lg-share-facebook .lg-icon:after {
  content: "\e901";
}

.lg-outer #lg-share-twitter .lg-icon {
  color: #00aced;
}

.lg-outer #lg-share-twitter .lg-icon:after {
  content: "\e904";
}

.lg-outer #lg-share-googleplus .lg-icon {
  color: #dd4b39;
}

.lg-outer #lg-share-googleplus .lg-icon:after {
  content: "\e902";
}

.lg-outer #lg-share-pinterest .lg-icon {
  color: #cb2027;
}

.lg-outer #lg-share-pinterest .lg-icon:after {
  content: "\e903";
}

.group {
  *zoom: 1;
}

.group:before,
.group:after {
  display: table;
  content: "";
  line-height: 0;
}

.group:after {
  clear: both;
}

.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}

.lg-outer * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.lg-outer.lg-visible {
  opacity: 1;
}

.lg-outer.lg-css3 .lg-item.lg-prev-slide,
.lg-outer.lg-css3 .lg-item.lg-next-slide,
.lg-outer.lg-css3 .lg-item.lg-current {
  -webkit-transition-duration: inherit !important;
  -o-transition-duration: inherit !important;
     transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  -o-transition-timing-function: inherit !important;
     transition-timing-function: inherit !important;
}

.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
  -webkit-transition-duration: 0s !important;
  -o-transition-duration: 0s !important;
     transition-duration: 0s !important;
  opacity: 1;
}

.lg-outer.lg-grab img.lg-object {
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.lg-outer .lg {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%;
}

.lg-outer .lg-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
}

.lg-outer .lg-item {
  background: url("../img/icons/loading.gif") no-repeat scroll center center transparent;
  display: none !important;
}

.lg-outer.lg-css3 .lg-prev-slide,
.lg-outer.lg-css3 .lg-current,
.lg-outer.lg-css3 .lg-next-slide {
  display: inline-block !important;
}

.lg-outer.lg-css .lg-current {
  display: inline-block !important;
}

.lg-outer .lg-item,
.lg-outer .lg-img-wrap {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
}

.lg-outer .lg-item:before,
.lg-outer .lg-img-wrap:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}

.lg-outer .lg-img-wrap {
  position: absolute;
  padding: 0 5px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.lg-outer .lg-item.lg-complete {
  background-image: none;
}

.lg-outer .lg-item.lg-current {
  z-index: 1060;
}

.lg-outer .lg-image {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important;
}

.lg-outer.lg-show-after-load .lg-item .lg-object,
.lg-outer.lg-show-after-load .lg-item .lg-video-play {
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}

.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object,
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
  opacity: 1;
}

.lg-outer .lg-empty-html {
  display: none;
}

.lg-outer.lg-hide-download #lg-download {
  display: none;
}

.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: rgba(0, 0, 0, 0.9);
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}

.lg-backdrop.in {
  opacity: 1;
}

.lg-css3.lg-no-trans .lg-prev-slide,
.lg-css3.lg-no-trans .lg-next-slide,
.lg-css3.lg-no-trans .lg-current {
  -webkit-transition: none 0s ease 0s !important;
  -o-transition: none 0s ease 0s !important;
  transition: none 0s ease 0s !important;
}

.lg-css3.lg-use-css3 .lg-item {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-css3.lg-use-left .lg-item {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-css3.lg-fade .lg-item {
  opacity: 0;
}

.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1;
}

.lg-css3.lg-fade .lg-item.lg-prev-slide,
.lg-css3.lg-fade .lg-item.lg-next-slide,
.lg-css3.lg-fade .lg-item.lg-current {
  -webkit-transition: opacity 0.1s ease 0s;
  -o-transition: opacity 0.1s ease 0s;
  transition: opacity 0.1s ease 0s;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -webkit-transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-css3.lg-slide.lg-use-left .lg-item {
  opacity: 0;
  position: absolute;
  left: 0;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  left: -100%;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
  left: 100%;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  left: 0;
  opacity: 1;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  -webkit-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border-radius: 6px;
  border: solid 1px #828282;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 18px;
  font-weight: normal;
  line-height: 20px;
  outline: none;
  padding: 13px 40px 13px 20px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: 100%;
}

.nice-select:hover {
  border-color: #dbdbdb;
}

.nice-select.form {
  max-width: none;
}

.nice-select:active,
.nice-select.open,
.nice-select:focus {
  border-color: #999;
}

.nice-select:after {
  background: url("../img/icons/select.svg") center/100% no-repeat;
  content: "";
  display: block;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 22px;
  top: 50%;
  width: 11px;
  height: 7px;
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

.nice-select.open:after {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
}

.nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none;
}

.nice-select.disabled:after {
  border-color: #cccccc;
}

.nice-select.wide {
  width: 100%;
}

.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important;
}

.nice-select.right {
  float: right;
}

.nice-select.right .list {
  left: auto;
  right: 0;
}

.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px;
}

.nice-select.small:after {
  height: 4px;
  width: 4px;
}

.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}

.nice-select .list {
  width: 100%;
  background-color: #fff;
  border-radius: 6px;
  -webkit-box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 130%;
  left: 0;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-21px);
  -ms-transform: scale(0.75) translateY(-21px);
  transform: scale(0.75) translateY(-21px);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  -o-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
  border: 1px solid #828282;
}

.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}

.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  list-style: none;
  outline: 0;
  text-align: left;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  padding: 13px 20px;
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
  background-color: #f6f6f6;
}

.nice-select .option.selected {
  font-weight: bold;
}

.nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default;
}

.no-csspointerevents .nice-select .list {
  display: none;
}

.no-csspointerevents .nice-select.open .list {
  display: block;
}

.pagging {
  width: 100%;
  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: 0px 0px 80px 0px;
  padding: 0px 0px 0px 29%;
}

.pagging__arrow {
  margin: 0px 25px;
}

.pagging__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.pagging__item {
  font-weight: 600;
  font-size: 36px;
  line-height: 36px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  margin: 0px 15px;
  color: #141414;
}

.pagging__item._active {
  color: #004ea6;
  border-bottom: 2px solid #004ea6;
}

.popup-open {
  cursor: url(../img/icons/close.svg) 10 10, default;
}

.popup {
  -webkit-overflow-scrolling: touch;
  z-index: 100;
  position: fixed;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: visibility 0.8s ease 0s;
  -o-transition: visibility 0.8s ease 0s;
  transition: visibility 0.8s ease 0s;
  visibility: hidden;
}

.popup::before {
  content: "";
  background-color: rgba(20, 20, 20, 0.5);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 0.8s ease 0s;
  -o-transition: opacity 0.8s ease 0s;
  transition: opacity 0.8s ease 0s;
}

.popup.show {
  visibility: visible;
  overflow: auto;
}

.popup.show::before {
  opacity: 1;
}

.popup.show .popup__body {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.popup._active {
  overflow: auto;
  visibility: visible;
}

.popup._active::before {
  opacity: 1;
}

.popup._active .popup__body {
  -webkit-transition: all 0.3s ease 0.2s;
  -o-transition: all 0.3s ease 0.2s;
  transition: all 0.3s ease 0.2s;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.popup__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: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 100%;
  height: 100%;
}

.popup__body {
  cursor: auto;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background-color: #fff;
  padding: 50px;
  width: 100%;
  max-width: 800px;
  height: 100%;
}

.popup__close {
  width: 15px;
  height: 15px;
  position: absolute;
  top: 0px;
  right: 0px;
  cursor: pointer;
  z-index: 30;
  background: url("../img/icons/close.svg") 0 0 no-repeat;
}

.catalog-modal {
  position: fixed;
  z-index: 0;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #fff;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 100vh;
  -webkit-transition: all 0.3s ease 0s, background-color 0.3s ease 0.5s;
  -o-transition: all 0.3s ease 0s, background-color 0.3s ease 0.5s;
  transition: all 0.3s ease 0s, background-color 0.3s ease 0.5s;
  padding-left: 5.21%;
  -webkit-transform: translate(-100%, 0);
      -ms-transform: translate(-100%, 0);
          transform: translate(-100%, 0);
}

.catalog-modal::before {
  background-color: transparent;
}

.catalog-modal._active {
  overflow: hidden;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.catalog-modal._active .catalog-modal__body {
  -webkit-transform: translate(0px, 0px);
      -ms-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
}

.catalog-modal .header {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}

.catalog-modal .header__logo path {
  fill: #004ea6;
}

.catalog-modal .header .menu__link {
  color: #141414;
}

.catalog-modal .header .menu-right__btn path {
  fill: #141414;
  stroke: #141414;
}

.catalog-modal .header .menu__sub-link {
  background-color: #fff;
  color: #141414;
}

.catalog-modal .header .menu__sub-link:hover {
  background-color: #f8f8f8;
}

.catalog-modal .header .menu__link_dropdown {
  background: url(../img/icons/arrow_down_black.svg) 100% center no-repeat;
}

.catalog-modal .header .menu__link_dropdown:hover {
  background: url(../img/icons/arrow_bl_up.svg) 100% center no-repeat;
}

.catalog-modal__close {
  height: 100%;
  width: 100px;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  border-right: 1px solid #141414;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  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;
}

.catalog-modal__close:hover {
  width: 120px;
}

.catalog-modal__close-icon {
  background: url("../img/icons/close.svg") 0 0 no-repeat;
  width: 31px;
  height: 31px;
  display: inline-block;
}

.catalog-modal__content {
  display: block;
  padding: var(--height-block) 9.35% 0px 3.9%;
  margin: -2px 0px 0px 0px;
}

.catalog-modal__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 0px 0px 0px;
  max-width: 100%;
  border: 1px solid #828282;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-transform: translate(-100%, 0px);
      -ms-transform: translate(-100%, 0px);
          transform: translate(-100%, 0px);
  position: relative;
}

.catalog-modal__body * {
  scrollbar-width: thin;
  scrollbar-color: #828282 transparent;
}

.catalog-modal__body *::-webkit-scrollbar {
  height: 0px;
  width: 0px;
}

.catalog-modal__body *::-webkit-scrollbar-track {
  background: transparent;
}

.catalog-modal__body *::-webkit-scrollbar-thumb {
  background-color: #828282;
  border-radius: 0px;
  border: 0px solid transparent;
}

.catalog-modal__categories {
  height: calc(100vh - var(--height-block));
  overflow: auto;
  padding: 0;
  width: 100%;
}

.catalog-modal__category {
  display: block;
  color: #141414;
  width: 43.3%;
}

.catalog-modal__category_active {
  border: 2px solid #004ea6;
}

.catalog-modal__category_active .category__name {
  background-color: #004ea6;
  color: #fff;
}

.catalog-modal__subcategories {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 20px 0px 0px 60px;
  height: calc(100vh - var(--height-block));
  overflow: auto;
}

.catalog-modal__subcategory {
  width: 100%;
}

.catalog-modal__item:not(:last-child) {
  margin: 0px 0px 40px 0px;
}

.catalog-modal__link {
  font-size: 18px;
  line-height: 36px;
  font-weight: 400;
  color: #141414;
}

.catalog-modal__link:hover {
  color: #004ea6;
}

.category__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 132px;
  border: 1px solid #828282;
}

.category__item:hover {
  border: 2px solid #004ea6;
}

.category__item:hover .category__name {
  background-color: #004ea6;
  color: #fff;
}

.category__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 38%;
          flex: 0 0 38%;
  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;
}

.category__image img {
  max-width: 100%;
  max-height: 70px;
  -o-object-fit: contain;
     object-fit: contain;
}

.category__name {
  padding: 30px 20px 0px 20px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.category__text {
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
}

.modal-search._active .modal-search__body {
  -webkit-transform: translate(0px, 0px);
      -ms-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
}

.modal-search__content {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.modal-search__body {
  position: relative;
  max-width: 736px;
  padding: 40px 50px 50px 50px;
  -webkit-transform: translate(100%, 0px);
      -ms-transform: translate(100%, 0px);
          transform: translate(100%, 0px);
}

.modal-search__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0px 0px 64px 0px;
}

.modal-search__close {
  width: 30px;
  height: 30px;
  position: relative;
}

.modal-search__label {
  position: relative;
  display: block;
  margin: 0px 0px 20px 0px;
}

.modal-search__search-input {
  color: #141414;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  border-bottom: 1px solid #141414;
  background: url(../img/icons/search_icon.svg) left center no-repeat;
  padding: 0px 0px 0px 42px;
}

.modal-search__search-input._focus ~ .modal-search__clear {
  display: block;
}

.modal-search__clear {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}

.resalt__resalt-list {
  height: 65vh;
  overflow: auto;
}

.resalt__item {
  padding: 22px 20px;
  border: 1px solid #e0e0e0;
}

.resalt__item:not(:last-child) {
  border-bottom: none;
}

.resalt__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 90px;
}

.resalt__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100px;
          flex: 0 0 100px;
  max-height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0px 20px 0px 0px;
}

.resalt__image img {
  max-width: 100%;
  height: 100%;
}

.resalt__col {
  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;
}

.resalt__name {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #141414;
}

.resalt__prices {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.resalt__price {
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  color: #141414;
  margin: 0px 10px 0px 0px;
}

.resalt__price-old {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #828282;
  text-decoration: line-through;
}

.resalt__more {
  width: calc(100% - 100px);
  text-align: center;
  background: #004ea6;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  display: block;
  padding: 13px 0px;
  border-radius: 6px;
  position: absolute;
  bottom: 50px;
}

.modal-basket._active .modal-basket__body {
  -webkit-transform: translate(0px, 0px);
      -ms-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
}

.modal-basket__empty-basket {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 1176px;
  position: absolute;
  top: 50%;
  right: 0;
}

.modal-basket__empty-left {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 33.333%;
          flex: 0 1 33.333%;
}

.modal-basket__empty-left img {
  max-width: 100%;
}

.modal-basket__empty-text {
  font-weight: 600;
  font-size: 36px;
  line-height: 58px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 37.333%;
          flex: 0 0 37.333%;
  text-align: center;
}

.modal-basket__empty-right {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 33.333%;
          flex: 0 1 33.333%;
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.modal-basket__empty-right img {
  max-width: 100%;
}

.modal-basket__content {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.modal-basket__body {
  max-width: 1176px;
  -webkit-transform: translate(100%, 0px);
      -ms-transform: translate(100%, 0px);
          transform: translate(100%, 0px);
  padding: 40px 80px 25px 80px;
}

.modal-basket__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0px 0px 40px 0px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.modal-basket__print {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #004ea6;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin: 0px 0px 0px 130px;
}

.modal-basket__print svg {
  margin: 0px 10px 0px 0px;
}

.modal-basket__close {
  width: 30px;
  height: 30px;
  position: relative;
}

.modal-basket__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.modal-basket__main {
  overflow: auto;
  height: 82vh;
  margin: 0px 60px 0px 0px;
}

.modal-basket__list {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  overflow: auto;
  margin: 0px 60px 0px 0px;
  height: 82vh;
}

.modal-basket__right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 342px;
          flex: 0 0 342px;
  overflow: auto;
  height: 82vh;
}

.modal-basket__prices {
  width: 100%;
  margin: 0px 0px 40px 0px;
}

.modal-basket__price {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0px 0px 30px 0px;
}

.modal-basket__price-name {
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
  color: #141414;
}

.modal-basket__price-cost {
  font-weight: 600;
  font-size: 24px;
  line-height: 24px;
  color: #141414;
}

.modal-basket__price-cost_blue {
  color: #004ea6;
}

.modal-basket__order {
  display: block;
  width: 100%;
  color: #fff;
  background-color: #004ea6;
  padding: 16px 0px;
  border-radius: 6px;
  text-align: center;
}

.card-modal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 22px 20px;
  border: 1px solid #e0e0e0;
}

.card-modal__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100px;
          flex: 0 0 100px;
  max-height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0px 20px 0px 0px;
}

.card-modal__image img {
  max-width: 100%;
  height: 100%;
}

.card-modal__col {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.card-modal__name {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #141414;
  margin: 0px 0px 12px 0px;
  display: block;
}

.card-modal__article {
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  margin: 0px 0px 12px 0px;
}

.card-modal__art {
  color: #828282;
}

.card-modal__art-num {
  color: #141414;
}

.card-modal__prices {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin: 0px 0px 12px 0px;
}

.card-modal__price {
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  color: #141414;
  margin: 0px 10px 0px 0px;
}

.card-modal__price-old {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #828282;
  text-decoration: line-through;
}

.card-modal__quantity {
  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;
  gap: 10px;
}

.card-modal__quantity .quantity {
  margin: 0px 10px 0px 0px;
}

.card-modal__total {
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  color: #004ea6;
}

.card-modal__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.card-modal__btns :last-child {
  margin: 0px 0px 20px 0px;
}

.card-modal__delete {
  cursor: pointer;
}

.form {
  max-width: 374px;
}

.form__line {
  margin: 0px 0px 40px 0px;
}

.form__input {
  color: #141414;
  padding: 6px 0px 6px 0px;
  border-bottom: 1px solid rgba(20, 20, 20, 0.5);
}

.form__btn {
  padding: 13px 0px;
  font-size: 18px;
  line-height: 24px;
  width: 100%;
  border-radius: 6px;
}

.change-data._active .change-data__body {
  -webkit-transform: translate(0px, 0px);
      -ms-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
}

.change-data__content {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.change-data__body {
  -webkit-transform: translate(100%, 0px);
      -ms-transform: translate(100%, 0px);
          transform: translate(100%, 0px);
  max-width: 712px;
}

.change-data__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.change-data__title {
  -ms-flex-preferred-size: 94%;
      flex-basis: 94%;
  margin: 0px 0px 60px 0px;
}

.change-data__close {
  width: 30px;
  height: 30px;
  position: relative;
}

.change-password._active .change-password__body {
  -webkit-transform: translate(0px, 0px);
      -ms-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
}

.change-password__content {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.change-password__body {
  -webkit-transform: translate(100%, 0px);
      -ms-transform: translate(100%, 0px);
          transform: translate(100%, 0px);
}

.change-password__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.change-password__title {
  -ms-flex-preferred-size: 88%;
      flex-basis: 88%;
  margin: 0px 0px 60px 0px;
}

.change-password__close {
  width: 30px;
  height: 30px;
  position: relative;
}

.add-address._active .add-address__body {
  -webkit-transform: translate(0px, 0px);
      -ms-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
}

.add-address__content {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.add-address__body {
  -webkit-transform: translate(100%, 0px);
      -ms-transform: translate(100%, 0px);
          transform: translate(100%, 0px);
  max-width: 712px;
}

.add-address__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.add-address__title {
  -ms-flex-preferred-size: 94%;
      flex-basis: 94%;
  margin: 0px 0px 60px 0px;
}

.add-address__close {
  width: 30px;
  height: 30px;
  position: relative;
}

.change-address._active .change-address__body {
  -webkit-transform: translate(0px, 0px);
      -ms-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
}

.change-address__content {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.change-address__body {
  -webkit-transform: translate(100%, 0px);
      -ms-transform: translate(100%, 0px);
          transform: translate(100%, 0px);
  max-width: 712px;
}

.change-address__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.change-address__title {
  -ms-flex-preferred-size: 94%;
      flex-basis: 94%;
  margin: 0px 0px 60px 0px;
}

.change-address__close {
  width: 30px;
  height: 30px;
  position: relative;
}

.authorize._active .authorize__body {
  -webkit-transform: translate(0px, 0px);
      -ms-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
}

.authorize__content {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.authorize__body {
  -webkit-transform: translate(100%, 0px);
      -ms-transform: translate(100%, 0px);
          transform: translate(100%, 0px);
  max-width: 712px;
}

.authorize__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0px 0px 60px 0px;
}

.authorize__title {
  -ms-flex-preferred-size: 94%;
      flex-basis: 94%;
}

.authorize__close {
  width: 30px;
  height: 30px;
  position: relative;
}

.authorize__links {
  margin: 16px 0px 0px 0px;
}

.authorize__link {
  color: #004ea6;
  font-size: 16px;
  line-height: 18px;
  text-decoration: underline;
}

.authorize__link:first-child {
  margin: 0px 70px 0px 0px;
}

.register._active .register__body {
  -webkit-transform: translate(0px, 0px);
      -ms-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
}

.register__content {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.register__body {
  -webkit-transform: translate(100%, 0px);
      -ms-transform: translate(100%, 0px);
          transform: translate(100%, 0px);
  height: 100%;
  overflow: auto;
  max-width: 712px;
}

.register__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0px 0px 60px 0px;
}

.register__title {
  -ms-flex-preferred-size: 94%;
      flex-basis: 94%;
}

.register__close {
  width: 30px;
  height: 30px;
  position: relative;
}

.register__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0px 0px 50px 0px;
}

.register__nav-item {
  font-size: 24px;
  line-height: 24px;
  color: #828282;
  cursor: pointer;
  font-weight: 700;
}

.register__nav-item._active {
  color: #004ea6;
  border-bottom: 1px solid #004ea6;
}

.register__nav-item:first-child {
  margin: 0px 40px 0px 0px;
}

.register__form .form__checkbox {
  margin: 20px 0px 0px 0px;
}

.register__form .checkbox {
  position: relative;
}

.register__form .checkbox__input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
}

.register__form .checkbox__input:checked + .checkbox__text:before {
  background: rgba(20, 20, 20, 0.5) url("../img/icons/check_wht.svg") center no-repeat;
}

.register__form .checkbox__text {
  position: relative;
  font-size: 14px;
  color: rgba(20, 20, 20, 0.5);
  letter-spacing: -0.3px;
  line-height: 18px;
  cursor: pointer;
  display: block;
}

.register__form .checkbox__text:before {
  content: "";
  display: block;
  float: left;
  margin: 0 14px 0 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  background: rgba(20, 20, 20, 0.5);
  border-radius: 4px;
}

.register__form .checkbox .checkbox__link {
  color: rgba(20, 20, 20, 0.5);
  text-decoration: underline;
}

.register__form .checkbox._error .checkbox__text {
  color: #eb5757;
}

.register__form .checkbox._error .checkbox__text:before {
  border: 1px solid #ee1212;
}

.register__form .form__line {
  position: relative;
}

.register__form__input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
}

.register__form__input:checked + .checkbox__text:before {
  background: rgba(255, 255, 255, 0.5) url("../img/icons/check.svg") center no-repeat;
}

.register__links {
  margin: 16px 0px 0px 0px;
}

.register__link {
  color: #004ea6;
  font-size: 16px;
  line-height: 18px;
  text-decoration: underline;
}

.recover._active .rrecover__body {
  -webkit-transform: translate(0px, 0px);
      -ms-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
}

.recover__content {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.recover__body {
  -webkit-transform: translate(100%, 0px);
      -ms-transform: translate(100%, 0px);
          transform: translate(100%, 0px);
  max-width: 712px;
}

.recover__header {
  margin: 0px 0px 40px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.recover__title {
  -ms-flex-preferred-size: 94%;
      flex-basis: 94%;
}

.recover__close {
  width: 30px;
  height: 30px;
  position: relative;
}

.recover__text {
  margin: 0px 0px 40px 0px;
}

.recover__links {
  margin: 16px 0px 0px 0px;
}

.recover__link {
  color: #004ea6;
  text-decoration: underline;
}

.modal-feedback._active .modal-feedback__body {
  -webkit-transform: translate(0px, 0px);
      -ms-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
}

.modal-feedback__content {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.modal-feedback__body {
  -webkit-transform: translate(100%, 0px);
      -ms-transform: translate(100%, 0px);
          transform: translate(100%, 0px);
  height: 100%;
  overflow: auto;
  max-width: 712px;
}

.modal-feedback__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0px 0px 60px 0px;
}

.modal-feedback__title {
  -ms-flex-preferred-size: 90%;
      flex-basis: 90%;
}

.modal-feedback__close {
  width: 30px;
  height: 30px;
  position: relative;
}

.modal-feedback__text {
  max-width: 400px;
  margin: 0px 0px 30px 0px;
}

.modal-feedback__forms .form__checkbox {
  margin: 20px 0px 0px 0px;
}

.modal-feedback__forms .checkbox {
  position: relative;
}

.modal-feedback__forms .checkbox__input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
}

.modal-feedback__forms .checkbox__input:checked + .checkbox__text:before {
  background: rgba(20, 20, 20, 0.5) url("../img/icons/check_wht.svg") center no-repeat;
}

.modal-feedback__forms .checkbox__text {
  position: relative;
  font-size: 14px;
  color: rgba(20, 20, 20, 0.5);
  letter-spacing: -0.3px;
  line-height: 18px;
  cursor: pointer;
  display: block;
}

.modal-feedback__forms .checkbox__text:before {
  content: "";
  display: block;
  float: left;
  margin: 0 14px 0 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  background: rgba(20, 20, 20, 0.5);
  border-radius: 4px;
}

.modal-feedback__forms .checkbox .checkbox__link {
  color: rgba(20, 20, 20, 0.5);
  text-decoration: underline;
}

.modal-feedback__forms .checkbox._error .checkbox__text {
  color: #eb5757;
}

.modal-feedback__forms .checkbox._error .checkbox__text:before {
  border: 1px solid #ee1212;
}

.modal-feedback__forms__input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
}

.modal-feedback__forms__input:checked + .checkbox__text:before {
  background: rgba(255, 255, 255, 0.5) url("../img/icons/check.svg") center no-repeat;
}

.modal-by-click._active .modal-feedback__body {
  -webkit-transform: translate(0px, 0px);
      -ms-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
}

.modal-by-click__content {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.modal-by-click__body {
  -webkit-transform: translate(100%, 0px);
      -ms-transform: translate(100%, 0px);
          transform: translate(100%, 0px);
  height: 100%;
  overflow: auto;
  max-width: 712px;
}

.modal-by-click__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0px 0px 60px 0px;
}

.modal-by-click__title {
  -ms-flex-preferred-size: 48%;
      flex-basis: 48%;
}

.modal-by-click__close {
  width: 30px;
  height: 30px;
  position: relative;
}

.modal-by-click__text {
  margin: 0px 0px 20px 0px;
}

.modal-by-click__forms .form__checkbox {
  margin: 20px 0px 0px 0px;
}

.modal-by-click__forms .checkbox {
  position: relative;
}

.modal-by-click__forms .checkbox__input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
}

.modal-by-click__forms .checkbox__input:checked + .checkbox__text:before {
  background: rgba(20, 20, 20, 0.5) url("../img/icons/check_wht.svg") center no-repeat;
}

.modal-by-click__forms .checkbox__text {
  position: relative;
  font-size: 14px;
  color: rgba(20, 20, 20, 0.5);
  letter-spacing: -0.3px;
  line-height: 18px;
  cursor: pointer;
  display: block;
}

.modal-by-click__forms .checkbox__text:before {
  content: "";
  display: block;
  float: left;
  margin: 0 14px 0 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  background: rgba(20, 20, 20, 0.5);
  border-radius: 4px;
}

.modal-by-click__forms .checkbox .checkbox__link {
  color: rgba(20, 20, 20, 0.5);
  text-decoration: underline;
}

.modal-by-click__forms .checkbox._error .checkbox__text {
  color: #eb5757;
}

.modal-by-click__forms .checkbox._error .checkbox__text:before {
  border: 1px solid #ee1212;
}

.modal-by-click__forms__input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
}

.modal-by-click__forms__input:checked + .checkbox__text:before {
  background: rgba(255, 255, 255, 0.5) url("../img/icons/check.svg") center no-repeat;
}

.order-product._active .order-product__body {
  -webkit-transform: translate(0px, 0px);
      -ms-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
}

.order-product__content {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.order-product__body {
  -webkit-transform: translate(100%, 0px);
      -ms-transform: translate(100%, 0px);
          transform: translate(100%, 0px);
  height: 100%;
  overflow: auto;
  max-width: 712px;
}

.order-product__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0px 0px 60px 0px;
  gap: 20px;
}

.order-product__close {
  width: 30px;
  height: 30px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30px;
          flex: 0 0 30px;
  position: relative;
}

.order-product__text {
  margin: 0px 0px 20px 0px;
}

.order-product__forms .form__checkbox {
  margin: 20px 0px 0px 0px;
}

.order-product__forms .checkbox {
  position: relative;
}

.order-product__forms .checkbox__input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
}

.order-product__forms .checkbox__input:checked + .checkbox__text:before {
  background: rgba(20, 20, 20, 0.5) url("../img/icons/check_wht.svg") center no-repeat;
}

.order-product__forms .checkbox__text {
  position: relative;
  font-size: 14px;
  color: rgba(20, 20, 20, 0.5);
  letter-spacing: -0.3px;
  line-height: 18px;
  cursor: pointer;
  display: block;
}

.order-product__forms .checkbox__text:before {
  content: "";
  display: block;
  float: left;
  margin: 0 14px 0 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  background: rgba(20, 20, 20, 0.5);
  border-radius: 4px;
}

.order-product__forms .checkbox .checkbox__link {
  color: rgba(20, 20, 20, 0.5);
  text-decoration: underline;
}

.order-product__forms .checkbox._error .checkbox__text {
  color: #eb5757;
}

.order-product__forms .checkbox._error .checkbox__text:before {
  border: 1px solid #ee1212;
}

.order-product__forms__input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
}

.order-product__forms__input:checked + .checkbox__text:before {
  background: rgba(255, 255, 255, 0.5) url("../img/icons/check.svg") center no-repeat;
}

.modal-politics._active .modal-politics__body {
  -webkit-transform: translate(0px, 0px);
      -ms-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
}

.modal-politics__content {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.modal-politics__body {
  -webkit-transform: translate(100%, 0px);
      -ms-transform: translate(100%, 0px);
          transform: translate(100%, 0px);
  max-width: 712px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.modal-politics__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0px 0px 60px 0px;
}

.modal-politics__title {
  font-size: 32px;
  line-height: 36px;
  -ms-flex-preferred-size: 90%;
      flex-basis: 90%;
  color: #141414;
  font-family: heliosextblack;
}

.modal-politics__close {
  width: 30px;
  height: 30px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30px;
          flex: 0 0 30px;
  position: relative;
}

.modal-politics__block {
  overflow: auto;
  height: 100%;
}

.modal-politics__text {
  margin: 0px 0px 20px 0px;
  font-size: 18px;
  line-height: 24px;
}

.modal-politics__subtitle {
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  margin: 0px 0px 10px 0px;
}

.modal-politics__link {
  color: #004ea6;
  font-size: 16px;
  line-height: 18px;
  text-decoration: underline;
}

.modal-consent._active .modal-consent__body {
  -webkit-transform: translate(0px, 0px);
      -ms-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
}

.modal-consent__content {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.modal-consent__body {
  -webkit-transform: translate(100%, 0px);
      -ms-transform: translate(100%, 0px);
          transform: translate(100%, 0px);
  max-width: 712px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.modal-consent__header {
  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;
  margin: 0px 0px 60px 0px;
}

.modal-consent__title {
  font-size: 32px;
  line-height: 36px;
  -ms-flex-preferred-size: 90%;
      flex-basis: 90%;
  color: #141414;
  font-family: heliosextblack;
}

.modal-consent__title .modal-consent__link {
  font-size: 32px;
  line-height: 36px;
}

.modal-consent__link {
  font-size: 16px;
  line-height: 18px;
  text-decoration: underline;
  color: #141414;
}

.modal-consent__close {
  width: 30px;
  height: 30px;
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30px;
          flex: 0 0 30px;
}

.modal-consent__block {
  overflow: auto;
  height: 100%;
}

.modal-consent__text {
  margin: 0px 0px 20px 0px;
  font-size: 18px;
  line-height: 24px;
}

.modal-consent__list {
  margin: 0px 0px 20px 0px;
  font-size: 18px;
  line-height: 24px;
}

.modal-consent__item {
  list-style: disc;
  margin-left: 19px;
  padding-left: 10px;
  margin-bottom: 10px;
}

.modal-consent__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.modal-consent__btn {
  border-radius: 6px;
  padding: 13px 0px;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
  text-align: center;
}

.modal-consent__btn:first-child {
  margin: 0px 10px 0px 0px;
}

.thanks._active .thanks__body {
  -webkit-transform: translate(0px, 0px);
      -ms-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
}

.thanks__content {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.thanks__body {
  -webkit-transform: translate(100%, 0px);
      -ms-transform: translate(100%, 0px);
          transform: translate(100%, 0px);
  max-width: 712px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.thanks__header {
  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;
  margin: 0px 0px 60px 0px;
}

.thanks__title {
  font-size: 32px;
  line-height: 36px;
  -ms-flex-preferred-size: 90%;
      flex-basis: 90%;
  color: #141414;
  font-family: heliosextblack;
}

.thanks__title .modal-consent__link {
  font-size: 32px;
  line-height: 36px;
}

.thanks__close {
  width: 30px;
  height: 30px;
  position: relative;
}

.thanks__block {
  height: 100%;
  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;
}

.thanks__logo {
  height: 100%;
}

.thanks__logo img {
  max-width: 100%;
  max-width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.sidebar-catalog-open {
  cursor: url(../img/icons/close.svg) 10 10, default;
}

.sidebar-catalog {
  position: fixed;
  top: 0;
  left: 108px;
  cursor: auto;
  color: #fff;
  z-index: 25;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.sidebar-catalog-open .sidebar-catalog {
  opacity: 1;
  visibility: visible;
  cursor: auto;
}

.sidebar-catalog__body {
  background: #2876CE;
  position: relative;
  z-index: 1;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 543px 1fr;
  grid-template-columns: 543px 1fr;
}

.sidebar-catalog__header {
  padding: 47px 20px 22px 60px;
}

.sidebar-catalog__title {
  font-weight: 300;
  font-size: 24px;
  color: #fff;
  font-family: "heliosextblack";
}

.sidebar-catalog__back {
  width: 18px;
  height: 26px;
  display: none;
}

.sidebar-catalog__back-svg {
  width: 100%;
  height: 100%;
}

.sidebar-catalog__back-svg use {
  fill: #fff;
}

.sidebar-catalog__close {
  width: 26px;
  height: 26px;
}

.sidebar-catalog__close-svg {
  width: 100%;
  height: 100%;
}

.sidebar-catalog__close-svg use {
  fill: #fff;
}

.sidebar-sub-catalog-open .sidebar-catalog__close-svg use {
  fill: #000;
}

.sidebar-catalog__menu-chunk {
  position: relative;
  padding-top: 115px;
  padding-bottom: 70px;
  height: 100vh;
}

.sidebar-catalog__hover-rect {
  position: absolute;
  right: -20px;
  width: 30px;
  height: 1600px;
  background: url(../img/sidebar-catalog-link-hover.png) bottom;
}

.sidebar-catalog__menu {
  padding-left: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  overflow: auto;
  gap: 18px;
  scrollbar-color: rgba(255, 255, 255, 0.3) transparent;
}

.sidebar-catalog__menu::-webkit-scrollbar {
  display: none;
}

.sidebar-catalog__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 17px;
  font-size: 18px;
  line-height: 20px;
  font-weight: 600;
  padding: 13px 24px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 27px 1fr;
  grid-template-columns: 27px 1fr;
  color: #fff;
}

.sidebar-catalog__link:hover {
  background: #fff;
  color: #2976ce;
}

.sidebar-catalog__link:hover .sidebar-catalog__link-svg use {
  fill: #2876ce;
  opacity: 1;
}

.sidebar-catalog__link-svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 38px;
          flex: 0 0 38px;
  width: 27px;
  height: 22px;
}

.sidebar-catalog__link-svg use {
  fill: #fff;
  opacity: 0.499682;
}

._sub-menu-active .sidebar-catalog__link-svg use {
  fill: #2876ce;
  opacity: 1;
}

.sidebar-sub-catalog {
  background: #fff;
  display: none;
  padding-top: 115px;
  padding-bottom: 61px;
  height: 100vh;
}

.sidebar-sub-catalog-open .sidebar-sub-catalog {
  display: block;
}

.sidebar-sub-catalog__wrapper {
  padding: 0px 36px;
  position: relative;
  height: 100%;
  overflow: auto;
  scrollbar-color: rgba(0, 0, 0, 0.3) transparent;
}

.sidebar-sub-catalog__chunk._sub-menu-open {
  display: block;
}

.sidebar-sub-catalog__row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr minmax(0, 340px);
  grid-template-columns: 1fr minmax(0, 340px);
  height: 100vh;
  gap: 10px;
}

.sidebar-sub-catalog__grid {
  padding-right: 100px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-flex-line-pack: start;
      align-content: start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-column-gap: 62px;
     -moz-column-gap: 62px;
          column-gap: 62px;
  height: 100%;
  overflow: auto;
}

.sidebar-sub-catalog__grid::-webkit-scrollbar {
  background: 0 0;
  width: 6px;
}

.sidebar-sub-catalog__grid::-webkit-scrollbar-thumb {
  background: #373737;
  border: 1px solid #373737;
}

.sidebar-sub-catalog__link {
  padding: 18px 24px;
  font-size: 16px;
  line-height: 20px;
  background: none;
  font-weight: 400;
  border-radius: 0;
  color: #000;
  max-width: 490px;
}

.sidebar-sub-catalog__link:hover {
  background: #e7e7e7;
}

.sidebar-sub-catalog__banner {
  padding-top: 67px;
  padding-bottom: 61px;
}

.sidebar-sub-catalog__banner-ibg {
  height: 466px;
  display: block;
}

.sidebar-sub-catalog__banner-ibg img {
  -o-object-position: top;
     object-position: top;
}

.header {
  position: relative;
  z-index: 5;
  padding: 28px 9.35% 28px 3.9%;
  margin: 0px 0px 0px 0px;
}

.header__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 2;
}

.header__logo {
  line-height: 0;
  margin: 0px 3.71% 0px 0px;
}

.header__logo path {
  fill: #004ea6;
}

.header__menu {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin: 0px 175px 0px 0px;
}

.header__icon {
  display: none;
}

.header.main-page .header__logo path {
  fill: #fff;
}

.header.main-page .menu__link {
  color: #fff;
}

.header.main-page .menu__link:hover {
  color: #409aff;
}

.header.main-page .menu__sub-link {
  background-color: #828282;
  color: #fff;
}

.header.main-page .menu__sub-link:hover {
  background-color: rgba(20, 20, 20, 0.5);
}

.header.main-page .menu__link_dropdown {
  background: url(../img/icons/arrow_down.svg) 100% center no-repeat;
}

.header.main-page .menu__link_dropdown:hover {
  background: url(../img/icons/arrow_bl_up.svg) 100% center no-repeat;
}

.header.main-page .header__icon span,
.header.main-page .header__icon:before,
.header.main-page .header__icon:after {
  background-color: #fff;
}

.header.main-page .header__icon._active span,
.header.main-page .header__icon._active:before,
.header.main-page .header__icon._active:after {
  background-color: #141414;
}

.header.open .header__logo path {
  fill: #004ea6;
}

.header.open .menu__link {
  color: #141414;
}

.header.open .menu__link:hover {
  color: #409aff;
}

.header.open .menu-right__btn path {
  fill: #141414;
  stroke: #141414;
}

.header.open .menu__sub-link {
  background-color: #fff;
  color: #141414;
}

.header.open .menu__sub-link:hover {
  background-color: #f8f8f8;
}

.header.open .menu__link_dropdown {
  background: url(../img/icons/arrow_down_black.svg) 100% center no-repeat;
}

.header.open .menu__link_dropdown:hover {
  background: url(../img/icons/arrow_bl_up.svg) 100% center no-repeat;
}

.header.open .catalog-btn {
  display: none;
}

.header.open .header__icon span,
.header.open .header__icon:before,
.header.open .header__icon:after {
  background-color: #141414;
}

.menu__title {
  display: none;
  font-family: "heliosextblack";
  font-size: 48px;
  line-height: 54px;
}

.menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0px 25px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.menu__link {
  display: block;
  color: #141414;
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  padding: 4px 0px;
}

.menu__link:hover {
  color: #409aff;
}

.menu__link_dropdown {
  background: url(../img/icons/arrow_down_black.svg) 100% center no-repeat;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  position: relative;
}

.menu__link_dropdown:hover {
  background: url(../img/icons/arrow_bl_up.svg) 100% center no-repeat;
}

.menu__link_dropdown > .menu__link {
  margin: 0px 30px 0px 0px;
  pointer-events: none;
}

.menu__sub-list {
  position: absolute;
  top: 100%;
  left: -30px;
  background-color: #828282;
  border: 1px solid #bdbdbd;
  border-radius: 6px;
  min-width: 215px;
  overflow: hidden;
  z-index: 1;
}

.menu__sub-list li:not(:last-child) {
  border-bottom: 1px solid #bdbdbd;
}

.menu__sub-link {
  display: block;
  padding: 17px 20px;
  font-size: 18px;
  line-height: 24px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background-color: #fff;
  color: #141414;
}

.menu__sub-link:hover {
  background-color: #f8f8f8;
}

.feedback {
  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;
  gap: 29px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.feedback__link {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  color: #409aff;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.feedback__link:hover {
  color: #1d336b;
}

html._pc .menu__link_dropdown:hover > .menu__link {
  color: #409aff;
}

html._pc .menu__list > li:hover .menu__sub-list {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(0px, 0px);
      -ms-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
  pointer-events: all;
}

html._touch .menu__list > .menu__link_dropdown {
  background: url(../img/icons/arrow_down_black.svg) 100% center no-repeat;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

html._touch .menu__list > .menu__link_dropdown._active {
  background: url(../img/icons/arrow_bl_up.svg) 100% center no-repeat;
}

html._touch .menu__list > .menu__link_dropdown._active > .menu__link {
  color: #409aff;
}

html._touch .header.main-page .menu__list > .menu__link_dropdown {
  background: url(../img/icons/arrow_down.svg) 100% center no-repeat;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

html._touch .header.main-page .menu__list > .menu__link_dropdown._active {
  background: url(../img/icons/arrow_bl_up.svg) 100% center no-repeat;
}

html._touch .header.main-page .menu__list > .menu__link_dropdown._active > .menu__link {
  color: #409aff;
}

html._touch .menu__list > .menu__link_dropdown._active .menu__sub-list {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(0px, 0px);
      -ms-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
  pointer-events: all;
}

.catalog-btn {
  height: 100%;
  width: 108px;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  -webkit-transition: width 0.3s ease 0s;
  -o-transition: width 0.3s ease 0s;
  transition: width 0.3s ease 0s;
  cursor: pointer;
}

.catalog-btn::before,
.catalog-btn::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.catalog-btn::after {
  width: 23px;
  background: url(../img/fb/cat-border.svg) center center/cover no-repeat;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  -webkit-animation: catBtnAfterAnimation 10.2s infinite linear 3s;
          animation: catBtnAfterAnimation 10.2s infinite linear 3s;
}

@-webkit-keyframes catBtnAfterAnimation {
  0% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }

  30% {
    -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
            clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
  }

  50% {
    -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
            clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
  }

  80% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }

  100% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}

@keyframes catBtnAfterAnimation {
  0% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }

  30% {
    -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
            clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
  }

  50% {
    -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
            clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
  }

  80% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }

  100% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}

.catalog-btn::before {
  width: 25px;
  background: url(../img/fb/cat-border-hv.svg) center center/cover no-repeat;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 0%, 0% 0%);
          clip-path: polygon(0 0, 100% 0, 100% 0%, 0% 0%);
  -webkit-animation: catBtnBeforeAnimation 10.2s infinite linear 3s;
          animation: catBtnBeforeAnimation 10.2s infinite linear 3s;
}

@-webkit-keyframes catBtnBeforeAnimation {
  0% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 0%, 0% 0%);
            clip-path: polygon(0 0, 100% 0, 100% 0%, 0% 0%);
  }

  30% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }

  50% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }

  80% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 0%, 0% 0%);
            clip-path: polygon(0 0, 100% 0, 100% 0%, 0% 0%);
  }

  100% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 0%, 0% 0%);
            clip-path: polygon(0 0, 100% 0, 100% 0%, 0% 0%);
  }
}

@keyframes catBtnBeforeAnimation {
  0% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 0%, 0% 0%);
            clip-path: polygon(0 0, 100% 0, 100% 0%, 0% 0%);
  }

  30% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }

  50% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }

  80% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 0%, 0% 0%);
            clip-path: polygon(0 0, 100% 0, 100% 0%, 0% 0%);
  }

  100% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 0%, 0% 0%);
            clip-path: polygon(0 0, 100% 0, 100% 0%, 0% 0%);
  }
}

.catalog-btn:hover .catalog-btn__logo_anim,
.catalog-btn:hover .catalog-btn__title_anim,
.catalog-btn:hover::after,
.catalog-btn:hover::before {
  -webkit-animation: none;
          animation: none;
}

.catalog-btn:hover::after {
  -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
          clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
}

.catalog-btn:hover::before {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

.catalog-btn:hover .catalog-btn__title_anim {
  -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 0);
          clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 0);
}

.sidebar-catalog-open .catalog-btn::before,
.sidebar-catalog-open .catalog-btn::after {
  display: none;
}

.catalog-btn__logo {
  position: absolute;
  z-index: 5;
  top: -65px;
  left: 19px;
  width: 53px;
  height: 49px;
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.catalog-btn__logo:hover .catalog-btn__logo_anim {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

.catalog-btn__logo img {
  max-width: 100%;
  position: absolute;
}

.catalog-btn__logo_anim {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 0%, 0% 0%);
          clip-path: polygon(0 0, 100% 0, 100% 0%, 0% 0%);
  -webkit-animation: catLogoAnimation 10.2s infinite linear 3s;
          animation: catLogoAnimation 10.2s infinite linear 3s;
  -webkit-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

@-webkit-keyframes catLogoAnimation {
  0% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 0%, 0% 0%);
            clip-path: polygon(0 0, 100% 0, 100% 0%, 0% 0%);
  }

  5% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }

  75% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }

  80% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 0%, 0% 0%);
            clip-path: polygon(0 0, 100% 0, 100% 0%, 0% 0%);
  }

  100% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 0%, 0% 0%);
            clip-path: polygon(0 0, 100% 0, 100% 0%, 0% 0%);
  }
}

@keyframes catLogoAnimation {
  0% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 0%, 0% 0%);
            clip-path: polygon(0 0, 100% 0, 100% 0%, 0% 0%);
  }

  5% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }

  75% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }

  80% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 0%, 0% 0%);
            clip-path: polygon(0 0, 100% 0, 100% 0%, 0% 0%);
  }

  100% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 0%, 0% 0%);
            clip-path: polygon(0 0, 100% 0, 100% 0%, 0% 0%);
  }
}

.catalog-btn__logo_white {
  display: none;
}

.sidebar-catalog-open .catalog-btn__logo_white {
  display: block;
}

.catalog-btn__link {
  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;
  position: relative;
}

.catalog-btn__title {
  display: inline-block;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  font-size: 32px;
  line-height: 36px;
  font-family: "heliosextblack";
  color: #00459C;
}

.sidebar-catalog-open .catalog-btn__title {
  font-size: 0;
  -webkit-transition: all 0s ease 0s;
  -o-transition: all 0s ease 0s;
  transition: all 0s ease 0s;
}

.sidebar-catalog-open .catalog-btn__title::before {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  background: url(../img/icons/close_wht.svg);
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.catalog-btn__title_anim {
  color: #419AFF;
  position: absolute;
  -webkit-clip-path: polygon(100% 0, 100% 100%, 100% 100%, 100% 0);
          clip-path: polygon(100% 0, 100% 100%, 100% 100%, 100% 0);
  -webkit-animation: catTitleAnimation 10.2s infinite linear 3s;
          animation: catTitleAnimation 10.2s infinite linear 3s;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

@-webkit-keyframes catTitleAnimation {
  0% {
    -webkit-clip-path: polygon(100% 0, 100% 100%, 100% 100%, 100% 0);
            clip-path: polygon(100% 0, 100% 100%, 100% 100%, 100% 0);
  }

  7% {
    -webkit-clip-path: polygon(100% 0, 100% 100%, 100% 100%, 100% 0);
            clip-path: polygon(100% 0, 100% 100%, 100% 100%, 100% 0);
  }

  20% {
    -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 0);
            clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 0);
  }

  60% {
    -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 0);
            clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 0);
  }

  70% {
    -webkit-clip-path: polygon(100% 0, 100% 100%, 100% 100%, 100% 0);
            clip-path: polygon(100% 0, 100% 100%, 100% 100%, 100% 0);
  }

  100% {
    -webkit-clip-path: polygon(100% 0, 100% 100%, 100% 100%, 100% 0);
            clip-path: polygon(100% 0, 100% 100%, 100% 100%, 100% 0);
  }
}

@keyframes catTitleAnimation {
  0% {
    -webkit-clip-path: polygon(100% 0, 100% 100%, 100% 100%, 100% 0);
            clip-path: polygon(100% 0, 100% 100%, 100% 100%, 100% 0);
  }

  7% {
    -webkit-clip-path: polygon(100% 0, 100% 100%, 100% 100%, 100% 0);
            clip-path: polygon(100% 0, 100% 100%, 100% 100%, 100% 0);
  }

  20% {
    -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 0);
            clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 0);
  }

  60% {
    -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 0);
            clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 0);
  }

  70% {
    -webkit-clip-path: polygon(100% 0, 100% 100%, 100% 100%, 100% 0);
            clip-path: polygon(100% 0, 100% 100%, 100% 100%, 100% 0);
  }

  100% {
    -webkit-clip-path: polygon(100% 0, 100% 100%, 100% 100%, 100% 0);
            clip-path: polygon(100% 0, 100% 100%, 100% 100%, 100% 0);
  }
}

.header._scroll .catalog-btn__logo {
  top: 28px;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}

.menu-right {
  position: fixed;
  top: 28px;
  right: 50px;
}

.menu-right__btn {
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.menu-right__btn path {
  fill: #141414;
  stroke: #141414;
}

.menu-right__btn svg {
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.menu-right__btn svg:hover {
  -webkit-transform: scale(1.3);
      -ms-transform: scale(1.3);
          transform: scale(1.3);
}

.menu-right__btn_white path {
  fill: #fff;
  stroke: #fff;
}

.menu-right__btn:not(:last-child) {
  margin: 0px 0px 21px 0px;
}

.icon-count {
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  color: #fff;
  background-color: #409aff;
  padding: 4px 10px;
  border-radius: 30px;
  position: absolute;
  top: -18px;
  left: 40px;
  width: 42px;
  height: 28px;
  text-align: center;
}

.header__info {
  display: none;
}

.shop-list-header .header__info {
  display: block;
}

.shop-list-header .header__menu,
.shop-list-header .header__feedback {
  display: none;
}

.shop-list-header .header__content {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header__info-top {
  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;
}

.header__mail {
  color: #000;
  margin-right: 28px;
  font-size: 27px;
}

.header__phone {
  color: #000;
  font-weight: 900;
  font-size: 30px;
}

.header__adress {
  margin-top: 20px;
  text-align: right;
  font-weight: 600;
  font-size: 17px;
}

.header__city {
  cursor: pointer;
  position: relative;
  padding: 10px 0;
}

.header__city-text {
  font-size: 16px;
  color: #409aff;
}

.header__pseudo-link {
  border-bottom: 1px dashed #409aff;
  font-size: 16px;
  line-height: 16px;
  color: #409aff;
  -webkit-transition: all 0.1s ease 0s;
  -o-transition: all 0.1s ease 0s;
  transition: all 0.1s ease 0s;
}

.menu__link-arrow {
  display: none;
  width: 14px;
  height: 7px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.menu__link-arrow use {
  fill: #fff;
}

.city__dropdown {
  -webkit-transform: translate(0px, 10%);
      -ms-transform: translate(0px, 10%);
          transform: translate(0px, 10%);
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
  padding: 10px 0px;
  -webkit-box-shadow: 0px 32px 82px rgba(0, 0, 0, 0.216684);
          box-shadow: 0px 32px 82px rgba(0, 0, 0, 0.216684);
  position: absolute;
  min-width: 214px;
  top: 100%;
  left: -30%;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  z-index: 12;
}

.city__link {
  color: #409aff;
  line-height: 24px;
  display: block;
  padding: 20px 40px 20px 20px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.city__link:hover {
  background: #d8d8d8;
}

.header__city:hover .header__pseudo-link {
  border-bottom: 1px dashed transparent;
}

.header__city:hover .city__dropdown {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  -webkit-transform: translate(0px, 0px);
      -ms-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
}

.footer {
  background-color: #141414;
  background-color: #141414;
  padding: 57px 9.35% 30px 3.9%;
}

.footer a {
  color: #fff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.footer a:hover {
  color: #409aff;
}

.footer__payment {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  margin: 0px 0px 35px 0px;
}

.menu-footer__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0px 0px 57px 0px;
}

.menu-footer__link {
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  margin: 0px 90px 0px 0px;
}

.menu-footer__link:last-child {
  margin: 0px 0px 0px 0px;
}

.contacts-footer__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0px 0px 40px 0px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  row-gap: 25px;
}

.contacts-footer__item {
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  margin: 0px 90px 0px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contacts-footer__item:last-child {
  margin: 0px 0px 0px 0px;
}

.contacts-footer__item img {
  margin: 0px 20px 0px 0px;
}

.payment__text {
  color: #828282;
  font-size: 18px;
  line-height: 20px;
  font-weight: 300;
  margin: 0px 0px 14px 0px;
  display: block;
}

.payment__row {
  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;
}

.copyright__body {
  padding: 40px 0px 0px 0px;
  border-top: 1px solid #828282;
  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;
}

.copyright__item {
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.copyright__item svg {
  margin: 0px 0px 0px 5px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.copyright__item path,
.copyright__item rect {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  fill: #fff;
}

.copyright__item:hover path,
.copyright__item:hover rect {
  fill: #004ea6;
}

.opening-hours {
  color: #fff;
}

.opening-hours__row:first-child {
  margin-bottom: 5px;
}

.opening-hours__row span:first-child {
  margin-right: 40px;
}

.contacts-footer__item_hours {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.contacts-footer__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
}

:root {
  --height-block: 115px;
  --color-underline: #004ea6;
}

.popular-pos__title {
  font-size: 29px;
  line-height: 30px;
  font-weight: 300;
  margin: 0px 0px 20px 0px;
}

.popular-pos__item {
  margin: 0px 25px 25px 0px;
}

.parallax-bg {
  position: absolute;
  left: 0;
  top: -278px;
  width: 100%;
  height: 200%;
  background-size: cover;
  background-position: center;
}

.advantages {
  position: relative;
  z-index: 3;
}

.advantages__body {
  padding: 120px 0 60px 0;
}

.advantages__slider {
  margin: 0px 0px 20px 0px;
}

.advantages__slide {
  min-height: 592px;
  padding: 0px 0px 0px 60px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.advantages__slide:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.advantages__slide::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 7px;
  background-color: #ffff4e;
  z-index: 2;
  -webkit-transition: all 3s linear 0s;
  -o-transition: all 3s linear 0s;
  transition: all 3s linear 0s;
}

.advantages__slide.swiper-slide-active:after {
  width: 100%;
}

.advantages__title {
  position: relative;
  z-index: 5;
  margin: 0px 0px 50px 0px;
  max-width: 1004px;
}

.advantages__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 71px;
  position: relative;
  padding: 0px 0px 5px 0px;
  cursor: pointer;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  /* 		&.swiper-slide {
  	transform: translate(-100%, 0px);
  } */
}

.advantages__item:hover .advantages__num {
  padding: 8% 0px 0px 0px;
}

.advantages__num {
  font-size: 36px;
  line-height: 44px;
  font-weight: 300;
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin: 0px 20px 0px 0px;
  -webkit-transition: all 1s cubic-bezier(0.25, 0.01, 0.25, 1) 0s;
  -o-transition: all 1s cubic-bezier(0.25, 0.01, 0.25, 1) 0s;
  transition: all 1s cubic-bezier(0.25, 0.01, 0.25, 1) 0s;
}

.advantages__text {
  font-size: 18px;
  line-height: 22px;
  font-weight: 300;
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.advantages__text:after {
  background-color: #000;
  position: absolute;
  bottom: 0px;
  left: 0;
  display: block;
  content: "";
  height: 1px;
  width: 0%;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.01, 0.25, 1) 0s;
  -o-transition: all 0.3s cubic-bezier(0.25, 0.01, 0.25, 1) 0s;
  transition: all 0.3s cubic-bezier(0.25, 0.01, 0.25, 1) 0s;
}

.advantages__text:hover:after {
  width: 100%;
}

.popular-slider__body {
  padding: 60px 0 60px 0;
}

.popular-slider__top {
  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;
  margin: 0px 0px 60px 0px;
}

.popular-slider__title {
  font-size: 48px;
  line-height: 58px;
  font-family: "heliosextblack";
  margin: 0px 15px 0px 0px;
}

.popular-slider__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.popular-slider__prev,
.popular-slider__prev1,
.popular-slider__prev2 {
  width: 32px;
  height: 24px;
  background: url(../img/icons/arr_left.svg) left no-repeat;
  -webkit-transform: translate(0px, 0px);
      -ms-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
}

.popular-slider__prev:hover,
.popular-slider__prev1:hover,
.popular-slider__prev2:hover {
  -webkit-transform: translate(-20%, 0px);
      -ms-transform: translate(-20%, 0px);
          transform: translate(-20%, 0px);
}

.popular-slider__prev :focus-visible,
.popular-slider__prev1 :focus-visible,
.popular-slider__prev2 :focus-visible {
  outline: none;
}

.popular-slider__fraction,
.popular-slider__fraction1,
.popular-slider__fraction2 {
  font-size: 36px;
  line-height: 36px;
  font-weight: 600;
  color: #141414;
  margin: 0px 30px 0px 30px;
}

.popular-slider__next,
.popular-slider__next1,
.popular-slider__next2 {
  width: 32px;
  height: 24px;
  background: url(../img/icons/arr_right.svg) right no-repeat;
  cursor: pointer;
  -webkit-transform: translate(0px, 0px);
      -ms-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.popular-slider__next:hover,
.popular-slider__next1:hover,
.popular-slider__next2:hover {
  -webkit-transform: translate(20%, 0px);
      -ms-transform: translate(20%, 0px);
          transform: translate(20%, 0px);
}

.popular-slider__next :focus-visible,
.popular-slider__next1 :focus-visible,
.popular-slider__next2 :focus-visible {
  outline: none;
}

.popular-slider__row,
.popular-slider__row_1,
.popular-slider__row_2 {
  min-height: 100%;
}

.feedback-form {
  padding: 60px 0 60px 0;
}

.feedback-form__body {
  background: #141414;
  opacity: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 60px;
  position: relative;
  overflow: hidden;
}

.feedback-form__logo-anim {
  background: #141414 url(../img/fb/feedback_logo.svg) bottom left no-repeat;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.feedback-form__left {
  position: relative;
  margin: 0px 50px 0px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.feedback-form__title {
  color: #fff;
  font-size: 48px;
  line-height: 58px;
  font-family: "heliosextblack";
  position: relative;
  z-index: 2;
}

.feedback-form__logo {
  background-color: #fff;
  margin: 40px 0px 30px 0px;
  border-radius: 12px;
  overflow: hidden;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 460px;
          flex: 0 1 460px;
  height: 230px;
  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;
}

.feedback-form__logo img {
  max-width: 100%;
}

.feedback-form__link {
  color: #409aff;
  text-decoration: underline;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}

.feedback-form__right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 520px;
          flex: 0 0 520px;
  position: relative;
  z-index: 2;
}

.form-feedback__text {
  font-size: 24px;
  line-height: 32px;
  color: #fff;
  font-weight: 400;
  margin: 0px 0px 24px 0px;
}

.form-feedback__link-phone {
  color: #409aff;
}

.form-feedback__body {
  width: 376px;
}

.form-feedback__line {
  margin: 0px 0px 20px 0px;
}

.form-feedback__label {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.5);
}

.form-feedback__btn {
  margin: 0px 0px 20px 0px;
}

.partners {
  position: relative;
  z-index: 2;
  overflow: hidden;
  margin: 0px 0px 120px 0px;
  padding: 60px 0 0px 0;
}

.partners + .advantages-chunk {
  padding-top: 0;
}

.partners ._swiper {
  overflow: visible;
}

.partners__title {
  font-size: 48px;
  line-height: 58px;
  font-family: "heliosextblack";
  margin: 0px 0px 60px 0px;
}

.partners__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 177px;
  gap: 17px;
}

.partners__item {
  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: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.partners__link {
  display: block;
  width: 100%;
  height: 100%;
}

.partners__img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.not-found__title {
  margin: 0px 0px 40px 0px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}

.not-found .empty {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.not-found .empty__img {
  left: 27%;
}

.not-found div.empty {
  width: 100%;
  height: 100%;
}

.first-block {
  margin-bottom: 120px;
}

.first-block__container {
  display: -ms-grid;
  display: grid;
  gap: 15px;
  -ms-grid-columns: 2fr 1fr;
  grid-template-columns: 2fr 1fr;
  margin: 0 auto;
}

.first-block__present {
  background: #181818;
  color: #fff;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-left: 53px;
  padding-bottom: 96px;
  overflow: hidden;
}

.first-block__big-lines {
  display: none;
}

.first-block__pres-left-line,
.first-block__pres-center-line,
.first-block__pres-right-line {
  position: absolute;
  z-index: 2;
}

.first-block__pres-left-line {
  top: 90px;
  left: 0;
  -webkit-transform: translate(-100%, 341px);
      -ms-transform: translate(-100%, 341px);
          transform: translate(-100%, 341px);
  -webkit-transition: -webkit-transform 0.7s ease 0s;
  transition: -webkit-transform 0.7s ease 0s;
  -o-transition: transform 0.7s ease 0s;
  transition: transform 0.7s ease 0s;
  transition: transform 0.7s ease 0s, -webkit-transform 0.7s ease 0s;
}

.first-block__pres-center-line {
  top: 117px;
  left: 462px;
}

.first-block__pres-center-line img {
  width: 800px;
  height: 700px;
  /* transition: clip-path 0.5s ease 0.1s, -webkit-clip-path 0.5s ease 0.1s; */
  -webkit-animation: clipAnimation 2.5s ease 3s 2;
          animation: clipAnimation 2.5s ease 3s 2;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes clipAnimation {
  0% {
    -webkit-clip-path: inset(100% 0 0 0);
            clip-path: inset(100% 0 0 0);
  }

  50% {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
    /* Середина анимации: изображение полностью видно */
  }

  100% {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
  }
}

@keyframes clipAnimation {
  0% {
    -webkit-clip-path: inset(100% 0 0 0);
            clip-path: inset(100% 0 0 0);
  }

  50% {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
    /* Середина анимации: изображение полностью видно */
  }

  100% {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
  }
}

.first-block__pres-center-line::before {
  pointer-events: none;
  border-radius: 999px;
  background: -o-radial-gradient(50% 50%, 50% 50%, rgba(0, 78, 166, 0.35) 0%, rgba(0, 78, 166, 0) 100%);
  background: radial-gradient(50% 50% at 50% 50%, rgba(0, 78, 166, 0.35) 0%, rgba(0, 78, 166, 0) 100%);
  content: "";
  position: absolute;
  display: block;
  width: 999px;
  height: 999px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
  opacity: 0;
  -webkit-transition: opacity 1.3s ease 1.25s;
  -o-transition: opacity 1.3s ease 1.25s;
  transition: opacity 1.3s ease 1.25s;
}

.first-block__pres-right-line {
  top: 235px;
  right: 0;
  -webkit-transform: translate(100%, 379px);
      -ms-transform: translate(100%, 379px);
          transform: translate(100%, 379px);
  -webkit-transition: -webkit-transform 0.7s ease 0.15s;
  transition: -webkit-transform 0.7s ease 0.15s;
  -o-transition: transform 0.7s ease 0.15s;
  transition: transform 0.7s ease 0.15s;
  transition: transform 0.7s ease 0.15s, -webkit-transform 0.7s ease 0.15s;
}

.first-block__pres-title {
  color: #FFF;
  font-family: heliosextblack;
  font-size: 50px;
  line-height: 60px;
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
}

.first-block__pres-title a {
  color: #409aff;
}

.first-block__pres-subtitle {
  font-size: 24px;
  line-height: 40px;
  position: relative;
  z-index: 2;
  margin-bottom: 25px;
}

.first-block__links {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: (1fr)[2];
  grid-template-rows: repeat(2, 1fr);
  gap: 15px;
}

.first-block__link-ibg img {
  max-width: 100%;
}

.index-catalog__grid {
  display: -ms-grid;
  display: grid;
  gap: 17px;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
}

.index-catalog__item {
  position: relative;
  padding: 24px;
  border: 2px solid #DCDCDC;
  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;
  background: url(../img/fb/bg-small.png) bottom no-repeat;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.index-catalog__item:hover {
  border: 2px solid #1d336b;
}

.index-catalog__item .index-catalog__image-ibg {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.index-catalog__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  max-width: 350px;
}

.index-catalog__link::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.index-catalog__link:hover img {
  width: 85px;
}

.index-catalog__link img {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  width: 55px;
  height: 20px;
  -o-object-fit: none;
     object-fit: none;
  -o-object-position: right;
     object-position: right;
}

.index-catalog__link-name {
  color: #181818;
  font-family: Montserrat;
  font-size: 29px;
  font-weight: 400;
  line-height: 30px;
  overflow-wrap: anywhere;
}

.index-catalog__image-ibg img {
  max-width: 100%;
}

.advantages-chunk {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 17px;
  padding: 120px 0;
}

.advantages-chunk + .popular-slider {
  margin-top: -60px;
}

.advantages-chunk__item {
  padding: 24px 40px;
  background: #181818;
  color: #fff;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 152px 1fr;
  grid-template-columns: 152px 1fr;
  gap: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  overflow: hidden;
}

.advantages-chunk__item::after {
  pointer-events: none;
  content: "";
  position: absolute;
  z-index: 0;
  bottom: -210px;
  right: -185px;
  width: 831px;
  height: 469px;
  border-radius: 831px;
  background: -o-radial-gradient(50% 50%, 50% 50%, rgba(0, 78, 166, 0.3) 0%, rgba(0, 78, 166, 0) 100%);
  background: radial-gradient(50% 50% at 50% 50%, rgba(0, 78, 166, 0.3) 0%, rgba(0, 78, 166, 0) 100%);
}

.advantages-chunk__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;
}

.advantages-chunk__icon img {
  width: 152px;
  height: 152px;
  -o-object-fit: contain;
     object-fit: contain;
}

.advantages-chunk__text {
  position: relative;
  z-index: 1;
  font-size: 29px;
  line-height: 30px;
}

.about-chunk {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 781px;
  grid-template-columns: 1fr 781px;
  gap: 50px;
  margin-bottom: 120px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}

.about-chunk__col {
  max-width: 532px;
}

.about-chunk__title {
  font-size: 48px;
  line-height: 58px;
  font-family: heliosextblack;
  margin-bottom: 60px;
}

.about-chunk__desr {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 48px;
}

.about-chunk__desr :not(:last-child) {
  margin-bottom: 32px;
}

.about-chunk__link {
  color: #004EA6;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}

.about-chunk__link:hover img {
  width: 85px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 85px;
          flex: 0 0 85px;
}

.about-chunk__link img {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  width: 55px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 55px;
          flex: 0 0 55px;
  height: 100%;
  -o-object-fit: none;
     object-fit: none;
  -o-object-position: center right;
     object-position: center right;
}

.about-chunk__map-img {
  margin-bottom: 48px;
  position: relative;
}

.about-chunk__map-img .map-mini {
  display: none;
}

.about-chunk__map-img img {
  width: 100%;
}

.breadcrumbs {
  margin: 12px 0px 40px 0px;
}

.breadcrumbs__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 12px 0px 40px 0px;
}

.breadcrumbs__li:not(:last-child) {
  margin: 0px 10px 10px 0px;
}

.breadcrumbs__link {
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  color: #141414;
}

.breadcrumbs__link::after {
  content: "/";
  margin: 0px 0px 0px 5px;
}

.breadcrumbs__item {
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  color: #141414;
}

.product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.product__content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48.6%;
          flex: 0 0 48.6%;
}

.product__right {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 0;
}

.product__title {
  margin: 0px 0px 30px 0px;
  overflow-wrap: anywhere;
}

.product__labels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0px 0px 24px 0px;
}

.product__labels :not(:last-child) {
  margin: 0px 10px 0px 0px;
}

.product__stock {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #828282;
  padding: 0px 0px 0px 20px;
  background: url(../img/icons/available_icon.svg) left center no-repeat;
  margin: 0px 0px 24px 0px;
}

.product__prices {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin: 0px 0px 24px 0px;
}

.product__price {
  font-weight: 700;
  font-size: 48px;
  line-height: 48px;
  margin: 0px 30px 0px 0px;
}

.product__old-price {
  margin: 0px 24px 0px 0px;
  font-weight: 600;
  font-size: 28px;
  line-height: 34px;
  text-decoration-thickness: 3px;
  -webkit-text-decoration-color: #cf1235;
          text-decoration-color: #cf1235;
  -webkit-text-decoration-line: line-through;
          text-decoration-line: line-through;
}

.product__discount {
  display: inline-block;
  padding: 10px 15px;
  background-color: #57bd69;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  line-height: 14px;
  border-radius: 20px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.product__discount:hover {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}

.product__add-basket {
  display: inline-block;
  width: 100%;
  text-align: center;
  max-width: 300px;
  padding: 13px 0px;
  color: #fff;
  background-color: #004ea6;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  border-radius: 6px;
  margin: 0px 0px 10px 0px;
}

.product__add-shop-list {
  display: block;
  width: 100%;
  text-align: center;
  max-width: 300px;
  padding: 13px 0px;
  border-radius: 6px;
  margin: 0px 0px 20px 0px;
}

.product__btns-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 300px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.product__btn {
  color: #004ea6;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.product__btn svg {
  margin: 0px 10px 0px 0px;
}

.product__btn svg path {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  fill: #004ea6;
}

.product__btn:hover {
  color: #1d336b;
}

.product__btn:hover path {
  fill: #1d336b;
}

.product__btn_favorites.active {
  color: #828282;
  padding-left: 27px;
  position: relative;
}

.product__btn_favorites.active svg {
  display: none;
}

.product__btn_favorites.active::before {
  content: "";
  display: block;
  width: 18px;
  height: 16px;
  background: url(../img/icons/favorites_del.svg) top left no-repeat;
  background-size: contain;
  position: absolute;
  left: 0px;
}

.product__btn_bye {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 20px 0px 0px 0px;
}

.product__slider {
  margin: 0px 0px 60px 0px;
}

.slider-product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.slider-product__big {
  width: 100%;
}

.slider-product__image {
  min-height: 580px;
  cursor: pointer;
  display: block;
}

.slider-product__image img {
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.slider-product__nav {
  height: 500px;
  width: 180px;
}

.slider-product__nav-image {
  cursor: pointer;
  min-height: 100%;
}

.slider-product__nav-image img {
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.info-product__nav {
  margin: 0px 0px 40px 0px;
}

.info-product__item {
  margin: 0px 40px 0px 0px;
}

.info-product__body {
  margin: 0px 0px 40px 0px;
}

.info-product__description {
  font-weight: 400;
  font-size: 18px;
  line-height: 36px;
}

.info-product__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 16px 20px;
  font-size: 18px;
  line-height: 24px;
  background-color: #f8f8f8;
}

.info-product__row:not(:last-child) {
  margin: 0px 0px 18px 0px;
}

.info-product__name {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
  font-weight: 400;
  max-width: 320px;
}

.info-product__text {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
  font-weight: 600;
}

.info-product__documentation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.info-product__document {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #004ea6;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
}

.info-product__document:not(:last-child) {
  margin: 0px 0px 40px 0px;
}

.info-product__document svg {
  margin: 0px 10px 0px 0px;
}

.info-product__document:hover {
  color: #1d336b;
}

.info-product__document:hover path:first-child {
  fill: #1d336b;
}

.info-product__document:hover path:last-child {
  fill: white;
}

.share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.share__text {
  font-size: 18px;
  line-height: 24px;
  margin: 0px 20px 0px 0px;
}

.share__link {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  margin: 0px 20px 0px 0px;
}

.share__link path {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.share__link:hover {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.share__link:hover path {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  fill: #004ea6;
}

.share__link_vk:hover path:first-child,
.share__link_fb:hover path:first-child {
  fill: #004ea6;
}

.share__link_vk:hover path:last-child,
.share__link_fb:hover path:last-child {
  fill: white;
}

.share #uSocial .ico_uscl.uscl-vk,
.share .uSocial-Share .ico_uscl.uscl-vk,
.share #uSocial .ico_uscl.uscl-fb,
.share .uSocial-Share .ico_uscl.uscl-fb,
.share #uSocial .ico_uscl.uscl-ok,
.share .uSocial-Share .ico_uscl.uscl-ok,
.share #uSocial .ico_uscl.uscl-vi,
.share .uSocial-Share .ico_uscl.uscl-vi,
.share #uSocial .ico_uscl.uscl-wa,
.share .uSocial-Share .ico_uscl.uscl-wa,
.share #uSocial .ico_uscl.uscl-telegram,
.share .uSocial-Share .ico_uscl.uscl-telegram {
  background: #828282;
}

.catalog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.catalog__title {
  margin: 0px 0px 40px 0px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}

.catalog__header {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  padding: 0px 0px 0px 440px;
  margin: 0px 0px 40px 0px;
}

.catalog__wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 440px 1fr;
  grid-template-columns: 440px 1fr;
  margin: 0px 0px 40px 0px;
  width: 100%;
}

.catalog__wrapper_sale {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}

.catalog__sidebar {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 380px;
          flex: 0 0 380px;
  margin: 0px 60px 0px 0px;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/3;
}

.catalog__sidebar-wrapper::-webkit-scrollbar {
  width: 0;
  background: transparent;
}

.catalog__category {
  margin-bottom: 30px;
}

.catalog__category._init .catalog__category-btn {
  cursor: pointer;
}

.catalog__category._init .catalog__category-arr {
  display: block;
}

.catalog__category-arr {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  display: none;
}

.catalog__category-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 46px;
  border-radius: 6px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #141414;
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
}

.catalog__category-btn._active .catalog__category-arr {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.catalog__category-btn._active + .catalog__category-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.catalog__category-content {
  -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-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.catalog__category-link {
  display: block;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  color: #828282;
}

.catalog__category-link:not(:last-child) {
  margin: 0px 0px 18px 0px;
}

.catalog__category-link._active {
  color: #004ea6;
  border-bottom: 2px solid #004ea6;
}

.catalog__filter._init .catalog__filter-btn {
  cursor: pointer;
}

.catalog__filter._init .catalog__filter-arr {
  display: block;
}

.catalog__filter-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 46px;
  border-radius: 6px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #141414;
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
}

.catalog__filter-btn._active .catalog__filter-arr {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.catalog__filter-arr {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  display: none;
}

.catalog__filter-container {
  font-size: 30px;
  line-height: 30px;
  font-weight: 600;
}

.catalog__content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin-bottom: 50px;
}

.catalog__content_row .card {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 22px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}

.catalog__content_row .card__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 23.73%;
          flex: 0 0 23.73%;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
  height: 180px;
  padding-right: 15px;
}

.catalog__content_row .card__bottom {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 300px;
          flex: 0 0 300px;
}

.catalog__content_row .card__title {
  padding-right: 25px;
}

.catalog__content_col .card {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 33.333%;
          flex: 0 1 33.333%;
  padding: 22px 40px;
}

.catalog__content .pagging {
  margin: 40px 0px 80px 0px;
  padding: 0px 0px 0px 0px;
}

.sort {
  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;
}

.sort__layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sort__layout-btn {
  cursor: pointer;
}

.sort__layout-btn._active rect {
  fill: #004ea6;
}

.sort__layout-btn:not(:last-child) {
  margin: 0px 50px 0px 0px;
}

.sort__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sort__title {
  margin: 0px 10px 0px 0px;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
}

.sort__select_minW {
  min-width: 270px;
}

.sort__select:not(:last-child) {
  margin: 0px 40px 0px 0px;
}

.bx-filter {
  font-family: "Montserrat";
}

.bx-filter.bx-blue .bx-filter-section {
  background: transparent;
}

.bx-filter .bx-filter-section {
  padding-top: 30px;
}

.bx-filter .bx-filter-section > .row {
  padding: 0;
}

.bx-filter .bx-filter-parameters-box-title span {
  color: #141414;
  border-bottom: 1px solid transparent;
  cursor: pointer;
  font-size: 18px;
  font-weight: 600;
  width: 100%;
  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: 20px;
  line-height: normal;
}

.bx-filter .bx-filter-parameters-box.bx-active .bx-filter-parameters-box-title {
  font-size: 13px;
  background: #f8f8f8;
  border: 1px solid #e0e0e0;
  border-radius: 6px 6px 0px 0px;
  padding-bottom: 0;
}

.bx-filter .bx-filter-parameters-box-title span:hover {
  border-color: transparent;
}

.fa-angle-down:before {
  content: url(../img/icons/arrow_down_grey.png);
}

.fa-angle-up:before {
  content: url(../img/icons/arrow_up_grey.png);
}

.bx-filter .bx-filter-parameters-box.bx-active .bx-filter-block i.bx-ft-sub {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  display: block;
  padding-bottom: 5px;
  line-height: 20px;
  color: rgba(20, 20, 20, 0.5);
}

.bx-filter-parameters-box-container {
  padding: 20px;
  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;
  overflow: hidden;
}

.bx-filter-parameters-box-container .checkbox {
  margin: 15px 0px;
}

.bx-filter .bx-filter-parameters-box-container-block {
  font-size: 11px;
  color: #3f3f3f;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 45%;
          flex: 0 1 45%;
}

.bx-filter .bx-ui-slider-track-container {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 98%;
          flex: 0 1 98%;
  margin: 0 auto;
}

.bx-filter .bx-filter-parameters-box.bx-active .bx-filter-block {
  display: block;
  max-height: 216px;
  overflow: auto;
  border: 1px solid #e0e0e0;
  border-radius: 0px 0px 6px 6px;
  border-top: none;
}

.bx-filter .bx-filter-button-box .bx-filter-block {
  display: block;
  padding: 20px 20px;
  max-height: 216px;
  overflow: auto;
  border: none;
}

.bx-filter.bx-blue .bx-ui-slider-pricebar-v {
  border-radius: 2px;
  background: #004ea6;
}

.bx-filter.bx-blue .bx-ui-slider-pricebar-vn {
  background: #e0e0e0;
  border-radius: 2px;
}

.bx-filter.bx-blue .bx-ui-slider-pricebar-vd {
  background: #e0e0e0;
  border-radius: 2px;
}

.bx-filter .bx-ui-slider-part {
  background: transparent;
}

.bx-filter.bx-blue .bx-ui-slider-handle.left {
  width: 22px;
  height: 22px;
  background: #004ea6;
  border-radius: 6px;
  margin-left: auto;
}

.bx-filter.bx-blue .bx-ui-slider-handle.right {
  width: 22px;
  height: 22px;
  background: #004ea6;
  border-radius: 6px;
  margin-right: auto;
}

.bx-filter .bx-ui-slider-handle {
  top: -200%;
}

.bx-filter .bx-ui-slider-pricebar-vn {
  z-index: 49;
}

.bx-filter .bx-ui-slider-track {
  height: 4px;
  z-index: 1;
}

.bx-filter .bx-filter-input-container input {
  border: none;
  border-bottom: 1px solid #828282;
  font-weight: 600;
  height: 31px;
}

.filter .bx-filter .bx-filter-popup-result.left {
  right: 0%;
}

.bx-filter .bx-ui-slider-part {
  display: none;
}

.bx-filter .bx-filter-parameters-box {
  margin-bottom: 30px;
}

.bx-filter .bx-filter-title {
  display: none;
}

.bx-filter .bx-filter-param-text {
  position: relative;
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
  padding: 0px 0px 0px 40px;
}

.bx-filter .bx-filter-input-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.bx-filter .bx-filter-input-checkbox input[type=radio],
.bx-filter .bx-filter-input-checkbox input[type=checkbox] {
  width: 24px;
  height: 24px;
}

.bx-filter .bx-filter-input-checkbox input[type=checkbox],
.bx-filter .bx-filter-input-checkbox input[type=radio] {
  display: none;
}

.bx-filter .bx-filter-input-checkbox input[type=checkbox]:checked + .bx-filter-param-text::before,
.bx-filter .bx-filter-input-checkbox input[type=radio]:checked + .bx-filter-param-text::before {
  background: #57bd69 url("../img/icons/check_wht.svg") center no-repeat;
  border: none;
}

.checkbox .bx-filter-param-text::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  margin: 0 8px 2px 0;
  border-radius: 5px;
  border: solid 1px #828282;
  background: #fff;
}

.bx-filter .bx-filter-popup-result.left {
  right: 0%;
}

.bx-filter .bx-filter-param-btn {
  border-radius: 6px;
}

.btn-link__inner {
  width: 100%;
}

.bx-filter-parameters-box-container .btn-link {
  border-radius: 6px;
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  width: 100%;
  background: #004ea6;
  font-weight: 400;
  padding: 13px 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.bx-filter.bx-blue .btn-themes {
  display: none;
}

.row .bx-filter-button-box .bx-filter-block,
.row .bx-filter-button-box .bx-filter-block .bx-filter-parameters-box-container {
  padding: 0;
}

.bx-retina .bx-filter .bx-filter-input-container input {
  border-style: none;
  border-width: 0px;
  -o-border-image: none;
  border-image: none;
  border-bottom: 1px solid #828282;
}

.bx-ui-slider-pricebar-vd,
.bx-ui-slider-pricebar-vn,
.bx-ui-slider-pricebar-v {
  pointer-events: none;
}

.bx-filter .bx-filter-popup-result {
  font-size: 14px;
  padding: 10px;
  border-radius: 5px !important;
  background: #fff !important;
  border: 1px solid #e0e0e0 !important;
}

.bx-filter .bx-filter-popup-result a {
  display: block;
  color: #004ea6;
  font-size: 14px;
  margin-top: 10px;
  text-decoration: underline;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.bx-filter .bx-filter-popup-result a:hover {
  color: #1d336b;
}

.card__add-shop-list {
  padding: 13px 0;
  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;
  border-radius: 6px;
  margin: 0px 0px 23px 0px;
}

.compare__title {
  margin: 0px 0px 40px 0px;
}

.compare__btns {
  margin: 0px 0px 78px 0px;
  display: block;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  color: #828282;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto;
  white-space: nowrap;
}

.compare__btn-all {
  margin: 0px 40px 0px 0px;
  cursor: pointer;
  color: #828282;
}

.compare__btn-all._active {
  color: #004ea6;
  border-bottom: 2px solid #004ea6;
}

.compare__btn-different {
  cursor: pointer;
  color: #828282;
}

.compare__btn-different._active {
  color: #004ea6;
  border-bottom: 2px solid #004ea6;
}

.compare__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  position: relative;
}

.compare__parametrs {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 380px;
          flex: 0 0 380px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

.compare__parametr {
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  padding: 20px;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.compare__parametr:first-child {
  height: 332px;
}

.compare__parametr:nth-child(even) {
  background-color: #f8f8f8;
}

.compare__parametr:nth-child(2) {
  height: 120px;
}

.compare__parametr:nth-child(3) {
  height: 100px;
}

.compare__row {
  min-width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.card-compare {
  height: 100%;
  border: 1px solid #e0e0e0;
  padding: 22px 40px;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #141414;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.card-compare__top {
  margin: 0px 0px 20px 0px;
}

.card-compare__image {
  margin: 0px 0px 20px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 217px;
}

.card-compare__image img {
  max-width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.card-compare__btn-add-basket {
  display: inline-block;
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  font-weight: 400;
  background-color: #004ea6;
  border-radius: 6px;
  padding: 13px 0px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.card-compare__name {
  padding: 20px 0;
  height: 120px;
  overflow: hidden;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}

.card-compare__name a {
  color: #000;
}

.card-compare__param {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.card-compare__price {
  font-size: 24px;
  line-height: 30px;
  color: #004ea6;
  padding: 20px 0px;
  height: 100px;
}

.card-compare__item {
  padding: 20px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.card-compare__btn-delete {
  font-size: 16px;
  line-height: 18px;
  color: #eb5757;
  font-weight: 400;
  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;
}

.card-compare__btn-delete svg {
  margin: 0px 10px 0px 0px;
}

.swiper-scrollbar-drag {
  cursor: pointer;
  background-color: rgba(20, 20, 20, 0.7);
  height: 4px;
  border-radius: 6px;
}

.swiper-scrollbar {
  margin: 0px 0px 30px 0px;
}

.cabinet-title {
  margin: 0px 0px 40px 0px;
}

.data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0px 0px 30px 0px;
}

.personal-data {
  border: 1px solid #e0e0e0;
  padding: 50px 60px;
  max-width: 680px;
  margin: 0px 20px 0px 0px;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 76%;
          flex: 0 1 76%;
  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: 100%;
}

.personal-data__title {
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  margin: 0px 0px 40px 0px;
}

.personal-data__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0px 0px 20px 0px;
}

.personal-data__name {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 43%;
          flex: 0 0 43%;
  margin: 0px 10px 0px 0px;
}

.personal-data__content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.personal-data__btns {
  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;
}

.personal-data__btn {
  padding: 13px 0px;
  border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 260px;
}

.personal-data__btn:nth-child(1) {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin: 0px 5px 0px 0px;
}

.personal-data__btn:nth-child(2) {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin: 0px 0px 0px 5px;
}

.personal-data__btn:nth-child(3) {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  max-width: 100%;
  margin: 20px 0px 0px 0px;
}

.delivery-addresses {
  border: 1px solid #e0e0e0;
  padding: 50px 60px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  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: 100%;
}

.delivery-addresses__title {
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  margin: 0px 0px 40px 0px;
}

.delivery-addresses__content {
  height: 210px;
  overflow: auto;
  margin: 0px 0px 40px 0px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.delivery-addresses__item {
  max-width: 602px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0px 0px 30px 0px;
}

.delivery-addresses__item-number {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #828282 url(../img/icons/check_wht.svg) center center no-repeat;
  color: #fff;
  font-size: 0px;
  line-height: 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: 0px 20px 0px 0px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 38px;
          flex: 0 0 38px;
}

.delivery-addresses__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}

.delivery-addresses__address {
  -ms-flex-item-align: start;
      align-self: flex-start;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  margin: 0px 0px 17px 0px;
}

.delivery-addresses__btns {
  -ms-flex-item-align: end;
      align-self: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.delivery-addresses__btn {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #004ea6;
  text-decoration: underline;
  white-space: nowrap;
}

.delivery-addresses__btn:nth-child(1) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 45%;
          flex: 0 0 45%;
}

.delivery-addresses__btn:nth-child(2) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
}

.delivery-addresses__btn:nth-child(3) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.delivery-addresses__btn_default {
  border-bottom: none;
  color: #57bd69;
}

.delivery-addresses__btn-add {
  -ms-flex-item-align: start;
      align-self: flex-start;
  padding: 13px 0px;
  min-width: 215px;
  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: 6px;
}

.documents {
  margin: 30px 0px 30px 0px;
  border: 1px solid #e0e0e0;
  padding: 50px 60px;
}

.documents__title {
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  margin: 0px 0px 40px 0px;
}

.documents__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.documents__item {
  margin: 0px 40px 20px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.documents__item svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.documents__name {
  font-size: 18px;
  line-height: 24px;
  color: #004ea6;
  margin: 0px 0px 0px 10px;
}

.orders .pagging {
  padding: 0;
}

.orders__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0px 0px 10px 0px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.orders__title {
  font-weight: 600;
  font-size: 36px;
  line-height: 42px;
  margin: 0px 20px 20px 0px;
}

.orders__sort {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0px 0px 20px 0px;
}

.orders__sort-title {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  margin: 0px 10px 0px 0px;
}

.orders__item {
  margin: 0px 0px 30px 0px;
}

.order {
  border: 1px solid #e0e0e0;
  padding: 50px 60px;
}

.order__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0px 0px 30px 0px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.order__title {
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  margin: 0px 40px 10px 0px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.order__status {
  margin: 0px 40px 10px 0px;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  padding: 10px 20px;
  color: #fff;
  border-radius: 61px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.order__invoice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0px 0px 10px 0px;
}

.order__invoice-name {
  font-size: 18px;
  line-height: 24px;
  color: #004ea6;
  margin: 0px 0px 0px 10px;
}

.order__details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.order__details-col {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
}

.order__details-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0px 0px 40px 0px;
}

.order__details-name {
  font-size: 18px;
  line-height: 24px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 195px;
          flex: 0 0 195px;
  margin: 0px 40px 0px 0px;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.order__details-content {
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  max-width: 475px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.order__more-btn {
  padding: 13px 0px;
  width: 282px;
  display: inline-block;
  border-radius: 6px;
  text-align: center;
}

.order__more-btn._active {
  margin: 0px 0px 50px 0px;
}

.order__cards {
  margin: 50px 0px 0px 0px;
  position: relative;
}

.order__cards::before {
  content: "";
  position: absolute;
  top: -50px;
  left: -60px;
  right: -60px;
  height: 1px;
  background-color: #e0e0e0;
}

.order__cards-title {
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  margin: 0px 0px 20px 0px;
}

.status__accepted {
  background-color: #f7b500;
}

.status__paid {
  background-color: #004ea6;
}

.status__completed {
  background-color: #57bd69;
}

.status__sent {
  background-color: #828282;
}

.status__canceled {
  background-color: #eb5757;
}

.card-order {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 22px;
}

.card-order__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100px;
          flex: 0 0 100px;
  height: 74px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0px 20px 0px 0px;
}

.card-order__image img {
  max-width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.card-order__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.card-order__name {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  margin: 0px 0px 12px 0px;
}

.card-order__article {
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  margin: 0px 0px 12px 0px;
}

.card-order__article-name {
  color: #828282;
}

.card-order__prices {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0px 0px 12px 0px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.card-order__price {
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  margin: 0px 10px 0px 0px;
}

.card-order__old-price {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-decoration: line-through;
  color: #828282;
}

.card-order__total {
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.card-order__quantity {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  margin: 0px 10px 0px 0px;
}

.card-order__sum-blu {
  color: #004ea6;
  margin: 0px 0px 0px 10px;
}

.favorites {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.favorites__title {
  margin: 0px 0px 40px 0px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}

.favorites__header {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 40px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.favorites__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0px 0px 40px 0px;
  width: 100%;
}

.favorites__category._init .catalog__category-btn::after {
  content: "";
  display: block;
  width: 20px;
  height: 14px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background: url(../img/icons/arrow_down_black.svg) center center no-repeat;
}

.favorites__category._init .catalog__category-btn._active::after {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.favorites__category-btn {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 46px;
  border-radius: 6px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #141414;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
}

.favorites__category-link {
  display: block;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  color: #828282;
}

.favorites__category-link:not(:last-child) {
  margin: 0px 0px 18px 0px;
}

.favorites__category-link._active {
  color: #004ea6;
  border-bottom: 2px solid #004ea6;
}

.favorites__content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.favorites__content_col .card {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 25%;
          flex: 0 1 25%;
  padding: 22px 40px;
}

.favorites__card .card__favorites {
  color: #828282;
}

.favorites__card .card__favorites path {
  fill: #828282;
}

.favorites .pagging {
  padding: 0;
}

.search-result {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.search-result__title {
  margin: 0px 0px 40px 0px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}

.search-result__header {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 40px 0px;
  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;
}

.search-result__text {
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
}

.search-result__req-name {
  color: #004ea6;
}

.search-result__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0px 0px 40px 0px;
  width: 100%;
}

.search-result__category._init .catalog__category-btn::after {
  content: "";
  display: block;
  width: 20px;
  height: 14px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background: url(../img/icons/arrow_down_black.svg) center center no-repeat;
}

.search-result__category._init .catalog__category-btn._active::after {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.search-result__category-btn {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 46px;
  border-radius: 6px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #141414;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
}

.search-result__category-link {
  display: block;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  color: #828282;
}

.search-result__category-link:not(:last-child) {
  margin: 0px 0px 18px 0px;
}

.search-result__category-link._active {
  color: #004ea6;
  border-bottom: 2px solid #004ea6;
}

.search-result__content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.search-result__content_col .card {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 25%;
          flex: 0 1 25%;
  padding: 22px 40px;
}

.search-result .pagging {
  padding: 0;
  margin: 40px 0px 40px 0px;
}

.about p {
  margin: 0px 0px 30px 0px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}

.about li {
  margin: 0 0 10px 0;
  list-style: disc;
  margin-left: 19px;
  padding-left: 10px;
}

.about__title {
  margin: 0px 0px 30px 0px;
}

.about__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.about__text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin: 0px 90px 0px 0px;
}

.about__lead {
  margin: 0px 0px 30px 0px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}

.about__text-footer {
  margin: 75px 0px 0px 0px;
}

.about__right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 790px;
          flex: 0 0 790px;
}

.about__image {
  overflow: hidden;
  position: sticky;
  top: 50px;
}

.about__image img {
  max-width: 100%;
}

.certificates {
  overflow: hidden;
}

.certificates__top {
  overflow: hidden;
  position: relative;
  background-color: #141414;
  /* 		background-image: url(../img/about/about_logo.svg);
  background-repeat: no-repeat;
  background-size: 1039px 900px;
  background-position: right 219px;
  background-attachment: fixed; */
  color: #fff;
  padding: 56px 0px 89px 100px;
  margin: 0px 0px 120px 0px;
}

.certificates__top-content {
  text-align: center;
  max-width: 712px;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 2;
}

.certificates__img {
  width: 1039px;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 76%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  pointer-events: none;
}

.certificates__logo {
  /* 	@media (max-width: $md4+px) {
  	svg {
  		width: 300px;
  	}
  } */
}

.certificates__title {
  font-size: 48px;
  line-height: 58px;
  font-family: heliosextblack;
  max-width: 595px;
  text-align: center;
}

.certificates_main .certificates__title {
  max-width: none;
  text-align: center;
  margin-bottom: 50px;
}

.certificates_index .certificates__title {
  margin-bottom: 40px;
}

.certificates__text {
  font-size: 24px;
  line-height: 32px;
}

.certificates__slider {
  margin: 0px 0px 40px 0px;
}

.certificates__slide {
  height: 545px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.certificates_main .certificates__slide {
  height: 250px;
}

.certificates__image img {
  max-width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.certificates__pagination {
  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: 0px 0px 120px 0px;
}

.certificates_index .certificates__pagination {
  margin: 0;
}

.certificates__prev {
  width: 32px;
  height: 24px;
  background: url(../img/icons/arr_left.svg) left no-repeat;
  -webkit-transform: translate(0px, 0px);
      -ms-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
}

.certificates__prev:hover {
  -webkit-transform: translate(-20%, 0px);
      -ms-transform: translate(-20%, 0px);
          transform: translate(-20%, 0px);
}

.certificates__prev :focus-visible {
  outline: none;
}

.certificates__fraction {
  font-size: 36px;
  line-height: 36px;
  font-weight: 600;
  color: #141414;
  margin: 0px 30px 0px 30px;
}

.certificates__next {
  width: 32px;
  height: 24px;
  background: url(../img/icons/arr_right.svg) right no-repeat;
  cursor: pointer;
  -webkit-transform: translate(0px, 0px);
      -ms-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.certificates__next:hover {
  -webkit-transform: translate(20%, 0px);
      -ms-transform: translate(20%, 0px);
          transform: translate(20%, 0px);
}

.certificates__next :focus-visible {
  outline: none;
}

.contacts__title {
  margin: 0px 0px 40px 0px;
}

.contacts__top {
  background-color: #141414;
  padding: 60px 95px;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  overflow: hidden;
  margin: 0px 0px 60px 0px;
}

.contacts__img {
  width: 741px;
  left: 30%;
}

.contacts__top-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  z-index: 2;
}

.contacts__item {
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contacts__item:not(:last-child) {
  margin: 0px 0px 16px 0px;
}

.contacts__item-text {
  margin: 0px 0px 0px 21px;
}

.contacts__center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0px 0px 116px 0px;
}

.contacts__requisites {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
}

.contacts__map-wrapper {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
}

.contacts__map {
  height: 100%;
}

.contacts__bottom {
  margin: 0px 0px 120px 0px;
}

.contacts__bottom-title {
  margin: 0px 0px 60px 0px;
}

.contacts__bottom-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.contacts__bottom-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 20%;
          flex: 0 1 20%;
}

.requisites__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 18px;
  line-height: 24px;
  padding: 16px 20px;
}

.requisites__row:not(:has(.requisites__content)) {
  display: block;
}

.requisites__title {
  font-size: 24px;
  font-weight: 800;
  width: 100%;
  display: -ms-flexbox;
  -ms-flex-align: center;
  padding: 16px 20px;
}

.requisites__name {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 320px;
          flex: 0 0 320px;
  font-weight: 400;
}

.requisites__name_bold {
  font-weight: 600;
}

.requisites__content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 360px;
          flex: 0 0 360px;
  font-weight: 600;
}

.requisites__content .requisites__link-text {
  margin: 0;
}

.requisites__content .requisites__link-text:hover {
  text-decoration: underline;
}

.requisites__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0px 0px 0px 20px;
}

.requisites__link-text {
  font-size: 18px;
  line-height: 24px;
  color: #004ea6;
  margin: 0px 0px 0px 10px;
}

.specialist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 24px 45px;
  border: 1px solid #e0e0e0;
}

.specialist :not(:last-child) {
  margin: 0px 0px 10px 0px;
}

.specialist__photo {
  width: 216px;
  height: 216px;
  background: #f2f2f2;
}

.specialist__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.specialist__name {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
}

.specialist__post {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}

.specialist__phone {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #004ea6;
}

.specialist__mail {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #004ea6;
}

.contacts-features {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 17px;
  margin-bottom: 40px;
}

.contacts-features__item {
  background: #045ec3;
  color: #fff;
  padding: 20px 24px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 80px 1fr;
  grid-template-columns: 80px 1fr;
  gap: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contacts-features__item img {
  width: 80px;
  height: 80px;
}

.contacts-features__text {
  font-weight: 400;
  font-size: 24px;
  line-height: 133%;
  color: #fff;
}

.contacts-features-map {
  margin: 0 auto;
  margin-bottom: 60px;
  max-width: 1579px;
}

.contacts-features-map img {
  max-width: 100%;
}

.brends {
  margin: 0px 0px 120px 0px;
}

.brends__title {
  margin: 0px 0px 40px 0px;
}

.brends__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.brends__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 25%;
          flex: 0 1 25%;
}

.brend {
  padding: 24px 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 1px solid #e0e0e0;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
}

.brend:hover {
  border: 1px solid #004ea6;
}

.brend__link-detail {
  display: block;
  position: absolute;
  width: 100%;
  height: 80%;
  top: 0;
  left: 0;
}

.brend__img {
  width: 332px;
  height: 216px;
  margin: 0px 0px 10px 0px;
}

.brend__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.brend__name {
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  height: 48px;
  margin: 0px 0px 10px 0px;
}

.brend__desc {
  font-size: 14px;
  line-height: 20px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin: 0px 0px 10px 0px;
}

.brend__link {
  font-size: 14px;
  line-height: 20px;
  color: #004ea6;
}

.detail-brend {
  margin: 0px 0px 60px 0px;
}

.detail-brend__title {
  margin: 0px 0px 40px 0px;
}

.detail-brend__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.detail-brend__tabs-block {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
}

.detail-brend__nav {
  margin: 0px 0px 30px 0px;
}

.detail-brend__nav-item:first-child {
  margin: 0px 40px 0px 0px;
}

.detail-brend__text {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  margin: 0px 0px 30px 0px;
}

.detail-brend__link {
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  color: #004ea6;
}

.detail-brend__catalog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0px 0px 40px 0px;
}

.detail-brend__catalog svg {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.detail-brend__text-link {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  color: #004ea6;
  margin: 0px 0px 0px 10px;
}

.detail-brend__logo {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.category-brend {
  margin: 0px 0px 120px 0px;
}

.category-brend__title {
  margin: 0px 0px 40px 0px;
}

.category-brend__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.category-brend__category {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
}

.category-brend__category .category__name {
  color: #141414;
}

.category-brend__category:hover .category__name {
  color: #fff;
}

.stocks {
  margin: 0px 0px 120px 0px;
}

.stocks__title {
  margin: 0px 0px 60px 0px;
}

.stocks__card:not(:last-child) {
  margin: 0px 0px 60px 0px;
}

.card-stock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #141414;
  color: #fff;
  overflow: hidden;
  min-height: 428px;
}

.card-stock__logo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 680px;
          flex: 0 0 680px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.card-stock__img {
  width: 140%;
}

.card-stock__content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 30px 40px 30px 60px;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

.card-stock__content :not(:last-child) {
  margin: 0px 0px 20px 0px;
}

.card-stock__content .card-stock__item {
  margin: 0;
}

.card-stock__date {
  padding: 5px 12px;
  background: #eb5757;
  font-size: 14px;
  line-height: 14px;
  font-weight: 600;
  position: absolute;
  top: 0;
  left: 60px;
}

.card-stock__title {
  color: #fff;
  font-size: 36px;
  line-height: 44px;
}

.card-stock__desc {
  font-size: 18px;
  line-height: 24px;
}

.card-stock__btn {
  padding: 13px 32px;
  border-radius: 6px;
}

.exchange {
  max-width: 735px;
  margin-bottom: 120px;
  font-size: 18px;
  line-height: 24px;
}

.exchange__title {
  margin: 0px 0px 40px 0px;
}

.exchange__text {
  font-size: 18px;
  line-height: 24px;
  margin: 0px 0px 20px 0px;
}

.exchange__list {
  margin: 0px 0px 20px 0px;
  font-size: 18px;
  line-height: 24px;
}

.exchange__item {
  margin: 0px 0px 10px 0px;
  list-style: disc;
  margin-left: 19px;
  padding-left: 10px;
}

.exchange ul {
  margin: 0px 0px 20px 0px;
}

.exchange li {
  margin: 0 0 10px 0;
  list-style: disc;
  margin-left: 19px;
  padding-left: 10px;
}

.delivery {
  max-width: 735px;
  margin-bottom: 120px;
  font-size: 18px;
  line-height: 24px;
}

.delivery p {
  margin: 0px 0px 10px 0px;
}

.delivery p > b {
  margin: 0px 0px 15px 0px;
  display: block;
}

.delivery__title {
  margin: 0px 0px 40px 0px;
}

.delivery__text {
  font-size: 18px;
  line-height: 24px;
  margin: 0px 0px 20px 0px;
}

.delivery ul {
  margin: 0px 0px 20px 0px;
}

.delivery li {
  margin: 0 0 10px 0;
  list-style: disc;
  margin-left: 19px;
  padding-left: 10px;
}

.request {
  padding: 0px 9.35% 120px 3.9%;
  overflow: hidden;
}

.request .bx-soa-section-content {
  padding: 0;
}

.request .bx-soa-section-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  color: #141414;
  padding-left: 0;
}

.request .bx-soa-section.bx-selected .bx-soa-section-title {
  font-size: 24px;
}

.request .bx-soa-section-title-count {
  display: none;
}

.request .bx-soa-section-title-container {
  background: none;
  margin: 0px 0px 20px 0px;
}

.request .bx-soa-section-title-container .text-right {
  display: none;
}

.request .bx-soa-section {
  border: 1px solid #e0e0e0;
  margin-bottom: -1px;
  padding: 48px;
}

.request .bx-soa-pp-company {
  z-index: 0;
}

.request #bx-soa-region .bx-soa-reference {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #828282;
}

.request #bx-soa-region .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.request #bx-soa-region .bx-soa-section-content .bx_soa_location .form-group .radio-inline label {
  position: relative;
  color: #000;
  background: #f2f2f2;
  cursor: pointer;
  padding: 20px 20px 20px 60px;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  font-weight: 600;
  font-size: 18px;
  line-height: 30px;
  min-width: 271px;
}

.request #bx-soa-region .form-group.bx-soa-location-input-container {
  display: block;
}

.request #bx-soa-region .radio-inline {
  padding-left: 0;
  margin: 0px 20px 0px 0px;
}

.request #bx-soa-region .radio input[type=radio],
.request #bx-soa-region .radio-inline input[type=radio] {
  position: absolute;
  left: -10000px;
}

.request #bx-soa-region .radio input[type=radio]::before,
.request #bx-soa-region .radio-inline input[type=radio]::before {
  content: "";
  position: absolute;
  left: 10040px;
  top: 0;
  width: 20px;
  height: 20px;
  margin: 0 8px 2px 0;
  border-radius: 50%;
  border: solid 1px rgba(20, 20, 20, 0.5);
}

.request #bx-soa-region .radio-inline input[type=radio]:checked::before {
  -webkit-box-shadow: 0 0 0 2px #57bd69;
          box-shadow: 0 0 0 2px #57bd69;
  background-color: #57bd69;
  border: solid 4px #f2f2f2;
}

.request #bx-soa-region .bx-soa-custom-label {
  display: none;
}

.request #bx-soa-region .bx-sls .form-control.dropdown-block,
.request #bx-soa-region .bx-slst .form-control.dropdown-block {
  background-color: transparent;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-bottom: 1px solid #828282;
  padding: 0 22px 0 0px;
}

.request #bx-soa-region .has-error .bx-sls .form-control.dropdown-block,
.request #bx-soa-region .has-error .bx-slst .form-control.dropdown-block {
  border-color: #eb5757;
  border-bottom-color: #eb5757;
}

.request #bx-soa-region .bx-sls .dropdown-icon {
  display: none;
}

.request #bx-soa-region .bx-soa-tooltip.bx-soa-tooltip-danger .tooltip-inner {
  background: transparent;
  color: #eb5757;
}

.request #bx-soa-region .bx-soa-tooltip.bx-soa-tooltip-danger .tooltip-arrow {
  border-top-color: #eb5757;
}

.request #bx-soa-region .tooltip-inner {
  text-align: left;
}

.request #bx-soa-region .form-control {
  background-color: transparent;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 2px;
  padding: 6px 12px 6px 0px;
  border-bottom: 1px solid #828282;
  font-size: 18px;
  line-height: 24px;
  color: #141414;
}

.request #bx-soa-region .bx-sls .bx-ui-sls-fake,
.request #bx-soa-region .bx-sls .bx-ui-sls-route {
  font-size: 18px;
  line-height: 24px;
  color: #141414;
  font-weight: 400;
  font-family: "Montserrat";
}

.request #bx-soa-delivery .bx-soa-pp-company-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: 100%;
  padding: 20px 20px 20px 60px;
  border: 1px solid #e0e0e0;
  background: #f2f2f2;
  border-radius: 12px;
  margin-bottom: 34px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}

.request #bx-soa-delivery .bx-soa-pp-company-item.bx-selected {
  border: 1px solid #e0e0e0;
  background: #004ea6;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.request #bx-soa-delivery .bx-soa-pp-company-item.bx-selected .bx-soa-pp-company-smalltitle {
  color: #fff;
}

.request #bx-soa-delivery .bx-soa-pp-company-item.bx-selected .bx-soa-pp-company-description {
  color: #fff;
}

.request #bx-soa-delivery .bx-soa-pp-company-item.bx-selected .bx-soa-pp-company-graf-container::before {
  -webkit-box-shadow: 0 0 0 2px #57bd69;
          box-shadow: 0 0 0 2px #57bd69;
  background-color: #57bd69;
  border: solid 4px #f2f2f2;
}

.request #bx-soa-delivery .bx-soa-pp-company-item.bx-selected .bx-soa-pp-delivery-cost {
  color: #fff;
}

.request #bx-soa-delivery .bx-soa-pp-company-graf-container {
  border: none;
  padding-top: 0;
}

.request #bx-soa-delivery .bx-soa-pp-desc-container {
  display: none;
}

.request #bx-soa-delivery .bx-soa-pp-company-smalltitle {
  padding-top: 0px;
  color: #141414;
  font-size: 18px;
  text-align: left;
  padding-bottom: 0px;
  font-weight: 600;
  margin: 0px 0px 10px 0px;
}

.request #bx-soa-delivery .bx-soa-pp-company-graf-container::before {
  content: "";
  position: absolute;
  left: -40px;
  top: 0;
  width: 20px;
  height: 20px;
  margin: 0 8px 2px 0;
  border-radius: 50%;
  border: solid 1px rgba(20, 20, 20, 0.5);
  background: #fff;
}

.request #bx-soa-delivery .bx-soa-pp-company-checkbox {
  display: none;
}

.request #bx-soa-delivery .bx-soa-pp-delivery-cost {
  position: static;
  font-size: 14px;
  line-height: 16px;
  color: #141414;
  background: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0px 0px 10px 0px;
  padding: 0;
}

.request #bx-soa-delivery .bx-soa-pp-list-termin {
  color: inherit;
  margin-right: 10px;
}

.request #bx-soa-paysystem .bx-soa-pp-company-item {
  width: 100%;
  padding: 20px 20px 20px 60px;
  border: 1px solid #e0e0e0;
  background: #f2f2f2;
  border-radius: 12px;
  margin-bottom: 20px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.request #bx-soa-paysystem .bx-soa-pp-company-item.bx-selected {
  border: 1px solid #e0e0e0;
  background: #004ea6;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.request #bx-soa-paysystem .bx-soa-pp-company-item.bx-selected .bx-soa-pp-company-smalltitle {
  color: #fff;
}

.request #bx-soa-paysystem .bx-soa-pp-company-item.bx-selected .bx-soa-pp-company-graf-container::before {
  -webkit-box-shadow: 0 0 0 2px #57bd69;
          box-shadow: 0 0 0 2px #57bd69;
  background-color: #57bd69;
  border: solid 4px #f2f2f2;
}

.request #bx-soa-paysystem .bx-soa-pp-company-graf-container {
  border: none;
  padding-top: 0;
}

.request #bx-soa-paysystem .bx-soa-pp-company-graf-container::before {
  content: "";
  position: absolute;
  left: -40px;
  top: 0;
  width: 20px;
  height: 20px;
  margin: 0 8px 2px 0;
  border-radius: 50%;
  border: solid 1px rgba(20, 20, 20, 0.5);
  background: #fff;
}

.request #bx-soa-paysystem .bx-soa-pp-item-container {
  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: auto;
}

.request #bx-soa-paysystem .bx-soa-pp-company-smalltitle {
  padding-top: 0px;
  color: #141414;
  font-size: 18px;
  text-align: left;
  padding-bottom: 0px;
  font-weight: 600;
  line-height: 24px;
}

.request #bx-soa-paysystem .bx-soa-pp-company-checkbox {
  display: none;
}

.request #bx-soa-paysystem .bx-soa-pp-company-inject {
  display: none;
}

.request #bx-soa-paysystem .bx-soa-pp-company-description {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #828282;
}

.request #bx-soa-properties textarea,
.request #bx-soa-properties .bx-soa-customer-input {
  background-color: transparent;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0px;
  border-bottom: 1px solid rgba(20, 20, 20, 0.5);
  resize: vertical;
  height: 50px;
}

.request #bx-soa-properties span.bx-authform-starrequired {
  color: inherit;
}

.request .bx-soa-section.bx-step-error {
  border: 1px solid #eb5757;
}

.request .alert-danger {
  color: #eb5757;
  background-color: transparent;
  border-color: #eb5757;
  display: none;
}

.request .bx-soa-tooltip.bx-soa-tooltip-danger .tooltip-inner {
  background: transparent;
  color: #eb5757;
}

.request .bx-soa-tooltip.bx-soa-tooltip-danger .tooltip-arrow {
  border-top-color: #eb5757;
}

.request .tooltip-inner {
  text-align: left;
}

.request #bx-soa-orderSave {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.request #bx-soa-orderSave .checkbox {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin: 0px 0px 0px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.request #bx-soa-orderSave .btn {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  background-color: #004ea6;
  border-color: #004ea6;
  padding: 13px 54px;
}

.request #bx-soa-orderSave .check-data {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
}

.request #bx-soa-orderSave .check-data:checked + .checkbox-data:before {
  background: rgba(20, 20, 20, 0.5) url("../img/icons/check_wht.svg") center no-repeat;
}

.request #bx-soa-orderSave .checkbox-data {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  font-size: 16px;
  color: rgba(20, 20, 20, 0.5);
  letter-spacing: -0.3px;
  line-height: 18px;
  cursor: pointer;
}

.request #bx-soa-orderSave .checkbox-data:before {
  content: "";
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin: 0px 14px 0px 0px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  background: rgba(20, 20, 20, 0.5);
  border-radius: 4px;
}

.request #bx-soa-orderSave .data-span {
  color: rgba(20, 20, 20, 0.5);
  font-size: 16px;
}

.request #bx-soa-orderSave .data-span__link {
  text-decoration: underline;
  cursor: pointer;
  color: inherit;
}

.request #bx-soa-orderSave .data-span__link:hover {
  text-decoration: none;
}

.request #bx-soa-orderSave .chek__label {
  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: 10px;
  margin-bottom: 5px;
}

.request #bx-soa-orderSave .is-error .data-span {
  color: #eb5757;
}

.request #bx-soa-basket .bx-soa-item-title a {
  color: #141414;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
}

.request #bx-soa-basket .bx-soa-item-td-text {
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  color: #141414;
}

.request #bx-soa-basket .bx-soa-item-td-text .bx-price.all {
  color: #004ea6;
}

.request #bx-soa-basket .bx-soa-item-table .bx-soa-item-tr {
  display: block;
  padding: 22px 20px;
}

.request #bx-soa-basket .bx-soa-item-td {
  display: block;
  border: none;
  min-width: auto !important;
}

.request #bx-soa-basket .bx-soa-item-img-block {
  width: 100px;
  height: 74px;
  padding-right: 0;
  margin-right: 20px;
}

.request #bx-soa-basket .bx-soa-item-imgcontainer {
  border: none;
  border-radius: 0;
  width: 100px;
  height: 74px;
  padding-top: 74%;
}

.request #bx-soa-basket .bx-soa-item-table {
  padding: 0;
  margin-bottom: 0;
}

.request #bx-soa-basket .bx-soa-basket-info .bx-soa-item-td:nth-child(2) .bx-soa-item-td-text {
  text-align: center;
  height: 50px;
  width: 82px;
  padding: 14px 5px;
  font-weight: normal;
  font-size: 20px;
  line-height: 22px;
  color: #141414;
  margin-left: 105px;
  margin-top: 10px;
  position: relative;
}

.request #bx-soa-basket .bx-soa-item-td-title {
  display: none !important;
}

.request .bx-sls .bx-ui-sls-fake,
.request .bx-sls .bx-ui-sls-route,
.request .bx-ui-sls-route {
  z-index: 4;
}

.request .bx-soa-section.bx-step-completed,
.request .bx-soa-section.bx-selected {
  border: 1px solid #e0e0e0;
}

.request #bx-soa-basket .bx-soa-basket-info .bx-soa-item-td:nth-child(2) .bx-soa-item-td-text::after {
  content: "=";
  position: absolute;
  right: -22px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  color: #242424;
}

.request #bx-soa-basket .bx-soa-basket-info .bx-soa-item-td:nth-child(3) {
  margin-top: -60px;
}

.request #bx-soa-basket .bx-soa-basket-info .bx-soa-item-td:nth-child(3) .bx-soa-item-td-text {
  text-align: left;
  margin-left: 235px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#bx-soa-order {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#bx-soa-total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: auto;
  width: 100%;
  max-width: 480px;
}

#bx-soa-total .btn {
  background-color: #004ea6;
  border-color: #004ea6;
  text-align: center;
  padding: 12px 0px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#bx-soa-total .bx-soa-cart-total {
  padding: 40px;
}

#bx-soa-total .bx-soa-cart-total-line {
  font-size: 18px;
  line-height: 20px;
  border: none;
  margin: 0px 0px 30px 0px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#bx-soa-total .bx-soa-cart-total-line .bx-soa-cart-d {
  font-size: 24px !important;
  line-height: 20px;
  font-weight: 600;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 15px;
}

#bx-soa-total .bx-soa-cart-total .bx-soa-cart-total-line-total {
  padding-top: 0;
}

#bx-soa-total .bx-soa-cart-total .bx-soa-cart-total-line-total .bx-soa-cart-d {
  color: #004ea6;
}

#bx-soa-total .bx-soa-cart-total .bx-soa-cart-total-line:first-child .bx-soa-cart-t {
  font-weight: 400;
}

#bx-soa-total .bx-soa-cart-total .bx-soa-cart-total-line-total .bx-soa-cart-t {
  font-weight: 400;
}

.request .col-sm-9.bx-soa {
  max-width: 780px;
  width: 100%;
}

.bx-soa-cart-total {
  border: 1px solid #e0e0e0;
  border-radius: 0px;
  padding: 40px;
}

.request #bx-soa-total .bx-soa-cart-total-button-container {
  display: block !important;
  padding-top: 0;
}

.request #bx-soa-total-mobile {
  display: none !important;
}

.shop-list {
  max-width: 1400px;
  margin-bottom: 100px;
}

.shop-list_empty .shop-list__title {
  margin-right: 0;
}

.shop-list_empty .shop-list__main {
  display: none;
}

.shop-list_empty .shop-list__header .shop-list__subtitle {
  display: none;
}

.shop-list_empty .shop-list__empty {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.shop-list__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 30px;
  gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.shop-list__title {
  margin-right: 30px;
}

.shop-list__subtitle {
  font-weight: 600;
  font-size: 18px;
}

.shop-list__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}

.shop-list__btn:first-child {
  margin-right: 25px;
}

.shop-list__btn:not(:last-child) {
  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;
  width: 240px;
  border-radius: 6px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 240px;
          flex: 0 0 240px;
}

.shop-list__btn:last-child {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  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;
  font-weight: 500;
  font-size: 18px;
  color: #000;
}

.shop-list__btn:last-child img {
  margin-right: 8px;
}

.shop-list__list {
  margin-bottom: 50px;
}

.shop-list__total {
  font-weight: 500;
  font-size: 20px;
}

.shop-list__total-price {
  font-weight: 600;
  font-size: 24px;
  margin-left: 30px;
}

.shop-list__empty {
  padding-top: 60px;
  -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;
  text-align: center;
  margin-bottom: 50px;
  display: none;
}

.shop-list__empty .shop-list__title {
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: 600;
}

.item-shop-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid rgba(0, 0, 0, 0.3);
  padding: 20px;
}

.item-shop-list:not(:last-child) {
  border-bottom: transparent;
}

.item-shop-list__image {
  width: 100px;
  height: 100px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100px;
          flex: 0 0 100px;
  margin-right: 25px;
}

.item-shop-list__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}

.item-shop-list__center {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin-right: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.item-shop-list__name {
  max-width: 555px;
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.item-shop-list__name a {
  color: #000;
}

.item-shop-list__price {
  margin-right: 20px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 275px;
          flex: 0 0 275px;
}

.item-shop-list__buttons {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 163px;
          flex: 0 0 163px;
  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;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}

.item-shop-list__buttons .product__add-basket {
  margin-bottom: 0;
  margin-top: 15px;
}

.item-shop-list .card-modal__total {
  white-space: nowrap;
}

.jobs__title {
  margin: 0px 0px 50px 0px;
}

.jobs__desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  line-height: 24px;
  gap: 100px;
  margin-bottom: 60px;
}

.jobs__desc a {
  color: #409aff;
}

.jobs__desc a:hover {
  text-decoration: underline;
}

.jobs__desc p {
  margin-bottom: 15px;
}

.jobs__desc .jobs__desc-col {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
}

.jobs__text {
  margin: 0px 0px 30px 0px;
  font-size: 16px;
  line-height: 24px;
}

.jobs__text_link {
  color: #409aff;
}

.jobs__item {
  margin: 0px 0px 30px 0px;
}

.jobs__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0px 0px 60px 0px;
  gap: 30px;
}

.jobs__form-col {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 40%;
          flex: 0 1 40%;
}

.jobs__form-col .form {
  margin: 0;
  max-width: 478px;
}

.jobs__form-col .form__checkbox {
  margin: 25px 0px 0px 0px;
}

.jobs__form-col .form .input__file {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}

.jobs__form-col .form .input__file-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

.jobs__form-col .form .input__file-icon {
  width: 16px;
  height: 20px;
  margin: 0px 10px 0px 0px;
}

.jobs__form-title {
  font-weight: 600;
  font-size: 30px;
  line-height: 37px;
  margin: 0px 0px 35px 0px;
}

.jobs__form-desc {
  max-width: 600px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

.vacancy {
  padding: 45px 80px 68px 80px;
  border: 1px solid #000;
}

.vacancy__title {
  font-size: 30px;
  font-weight: 500;
  margin: 0px 0px 35px 0px;
}

.vacancy__desc {
  font-size: 16px;
  line-height: 24px;
  margin: 0px 0px 30px 0px;
}

.vacancy__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.vacancy__row:not(:last-child) {
  margin: 0px 0px 30px 0px;
}

.vacancy__name {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 260px;
          flex: 0 0 260px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}

.vacancy__text {
  font-size: 16px;
  line-height: 24px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

input[type=file] {
  display: none;
}

.form__file-upload.upload .form__file-label {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}

.form__file-label {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.form__file-label svg {
  margin-right: 9px;
}

.form__uploaded-file-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.form__uploaded-file-name {
  margin-right: 12px;
  overflow-wrap: anywhere;
}

.form__file-remove {
  background: url("../img/icons/close.svg") center/contain no-repeat;
  width: 16px;
  height: 16px;
  cursor: pointer;
}

.reviews__title {
  margin-bottom: 50px;
}

.reviews__desc {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 65px;
}

.reviews__desc p:not(:last-child) {
  margin-bottom: 20px;
}

.reviews__content .pagging {
  padding: 0;
}

.reviews__list {
  margin-bottom: 70px;
}

.reviews__item:not(:last-child) {
  margin-bottom: 50px;
}

.reviews__link-block {
  background: #000;
  padding: 28px;
  color: #fff;
  margin-bottom: 24px;
}

.reviews__subtitle {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 27px;
}

.reviews__sidebar-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  line-height: 22px;
  color: #fff;
}

.reviews__sidebar-link:hover {
  text-decoration: underline;
}

.reviews__sidebar-link:not(:last-child) {
  margin-bottom: 18px;
}

.reviews__sidebar-link img {
  margin-right: 15px;
  width: 37px;
  height: 37px;
  -o-object-fit: contain;
     object-fit: contain;
}

.item-review__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.item-review__user-name {
  font-weight: 600;
  font-size: 17px;
  line-height: 21px;
  margin-right: 9px;
  padding-left: 37px;
}

.item-review__date {
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
}

.item-review__center {
  border: 1px solid #606060;
  padding: 18px 85px 33px 37px;
  position: relative;
  z-index: 2;
}

.item-review__center::before {
  content: url("../img/reviews/icon-text.png");
  display: block;
  width: 43px;
  height: 40px;
  position: absolute;
  top: -26px;
  left: 15px;
  z-index: 3;
  pointer-events: none;
}

.item-review__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 17px;
}

.item-review__text p:not(:last-child) {
  margin-bottom: 20px;
}

.item-review__gallery {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fill, 89px);
  gap: 15px;
}

.item-review__photo {
  width: 89px;
  height: 89px;
  display: block;
}

.item-review__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.page {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 0px 9.35% 0px 3.9%;
}

.b2b-lend .page {
  padding: 0 20px;
}

.preloader {
  display: none !important;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #141414;
  z-index: 100000;
  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;
}

.preloader.done {
  -webkit-transition: all 1s ease 1.5s;
  -o-transition: all 1s ease 1.5s;
  transition: all 1s ease 1.5s;
  opacity: 0;
  visibility: hidden;
}

.preloader.done .preloader__left-arr::before {
  width: 0px;
  height: 0px;
  -webkit-animation: hideDoneLeft 0.5s linear;
          animation: hideDoneLeft 0.5s linear;
}

.preloader.done .preloader__right-arr::before {
  width: 0px;
  height: 0px;
  -webkit-animation: hideDoneRight 0.5 linear;
          animation: hideDoneRight 0.5 linear;
}

.preloader.done .preloader__center-block {
  overflow: visible;
}

.preloader.done .preloader__center-block::before {
  left: -100%;
}

.preloader__wht {
  background: #fff;
  width: 100%;
  height: 100%;
}

.preloader__logo {
  width: 434px;
  height: 411px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.preloader__left-arr {
  -ms-flex-item-align: end;
      align-self: flex-end;
  position: relative;
  z-index: 2;
}

.preloader__left-arr::before {
  position: absolute;
  content: "";
  background-color: #141414;
  -webkit-transform-origin: bottom left;
      -ms-transform-origin: bottom left;
          transform-origin: bottom left;
  display: block;
  -webkit-animation: hideLeft 3s infinite linear;
          animation: hideLeft 3s infinite linear;
  -webkit-transform: translate(-156px, -300px) rotate(60deg);
      -ms-transform: translate(-156px, -300px) rotate(60deg);
          transform: translate(-156px, -300px) rotate(60deg);
  width: 407px;
  height: 374px;
  border-radius: 161px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.preloader__right-arr {
  position: relative;
  z-index: 1;
}

.preloader__right-arr::before {
  position: absolute;
  content: "";
  background-color: #141414;
  -webkit-transform-origin: bottom left;
      -ms-transform-origin: bottom left;
          transform-origin: bottom left;
  display: block;
  -webkit-animation: hideRight 3s infinite linear;
          animation: hideRight 3s infinite linear;
  -webkit-transform: translate(-137px, -260px) rotate(60deg);
      -ms-transform: translate(-137px, -260px) rotate(60deg);
          transform: translate(-137px, -260px) rotate(60deg);
  width: 419px;
  height: 387px;
  border-radius: 155px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.preloader__center-block {
  position: absolute;
  top: 47%;
  right: 10%;
  width: auto;
  overflow: hidden;
  z-index: -1;
}

.preloader__center-block::before {
  -webkit-transition: all 0.5s ease 0.5s;
  -o-transition: all 0.5s ease 0.5s;
  transition: all 0.5s ease 0.5s;
  position: absolute;
  content: "";
  display: block;
  width: 141px;
  height: 45px;
  background-color: #141414;
  left: 0;
}

.preloader__progress-bar {
  width: 0%;
  height: 7px;
  background-color: #ffff4e;
  position: absolute;
  bottom: 0;
  left: 0;
}

@-webkit-keyframes hideLeft {
  0% {
    -webkit-transform: translate(-156px, -300px) rotate(60deg);
            transform: translate(-156px, -300px) rotate(60deg);
    width: 407px;
    height: 374px;
    border-radius: 161px;
  }

  14% {
    -webkit-transform: translate(-73px, 0px) rotate(60deg);
            transform: translate(-73px, 0px) rotate(60deg);
    width: 253px;
    height: 220px;
    border-radius: 161px;
  }

  28% {
    -webkit-transform: translate(216px, 323px) rotate(60deg);
            transform: translate(216px, 323px) rotate(60deg);
    width: 0px;
    height: 0px;
    border-radius: 10px;
  }

  42% {
    -webkit-transform: translate(130px, -130px) rotate(60deg);
            transform: translate(130px, -130px) rotate(60deg);
    width: 0px;
    height: 0px;
    border-radius: 10px;
  }

  56% {
    -webkit-transform: translate(130px, -130px) rotate(60deg);
            transform: translate(130px, -130px) rotate(60deg);
    width: 178px;
    height: 40px;
    border-radius: 10px;
  }

  70% {
    -webkit-transform: translate(-146px, -300px) rotate(60deg);
            transform: translate(-146px, -300px) rotate(60deg);
    width: 178px;
    height: 374px;
    border-radius: 90px;
  }

  84% {
    -webkit-transform: translate(-156px, -300px) rotate(60deg);
            transform: translate(-156px, -300px) rotate(60deg);
    width: 322px;
    height: 374px;
    border-radius: 161px;
  }

  100% {
    -webkit-transform: translate(-156px, -300px) rotate(60deg);
            transform: translate(-156px, -300px) rotate(60deg);
    width: 407px;
    height: 374px;
    border-radius: 161px;
  }
}

@keyframes hideLeft {
  0% {
    -webkit-transform: translate(-156px, -300px) rotate(60deg);
            transform: translate(-156px, -300px) rotate(60deg);
    width: 407px;
    height: 374px;
    border-radius: 161px;
  }

  14% {
    -webkit-transform: translate(-73px, 0px) rotate(60deg);
            transform: translate(-73px, 0px) rotate(60deg);
    width: 253px;
    height: 220px;
    border-radius: 161px;
  }

  28% {
    -webkit-transform: translate(216px, 323px) rotate(60deg);
            transform: translate(216px, 323px) rotate(60deg);
    width: 0px;
    height: 0px;
    border-radius: 10px;
  }

  42% {
    -webkit-transform: translate(130px, -130px) rotate(60deg);
            transform: translate(130px, -130px) rotate(60deg);
    width: 0px;
    height: 0px;
    border-radius: 10px;
  }

  56% {
    -webkit-transform: translate(130px, -130px) rotate(60deg);
            transform: translate(130px, -130px) rotate(60deg);
    width: 178px;
    height: 40px;
    border-radius: 10px;
  }

  70% {
    -webkit-transform: translate(-146px, -300px) rotate(60deg);
            transform: translate(-146px, -300px) rotate(60deg);
    width: 178px;
    height: 374px;
    border-radius: 90px;
  }

  84% {
    -webkit-transform: translate(-156px, -300px) rotate(60deg);
            transform: translate(-156px, -300px) rotate(60deg);
    width: 322px;
    height: 374px;
    border-radius: 161px;
  }

  100% {
    -webkit-transform: translate(-156px, -300px) rotate(60deg);
            transform: translate(-156px, -300px) rotate(60deg);
    width: 407px;
    height: 374px;
    border-radius: 161px;
  }
}

@-webkit-keyframes hideRight {
  0% {
    -webkit-transform: translate(-137px, -260px) rotate(60deg);
            transform: translate(-137px, -260px) rotate(60deg);
    width: 419px;
    height: 387px;
    border-radius: 155px;
  }

  14% {
    -webkit-transform: translate(-103px, -223px) rotate(60deg);
            transform: translate(-103px, -223px) rotate(60deg);
    width: 294px;
    height: 315px;
    border-radius: 147px;
  }

  28% {
    -webkit-transform: translate(12px, -20px) rotate(60deg);
            transform: translate(12px, -20px) rotate(60deg);
    width: 0px;
    height: 0px;
    border-radius: 147px;
  }

  42% {
    -webkit-transform: translate(-16px, 379px) rotate(60deg);
            transform: translate(-16px, 379px) rotate(60deg);
    width: 0px;
    height: 0px;
    border-radius: 147px;
  }

  56% {
    -webkit-transform: translate(-42px, 243px) rotate(60deg);
            transform: translate(-42px, 243px) rotate(60deg);
    width: 136px;
    height: 42px;
    border-radius: 80px;
  }

  70% {
    -webkit-transform: translate(-42px, -28px) rotate(60deg);
            transform: translate(-42px, -28px) rotate(60deg);
    width: 136px;
    height: 322px;
    border-radius: 80px;
  }

  84% {
    -webkit-transform: translate(-87px, -173px) rotate(60deg);
            transform: translate(-87px, -173px) rotate(60deg);
    width: 310px;
    height: 387px;
    border-radius: 155px;
  }

  100% {
    -webkit-transform: translate(-137px, -260px) rotate(60deg);
            transform: translate(-137px, -260px) rotate(60deg);
    width: 419px;
    height: 387px;
    border-radius: 155px;
  }
}

@keyframes hideRight {
  0% {
    -webkit-transform: translate(-137px, -260px) rotate(60deg);
            transform: translate(-137px, -260px) rotate(60deg);
    width: 419px;
    height: 387px;
    border-radius: 155px;
  }

  14% {
    -webkit-transform: translate(-103px, -223px) rotate(60deg);
            transform: translate(-103px, -223px) rotate(60deg);
    width: 294px;
    height: 315px;
    border-radius: 147px;
  }

  28% {
    -webkit-transform: translate(12px, -20px) rotate(60deg);
            transform: translate(12px, -20px) rotate(60deg);
    width: 0px;
    height: 0px;
    border-radius: 147px;
  }

  42% {
    -webkit-transform: translate(-16px, 379px) rotate(60deg);
            transform: translate(-16px, 379px) rotate(60deg);
    width: 0px;
    height: 0px;
    border-radius: 147px;
  }

  56% {
    -webkit-transform: translate(-42px, 243px) rotate(60deg);
            transform: translate(-42px, 243px) rotate(60deg);
    width: 136px;
    height: 42px;
    border-radius: 80px;
  }

  70% {
    -webkit-transform: translate(-42px, -28px) rotate(60deg);
            transform: translate(-42px, -28px) rotate(60deg);
    width: 136px;
    height: 322px;
    border-radius: 80px;
  }

  84% {
    -webkit-transform: translate(-87px, -173px) rotate(60deg);
            transform: translate(-87px, -173px) rotate(60deg);
    width: 310px;
    height: 387px;
    border-radius: 155px;
  }

  100% {
    -webkit-transform: translate(-137px, -260px) rotate(60deg);
            transform: translate(-137px, -260px) rotate(60deg);
    width: 419px;
    height: 387px;
    border-radius: 155px;
  }
}

@-webkit-keyframes hideDoneLeft {
  to {
    -webkit-transform: translate(216px, 323px) rotate(60deg);
            transform: translate(216px, 323px) rotate(60deg);
    width: 0px;
    height: 0px;
    border-radius: 10px;
  }
}

@keyframes hideDoneLeft {
  to {
    -webkit-transform: translate(216px, 323px) rotate(60deg);
            transform: translate(216px, 323px) rotate(60deg);
    width: 0px;
    height: 0px;
    border-radius: 10px;
  }
}

@-webkit-keyframes hideDoneRight {
  to {
    -webkit-transform: translate(12px, -20px) rotate(60deg);
            transform: translate(12px, -20px) rotate(60deg);
    width: 0px;
    height: 0px;
    border-radius: 147px;
  }
}

@keyframes hideDoneRight {
  to {
    -webkit-transform: translate(12px, -20px) rotate(60deg);
            transform: translate(12px, -20px) rotate(60deg);
    width: 0px;
    height: 0px;
    border-radius: 147px;
  }
}

*,
html * {
  scrollbar-width: thin;
  scrollbar-color: #828282 transparent;
}

*::-webkit-scrollbar,
html *::-webkit-scrollbar {
  height: 4px;
  width: 4px;
}

*::-webkit-scrollbar-track,
html *::-webkit-scrollbar-track {
  background: transparent;
}

*::-webkit-scrollbar-thumb,
html *::-webkit-scrollbar-thumb {
  background-color: #828282;
  border-radius: 4px;
  border: 1px solid transparent;
}

.bx-sbb-empty-cart-desc a {
  color: #004ea6;
  text-decoration: underline;
}

.bx-sbb-empty-cart-desc a:hover {
  color: #1d336b;
  text-decoration: none;
}

.bx-sbb-empty-cart-container {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.thanks-page {
  background-color: #000;
  overflow: hidden;
  position: relative;
  z-index: 2;
  margin: 0px 0px 50px 0px;
}

.thanks-page__block {
  color: #fff;
  padding: 60px;
}

.thanks-page__title {
  margin: 0px 0px 40px 0px;
}

.thanks-page__order {
  margin: 0px 0px 20px 0px;
  font-size: 24px;
  line-height: 32px;
}

.thanks-page__order-num {
  color: #409aff;
}

.thanks-page__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.thanks-page__text {
  font-size: 18px;
  line-height: 24px;
  margin: 0px 40px 0px 0px;
  max-width: 356px;
}

.thanks-page__link {
  color: #409aff;
  text-decoration: underline;
}

.thanks-page__link:hover {
  text-decoration: none;
}

.thanks-page__btn {
  padding: 15px 32px;
  border-radius: 6px;
}

.thanks-page__logo {
  position: absolute;
  width: 889px;
  height: 710px;
  bottom: -110%;
  right: 0;
  z-index: -1;
}

.product-categories:not(:has(~ .popular-slider)) {
  margin-bottom: 60px;
}

.product-categories__title {
  font-family: heliosextblack;
  font-size: 40px;
  margin-bottom: 30px;
  font-weight: 300;
}

.product-categories__link {
  font-size: 18px;
  font-weight: 400;
  color: #000;
  padding: 20px 25px;
  border-radius: 10px;
  background: #E2E9EE;
  display: inline-block;
  margin-bottom: 12px;
  margin-right: 10px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.product-categories__link:hover {
  background: #c3cad1;
}

.info-delivery__wrapper {
  margin-bottom: 38px;
}

.info-delivery__row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(auto, 530px) 150px;
  grid-template-columns: minmax(auto, 530px) 150px;
  gap: 25px;
}

.info-delivery__row:not(:last-child) {
  margin-bottom: 38px;
}

.info-delivery__title {
  font-size: 19px;
  font-weight: 600;
  margin-bottom: 12px;
}

.info-delivery__text {
  font-size: 18px;
  line-height: 28px;
}

.info-delivery__price {
  font-size: 19px;
  font-weight: 600;
}

.info-delivery__link {
  color: #004FA6;
  font-size: 16px;
}

.info-delivery__link:hover {
  text-decoration: underline;
}

.info-delivery__link svg {
  width: 18px;
  height: 13px;
  margin-left: 9px;
}

.info-product__nav {
  width: 100%;
  overflow: auto;
}

.info-product__item:last-child {
  margin: 0;
}

.product__fuck {
  margin-top: 100px;
}

.titlese {
  display: flex;
  font-size: 24px;
  font-weight: 800;
  width: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px 20px;
}

.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 9999999999;
}

.modal .modal_content {
  background-color: #fefefe;
  height: 100%;
  padding: 20px;
  border: 1px solid #888;
  width: 100%;
  z-index: 99999999;
  position: fixed;
}

.price_for_meter {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #828282;
}

.metere_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

.modal .modal_content .close_modal_window {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
}

.mobileMenuCatalog {
  display: none;
}

.form option {
  width: 100%;
  background-color: #fff;
  border-radius: 6px;
  -webkit-box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 130%;
  left: 0;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-21px);
  -ms-transform: scale(0.75) translateY(-21px);
  transform: scale(0.75) translateY(-21px);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  -o-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
  border: 1px solid #828282;
}

.success-text,
.loading-text,
.error-text {
  display: none;
}

.is-success .success-text,
.is-loading .loading-text,
.is-error .error-text {
  display: block;
  margin-top: 8px;
}

.container-smal-img {
  width: 100%;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -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;
  height: 500px;
  width: 180px;
  overflow: hidden;
}

.img-notnav {
  cursor: pointer;
  min-height: 100%;
  position: relative;
}

.img-product {
  height: 500px;
  width: 180px;
}

.litle-product {
  height: 80%;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  max-height: 180px;
}

.galery-img {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 20px;
}

.big-product {
  height: 100%;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  max-height: 500px;
  background-size: cover;
}

.big-product-container {
  height: 100%;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 380px;
  max-height: 500px;
}

.product__btn_favorites {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.product__btn_favorites.active {
  color: #828282;
}

.product__btn_favorites.active svg {
  display: none;
}

.product__btn_favorites.active::before {
  content: url(../img/icons/favorites_del.svg);
  display: block;
  width: 18px;
  height: 16px;
  margin: 0px 10px 0px 0px;
}

.product__btn_compare {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.product__btn_compare.active {
  color: #eb5757;
}

.product__btn_compare.active svg {
  display: none;
}

.product__btn_compare::before {
  position: absolute;
  left: -27px;
  top: 0;
  background: url(../img/icons/icon_delete.svg) center no-repeat;
  background-size: contain;
  content: "";
  display: block;
  width: 18px;
  height: 16px;
  margin: 0px 10px 0px 0px;
  opacity: 0;
  visibility: hidden;
}

.product__btn_compare.active::before {
  opacity: 1;
  visibility: visible;
}

.label-sale {
  background-color: #55B685;
  width: 122px;
}

.card-modal__favorites.active {
  width: 18px;
  height: 17px;
  margin: 0px 0px 20px 0px;
  position: relative;
}

.card-modal__favorites.active::before {
  content: "";
  display: block;
  width: 18px;
  height: 16px;
  background: url(../img/icons/favorites_del.svg) top left no-repeat;
  background-size: contain;
  position: absolute;
  left: 0px;
}

.card-modal__favorites.active svg {
  display: none;
}

.card-modal__compare.active {
  width: 18px;
  height: 17px;
  margin: 0px 0px 20px 0px;
  position: relative;
}

.card-modal__compare.active::before {
  content: "";
  display: block;
  width: 18px;
  height: 16px;
  background: url(../img/icons/icon_delete.svg) top left no-repeat;
  background-size: contain;
  position: absolute;
  left: 0px;
}

.card-modal__compare.active svg {
  display: none;
}

.not-found__message {
  margin: 0px 0px 30px 0px;
  font-size: 20px;
  line-height: 26px;
  font-weight: 500;
}

.not-found__message .menu__link,
.not-found__message .contacts__item {
  display: inline-block;
  color: #000;
}

.not-found__message .contacts__item {
  font-size: 20px;
  line-height: 24px;
}

.not-found__message .contacts__item-text {
  margin: 0;
}

.product__btn_bye {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 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;
  margin: 0px 0px 20px 0px;
  max-width: 300px;
  background: #F3F7FA;
  border: 2px solid #0058B3;
  border-radius: 5px;
  padding: 12px 0px;
}

.product__btn_bye:hover {
  color: #fff;
  border: 2px solid #000;
}

.product__btn_bye::after {
  border-radius: 0;
}

.slider-product__next {
  width: 100%;
  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;
  cursor: pointer;
}

.slider-product__next::before {
  content: "";
  width: 32px;
  height: 24px;
  background: url(../img/icons/arr_right.svg) center center no-repeat;
  display: block;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.slider-product__prev {
  width: 100%;
  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;
  cursor: pointer;
}

.slider-product__prev::before {
  content: "";
  width: 32px;
  height: 24px;
  background: url(../img/icons/arr_right.svg) center center no-repeat;
  display: block;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.catalog-desc {
  font-size: 18px;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
}

.catalog-desct {
  margin-left: 120px;
  font-size: 18px;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  margin-bottom: 20px;
}

.catalog-desct h2 {
  font-weight: 600;
  font-size: 22px;
  margin: 25px 0 15px 0;
  line-height: 24px;
}

.catalog-desct h3 {
  font-weight: 600;
  font-size: 18px;
  margin: 25px 0 10px 0;
  line-height: 20px;
}

.catalog-desct ul {
  margin: 10px 0 15px 0;
  padding-left: 20px;
}

.catalog-desct ul li {
  list-style-type: disc;
}

.catalog-desc h2 {
  font-weight: 600;
  font-size: 22px;
  margin: 25px 0 15px 0;
  line-height: 24px;
}

.catalog-desc h3 {
  font-weight: 600;
  font-size: 18px;
  margin: 25px 0 10px 0;
  line-height: 20px;
}

.catalog-desc ul {
  margin: 10px 0 15px 0;
  padding-left: 20px;
}

.catalog-desc ul li {
  list-style-type: disc;
}

div.search-result__empty.empty {
  width: 100%;
  height: 100%;
}

.delivery-property {
  -ms-flex-item-align: start;
  align-self: flex-start;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  margin: 6px 0px;
}

.delivery-property-name {
  display: inline;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

.delivery-property-name::after {
  content: " - ";
}

.delivery-property-value {
  display: inline;
}

.ymaps-2-1-79-controls__toolbar_right,
.ymaps-2-1-79-copyrights-pane,
.ymaps-2-1-79-controls__toolbar_left {
  display: none !important;
}

.contacts__driving-link {
  margin-bottom: 15px;
  color: #000;
  font-weight: 600;
  display: inline-block;
  font-size: 18px;
  -webkit-transition: color 0.3s ease 0s;
  -o-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}

.contacts__driving-link:hover {
  color: #409aff;
}

.cookie-modal {
  -webkit-box-shadow: 0 6px 21px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 6px 21px 0 rgba(0, 0, 0, 0.5);
  background: #fff;
  position: fixed;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 20px;
  padding: 15px 17px;
  z-index: 1000;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.cookie-modal__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 137%;
  color: #000;
  margin-bottom: 13px;
}

.cookie-modal__text a {
  color: #409aff;
  display: block;
}

.cookie-modal__text a:hover {
  text-decoration: underline;
}

.cookie-modal__buttons {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (auto)[2];
  grid-template-columns: repeat(2, auto);
  gap: 14px;
}

.cookie-modal__btn {
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  color: #fff;
  padding: 14px 24px 12px 24px;
  border: 1px solid transparent;
  color: #fff;
  background: #000;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.cookie-modal__btn_black {
  background: #000;
  color: #fff;
}

.cookie-modal__btn_black:hover {
  color: #000;
  background: #fff;
  border-color: #000;
}

.cookie-modal__btn_white {
  background: #fff;
  color: #000;
  border-color: #979797;
}

.cookie-modal__btn_white:hover {
  background: #000;
  color: #fff;
  border-color: #000;
}

.agreement-block {
  margin-bottom: 100px;
}

.agreement-block__main-title {
  margin-bottom: 40px;
}

.agreement-block__navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px 20px;
  margin-bottom: 30px;
}

.agreement-block__nav-title {
  text-align: left;
  font-weight: 700;
  font-size: 17px;
  line-height: 24px;
  color: #828282;
  cursor: pointer;
  padding: 0 0 5px 0;
  display: block;
  border-bottom: 2px solid transparent;
}

._tab-active {
  color: #004ea6;
  border-bottom: 2px solid #004ea6;
}

.agreement-block__chunk {
  max-width: 1300px;
}

.agreement-block__title {
  font-size: 16px;
  font-weight: 800;
  margin-bottom: 20px;
}

.agreement-block__text {
  font-size: 14px;
  line-height: 1.4;
}

.agreement-block__text ul,
.agreement-block__text ol {
  padding-left: 25px;
}

.agreement-block__text li {
  list-style-type: disc;
}

.agreement-block__text a {
  text-decoration: underline;
  color: #409aff;
}

.agreement-block__text a:hover {
  text-decoration: none;
}

[class*=-ibg] {
  position: relative;
}

[class*=-ibg] img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

[class*=-ibg_contain] img {
  -o-object-fit: contain;
     object-fit: contain;
}

.red-button {
  -webkit-box-shadow: 0 25px 34px -20px rgba(210, 0, 0, 0.68);
          box-shadow: 0 25px 34px -20px rgba(210, 0, 0, 0.68);
  background: #cf2c2c;
  border-radius: 33px;
  font-weight: 400;
  font-size: 22px;
  text-align: center;
  color: #fff;
  padding: 21px 42px;
  display: inline-block;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.red-button::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #000;
  z-index: -1;
  width: 0;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.red-button:hover::before {
  width: 100%;
}

.b2b-lend-fb {
  padding-bottom: 34px;
}

.b2b-lend-fb__container {
  background: -webkit-gradient(linear, right top, left top, from(#000), to(#113158));
  background: -o-linear-gradient(right, #000 0%, #113158 100%);
  background: linear-gradient(270deg, #000 0%, #113158 100%);
  position: relative;
  border-radius: 10px;
}

.b2b-lend-fb__content {
  background: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0)), to(#113158));
  background: -o-linear-gradient(right, rgba(0, 0, 0, 0) 0%, #113158 100%);
  background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, #113158 100%);
  padding-left: 140px;
  padding-top: 105px;
  border-radius: 10px;
  position: relative;
  z-index: 2;
  display: inline-block;
}

.b2b-lend-fb__title {
  max-width: 553px;
  font-weight: 700;
  font-size: 85px;
  line-height: 113%;
  color: #fff;
  margin-bottom: 25px;
}

.b2b-lend-fb__descr {
  max-width: 553px;
  font-weight: 400;
  font-size: 31px;
  line-height: 129%;
  color: #fff;
  margin-bottom: 76px;
}

.b2b-lend-fb__link {
  margin-bottom: -34px;
}

.b2b-lend-fb__image-ibg {
  position: absolute;
  right: 127px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 804px;
  height: 100%;
  z-index: 1;
}

.b2b-lend-fb__image-mobile {
  -o-object-fit: cover;
     object-fit: cover;
}

.b2b-audience__container {
  max-width: 1600px;
  margin: 0 auto;
  padding: 135px 0;
}

.b2b-audience__title {
  font-weight: 700;
  font-size: 55px;
  color: #002049;
  margin-bottom: 48px;
}

.b2b-audience__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 43px;
}

.b2b-audience__item {
  -webkit-box-shadow: 0 52px 74px -40px rgba(173, 173, 173, 0.23);
          box-shadow: 0 52px 74px -40px rgba(173, 173, 173, 0.23);
  background: #fff;
  border-radius: 10px;
  padding: 55px 50px 60px 70px;
}

.b2b-audience__icon {
  margin-bottom: 27px;
  width: 54px;
  height: 62px;
}

.b2b-audience__text {
  font-weight: 600;
  font-size: 20px;
  line-height: 140%;
  color: #323232;
}

.b2b-benefits {
  background: url(../img/b2b-lend/benefits_bg.png) top right/cover no-repeat;
  border-radius: 10px;
  margin-bottom: 105px;
  -webkit-box-shadow: 0 52px 44px -40px rgba(0, 65, 148, 0.51);
          box-shadow: 0 52px 44px -40px rgba(0, 65, 148, 0.51);
}

.b2b-benefits__container {
  padding-left: 145px;
  padding-top: 100px;
  padding-bottom: 130px;
}

.b2b-benefits__title {
  font-weight: 700;
  font-size: 55px;
  color: #fff;
  margin-bottom: 100px;
}

.b2b-benefits__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  max-width: 1220px;
  gap: 50px 190px;
}

.b2b-benefits__item {
  display: -ms-grid;
  display: grid;
  gap: 50px;
  -ms-grid-columns: 75px 1fr;
  grid-template-columns: 75px 1fr;
}

.b2b-benefits__icon {
  -ms-grid-column-align: center;
      justify-self: center;
}

.b2b-benefits__icon_interface {
  width: 58px;
  height: 54px;
}

.b2b-benefits__icon_history {
  width: 61px;
  height: 54px;
}

.b2b-benefits__icon_catalog {
  width: 72px;
  height: 53px;
}

.b2b-benefits__icon_orders {
  width: 57px;
  height: 55px;
}

.b2b-benefits__icon_24h {
  width: 58px;
  height: 56px;
}

.b2b-benefits__icon_time {
  width: 62px;
  height: 62px;
}

.b2b-benefits__icon_claims {
  width: 58px;
  height: 58px;
}

.b2b-benefits__text {
  font-weight: 400;
  font-size: 18px;
  line-height: 144%;
  color: #fff;
}

:root {
  --slider-fraction: 1.33fr;
}

.b2b-features__label {
  font-weight: 700;
  font-size: 25px;
  color: #e02828;
  position: relative;
  max-width: 463px;
  margin-left: -20px;
}

.b2b-features__section {
  margin: 0 -20px;
}

.b2b-features__section:nth-child(odd) {
  background: #e9ebee;
}

.b2b-features__section:last-child {
  padding-bottom: 160px;
}

.b2b-features__container {
  padding-left: 160px;
  padding-right: 150px;
  padding-top: 110px;
  padding-bottom: 90px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr var(--slider-fraction);
  grid-template-columns: 1fr var(--slider-fraction);
  gap: 120px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.b2b-features__section-title {
  font-weight: 700;
  font-size: 55px;
  color: #033678;
  margin-bottom: 55px;
}

.b2b-features__spoller-item {
  background: #fff;
  border-radius: 10px;
  padding: 0px 30px;
  padding-left: 40px;
}

.b2b-features__spoller-item:not(:last-child) {
  margin-bottom: 27px;
}

.b2b-features__spoller-title {
  padding: 20px 0;
  padding-right: 30px;
  font-weight: 600;
  font-size: 20px;
  color: #000;
  position: relative;
  display: block;
  width: 100%;
  text-align: left;
}

.b2b-features__spoller-title::before,
.b2b-features__spoller-title::after {
  content: "";
  position: absolute;
  right: 0;
  top: 20px;
  width: 2px;
  height: 21px;
  background: #000;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.b2b-features__spoller-title::after {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.b2b-features__spoller-title._active::before {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.b2b-features__spoller-body {
  padding-bottom: 20px;
  padding-top: 22px;
  font-weight: 400;
  font-size: 18px;
  line-height: 144%;
  color: #000;
}

.b2b-features__slider-wrapper {
  position: relative;
  padding-bottom: 96px;
  max-width: 840px;
  -ms-grid-column-align: center;
      justify-self: center;
}

.b2b-features__slider-wrapper::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url(../img/b2b-lend/features_leg.png) center/contain no-repeat;
  width: 216px;
  height: 96px;
}

.b2b-features__slider {
  border: 4px solid #004ea6;
  border-radius: 10px;
  overflow: hidden;
}

.b2b-features__slide {
  width: 100%;
}

.b2b-features__slide img {
  max-width: 100%;
}

.b2b-features__slider-nav .swiper-button {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffb1b1), to(#ff7979));
  background: -o-linear-gradient(top, #ffb1b1 0%, #ff7979 100%);
  background: linear-gradient(180deg, #ffb1b1 0%, #ff7979 100%);
  width: 33px;
  height: 84px;
  cursor: pointer;
  position: absolute;
  top: calc(50% - 47px);
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.b2b-features__slider-nav .swiper-button_prev {
  left: -33px;
  border-radius: 10px 0px 0px 10px;
}

.b2b-features__slider-nav .swiper-button_next {
  right: -33px;
  border-radius: 0 10px 10px 0;
}

.b2b-brands {
  background: -webkit-gradient(linear, left top, left bottom, from(#004baa), to(#004194));
  background: -o-linear-gradient(top, #004baa 0%, #004194 100%);
  background: linear-gradient(180deg, #004baa 0%, #004194 100%);
  border-radius: 10px;
  padding-bottom: 123px;
}

.b2b-brands__top {
  background: #fff;
  max-width: 1124px;
  margin: 0 auto;
  border-radius: 10px;
  -webkit-transform: translateY(-90px);
      -ms-transform: translateY(-90px);
          transform: translateY(-90px);
  padding: 0 60px;
  padding-top: 63px;
  padding-bottom: 87px;
  position: relative;
  -webkit-box-shadow: 0 52px 74px -40px #001632;
          box-shadow: 0 52px 74px -40px #001632;
}

.b2b-brands__title {
  font-weight: 700;
  font-size: 35px;
  text-align: center;
  color: #033678;
  margin-bottom: 20px;
  text-shadow: 0px 40px 40px currentColor;
}

.b2b-brands__subtitle {
  font-weight: 400;
  font-size: 20px;
  text-align: center;
  color: #000;
}

.b2b-brands__btn {
  position: absolute;
  left: 50%;
  bottom: -39px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.b2b-brands__heading {
  max-width: 865px;
  margin: 0 auto;
  font-weight: 700;
  font-size: 45px;
  text-align: center;
  color: #fff;
  margin-bottom: 70px;
  line-height: 130%;
}

.b2b-brands__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 196px;
  gap: 20px 24px;
  max-width: 1716px;
  padding: 0 58px;
  margin: 0 auto;
}

.b2b-brands__item {
  -webkit-box-shadow: 0 52px 74px -40px rgba(173, 173, 173, 0.23);
          box-shadow: 0 52px 74px -40px rgba(173, 173, 173, 0.23);
  background: #fff;
  border-radius: 10px;
  padding: 30px;
}

.b2b-brands__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.b2b-form {
  background: #e9ebee;
  padding: 100px 0;
  margin: 0 -20px;
}

.b2b-form__container {
  max-width: 1290px;
  margin: 0 auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 640px;
  grid-template-columns: 1fr 640px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.b2b-form__content {
  padding-top: 80px;
  max-width: 332px;
  display: -ms-grid;
  display: grid;
  justify-items: start;
}

.b2b-form__title {
  font-weight: 700;
  font-size: 35px;
  color: #033678;
  margin-bottom: 24px;
}

.b2b-form__text {
  font-weight: 400;
  font-size: 18px;
  line-height: 144%;
  color: #000;
}

.b2b-form__form {
  -webkit-box-shadow: 0 22px 74px -40px #131313;
          box-shadow: 0 22px 74px -40px #131313;
  background: #fff;
  border-radius: 10px;
  padding: 80px 100px;
}

.b2b-form__form .form {
  max-width: 100%;
}

.b2b-form__form .form__line {
  margin-bottom: 32px;
}

.b2b-form__form .form__line textarea {
  padding-top: 13px;
}

.b2b-form__form .form__input {
  padding-left: 16px;
  padding-right: 16px;
  border-radius: 5px !important;
  border: 1px solid rgba(0, 0, 0, 0.23);
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.4);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.4);
  font-weight: 400;
  font-size: 18px;
  line-height: 122%;
  color: rgba(0, 0, 0, 0.6);
  min-height: 48px;
}

.b2b-form__form .form__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 28px;
}

.b2b-form__form .form__btn {
  width: 223px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 5px;
  font-size: 18px;
  height: 57px;
  padding: 0 20px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.b2b-form__form .form__checkbox .checkbox__input:checked + .checkbox__text:before {
  background: rgba(20, 20, 20, 0.5) url("../img/icons/check_wht.svg") center no-repeat;
}

.b2b-form__form .form__checkbox .checkbox__text {
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  color: rgba(0, 0, 0, 0.5);
  display: block;
}

.b2b-form__form .form__checkbox .checkbox__text::before {
  border: 1px solid rgba(20, 20, 20, 0.5);
  content: "";
  width: 16px;
  height: 16px;
  display: inline-block;
}

.b2b-form__form .form__checkbox .checkbox__link {
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  color: rgba(0, 0, 0, 0.5);
}

.b2b-faq {
  padding-top: 90px;
  padding-bottom: 180px;
}

.b2b-faq__container {
  max-width: 1120px;
  margin: 0 auto;
}

.popup_b2b-reg-modal .popup__close {
  width: 28px;
  height: 28px;
  top: 14px;
  right: 14px;
  background: url(../img/icons/close.svg) center/contain no-repeat;
}

.popup_b2b-reg-modal .popup__title {
  font-weight: 600;
  font-size: 24px;
  color: #323232;
  margin-bottom: 40px;
}

.popup_b2b-reg-modal .popup__content {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: auto;
  padding: 30px 0;
}

.popup_b2b-reg-modal .popup__body {
  padding-top: 78px;
  height: auto;
  border-radius: 10px;
  max-width: 615px;
}

.b2b-reg-modal .b2b-reg-form {
  max-width: 440px;
}

.b2b-reg-modal .b2b-reg-form .form {
  max-width: 100%;
}

.b2b-reg-modal .b2b-reg-form .form__line {
  margin-bottom: 32px;
}

.b2b-reg-modal .b2b-reg-form .form__line textarea {
  padding-top: 13px;
  min-height: 125px;
}

.b2b-reg-modal .b2b-reg-form .form__input {
  padding-left: 16px;
  padding-right: 16px;
  border-radius: 5px !important;
  border: 1px solid rgba(0, 0, 0, 0.23);
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.4);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.4);
  font-weight: 400;
  font-size: 18px;
  line-height: 122%;
  color: rgba(0, 0, 0, 0.6);
  min-height: 48px;
}

.b2b-reg-modal .b2b-reg-form .form__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 28px;
}

.b2b-reg-modal .b2b-reg-form .form__btn {
  width: 223px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 5px;
  font-size: 18px;
  height: 57px;
  padding: 0 20px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.b2b-reg-modal .b2b-reg-form .form__checkbox .checkbox__input:checked + .checkbox__text:before {
  background: rgba(20, 20, 20, 0.5) url("../img/icons/check_wht.svg") center no-repeat;
}

.b2b-reg-modal .b2b-reg-form .form__checkbox .checkbox__text {
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  color: rgba(0, 0, 0, 0.5);
  display: block;
}

.b2b-reg-modal .b2b-reg-form .form__checkbox .checkbox__text::before {
  border: 1px solid rgba(20, 20, 20, 0.5);
  content: "";
  width: 16px;
  height: 16px;
  display: inline-block;
}

.b2b-reg-modal .b2b-reg-form .form__checkbox .checkbox__link {
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  color: rgba(0, 0, 0, 0.5);
}

.form__error--request {
  display: none;
  padding-top: 5px;
  padding-left: 20px;
}

.chek__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.chek__wrap--policy {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.is-error + .form__error--request {
  display: block;
}

@media (min-width: 479.98px) {
  .shop-list__total {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .b2b-features__label {
    padding-left: 160px;
  }

  .b2b-features__label::before {
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    position: absolute;
    content: "";
    height: 100%;
    width: 147px;
    margin-right: 13px;
    display: block;
    background: -webkit-gradient(linear, left top, right top, from(#f49595), to(#e65c5c));
    background: -o-linear-gradient(left, #f49595 0%, #e65c5c 100%);
    background: linear-gradient(90deg, #f49595 0%, #e65c5c 100%);
  }
}

@media (min-width: 480px) {
  .mobileMenuCatalog {
    display: block;
  }
}

@media (min-width: 599.98px) {
  .b2b-lend-fb__image-mobile {
    display: none;
  }
}

@media (min-width: 767.98px) {
  .sidebar-catalog-open .wrapper::after {
    content: "";
    position: fixed;
    width: 100%;
    height: 100%;
    background: #00000078;
    top: 0;
    left: 128px;
    z-index: 4;
  }

  .sidebar-catalog-open .wrapper .sidebar-catalog-btn {
    background: #004ea6;
  }

  .sidebar-catalog-open .wrapper .header__content,
  .sidebar-catalog-open .wrapper .menu-right {
    pointer-events: none;
    opacity: 0.5;
  }

  .sidebar-catalog__header {
    position: absolute;
    z-index: 1;
    width: 100%;
    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;
  }

  .sidebar-catalog__link._sub-menu-active {
    background: #fff;
    color: #2976ce;
  }

  .header.open .menu-right {
    z-index: 2;
  }

  .index-catalog__item:first-child {
    background: url(../img/fb/bg.png) bottom no-repeat;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .index-catalog__item:last-child {
    background: url(../img/fb/bg.png) bottom no-repeat;
    -ms-grid-column: 3;
    -ms-grid-column-span: 2;
    grid-column: 3/5;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media (min-width: 840px) {
  .catalog__sidebar-wrapper {
    position: sticky;
    top: 20px;
    max-height: calc(100vh - 150px);
    overflow: auto;
  }
}

@media (min-width: 939.98px) {
  .shop-list__total-right {
    margin-right: 200px;
  }
}

@media (min-width: 992px) {
  .select__option:hover {
    background: #f2f2f2;
  }

  .form .checkbox .checkbox__link:hover {
    text-decoration: none;
  }

  .form-feedback__input .checkbox__link:hover {
    text-decoration: none;
  }

  .register__form .checkbox .checkbox__link:hover {
    text-decoration: none;
  }

  .modal-feedback__forms .checkbox .checkbox__link:hover {
    text-decoration: none;
  }

  .modal-by-click__forms .checkbox .checkbox__link:hover {
    text-decoration: none;
  }

  .order-product__forms .checkbox .checkbox__link:hover {
    text-decoration: none;
  }
}

@media (min-width: 1025px) {
  .lg-outer .lg-thumb-item {
    -webkit-transition: border-color 0.25s ease;
    -o-transition: border-color 0.25s ease;
    transition: border-color 0.25s ease;
  }
}

@media (min-width: 1099.93px) {
  .menu__list > li {
    padding: 4px 0;
  }

  .menu__sub-list {
    -webkit-transform: translate(0px, 10%);
        -ms-transform: translate(0px, 10%);
            transform: translate(0px, 10%);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
}

@media (min-width: 1100px) {
  .menu__close {
    display: none;
  }
}

@media (min-width: 1180px) {
  .product__wrapper {
    position: sticky;
    position: -webkit-sticky;
    top: 50px;
  }
}

@media (min-width: 1198.98px) {
  .b2b-features__section:nth-child(odd) .b2b-features__container {
    -ms-grid-columns: var(--slider-fraction) 1fr;
    grid-template-columns: var(--slider-fraction) 1fr;
    grid-auto-flow: dense;
  }

  .b2b-features__section:nth-child(odd) .b2b-features__content {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
  }

  .b2b-features__section:nth-child(odd) .b2b-features__slider-wrapper {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
  }
}

@media (min-width: 1280px) {
  .catalog-modal__subcategory {
    display: none;
    position: absolute;
    top: 0px;
    left: 50%;
    height: 100%;
    width: 50%;
    overflow: auto;
    padding: 30px 0px;
  }

  .catalog-modal__subcategory_active {
    display: block;
  }

  .catalog-modal__subcategory.empty {
    display: none;
  }

  .reviews {
    padding-right: 15px;
  }

  .reviews__row {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 320px;
    grid-template-columns: 1fr 320px;
    gap: 0 160px;
  }
}

@media (min-width: 1440px) {
  .order__details-col:first-child {
    margin: 0px 15px 0px 0px;
  }

  .reviews {
    padding-right: 150px;
  }
}

@media (min-width: 1651px) {
  .footer__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (min-width: 1919.98px) {
  .first-block__container {
    -ms-grid-columns: 1fr auto;
    grid-template-columns: 1fr auto;
  }

  .first-block__lines {
    display: none;
  }

  .first-block__big-lines {
    display: block;
  }

  .first-block__pres-left-line {
    top: 62px;
    left: 0;
  }

  .first-block__pres-center-line {
    top: 70px;
    left: 55%;
  }

  .first-block__pres-right-line {
    top: 15%;
    right: unset;
    left: 66%;
  }
}

@media (min-width: 1921px) {
  .b2b-lend-fb__title {
    max-width: 70%;
  }

  .b2b-lend-fb__descr {
    max-width: 70%;
  }
}

@media (max-width: 1890px) {
  .brends__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 33.333%;
            flex: 0 1 33.333%;
  }
}

@media (max-width: 1800px) {
  .catalog__header {
    padding: 0;
  }
}

@media (max-width: 1770px) {
  .feedback {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }

  .feedback__link:first-child {
    line-height: 18px;
  }

  .catalog__content_col .card {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
  }

  .favorites__content_col .card {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 33.333%;
            flex: 0 1 33.333%;
  }

  .search-result__content_col .card {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 33.333%;
            flex: 0 1 33.333%;
  }
}

@media (max-width: 1699.98px) {
  .b2b-audience__container {
    max-width: 1500px;
  }
}

@media (max-width: 1680px) {
  .contacts__center {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .contacts__requisites {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    margin: 0px 0px 40px 0px;
  }

  .contacts__map-wrapper {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }

  .contacts__map {
    height: 400px;
  }

  .requisites__name {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }

  .requisites__content {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
}

@media (max-width: 1650px) {
  .footer__contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }

  .menu-footer__body {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .menu-footer__link {
    margin: 0px 0px 0px 0px;
  }
}

@media (max-width: 1620px) {
  .first-block__pres-right-line img {
    max-width: 95%;
    height: auto;
  }
}

@media (max-width: 1600px) {
  .sidebar-sub-catalog__grid {
    padding-right: 0;
  }

  .favorites__header {
    padding: 0;
  }

  .search-result__header {
    padding: 0;
  }
}

@media (max-width: 1592px) {
  .header__logo {
    margin: 0px 2.52% 0px 0px;
  }

  .header__menu {
    margin: 0px 29px 0px 0px;
  }

  .index-catalog__item {
    padding: 16px 24px;
  }

  .index-catalog__link-name {
    font-size: 24px;
  }

  .advantages-chunk__item {
    -ms-grid-columns: 100px 1fr;
    grid-template-columns: 100px 1fr;
    padding: 25px;
    gap: 32px;
  }

  .advantages-chunk__icon img {
    width: 100px;
    height: 100px;
  }

  .advantages-chunk__text {
    font-size: 24px;
  }

  .contacts-features__item {
    -ms-grid-columns: 60px 1fr;
    grid-template-columns: 60px 1fr;
  }

  .contacts-features__item img {
    width: 60px;
    height: 60px;
  }

  .contacts-features__text {
    font-size: 18px;
  }

  .card-stock {
    min-height: 300px;
  }

  .card-stock__logo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 490px;
            flex: 0 0 490px;
  }

  .card-stock__title {
    font-size: 24px;
    line-height: 24px;
  }

  .b2b-lend-fb__content {
    padding-left: 86px;
    padding-top: 102px;
  }

  .b2b-lend-fb__image-ibg {
    right: 51px;
  }

  .b2b-benefits__container {
    padding: 90px;
  }

  .b2b-benefits__title {
    margin-bottom: 80px;
  }

  .b2b-benefits__list {
    gap: 50px 90px;
  }

  .b2b-features__label {
    margin-left: -75px;
  }

  .b2b-features__container {
    gap: 100px;
    padding: 80px 106px;
  }

  .b2b-features__section-title {
    font-size: 42px;
  }

  .b2b-form__container {
    padding: 0 106px;
  }
}

@media (max-width: 1580px) {
  .empty {
    margin-bottom: calc(40px + 25 * ((100vw - 320px) / 1260));
  }

  .catalog__category {
    margin-bottom: calc(15px + 15 * ((100vw - 320px) / 1260));
  }

  .bx-filter .bx-filter-parameters-box-title span {
    font-size: calc(14px + 4 * ((100vw - 320px) / 1260));
  }

  .bx-filter .bx-filter-parameters-box-title span {
    padding: calc(10px + 10 * ((100vw - 320px) / 1260));
  }

  .bx-filter-parameters-box-container {
    padding: calc(10px + 10 * ((100vw - 320px) / 1260));
  }

  .bx-filter .bx-filter-parameters-box {
    margin-bottom: calc(10px + 20 * ((100vw - 320px) / 1260));
  }

  .bx-filter .bx-filter-param-text {
    font-size: calc(14px + 4 * ((100vw - 320px) / 1260));
  }

  .exchange {
    margin-bottom: calc(40px + 80 * ((100vw - 320px) / 1260));
  }

  .delivery {
    margin-bottom: calc(40px + 80 * ((100vw - 320px) / 1260));
  }
}

@media (max-width: 1570px) {
  .about-chunk {
    -ms-grid-columns: 1fr 398px;
    grid-template-columns: 1fr 398px;
  }

  .about-chunk__col {
    max-width: 484px;
  }

  .about-chunk__map-img .map-main {
    display: none;
  }

  .about-chunk__map-img .map-mini {
    display: block;
  }
}

@media (max-width: 1550px) {
  .catalog__content_row .card {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 22px 22px 22px 230px;
    position: relative;
  }

  .catalog__content_row .card .card__image {
    position: absolute;
    top: 22px;
    left: 22px;
    width: 24.2%;
    height: 63.8%;
  }

  .catalog__content_row .card .card__center {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }

  .catalog__content_row .card .card__bottom {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .catalog__content_row .card .card__bottom .card__prices {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 43.7%;
            flex: 0 1 43.7%;
  }

  .catalog__content_row .card .card__bottom .card__btns {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 57.1%;
            flex: 0 1 57.1%;
  }

  .catalog__content_row .card .card__bottom .card__btns .card__add-basket {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .catalog__content_row .card .card__bottom .card__btns .card__bye {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
    margin: 0px 0px 23px 0px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }

  .catalog__content_row .card .card__bottom .card__btns .card__compare {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .catalog__content_row .card .card__bottom .card__btns .card__favorites {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}

@media (max-width: 1550px) and (max-width: 1280px) {
  .catalog__content_row .card .card__image {
    width: 19.2%;
    height: 43.8%;
  }
}

@media (max-width: 1550px) and (max-width: 1300px) {
  .catalog__content_row .card .card__bottom .card__prices {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 35%;
            flex: 0 1 35%;
  }

  .catalog__content_row .card .card__bottom .card__btns {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 65%;
            flex: 0 1 65%;
  }
}

@media (max-width: 1510px) {
  .first-block__pres-right-line img {
    max-width: 89%;
    height: auto;
  }
}

@media (max-width: 1499.98px) {
  .b2b-audience__container {
    max-width: 1068px;
  }

  .b2b-audience__list {
    display: block;
  }

  .b2b-audience__item {
    padding: 55px 48px 55px 70px;
  }

  .b2b-audience__item:not(:last-child) {
    margin-bottom: 28px;
  }

  .b2b-brands__grid {
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  }
}

@media (max-width: 1440px) {
  .wrapper {
    padding-left: 5.56%;
  }

  .big-title {
    font-size: 48px;
    line-height: 58px;
  }

  .title-h2Hel {
    font-size: 36px;
    line-height: 36px;
  }

  .pagging {
    padding: 0px 0px 0px 39%;
  }

  .catalog-modal {
    padding-left: 5.56%;
  }

  .catalog-modal__close {
    width: 80px;
  }

  .catalog-modal__close:hover {
    width: 100px;
  }

  .catalog-modal__content {
    padding: var(--height-block) 130px 0px 50px;
  }

  .sidebar-catalog {
    left: 90px;
  }

  .header {
    padding: 28px 130px 28px 50px;
  }

  .catalog-btn {
    width: 90px;
  }

  .catalog-btn__logo {
    left: 8px;
  }

  .footer {
    padding: 57px 130px 30px 50px;
  }

  .footer__contacts {
    margin: 0px 0px 40px 0px;
  }

  .footer__payment {
    margin: 0px 0px 0px 0px;
  }

  .menu-footer__body {
    margin: 0px 0px 17px 0px;
  }

  .contacts-footer__body {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin: 0px 0px 0px 0px;
  }

  .contacts-footer__item {
    margin: 0px 50px 0px 0px;
  }

  .advantages__body {
    padding: 120px 0 60px 0;
  }

  .popular-slider__body {
    padding: 60px 0 60px 0;
  }

  .feedback-form {
    padding: 60px 0 60px 0;
  }

  .feedback-form__body {
    padding: 60px 50px;
  }

  .feedback-form__title {
    font-size: 36px;
    line-height: 36px;
  }

  .partners {
    padding: 60px 0 60px 0;
  }

  .product__content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 379px;
            flex: 0 0 379px;
  }

  .product__title {
    font-size: 24px;
    line-height: 24px;
  }

  .product__prices {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 380px;
  }

  .product__discount {
    margin: 24px 0px 0px 0px;
  }

  .catalog__sidebar {
    margin: 0px 20px 0px 0px;
  }

  .data {
    display: block;
  }

  .personal-data {
    max-width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    margin: 0px 0px 30px 0px;
  }

  .personal-data__btn:nth-child(1) {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 33.333%;
            flex: 0 1 33.333%;
    margin: 0px 0px 0px 0px;
  }

  .personal-data__btn:nth-child(2) {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 33.333%;
            flex: 0 1 33.333%;
    margin: 0px 0px 0px 0px;
  }

  .personal-data__btn:nth-child(3) {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 33.333%;
            flex: 0 1 33.333%;
    margin: 0px 0px 0px 0px;
    max-width: 260px;
  }

  .delivery-addresses__content {
    max-width: 100%;
  }

  .delivery-addresses__btns {
    width: 65.43%;
  }

  .documents__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
    margin: 0px 0px 20px 0px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .order__details {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .order__details-col {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }

  .order__details-content {
    max-width: none;
  }

  .brends__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
  }

  .card-stock__title {
    font-size: 24px;
    line-height: 24px;
  }

  .request {
    padding: 0px 130px 120px 50px;
  }

  .page {
    padding: 0px 130px 0px 50px;
  }

  .product-categories__title {
    font-size: 36px;
    line-height: 36px;
  }
}

@media (max-width: 1399.98px) {
  .sidebar-sub-catalog__wrapper {
    padding: 0 0 0 60px;
  }

  .sidebar-sub-catalog__row {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .sidebar-sub-catalog__grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .sidebar-sub-catalog__banner {
    display: none;
  }

  .first-block__container {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 700px auto;
    grid-template-rows: 700px auto;
    max-width: 979px;
    margin: 0;
  }

  .first-block__pres-left-line {
    top: 58px;
    left: -28px;
  }

  .first-block__pres-center-line {
    top: 195px;
    left: 180px;
  }

  .first-block__pres-center-line img {
    width: 100%;
  }

  .first-block__pres-right-line {
    top: 72px;
    right: 16px;
  }

  .first-block__pres-right-line img {
    max-width: 100%;
  }

  .first-block__link-ibg img {
    width: 100%;
  }
}

@media (max-width: 1366px) {
  .wrapper {
    padding-left: 4.39%;
  }

  .catalog-modal {
    padding-left: 4.39%;
  }

  .catalog-modal__close {
    width: 60px;
  }

  .catalog-modal__close:hover {
    width: 80px;
  }

  .catalog-modal__content {
    padding: var(--height-block) 102px 0px 24px;
  }

  .header {
    padding: 28px 102px 28px 24px;
  }

  .header__menu {
    margin: 0px 68px 0px 0px;
  }

  .footer {
    padding: 57px 102px 30px 70px;
  }

  .contacts-footer__item {
    margin: 0px 50px 0px 0px;
  }

  .advantages__body {
    padding: 120px 0 60px 0;
  }

  .popular-slider__body {
    padding: 60px 0 60px 0;
  }

  .feedback-form {
    padding: 60px 0 60px 0;
  }

  .partners {
    padding: 60px 0 60px 0;
  }

  .info-product__item {
    margin: 0px 20px 0px 0px;
  }

  .certificates__slide {
    height: 685px;
  }

  .request {
    padding: 0px 102px 120px 24px;
  }

  .page {
    padding: 0px 102px 0px 40px;
  }
}

@media (max-width: 1280px) {
  .select__title {
    font-size: 18px;
  }

  .select__options {
    font-size: 18px;
  }

  .card {
    padding: 22px 13px;
  }

  .empty__img {
    width: 732px;
    height: 120vh;
    -o-object-fit: contain;
       object-fit: contain;
  }

  .empty__content {
    max-width: 417px;
  }

  .empty__big-title {
    font-size: 72px;
    line-height: 72px;
  }

  .empty__title {
    font-size: 48px;
    line-height: 58px;
    margin: 0px 0px 80px 0px;
  }

  .catalog-modal__close {
    width: 80px;
  }

  .catalog-modal__close:hover {
    width: 100px;
  }

  .catalog-modal__content {
    padding: var(--height-block) 150px 0px 70px;
  }

  .catalog-modal__categories {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }

  .catalog-modal__category {
    width: 100%;
  }

  .catalog-modal__subcategories {
    display: none;
  }

  .catalog-modal__subcategory {
    padding: 15px 0px 15px 60px;
  }

  .category__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 264px;
            flex: 0 0 264px;
  }

  .header {
    padding: 28px 150px 28px 70px;
  }

  .header__content {
    max-width: 980px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 30px;
  }

  .header__logo {
    margin: 0px 9.2% 0px 0px;
  }

  .header__menu {
    margin: 0px 0px 0px 0px;
  }

  .menu__list {
    max-width: 400px;
  }

  .footer {
    padding: 57px 150px 40px 70px;
  }

  .footer__contacts {
    margin: 0px 0px 30px 0px;
  }

  .footer__payment {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }

  .menu-footer__body {
    margin: 0px 0px 57px 0px;
  }

  .contacts-footer__body {
    -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;
  }

  .contacts-footer__item {
    margin: 0px 0px 20px 0px;
  }

  .copyright__body {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .copyright__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    margin: 0px 0px 10px 0px;
  }

  .copyright__item:nth-child(even) {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }

  :root {
    --height-block: 136px;
  }

  .advantages__body {
    padding: 80px 0 40px 0;
  }

  .advantages__slide {
    padding: 0px 0px 0px 50px;
    min-height: 535px;
  }

  .advantages__title {
    margin: 0px 0px 43px 0px;
  }

  .popular-slider__body {
    padding: 40px 0 40px 0;
  }

  .popular-slider__top {
    margin: 0px 0px 45px 0px;
  }

  .popular-slider__title {
    font-size: 36px;
    line-height: 36px;
  }

  .feedback-form {
    padding: 40px 0 40px 0;
  }

  .feedback-form__body {
    padding: 50px 50px;
  }

  .feedback-form__title {
    font-size: 24px;
    line-height: 24px;
    margin: 0px 70px 0px 0px;
  }

  .feedback-form__right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 401px;
            flex: 0 0 401px;
  }

  .partners {
    padding: 40px 0 40px 0;
  }

  .partners__title {
    font-size: 36px;
    line-height: 36px;
  }

  .index-catalog__grid {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }

  .advantages-chunk {
    padding: 60px 0;
  }

  .advantages-chunk + .popular-slider {
    margin-top: -30px;
  }

  .advantages-chunk__item {
    gap: 24px;
    padding: 15px;
  }

  .advantages-chunk__text {
    font-size: 18px;
    line-height: 24px;
  }

  .about-chunk__title {
    font-size: 24px;
    line-height: 24px;
  }

  .catalog__wrapper {
    -ms-grid-columns: 300px 1fr;
    grid-template-columns: 300px 1fr;
  }

  .catalog__sidebar {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 281px;
            flex: 0 0 281px;
  }

  .catalog__content_row .card {
    padding: 22px 22px 22px 170px;
  }

  .sort {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .sort__layout {
    display: none;
  }

  .compare__parametr:first-child {
    height: 323px;
  }

  .compare__parametr {
    padding: 10px;
  }

  .card-compare {
    padding: 15px 20px;
  }

  .card-compare__item {
    padding: 10px 0px;
  }

  .search-result__header {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .search-result__text {
    margin: 0px 0px 10px 0px;
  }

  .about__text {
    margin: 0px 20px 0px 0px;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
  }

  .about__right {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
  }

  .certificates__top {
    padding: 60px 50px;
  }

  .certificates__top-content {
    max-width: 540px;
  }

  .certificates__img {
    width: 721px;
    left: 80%;
  }

  .certificates__logo svg {
    width: 100%;
    height: auto;
  }

  .certificates__title {
    font-size: 24px;
    line-height: 24px;
    max-width: 296px;
    margin: 0px 0px 10px 0px;
  }

  .certificates__text {
    font-size: 18px;
    line-height: 24px;
  }

  .certificates__slider {
    margin: 0px 0px 30px 0px;
  }

  .certificates__pagination {
    margin: 0px 0px 80px 0px;
  }

  .brends {
    margin: 0px 0px 80px 0px;
  }

  .detail-brend {
    margin: 0px 0px 80px 0px;
  }

  .category-brend {
    margin: 0px 0px 80px 0px;
  }

  .category-brend__category {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }

  .stocks {
    margin: 0px 0px 80px 0px;
  }

  .stocks__title {
    margin: 0px 0px 40px 0px;
  }

  .stocks__card:not(:last-child) {
    margin: 0px 0px 30px 0px;
  }

  .request {
    padding: 0px 150px 80px 70px;
  }

  .request #bx-soa-orderSave {
    padding: 30px 0 10px 0;
  }

  .request #bx-soa-orderSave .checkbox {
    margin: 0;
  }

  .request #bx-soa-orderSave .btn {
    display: none;
  }

  #bx-soa-order {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  #bx-soa-total {
    margin-top: 0 !important;
  }

  #bx-soa-total {
    margin-left: 0 !important;
    margin-top: 80px;
    max-width: 780px;
  }

  .item-shop-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .item-shop-list__center {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 80%;
            flex: 0 1 80%;
    margin-right: 0;
  }

  .item-shop-list__name {
    max-width: none;
  }

  .item-shop-list__price {
    margin-top: 30px;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    margin-left: 125px;
  }

  .item-shop-list__buttons {
    margin-top: 30px;
  }

  .jobs__desc {
    display: block;
  }

  .vacancy {
    padding: 30px;
  }

  .vacancy__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .vacancy__name {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    margin: 0px 0px 10px 0px;
  }

  .page {
    padding: 0px 150px 0px 70px;
  }

  .thanks-page__row {
    -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;
  }

  .thanks-page__text {
    margin: 0px 0px 40px 0px;
  }

  .thanks-page__logo {
    bottom: -75%;
    width: 60%;
  }

  .thanks-page__logo img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}

@media (max-width: 1279.98px) {
  .first-block__container {
    -ms-grid-rows: (auto)[2];
    grid-template-rows: repeat(2, auto);
    max-width: 727px;
  }

  .first-block__present {
    height: 500px;
    padding-bottom: 32px;
  }

  .first-block__pres-left-line img,
  .first-block__pres-center-line img,
  .first-block__pres-right-line img {
    width: 100%;
  }

  .first-block__pres-left-line {
    width: 300px;
    top: 33px;
    left: 0px;
  }

  .first-block__pres-center-line {
    top: 20px;
    left: 3px;
  }

  .first-block__pres-right-line {
    width: 330px;
    top: 65px;
    right: 3;
  }

  .first-block__pres-title {
    line-height: 45px;
    font-size: 35px;
    margin-bottom: 10px;
  }

  .first-block__pres-subtitle {
    font-size: 18px;
    line-height: 30px;
    max-width: 430px;
  }

  .contacts-features {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .b2b-lend-fb__content {
    padding-left: 64px;
  }
}

@media (max-width: 1270px) {
  .sort__box {
    display: block;
    width: 100%;
  }

  .sort__title {
    margin: 0px 0px 10px 0px;
  }

  .sort__select_minW .nice-select {
    margin: 0px 0px 0px 0px;
  }

  .sort__select:not(:last-child) {
    margin-bottom: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .sort__select {
    width: 100%;
  }

  .sort__select:not(:last-child) {
    margin: 0px 0px 16px 0px;
  }
}

@media (max-width: 1250px) {
  .pagging {
    padding: 0px 0px 0px 0px;
  }

  .catalog__content_col .card {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }

  .favorites__content_col .card {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
  }

  .search-result__content_col .card {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
  }

  .detail-brend__tabs-block {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }

  .detail-brend__logo {
    display: none;
  }
}

@media (max-width: 1200px) {
  .about-chunk {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .about-chunk__col {
    max-width: 544px;
  }

  .about-chunk__map-img .map-main {
    display: block;
  }

  .about-chunk__map-img .map-mini {
    display: none;
  }

  .compare__parametrs {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 280px;
            flex: 0 0 280px;
  }

  .compare__parametr:first-child {
    height: 260px;
  }

  .card-compare__top {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .card-compare__image {
    height: 110px;
  }

  .card-compare__name {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .card-compare__param {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  .card-compare__btn-delete {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin: 0px 0px 20px 0px;
  }

  .stocks__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .card-stock {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .card-stock__logo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 215px;
            flex: 0 0 215px;
  }

  .card-stock__content {
    padding: 43px 20px 30px 20px;
  }

  .card-stock__date {
    font-size: 12px;
    line-height: 12px;
    left: 0;
  }
}

@media (max-width: 1199.98px) {
  .b2b-audience__container {
    max-width: 834px;
    padding: 90px 0;
  }

  .b2b-audience__title {
    margin-bottom: 83px;
  }
}

@media (max-width: 1198.98px) {
  .b2b-benefits__container {
    padding: 65px;
  }

  .b2b-benefits__title {
    margin-bottom: 60px;
  }

  .b2b-benefits__list {
    gap: 30px 65px;
  }

  .b2b-benefits__item {
    gap: 30px;
  }

  .b2b-features__label {
    margin-left: -95px;
  }

  .b2b-features__container {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 60px;
    padding: 70px 83px;
  }

  .b2b-brands__top {
    max-width: 834px;
  }

  .b2b-brands__heading {
    max-width: 600px;
  }

  .b2b-form {
    padding-top: 90px;
    padding-bottom: 74px;
  }

  .b2b-form__container {
    padding-left: 80px;
    padding-right: 20px;
    -ms-grid-columns: 1fr 560px;
    grid-template-columns: 1fr 560px;
  }

  .b2b-form__form {
    padding: 80px 60px;
  }
}

@media (max-width: 1190px) {
  .personal-data__btn:nth-child(1) {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    margin: 0px 5px 0px 0px;
  }

  .personal-data__btn:nth-child(2) {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    margin: 0px 0px 0px 5px;
  }

  .personal-data__btn:nth-child(3) {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    margin: 20px 0px 0px 0px;
  }

  .personal-data__btn {
    max-width: none;
  }

  .delivery-addresses__btns {
    width: 100%;
  }
}

@media (max-width: 1180px) {
  .product {
    display: block;
  }

  .product__content {
    margin: 0px 0px 40px 0px;
  }

  .info-product__nav {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }

  .catalog {
    display: block;
  }

  .favorites {
    display: block;
  }

  .search-result {
    display: block;
  }

  .contacts__top {
    padding: 47px 20px;
    margin: 0px 0px 40px 0px;
  }

  .contacts__img {
    width: 340px;
  }

  .contacts__item {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
  }

  .contacts__item:not(:last-child) {
    margin: 0px 0px 20px 0px;
  }

  .big-product-container {
    max-width: 580px;
  }
}

@media (max-width: 1180.98px) {
  .info-delivery__row {
    -ms-grid-columns: 1fr 150px;
    grid-template-columns: 1fr 150px;
  }
}

@media (max-width: 1176px) {
  .modal-basket__empty-basket {
    max-width: 100%;
  }
}

@media (max-width: 1160px) {
  .order__invoice {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
}

@media (max-width: 1100px) {
  .form .checkbox .checkbox__link {
    margin: 0px 0px 0px 5px;
  }

  .modal-basket._active {
    overflow: hidden;
  }

  .modal-basket__row {
    display: block;
    overflow: auto;
    height: calc(100% - 70px);
  }

  .modal-basket__main {
    margin: 0px 0px 20px 0px;
    height: auto;
  }

  .modal-basket__list {
    margin: 0px 0px 20px 0px;
    height: auto;
  }

  .modal-basket__right {
    height: auto;
  }

  .change-data._active {
    overflow: hidden;
  }

  .change-password._active {
    overflow: hidden;
  }

  .add-address._active {
    overflow: hidden;
  }

  .change-address._active {
    overflow: hidden;
  }

  .authorize._active {
    overflow: hidden;
  }

  .register._active {
    overflow: hidden;
  }

  .register__form .checkbox .checkbox__link {
    margin: 0px 0px 0px 5px;
  }

  .recover._active {
    overflow: hidden;
  }

  .modal-feedback._active {
    overflow: hidden;
  }

  .modal-feedback__forms .checkbox .checkbox__link {
    margin: 0px 0px 0px 5px;
  }

  .modal-by-click._active {
    overflow: hidden;
  }

  .modal-by-click__forms .checkbox .checkbox__link {
    margin: 0px 0px 0px 5px;
  }

  .order-product._active {
    overflow: hidden;
  }

  .order-product__forms .checkbox .checkbox__link {
    margin: 0px 0px 0px 5px;
  }

  .modal-politics._active {
    overflow: hidden;
  }

  .modal-consent._active {
    overflow: hidden;
  }

  .thanks._active {
    overflow: hidden;
  }

  .header__menu {
    margin: 0px 20px 0px 0px;
  }

  .shop-list-header .header__info {
    display: none;
  }

  .header__info {
    display: none;
  }

  .menu-footer__body {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .menu-footer__link {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333%;
            flex: 0 0 33.333%;
    margin: 0px 0px 20px 0px;
  }

  :root {
    --height-block: 115px;
  }

  .popular-slider__title {
    margin: 0px 15px 15px 0px;
  }

  .feedback-form__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 60px;
    background: #141414;
  }

  .feedback-form__logo-anim {
    display: none;
  }

  .feedback-form__title {
    margin: 0px 0px 40px 0px;
  }

  .feedback-form__link {
    margin: 0px 0px 30px 0px;
  }

  .feedback-form__right {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }

  .form-feedback__body {
    width: 100%;
  }

  .jobs__form-col {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
}

@media (max-width: 1099.93px) {
  .header__logo {
    margin: 0;
  }

  .header__icon {
    z-index: 1;
    display: block;
    position: relative;
    height: 32px;
    width: 46px;
    cursor: pointer;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 46px;
            flex: 0 0 46px;
  }

  .header__icon span,
  .header__icon:before,
  .header__icon:after {
    left: 0;
    position: absolute;
    height: 4px;
    width: 100%;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    background-color: #141414;
    border-radius: 1px;
  }

  .header__icon:before,
  .header__icon:after {
    content: "";
  }

  .header__icon:before {
    top: 0;
  }

  .header__icon:after {
    bottom: 0;
  }

  .header__icon span {
    top: 50%;
    -webkit-transform: scale(1) translate(0px, -50%);
        -ms-transform: scale(1) translate(0px, -50%);
            transform: scale(1) translate(0px, -50%);
  }

  .header.main-page .menu__link {
    color: #141414;
  }

  .menu__body {
    position: fixed;
    top: 0;
    right: -150%;
    width: 519px;
    height: 100%;
    max-height: 649px;
    background-color: #fff;
    padding: 35px 50px;
    -webkit-transition: right 0.3s ease 0s;
    -o-transition: right 0.3s ease 0s;
    transition: right 0.3s ease 0s;
    margin: 0px 0px 0px 0px;
    overflow: auto;
    z-index: 2;
  }

  .menu__body._active {
    right: 0;
  }

  .menu__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;
    margin: 0px 0px 57px 0px;
  }

  .menu__title {
    display: block;
  }

  .menu__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: none;
  }

  .menu__link {
    color: #141414;
    font-weight: 600;
    margin: 0px 0px 60px 0px;
    display: block;
  }

  .menu__link_dropdown {
    display: none;
  }

  .menu__sub-link {
    color: #141414;
  }

  .feedback {
    margin: 0px;
  }
}

@media (max-width: 1099.93px) and (max-width: 767.98px) {
  .menu__body._active:before {
    content: "";
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    height: 64px;
    background-color: #fff;
    z-index: 2;
  }

  .menu__body._active .menu__title {
    display: inline-block;
    border-bottom: 2px solid #004ea6;
    color: #004ea6;
  }
}

@media (max-width: 1050px) {
  .brends__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 480px;
            flex: 0 1 480px;
    margin: 0px auto;
  }

  .brend {
    padding: 24px 74px;
  }
}

@media (max-width: 998.98px) {
  .first-block__container {
    -ms-grid-columns: 359px auto;
    grid-template-columns: 359px auto;
  }

  .first-block__present {
    padding: 0 23px;
    padding-bottom: 32px;
    min-height: 362px;
    max-width: 100%;
    height: auto;
  }

  .first-block__pres-left-line {
    width: 190px;
    top: 40px;
    left: -50px;
  }

  .first-block__pres-center-line {
    top: 80px;
    left: 60px;
  }

  .first-block__pres-right-line {
    top: 45px;
    right: 10px;
    width: 370px;
  }

  .first-block__pres-title {
    font-size: 20px;
    line-height: 36px;
    max-width: 290px;
    position: absolute;
    top: 84px;
  }

  .first-block__pres-subtitle {
    font-size: 16px;
    line-height: 24px;
    max-width: 250px;
    margin-bottom: 25px;
    position: absolute;
    top: 270px;
  }

  .first-block__links {
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .b2b-lend-fb__content {
    padding-left: 30px;
    padding-top: 82px;
  }

  .b2b-lend-fb__title {
    font-size: 45px;
    margin-bottom: 22px;
    max-width: 280px;
  }

  .b2b-lend-fb__descr {
    font-size: 20px;
    margin-bottom: 86px;
    max-width: 280px;
  }

  .b2b-lend-fb__image-ibg {
    width: 541px;
    right: 31px;
  }

  .b2b-audience__container {
    padding: 50px 0;
  }

  .b2b-audience__title {
    font-size: 29px;
    margin-bottom: 30px;
  }
}

@media (max-width: 991.98px) {
  .sidebar-catalog__body {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }

  .sidebar-catalog__header {
    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;
  }

  .sidebar-catalog__hover-rect {
    display: none;
  }

  .sidebar-catalog__menu {
    height: calc(100vh - 71px);
    padding: 20px;
    padding-bottom: 150px;
  }

  .sidebar-catalog__link {
    -ms-grid-columns: 27px 1fr 13px;
    grid-template-columns: 27px 1fr 13px;
  }

  .sidebar-catalog__link::after {
    content: url(../img/icons/sidebar-catalog__link.svg);
  }

  .sidebar-catalog__link:hover::after {
    content: url(../img/icons/sidebar-catalog__link-hv.svg);
  }

  .sidebar-catalog__link-span {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }

  .sidebar-sub-catalog__wrapper {
    padding: 0;
  }

  .sidebar-sub-catalog__row {
    height: calc(100vh - 70px);
    padding: 20px;
  }

  .sidebar-sub-catalog__grid {
    padding: 0;
    padding-bottom: 100px;
  }
}

@media (max-width: 991px) {
  .request #bx-soa-basket .bx-soa-item-table .bx-soa-item-tr {
    border-top: none;
  }

  .request #bx-soa-basket .bx-soa-item-block {
    overflow: inherit;
  }
}

@media (max-width: 980px) {
  .popular-slider__top {
    margin: 0px 0px 40px 0px;
  }
}

@media (max-width: 955px) {
  .first-block__pres-center-line {
    width: 100%;
    top: 212px;
    left: 60px;
    height: auto;
  }

  .first-block__pres-center-line img {
    width: 100%;
    height: auto;
  }

  .first-block__pres-right-line {
    top: 10px;
    right: 10px;
    width: 100%;
    height: auto;
  }

  .first-block__pres-title {
    font-size: 20px;
    line-height: 36px;
    max-width: 290px;
    position: absolute;
    top: 46px;
  }

  .first-block__pres-subtitle {
    font-size: 16px;
    line-height: 24px;
    max-width: 250px;
    position: absolute;
    top: 228px;
  }
}

@media (max-width: 940px) {
  .wrapper {
    padding-left: 8.51%;
  }

  .card {
    padding: 22px 20px;
  }

  .big-title {
    font-size: 36px;
    line-height: 36px;
  }

  .catalog-modal {
    padding-left: 8.51%;
  }

  .catalog-modal__content {
    padding: var(--height-block) 130px 0px 50px;
  }

  .header {
    padding: 28px 130px 28px 50px;
  }

  .footer {
    padding: 50px 130px 40px 50px;
  }

  .advantages__body {
    padding: 80px 0 40px 0;
  }

  .advantages__slide {
    padding: 0px 0px 0px 50px;
    min-height: 370px;
  }

  .popular-slider__body {
    padding: 40px 0 30px 0;
  }

  .feedback-form {
    padding: 40px 0 30px 0;
  }

  .partners {
    padding: 40px 0 0px 0;
    margin: 0px 0px 60px 0px;
  }

  .request {
    padding: 0px 130px 60px 50px;
  }

  .request .bx-soa-section {
    padding: 20px;
  }

  .page {
    padding: 0px 130px 0px 50px;
  }
}

@media (max-width: 939.98px) {
  .empty {
    padding: 30px 20px;
  }

  .empty__img {
    width: 340px;
    height: 50vh;
  }

  .empty__content {
    max-width: 209px;
  }

  .empty__big-title {
    font-size: 48px;
    line-height: 58px;
  }

  .empty__title {
    font-size: 24px;
    line-height: 24px;
    margin: 0px 0px 10px 0px;
  }

  .empty__text {
    font-size: 14px;
    line-height: 16px;
  }

  .modal-basket__empty-text {
    font-size: 22px;
    line-height: 28px;
  }

  .modal-politics__title {
    font-size: 18px;
    line-height: 20px;
  }

  .modal-politics__text {
    font-size: 16px;
    line-height: 18px;
  }

  .modal-consent__title {
    font-size: 18px;
    line-height: 20px;
  }

  .modal-consent__title .modal-consent__link {
    font-size: 18px;
    line-height: 20px;
  }

  .modal-consent__text {
    font-size: 16px;
    line-height: 18px;
  }

  .modal-consent__list {
    font-size: 16px;
    line-height: 18px;
  }

  .thanks__title {
    font-size: 18px;
    line-height: 20px;
  }

  .header__logo {
    position: relative;
    z-index: 2;
    -ms-flex-item-align: start;
        align-self: flex-start;
  }

  .header__logo svg {
    width: 210px;
    height: 44px;
  }

  .header__logo img {
    max-width: 100%;
  }

  .header__menu {
    margin: 0px 0px 0px 0px;
  }

  .feedback__link:first-child {
    margin: 0px 0px 5px 0px;
  }

  .footer__contacts {
    margin: 0px 0px 40px 0px;
  }

  .menu-footer__body {
    margin: 0px 0px 30px 0px;
  }

  .popular-pos__item {
    margin: 0px 15px 15px 0px;
  }

  .popular-pos__item {
    position: static;
  }

  .partners__grid {
    grid-auto-rows: 130px;
  }

  .advantages-chunk {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-auto-rows: minmax(130px, 1fr);
  }

  .slider-product__image {
    min-height: 480px;
  }

  .slider-product__nav {
    height: 480px;
  }

  .compare__title {
    margin: 0px 0px 20px 0px;
  }

  .compare__btns {
    margin: 0px 0px 20px 0px;
  }

  .compare__parametrs {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
  }

  .compare__parametr:first-child {
    opacity: 0;
  }

  .compare__parametr {
    font-weight: 400;
    font-size: 12px;
    line-height: 12px;
    height: 73px;
  }

  .compare__parametr:first-child {
    height: 260px;
  }

  .compare__parametr:nth-child(2) {
    height: 121px;
  }

  .card-compare {
    padding: 15px 10px;
  }

  .card-compare__top {
    position: sticky;
    top: 0;
  }

  .card-compare__name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    height: 121px;
    overflow: hidden;
  }

  .card-compare__price {
    font-size: 18px;
    line-height: 24px;
    height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }

  .card-compare__item {
    font-size: 14px;
    line-height: 16px;
    height: 73px;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }

  .delivery-addresses__btns {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px;
  }

  .delivery-addresses__btn:nth-child(1) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .delivery-addresses__btn:nth-child(2) {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .delivery-addresses__btn:nth-child(3) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .documents__item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }

  .order {
    padding: 25px 30px;
  }

  .order__cards::before {
    left: -30px;
    right: -30px;
  }

  .favorites__header {
    display: block;
  }

  .search-result__sort {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .about__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .about__text {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .about__right {
    width: 340px;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin: 0px 0px 20px 0px;
  }

  .contacts__title {
    margin: 0px 0px 27px 0px;
  }

  .contacts__map {
    height: 232px;
  }

  .contacts__bottom {
    margin: 0px 0px 60px 0px;
  }

  .contacts__bottom-title {
    margin: 0px 0px 20px 0px;
  }

  .requisites__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 10px;
  }

  .requisites__title {
    padding: 10px;
    font-size: 20px;
  }

  .requisites__name {
    margin: 0px 0px 5px 0px;
  }

  .requisites__link {
    padding: 0px 0px 0px 10px;
  }

  .specialist {
    padding: 19px;
  }

  .brends__title {
    margin: 0px 0px 27px 0px;
  }

  .shop-list__buttons {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .shop-list__btn:last-child {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    margin-top: 30px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .item-shop-list__image {
    margin-bottom: 15px;
    width: 100%;
    margin-right: 0;
    grid-area: image;
  }

  .item-shop-list__center {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    margin-bottom: 15px;
    grid-area: center;
  }

  .item-shop-list__name {
    font-size: 18px;
  }

  .item-shop-list__article {
    font-size: 14px;
  }

  .item-shop-list__price {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    margin: 0;
    grid-area: price;
    margin-top: 30px;
  }

  .item-shop-list__buttons {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    grid-area: buttons;
  }

  .item-shop-list .card-modal__quantity {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .item-shop-list .card-modal__total {
    margin-top: 10px;
  }

  .jobs__title {
    margin: 0px 0px 20px 0px;
  }

  .jobs__form-col .form {
    max-width: 100%;
  }

  .jobs__form-title {
    margin: 0px 0px 20px 0px;
  }

  .jobs__form-desc {
    margin: 0px 0px 25px 0px;
    max-width: 100%;
  }

  .thanks-page__logo {
    display: none;
  }

  .product-categories__link {
    font-size: 14px;
    padding: 15px;
  }

  .b2b-benefits__container {
    padding: 45px 30px;
  }

  .b2b-benefits__title {
    font-size: 29px;
  }

  .b2b-benefits__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .b2b-features__label {
    margin-left: -150px;
  }

  .b2b-features__container {
    padding: 30px 30px;
  }

  .b2b-features__section-title {
    font-size: 29px;
  }

  .b2b-features__slider-wrapper {
    padding-bottom: 60px;
  }

  .b2b-brands__grid {
    grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));
    grid-auto-rows: 146px;
    padding: 0 30px;
    gap: 14px;
  }

  .b2b-form {
    padding: 70px 0;
  }

  .b2b-form__container {
    padding: 0 20px;
    display: block;
  }

  .b2b-form__content {
    padding-top: 0;
    margin-bottom: 37px;
  }
}

@media (max-width: 924px) {
  .first-block__pres-center-line {
    width: 100%;
    top: 167px;
    left: 60px;
    height: auto;
  }

  .first-block__pres-center-line img {
    width: 100%;
    height: auto;
  }

  .first-block__pres-right-line {
    top: 10px;
    right: 10px;
    width: 91%;
    height: auto;
  }

  .first-block__pres-title {
    font-size: 20px;
    line-height: 30px;
    max-width: 290px;
    position: absolute;
    top: 48px;
  }

  .first-block__pres-subtitle {
    font-size: 16px;
    line-height: 21px;
    max-width: 250px;
    position: absolute;
    top: 205px;
  }
}

@media (max-width: 890px) {
  .card__add-basket {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .card__favorites svg {
    margin: 0;
  }

  .card__favorites.active {
    padding-left: 0;
  }

  .card__favorites.active::before {
    position: static;
  }

  .card__favorites {
    font-size: 0;
    line-height: 0;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    padding: 0px 0px 0px 0px;
    margin: 0px 15px 0px 0px;
  }

  .card__compare.active {
    height: 18px;
    width: 22px;
    padding-top: 0;
    padding-left: 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;
  }

  .card__compare.active::before {
    position: static;
  }

  .card__compare {
    font-size: 0;
    line-height: 0;
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    padding: 0px 0px 0px 0px;
  }

  .card__bye {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin: 0px 0px 0px 0px;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-size: 12px;
    line-height: 12px;
  }

  .first-block__pres-center-line {
    width: 100%;
    top: 138px;
    left: 83px;
  }

  .first-block__pres-center-line img {
    width: 100%;
    height: auto;
  }

  .first-block__pres-right-line {
    top: 10px;
    right: 10px;
    width: 82%;
    height: auto;
  }

  .first-block__pres-title {
    font-size: 20px;
    line-height: 30px;
    max-width: 290px;
    position: absolute;
    top: 40px;
  }

  .first-block__pres-subtitle {
    font-size: 16px;
    line-height: 21px;
    max-width: 250px;
    position: absolute;
    top: 188px;
  }
}

@media (max-width: 880px) {
  .footer__contacts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0px 0px 30px 0px;
  }

  .menu-footer__link {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    font-size: 14px;
    line-height: 16px;
  }

  .contacts-footer__body {
    margin: 0px 0px 30px 0px;
  }

  .contacts-footer__item {
    font-size: 14px;
    line-height: 16px;
  }

  .payment__text {
    font-size: 12px;
    line-height: 12px;
    margin: 0px 0px 21px 0px;
  }

  .payment__item {
    margin: 0px 20px 0px 0px;
  }

  .copyright__item {
    font-size: 12px;
    line-height: 12px;
    margin: 0px 0px 20px 0px;
  }

  .product__add-basket {
    max-width: 100%;
  }

  .product__add-shop-list {
    max-width: 100%;
  }

  .product__btns-wrapper {
    max-width: 100%;
    width: 100%;
  }

  .product__btn_bye {
    display: inline-block;
    margin: 0px 0px 0px 0px;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
}

@media (max-width: 880.98px) {
  .product__btns {
    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;
  }
}

@media (max-width: 860px) {
  .first-block__pres-center-line {
    width: 70%;
    top: 101px;
    left: 184px;
  }

  .first-block__pres-center-line img {
    top: 80px;
    left: 60px;
    width: 100%;
    height: auto;
  }

  .first-block__pres-right-line {
    top: 10px;
    right: 10px;
    width: 280px;
    height: auto;
  }

  .first-block__pres-title {
    font-size: 20px;
    line-height: 32px;
    max-width: 290px;
    position: absolute;
    top: 13px;
  }

  .first-block__pres-subtitle {
    font-size: 16px;
    line-height: 24px;
    max-width: 250px;
    position: absolute;
    top: 167px;
  }
}

@media (max-width: 850px) {
  .card__labels :not(:last-child) {
    margin: 0px 5px 5px 0px;
  }
}

@media (max-width: 850px) and (orientation: landscape) {
  .thanks__header {
    margin: 0;
  }
}

@media (max-width: 840px) {
  .catalog__wrapper {
    display: block;
  }

  .catalog__sidebar {
    width: 100%;
    margin: 0px 0px 40px 0px;
  }

  .favorites__wrapper {
    display: block;
  }

  .search-result__header {
    display: block;
  }

  .search-result__wrapper {
    display: block;
  }
}

@media (max-width: 768px) {
  .big-product-container {
    display: -ms-grid;
    display: grid;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-height: none;
    max-width: none;
    max-height: none;
  }

  .container-smal-img {
    display: none;
  }

  .img-product {
    height: 480px;
  }

  .container-smal-img {
    height: 480px;
  }

  .big-product {
    min-height: none;
  }

  .galery-img {
    margin-left: 20px;
  }

  .catalog-desct {
    margin-left: 10px;
    margin-bottom: 20px;
  }
}

@media (max-width: 768.98px) {
  .cookie-modal {
    bottom: 70px;
    z-index: 10151;
  }
}

@media (max-width: 767.98px) {
  .wrapper {
    padding-left: 0;
  }

  .select__title {
    font-size: 16px;
  }

  .select__options {
    font-size: 16px;
  }

  .input {
    font-size: 14px;
    line-height: 18px;
  }

  .card__title {
    font-size: 14px;
    line-height: 16px;
  }

  .card__article {
    font-size: 12px;
    line-height: 12px;
  }

  .card__price {
    font-size: 18px;
    line-height: 24px;
  }

  .card__old-price {
    font-size: 16px;
    line-height: 24px;
  }

  .card__add-basket {
    font-size: 14px;
    line-height: 16px;
    padding: 10px 0px;
    margin: 0px 0px 12px 0px;
  }

  .label {
    font-size: 10px;
    padding: 2px 8px;
    height: 18px;
  }

  .label-hit {
    width: 35px;
  }

  .label-stock {
    width: 51px;
  }

  .label-new {
    width: 63px;
  }

  .available {
    font-size: 12px;
    line-height: 12px;
  }

  .title-h2Hel {
    font-size: 24px;
    line-height: 24px;
    word-break: break-word;
  }

  .btn3 {
    font-size: 14px;
    line-height: 20px;
    padding: 10px 20px;
  }

  .empty__content {
    max-width: 100%;
  }

  .pagging__item {
    font-size: 18px;
    line-height: 24px;
  }

  .catalog-modal {
    padding-left: 0;
    margin-top: 65px;
  }

  .catalog-modal._active {
    -webkit-transition: all 0.3s ease 0s, background-color 0.1s ease 0s;
    -o-transition: all 0.3s ease 0s, background-color 0.1s ease 0s;
    transition: all 0.3s ease 0s, background-color 0.1s ease 0s;
    z-index: 2;
    background-color: transparent;
  }

  .catalog-modal__close {
    display: none;
  }

  .catalog-modal__content {
    padding: 50px 10px 0 10px;
  }

  .catalog-modal__categories {
    height: calc(100vh - 120px);
  }

  .category__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 139px;
            flex: 0 0 139px;
  }

  .modal-search__body {
    max-width: 100%;
    padding: 20px 10px 10px 10px;
  }

  .modal-search__header {
    margin: 0px 0px 20px 0px;
  }

  .resalt__item {
    padding: 10px;
  }

  .resalt__name {
    font-size: 14px;
    line-height: 16px;
  }

  .resalt__price {
    font-size: 18px;
    line-height: 24px;
  }

  .resalt__price-old {
    font-size: 14px;
    line-height: 20px;
  }

  .resalt__more {
    bottom: 20px;
    width: calc(100% - 20px);
  }

  .modal-basket__empty-text {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }

  .modal-basket__body {
    padding: 16px 10px 26px 10px;
  }

  .modal-basket__header {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0px 0px 20px 0px;
  }

  .modal-basket__print {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    margin: 30px 0px 0px 0px;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .modal-basket__row {
    height: calc(100% - 108px);
  }

  .card-modal__name {
    font-size: 14px;
    line-height: 16px;
  }

  .card-modal__article {
    font-size: 12px;
    line-height: 12px;
    font-weight: 400;
  }

  .card-modal__price {
    font-size: 18px;
    line-height: 24px;
  }

  .card-modal__price-old {
    font-size: 14px;
    line-height: 20px;
  }

  .card-modal__total {
    font-size: 18px;
    line-height: 24px;
  }

  .form {
    min-width: 100%;
  }

  .form__line {
    margin: 0px 0px 20px 0px;
  }

  .change-data__body {
    padding: 10px;
  }

  .change-password__body {
    padding: 10px;
  }

  .add-address__body {
    padding: 10px;
  }

  .change-address__body {
    padding: 10px;
  }

  .authorize__body {
    padding: 10px;
  }

  .authorize__header {
    margin: 0px 0px 30px 0px;
  }

  .authorize__title {
    -ms-flex-preferred-size: 90%;
        flex-basis: 90%;
  }

  .authorize__links {
    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;
  }

  .register__body {
    padding: 10px;
  }

  .register__header {
    margin: 0px 0px 30px 0px;
  }

  .register__title {
    -ms-flex-preferred-size: 90%;
        flex-basis: 90%;
  }

  .register__nav {
    margin: 0px 0px 25px 0px;
  }

  .register__nav-item {
    font-size: 20px;
    line-height: 20px;
  }

  .register__nav-item:first-child {
    margin: 0px 20px 0px 0px;
  }

  .recover__body {
    padding: 10px;
  }

  .modal-feedback__body {
    padding: 10px;
  }

  .modal-feedback__header {
    margin: 0px 0px 30px 0px;
  }

  .modal-feedback__title {
    -ms-flex-preferred-size: 90%;
        flex-basis: 90%;
  }

  .modal-by-click__body {
    padding: 10px;
  }

  .modal-by-click__header {
    margin: 0px 0px 30px 0px;
  }

  .order-product__body {
    padding: 10px;
  }

  .order-product__header {
    margin: 0px 0px 30px 0px;
  }

  .modal-politics__body {
    padding: 10px;
  }

  .modal-politics__header {
    margin: 0px 0px 30px 0px;
  }

  .modal-consent__body {
    padding: 10px;
  }

  .modal-consent__header {
    margin: 0px 0px 30px 0px;
  }

  .thanks__body {
    padding: 10px;
  }

  .thanks__header {
    margin: 0px 0px 30px 0px;
  }

  .sidebar-catalog {
    width: 100%;
    left: 0;
  }

  .sidebar-catalog__body {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .sidebar-catalog__header {
    border: none;
    position: relative;
    z-index: 10;
    padding: 20px;
  }

  .sidebar-sub-catalog-open .sidebar-catalog__header {
    background-color: #fff;
  }

  .sidebar-sub-catalog-open .sidebar-catalog__title {
    display: none;
  }

  .sidebar-sub-catalog-open .sidebar-catalog__back {
    display: block;
  }

  .sidebar-sub-catalog-open .sidebar-catalog__back-svg use {
    fill: #000;
  }

  .sidebar-catalog__menu-chunk {
    padding-top: 0;
  }

  .sidebar-catalog__menu {
    height: calc(100vh - 70px);
    border: none;
    padding-left: 0;
    padding-right: 0;
  }

  .sidebar-catalog__link {
    gap: 15px;
  }

  .sidebar-sub-catalog {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    right: -100%;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    display: block;
    padding-top: 70px;
    padding-bottom: 30px;
  }

  .sidebar-sub-catalog-open .sidebar-sub-catalog {
    right: 0;
  }

  .sidebar-sub-catalog__wrapper {
    padding: 0;
    height: 100%;
  }

  .sidebar-sub-catalog__chunk {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .sidebar-sub-catalog__row {
    height: 100%;
  }

  .sidebar-sub-catalog__link {
    padding: 18px 20px;
    max-width: 100%;
  }

  .header {
    padding: 10px;
  }

  .header__logo {
    margin: 0px 0px 0px 0px;
    z-index: 3;
  }

  .header__logo svg {
    width: 210px;
    height: 44px;
  }

  .header__logo._active {
    top: 11px;
    position: fixed;
  }

  .header__logo._active path {
    fill: #004ea6;
  }

  .header.main-page .header__logo._active path {
    fill: #004ea6;
  }

  .header.open .catalog-btn__title {
    border-bottom: 2px solid #004ea6;
    color: #004ea6;
  }

  .header.open .menu__title {
    color: #828282;
    border-bottom: none;
    cursor: pointer;
  }

  .menu__body {
    text-align: center;
    padding: 74px 0px 0px 0px;
    width: 100%;
    max-height: 100%;
  }

  .menu__top {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0px 0px 30px 0px;
  }

  .menu__title {
    font-size: 18px;
    line-height: 24px;
    font-family: "Montserrat";
    font-weight: 600;
    margin: 0px 30px 0px 0px;
  }

  .menu__link {
    margin: 0px 0px 40px 0px;
  }

  .menu__close {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 5;
  }

  .feedback {
    display: block;
    margin: 0px 0px 40px 0px;
  }

  .feedback__link {
    color: #004ea6;
  }

  .feedback__link:first-child {
    margin: 0px 22px 0px 0px;
  }

  .catalog-btn {
    display: none;
  }

  .catalog-btn__link {
    width: auto;
    height: auto;
  }

  .catalog-btn__title {
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
    font-size: 18px;
    line-height: 24px;
    font-family: "Montserrat";
    font-weight: 600;
    color: #828282;
    cursor: pointer;
  }

  .menu-right {
    bottom: 0;
    right: 0;
    top: auto;
    width: 100%;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    background-color: #fff;
  }

  .icon-count {
    font-size: 10px;
    line-height: 14px;
    background-color: #004ea6;
    width: 39px;
    height: 22px;
    left: 7px;
    top: -14px;
  }

  .footer {
    padding: 30px 10px 100px 10px;
  }

  .menu-footer__body {
    margin: 0px 0px 38px 0px;
  }

  :root {
    --height-block: 64px;
  }

  .popular-pos__title {
    font-size: 14px;
    margin: 0px 0px 3px 0px;
  }

  .advantages__body {
    padding: 40px 0 20px 0;
  }

  .advantages__text {
    font-size: 14px;
    line-height: 16px;
  }

  .popular-slider__body {
    padding: 20px 0;
  }

  .popular-slider__top {
    padding: 0px 10px;
  }

  .popular-slider__title {
    font-size: 18px;
    line-height: 18px;
  }

  .popular-slider__fraction,
  .popular-slider__fraction1,
  .popular-slider__fraction2 {
    font-size: 18px;
    line-height: 18px;
    margin: 0px 20px 0px 20px;
  }

  .feedback-form {
    padding: 20px 0 20px 0;
  }

  .feedback-form__body {
    padding: 20px;
  }

  .feedback-form__title {
    font-size: 18px;
    line-height: 18px;
    margin: 0px 0px 20px 0px;
  }

  .form-feedback__text {
    font-size: 16px;
    line-height: 18px;
  }

  .form-feedback__label {
    font-size: 12px;
    line-height: 12px;
  }

  .partners {
    padding: 20px 0;
  }

  .partners__title {
    font-size: 18px;
    line-height: 18px;
    margin: 0px 0px 30px 0px;
  }

  .partners__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 130px;
    overflow: auto;
  }

  .partners__item {
    width: 170px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 170px;
            flex: 0 0 170px;
  }

  .not-found__title {
    margin: 0px 0px 20px 0px;
  }

  .not-found__empty .empty picture {
    display: none;
  }

  .not-found .empty {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .first-block {
    margin-bottom: 60px;
  }

  .index-catalog__grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .index-catalog__item {
    background: url(../img/fb/cat-ban/bg-md4.png) bottom right/contain no-repeat;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 163px;
    grid-template-columns: 1fr 163px;
    gap: 5px;
    padding: 8px 16px;
  }

  .index-catalog__link-name {
    font-size: 18px;
    line-height: 24px;
  }

  .advantages-chunk__item::after {
    width: 409px;
    height: 399px;
    border-radius: 409px;
    background: -o-radial-gradient(50% 50%, 50% 50%, rgba(0, 78, 166, 0.3) 0%, rgba(0, 78, 166, 0) 100%);
    background: radial-gradient(50% 50% at 50% 50%, rgba(0, 78, 166, 0.3) 0%, rgba(0, 78, 166, 0) 100%);
  }

  .about-chunk {
    margin-bottom: 40px;
  }

  .about-chunk__title {
    font-size: 18px;
    line-height: 18px;
  }

  .about-chunk__link {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
  }

  .breadcrumbs {
    margin: 10px 0px 20px 0px;
  }

  .breadcrumbs__list {
    margin: 10px 0px 20px 0px;
  }

  .breadcrumbs__li:not(:last-child) {
    margin: 0px 5px 5px 0px;
  }

  .breadcrumbs__link::after {
    margin: 0px 0px 0px 0px;
  }

  .breadcrumbs__link {
    font-size: 12px;
    line-height: 12px;
  }

  .breadcrumbs__item {
    font-size: 12px;
    line-height: 12px;
  }

  .product__title {
    margin: 0px 0px 20px 0px;
    font-size: 18px;
    line-height: 18px;
  }

  .product__labels {
    margin: 0px 0px 10px 0px;
  }

  .product__stock {
    margin: 0px 0px 10px 0px;
  }

  .slider-product {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .slider-product__big {
    margin: 0px 0px 10px 0px;
  }

  .slider-product__image {
    min-height: 340px;
  }

  .slider-product__nav {
    width: 100%;
    height: 130px;
  }

  .slider-product__nav .swiper-wrapper {
    height: 100%;
  }

  .info-product__nav {
    overflow: auto;
  }

  .info-product__item {
    font-size: 10px;
  }

  .info-product__row {
    font-size: 12px;
    line-height: 12px;
    padding: 16px 10px;
  }

  .info-product__document {
    font-size: 14px;
    line-height: 16px;
  }

  .info-product__document:not(:last-child) {
    margin: 0px 0px 20px 0px;
  }

  .catalog__header {
    margin: 0px 0px 20px 0px;
  }

  .catalog__content_col .card {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
    padding: 10px;
  }

  .card__add-shop-list {
    font-size: 14px;
    line-height: 16px;
    padding: 10px 0;
    margin: 0 0 12px 0;
  }

  .compare__btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .compare__btn-all {
    margin: 0px 0px 0px 0px;
  }

  .personal-data {
    padding: 20px;
  }

  .personal-data__title {
    font-size: 18px;
    line-height: 24px;
    margin: 0px 0px 20px 0px;
  }

  .personal-data__row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .personal-data__name {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    font-size: 14px;
    line-height: 16px;
  }

  .personal-data__content {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    font-size: 14px;
    line-height: 16px;
  }

  .personal-data__btn:nth-child(1) {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    margin: 0px 0px 20px 0px;
  }

  .personal-data__btn:nth-child(2) {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    margin: 0px 0px 20px 0px;
  }

  .personal-data__btn:nth-child(3) {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    margin: 0px 0px 0px 0px;
  }

  .delivery-addresses {
    padding: 20px;
  }

  .delivery-addresses__title {
    font-size: 18px;
    line-height: 24px;
    margin: 0px 0px 20px 0px;
  }

  .delivery-addresses__address {
    font-size: 14px;
    line-height: 16px;
  }

  .delivery-addresses__btn {
    font-size: 14px;
    line-height: 16px;
  }

  .documents {
    padding: 20px;
  }

  .documents__title {
    font-size: 18px;
    line-height: 24px;
  }

  .documents__name {
    font-size: 14px;
    line-height: 16px;
  }

  .orders__title {
    margin: 0px 0px 10px 0px;
  }

  .orders__sort {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .orders__sort-title {
    margin: 0px 10px 10px 0px;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }

  .orders__select {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }

  .order {
    padding: 20px;
  }

  .order__header {
    margin: 0px 0px 10px 0px;
  }

  .order__title {
    font-size: 18px;
    line-height: 24px;
  }

  .order__status {
    font-size: 14px;
    line-height: 16px;
  }

  .order__invoice-name {
    font-size: 14px;
    line-height: 16px;
  }

  .order__details-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0px 0px 20px 0px;
  }

  .order__details-name {
    font-size: 14px;
    line-height: 16px;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    margin: 0px 0px 5px 0px;
  }

  .order__details-content {
    font-size: 14px;
    line-height: 16px;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }

  .order__cards::before {
    left: -20px;
    right: -20px;
  }

  .card-order {
    padding: 0;
    position: relative;
    height: 170px;
  }

  .card-order__name {
    font-size: 14px;
    line-height: 16px;
    position: absolute;
    bottom: 40px;
    left: 0;
  }

  .card-order__article {
    font-size: 12px;
    line-height: 12px;
  }

  .card-order__price {
    font-size: 18px;
    line-height: 24px;
  }

  .card-order__old-price {
    font-size: 14px;
    line-height: 20px;
  }

  .card-order__total {
    font-size: 18px;
    line-height: 24px;
    position: absolute;
    left: 0;
    bottom: 20px;
  }

  .card-order__quantity {
    font-size: 14px;
    line-height: 16px;
  }

  .favorites__header {
    margin: 0px 0px 20px 0px;
  }

  .favorites__content_col .card {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
    padding: 10px;
  }

  .search-result__title {
    margin: 0px 0px 20px 0px;
  }

  .search-result__header {
    margin: 0px 0px 20px 0px;
  }

  .search-result__content_col .card {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
    padding: 10px;
  }

  .about p {
    font-size: 14px;
    line-height: 16px;
    margin: 0px 0px 20px 0px;
  }

  .about__title {
    margin: 0px 0px 20px 0px;
  }

  .about__text {
    margin: 0px 0px 40px 0px;
  }

  .about__lead {
    font-size: 14px;
    line-height: 16px;
    margin: 0px 0px 20px 0px;
  }

  .certificates__top {
    padding: 20px 20px 50px 20px;
    /* 
    background: #141414 url(../img/about/about_logo.svg) center center no-repeat;
    background-size: 65% 105%; */
  }

  .certificates__top-content {
    max-width: 100%;
  }

  .certificates__img {
    width: 363px;
    left: 50%;
  }

  .certificates__title {
    font-size: 18px;
    line-height: 18px;
    max-width: 100%;
  }

  .certificates__text {
    font-size: 12px;
    line-height: 12px;
    max-width: 100%;
    text-align: center;
  }

  .certificates__slider {
    margin: 0px 0px 20px 0px;
  }

  .certificates__slide {
    height: 235px;
  }

  .certificates__pagination {
    margin: 0px 0px 60px 0px;
  }

  .certificates__fraction {
    font-size: 18px;
    line-height: 18px;
    margin: 0px 20px 0px 20px;
  }

  .contacts__title {
    margin: 0px 0px 20px 0px;
  }

  .requisites__row {
    font-size: 14px;
    line-height: 16px;
  }

  .requisites__link-text {
    font-size: 14px;
    line-height: 16px;
  }

  .specialist__photo {
    width: 130px;
    height: 130px;
  }

  .specialist__name {
    font-size: 14px;
    line-height: 16px;
  }

  .specialist__post {
    font-size: 12px;
    line-height: 12px;
  }

  .specialist__phone {
    font-size: 12px;
    line-height: 12px;
  }

  .specialist__mail {
    font-size: 12px;
    line-height: 12px;
  }

  .contacts-features__item {
    padding: 14px 13px;
  }

  .brends {
    margin: 0px 0px 60px 0px;
  }

  .brends__title {
    margin: 0px 0px 20px 0px;
  }

  .brend {
    padding: 8px;
  }

  .brend__img {
    width: 150px;
    height: 97px;
  }

  .brend__name {
    height: auto;
    word-break: break-all;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    font-size: 12px;
    line-height: 12px;
  }

  .brend__desc {
    font-size: 12px;
    line-height: 12px;
  }

  .brend__link {
    font-size: 12px;
    line-height: 12px;
  }

  .detail-brend {
    margin: 0px 0px 40px 0px;
  }

  .detail-brend__title {
    margin: 0px 0px 20px 0px;
  }

  .detail-brend__nav-item {
    font-size: 18px;
  }

  .detail-brend__text {
    font-size: 14px;
    line-height: 16px;
    margin: 0px 0px 20px 0px;
  }

  .detail-brend__catalog {
    margin: 0px 0px 20px 0px;
  }

  .detail-brend__text-link {
    font-size: 14px;
    line-height: 16px;
  }

  .category-brend {
    margin: 0px 0px 60px 0px;
  }

  .category-brend__title {
    margin: 0px 0px 20px 0px;
  }

  .stocks {
    margin: 0px 0px 60px 0px;
  }

  .stocks__title {
    margin: 0px 0px 20px 0px;
  }

  .stocks__card:not(:last-child) {
    margin: 0px 0px 40px 0px;
  }

  .card-stock__title {
    font-size: 18px;
    line-height: 18px;
  }

  .card-stock__desc {
    font-size: 14px;
    line-height: 16px;
  }

  .card-stock__btn {
    font-size: 14px;
    line-height: 16px;
    padding: 10px 0px;
    width: 100%;
    text-align: center;
  }

  .request {
    padding: 0 10px 60px 10px;
  }

  .request .bx-soa-section-title {
    font-size: 18px;
    line-height: 24px;
  }

  .request #bx-soa-region .bx-soa-reference {
    font-size: 12px;
    line-height: 12px;
  }

  .request #bx-soa-region .bx-soa-section-content .bx_soa_location .form-group .radio-inline label {
    font-size: 14px;
    line-height: 18px;
  }

  .request #bx-soa-region .radio input[type=radio]::before,
  .request #bx-soa-region .radio-inline input[type=radio]::before {
    top: -5px;
  }

  .request #bx-soa-region .form-control {
    font-size: 14px;
    line-height: 16px;
  }

  .request #bx-soa-region .bx-sls .bx-ui-sls-fake,
  .request #bx-soa-region .bx-sls .bx-ui-sls-route {
    font-size: 14px;
    line-height: 16px;
  }

  .request #bx-soa-delivery .bx-soa-pp-company-smalltitle {
    font-size: 14px;
  }

  .request #bx-soa-delivery .bx-soa-pp-delivery-cost {
    font-size: 12px;
  }

  .request #bx-soa-delivery .bx-soa-pp-company-description {
    font-size: 12px;
  }

  .request #bx-soa-paysystem .bx-soa-pp-company-graf-container::before {
    top: -2px;
  }

  .request #bx-soa-paysystem .bx-soa-pp-company-smalltitle {
    font-size: 14px;
    line-height: 16px;
  }

  .request #bx-soa-basket .bx-soa-item-title a {
    font-size: 14px;
    line-height: 16px;
  }

  #bx-soa-total .bx-soa-cart-total {
    padding: 20px;
  }

  #bx-soa-total .bx-soa-cart-total-line {
    font-size: 14px;
    line-height: 16px;
    margin: 0px 0px 20px 0px;
  }

  #bx-soa-total .bx-soa-cart-total-line .bx-soa-cart-d {
    font-size: 18px !important;
    line-height: 24px;
  }

  .jobs__text {
    margin: 0px 0px 15px 0px;
  }

  .jobs__form {
    margin: 0px 0px 30px 0px;
  }

  .vacancy {
    padding: 10px;
  }

  .vacancy__row:not(:last-child) {
    margin: 0px 0px 15px 0px;
  }

  .reviews__desc {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 24px;
  }

  .reviews__content .pagging {
    margin-bottom: 40px;
  }

  .reviews__list {
    margin-bottom: 40px;
  }

  .reviews__item:not(:last-child) {
    margin-bottom: 23px;
  }

  .item-review__center {
    padding: 20px;
  }

  .item-review__text {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
  }

  .page {
    padding: 0 10px;
  }

  .product-categories__title {
    font-size: 18px;
    line-height: 18px;
  }

  .info-delivery__row {
    -ms-grid-columns: 1fr 115px;
    grid-template-columns: 1fr 115px;
    gap: 15px;
  }

  .info-delivery__title {
    font-size: 17px;
    margin-bottom: 5px;
  }

  .info-delivery__text {
    font-size: 14px;
    line-height: 22px;
  }

  .info-delivery__price {
    font-size: 17px;
  }

  .not-found__message {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
  }

  .slider-product__right {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .slider-product__next {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40px;
            flex: 0 0 40px;
    height: 100%;
  }

  .slider-product__next::before {
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  .slider-product__prev {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40px;
            flex: 0 0 40px;
    height: 100%;
  }

  .slider-product__prev::before {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }

  .delivery-property {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .delivery-property-name::after {
    display: none;
  }

  .bx-touch .bx-filter .bx-filter-popup-result {
    bottom: 64px !important;
    z-index: 1;
    background: #004ea6 !important;
    color: #fff;
    font-size: 16px;
  }

  .bx-filter .bx-filter-popup-result a {
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
  }

  .b2b-lend-fb__content {
    display: block;
    padding-bottom: 86px;
  }

  .b2b-lend-fb__descr {
    margin-bottom: 0;
  }

  .b2b-lend-fb__link {
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }

  .b2b-audience__container {
    margin: 0 -20px;
  }

  .b2b-audience__title {
    max-width: 345px;
    margin-left: 40px;
  }

  .b2b-audience__item {
    padding: 40px;
    padding-top: 55px;
  }

  .b2b-audience__item:not(:last-child) {
    margin-bottom: 20px;
  }

  .b2b-benefits {
    margin: 0 -20px;
    margin-bottom: 60px;
  }

  .b2b-features__slider-wrapper::after {
    width: 133px;
    height: 60px;
    bottom: 2px;
  }

  .b2b-features__slider-nav .swiper-button {
    top: calc(50% - 30px);
    width: 25px;
    height: 75px;
  }

  .b2b-features__slider-nav .swiper-button_prev {
    left: -25px;
  }

  .b2b-features__slider-nav .swiper-button_next {
    right: -25px;
  }

  .b2b-brands {
    margin: 0 -20px;
    padding-bottom: 78px;
  }

  .b2b-brands__top {
    margin-left: 30px;
    margin-right: 30px;
    padding: 0 20px;
    padding-bottom: 87px;
    padding-top: 38px;
  }

  .b2b-brands__title {
    font-size: 21px;
    max-width: 300px;
    margin: 0 auto;
    margin-bottom: 20px;
  }

  .b2b-brands__heading {
    font-size: 25px;
    margin-bottom: 38px;
    max-width: 330px;
  }
}

@media (max-width: 767px) {
  .first-block__pres-center-line {
    width: 100%;
    top: 260px;
    left: 60px;
  }

  .first-block__pres-right-line {
    top: 65px;
    right: 10px;
    width: 100%;
    height: auto;
  }

  .first-block__pres-title {
    font-size: 20px;
    line-height: 36px;
    max-width: 290px;
    position: absolute;
    top: 103px;
  }

  .first-block__pres-subtitle {
    font-size: 16px;
    line-height: 24px;
    max-width: 250px;
    position: absolute;
    top: 282px;
  }

  .request #bx-soa-total-mobile {
    display: none !important;
  }

  .shop-list__empty .shop-list__title {
    font-size: 24px;
  }

  .shop-list__empty .shop-list__subtitle {
    font-size: 14px;
  }

  .jobs__desc {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
  }

  .vacancy__title {
    font-weight: 600;
    font-size: 22px;
    line-height: 27px;
  }

  .reviews__title {
    margin-bottom: 25px;
  }
}

@media (max-width: 760px) {
  .share__text {
    display: none;
  }
}

@media only screen and (max-width: 760px), only screen and (max-device-width: 760px) {
  .share #uSocial .uscl-bar.uscl-absolute .uscl-slide-open,
  .share .uSocial-Share .uscl-bar.uscl-absolute .uscl-slide-open {
    bottom: 80px;
  }

  .share #uSocial .uscl-bar.uscl-absolute--opened .uscl-list,
  .share .uSocial-Share .uscl-bar.uscl-absolute--opened .uscl-list {
    bottom: 135px;
  }
}

@media (max-width: 750px) {
  .copyright__body {
    -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;
    padding: 20px 0px 0px 0px;
  }
}

@media (max-width: 726px) {
  .first-block__pres-right-line {
    top: 38px;
    right: 10px;
    width: 100%;
    height: auto;
  }

  .first-block__pres-title {
    font-size: 20px;
    line-height: 36px;
    max-width: 290px;
    position: absolute;
    top: 78px;
  }

  .first-block__pres-subtitle {
    font-size: 16px;
    line-height: 24px;
    max-width: 250px;
    position: absolute;
    top: 259px;
  }
}

@media (max-width: 700px) {
  .first-block__pres-center-line {
    width: 100%;
    top: 200px;
    left: 60px;
    height: auto;
  }

  .first-block__pres-center-line img {
    width: 100%;
    height: auto;
  }

  .first-block__pres-right-line {
    top: 10px;
    right: 10px;
    width: 100%;
    height: auto;
  }
}

@media (max-width: 680px) {
  .first-block__pres-center-line {
    top: 200px;
    left: 50px;
    width: auto;
    height: 100%;
  }

  .first-block__pres-center-line img {
    width: 100%;
    height: auto;
  }

  .first-block__pres-right-line {
    top: 10px;
    right: 5px;
    width: 330px;
  }

  .first-block__pres-right-line img {
    height: auto;
    width: 100%;
  }

  .first-block__pres-title {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 0px;
    max-width: 290px;
    position: absolute;
    top: 50px;
  }

  .first-block__pres-subtitle {
    font-size: 16px;
    line-height: 24px;
    max-width: 250px;
    position: absolute;
    top: 201px;
  }
}

@media (max-width: 660.98px) {
  .first-block__pres-center-line {
    top: 164px;
    left: 30px;
    bottom: 1;
    width: 100%;
    height: auto;
  }

  .first-block__pres-center-line img {
    width: 100%;
    height: auto;
  }

  .first-block__pres-right-line {
    top: 5px;
    right: 10px;
    width: 295px;
  }

  .first-block__pres-right-line img {
    max-width: 100%;
    height: auto;
  }

  .first-block__pres-title {
    font-size: 20px;
    line-height: 25px;
    max-width: 290px;
    position: absolute;
    top: 50px;
  }

  .first-block__pres-subtitle {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 15px;
    max-width: 250px;
    position: absolute;
    top: 179px;
  }
}

@media (max-width: 650px) {
  .request #bx-soa-region .form-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .request #bx-soa-region .bx-soa-section-content .bx_soa_location .form-group .radio-inline label {
    min-width: 100%;
  }

  .request #bx-soa-region .radio-inline {
    margin: 0;
  }
}

@media (max-width: 625.98px) {
  .first-block__container {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .first-block__links {
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 625px) {
  .first-block__pres-center-line {
    top: 70px;
    left: 78px;
    width: 100%;
    height: 100%;
  }

  .first-block__pres-center-line img {
    width: 100%;
    height: 100%;
  }

  .first-block__pres-right-line {
    top: 18px;
    right: 10px;
    width: 275px;
  }
}

@media (max-width: 599.98px) {
  .b2b-lend-fb__container {
    padding-bottom: 64px;
  }

  .b2b-lend-fb__content {
    position: static;
    background: none;
    padding-top: 40px;
    padding-left: 27px;
    padding-right: 27px;
    padding-bottom: 0;
  }

  .b2b-lend-fb__title {
    max-width: 100%;
  }

  .b2b-lend-fb__descr {
    max-width: 100%;
  }

  .b2b-lend-fb__image-ibg {
    position: static;
    width: 100%;
    height: auto;
    padding-bottom: 88%;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
  }

  .b2b-lend-fb__image {
    display: none;
  }
}

@media (max-width: 598.98px) {
  .b2b-audience__title {
    margin-left: 20px;
    margin-right: 20px;
  }

  .b2b-audience__item {
    padding: 20px;
    padding-top: 55px;
    padding-bottom: 35px;
  }
}

@media (max-width: 580px) {
  .request #bx-soa-basket .bx-soa-basket-info .bx-soa-item-td:nth-child(2) .bx-soa-item-td-text {
    display: block !important;
    margin-left: 0;
    margin-top: 0px;
    -moz-text-align-last: left;
         text-align-last: left;
    padding: 14px 0px;
  }

  .request .bx-soa-item-img-block {
    margin: 0;
  }

  .request #bx-soa-basket .bx-soa-basket-info .bx-soa-item-td:nth-child(2) .bx-soa-item-td-text::after {
    right: 0px;
    top: 53%;
  }

  .request #bx-soa-basket .bx-soa-basket-info .bx-soa-item-td:nth-child(3) {
    margin-top: -40px;
  }

  .request #bx-soa-basket .bx-soa-basket-info .bx-soa-item-td:nth-child(3) .bx-soa-item-td-text {
    margin-left: 90px;
  }

  .request #bx-soa-basket .bx-soa-item-table .bx-soa-item-tr {
    padding: 10px 0px;
  }
}

@media (max-width: 524px) {
  .shop-list__btn:first-child {
    margin-bottom: 15px;
  }
}

@media (max-width: 480px) {
  .request .bx-soa-pp-list-termin {
    width: auto;
  }

  .img-product {
    width: 100%;
    height: 130px;
  }

  .container-smal-img {
    width: 100%;
    height: 130px;
  }
}

@media (max-width: 479.98px) {
  .select__value {
    font-size: 14px;
    line-height: 16px;
    padding: 14px 10px;
  }

  .select__option {
    font-size: 14px;
    line-height: 16px;
    padding: 14px 10px;
  }

  .form-feedback__input .checkbox__text {
    font-size: 12px;
    line-height: 16px;
  }

  .card {
    padding: 10px;
  }

  .card__title {
    word-break: break-all;
  }

  .big-title {
    font-size: 24px;
    line-height: 24px;
  }

  .btn3 {
    padding: 10px 15px;
  }

  .pagging__arrow {
    margin: 0px 15px;
  }

  .pagging__item {
    margin: 0px 10px;
  }

  .catalog-modal__subcategory {
    padding: 10px;
  }

  .catalog-modal__link {
    font-size: 12px;
    line-height: 12px;
  }

  .category__item {
    min-height: 70px;
  }

  .category__name {
    padding: 7px 0px 7px 10px;
  }

  .category__text {
    font-size: 12px;
    line-height: 14px;
  }

  .card-modal {
    padding: 10px;
  }

  .card-modal__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 70px;
            flex: 0 0 70px;
  }

  .card-modal__quantity .quantity {
    margin: 0px 0px 10px 0px;
  }

  .card-modal__quantity {
    -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;
  }

  .authorize__link {
    font-size: 14px;
  }

  .authorize__link:first-child {
    margin: 0px 0px 0px 0px;
  }

  .menu-footer__link {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }

  .advantages__slider {
    margin: 0px 0px 12px 0px;
  }

  .advantages__slide {
    min-height: 218px;
    padding: 0px 0px 0px 20px;
  }

  .advantages__num {
    font-size: 24px;
    line-height: 29px;
    margin: 0px 10px 0px 0px;
  }

  .about-chunk__map-img .map-main {
    display: none;
  }

  .about-chunk__map-img .map-mini {
    display: block;
  }

  .product__price {
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    margin: 0px 20px 0px 0px;
  }

  .product__old-price {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    margin: 0px 14px 0px 0px;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 20%;
            flex: 0 1 20%;
  }

  .product__discount {
    font-size: 12px;
    line-height: 12px;
    font-weight: 400;
    padding: 7px 15px;
  }

  .product__add-basket {
    font-size: 14px;
    line-height: 16px;
  }

  .product__add-shop-list {
    font-size: 14px;
    line-height: 16px;
  }

  .product__btn {
    font-size: 12px;
    line-height: 12px;
    height: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .product__btn svg {
    margin: 0px 5px 0px 0px;
  }

  .product__btn_compare::before {
    left: -20px;
    top: 2px;
  }

  .product__add-shop-list,
  .product__btn_bye {
    font-size: 14px;
    line-height: 16px;
  }

  .info-product__description {
    font-size: 16px;
    line-height: 26px;
  }

  .share {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .compare__btns {
    -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;
  }

  .compare__btn-all {
    margin: 0px 0px 10px 0px;
  }

  .delivery-addresses__item-number {
    width: 15px;
    height: 20px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20px;
            flex: 0 0 20px;
    background-size: 10px;
    margin: 0 10px 0 0;
  }

  .order {
    padding: 10px;
  }

  .order__cards::before {
    left: -10px;
    right: -10px;
  }

  .search-result__text {
    font-size: 14px;
    line-height: 16px;
  }

  .about__right {
    width: 100%;
  }

  .contacts__img {
    left: 50%;
  }

  .request #bx-soa-basket .bx-soa-item-td-text {
    font-size: 18px;
    line-height: 24px;
  }

  .request #bx-soa-basket .bx-soa-basket-info .bx-soa-item-td:nth-child(2) .bx-soa-item-td-text {
    font-size: 14px;
    line-height: 16px;
    width: 60px;
  }

  .request #bx-soa-basket .bx-soa-basket-info .bx-soa-item-td:nth-child(2) .bx-soa-item-td-text::after {
    top: 46%;
  }

  .request #bx-soa-basket .bx-soa-basket-info .bx-soa-item-td:nth-child(3) .bx-soa-item-td-text {
    margin-left: 65px;
  }

  .shop-list__btn:first-child {
    margin-right: 0;
  }

  .shop-list__btn:not(:last-child) {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }

  .shop-list__total-right {
    margin-top: 15px;
  }

  .shop-list__total-price {
    margin-left: 10px;
  }

  .item-shop-list {
    padding: 15px;
    display: block;
  }

  .vacancy__title {
    margin: 0px 0px 10px 0px;
  }

  .vacancy__desc {
    font-size: 14px;
    line-height: 1.5;
    margin: 0px 0px 20px 0px;
  }

  .vacancy__text {
    font-size: 14px;
    line-height: 1.5;
  }

  .preloader__logo {
    width: 100%;
  }

  .preloader__left-arr svg {
    width: 100%;
  }

  .preloader__right-arr svg {
    width: 100%;
  }

  .info-delivery__row {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .info-delivery__price {
    font-size: 19px;
  }

  .delivery-property-value {
    word-break: break-word;
  }

  .b2b-benefits__container {
    padding-left: 25px;
    padding-right: 20px;
  }

  .b2b-benefits__item {
    gap: 25px;
  }

  .b2b-features__label {
    margin-left: 0;
  }

  .b2b-features__spollers {
    margin: 0 -30px;
  }

  .b2b-features__spoller-title {
    font-size: 18px;
  }

  .b2b-brands {
    padding-bottom: 49px;
  }

  .b2b-brands__top {
    margin-left: 20px;
    margin-right: 20px;
  }

  .b2b-brands__grid {
    padding: 0 20px;
    grid-auto-rows: 106px;
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  }

  .b2b-form__container {
    padding: 0;
  }

  .b2b-form__content {
    padding: 0 20px;
  }

  .b2b-form__form {
    padding: 80px 20px;
  }

  .b2b-form__form .form__footer {
    display: block;
  }

  .b2b-form__form .form__btn {
    width: 100%;
    margin-bottom: 22px;
  }

  .b2b-faq {
    padding: 0 10px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .popup_b2b-reg-modal .popup__body {
    padding-left: 20px;
    padding-right: 20px;
  }

  .b2b-reg-modal .b2b-reg-form .form__footer {
    display: block;
  }

  .b2b-reg-modal .b2b-reg-form .form__btn {
    width: 100%;
    margin-bottom: 22px;
  }
}

@media (max-width: 449.98px) {
  .agreement-block {
    margin-bottom: 50px;
  }
}

@media (max-width: 400px) {
  .card__btns {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .card__bye {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0px 0px 10px 0px;
  }

  .advantages__text {
    font-size: 12px;
  }

  .thanks-page__block {
    padding: 30px;
  }

  .thanks-page__row {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }

  .thanks-page__btn {
    padding: 15px 0px;
    text-align: center;
  }
}

@media (max-width: 399.98px) {
  .cookie-modal {
    width: 100%;
    padding: 10px;
  }
}

@media (max-width: 390px) {
  .card__labels {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .pagging__arrow {
    margin: 0px 10px;
  }

  .preloader.done .preloader__center-block::before {
    left: -150%;
  }

  .preloader__center-block {
    right: 15%;
    width: 100px;
  }
}

@media (max-width: 380px) {
  .pagging__item {
    margin: 0px 7px;
  }
}

@media (max-width: 374.98px) {
  .header__content {
    gap: 10px;
  }

  .b2b-features__section-title {
    font-size: 24px;
  }
}

@media (max-width: 360px) {
  .btn3 {
    font-size: 12px;
    line-height: 15px;
  }

  .modal-politics__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .modal-politics__title {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .modal-politics__close {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -ms-flex-item-align: end;
        align-self: flex-end;
  }

  .modal-consent__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .modal-consent__title {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .modal-consent__close {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -ms-flex-item-align: end;
        align-self: flex-end;
  }

  .thanks__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .thanks__title {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .thanks__close {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -ms-flex-item-align: end;
        align-self: flex-end;
  }

  .menu__link {
    font-size: 14px;
    line-height: 16px;
    font-weight: 600;
    margin: 0px 0px 30px 0px;
  }

  .feedback__link {
    font-size: 14px;
    line-height: 16px;
    font-weight: 600;
  }

  .order__status {
    font-size: 12px;
  }
}

@media (max-width: 355px) {
  .contacts__bottom-item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
}

@media (max-width: 335px) {
  .card__add-shop-list {
    font-size: 13px;
  }
}

@media (max-width: 1366px) and (min-width: 1280px) {
  .category__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
  }
}

@media (max-width: 1399.98px) and (min-width: 767.98px) {
  .sidebar-sub-catalog-open .sidebar-catalog__body {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 1280px) and (min-width: 1099.93px) {
  .menu__body {
    max-width: 306px;
  }

  .menu__item {
    margin: 0px 10px 0px 0px;
  }
}

@media (max-width: 860.98px) and (min-width: 767.98px) {
  .first-block__container {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .first-block__links {
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 1919.98px) and (min-width: 1399.98px) {
  .first-block__present {
    padding-left: calc(0px + 53 * ((100vw - 320px) / 1600));
    padding-bottom: calc(0px + 96 * ((100vw - 320px) / 1600));
  }

  .first-block__pres-left-line {
    left: calc(-600px + 600 * ((100vw - 320px) / 1600));
    top: calc(0px + 90 * ((100vw - 320px) / 1600));
  }

  .first-block__pres-center-line {
    left: calc(-380px + 612 * (100vw - 320px) / 1600);
    top: calc(-40px + 117 * (100vw - 320px) / 1600);
  }

  .first-block__pres-right-line {
    right: calc(-190px + 270 * (100vw - 320px) / 1600);
    top: calc(0px + 135 * (100vw - 320px) / 1600);
  }

  .first-block__pres-title {
    font-size: calc(-25px + 72 * (100vw - 320px) / 1600);
    line-height: calc(-8px + 72 * (100vw - 320px) / 1600);
    margin-bottom: calc(10px + 44 * (100vw - 320px) / 1600);
  }

  .first-block__pres-subtitle {
    font-size: calc(-5px + 29 * (100vw - 320px) / 1600);
    line-height: calc(0px + 30 * (100vw - 320px) / 1600);
    margin-bottom: calc(5px + 30 * (100vw - 320px) / 1600);
  }
}

@media (min-width: 1919.98px) and (max-width: 2200px) {
  .first-block__pres-left-line {
    left: -135px;
  }

  .first-block__pres-center-line {
    top: 90px;
    left: 470px;
  }

  .first-block__pres-right-line {
    left: 60%;
    top: 115px;
    z-index: 0;
  }
}

@media (max-width: 1399.98px) and (min-width: 998.98px) {
  .first-block__links {
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 767.98px) and (max-width: 1592px) {
  .index-catalog__item:first-child {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .index-catalog__item:first-child .index-catalog__image-ibg img {
    width: 238px;
    height: 156px;
  }
}

@media (min-width: 767.98px) and (max-width: 1280px) {
  .index-catalog__item:first-child .index-catalog__image-ibg img {
    width: 389px;
    height: 210px;
  }

  .index-catalog__item:last-child {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3/4;
  }
}

@media (max-width: 1180px) and (min-width: 880.98px) {
  .product__btns {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: (58px)[3];
    grid-template-rows: repeat(3, 58px);
  }

  .product__add-shop-list {
    -ms-grid-column: 1;
        grid-column-start: 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;
  }

  .product__btns-wrapper {
    -ms-grid-row: 1;
        grid-row-start: 1;
    -ms-grid-column: 2;
        grid-column-start: 2;
    -ms-grid-row-span: 3;
    grid-row-end: 4;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .product__btn_bye {
    -ms-grid-column: 1;
        grid-column-start: 1;
    margin-bottom: 10px;
  }
}

@media (max-width: 1180px) and (min-width: 1170px) {
  .product__btns-wrapper {
    margin-right: 10px;
  }
}

@media (min-width: 581px) and (max-width: 991px) {
  .request #bx-soa-basket .bx-soa-item-properties {
    float: none;
  }
}

@media (min-width: 481px) and (max-width: 766px) {
  .request .bx-soa-pp-list-termin {
    width: auto;
  }
}

@media (max-width: 939.98px) and (min-width: 479.98px) {
  .item-shop-list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: 1fr 0px 1fr 0px 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    gap: 0px 20px;
    grid-auto-flow: row;
        grid-template-areas: "image image" "center center" "price buttons";
  }
  .item-shop-list__image {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .item-shop-list__center {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .item-shop-list__price {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .item-shop-list__buttons {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
  }
}

@media print {
  .modal-basket._active {
    position: static;
    overflow: visible;
  }

  .modal-basket__body {
    max-width: 100%;
    height: auto;
    width: auto;
  }

  .modal-basket__print {
    display: none;
  }

  .modal-basket__row {
    display: block;
    overflow: visible;
  }

  .modal-basket__list {
    overflow: visible;
    margin: 0;
    height: auto;
  }

  .modal-basket__right {
    margin-top: 20px;
  }

  .modal-basket__order {
    display: none;
  }

  .wrapper {
    padding-left: 0;
  }

  .page,
  .header {
    padding-left: 0;
    padding-right: 0;
  }

  .breadcrumbs,
  .footer,
  .menu-right,
  .catalog-btn,
  .shop-list__buttons,
  .item-shop-list__buttons,
  .header__icon {
    display: none;
  }

  .shop-list-header .header__info {
    display: block;
  }

  .shop-list {
    margin-top: 20px;
  }

  .header__adress {
    font-size: 13px;
  }

  .header__phone {
    font-size: 22px;
  }

  .header__mail {
    font-size: 20px;
  }

  .item-shop-list__name {
    font-size: 15px;
  }

  .shop-list__title {
    font-weight: 700;
    font-family: "Montserrat";
    font-size: 46px;
  }

  .item-shop-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }

  .item-shop-list__center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }

  .item-shop-list__price {
    all: unset;
  }

  .item-shop-list .card-modal__quantity {
    all: unset;
  }

  .item-shop-list .quantity {
    all: unset;
  }

  .item-shop-list .quantity__button {
    display: none;
  }

  .item-shop-list .card-modal__total {
    all: unset;
  }

  .item-shop-list .quantity__input {
    all: unset;
  }

  .item-shop-list .quantity__input input {
    all: unset;
  }

  .item-shop-list .card-modal__price {
    all: unset;
  }

  .item-shop-list .card-modal__prices {
    all: unset;
  }

  .item-shop-list .item-shop-list__price {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 190px;
            flex: 0 0 190px;
  }

  .item-shop-list .card-modal__prices {
    margin-bottom: 20px;
    display: block;
  }

  .item-shop-list .card-modal__price {
    font-size: 18px;
    font-weight: 900;
  }

  .item-shop-list .card-modal__quantity {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .item-shop-list .card-modal__total {
    white-space: nowrap;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    font-size: 18px;
    font-weight: 900;
  }

  .item-shop-list .quantity {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 30%;
            flex: 0 1 30%;
  }

  .item-shop-list .quantity__input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .item-shop-list .quantity__input::before {
    content: "x ";
    font-size: 20px;
    font-weight: 900;
  }

  .item-shop-list .quantity__input input {
    width: 100%;
    font-size: 18px;
    font-weight: 900;
  }
}