@charset "UTF-8";

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

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

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

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

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

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

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

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

* {
  padding: 0px;
  margin: 0px;
  border: 0px;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body {
  height: 100%;
  min-width: 320px;
}

body {
  color: #000;
  line-height: 1;
  font-family: "ProximaNova";
  font-size: 1rem;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

input,
button,
textarea {
  font-family: "ProximaNova";
  font-size: inherit;
}

button {
  cursor: pointer;
  color: inherit;
  background-color: inherit;
}

a {
  color: inherit;
}

a:link,
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;
}

.lock body {
  overflow: hidden;
  -ms-touch-action: none;
      touch-action: none;
}

.wrapper {
  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;
  overflow: hidden;
}

.wrapper > main {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.wrapper > * {
  min-width: 0;
}

body img {
  max-width: 100%;
}

/*
(i) Стили будут применяться ко
всем классам содержащим *__container
Например header__container, main__container и т.д.
Снипет (HTML): cnt
*/

[class*=__container] {
  max-width: 69.375rem;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin: 0 auto;
  padding: 0 0.9375rem;
}

.button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 5px 20px;
  font-weight: 700;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0.875rem;
  background-color: #ff0000;
  -webkit-transition: all 0.3s cubic-bezier(0.5, 0.02, 0.13, 0.5);
  -o-transition: all 0.3s cubic-bezier(0.5, 0.02, 0.13, 0.5);
  transition: all 0.3s cubic-bezier(0.5, 0.02, 0.13, 0.5);
  line-height: 1.2142857143;
  border-radius: 5px;
  color: #fff;
  height: 3.0625rem;
}

.button._fw {
  width: 100%;
}

.button_border {
  border: 2px solid #ff0000;
  color: #ff0000;
  background-color: transparent;
}

input[type=text],
input[type=email],
input[type=tel],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.input {
  width: 100%;
  display: block;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  height: 2.9375rem;
  padding: 0 1.3125rem;
  font-size: 0.875rem;
  line-height: 130%;
  color: #666666;
}

.input:focus {
  outline: none;
}

textarea.input {
  resize: none;
}

.form__input-wrap {
  position: relative;
}

.form__input-wrap input {
  position: relative;
  z-index: 9;
  background: transparent;
}

.form__input-wrap._form-focus label {
  display: none;
}

.form__input-wrap label {
  position: absolute;
  left: 21px;
  top: 14px;
  font-size: 0.875rem;
  line-height: 1.3;
  z-index: 1;
  color: #666666;
}

.tippy {
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.form__input-wrap label::after {
  content: "*";
  color: red;
}

.input[required]:valid + label {
  display: none;
}

textarea {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.checkbox {
  position: relative;
}

.checkbox__input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
}

.checkbox__input:checked + .checkbox__label:before {
  background: #ff0000;
  -webkit-box-shadow: inset 0 0 0 3px #ffffff;
          box-shadow: inset 0 0 0 3px #ffffff;
}

.checkbox__label {
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  gap: 10px;
}

.checkbox__label:before {
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 1px;
  height: 0.75rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 0.75rem;
  content: "";
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.checkbox__text {
  font-size: 0.625rem;
  color: rgba(0, 0, 0, 0.5);
  line-height: 123.3%;
}

.checkbox_filter .checkbox__label {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
}

.checkbox_filter .checkbox__label::before {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  width: 0.9375rem;
  height: 0.9375rem;
  border: 1px solid #cccccc;
  border-radius: 3px;
}

.checkbox_filter .checkbox__text {
  font-size: 1.0625rem;
  line-height: 1.2352941176;
  color: rgba(0, 0, 0, 0.5);
}

.checkbox_footer .checkbox__text {
  font-size: 0.625rem;
  display: -ms-grid;
  display: grid;
  gap: 0.625rem;
  color: rgba(255, 255, 255, 0.5);
  line-height: 123.3%;
}

.checkbox_footer .checkbox__label {
  gap: 0.9375rem;
}

.checkbox_footer .checkbox__label::before {
  width: 0.75rem;
  border-radius: 1px;
  background-color: #ffffff;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 0.75rem;
}

.checkbox_recom .checkbox__label::before {
  border: 1px solid #ffffff;
  width: 1.25rem;
  height: 1.25rem;
}

.checkbox_recom .checkbox__text {
  font-weight: 600;
  font-size: 0.875rem;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #ff0000;
}

.checkbox_adress .checkbox__label {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.4375rem;
}

.checkbox_adress .checkbox__label::before {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.checkbox_adress .checkbox__text {
  font-weight: 600;
  font-size: 0.75rem;
  line-height: 130%;
  color: #000000;
}

.checkbox_radio .checkbox__label {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5625rem;
}

.checkbox_radio .checkbox__label::before {
  border: 1px solid #ff0000;
  width: 0.9375rem;
  border-radius: 50%;
  height: 0.9375rem;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.checkbox_radio .checkbox__input:checked + .checkbox__label:before {
  background: #ff0000;
  -webkit-box-shadow: inset 0 0 0 3px #ffffff;
          box-shadow: inset 0 0 0 3px #ffffff;
}

.checkbox_radio .checkbox__input:checked + .checkbox__label .checkbox__text {
  color: #ff0000;
}

.checkbox_radio .checkbox__text {
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 130%;
  color: rgba(0, 0, 0, 0.6);
}

.select {
  position: relative;
}

.select_lang .select__title {
  color: inherit;
  text-align: left;
  background-color: rgba(255, 255, 255, 0.4);
  cursor: pointer;
  width: 100%;
  font-weight: 700;
  font-size: 0.75rem;
  line-height: 1.25;
  color: #121212;
  padding: 0.5625rem 0.9375rem;
  min-width: 3.875rem;
}

.select_lang .select__value {
  padding: 0;
  gap: 0.25rem;
  height: auto;
}

.select_lang .select__value:after {
  content: "";
  width: 0.75rem;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 0.75rem;
  background: url("../img/svg/arrow-select-lang.svg") center/contain no-repeat;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.select_lang .select__options {
  top: 100%;
  padding: 0;
  border-radius: 0;
  border: none;
  background-color: #ff0000;
  z-index: 4;
}

.select_lang .select__options::after {
  content: "";
  top: 0;
  background-color: rgba(255, 255, 255, 0.4);
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}

.select_lang .select__option {
  position: relative;
  z-index: 2;
  font-weight: 700;
  background-color: transparent;
  font-size: 0.75rem;
  line-height: 1.25;
  color: #121212;
  display: -ms-grid;
  display: grid;
}

.select_footer-lang {
  width: 100%;
}

.select_footer-lang .select__title {
  background: #121212;
  border-radius: 5px;
  cursor: pointer;
  width: 100%;
  font-weight: 400;
  min-height: 2.9375rem;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.875rem;
  line-height: 1.25;
  padding: 0.5625rem 0.6875rem;
  width: 100%;
}

.select_footer-lang .select__row {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 0.3125rem;
}

.select_footer-lang .select__value {
  padding: 0;
  gap: 0.25rem;
  height: auto;
}

.select_footer-lang .select__value:after {
  content: "";
  width: 0.5rem;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 0.3125rem;
  background: url("../img/svg/footer-arrow-select.svg") center/contain no-repeat;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.select_footer-lang .select__options {
  top: calc(100% + 5px);
  border: none;
  z-index: 4;
  background: #121212;
  border-radius: 5px;
}

.select_footer-lang .select__option {
  position: relative;
  z-index: 2;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.875rem;
  line-height: 1.25;
  background-color: transparent;
  display: -ms-grid;
  display: grid;
}

.select_catalog {
  width: 100%;
}

.select_catalog .select__title {
  border-radius: 5px;
  cursor: pointer;
  width: 100%;
  font-weight: 400;
  background: #f2f2f2;
  min-height: 2.9375rem;
  color: #000;
  font-size: 0.875rem;
  line-height: 1.25;
  padding: 0.5625rem 0.6875rem;
  width: 100%;
  padding-left: 1.25rem;
}

.select_catalog .select__row {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 0.3125rem;
}

.select_catalog .select__value {
  padding: 0;
  gap: 0.25rem;
  height: auto;
}

.select_catalog .select__value:after {
  content: "";
  width: 0.75rem;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 0.75rem;
  background: url("../img/svg/arrow-select-catalog.svg") center/contain no-repeat;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.select_catalog .select__options {
  top: calc(100% + 5px);
  border: none;
  z-index: 4;
  background: #f2f2f2;
  border-radius: 5px;
}

.select_catalog .select__option {
  position: relative;
  z-index: 2;
  color: #000;
  font-size: 0.875rem;
  line-height: 1.25;
  background-color: transparent;
  display: -ms-grid;
  display: grid;
  padding: 0.625rem 0 0.625rem 1.25rem;
}

.select_top {
  width: 100%;
}

.select_top .select__title {
  border-radius: 5px;
  cursor: pointer;
  width: 100%;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  min-height: 2.9375rem;
  color: rgba(0, 0, 0, 0.6);
  font-size: 0.875rem;
  line-height: 1.25;
  padding: 0.5625rem 0.6875rem;
  width: 100%;
  padding-left: 3.3125rem;
}

.select_top .select__row {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 0.3125rem;
}

.select_top .select__value {
  padding: 0;
  gap: 0.25rem;
  height: auto;
}

.select_top .select__value:after {
  content: "";
  width: 0.75rem;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 0.75rem;
  background: url("../img/svg/arrow-select-catalog.svg") center/contain no-repeat;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.select_top .select__options {
  top: 100%;
  border: none;
  z-index: 4;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}

.select_top .select__option {
  position: relative;
  z-index: 2;
  color: rgba(0, 0, 0, 0.6);
  font-size: 0.875rem;
  line-height: 1.25;
  background-color: transparent;
  display: -ms-grid;
  display: grid;
  padding: 0.625rem 0 0.625rem 1.25rem;
}

.select_filter {
  width: 100%;
}

.select_filter .select__title {
  border-radius: 5px;
  cursor: pointer;
  width: 100%;
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.1);
  min-height: 2.9375rem;
  font-size: 0.75rem;
  color: #000000;
  line-height: 1.25;
  padding: 0.5625rem 0.75rem;
  width: 100%;
}

.select_filter .select__row {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 0.3125rem;
}

.select_filter .select__value {
  padding: 0;
  gap: 0.25rem;
  height: auto;
}

.select_filter .select__value:after {
  content: "";
  width: 0.75rem;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 0.75rem;
  background: url("../img/svg/arrow-select-catalog.svg") center/contain no-repeat;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.select_filter .select__options {
  top: 100%;
  border: none;
  z-index: 4;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}

.select_filter .select__option {
  position: relative;
  z-index: 2;
  color: #000000;
  font-size: 0.75rem;
  line-height: 1.25;
  background-color: transparent;
  display: -ms-grid;
  display: grid;
  padding: 0.625rem 0 0.625rem 1.25rem;
}

.select_form {
  width: 100%;
}

.select_form .select__title {
  border-radius: 5px;
  cursor: pointer;
  width: 100%;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  min-height: 2.9375rem;
  color: rgba(0, 0, 0, 0.6);
  font-size: 0.875rem;
  line-height: 1.25;
  padding: 0.5625rem 0.6875rem;
  width: 100%;
  padding-left: 1.3125rem;
}

.select_form .select__row {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 0.1875rem;
}

.select_form .select__asset {
  color: #ff0000;
}

.select_form .select__value {
  padding: 0;
  gap: 0.25rem;
  height: auto;
}

.select_form .select__value:after {
  content: "";
  width: 0.75rem;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 0.75rem;
  background: url("../img/svg/arrow-select-catalog.svg") center/contain no-repeat;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.select_form .select__options {
  top: 100%;
  border: none;
  z-index: 4;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}

.select_form .select__option {
  color: rgba(0, 0, 0, 0.6);
  font-size: 0.875rem;
  line-height: 1.25;
  background-color: transparent;
  display: -ms-grid;
  display: grid;
  padding: 0.625rem 0 0.625rem 1.25rem;
}

.select_product {
  width: 100%;
}

.select_product .select__title {
  border-radius: 5px;
  cursor: pointer;
  width: 100%;
  background: #000000;
  min-height: 2.9375rem;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.25;
  padding: 0.5625rem 0.625rem;
  width: 100%;
}

.select_product .select__value {
  padding: 0;
  gap: 0.25rem;
  height: auto;
}

.select_product .select__value:after {
  content: "";
  width: 0.75rem;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 0.75rem;
  background: url("../img/payment/arrow.svg") center/contain no-repeat;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.select_product .select__options {
  top: calc(100% + 3px);
  border: none;
  z-index: 4;
  background: #000;
  border-radius: 5px;
}

.select_product .select__option {
  color: #fff;
  font-size: 0.75rem;
  text-transform: uppercase;
  line-height: 1.25;
  background-color: transparent;
  font-weight: 700;
  display: -ms-grid;
  display: grid;
  padding: 0.625rem 0 0.625rem 0.625rem;
}

.select_spare {
  width: 100%;
  min-width: 11.875rem;
}

.select_spare .select__title {
  border-radius: 5px;
  cursor: pointer;
  width: 100%;
  background: #000000;
  font-size: 0.875rem;
  min-height: 2.8125rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.25;
  padding: 0.1875rem 0.625rem;
  width: 100%;
}

.select_spare .select__value {
  padding: 0;
  gap: 0.25rem;
  height: auto;
}

.select_spare .select__value:after {
  content: "";
  width: 0.75rem;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 0.75rem;
  background: url("../img/payment/arrow.svg") center/contain no-repeat;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.select_spare .select__options {
  top: calc(100% + 3px);
  border: none;
  z-index: 4;
  background: #000;
  border-radius: 5px;
}

.select_spare .select__asset {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 1.6875rem;
}

.select_spare .select__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.4375rem;
}

.select_spare .select__option {
  color: #fff;
  font-size: 0.75rem;
  text-transform: uppercase;
  line-height: 1.25;
  background-color: transparent;
  font-weight: 700;
  display: -ms-grid;
  display: grid;
  padding: 0.625rem 0 0.625rem 0.625rem;
}

.select_profile {
  width: 100%;
  min-width: 11.875rem;
}

.select_profile .select__title {
  border-radius: 5px;
  cursor: pointer;
  width: 100%;
  background-color: #ff0000;
  font-size: 0.875rem;
  min-height: 2.9375rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.25;
  padding: 0.1875rem 0.625rem;
  width: 100%;
}

.select_profile .select__value {
  padding: 0;
  gap: 0.25rem;
  height: auto;
}

.select_profile .select__value:after {
  content: "";
  width: 0.75rem;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 0.75rem;
  background: url("../img/payment/arrow.svg") center/contain no-repeat;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.select_profile .select__options {
  top: calc(100% + 3px);
  border: none;
  z-index: 4;
  background-color: #ff0000;
  border-radius: 5px;
  padding: 0.625rem;
}

.select_profile .select__asset {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 1.25rem;
}

.select_profile .select__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.4375rem;
}

.select_profile .select__option {
  display: block;
  color: #fff;
  font-size: 0.875rem;
  line-height: 1.25;
  background-color: transparent;
  font-weight: 700;
  padding: 0.625rem 0;
}

.select_profile .select__option:not(:last-child) {
  padding-bottom: 0.3125rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.select__body {
  position: relative;
}

.select__title {
  color: inherit;
  text-align: left;
  cursor: pointer;
  width: 100%;
}

.select__value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 1.875rem;
  padding: 0 0.9375rem;
  gap: 0.625rem;
}

.select__value > * {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.select__value:after {
  content: "";
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  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;
}

._select-open .select__value:after {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.select__value._select-pseudo-label::before {
  content: attr(data-pseudo-label);
  opacity: 0.5;
}

.select__text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.select__input {
  width: 100%;
  background-color: transparent;
  height: 100%;
}

.select__options {
  color: #000;
  position: absolute;
  top: 29px;
  border-radius: 0 0 4px 4px;
  min-width: 100%;
  left: 0;
  background-color: #fff;
  border-top: 0;
  border: 1px solid #d9d9d9;
  border-top: 0;
  padding: 10px 0px 5px 0px;
}

.select__scroll {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px;
}

.select__option {
  width: 100%;
  text-align: left;
  cursor: pointer;
  padding: 5px 15px;
  color: inherit;
}

.select__option._select-selected {
  background-color: #eee;
}

.select__row {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.select._select-open {
  z-index: 10;
}

._select-tag {
  cursor: pointer;
}

.rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-size: 15px;
  line-height: 1;
  -webkit-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}

.rating.rating_sending {
  opacity: 0.2;
}

.rating.rating_set .rating__active,
.rating.rating_set .rating__item {
  cursor: pointer;
}

.rating__body {
  position: relative;
  font-family: FontAwesome;
}

.rating__body::before {
  content: "\f006\f006\f006\f006\f006";
  display: block;
  letter-spacing: 5px;
  color: #ffdd55;
}

.rating__active {
  position: absolute;
  width: 0%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
}

.rating__active::before {
  content: "\f005\f005\f005\f005\f005";
  position: absolute;
  letter-spacing: 5px;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  color: #ffdd55;
}

.rating__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.rating__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  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;
  opacity: 0;
}

.rating__value {
  font-size: 100%;
  display: none;
  line-height: 1;
  padding: 0px 0px 0px 10px;
}

.quantity {
  width: 100%;
  height: 1.6875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  border-right: none;
  border-left: none;
}

.quantity__button {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 2.375rem;
          flex: 0 0 2.375rem;
  position: relative;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 400;
  background: #f2f2f2;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  margin: -1px;
  font-size: 0.75rem;
  line-height: 1.25;
}

.quantity__input {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  pointer-events: none;
}

.quantity__input input {
  height: 100%;
  font-size: 0.75rem;
  width: 100%;
  color: #000;
  text-align: center;
}

body::after {
  content: "";
  background-color: rgba(0, 0, 0, 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;
  pointer-events: none;
  z-index: 149;
}

.popup-show body::after {
  opacity: 1;
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 30px 10px;
  -webkit-transition: visibility 0.8s ease 0s;
  -o-transition: visibility 0.8s ease 0s;
  transition: visibility 0.8s ease 0s;
  visibility: hidden;
  pointer-events: none;
}

.popup_show {
  z-index: 150;
  visibility: visible;
  overflow: auto;
  pointer-events: auto;
}

.popup_show .popup__content {
  visibility: visible;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.popup__wrapper {
  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%;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  align-items: center;
}

.popup__content {
  visibility: hidden;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transition: -webkit-transform 0.3s ease 0s;
  transition: -webkit-transform 0.3s ease 0s;
  -o-transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
  background: #ffffff;
  border-radius: 5px;
  width: 100%;
  max-width: 445px;
  padding: 1.25rem 1.875rem;
}

.lock .popup__content {
  visibility: visible;
}

.popup__content {
  position: relative;
}

.popup__close {
  position: absolute;
  left: 100%;
  top: -18px;
  height: 1.875rem;
  background: transparent;
  width: 1.875rem;
  -webkit-transform: translate(0%, -100%);
      -ms-transform: translate(0%, -100%);
          transform: translate(0%, -100%);
}

.popup__title {
  font-weight: 700;
  line-height: 1.2285714286;
  text-align: center;
  color: #121212;
}

@supports (font-size: clamp( 1.125rem , 0.7103658537rem  +  2.0731707317vw , 2.1875rem )) {
  .popup__title {
    font-size: clamp( 1.125rem , 0.7103658537rem  +  2.0731707317vw , 2.1875rem );
  }
}

@supports not (font-size: clamp( 1.125rem , 0.7103658537rem  +  2.0731707317vw , 2.1875rem )) {
  .popup__title {
    font-size: calc(1.125rem + 1.0625 * (100vw - 20rem) / 51.25);
  }
}

.popup__title:not(:last-child) {
  margin-bottom: 1.375rem;
}

.form-popup__input:not(:last-child) {
  margin-bottom: 1.125rem;
}

.form-popup .checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.form-popup .checkbox:not(:last-child) {
  margin-bottom: 1.375rem;
}

.form-popup .checkbox .checkbox__text {
  font-size: 0.875rem;
}

.form-popup__button-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.form-popup__button {
  width: 100%;
  max-width: 12.875rem;
}

.form-popup__inputs:not(:last-child) {
  margin-bottom: 1.0625rem;
}

.form-popup__inputs .form-popup__input:not(:last-child) {
  margin-bottom: 0.75rem;
}

.form-popup .form-profile__image-icon {
  width: 2.1875rem;
  height: 2.1875rem;
  position: relative;
}

.form-popup .form-profile__image-icon:not(:last-child) {
  margin-bottom: 0.4375rem;
}

.form-popup #file-ip-1-preview2 {
  z-index: 3;
  display: none;
}

.form-popup__image-ibg {
  font-size: 0.875rem;
  padding: 0.625rem;
  line-height: 130%;
  text-align: center;
  color: rgba(0, 0, 0, 0.6);
  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;
  overflow: hidden;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 9.6875rem;
  height: 6.25rem;
  background: #c4c4c4;
  border-radius: 10px;
  margin: 0 auto 1.25rem;
}

.form-popup__image-ibg span {
  display: inline-block;
}

/*!
 * Youtube LazyLoad
 * v4.0.1
 * https://github.com/the-muda-organization/youtube-lazyload
 * MIT License
 */

/* youtube lazyload container */

.yt-lazyload {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  cursor: pointer;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
          user-select: none;
}

/* youtube lazyload container ::before --> to maintain 16/9 ratio & black bg before JS loaded */

.yt-lazyload::before {
  content: "";
  width: 100%;
  display: block;
  position: relative;
  background: rgba(0, 0, 0, 0.4);
}

/* youtube lazyload wrap */

.yt-lazyload-wrap {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: inherit;
}

/* youtube lazyload content */

.yt-lazyload-content {
  width: 100%;
  height: 100%;
  position: relative;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
}

/* play-btn */

.yt-lazyload-playbtn {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  -webkit-transition: all 0.3s cubic-bezier(0.5, 0.02, 0.13, 0.5);
  -o-transition: all 0.3s cubic-bezier(0.5, 0.02, 0.13, 0.5);
  transition: all 0.3s cubic-bezier(0.5, 0.02, 0.13, 0.5);
  height: 100%;
  z-index: 5;
}

.manual-prof .yt-lazyload-playbtn {
  background: url("../img/svg/play.svg") center/50px 50px no-repeat;
}

.video-spare .yt-lazyload-playbtn {
  background: url("../img/svg/play3.svg") center/50px 50px no-repeat;
}

.help__slider .yt-lazyload-playbtn {
  background: url("../img/svg/play2.svg") center/60px 60px no-repeat;
}

/* play-btn:hover */

.yt-lazyload-playbtn:hover {
  opacity: 0.7;
}

/* logo */

/* 0 = no logo!    */

/* 1 = black       */

/* logo:hover */

.yt-lazyload-logo:hover {
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

/* iframe */

.yt-lazyload iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 6;
  border: 0;
}

[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;
}

.fabric__list::-webkit-scrollbar {
  display: none;
}

.button-icon {
  width: 3rem;
  border-radius: 5px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #ff0000;
  height: 2.9375rem;
  padding: 0.4375rem;
  -webkit-transition: all 0.3s cubic-bezier(0.5, 0.02, 0.13, 0.5);
  -o-transition: all 0.3s cubic-bezier(0.5, 0.02, 0.13, 0.5);
  transition: all 0.3s cubic-bezier(0.5, 0.02, 0.13, 0.5);
}

.title {
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}

@supports (font-size: clamp( 1.125rem , 0.9542682927rem  +  0.8536585366vw , 1.5625rem )) {
  .title {
    font-size: clamp( 1.125rem , 0.9542682927rem  +  0.8536585366vw , 1.5625rem );
  }
}

@supports not (font-size: clamp( 1.125rem , 0.9542682927rem  +  0.8536585366vw , 1.5625rem )) {
  .title {
    font-size: calc(1.125rem + 0.4375 * (100vw - 20rem) / 51.25);
  }
}

.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;
  gap: 0.5rem;
}

.pagination.white .swiper-pagination-bullet {
  border: 1px solid #c4c4c4;
}

.pagination.white .swiper-pagination-bullet-active {
  border: 1px solid #ff0000;
}

.pagination .swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.2);
  width: 0.5rem;
  border-radius: 50%;
  cursor: pointer;
  height: 0.5rem;
  -webkit-transition: all 0.3s cubic-bezier(0.5, 0.02, 0.13, 0.5);
  -o-transition: all 0.3s cubic-bezier(0.5, 0.02, 0.13, 0.5);
  transition: all 0.3s cubic-bezier(0.5, 0.02, 0.13, 0.5);
}

.pagination .swiper-pagination-bullet-active {
  background-color: #ff0000;
}

.subtitle {
  font-weight: 800;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.5;
  padding: 0.525rem 1.25rem 0.29375rem 0rem;
  position: relative;
  font-family: "Poppins";
  color: #fff;
}

@supports (font-size: clamp( 0.875rem , 0.7286585366rem  +  0.7317073171vw , 1.25rem )) {
  .subtitle {
    font-size: clamp( 0.875rem , 0.7286585366rem  +  0.7317073171vw , 1.25rem );
  }
}

@supports not (font-size: clamp( 0.875rem , 0.7286585366rem  +  0.7317073171vw , 1.25rem )) {
  .subtitle {
    font-size: calc(0.875rem + 0.375 * (100vw - 20rem) / 51.25);
  }
}

.subtitle span {
  position: relative;
  z-index: 2;
}

.subtitle::after {
  content: "";
  background: #ee1827;
  position: absolute;
  height: 100%;
  top: 0;
  -webkit-transform: skewX(-35deg);
      -ms-transform: skewX(-35deg);
          transform: skewX(-35deg);
  left: 10px;
  width: 100%;
}

.breadcrumb__list {
  display: inline-block;
  text-align: center;
  width: 100%;
  font-size: 1.125rem;
  line-height: 1.2222222222;
}

.breadcrumb__item {
  display: inline;
}

.breadcrumb__item:not(:last-child)::after {
  content: "/";
  display: inline-block;
  color: inherit;
  position: relative;
  margin: 0 0.125rem;
  font-size: 1.125rem;
  line-height: 1.2222222222;
}

.breadcrumb__link {
  -webkit-transition: all 0.3s cubic-bezier(0.5, 0.02, 0.13, 0.5);
  -o-transition: all 0.3s cubic-bezier(0.5, 0.02, 0.13, 0.5);
  transition: all 0.3s cubic-bezier(0.5, 0.02, 0.13, 0.5);
}

.breadcrumb__current {
  color: #ff0000;
  font-weight: 600;
}

.card {
  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;
  border-radius: 5px;
  padding: 1.1875rem 0.9375rem 0.9375rem 1.25rem;
  gap: 1.0625rem;
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 10rem;
}

.card__top {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.card__icon {
  width: 1.375rem;
  fill: #e0e0e0;
  height: 1.25rem;
  -webkit-transition: all 0.3s cubic-bezier(0.5, 0.02, 0.13, 0.5);
  -o-transition: all 0.3s cubic-bezier(0.5, 0.02, 0.13, 0.5);
  transition: all 0.3s cubic-bezier(0.5, 0.02, 0.13, 0.5);
}

.card__heart {
  position: absolute;
  top: 13px;
  width: 1.625rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 2;
  right: 6px;
  height: 1.625rem;
}

.card__heart.active .card__icon {
  fill: #ff0000;
}

.card__image-ibg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 5.875rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.card__image-ibg img {
  -o-object-fit: contain;
     object-fit: contain;
}

.card__image-ibg:not(:last-child) {
  margin-bottom: 0.625rem;
}

.card__title {
  font-weight: 600;
  font-size: 0.8125rem;
  line-height: 1.3076923077;
  letter-spacing: 0.133333px;
  display: block;
  -webkit-transition: all 0.3s cubic-bezier(0.5, 0.02, 0.13, 0.5);
  -o-transition: all 0.3s cubic-bezier(0.5, 0.02, 0.13, 0.5);
  transition: all 0.3s cubic-bezier(0.5, 0.02, 0.13, 0.5);
}

.card__title:not(:last-child) {
  margin-bottom: 0.3125rem;
}

.card__art {
  font-size: 0.625rem;
  line-height: 1.2;
  letter-spacing: 0.266667px;
}

.card__price {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.0833333333;
  letter-spacing: 0.666667px;
  text-transform: uppercase;
}

.card__price:not(:last-child) {
  margin-bottom: 0.125rem;
}

.card__descr {
  font-size: 0.5625rem;
  line-height: 1.2222222222;
  letter-spacing: 0.133333px;
}

.card__descr:not(:last-child) {
  margin-bottom: 1.0625rem;
}

.card__button {
  height: 1.6875rem;
  font-size: 0.875rem;
  font-weight: 700;
  width: 100%;
}

.arrows {
  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;
  pointer-events: none;
  top: 50%;
  position: absolute;
  left: 50%;
  width: calc(100% + 218px);
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.arrows__button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #ff0000;
  border-radius: 5px;
  width: 3.125rem;
  height: 3.125rem;
  pointer-events: all;
  padding-bottom: 0.75rem;
}

.arrows__button.swiper-button-disabled {
  background: rgba(255, 0, 0, 0.2);
}

.arrows__button_prev img {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.tippy {
  position: absolute;
  top: 50%;
  width: 1.5rem;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 19px;
  height: 1.5rem;
}

.top-header {
  background-color: #ff0000;
  position: relative;
  z-index: 6;
}

.top-header__row {
  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;
  gap: 1.25rem;
}

.top-header__plus {
  padding: 0.3125rem 1.0625rem 0.3125rem 0.9375rem;
  background-color: rgba(255, 255, 255, 0.4);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  font-weight: 700;
  font-size: 0.75rem;
  line-height: 1.25;
}

.top-header__plus-label {
  color: #121212;
}

.top-header__plus-link {
  padding: 0.25rem 0.625rem;
  display: inline-block;
  background: #00cb33;
  border-radius: 5px;
  color: #fff;
}

.top-header__center {
  font-weight: 700;
  font-size: 0.875rem;
  color: #ffffff;
  line-height: 1.2142857143;
}

.main-header {
  padding: 0.875rem 0;
  position: relative;
  z-index: 5;
  background-color: #121212;
}

.main-header__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main-header__logo {
  display: block;
  max-width: 13rem;
  margin-right: 3.625rem;
}

.main-header__form {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin-right: 1.4375rem;
}

.main-header__form-item {
  position: relative;
}

.main-header__input {
  min-height: 2.5rem;
  background: #ffffff;
  border-radius: 5px;
  padding: 0rem 2.75rem 0rem 1.375rem;
  font-size: 0.75rem;
}

.main-header__form-button {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.main-header__form-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.header-actions {
  position: relative;
}

.header-actions__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-actions__item:not(:last-child) {
  border-right: 1px solid #2e2e2e;
}

.header-actions__item:hover .basket-header {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.header-actions__link {
  padding: 0.375rem 0.75rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: inline-block;
  position: relative;
}

.header-actions__icon {
  width: 1.625rem;
  height: 1.625rem;
}

.header-actions__count {
  font-weight: 700;
  position: absolute;
  top: -3px;
  height: 0.6875rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  color: #fff;
  padding: 0.0625rem;
  min-width: 0.6875rem;
  background-color: #ff0000;
  right: 9px;
  font-size: 0.5rem;
}

.basket-header {
  position: absolute;
  top: calc(100% + 27px);
  padding: 1rem 0.625rem;
  background: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  z-index: 2;
  right: 0.75rem;
  width: 22.9375rem;
  -webkit-transition: all 0.3s cubic-bezier(0.5, 0.02, 0.13, 0.5);
  -o-transition: all 0.3s cubic-bezier(0.5, 0.02, 0.13, 0.5);
  transition: all 0.3s cubic-bezier(0.5, 0.02, 0.13, 0.5);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.basket-header::before {
  content: "";
  background-color: transparent;
  width: 150px;
  position: absolute;
  right: 35px;
  bottom: 100%;
  height: 50px;
}

.basket-header::after {
  content: "";
  position: absolute;
  bottom: 100%;
  right: 3.375rem;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 16px solid #ffffff;
}

.basket-header__top {
  font-weight: 600;
  font-size: 0.8125rem;
  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;
  line-height: 1.3076923077;
  letter-spacing: 0.133333px;
}

.basket-header__top:not(:last-child) {
  margin-bottom: 1.1875rem;
}

.basket-header__link {
  color: #ff0000;
  text-decoration: underline !important;
  -webkit-transition: all 0.3s cubic-bezier(0.5, 0.02, 0.13, 0.5);
  -o-transition: all 0.3s cubic-bezier(0.5, 0.02, 0.13, 0.5);
  transition: all 0.3s cubic-bezier(0.5, 0.02, 0.13, 0.5);
}

.basket-header__item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.basket-header__item:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.basket-header__bottom {
  padding: 0.75rem 0 0.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.25rem;
}

.basket-header__bottom-label {
  font-weight: 600;
  font-size: 0.8125rem;
  line-height: 1.3076923077;
  letter-spacing: 0.133333px;
}

.basket-header__all-column {
  text-align: right;
}

.basket-header__price {
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.4444444444;
  letter-spacing: 0.666667px;
  text-transform: uppercase;
  color: #ff0000;
}

.basket-header__descr {
  font-weight: 300;
  font-size: 0.625rem;
  line-height: 1.2;
  letter-spacing: 0.266667px;
  color: #000000;
}

.basket-header__buttons {
  display: -ms-grid;
  display: grid;
  gap: 0.625rem;
}

.basket-header__button {
  width: 100%;
}

.basket-card {
  padding: 1rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.basket-card__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.9375rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.basket-card__image {
  max-width: 3.5625rem;
}

.basket-card__info {
  max-width: 8.75rem;
}

.basket-card__name {
  font-weight: 600;
  font-size: 0.8125rem;
  line-height: 1.3076923077;
  display: block;
  -webkit-transition: all 0.3s cubic-bezier(0.5, 0.02, 0.13, 0.5);
  -o-transition: all 0.3s cubic-bezier(0.5, 0.02, 0.13, 0.5);
  transition: all 0.3s cubic-bezier(0.5, 0.02, 0.13, 0.5);
  letter-spacing: 0.133333px;
}

.basket-card__name:not(:last-child) {
  margin-bottom: 0.375rem;
}

.basket-card__descr {
  font-weight: 300;
  font-size: 0.625rem;
  line-height: 1.2;
  letter-spacing: 0.266667px;
}

.basket-card__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
}

.basket-card__price {
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.4444444444;
  letter-spacing: 0.666667px;
  text-transform: uppercase;
  white-space: nowrap;
}

.basket-card__delete {
  padding: 0.625rem;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  width: 0.625rem;
  height: 0.625rem;
}

.header__bottom {
  background: #121212;
  border-top: 1px solid #2e2e2e;
  z-index: 4;
  position: relative;
}

.menu {
  position: relative;
  color: #fff;
}

.menu__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1rem 0;
  gap: 1.25rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.menu__icon {
  width: 0.9375rem;
  height: 0.9375rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  fill: #fff;
  -webkit-transition: all 0.3s cubic-bezier(0.5, 0.02, 0.13, 0.5);
  -o-transition: all 0.3s cubic-bezier(0.5, 0.02, 0.13, 0.5);
  transition: all 0.3s cubic-bezier(0.5, 0.02, 0.13, 0.5);
}

.menu__body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.menu__icon-wrap {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 2rem;
  padding: 0.3125rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-color: #ff0000;
  width: 3.4375rem;
  border-radius: 5px;
}

.menu__list {
  gap: 0.625rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.menu__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.4375rem;
  -webkit-transition: all 0.3s cubic-bezier(0.5, 0.02, 0.13, 0.5);
  -o-transition: all 0.3s cubic-bezier(0.5, 0.02, 0.13, 0.5);
  transition: all 0.3s cubic-bezier(0.5, 0.02, 0.13, 0.5);
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.2142857143;
}

.menu-open .sub-menu {
  opacity: 1;
  visibility: visible;
}

.sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s cubic-bezier(0.5, 0.02, 0.13, 0.5);
  -o-transition: all 0.3s cubic-bezier(0.5, 0.02, 0.13, 0.5);
  transition: all 0.3s cubic-bezier(0.5, 0.02, 0.13, 0.5);
  background: #121212;
  border-radius: 0px 0px 5px 5px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.sub-menu .menu__list {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 12.4375rem;
}

.sub-menu .menu__item {
  -webkit-transition: all 0.3s cubic-bezier(0.5, 0.02, 0.13, 0.5);
  -o-transition: all 0.3s cubic-bezier(0.5, 0.02, 0.13, 0.5);
  transition: all 0.3s cubic-bezier(0.5, 0.02, 0.13, 0.5);
  padding: 0.625rem 0.625rem 0.625rem 1.25rem;
  width: 100%;
}

.sub-menu .menu__item:hover .sub-menu__wrap {
  opacity: 1;
  visibility: visible;
}

.sub-menu .menu__link {
  position: relative;
}

.sub-menu .menu__link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  height: 0.375rem;
  background: url("../img/svg/decor.svg") center/contain no-repeat;
  width: 0.25rem;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s cubic-bezier(0.5, 0.02, 0.13, 0.5);
  -o-transition: all 0.3s cubic-bezier(0.5, 0.02, 0.13, 0.5);
  transition: all 0.3s cubic-bezier(0.5, 0.02, 0.13, 0.5);
}

.sub-menu__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sub-menu__left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 12.4375rem;
          flex: 0 0 12.4375rem;
  max-width: 12.4375rem;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.sub-menu__wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  position: absolute;
  padding: 2.5rem;
  top: 0;
  left: 12.4375rem;
  opacity: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.5, 0.02, 0.13, 0.5);
  -o-transition: all 0.3s cubic-bezier(0.5, 0.02, 0.13, 0.5);
  transition: all 0.3s cubic-bezier(0.5, 0.02, 0.13, 0.5);
  visibility: hidden;
  background-color: #121212;
  top: 0;
}

.sub-menu__title {
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.2142857143;
  color: #ff0000;
}

.sub-menu__title:not(:last-child) {
  margin-bottom: 0.3125rem;
}

.sub-menu__grid-layout {
  display: -ms-grid;
  display: grid;
  font-size: 0.875rem;
  line-height: 130%;
  gap: 1.25rem;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
}

.sub-menu__link {
  display: inline-block;
  padding: 0.4375rem 0;
  -webkit-transition: all 0.3s cubic-bezier(0.5, 0.02, 0.13, 0.5);
  -o-transition: all 0.3s cubic-bezier(0.5, 0.02, 0.13, 0.5);
  transition: all 0.3s cubic-bezier(0.5, 0.02, 0.13, 0.5);
}

.icon-menu {
  display: block;
  position: relative;
  width: 1.25rem;
  height: 0.75rem;
  cursor: pointer;
  z-index: 5;
}

.icon-menu span,
.icon-menu::before,
.icon-menu::after {
  content: "";
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  right: 0;
  position: absolute;
  width: 100%;
  border-radius: 3px;
  height: 0.125rem;
  background-color: #fff;
}

.icon-menu::before {
  top: 0;
}

.icon-menu::after {
  bottom: 0;
}

.icon-menu span {
  top: calc(50% - 0.0625rem);
}

.menu-open .icon-menu span {
  width: 0;
}

.menu-open .icon-menu::before {
  top: calc(50% - 0.0625rem);
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.menu-open .icon-menu::after {
  bottom: calc(50% - 0.0625rem);
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.store {
  background-color: #ff0000;
  color: #fff;
  position: relative;
}

.store__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.25rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 0.9375rem;
}

.store__image {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.store__info {
  font-weight: 700;
  font-size: 1.125rem;
  max-width: 25.125rem;
  line-height: 1.2222222222;
  text-transform: uppercase;
}

.store__column {
  gap: 1.9375rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.store__qr {
  width: 6.25rem;
}

.store__buttons {
  display: -ms-grid;
  display: grid;
  gap: 0.5625rem;
}

.social {
  background: #121212;
}

@supports (padding-bottom: clamp( 2.5rem , 1.7682926829rem  +  3.6585365854vw , 4.375rem )) {
  .social {
    padding-bottom: clamp( 2.5rem , 1.7682926829rem  +  3.6585365854vw , 4.375rem );
  }
}

@supports not (padding-bottom: clamp( 2.5rem , 1.7682926829rem  +  3.6585365854vw , 4.375rem )) {
  .social {
    padding-bottom: calc(2.5rem + 1.875 * (100vw - 20rem) / 51.25);
  }
}

@supports (padding-top: clamp( 2.5rem , 1.7682926829rem  +  3.6585365854vw , 4.375rem )) {
  .social {
    padding-top: clamp( 2.5rem , 1.7682926829rem  +  3.6585365854vw , 4.375rem );
  }
}

@supports not (padding-top: clamp( 2.5rem , 1.7682926829rem  +  3.6585365854vw , 4.375rem )) {
  .social {
    padding-top: calc(2.5rem + 1.875 * (100vw - 20rem) / 51.25);
  }
}

.social__title {
  color: #ffffff;
}

.social__title:not(:last-child) {
  margin-bottom: 0.6875rem;
}

.social__descr {
  max-width: 43.5625rem;
  line-height: 1.75;
  text-align: center;
  margin: 0 auto 1.3125rem;
  color: rgba(255, 255, 255, 0.5);
}

.social__pagination {
  margin-top: 1.875rem;
}

.card-social {
  display: block;
}

.card-social__content {
  background: #2e2e2e;
  border-radius: 5px;
  -webkit-transition: all 0.3s cubic-bezier(0.5, 0.02, 0.13, 0.5);
  -o-transition: all 0.3s cubic-bezier(0.5, 0.02, 0.13, 0.5);
  transition: all 0.3s cubic-bezier(0.5, 0.02, 0.13, 0.5);
  overflow: hidden;
}

.card-social__content:not(:last-child) {
  margin-bottom: 1.5rem;
}

.card-social__image-ibg {
  height: 11.125rem;
}

.card-social__title {
  padding: 1.25rem 1rem;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.2222222222;
}

.card-social__logo-wrap {
  max-width: 11.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 3.125rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
}

@supports (padding-top: clamp( 2.3125rem , 1.7515243902rem  +  2.8048780488vw , 3.75rem )) {
  .brand {
    padding-top: clamp( 2.3125rem , 1.7515243902rem  +  2.8048780488vw , 3.75rem );
  }
}

@supports not (padding-top: clamp( 2.3125rem , 1.7515243902rem  +  2.8048780488vw , 3.75rem )) {
  .brand {
    padding-top: calc(2.3125rem + 1.4375 * (100vw - 20rem) / 51.25);
  }
}

@supports (padding-bottom: clamp( 2.0625rem , 0.9161585366rem  +  5.7317073171vw , 5rem )) {
  .brand {
    padding-bottom: clamp( 2.0625rem , 0.9161585366rem  +  5.7317073171vw , 5rem );
  }
}

@supports not (padding-bottom: clamp( 2.0625rem , 0.9161585366rem  +  5.7317073171vw , 5rem )) {
  .brand {
    padding-bottom: calc(2.0625rem + 2.9375 * (100vw - 20rem) / 51.25);
  }
}

.brand__title:not(:last-child) {
  margin-bottom: 1.25rem;
}

.brand__grid-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.1875rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.faq {
  background-color: #f2f2f2;
}

@supports (padding-top: clamp( 2.625rem , 1.8445121951rem  +  3.9024390244vw , 4.625rem )) {
  .faq {
    padding-top: clamp( 2.625rem , 1.8445121951rem  +  3.9024390244vw , 4.625rem );
  }
}

@supports not (padding-top: clamp( 2.625rem , 1.8445121951rem  +  3.9024390244vw , 4.625rem )) {
  .faq {
    padding-top: calc(2.625rem + 2 * (100vw - 20rem) / 51.25);
  }
}

@supports (padding-bottom: clamp( 2.5rem , 1.5243902439rem  +  4.8780487805vw , 5rem )) {
  .faq {
    padding-bottom: clamp( 2.5rem , 1.5243902439rem  +  4.8780487805vw , 5rem );
  }
}

@supports not (padding-bottom: clamp( 2.5rem , 1.5243902439rem  +  4.8780487805vw , 5rem )) {
  .faq {
    padding-bottom: calc(2.5rem + 2.5 * (100vw - 20rem) / 51.25);
  }
}

.faq.white {
  background-color: #ffffff;
}

.faq_small {
  padding-bottom: 0;
  background-color: #ffffff;
}

.faq_center {
  background-color: #ffffff;
}

.faq_center .faq__title {
  text-transform: uppercase;
}

.faq_center .faq__item {
  background: #0d272a;
  font-family: "Proximanova";
}

.faq_center .faq__row {
  max-width: 45.625rem;
  margin: 0 auto;
}

.faq_center .faq__title-spoller {
  font-size: 1.125rem;
  font-family: "Proximanova";
  gap: 0.625rem;
}

.faq__title:not(:last-child) {
  margin-bottom: 1.5rem;
}

.faq__row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 1.875rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.faq__column {
  display: -ms-grid;
  display: grid;
  gap: 1.875rem;
  font-family: "Verdana";
}

.faq__title-spoller {
  font-weight: 700;
  font-size: 1.125rem;
  gap: 2.5rem;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.2222222222;
}

.faq__title-spoller::after {
  content: "";
  height: 0.625rem;
  width: 1.0625rem;
  -webkit-transition: all 0.3s cubic-bezier(0.5, 0.02, 0.13, 0.5);
  -o-transition: all 0.3s cubic-bezier(0.5, 0.02, 0.13, 0.5);
  transition: all 0.3s cubic-bezier(0.5, 0.02, 0.13, 0.5);
  right: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  display: inline-block;
  background: url("../img/center/arrow.svg") center/contain no-repeat;
}

.faq__title-spoller._spoller-active::after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.faq__item {
  background: #000000;
  -webkit-box-shadow: 0px 6px 26px rgba(16, 18, 43, 0.09);
          box-shadow: 0px 6px 26px rgba(16, 18, 43, 0.09);
  border-radius: 4px;
  padding: 1.25rem;
}

.faq__body {
  padding-top: 1.0625rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.8);
}

@supports (padding-top: clamp( 2.5rem , 1.7682926829rem  +  3.6585365854vw , 4.375rem )) {
  .catalog {
    padding-top: clamp( 2.5rem , 1.7682926829rem  +  3.6585365854vw , 4.375rem );
  }
}

@supports not (padding-top: clamp( 2.5rem , 1.7682926829rem  +  3.6585365854vw , 4.375rem )) {
  .catalog {
    padding-top: calc(2.5rem + 1.875 * (100vw - 20rem) / 51.25);
  }
}

.tabs-catalog__select:not(:last-child) {
  margin-bottom: 1.875rem;
}

.tabs-catalog__navigation {
  display: -ms-grid;
  display: grid;
  gap: 0.5625rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-grid-columns: (1fr)[5];
  grid-template-columns: repeat(5, 1fr);
}

.tabs-catalog__navigation:not(:last-child) {
  margin-bottom: 1.9375rem;
}

.tabs-catalog__title {
  padding: 0.3125rem 0.625rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-align: left;
  height: 3rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid rgba(0, 0, 0, 0.2);
  gap: 0.375rem;
  border-radius: 5px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.2142857143;
}

.tabs-catalog__title._tab-active {
  background: #f2f2f2;
  border: none;
}

.tabs-catalog__icon {
  width: 0.9375rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.tabs-catalog__row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  position: relative;
}

.tabs-catalog__row::after {
  content: "";
  width: 100%;
  height: 1px;
  left: 0;
  position: absolute;
  border-radius: 5px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(48.11%, rgba(0, 0, 0, 0.2)), color-stop(93.45%, rgba(0, 0, 0, 0)));
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 48.11%, rgba(0, 0, 0, 0) 93.45%);
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 48.11%, rgba(0, 0, 0, 0) 93.45%);
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.tabs-catalog__row:not(:last-child) {
  margin-bottom: 1.875rem;
}

.tabs-catalog__column {
  position: relative;
}

.tabs-catalog__column::after {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  border-radius: 5px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), color-stop(48.11%, rgba(0, 0, 0, 0.2)), color-stop(93.45%, rgba(0, 0, 0, 0)));
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 48.11%, rgba(0, 0, 0, 0) 93.45%);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 48.11%, rgba(0, 0, 0, 0) 93.45%);
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.tabs-catalog__column::before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  border-radius: 5px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(48.11%, rgba(0, 0, 0, 0.2)), color-stop(93.45%, rgba(0, 0, 0, 0)));
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 48.11%, rgba(0, 0, 0, 0) 93.45%);
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 48.11%, rgba(0, 0, 0, 0) 93.45%);
  bottom: 0;
  top: auto;
  left: 0;
}

.tabs-catalog__grid-layout {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}

.tabs-catalog__all {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 13.4375rem;
  margin: 0 auto;
}

.item-catalog {
  position: relative;
  min-height: 10.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  text-align: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0.75rem;
}

.item-catalog__image {
  position: absolute;
  top: 32%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}

.item-catalog__image img {
  max-width: 100%;
}

.item-catalog__text {
  font-weight: 700;
  font-size: 0.875rem;
  min-height: 2.1875rem;
  line-height: 1.2142857143;
  position: relative;
  z-index: 2;
}

.top {
  padding-top: 1.875rem;
}

.top__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.875rem;
}

.top__aside {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 15.9375rem;
          flex: 0 0 15.9375rem;
}

.top__right {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.top__slider {
  border-radius: 5px;
  position: relative;
  height: 100%;
}

.top__pagination {
  position: absolute;
  z-index: 2;
  bottom: -7px;
  -webkit-transform: translate(-50%, 0%);
      -ms-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  left: 50%;
  background: #ffffff;
  border-radius: 5px;
  padding: 0.625rem 1.3125rem 1.0625rem 1.3125rem;
}

.top__pagination .swiper-pagination-bullet {
  border: 1px solid #c4c4c4;
  background-color: #fff;
}

.top__pagination .swiper-pagination-bullet-active {
  background-color: #ff0000;
  border: none;
}

.aside-top {
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.2222222222;
  text-align: center;
}

.aside-top__title:not(:last-child) {
  margin-bottom: 1.125rem;
}

.top-tabs {
  background: #f2f2f2;
  border-radius: 5px;
  border: 1px solid #f2f2f2;
}

.top-tabs__navigation {
  gap: 0.1875rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}

.top-tabs__navigation:not(:last-child) {
  margin-bottom: 0.625rem;
}

.top-tabs__title {
  background: #ffffff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-radius: 5px 5px 0px 5px;
  font-weight: 700;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.3125rem 0.625rem;
  gap: 0.3125rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 2.9375rem;
  font-size: 0.5rem;
  line-height: 1.25;
}

.top-tabs__title._tab-active {
  background: #f2f2f2;
}

.top-tabs__body {
  padding: 0 1.25rem 1.25rem 1.25rem;
}

.top-tabs__title2 {
  font-weight: 700;
  font-size: 0.75rem;
  line-height: 1.25;
  text-align: left;
}

.top-tabs__title2:not(:last-child) {
  margin-bottom: 0.625rem;
}

.top-tabs__bottom {
  font-size: 0.75rem;
  line-height: 1.25;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

.top-tabs__bottom::after {
  content: "";
  background: rgba(0, 0, 0, 0.2);
  top: 50%;
  left: 0;
  position: absolute;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 1px;
  width: 100%;
}

.top-tabs__bottom span {
  background: #f2f2f2;
  padding: 0rem 0.9375rem;
  display: inline-block;
  position: relative;
  z-index: 2;
}

.top-tabs__bottom:not(:last-child) {
  margin-bottom: 1.375rem;
}

.top-tabs__link {
  font-size: 0.75rem;
  padding: 0.3125rem;
}

.form-top:not(:last-child) {
  margin-bottom: 1.5rem;
}

.form-top .select._select-open {
  z-index: auto;
}

.form-top__item {
  background: #ffffff;
  border-radius: 5px;
  position: relative;
}

.form-top__item:not(:last-child) {
  margin-bottom: 0.6875rem;
}

.form-top__input {
  height: 2.9375rem;
  border-radius: 5px;
  font-size: 0.75rem;
  padding-left: 3.3125rem;
}

.form-top__input::-webkit-input-placeholder {
  color: #000;
}

.form-top__input::-moz-placeholder {
  color: #000;
}

.form-top__input:-ms-input-placeholder {
  color: #000;
}

.form-top__input::-ms-input-placeholder {
  color: #000;
}

.form-top__input::placeholder {
  color: #000;
}

.form-top__label {
  background: #2b479d;
  border-radius: 5px;
  width: 2.25rem;
  height: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 0;
  font-size: 0.875rem;
  z-index: 3;
  color: #fff;
  line-height: 130%;
  left: 0;
}

.form-top__button {
  width: 100%;
  margin-top: 0.625rem;
}

.top-slide {
  padding: 3.75rem 1.25rem;
  position: relative;
  font-family: "Poppins";
}

.top-slide__image-ibg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  height: 100%;
}

.top-slide__image-ibg::after {
  content: "";
  position: absolute;
  width: 100%;
  top: 0;
  height: 100%;
  left: 0;
  background: url("../img/top/mask.svg") 55% 33%/cover no-repeat;
}

.top-slide__content {
  position: relative;
  z-index: 2;
}

.top-slide__label {
  padding-left: 3.125rem;
}

.top-slide__label::after {
  content: "";
  width: 105%;
}

.top-slide__label:not(:last-child) {
  margin-bottom: 1.25rem;
}

.top-slide__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-left: 5rem;
  position: relative;
}

.top-slide__text::after {
  content: "";
  background: #ffffff;
  bottom: 0;
  width: 440px;
  height: 3px;
  position: absolute;
  z-index: 3;
  bottom: 0;
  left: 0;
}

.top-slide__text-valute {
  font-weight: 800;
  line-height: 1;
  color: #ff0000;
}

@supports (font-size: clamp( 1.875rem , 0.9969512195rem  +  4.3902439024vw , 4.125rem )) {
  .top-slide__text-valute {
    font-size: clamp( 1.875rem , 0.9969512195rem  +  4.3902439024vw , 4.125rem );
  }
}

@supports not (font-size: clamp( 1.875rem , 0.9969512195rem  +  4.3902439024vw , 4.125rem )) {
  .top-slide__text-valute {
    font-size: calc(1.875rem + 2.25 * (100vw - 20rem) / 51.25);
  }
}

.top-slide__text-digit {
  font-weight: 800;
  line-height: 0.9;
  color: #ee1827;
  -webkit-text-stroke-width: 5px;
  -webkit-text-stroke-color: #fff;
}

@supports (font-size: clamp( 3.75rem , 2.262195122rem  +  7.4390243902vw , 7.5625rem )) {
  .top-slide__text-digit {
    font-size: clamp( 3.75rem , 2.262195122rem  +  7.4390243902vw , 7.5625rem );
  }
}

@supports not (font-size: clamp( 3.75rem , 2.262195122rem  +  7.4390243902vw , 7.5625rem )) {
  .top-slide__text-digit {
    font-size: calc(3.75rem + 3.8125 * (100vw - 20rem) / 51.25);
  }
}

.top-slide__text-descr {
  font-weight: 300;
  color: #ffffff;
  line-height: 1;
}

@supports (font-size: clamp( 1.25rem , 0.5182926829rem  +  3.6585365854vw , 3.125rem )) {
  .top-slide__text-descr {
    font-size: clamp( 1.25rem , 0.5182926829rem  +  3.6585365854vw , 3.125rem );
  }
}

@supports not (font-size: clamp( 1.25rem , 0.5182926829rem  +  3.6585365854vw , 3.125rem )) {
  .top-slide__text-descr {
    font-size: calc(1.25rem + 1.875 * (100vw - 20rem) / 51.25);
  }
}

.somes {
  padding-top: 2.25rem;
  padding-bottom: 2.5rem;
}

.somes__breadcrumb:not(:last-child) {
  margin-bottom: 1.625rem;
}

.somes__top:not(:last-child) {
  margin-bottom: 2.5rem;
}

.top-somes__wrap {
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  min-height: 31.3125rem;
  padding: 1.0625rem 2.5rem 3.125rem 9.5625rem;
}

.top-somes__image-ibg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.top-somes__image-ibg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/somes/decor.svg") 0 0/cover no-repeat;
}

.top-somes__content {
  position: relative;
  z-index: 2;
}

.top-somes__logo:not(:last-child) {
  margin-bottom: 1.375rem;
}

.top-somes__subtitle {
  min-height: 3.625rem;
}

.top-somes__subtitle::after {
  left: -100px;
  width: calc(100% + 120px);
}

.top-somes__subtitle:not(:last-child) {
  margin-bottom: 1.1875rem;
}

.top-somes__text {
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.5);
  max-width: 20.9375rem;
  position: relative;
  padding-bottom: 1.25rem;
}

.top-somes__text::after {
  content: "";
  -webkit-transform: skew(-30deg);
      -ms-transform: skew(-30deg);
          transform: skew(-30deg);
  height: 4px;
  position: absolute;
  bottom: 0;
  left: -130px;
  width: 600px;
  background-color: #ffffff;
}

.bottom-somes__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.25rem 1.875rem;
}

.bottom-somes__item {
  width: 18.8125rem;
  padding-right: 5rem;
  position: relative;
}

.bottom-somes__item:last-child {
  padding-right: 0;
}

.bottom-somes__item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 0;
  width: 50px;
  height: 100%;
  right: 0;
  background: url("../img/somes/decor2.svg") 0 0/contain no-repeat;
}

.bottom-somes__digit {
  font-weight: 800;
  line-height: 1.5;
  font-family: "Poppins";
  color: #ff0000;
  text-align: center;
}

@supports (font-size: clamp( 1.875rem , 1.1432926829rem  +  3.6585365854vw , 3.75rem )) {
  .bottom-somes__digit {
    font-size: clamp( 1.875rem , 1.1432926829rem  +  3.6585365854vw , 3.75rem );
  }
}

@supports not (font-size: clamp( 1.875rem , 1.1432926829rem  +  3.6585365854vw , 3.75rem )) {
  .bottom-somes__digit {
    font-size: calc(1.875rem + 1.875 * (100vw - 20rem) / 51.25);
  }
}

.bottom-somes__digit:not(:last-child) {
  margin-bottom: 0.25rem;
}

.bottom-somes__descr {
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.2142857143;
  text-align: center;
}

.somes-nous {
  background: #121212;
  color: #fff;
  position: relative;
}

@supports (padding-top: clamp( 2.125rem , 0.881097561rem  +  6.2195121951vw , 5.3125rem )) {
  .somes-nous {
    padding-top: clamp( 2.125rem , 0.881097561rem  +  6.2195121951vw , 5.3125rem );
  }
}

@supports not (padding-top: clamp( 2.125rem , 0.881097561rem  +  6.2195121951vw , 5.3125rem )) {
  .somes-nous {
    padding-top: calc(2.125rem + 3.1875 * (100vw - 20rem) / 51.25);
  }
}

@supports (padding-bottom: clamp( 2.5rem , 1.7682926829rem  +  3.6585365854vw , 4.375rem )) {
  .somes-nous {
    padding-bottom: clamp( 2.5rem , 1.7682926829rem  +  3.6585365854vw , 4.375rem );
  }
}

@supports not (padding-bottom: clamp( 2.5rem , 1.7682926829rem  +  3.6585365854vw , 4.375rem )) {
  .somes-nous {
    padding-bottom: calc(2.5rem + 1.875 * (100vw - 20rem) / 51.25);
  }
}

.somes-nous::after {
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: url("../img/somes/decor3.svg") 0 0/cover no-repeat;
}

.somes-nous__container {
  position: relative;
  z-index: 2;
}

.somes-nous__title:not(:last-child) {
  margin-bottom: 1.4375rem;
}

.somes-nous__text {
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.5);
  max-width: 64.5625rem;
  margin: 0 auto 1.875rem;
  text-align: center;
}

.somes-nous__slider {
  padding-top: 1.25rem;
}

.somes-nous__slider:not(:last-child) {
  margin-bottom: 2.5rem;
}

.somes-nous__slide {
  width: 15.9375rem;
}

.somes-nous__slide:nth-child(even) {
  -webkit-transform: translateY(-17px);
      -ms-transform: translateY(-17px);
          transform: translateY(-17px);
}

.somes-nous__image-ibg {
  padding-bottom: 68.6274509804%;
  border-radius: 5px 5px 0 0;
  overflow: hidden;
  display: block;
}

.somes-nous__image-ibg img {
  -webkit-transition: all 0.6s cubic-bezier(0.5, 0.02, 0.13, 0.5);
  -o-transition: all 0.6s cubic-bezier(0.5, 0.02, 0.13, 0.5);
  transition: all 0.6s cubic-bezier(0.5, 0.02, 0.13, 0.5);
}

.somes-nous__all-photo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  max-width: 13.3125rem;
  background-color: transparent;
}

@supports (padding-top: clamp( 2.1875rem , 1.0899390244rem  +  5.487804878vw , 5rem )) {
  .history {
    padding-top: clamp( 2.1875rem , 1.0899390244rem  +  5.487804878vw , 5rem );
  }
}

@supports not (padding-top: clamp( 2.1875rem , 1.0899390244rem  +  5.487804878vw , 5rem )) {
  .history {
    padding-top: calc(2.1875rem + 2.8125 * (100vw - 20rem) / 51.25);
  }
}

@supports (padding-bottom: clamp( 2.5rem , 1.5243902439rem  +  4.8780487805vw , 5rem )) {
  .history {
    padding-bottom: clamp( 2.5rem , 1.5243902439rem  +  4.8780487805vw , 5rem );
  }
}

@supports not (padding-bottom: clamp( 2.5rem , 1.5243902439rem  +  4.8780487805vw , 5rem )) {
  .history {
    padding-bottom: calc(2.5rem + 2.5 * (100vw - 20rem) / 51.25);
  }
}

.history__title:not(:last-child) {
  margin-bottom: 1.5625rem;
}

.history__grid-layout {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 1.875rem;
}

.item-history__year {
  background: #2e2e2e;
  min-height: 4.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.3125rem 1.25rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Poppins";
  font-weight: 800;
  line-height: 1.4857142857;
  color: #ee1827;
  -webkit-text-stroke: 2px #fff;
}

@supports (font-size: clamp( 1.5625rem , 1.318597561rem  +  1.2195121951vw , 2.1875rem )) {
  .item-history__year {
    font-size: clamp( 1.5625rem , 1.318597561rem  +  1.2195121951vw , 2.1875rem );
  }
}

@supports not (font-size: clamp( 1.5625rem , 1.318597561rem  +  1.2195121951vw , 2.1875rem )) {
  .item-history__year {
    font-size: calc(1.5625rem + 0.625 * (100vw - 20rem) / 51.25);
  }
}

.item-history__list {
  padding: 1rem 1.1875rem 0;
  text-align: center;
  font-size: 0.875rem;
  line-height: 140%;
}

.item-history__list-item:not(:last-child) {
  margin-bottom: 1.25rem;
}

.item-history__red-text {
  font-weight: 700;
  color: #ff0000;
}

.country {
  background: #121212;
  position: relative;
  color: #fff;
}

@supports (padding-top: clamp( 2.1875rem , 1.3338414634rem  +  4.2682926829vw , 4.375rem )) {
  .country {
    padding-top: clamp( 2.1875rem , 1.3338414634rem  +  4.2682926829vw , 4.375rem );
  }
}

@supports not (padding-top: clamp( 2.1875rem , 1.3338414634rem  +  4.2682926829vw , 4.375rem )) {
  .country {
    padding-top: calc(2.1875rem + 2.1875 * (100vw - 20rem) / 51.25);
  }
}

@supports (padding-bottom: clamp( 2.1875rem , 1.3338414634rem  +  4.2682926829vw , 4.375rem )) {
  .country {
    padding-bottom: clamp( 2.1875rem , 1.3338414634rem  +  4.2682926829vw , 4.375rem );
  }
}

@supports not (padding-bottom: clamp( 2.1875rem , 1.3338414634rem  +  4.2682926829vw , 4.375rem )) {
  .country {
    padding-bottom: calc(2.1875rem + 2.1875 * (100vw - 20rem) / 51.25);
  }
}

.country__map {
  position: absolute;
  top: 0;
  right: 0;
}

.country__title {
  font-weight: 700;
  line-height: 139.3%;
  position: relative;
  z-index: 2;
}

@supports (font-size: clamp( 1.125rem , 0.3445121951rem  +  3.9024390244vw , 3.125rem )) {
  .country__title {
    font-size: clamp( 1.125rem , 0.3445121951rem  +  3.9024390244vw , 3.125rem );
  }
}

@supports not (font-size: clamp( 1.125rem , 0.3445121951rem  +  3.9024390244vw , 3.125rem )) {
  .country__title {
    font-size: calc(1.125rem + 2 * (100vw - 20rem) / 51.25);
  }
}

.country__title:not(:last-child) {
  margin-bottom: 1.875rem;
}

.country__row {
  position: relative;
  z-index: 2;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  max-width: 63.5rem;
  gap: 5rem;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.country__grid-layout {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 1.875rem;
}

.item-country {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5625rem;
}

.item-country__image {
  max-width: 2.625rem;
  background-color: #fff;
}

.item-country__image img {
  border: 2px solid #fff;
}

.item-country__info-text {
  line-height: 1.2;
}

@supports (font-size: clamp( 1rem , 0.9024390244rem  +  0.487804878vw , 1.25rem )) {
  .item-country__info-text {
    font-size: clamp( 1rem , 0.9024390244rem  +  0.487804878vw , 1.25rem );
  }
}

@supports not (font-size: clamp( 1rem , 0.9024390244rem  +  0.487804878vw , 1.25rem )) {
  .item-country__info-text {
    font-size: calc(1rem + 0.25 * (100vw - 20rem) / 51.25);
  }
}

@supports (padding-bottom: clamp( 0.0000000625rem , -1.7073169863rem  +  8.5365852439vw , 4.375rem )) {
  .fact {
    padding-bottom: clamp( 0.0000000625rem , -1.7073169863rem  +  8.5365852439vw , 4.375rem );
  }
}

@supports not (padding-bottom: clamp( 0.0000000625rem , -1.7073169863rem  +  8.5365852439vw , 4.375rem )) {
  .fact {
    padding-bottom: calc(0.0000000625rem + 4.3749999375 * (100vw - 20rem) / 51.25);
  }
}

@supports (padding-top: clamp( 2.1875rem , 1.0899390244rem  +  5.487804878vw , 5rem )) {
  .fact {
    padding-top: clamp( 2.1875rem , 1.0899390244rem  +  5.487804878vw , 5rem );
  }
}

@supports not (padding-top: clamp( 2.1875rem , 1.0899390244rem  +  5.487804878vw , 5rem )) {
  .fact {
    padding-top: calc(2.1875rem + 2.8125 * (100vw - 20rem) / 51.25);
  }
}

.fact__title:not(:last-child) {
  margin-bottom: 1.125rem;
}

.fact__top:not(:last-child) {
  margin-bottom: 3.625rem;
}

.top-fact__grid-layout {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  position: relative;
}

.top-fact__grid-layout:not(:last-child)::after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(48.11%, rgba(0, 0, 0, 0.2)), color-stop(93.45%, rgba(0, 0, 0, 0)));
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 48.11%, rgba(0, 0, 0, 0) 93.45%);
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 48.11%, rgba(0, 0, 0, 0) 93.45%);
}

.top-fact__grid-layout:nth-child(2) .top-fact__item:not(:last-child)::after {
  content: "";
  width: 1px;
  right: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 28.4375rem;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), color-stop(48.11%, rgba(0, 0, 0, 0.2)), color-stop(93.45%, rgba(0, 0, 0, 0)));
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 48.11%, rgba(0, 0, 0, 0) 93.45%);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 48.11%, rgba(0, 0, 0, 0) 93.45%);
}

.top-fact__item {
  padding: 1.0625rem 1.0625rem;
  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;
  position: relative;
}

.top-fact__icon {
  width: 3.75rem;
  height: 3.75rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #ff0000;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto 1.0625rem;
}

.top-fact__text {
  font-weight: 700;
  font-size: 0.875rem;
  text-align: center;
  line-height: 1.2142857143;
}

.diagram-fact {
  background: #f2f2f2;
  border-radius: 5px;
  position: relative;
  min-height: 30.5625rem;
}

.diagram-fact__image {
  position: absolute;
  bottom: 30px;
  left: 30px;
  overflow: auto;
  max-width: 100%;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

.diagram-fact__image::-webkit-scrollbar {
  display: none;
}

.diagram-fact__image img {
  width: 64.625rem;
  max-width: none;
}

.diagram-fact__content {
  padding: 3rem 1.8125rem;
}

.diagram-fact__subtitle {
  font-size: 0.75rem;
  line-height: 1.25;
}

.diagram-fact__subtitle:not(:last-child) {
  margin-bottom: 0.3125rem;
}

.diagram-fact__title {
  font-weight: 700;
  line-height: 1.22;
  max-width: 31.875rem;
  text-transform: uppercase;
}

@supports (font-size: clamp( 1.125rem , 0.3445121951rem  +  3.9024390244vw , 3.125rem )) {
  .diagram-fact__title {
    font-size: clamp( 1.125rem , 0.3445121951rem  +  3.9024390244vw , 3.125rem );
  }
}

@supports not (font-size: clamp( 1.125rem , 0.3445121951rem  +  3.9024390244vw , 3.125rem )) {
  .diagram-fact__title {
    font-size: calc(1.125rem + 2 * (100vw - 20rem) / 51.25);
  }
}

.diagram-fact__title:not(:last-child) {
  margin-bottom: 2.125rem;
}

.diagram-fact__procent {
  font-weight: 700;
  color: #ff0000;
  line-height: 1.2125;
}

@supports (font-size: clamp( 1.875rem , 0.6554878049rem  +  6.0975609756vw , 5rem )) {
  .diagram-fact__procent {
    font-size: clamp( 1.875rem , 0.6554878049rem  +  6.0975609756vw , 5rem );
  }
}

@supports not (font-size: clamp( 1.875rem , 0.6554878049rem  +  6.0975609756vw , 5rem )) {
  .diagram-fact__procent {
    font-size: calc(1.875rem + 3.125 * (100vw - 20rem) / 51.25);
  }
}

@supports (padding-top: clamp( 1rem , 0.512195122rem  +  2.4390243902vw , 2.25rem )) {
  .mentions {
    padding-top: clamp( 1rem , 0.512195122rem  +  2.4390243902vw , 2.25rem );
  }
}

@supports not (padding-top: clamp( 1rem , 0.512195122rem  +  2.4390243902vw , 2.25rem )) {
  .mentions {
    padding-top: calc(1rem + 1.25 * (100vw - 20rem) / 51.25);
  }
}

@supports (padding-bottom: clamp( 2.375rem , 1.7408536585rem  +  3.1707317073vw , 4rem )) {
  .mentions {
    padding-bottom: clamp( 2.375rem , 1.7408536585rem  +  3.1707317073vw , 4rem );
  }
}

@supports not (padding-bottom: clamp( 2.375rem , 1.7408536585rem  +  3.1707317073vw , 4rem )) {
  .mentions {
    padding-bottom: calc(2.375rem + 1.625 * (100vw - 20rem) / 51.25);
  }
}

.mentions__breadcrumb:not(:last-child) {
  margin-bottom: 0.5625rem;
}

.mentions__title:not(:last-child) {
  margin-bottom: 1.8125rem;
}

.mentions__row {
  gap: 1.875rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
}

.mentions__row:not(:last-child) {
  margin-bottom: 2.375rem;
}

.item-mentions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.3125rem 0.625rem;
  min-height: 3.75rem;
  gap: 0.4375rem;
}

.item-mentions__icon {
  width: 1.5rem;
  height: 1.5rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.item-mentions__link {
  max-width: 10.375rem;
  font-weight: 700;
  -webkit-transition: all 0.3s cubic-bezier(0.5, 0.02, 0.13, 0.5);
  -o-transition: all 0.3s cubic-bezier(0.5, 0.02, 0.13, 0.5);
  transition: all 0.3s cubic-bezier(0.5, 0.02, 0.13, 0.5);
  font-size: 0.875rem;
  line-height: 1.2142857143;
}

.info-mentions__row {
  display: -ms-grid;
  display: grid;
  gap: 1.875rem;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}

.info-mentions__list {
  display: -ms-grid;
  display: grid;
  gap: 0.625rem;
  font-size: 0.875rem;
  line-height: 130%;
}

.info-mentions__list b {
  font-weight: 700;
}

.info-mentions__list a {
  font-weight: 700;
  -webkit-transition: all 0.3s cubic-bezier(0.5, 0.02, 0.13, 0.5);
  -o-transition: all 0.3s cubic-bezier(0.5, 0.02, 0.13, 0.5);
  transition: all 0.3s cubic-bezier(0.5, 0.02, 0.13, 0.5);
}

.info-mentions__red-text {
  font-weight: 700;
  color: #ff0000;
}

@supports (padding-top: clamp( 2.1875rem , 1.3338414634rem  +  4.2682926829vw , 4.375rem )) {
  .mentions-info {
    padding-top: clamp( 2.1875rem , 1.3338414634rem  +  4.2682926829vw , 4.375rem );
  }
}

@supports not (padding-top: clamp( 2.1875rem , 1.3338414634rem  +  4.2682926829vw , 4.375rem )) {
  .mentions-info {
    padding-top: calc(2.1875rem + 2.1875 * (100vw - 20rem) / 51.25);
  }
}

@supports (padding-bottom: clamp( 2.1875rem , 1.3338414634rem  +  4.2682926829vw , 4.375rem )) {
  .mentions-info {
    padding-bottom: clamp( 2.1875rem , 1.3338414634rem  +  4.2682926829vw , 4.375rem );
  }
}

@supports not (padding-bottom: clamp( 2.1875rem , 1.3338414634rem  +  4.2682926829vw , 4.375rem )) {
  .mentions-info {
    padding-bottom: calc(2.1875rem + 2.1875 * (100vw - 20rem) / 51.25);
  }
}

@supports (margin-bottom: clamp( 1.3125rem , 0.3612804878rem  +  4.756097561vw , 3.75rem )) {
  .mentions-info__item:not(:last-child) {
    margin-bottom: clamp( 1.3125rem , 0.3612804878rem  +  4.756097561vw , 3.75rem );
  }
}

@supports not (margin-bottom: clamp( 1.3125rem , 0.3612804878rem  +  4.756097561vw , 3.75rem )) {
  .mentions-info__item:not(:last-child) {
    margin-bottom: calc(1.3125rem + 2.4375 * (100vw - 20rem) / 51.25);
  }
}

.mentions-info__title {
  text-align: left;
}

.mentions-info__title:not(:last-child) {
  margin-bottom: 0.625rem;
}

.mentions-info__text {
  font-size: 0.875rem;
  line-height: 130%;
}

.mentions-black {
  background: #121212;
  color: #fff;
  position: relative;
  padding: 2.6875rem 0;
}

.mentions-black::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 100%;
  background: url("../img/mentions/decor.svg") 0 0/cover no-repeat;
}

.mentions-black__text {
  max-width: 42.1875rem;
  text-align: center;
  font-size: 0.875rem;
  line-height: 130%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.mentions-black__logo {
  max-width: 8.75rem;
  margin: 0 auto 1.625rem;
  position: relative;
  z-index: 2;
}

.black-text {
  background: #121212;
  color: #ffffff;
}

@supports (padding-bottom: clamp( 2.5625rem , 1.8551829268rem  +  3.5365853659vw , 4.375rem )) {
  .black-text {
    padding-bottom: clamp( 2.5625rem , 1.8551829268rem  +  3.5365853659vw , 4.375rem );
  }
}

@supports not (padding-bottom: clamp( 2.5625rem , 1.8551829268rem  +  3.5365853659vw , 4.375rem )) {
  .black-text {
    padding-bottom: calc(2.5625rem + 1.8125 * (100vw - 20rem) / 51.25);
  }
}

@supports (padding-top: clamp( 2.1875rem , 1.4801829268rem  +  3.5365853659vw , 4rem )) {
  .black-text {
    padding-top: clamp( 2.1875rem , 1.4801829268rem  +  3.5365853659vw , 4rem );
  }
}

@supports not (padding-top: clamp( 2.1875rem , 1.4801829268rem  +  3.5365853659vw , 4rem )) {
  .black-text {
    padding-top: calc(2.1875rem + 1.8125 * (100vw - 20rem) / 51.25);
  }
}

.black-text__container {
  text-align: center;
}

.black-text__title:not(:last-child) {
  margin-bottom: 0.9375rem;
}

.black-text__descr {
  font-size: 0.875rem;
  line-height: 130%;
  max-width: 42.1875rem;
  margin: 0 auto;
}

.partner {
  min-height: 46.8125rem;
  position: relative;
  padding: 2.25rem 0;
  color: #fff;
}

@supports (margin-bottom: clamp( 2.1875rem , -3.9791666667rem  +  12.8472222222vw , 11.4375rem )) {
  .partner__breadcrumb:not(:last-child) {
    margin-bottom: clamp( 2.1875rem , -3.9791666667rem  +  12.8472222222vw , 11.4375rem );
  }
}

@supports not (margin-bottom: clamp( 2.1875rem , -3.9791666667rem  +  12.8472222222vw , 11.4375rem )) {
  .partner__breadcrumb:not(:last-child) {
    margin-bottom: calc(2.1875rem + 9.25 * (100vw - 48rem) / 72);
  }
}

.partner__bg-ibg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.partner__bg-ibg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/partner/01.svg") 0 0/cover no-repeat;
}

.partner__container {
  position: relative;
  text-align: center;
  z-index: 2;
}

.partner__title {
  font-weight: 700;
  line-height: 1.225;
  max-width: 55.6875rem;
  margin: 0 auto;
}

@supports (font-size: clamp( 1.125rem , 0.5884146341rem  +  2.6829268293vw , 2.5rem )) {
  .partner__title {
    font-size: clamp( 1.125rem , 0.5884146341rem  +  2.6829268293vw , 2.5rem );
  }
}

@supports not (font-size: clamp( 1.125rem , 0.5884146341rem  +  2.6829268293vw , 2.5rem )) {
  .partner__title {
    font-size: calc(1.125rem + 1.375 * (100vw - 20rem) / 51.25);
  }
}

.partner__title:not(:last-child) {
  margin-bottom: 0.8125rem;
}

.partner__descr {
  font-size: 0.875rem;
  line-height: 1.2142857143;
}

.partner__descr:not(:last-child) {
  margin-bottom: 2.5rem;
}

.partner__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.875rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.partner__button {
  max-width: 12.875rem;
  width: 100%;
}

@supports (padding-top: clamp( 2.5rem , 1.5243902439rem  +  4.8780487805vw , 5rem )) {
  .new {
    padding-top: clamp( 2.5rem , 1.5243902439rem  +  4.8780487805vw , 5rem );
  }
}

@supports not (padding-top: clamp( 2.5rem , 1.5243902439rem  +  4.8780487805vw , 5rem )) {
  .new {
    padding-top: calc(2.5rem + 2.5 * (100vw - 20rem) / 51.25);
  }
}

@supports (padding-bottom: clamp( 2.5rem , 1.5243902439rem  +  4.8780487805vw , 5rem )) {
  .new {
    padding-bottom: clamp( 2.5rem , 1.5243902439rem  +  4.8780487805vw , 5rem );
  }
}

@supports not (padding-bottom: clamp( 2.5rem , 1.5243902439rem  +  4.8780487805vw , 5rem )) {
  .new {
    padding-bottom: calc(2.5rem + 2.5 * (100vw - 20rem) / 51.25);
  }
}

.new__title {
  text-transform: uppercase;
}

.new__title:not(:last-child) {
  margin-bottom: 2.375rem;
}

.new__pagination {
  margin-top: 1.25rem;
}

.new__pagination .swiper-pagination-bullet {
  border: 1px solid #c4c4c4;
}

.new__pagination .swiper-pagination-bullet-active {
  border: 1px solid #ff0000;
}

.new__wrapper::after {
  content: "";
  background: rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  position: absolute;
  top: 46px;
  left: 0;
  height: 7px;
  width: 100%;
}

.new__slider:not(:last-child) {
  margin-bottom: 2.5rem;
}

.new__buttons {
  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;
  gap: 1.875rem;
}

.new__button {
  max-width: 12.875rem;
  width: 100%;
}

.item-new {
  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;
  text-align: center;
}

.item-new__icon:not(:last-child) {
  margin-bottom: 1.4375rem;
}

.item-new__title {
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.2222222222;
}

.item-new__title:not(:last-child) {
  margin-bottom: 0.6875rem;
}

.item-new__text {
  max-width: 16.25rem;
}

.position {
  background: #f2f2f2;
}

@supports (padding-top: clamp( 2.5rem , 1.6463414634rem  +  4.2682926829vw , 4.6875rem )) {
  .position {
    padding-top: clamp( 2.5rem , 1.6463414634rem  +  4.2682926829vw , 4.6875rem );
  }
}

@supports not (padding-top: clamp( 2.5rem , 1.6463414634rem  +  4.2682926829vw , 4.6875rem )) {
  .position {
    padding-top: calc(2.5rem + 2.1875 * (100vw - 20rem) / 51.25);
  }
}

@supports (padding-bottom: clamp( 2.5rem , 1.6463414634rem  +  4.2682926829vw , 4.6875rem )) {
  .position {
    padding-bottom: clamp( 2.5rem , 1.6463414634rem  +  4.2682926829vw , 4.6875rem );
  }
}

@supports not (padding-bottom: clamp( 2.5rem , 1.6463414634rem  +  4.2682926829vw , 4.6875rem )) {
  .position {
    padding-bottom: calc(2.5rem + 2.1875 * (100vw - 20rem) / 51.25);
  }
}

.position__row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 39.1891891892% auto;
  grid-template-columns: 39.1891891892% auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.5rem;
}

.position__grid-layout {
  display: -ms-grid;
  display: grid;
  gap: 1.25rem;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
}

.position__grid-layout:not(:last-child) {
  margin-bottom: 1.0625rem;
}

.position__title {
  text-align: left;
}

.position__title:not(:last-child) {
  margin-bottom: 1.0625rem;
}

.position__subtitle {
  font-size: 0.875rem;
  line-height: 130%;
}

.position__subtitle:not(:last-child) {
  margin-bottom: 1.25rem;
}

.position__bottom-text {
  font-size: 0.875rem;
  line-height: 130%;
}

.position__bottom-text:not(:last-child) {
  margin-bottom: 2rem;
}

.position__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.875rem;
}

.position__button {
  max-width: 12.875rem;
  width: 100%;
}

.item-position {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 1rem 0.9375rem 0.9375rem 1.25rem;
}

.item-position__digit {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 130%;
  color: #ff0000;
}

.item-position__digit:not(:last-child) {
  margin-bottom: 0.625rem;
}

.item-position__text {
  font-size: 0.875rem;
  line-height: 130%;
}

@supports (padding-top: clamp( 2.1875rem , 1.2118902439rem  +  4.8780487805vw , 4.6875rem )) {
  .benefit {
    padding-top: clamp( 2.1875rem , 1.2118902439rem  +  4.8780487805vw , 4.6875rem );
  }
}

@supports not (padding-top: clamp( 2.1875rem , 1.2118902439rem  +  4.8780487805vw , 4.6875rem )) {
  .benefit {
    padding-top: calc(2.1875rem + 2.5 * (100vw - 20rem) / 51.25);
  }
}

@supports (padding-bottom: clamp( 2.1875rem , 1.2118902439rem  +  4.8780487805vw , 4.6875rem )) {
  .benefit {
    padding-bottom: clamp( 2.1875rem , 1.2118902439rem  +  4.8780487805vw , 4.6875rem );
  }
}

@supports not (padding-bottom: clamp( 2.1875rem , 1.2118902439rem  +  4.8780487805vw , 4.6875rem )) {
  .benefit {
    padding-bottom: calc(2.1875rem + 2.5 * (100vw - 20rem) / 51.25);
  }
}

.benefit__title:not(:last-child) {
  margin-bottom: 0.3125rem;
}

.benefit__subtitle {
  font-size: 0.875rem;
  max-width: 38.875rem;
  text-align: center;
  line-height: 130%;
  margin: 0 auto;
}

.benefit__subtitle:not(:last-child) {
  margin-bottom: 1.5625rem;
}

.benefit__grid-layout {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  max-width: 52.5rem;
  margin: 0 auto;
  position: relative;
}

.benefit__grid-layout::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(48.11%, rgba(0, 0, 0, 0.2)), color-stop(93.45%, rgba(0, 0, 0, 0)));
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 48.11%, rgba(0, 0, 0, 0) 93.45%);
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 48.11%, rgba(0, 0, 0, 0) 93.45%);
}

.benefit__grid-layout:not(:last-child) {
  margin-bottom: 2.5625rem;
}

.benefit__item:nth-child(2) {
  position: relative;
}

.benefit__item:nth-child(2)::before {
  content: "";
  width: 1px !important;
  height: 20.625rem;
  position: absolute;
  pointer-events: none;
  left: 0;
  top: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), color-stop(48.11%, rgba(0, 0, 0, 0.2)), color-stop(93.45%, rgba(0, 0, 0, 0)));
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 48.11%, rgba(0, 0, 0, 0) 93.45%);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 48.11%, rgba(0, 0, 0, 0) 93.45%);
}

.benefit__item:nth-child(2)::after {
  content: "";
  width: 1px;
  height: 20.625rem;
  position: absolute;
  pointer-events: none;
  right: 0;
  top: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), color-stop(48.11%, rgba(0, 0, 0, 0.2)), color-stop(93.45%, rgba(0, 0, 0, 0)));
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 48.11%, rgba(0, 0, 0, 0) 93.45%);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 48.11%, rgba(0, 0, 0, 0) 93.45%);
}

.benefit__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.875rem;
}

.benefit__button {
  width: 100%;
  max-width: 12.875rem;
}

.item-benefit {
  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;
  padding: 1.125rem 0.625rem 2.125rem;
  position: relative;
}

.item-benefit__icon {
  width: 3.75rem;
  height: 3.75rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #000000;
}

.item-benefit__icon:not(:last-child) {
  margin-bottom: 1.0625rem;
}

.item-benefit__text {
  font-weight: 700;
  font-size: 0.875rem;
  text-align: center;
  line-height: 1.2142857143;
  max-width: 13.625rem;
}

.comerse {
  position: relative;
}

@supports (padding-top: clamp( 3.125rem , 2.2713414634rem  +  4.2682926829vw , 5.3125rem )) {
  .comerse {
    padding-top: clamp( 3.125rem , 2.2713414634rem  +  4.2682926829vw , 5.3125rem );
  }
}

@supports not (padding-top: clamp( 3.125rem , 2.2713414634rem  +  4.2682926829vw , 5.3125rem )) {
  .comerse {
    padding-top: calc(3.125rem + 2.1875 * (100vw - 20rem) / 51.25);
  }
}

@supports (padding-bottom: clamp( 3.125rem , 2.2713414634rem  +  4.2682926829vw , 5.3125rem )) {
  .comerse {
    padding-bottom: clamp( 3.125rem , 2.2713414634rem  +  4.2682926829vw , 5.3125rem );
  }
}

@supports not (padding-bottom: clamp( 3.125rem , 2.2713414634rem  +  4.2682926829vw , 5.3125rem )) {
  .comerse {
    padding-bottom: calc(3.125rem + 2.1875 * (100vw - 20rem) / 51.25);
  }
}

.comerse__image-ibg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.comerse__image-ibg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/comerse/decor.svg") 0 0/cover no-repeat;
}

.comerse__container {
  position: relative;
  z-index: 2;
}

.comerse__content {
  max-width: 28.3125rem;
  margin: 0 0 0 auto;
}

.comerse__title:not(:last-child) {
  margin-bottom: 2.875rem;
}

.comerse__grid-layout {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 2.5rem 3.3125rem;
}

.item-comerse {
  background: #ffffff;
  border-radius: 5px;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 0.625rem 0.625rem;
  min-height: 12.5rem;
  position: relative;
}

.item-comerse:nth-child(odd)::after {
  content: "";
  width: 0;
  position: absolute;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  left: calc(100% - 7px);
  height: 0;
  border-top: 15px solid transparent;
  border-left: 30px solid #fff;
  border-bottom: 15px solid transparent;
}

.item-comerse:not(:last-child)::after {
  content: "";
  position: absolute;
}

.item-comerse__digit {
  font-weight: 700;
  height: 2.5rem;
  font-size: 1.25rem;
  line-height: 1.2;
  width: 2.5rem;
  background-color: #ff0000;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: -20px auto 1rem;
}

.item-comerse__title {
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.2222222222;
}

.item-comerse__title:not(:last-child) {
  margin-bottom: 0.75rem;
}

.item-comerse__descr {
  font-size: 0.875rem;
  line-height: 130%;
}

.contact {
  background: #f2f2f2;
}

@supports (padding-top: clamp( 2.1875rem , 1.4801829268rem  +  3.5365853659vw , 4rem )) {
  .contact {
    padding-top: clamp( 2.1875rem , 1.4801829268rem  +  3.5365853659vw , 4rem );
  }
}

@supports not (padding-top: clamp( 2.1875rem , 1.4801829268rem  +  3.5365853659vw , 4rem )) {
  .contact {
    padding-top: calc(2.1875rem + 1.8125 * (100vw - 20rem) / 51.25);
  }
}

@supports (padding-bottom: clamp( 2.5rem , 1.5243902439rem  +  4.8780487805vw , 5rem )) {
  .contact {
    padding-bottom: clamp( 2.5rem , 1.5243902439rem  +  4.8780487805vw , 5rem );
  }
}

@supports not (padding-bottom: clamp( 2.5rem , 1.5243902439rem  +  4.8780487805vw , 5rem )) {
  .contact {
    padding-bottom: calc(2.5rem + 2.5 * (100vw - 20rem) / 51.25);
  }
}

.contact__title:not(:last-child) {
  margin-bottom: 0.4375rem;
}

.contact__subtitle {
  margin: 0 auto 1.3125rem;
  font-size: 0.875rem;
  line-height: 130%;
  text-align: center;
  max-width: 48.25rem;
}

.contact__form {
  background: #ffffff;
  border-radius: 5px;
  max-width: 37.9375rem;
  margin: 0 auto;
  padding: 2.5rem;
}

.form {
  width: 100%;
}

.form__items {
  display: -ms-grid;
  display: grid;
  gap: 1.1875rem;
}

.form__row {
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  display: -ms-grid;
  display: grid;
  gap: 1.25rem 1.125rem;
}

.form__textarea {
  min-height: 6.25rem;
  padding: 0.875rem 1.3125rem;
}

.form__count-symbol-textarea {
  font-size: 14px;
  line-height: 130%;
  margin-top: 0.4375rem;
  color: #666666;
  text-align: right;
}

.form__info {
  font-size: 0.875rem;
  line-height: 130%;
  color: #666666;
  margin-top: 0.5rem;
}

.form__info:not(:last-child) {
  margin-bottom: 1.5625rem;
}

.form__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25rem;
}

.form__button {
  width: 12.875rem;
}

.spare {
  padding-top: 2.25rem;
}

@supports (padding-bottom: clamp( 2.25rem , 1.4207317073rem  +  4.1463414634vw , 4.375rem )) {
  .spare {
    padding-bottom: clamp( 2.25rem , 1.4207317073rem  +  4.1463414634vw , 4.375rem );
  }
}

@supports not (padding-bottom: clamp( 2.25rem , 1.4207317073rem  +  4.1463414634vw , 4.375rem )) {
  .spare {
    padding-bottom: calc(2.25rem + 2.125 * (100vw - 20rem) / 51.25);
  }
}

.spare__breadcrumb:not(:last-child) {
  margin-bottom: 0.8125rem;
}

.spare__title:not(:last-child) {
  margin-bottom: 1.875rem;
}

.spare__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 2.5rem;
  white-space: nowrap;
  overflow-x: auto;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

.spare__row::-webkit-scrollbar {
  display: none;
}

.spare__item {
  width: 6.25rem;
  height: 6.25rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
}

.spare__item:first-child {
  margin-left: auto;
}

.spare__item:last-child {
  margin-right: auto;
}

.spare__item:not(:last-child)::after {
  content: "";
  position: absolute;
  width: 1px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -20px;
  height: 5.1875rem;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), color-stop(48.11%, rgba(0, 0, 0, 0.2)), color-stop(93.45%, rgba(0, 0, 0, 0)));
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 48.11%, rgba(0, 0, 0, 0) 93.45%);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 48.11%, rgba(0, 0, 0, 0) 93.45%);
}

.spare__button-all {
  max-width: 18.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
}

.spare-type {
  background: #f2f2f2;
}

@supports (padding-top: clamp( 3.375rem , 3.0335365854rem  +  1.7073170732vw , 4.25rem )) {
  .spare-type {
    padding-top: clamp( 3.375rem , 3.0335365854rem  +  1.7073170732vw , 4.25rem );
  }
}

@supports not (padding-top: clamp( 3.375rem , 3.0335365854rem  +  1.7073170732vw , 4.25rem )) {
  .spare-type {
    padding-top: calc(3.375rem + 0.875 * (100vw - 20rem) / 51.25);
  }
}

@supports (padding-bottom: clamp( 2.5rem , 1.7195121951rem  +  3.9024390244vw , 4.5rem )) {
  .spare-type {
    padding-bottom: clamp( 2.5rem , 1.7195121951rem  +  3.9024390244vw , 4.5rem );
  }
}

@supports not (padding-bottom: clamp( 2.5rem , 1.7195121951rem  +  3.9024390244vw , 4.5rem )) {
  .spare-type {
    padding-bottom: calc(2.5rem + 2 * (100vw - 20rem) / 51.25);
  }
}

.spare-type__title:not(:last-child) {
  margin-bottom: 1.5625rem;
}

.spare-type__grid-layout {
  display: -ms-grid;
  display: grid;
  gap: 2rem 1.25rem;
  -ms-grid-columns: (1fr)[6];
  grid-template-columns: repeat(6, 1fr);
}

.spare-type__grid-layout:not(:last-child) {
  margin-bottom: 2.5rem;
}

.spare-type__all-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  max-width: 17.5625rem;
}

.item-type {
  text-align: center;
}

.item-type__top {
  padding-bottom: 0.625rem;
  position: relative;
}

.item-type__top::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
  max-width: 8.3125rem;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(48.11%, rgba(0, 0, 0, 0.2)), color-stop(93.45%, rgba(0, 0, 0, 0)));
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 48.11%, rgba(0, 0, 0, 0) 93.45%);
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 48.11%, rgba(0, 0, 0, 0) 93.45%);
}

.item-type__img {
  height: 7.1875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

.item-type__title {
  display: block;
  font-weight: 700;
  font-size: 1.0625rem;
  line-height: 1.2352941176;
  -webkit-transition: all 0.3s cubic-bezier(0.5, 0.02, 0.13, 0.5);
  -o-transition: all 0.3s cubic-bezier(0.5, 0.02, 0.13, 0.5);
  transition: all 0.3s cubic-bezier(0.5, 0.02, 0.13, 0.5);
  height: 2.625rem;
  overflow: hidden;
}

.item-type__list {
  padding-top: 1.375rem;
}

.item-type__list-link {
  font-size: 0.875rem;
  line-height: 175.8%;
  -webkit-transition: all 0.3s cubic-bezier(0.5, 0.02, 0.13, 0.5);
  -o-transition: all 0.3s cubic-bezier(0.5, 0.02, 0.13, 0.5);
  transition: all 0.3s cubic-bezier(0.5, 0.02, 0.13, 0.5);
}

@supports (padding-top: clamp( 2.1875rem , 1.4070121951rem  +  3.9024390244vw , 4.1875rem )) {
  .shop {
    padding-top: clamp( 2.1875rem , 1.4070121951rem  +  3.9024390244vw , 4.1875rem );
  }
}

@supports not (padding-top: clamp( 2.1875rem , 1.4070121951rem  +  3.9024390244vw , 4.1875rem )) {
  .shop {
    padding-top: calc(2.1875rem + 2 * (100vw - 20rem) / 51.25);
  }
}

@supports (padding-bottom: clamp( 2.5rem , 1.7682926829rem  +  3.6585365854vw , 4.375rem )) {
  .shop {
    padding-bottom: clamp( 2.5rem , 1.7682926829rem  +  3.6585365854vw , 4.375rem );
  }
}

@supports not (padding-bottom: clamp( 2.5rem , 1.7682926829rem  +  3.6585365854vw , 4.375rem )) {
  .shop {
    padding-bottom: calc(2.5rem + 1.875 * (100vw - 20rem) / 51.25);
  }
}

.shop.grey {
  background: #f2f2f2;
}

.shop_small {
  padding: 0.625rem 0 1.25rem;
}

.shop__descr {
  font-size: 0.875rem;
  text-align: center;
  line-height: 130%;
}

.shop__descr:not(:last-child) {
  margin-bottom: 1.8125rem;
}

.shop__title {
  text-transform: uppercase;
}

.shop__title:not(:last-child) {
  margin-bottom: 1.125rem;
}

.shop__slider-wrap {
  position: relative;
}

.shop__pagination {
  margin-top: 1.25rem;
}

@supports (padding-bottom: clamp( 2.5rem , 1.7682926829rem  +  3.6585365854vw , 4.375rem )) {
  .plus-partner {
    padding-bottom: clamp( 2.5rem , 1.7682926829rem  +  3.6585365854vw , 4.375rem );
  }
}

@supports not (padding-bottom: clamp( 2.5rem , 1.7682926829rem  +  3.6585365854vw , 4.375rem )) {
  .plus-partner {
    padding-bottom: calc(2.5rem + 1.875 * (100vw - 20rem) / 51.25);
  }
}

.plus-partner__title {
  max-width: 57.5rem;
  margin: 0 auto;
}

.plus-partner__title:not(:last-child) {
  margin-bottom: 1.25rem;
}

.plus-partner__row {
  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;
  gap: 2.1875rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.category {
  padding-top: 2.25rem;
  padding-bottom: 2.9375rem;
}

.category__breadcrumb:not(:last-child) {
  margin-bottom: 0.8125rem;
}

.category__title:not(:last-child) {
  margin-bottom: 2.4375rem;
}

.category__grid-layout {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  gap: 1.25rem 0.625rem;
  max-width: 67.125rem;
  margin: 0 auto 2.5625rem;
}

.category__all-btn {
  max-width: 17.5625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
}

.item-category__image-ibg {
  height: 5.8125rem;
  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;
}

.item-category__image-ibg:not(:last-child) {
  margin-bottom: 0.3125rem;
}

.item-category__image-ibg img {
  -o-object-fit: contain;
     object-fit: contain;
  height: auto;
  width: auto;
  position: relative;
}

.item-category__link {
  display: block;
  font-weight: 700;
  text-align: center;
  font-size: 1.0625rem;
  line-height: 1.2352941176;
  -webkit-transition: all 0.3s cubic-bezier(0.5, 0.02, 0.13, 0.5);
  -o-transition: all 0.3s cubic-bezier(0.5, 0.02, 0.13, 0.5);
  transition: all 0.3s cubic-bezier(0.5, 0.02, 0.13, 0.5);
}

.text {
  padding-top: 2.8125rem;
}

@supports (padding-bottom: clamp( 0.0000000625rem , -1.0975608887rem  +  5.4878047561vw , 2.8125rem )) {
  .text {
    padding-bottom: clamp( 0.0000000625rem , -1.0975608887rem  +  5.4878047561vw , 2.8125rem );
  }
}

@supports not (padding-bottom: clamp( 0.0000000625rem , -1.0975608887rem  +  5.4878047561vw , 2.8125rem )) {
  .text {
    padding-bottom: calc(0.0000000625rem + 2.8124999375 * (100vw - 20rem) / 51.25);
  }
}

.text__title:not(:last-child) {
  margin-bottom: 1.0625rem;
}

.text__info {
  font-size: 0.875rem;
  line-height: 130%;
}

.text__info:not(:last-child) {
  margin-bottom: 2.125rem;
}

.text__row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 0.6875rem 1.875rem;
}

.text__column:nth-child(3) {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/3;
}

.text__item:not(:last-child) {
  margin-bottom: 1.6875rem;
}

.item-text {
  font-size: 0.875rem;
  line-height: 130%;
}

.item-text a {
  text-decoration: underline !important;
  font-weight: 700;
  color: #ff0000;
}

.item-text__title {
  font-weight: 700;
  line-height: 1.2;
}

@supports (font-size: clamp( 1rem , 0.9024390244rem  +  0.487804878vw , 1.25rem )) {
  .item-text__title {
    font-size: clamp( 1rem , 0.9024390244rem  +  0.487804878vw , 1.25rem );
  }
}

@supports not (font-size: clamp( 1rem , 0.9024390244rem  +  0.487804878vw , 1.25rem )) {
  .item-text__title {
    font-size: calc(1rem + 0.25 * (100vw - 20rem) / 51.25);
  }
}

.item-text__title:not(:last-child) {
  margin-bottom: 0.75rem;
}

.detail {
  padding-top: 2.3125rem;
  padding-bottom: 1.25rem;
}

.detail__open-filter {
  width: 100%;
}

.detail__open-filter:not(:last-child) {
  margin-bottom: 1rem;
}

.detail__breadcrumb:not(:last-child) {
  margin-bottom: 0.875rem;
}

.detail__title {
  text-transform: uppercase;
}

.detail__title:not(:last-child) {
  margin-bottom: 1.25rem;
}

.detail__row {
  display: -ms-grid;
  display: grid;
  gap: 1.6875rem;
  -ms-grid-columns: 16.625rem auto;
  grid-template-columns: 16.625rem auto;
}

.detail__content {
  min-width: 0;
}

.detail__nav {
  display: -ms-grid;
  display: grid;
  gap: 1.6875rem;
  -ms-grid-columns: (1fr)[5];
  grid-template-columns: repeat(5, 1fr);
}

.detail__nav:not(:last-child) {
  margin-bottom: 2.25rem;
}

.detail__nav-item {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 1.25rem 0.3125rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s cubic-bezier(0.5, 0.02, 0.13, 0.5);
  -o-transition: all 0.3s cubic-bezier(0.5, 0.02, 0.13, 0.5);
  transition: all 0.3s cubic-bezier(0.5, 0.02, 0.13, 0.5);
}

.detail__nav-item.active {
  border: 1px solid #ff0000;
}

.detail__nav-img {
  max-width: 3.125rem;
}

.detail__nav-img:not(:last-child) {
  margin-bottom: 0.625rem;
}

.detail__nav-text {
  font-weight: 700;
  line-height: 1.1875;
}

.detail__title-sub {
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.2222222222;
  text-transform: uppercase;
}

.detail__title-sub:not(:last-child) {
  margin-bottom: 1.5625rem;
}

.detail__card:not(:last-child) {
  margin-bottom: 1.25rem;
}

.card-detail {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 10.9375rem;
  grid-template-columns: auto 10.9375rem;
  position: relative;
  padding-top: 1.25rem;
}

.card-detail::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(48.11%, rgba(0, 0, 0, 0.2)), color-stop(93.45%, rgba(0, 0, 0, 0)));
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 48.11%, rgba(0, 0, 0, 0) 93.45%);
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 48.11%, rgba(0, 0, 0, 0) 93.45%);
}

.card-detail__main {
  position: relative;
  padding-right: 0.8125rem;
}

.card-detail__main::after {
  content: "";
  position: absolute;
  width: 1px;
  top: 0;
  right: 0;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(51.49%, rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0)));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 51.49%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 51.49%, rgba(0, 0, 0, 0) 100%);
}

.card-detail__head {
  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;
  gap: 1.25rem;
}

.card-detail__head:not(:last-child) {
  margin-bottom: 2.25rem;
}

.card-detail__link {
  font-weight: 700;
  font-size: 1.1875rem;
  line-height: 0.9473684211;
  display: block;
}

.card-detail__link:not(:last-child) {
  margin-bottom: 0.625rem;
}

.card-detail__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  font-size: 0.6875rem;
  line-height: 1.1818181818;
  color: #606062;
}

.card-detail__is {
  color: #01a944;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.1875rem;
}

.card-detail__is img {
  max-width: 0.625rem;
}

.card-detail__head-right {
  gap: 0.4375rem;
  display: -ms-grid;
  display: grid;
}

.card-detail__head-right .rating {
  font-size: 1.1875rem;
}

.card-detail__link-review {
  font-size: 0.75rem;
  line-height: 1.1666666667;
  -webkit-transition: all 0.3s cubic-bezier(0.5, 0.02, 0.13, 0.5);
  -o-transition: all 0.3s cubic-bezier(0.5, 0.02, 0.13, 0.5);
  transition: all 0.3s cubic-bezier(0.5, 0.02, 0.13, 0.5);
}

.card-detail__body {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 14.75rem auto;
  grid-template-columns: 14.75rem auto;
  gap: 0.9375rem;
}

.card-detail__table:not(:last-child) {
  margin-bottom: 0.75rem;
}

.card-detail__more-info {
  display: block;
  font-size: 0.875rem;
  line-height: 1.6428571429;
  padding-left: 1.25rem;
  color: #ff0000;
}

.table-detail__title {
  font-size: 0.875rem;
  line-height: 1;
  color: #444444;
  padding-left: 1.25rem;
}

.table-detail__title:not(:last-child) {
  margin-bottom: 0.8125rem;
}

.table-detail__body:not(:last-child) {
  margin-bottom: 0.75rem;
}

.table-detail__row {
  padding: 0.1875rem 1.25rem;
  border-radius: 5px;
  gap: 1.875rem;
  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;
  font-size: 0.875rem;
  line-height: 1.1428571429;
}

.table-detail__row:nth-child(even) {
  background: #f2f2f2;
}

.table-detail__column2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
  text-align: right;
  color: #707070;
}

.aside-detail {
  padding-left: 0.8125rem;
  padding-top: 0.625rem;
}

.aside-detail__head {
  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;
  gap: 1.25rem;
}

.aside-detail__head:not(:last-child) {
  margin-bottom: 1.6875rem;
}

.aside-detail__heart {
  position: relative;
  top: 0;
  right: 0;
}

.aside-detail__info:not(:last-child) {
  margin-bottom: 1.625rem;
}

.aside-detail__price {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.0833333333;
  letter-spacing: 0.666667px;
  text-transform: uppercase;
}

.aside-detail__price:not(:last-child) {
  margin-bottom: 0.0625rem;
}

.aside-detail__descr {
  font-size: 0.5625rem;
  line-height: 1.1;
  letter-spacing: 0.133333px;
}

.aside-detail__quantity:not(:last-child) {
  margin-bottom: 0.8125rem;
}

.aside-detail__button {
  height: 1.6875rem;
  width: 100%;
}

.car-detail {
  background: #f2f2f2;
}

.car-detail.open .car-detail__open-arrow {
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
}

.car-detail.open .car-detail__button:first-child {
  pointer-events: none;
}

.car-detail__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.25rem;
  padding: 0.8125rem 0;
}

.car-detail__descr {
  font-size: 0.875rem;
  line-height: 130%;
}

.car-detail__body {
  padding: 1.0625rem 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.car-detail__row {
  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;
  gap: 1.25rem;
}

.car-detail__list-item {
  font-size: 0.875rem;
  line-height: 1.2142857143;
}

.car-detail__list-item b {
  font-weight: 700;
}

.car-detail__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25rem;
  max-width: 3.75%rem;
}

.car-detail__icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 3.4375rem;
}

.car-detail__name {
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.2222222222;
}

.car-detail__name:not(:last-child) {
  margin-bottom: 0.1875rem;
}

.car-detail__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
}

.car-detail__button {
  width: 12.875rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.car-detail__status {
  font-weight: 700;
  font-size: 0.875rem;
  color: #00cb33;
  line-height: 1.2142857143;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3125rem;
}

.car-detail__ok-icon {
  width: 0.875rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.car-detail__open-arrow {
  width: 0.75rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 0.75rem;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: all 0.3s cubic-bezier(0.5, 0.02, 0.13, 0.5);
  -o-transition: all 0.3s cubic-bezier(0.5, 0.02, 0.13, 0.5);
  transition: all 0.3s cubic-bezier(0.5, 0.02, 0.13, 0.5);
}

.car-detail__list {
  max-width: 46.4375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem 1.25rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.filter__top:not(:last-child) {
  margin-bottom: 1.25rem;
}

.filter__close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  font-size: 1.125rem;
  text-transform: uppercase;
  font-weight: 500;
}

.filter__close:not(:last-child) {
  margin-bottom: 1.875rem;
}

.filter__close-icon {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.filter-open .filter {
  left: 0;
}

.top-filter {
  padding: 1.4375rem 0.9375rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}

.top-filter__block:not(:last-child) {
  margin-bottom: 1.5rem;
}

.top-filter__title {
  font-weight: 700;
  line-height: 1.1875;
  text-align: center;
}

.top-filter__title:not(:last-child) {
  margin-bottom: 0.875rem;
}

.top-filter__inner {
  display: -ms-grid;
  display: grid;
  gap: 0.625rem;
}

.top-filter__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.top-filter__item .select_filter .select__title {
  padding-left: 2.6875rem;
}

.top-filter__digit {
  background: #f2f2f2;
  border-radius: 5px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 2.9375rem;
  font-weight: 700;
  font-size: 0.75rem;
  line-height: 1.25;
  color: #ff0000;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 2.25rem;
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.top-filter__grid {
  display: -ms-grid;
  display: grid;
  gap: 0.75rem;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}

.top-filter__button {
  width: 100%;
}

.filter__list li {
  position: relative;
  padding: 0.6875rem 0;
}

.filter__list li::marker {
  display: none;
}

.filter__list li::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(48.11%, rgba(0, 0, 0, 0.2)), color-stop(93.45%, rgba(0, 0, 0, 0)));
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 48.11%, rgba(0, 0, 0, 0) 93.45%);
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 48.11%, rgba(0, 0, 0, 0) 93.45%);
}

.filter__list li a {
  -webkit-transition: all 0.3s cubic-bezier(0.5, 0.02, 0.13, 0.5);
  -o-transition: all 0.3s cubic-bezier(0.5, 0.02, 0.13, 0.5);
  transition: all 0.3s cubic-bezier(0.5, 0.02, 0.13, 0.5);
  font-weight: 700;
  font-size: 1.0625rem;
  line-height: 1.2352941176;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.6875rem;
}

.filter__list li img {
  width: 3.3125rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.filter__items {
  padding-top: 1.25rem;
  position: relative;
}

.filter__items::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(48.11%, rgba(0, 0, 0, 0.2)), color-stop(93.45%, rgba(0, 0, 0, 0)));
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 48.11%, rgba(0, 0, 0, 0) 93.45%);
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 48.11%, rgba(0, 0, 0, 0) 93.45%);
}

.filter__block {
  padding-bottom: 1.25rem;
  position: relative;
}

.filter__block::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(48.11%, rgba(0, 0, 0, 0.2)), color-stop(93.45%, rgba(0, 0, 0, 0)));
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 48.11%, rgba(0, 0, 0, 0) 93.45%);
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 48.11%, rgba(0, 0, 0, 0) 93.45%);
}

.filter__block:not(:last-child) {
  margin-bottom: 1.25rem;
}

.filter__title:not(:last-child) {
  margin-bottom: 0.8125rem;
}

.filter__ckeckboxes {
  display: -ms-grid;
  display: grid;
  gap: 0.8125rem;
}

.filter__ckeckbox-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5625rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.search-filter {
  padding-bottom: 0.875rem;
}

.search-filter__item {
  position: relative;
}

.search-filter__input {
  padding-right: 6.25rem;
}

.search-filter__button {
  position: absolute;
  top: 0;
  width: 5.9375rem;
  height: 2.9375rem;
  right: 0;
}

.brand-filter {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 1.4375rem 1rem;
}

.brand-filter__title {
  font-weight: 700;
  line-height: 1.1875;
}

.brand-filter__title:not(:last-child) {
  margin-bottom: 1.0625rem;
}

.brand-filter__item:not(:last-child) {
  padding-bottom: 1.25rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.brand-filter__item:not(:last-child):not(:last-child) {
  margin-bottom: 1.0625rem;
}

.brand-filter__item-title {
  font-weight: 700;
  color: #ff0000;
  line-height: 1.1875;
}

.brand-filter__item-title:not(:last-child) {
  margin-bottom: 1.0625rem;
}

.brand-filter ul li:not(:last-child) {
  margin-bottom: 0.6875rem;
}

.brand-filter ul li a {
  font-size: 0.875rem;
  line-height: 1.2142857143;
  -webkit-transition: all 0.3s cubic-bezier(0.5, 0.02, 0.13, 0.5);
  -o-transition: all 0.3s cubic-bezier(0.5, 0.02, 0.13, 0.5);
  transition: all 0.3s cubic-bezier(0.5, 0.02, 0.13, 0.5);
  text-decoration: underline !important;
  gap: 0.5625rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.brand-filter__icon {
  width: 1rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 0.45rem;
}

.detail_brand .top-tabs__body {
  padding: 0;
}

.detail_brand .aside-top {
  background: #f2f2f2;
  padding: 1.875rem;
  border-radius: 5px;
}

.detail_brand .aside-top:not(:last-child) {
  margin-bottom: 1.625rem;
}

.product {
  padding-top: 2.25rem;
}

.product__breadcrumb:not(:last-child) {
  margin-bottom: 1rem;
}

.product__select-mob:not(:last-child) {
  margin-bottom: 1.25rem;
}

.product__body {
  padding-top: 1.1875rem;
}

@supports (padding-bottom: clamp( 2.625rem , 0.2347560976rem  +  11.9512195122vw , 8.75rem )) {
  .product__body {
    padding-bottom: clamp( 2.625rem , 0.2347560976rem  +  11.9512195122vw , 8.75rem );
  }
}

@supports not (padding-bottom: clamp( 2.625rem , 0.2347560976rem  +  11.9512195122vw , 8.75rem )) {
  .product__body {
    padding-bottom: calc(2.625rem + 6.125 * (100vw - 20rem) / 51.25);
  }
}

.product__head:not(:last-child) {
  margin-bottom: 0.5rem;
}

.product__row {
  display: -ms-grid;
  display: grid;
  gap: 1.875rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-grid-columns: 57.2072072072% auto;
  grid-template-columns: 57.2072072072% auto;
}

.product__slider-wrap {
  min-width: 0;
  position: relative;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  padding: 1.5625rem 1.3125rem;
  gap: 2.5625rem;
  height: 25.375rem;
}

.product__heart {
  position: absolute;
  top: 16px;
  background-color: transparent;
  right: 20px;
  z-index: 3;
}

.product__slider {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  padding-top: 0.875rem;
}

.head-product__title {
  font-weight: 700;
  line-height: 1.2;
}

@supports (font-size: clamp( 1.125rem , 0.9786585366rem  +  0.7317073171vw , 1.5rem )) {
  .head-product__title {
    font-size: clamp( 1.125rem , 0.9786585366rem  +  0.7317073171vw , 1.5rem );
  }
}

@supports not (font-size: clamp( 1.125rem , 0.9786585366rem  +  0.7317073171vw , 1.5rem )) {
  .head-product__title {
    font-size: calc(1.125rem + 0.375 * (100vw - 20rem) / 51.25);
  }
}

.head-product__title:not(:last-child) {
  margin-bottom: 0.625rem;
}

.head-product__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.6875rem;
  line-height: 1.1818181818;
  color: #606062;
  gap: 0.9375rem;
}

.head-product__status {
  color: #01a944;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3125rem;
}

.head-product__icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 0.625rem;
}

.product-thumb__slider {
  width: 4.625rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-height: 15.625rem;
}

.product-thumb__slide img {
  max-height: 100%;
}

.aside-product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.aside-product__head {
  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-left: 1.25rem;
}

.aside-product__head:not(:last-child) {
  margin-bottom: 2.1875rem;
}

.aside-product__rating .rating__body {
  font-size: 1.125rem;
}

.aside-product__rating:not(:last-child) {
  margin-bottom: 0.4375rem;
}

.aside-product__link {
  font-size: 0.75rem;
  line-height: 1.1666666667;
  display: block;
  -webkit-transition: all 0.3s cubic-bezier(0.5, 0.02, 0.13, 0.5);
  -o-transition: all 0.3s cubic-bezier(0.5, 0.02, 0.13, 0.5);
  transition: all 0.3s cubic-bezier(0.5, 0.02, 0.13, 0.5);
}

.aside-product__table {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.aside-product__table:not(:last-child) {
  margin-bottom: 1.0625rem;
}

.aside-product__bottom {
  max-width: 21.5rem;
}

.aside-product__row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.3125rem;
}

.aside-product__row .aside-detail__quantity:not(:last-child) {
  margin-bottom: 0;
  height: 2.9375rem;
}

.aside-product__row .quantity__button {
  height: 2.9375rem;
}

.aside-product__button {
  height: 2.9375rem;
}

.product-tabs__navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.125rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 1.0625rem;
  position: relative;
}

.product-tabs__navigation:not(:last-child) {
  margin-bottom: 1.5rem;
}

.product-tabs__navigation::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.2)), color-stop(48.11%, rgba(0, 0, 0, 0.2)), color-stop(93.45%, rgba(0, 0, 0, 0.2)));
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 48.11%, rgba(0, 0, 0, 0.2) 93.45%);
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 48.11%, rgba(0, 0, 0, 0.2) 93.45%);
}

.product-tabs__title {
  font-weight: 700;
  line-height: 1.0833333333;
  letter-spacing: 0.666667px;
  text-transform: uppercase;
  position: relative;
}

@supports (font-size: clamp( 1.125rem , 0.9786585366rem  +  0.7317073171vw , 1.5rem )) {
  .product-tabs__title {
    font-size: clamp( 1.125rem , 0.9786585366rem  +  0.7317073171vw , 1.5rem );
  }
}

@supports not (font-size: clamp( 1.125rem , 0.9786585366rem  +  0.7317073171vw , 1.5rem )) {
  .product-tabs__title {
    font-size: calc(1.125rem + 0.375 * (100vw - 20rem) / 51.25);
  }
}

.product-tabs__title._tab-active::after {
  width: 100%;
}

.product-tabs__title::after {
  content: "";
  background: #ff0000;
  border-radius: 5px;
  -webkit-transition: all 0.3s cubic-bezier(0.5, 0.02, 0.13, 0.5);
  -o-transition: all 0.3s cubic-bezier(0.5, 0.02, 0.13, 0.5);
  transition: all 0.3s cubic-bezier(0.5, 0.02, 0.13, 0.5);
  width: 0;
  position: absolute;
  bottom: -17px;
  left: 0;
  height: 2px;
}

.product__tabs {
  padding-bottom: 1.125rem;
}

.product-car__row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 1.875rem;
}

.product-car__text {
  font-size: 0.875rem;
  line-height: 130%;
}

.product-car__title {
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 130%;
  max-width: 31.0625rem;
}

.product-car__title:not(:last-child) {
  margin-bottom: 1rem;
}

.product-car__grid-layout {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 1.875rem;
  max-width: 26.875rem;
}

.product-car__grid-layout:not(:last-child) {
  margin-bottom: 1.9375rem;
}

.product-car__list {
  font-size: 0.875rem;
  line-height: 130%;
  display: -ms-grid;
  display: grid;
  gap: 0.625rem;
}

.product-car__avto {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.625rem;
  font-size: 0.875rem;
  line-height: 130%;
  color: #00cb33;
}

.product-car__avto:not(:last-child) {
  margin-bottom: 1.6875rem;
}

.product-car__icon {
  width: 1.25rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 1.25rem;
}

.product-car-spollers__item {
  padding-bottom: 1.125rem;
  position: relative;
}

.product-car-spollers__item::after {
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  position: absolute;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(48.11%, rgba(0, 0, 0, 0.2)), color-stop(93.45%, rgba(0, 0, 0, 0)));
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 48.11%, rgba(0, 0, 0, 0) 93.45%);
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 48.11%, rgba(0, 0, 0, 0) 93.45%);
}

.product-car-spollers__item:not(:last-child) {
  margin-bottom: 1rem;
}

.product-car-spollers__title {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding-left: 1.625rem;
}

.product-car-spollers__title._spoller-active::after {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}

.product-car-spollers__title::after,
.product-car-spollers__title::before {
  content: "";
  position: absolute;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 2px;
  width: 16px;
  top: 7px;
  left: 0;
  background: #ff0000;
  border-radius: 3px;
}

.product-car-spollers__title::after {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: all 0.3s cubic-bezier(0.5, 0.02, 0.13, 0.5);
  -o-transition: all 0.3s cubic-bezier(0.5, 0.02, 0.13, 0.5);
  transition: all 0.3s cubic-bezier(0.5, 0.02, 0.13, 0.5);
}

.product-car-spollers__body {
  text-align: left;
}

.product-car-spollers__sublist {
  padding: 0.4375rem 0rem 0.4375rem 1.5625rem;
  font-size: 0.875rem;
  display: -ms-grid;
  display: grid;
  gap: 0.625rem;
}

.product-car-spollers__subtitle {
  text-align: left;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.4375rem;
}

.product-car-spollers__subtitle::before {
  content: "";
  position: relative;
  width: 0.9375rem;
  height: 0.75rem;
  display: inline-block;
  -webkit-transition: all 0.3s cubic-bezier(0.5, 0.02, 0.13, 0.5);
  -o-transition: all 0.3s cubic-bezier(0.5, 0.02, 0.13, 0.5);
  transition: all 0.3s cubic-bezier(0.5, 0.02, 0.13, 0.5);
  background: url("../img/svg/arrow-select-form.svg") center/contain no-repeat;
}

.product-car-spollers__subtitle._spoller-active {
  font-weight: 700;
}

.product-car-spollers__subtitle._spoller-active::before {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.product-car-spollers__last-list {
  font-size: 0.75rem;
  padding: 0.3125rem 0rem 0.3125rem 1.5625rem;
}

.product-car-spollers__last-list li:not(:last-child) {
  margin-bottom: 0.625rem;
}

.review-product__row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 1.875rem;
}

.review-product__items {
  padding-top: 1.25rem;
}

.review-product__item {
  max-width: 31.25rem;
}

.review-product__item:not(:last-child) {
  margin-bottom: 1.25rem;
}

.review-product__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25rem;
}

.review-product__head:not(:last-child) {
  margin-bottom: 0.9375rem;
}

.review-product__name {
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 130%;
}

.review-product__date {
  font-size: 0.875rem;
  line-height: 130%;
  color: rgba(0, 0, 0, 0.6);
}

.review-product__rating .rating__body {
  font-size: 1.125rem;
}

.review-product__text {
  max-width: 30.375rem;
  font-size: 0.875rem;
  line-height: 130%;
}

.review-product__text:not(:last-child) {
  margin-bottom: 1.5625rem;
}

.review-product__button {
  max-width: 10.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  text-align: center;
}

.form-product {
  padding: 1.875rem;
  background: #f2f2f2;
  border-radius: 5px;
}

.form-product__head {
  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;
  gap: 1.25rem;
}

.form-product__head:not(:last-child) {
  margin-bottom: 1.125rem;
}

.form-product__title {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 130%;
}

.form-product__rating .rating__body {
  font-size: 1.125rem;
}

.form-product__row {
  display: -ms-grid;
  display: grid;
  gap: 1.25rem;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}

.form-product__row:not(:last-child) {
  margin-bottom: 1.125rem;
}

.form-product__input {
  background-color: transparent;
}

.form-product__checkbox:not(:last-child) {
  margin-bottom: 0.8125rem;
}

.form-product__checkbox .checkbox__text {
  max-width: 26.875rem;
  gap: 0.625rem;
  display: -ms-grid;
  display: grid;
}

.form-product__checkbox .checkbox__text a {
  color: #ff0000;
  font-weight: 700;
}

.form-product__checkbox .checkbox__label::before {
  background-color: #fff;
}

.form-product__textarea {
  background-color: transparent;
  padding: 0.875rem 1.3125rem;
  min-height: 4.9375rem;
}

.form-product__textarea:not(:last-child) {
  margin-bottom: 1.3125rem;
}

.form-product__button {
  width: 100%;
}

.upload input {
  position: absolute;
  z-index: -1;
  width: 0;
  height: 0;
}

.upload__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  gap: 0.375rem;
  font-weight: 700;
  font-size: 0.625rem;
  line-height: 123.3%;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #ff0000;
}

.upload__icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 0.375rem;
          flex: 0 0 0.375rem;
}

.upload__preview {
  min-height: 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.9375rem;
}

.upload__preview img {
  max-width: 15.625rem;
  width: 100%;
  display: none;
  margin: 0.9375rem 0;
}

.form-product__text {
  font-size: 0.875rem;
  line-height: 130%;
  color: rgba(0, 0, 0, 0.6);
  display: -ms-grid;
  display: grid;
  gap: 0.5rem;
}

.form-product__text b {
  font-weight: 700;
}

.form-product__text:not(:last-child) {
  margin-bottom: 1.125rem;
}

.form-product__input-wrap {
  position: relative;
}

.form-product__input-wrap:not(:last-child) {
  margin-bottom: 1.25rem;
}

.form-product__input-wrap._tippy input {
  padding-right: 2.5rem;
}

.form-product__button:not(:last-child) {
  margin-bottom: 1.6875rem;
}

.faq-product__row {
  display: -ms-grid;
  display: grid;
  gap: 1.875rem;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}

.product-payment__item {
  width: 3.9375rem;
  height: 2.1875rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border: 1px solid #e9e9e9;
  border-radius: 5px;
}

.product-payment__item img {
  max-height: 100%;
}

.product-payment__text {
  display: -ms-grid;
  display: grid;
  gap: 0.4375rem;
  font-size: 0.875rem;
  max-width: 32.5rem;
  line-height: 130%;
}

.product-payment__text a {
  font-weight: 700;
  color: #ff0000;
}

.product-payment__row2 {
  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: 0.625rem 1.875rem;
}

.product-payment__row2:not(:last-child) {
  margin-bottom: 1.1875rem;
}

.product-payment__block {
  padding-bottom: 1.75rem;
  position: relative;
}

.product-payment__block::after {
  content: "";
  width: 100%;
  height: 1px;
  bottom: 0;
  position: absolute;
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.2)), color-stop(48.11%, rgba(0, 0, 0, 0.2)), color-stop(93.45%, rgba(0, 0, 0, 0.2)));
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 48.11%, rgba(0, 0, 0, 0.2) 93.45%);
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 48.11%, rgba(0, 0, 0, 0.2) 93.45%);
}

.product-payment__block:not(:last-child) {
  margin-bottom: 0.9375rem;
}

.product-payment__title {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 130%;
}

.product-payment__title:not(:last-child) {
  margin-bottom: 1.4375rem;
}

.product-payment__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.product-payment__row:not(:last-child) {
  margin-bottom: 0.75rem;
}

.product-filter {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 0.9375rem 12.875rem;
  grid-template-columns: auto 0.9375rem 12.875rem;
  gap: 2.8125rem;
  background: #f2f2f2;
  padding: 1.25rem;
  border-radius: 5px;
}

.product-filter__top {
  padding-bottom: 1.875rem;
  padding-top: 1.0625rem;
  position: relative;
}

.product-filter__top .form-top {
  display: -ms-grid;
  display: grid;
  gap: 1.25rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-grid-columns: 1fr 1fr 1fr 2.5rem;
  grid-template-columns: 1fr 1fr 1fr 2.5rem;
}

.product-filter__top .form-top__item:not(:last-child) {
  margin-bottom: 0;
}

.product-filter__top::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(48.11%, rgba(0, 0, 0, 0.2)), color-stop(93.45%, rgba(0, 0, 0, 0)));
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 48.11%, rgba(0, 0, 0, 0) 93.45%);
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 48.11%, rgba(0, 0, 0, 0) 93.45%);
}

.product-filter__search {
  padding: 0;
}

.product-filter__search img {
  width: 1.25rem;
}

.product-filter__text {
  font-size: 0.875rem;
  line-height: 130%;
  color: rgba(0, 0, 0, 0.6);
  text-transform: uppercase;
  text-align: center;
  padding-top: 1.25rem;
}

.product-filter__line {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-align: center;
  position: relative;
}

.product-filter__line::after {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: rgba(0, 0, 0, 0.2);
}

.product-filter__line span {
  -webkit-transform: translateX(27%) rotate(180deg);
      -ms-transform: translateX(27%) rotate(180deg);
          transform: translateX(27%) rotate(180deg);
  background-color: #f2f2f2;
  display: inline-block;
  padding: 0.625rem;
  position: relative;
  z-index: 2;
}

.payment {
  padding-top: 2.25rem;
}

@supports (padding-bottom: clamp( 2.375rem , 1.5945121951rem  +  3.9024390244vw , 4.375rem )) {
  .payment {
    padding-bottom: clamp( 2.375rem , 1.5945121951rem  +  3.9024390244vw , 4.375rem );
  }
}

@supports not (padding-bottom: clamp( 2.375rem , 1.5945121951rem  +  3.9024390244vw , 4.375rem )) {
  .payment {
    padding-bottom: calc(2.375rem + 2 * (100vw - 20rem) / 51.25);
  }
}

.payment__breadcrumb:not(:last-child) {
  margin-bottom: 1.75rem;
}

.payment__subtitle {
  font-size: 0.875rem;
  line-height: 130%;
}

.payment__subtitle:not(:last-child) {
  margin-bottom: 1.375rem;
}

.payment__item {
  font-size: 0.875rem;
  line-height: 130%;
}

.payment__item:not(:last-child) {
  margin-bottom: 1.6875rem;
}

.payment__head {
  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;
  gap: 1.25rem;
}

.payment__head:not(:last-child) {
  margin-bottom: 1.25rem;
}

.payment__title {
  line-height: 1.28;
  font-weight: 700;
}

@supports (font-size: clamp( 1.125rem , 0.9542682927rem  +  0.8536585366vw , 1.5625rem )) {
  .payment__title {
    font-size: clamp( 1.125rem , 0.9542682927rem  +  0.8536585366vw , 1.5625rem );
  }
}

@supports not (font-size: clamp( 1.125rem , 0.9542682927rem  +  0.8536585366vw , 1.5625rem )) {
  .payment__title {
    font-size: calc(1.125rem + 0.4375 * (100vw - 20rem) / 51.25);
  }
}

.basket {
  padding-top: 2.25rem;
}

@supports (padding-bottom: clamp( 2.25rem , 1.4207317073rem  +  4.1463414634vw , 4.375rem )) {
  .basket {
    padding-bottom: clamp( 2.25rem , 1.4207317073rem  +  4.1463414634vw , 4.375rem );
  }
}

@supports not (padding-bottom: clamp( 2.25rem , 1.4207317073rem  +  4.1463414634vw , 4.375rem )) {
  .basket {
    padding-bottom: calc(2.25rem + 2.125 * (100vw - 20rem) / 51.25);
  }
}

.basket__breadcrumb:not(:last-child) {
  margin-bottom: 1.25rem;
}

.basket__title {
  text-transform: uppercase;
}

.basket__title:not(:last-child) {
  margin-bottom: 2.3125rem;
}

.basket__row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 31.5315315315% 13.5135135135% 20.9009009009% 16.7567567568% auto;
  grid-template-columns: 31.5315315315% 13.5135135135% 20.9009009009% 16.7567567568% auto;
}

.basket__row:not(:last-child) {
  margin-bottom: 1.375rem;
}

.basket__column {
  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%;
}

.basket__column:first-child .basket__head {
  border-radius: 5px 0 0 5px;
}

.basket__column:first-child .basket__column-body {
  border-radius: 5px 0 0 5px;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.basket__column:last-child .basket__head {
  border-radius: 0px 5px 5px 0px;
}

.basket__column:last-child .basket__column-body {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0px 5px 5px 0px;
}

.basket__column:not(:last-child) .basket__column-body::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 1px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(51.49%, rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0)));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 51.49%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 51.49%, rgba(0, 0, 0, 0) 100%);
}

.basket__column-body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 0.625rem 1.25rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.basket__head {
  background: #f2f2f2;
  font-weight: 600;
  padding: 0.1875rem 0.625rem;
  font-size: 0.875rem;
  line-height: 1.1428571429;
  position: relative;
  z-index: 2;
  text-align: center;
}

.basket__price {
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.4444444444;
  letter-spacing: 0.666667px;
  text-transform: uppercase;
}

.basket__quantity {
  max-width: 10.0625rem;
  width: 100%;
}

.basket__delete {
  width: 2rem;
  height: 2rem;
}

.product-basket {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.25rem;
}

.product-basket__image {
  width: 7.25rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.product-basket__info {
  max-width: 8.25rem;
}

.product-basket__info .select__title {
  height: 1.6875rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.product-basket__info .select__value {
  width: 100%;
}

.product-basket__name {
  font-weight: 600;
  font-size: 0.8125rem;
  line-height: 1.3076923077;
  letter-spacing: 0.133333px;
  display: block;
  -webkit-transition: all 0.3s cubic-bezier(0.5, 0.02, 0.13, 0.5);
  -o-transition: all 0.3s cubic-bezier(0.5, 0.02, 0.13, 0.5);
  transition: all 0.3s cubic-bezier(0.5, 0.02, 0.13, 0.5);
}

.product-basket__name:not(:last-child) {
  margin-bottom: 0.3125rem;
}

.product-basket__art {
  font-size: 0.625rem;
  line-height: 1.2;
  letter-spacing: 0.266667px;
}

.product-basket__art:not(:last-child) {
  margin-bottom: 0.4375rem;
}

.bottom-basket {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.6875rem;
}

.bottom-basket__content {
  max-width: 19.8125rem;
  width: 100%;
}

.bottom-basket__table:not(:last-child) {
  margin-bottom: 1.3125rem;
}

.bottom-basket__row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 56.7823343849% auto;
  grid-template-columns: 56.7823343849% auto;
  gap: 1.125rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.bottom-basket__row:not(:last-child) {
  margin-bottom: 0.1875rem;
}

.bottom-basket__label {
  font-weight: 600;
  font-size: 0.8125rem;
  line-height: 1.3076923077;
  letter-spacing: 0.133333px;
}

.bottom-basket__one-price {
  font-weight: 600;
  font-size: 0.8125rem;
  line-height: 1.3076923077;
  letter-spacing: 0.133333px;
}

.bottom-basket__all-price {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.0833333333;
  letter-spacing: 0.666667px;
  text-transform: uppercase;
}

.bottom-basket__button {
  width: 100%;
}

.conect {
  padding-top: 2.25rem;
}

@supports (padding-bottom: clamp( 2.25rem , 1.4207317073rem  +  4.1463414634vw , 4.375rem )) {
  .conect {
    padding-bottom: clamp( 2.25rem , 1.4207317073rem  +  4.1463414634vw , 4.375rem );
  }
}

@supports not (padding-bottom: clamp( 2.25rem , 1.4207317073rem  +  4.1463414634vw , 4.375rem )) {
  .conect {
    padding-bottom: calc(2.25rem + 2.125 * (100vw - 20rem) / 51.25);
  }
}

.conect__breadcrumb:not(:last-child) {
  margin-bottom: 0.9375rem;
}

.conect__title:not(:last-child) {
  margin-bottom: 1.5625rem;
}

.conect__row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 1.875rem;
}

.tabs-conect__navigation {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid #ff0000;
  border-radius: 5px;
}

.tabs-conect__navigation:not(:last-child) {
  margin-bottom: 1.25rem;
}

.tabs-conect__title {
  font-weight: 700;
  font-size: 0.75rem;
  line-height: 1.25;
  text-transform: uppercase;
  text-align: center;
  min-height: 2.375rem;
  color: #ff0000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s cubic-bezier(0.5, 0.02, 0.13, 0.5);
  -o-transition: all 0.3s cubic-bezier(0.5, 0.02, 0.13, 0.5);
  transition: all 0.3s cubic-bezier(0.5, 0.02, 0.13, 0.5);
}

.tabs-conect__title._tab-active {
  background-color: #ff0000;
  color: #ffffff;
}

.tabs-conect__title:nth-child(2) {
  border-right: 1px solid #ff0000;
  border-left: 1px solid #ff0000;
}

.item-conect {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 1.5625rem 2.4375rem;
}

.item-conect__form {
  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;
}

.item-conect__top {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.item-conect__top:not(:last-child) {
  margin-bottom: 0.875rem;
}

.item-conect__title {
  text-align: center;
  font-weight: 700;
  line-height: 1.2272727273;
  text-align: center;
  text-transform: uppercase;
  margin: 0 -1.5625rem;
}

@supports (font-size: clamp( 1.125rem , 1.0274390244rem  +  0.487804878vw , 1.375rem )) {
  .item-conect__title {
    font-size: clamp( 1.125rem , 1.0274390244rem  +  0.487804878vw , 1.375rem );
  }
}

@supports not (font-size: clamp( 1.125rem , 1.0274390244rem  +  0.487804878vw , 1.375rem )) {
  .item-conect__title {
    font-size: calc(1.125rem + 0.25 * (100vw - 20rem) / 51.25);
  }
}

.item-conect__title:not(:last-child) {
  margin-bottom: 0.75rem;
}

.item-conect__inputs {
  display: -ms-grid;
  display: grid;
  gap: 0.75rem;
}

.item-conect__inputs:not(:last-child) {
  margin-bottom: 0.8125rem;
}

.item-conect__bottom-link {
  display: block;
  font-weight: 600;
  padding-left: 1.5rem;
  font-size: 0.75rem;
  line-height: 1.25;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  -webkit-transition: all 0.3s cubic-bezier(0.5, 0.02, 0.13, 0.5);
  -o-transition: all 0.3s cubic-bezier(0.5, 0.02, 0.13, 0.5);
  transition: all 0.3s cubic-bezier(0.5, 0.02, 0.13, 0.5);
}

.item-conect__descr {
  font-weight: 600;
  font-size: 0.75rem;
  padding-left: 1.4375rem;
  line-height: 1.25;
}

.item-conect__descr:not(:last-child) {
  margin-bottom: 1.125rem;
}

.contact2__top {
  padding-top: 2.25rem;
}

@supports (padding-bottom: clamp( 2.375rem , 1.5945121951rem  +  3.9024390244vw , 4.375rem )) {
  .contact2__top {
    padding-bottom: clamp( 2.375rem , 1.5945121951rem  +  3.9024390244vw , 4.375rem );
  }
}

@supports not (padding-bottom: clamp( 2.375rem , 1.5945121951rem  +  3.9024390244vw , 4.375rem )) {
  .contact2__top {
    padding-bottom: calc(2.375rem + 2 * (100vw - 20rem) / 51.25);
  }
}

.contact2__breadcrumb:not(:last-child) {
  margin-bottom: 0.625rem;
}

.contact2__title:not(:last-child) {
  margin-bottom: 0.75rem;
}

.contact2__descr {
  max-width: 45.125rem;
  margin: 0 auto 1.4375rem;
  text-align: center;
  font-size: 0.875rem;
  line-height: 130%;
}

.contact2__bottom {
  background: #f2f2f2;
}

@supports (padding-top: clamp( 2.25rem , 1.4207317073rem  +  4.1463414634vw , 4.375rem )) {
  .contact2__bottom {
    padding-top: clamp( 2.25rem , 1.4207317073rem  +  4.1463414634vw , 4.375rem );
  }
}

@supports not (padding-top: clamp( 2.25rem , 1.4207317073rem  +  4.1463414634vw , 4.375rem )) {
  .contact2__bottom {
    padding-top: calc(2.25rem + 2.125 * (100vw - 20rem) / 51.25);
  }
}

@supports (padding-bottom: clamp( 2.5rem , 1.7682926829rem  +  3.6585365854vw , 4.375rem )) {
  .contact2__bottom {
    padding-bottom: clamp( 2.5rem , 1.7682926829rem  +  3.6585365854vw , 4.375rem );
  }
}

@supports not (padding-bottom: clamp( 2.5rem , 1.7682926829rem  +  3.6585365854vw , 4.375rem )) {
  .contact2__bottom {
    padding-bottom: calc(2.5rem + 1.875 * (100vw - 20rem) / 51.25);
  }
}

.contact2__title2:not(:last-child) {
  margin-bottom: 2.1875rem;
}

.contact2__tabs {
  max-width: 36.875rem;
  margin: 0 auto;
}

.contact2-tabs__navigation {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact2-tabs__title {
  font-weight: 600;
  color: #ff0000;
  padding: 0.9375rem;
  text-align: center;
  line-height: 130%;
  background-color: #ffffff;
  -webkit-transition: all 0.3s cubic-bezier(0.5, 0.02, 0.13, 0.5);
  -o-transition: all 0.3s cubic-bezier(0.5, 0.02, 0.13, 0.5);
  transition: all 0.3s cubic-bezier(0.5, 0.02, 0.13, 0.5);
}

@supports (font-size: clamp( 0.625rem , 0.4298780488rem  +  0.9756097561vw , 1.125rem )) {
  .contact2-tabs__title {
    font-size: clamp( 0.625rem , 0.4298780488rem  +  0.9756097561vw , 1.125rem );
  }
}

@supports not (font-size: clamp( 0.625rem , 0.4298780488rem  +  0.9756097561vw , 1.125rem )) {
  .contact2-tabs__title {
    font-size: calc(0.625rem + 0.5 * (100vw - 20rem) / 51.25);
  }
}

.contact2-tabs__title:first-child {
  border-radius: 5px 5px 5px 0px;
}

.contact2-tabs__title:last-child {
  border-radius: 5px 5px 0px 5px;
}

.contact2-tabs__title._tab-active {
  color: #ffffff;
  background: #ff0000;
}

.contact2-tabs__content {
  background: #ffffff;
}

.contact2-form__content {
  padding: 1.875rem;
  display: -ms-grid;
  display: grid;
  gap: 1.25rem;
}

.contact2-form__content:not(:last-child) {
  margin-bottom: 2.875rem;
}

.contact2-form__row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem;
}

.contact2-form__row .select__value::after {
  background: url("../img/svg/arrow-red.svg") center/contain no-repeat;
}

.contact2-form__row textarea {
  padding-right: 1.25rem;
}

.contact2-form__tippy-item {
  position: relative;
}

.contact2-form__textarea {
  padding: 0.3125rem 1.3125rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 9.9375rem;
  overflow: hidden;
}

.contact2-form__checkbox .checkbox__text {
  line-height: 123.3%;
  display: -ms-grid;
  display: grid;
  gap: 0.625rem;
}

.contact2-form__textarea-big {
  min-height: 6.25rem;
  padding: 0.875rem 1.3125rem;
  overflow: hidden;
}

.contact2-form__button {
  max-width: 13.4375rem;
  width: 100%;
  margin: 0.625rem auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.return {
  padding-top: 2.25rem;
}

@supports (padding-bottom: clamp( 2.25rem , 1.4207317073rem  +  4.1463414634vw , 4.375rem )) {
  .return__top {
    padding-bottom: clamp( 2.25rem , 1.4207317073rem  +  4.1463414634vw , 4.375rem );
  }
}

@supports not (padding-bottom: clamp( 2.25rem , 1.4207317073rem  +  4.1463414634vw , 4.375rem )) {
  .return__top {
    padding-bottom: calc(2.25rem + 2.125 * (100vw - 20rem) / 51.25);
  }
}

.return__breadcrumb:not(:last-child) {
  margin-bottom: 0.8125rem;
}

.return__title {
  position: relative;
  padding-bottom: 1.4375rem;
}

.return__title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(48.11%, rgba(0, 0, 0, 0.2)), color-stop(93.45%, rgba(0, 0, 0, 0)));
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 48.11%, rgba(0, 0, 0, 0) 93.45%);
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 48.11%, rgba(0, 0, 0, 0) 93.45%);
}

.return__title:not(:last-child) {
  margin-bottom: 1.5625rem;
}

.return__title2:not(:last-child) {
  margin-bottom: 0.6875rem;
}

.return__descr {
  font-size: 0.875rem;
  line-height: 130%;
}

.return__descr:not(:last-child) {
  margin-bottom: 0.75rem;
}

.return__items {
  display: -ms-grid;
  display: grid;
  gap: 0.6875rem;
}

.return__subtitle {
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.3;
}

.return__subtitle:not(:last-child) {
  margin-bottom: 0.4375rem;
}

.return__text {
  font-size: 0.875rem;
  line-height: 130%;
}

.return__bottom {
  background: #f2f2f2;
  padding: 3.75rem 0;
}

.form-return {
  padding: 1.875rem;
  background: #ffffff;
}

.form-return__row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto auto 13.4375rem;
  grid-template-columns: auto auto 13.4375rem;
  gap: 1.25rem;
}

.form-return__item {
  position: relative;
}

.form-return__item input {
  padding-right: 2.8125rem;
}

.form-return__item textarea {
  height: auto;
  min-height: 2.9375rem;
  padding-right: 2.8125rem;
  padding-top: 0.5625rem;
}

.delivery {
  padding-top: 2.25rem;
  padding-bottom: 1.875rem;
}

.delivery__breadcrumb:not(:last-child) {
  margin-bottom: 1.3125rem;
}

.delivery__info {
  padding-bottom: 2.25rem;
}

.info-delivery__row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 50.4504504505%;
  grid-template-columns: auto 50.4504504505%;
  gap: 0.625rem;
}

.info-delivery__column:first-child {
  padding-left: 0.9375rem;
}

.info-delivery__country:not(:last-child) {
  margin-bottom: 2rem;
}

.info-delivery__item:not(:last-child) {
  padding-bottom: 0.875rem;
  position: relative;
}

.info-delivery__item:not(:last-child)::after {
  content: "";
  background-color: #ff0000;
  width: 1px;
  height: calc(100% - 30px);
  position: absolute;
  left: -12px;
  bottom: 0;
}

.info-delivery__digit {
  font-weight: 700;
  font-size: 1.375rem;
  line-height: 1.2272727273;
  color: #ff0000;
  position: relative;
}

.info-delivery__digit::after {
  content: "";
  width: 0.3125rem;
  height: 0.3125rem;
  border-radius: 50%;
  position: absolute;
  background-color: #ff0000;
  left: -15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.info-delivery__digit:not(:last-child) {
  margin-bottom: 0.875rem;
}

.info-delivery__descr {
  font-size: 0.875rem;
  line-height: 130%;
}

.info-delivery__methods {
  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: 0.625rem 1.875rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.info-delivery__methods:not(:last-child) {
  margin-bottom: 2.5rem;
}

.info-delivery__title {
  font-weight: 700;
  line-height: 1.2272727273;
}

@supports (font-size: clamp( 1.125rem , 1.0274390244rem  +  0.487804878vw , 1.375rem )) {
  .info-delivery__title {
    font-size: clamp( 1.125rem , 1.0274390244rem  +  0.487804878vw , 1.375rem );
  }
}

@supports not (font-size: clamp( 1.125rem , 1.0274390244rem  +  0.487804878vw , 1.375rem )) {
  .info-delivery__title {
    font-size: calc(1.125rem + 0.25 * (100vw - 20rem) / 51.25);
  }
}

.info-delivery__title:not(:last-child) {
  margin-bottom: 1.25rem;
}

.info-delivery__list {
  font-size: 0.875rem;
  line-height: 130%;
}

.info-delivery__list li {
  gap: 0.3125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.info-delivery__list li::before {
  content: "";
  position: relative;
  display: inline-block;
  width: 3px;
  height: 3px;
  top: 0.4375rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 50%;
  background-color: #000;
}

.country-delivery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  gap: 1.25rem;
}

@supports (font-size: clamp( 1.125rem , 0.9542682927rem  +  0.8536585366vw , 1.5625rem )) {
  .country-delivery {
    font-size: clamp( 1.125rem , 0.9542682927rem  +  0.8536585366vw , 1.5625rem );
  }
}

@supports not (font-size: clamp( 1.125rem , 0.9542682927rem  +  0.8536585366vw , 1.5625rem )) {
  .country-delivery {
    font-size: calc(1.125rem + 0.4375 * (100vw - 20rem) / 51.25);
  }
}

.country-delivery__icon {
  width: 2.3125rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.delivery-price {
  padding-bottom: 3.4375rem;
  position: relative;
}

.delivery-price::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(48.11%, rgba(0, 0, 0, 0.2)), color-stop(93.45%, rgba(0, 0, 0, 0)));
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 48.11%, rgba(0, 0, 0, 0) 93.45%);
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 48.11%, rgba(0, 0, 0, 0) 93.45%);
}

.delivery-price__title {
  text-align: left;
}

.delivery-price__title:not(:last-child) {
  margin-bottom: 1.25rem;
}

.delivery-price__table {
  overflow-x: auto;
  padding: 0.625rem 0;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

.delivery-price__table::-webkit-scrollbar {
  display: none;
}

.delivery-price__row {
  min-width: 69.375rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (16.8125rem)[4];
  grid-template-columns: repeat(4, 16.8125rem);
  white-space: nowrap;
}

.delivery-price__row:nth-child(odd) {
  background: #f2f2f2;
  border-radius: 5px;
}

.delivery-price__row:first-child .delivery-price__column:not(:last-child) {
  position: relative;
}

.delivery-price__row:first-child .delivery-price__column:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  height: 12rem;
  width: 1px;
  top: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), color-stop(51.49%, rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0)));
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 51.49%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 51.49%, rgba(0, 0, 0, 0) 100%);
}

.delivery-price__column {
  padding: 0.9375rem 1.5625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.delivery-price__column:not(:last-child) {
  position: relative;
}

.delivery-price__left {
  font-size: 0.875rem;
  line-height: 1.1428571429;
}

.delivery-price__sum {
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.1428571429;
}

.delivery-other {
  padding-top: 2.5625rem;
  padding-bottom: 1.875rem;
}

.delivery-other__title {
  text-align: left;
}

.delivery-other__title:not(:last-child) {
  margin-bottom: 1.1875rem;
}

.delivery-other__descr {
  font-size: 0.875rem;
  line-height: 130%;
}

.delivery-other__descr:not(:last-child) {
  margin-bottom: 1.25rem;
}

.delivery-other__head {
  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;
  gap: 1.25rem;
  padding-bottom: 2.25rem;
  position: relative;
}

.delivery-other__head::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(48.11%, rgba(0, 0, 0, 0.2)), color-stop(93.45%, rgba(0, 0, 0, 0)));
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 48.11%, rgba(0, 0, 0, 0) 93.45%);
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 48.11%, rgba(0, 0, 0, 0) 93.45%);
}

.delivery-other__head .select__title {
  color: #000;
  padding-left: 1rem;
}

.delivery-other__countrys {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.5rem;
}

.delivery-other__country {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.375rem;
  line-height: 1.2272727273;
}

.delivery-other__country-icon {
  width: 2.4375rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 1.125rem;
}

.delivery-other__country-name {
  margin-right: 0.625rem;
  font-weight: 700;
}

.delivery-other__left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 32.7027027027%;
          flex: 0 0 32.7027027027%;
}

.delivery-other__country-price {
  text-transform: uppercase;
}

.delivery-other__select-wrap {
  width: 12.875rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.delivery-other__bottom {
  padding-top: 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem;
}

.delivery-other__title2 {
  text-align: left;
}

.delivery-other__title2:not(:last-child) {
  margin-bottom: 1.1875rem;
}

.delivery-other__descr2 {
  font-size: 0.875rem;
  line-height: 130%;
  max-width: 19.5rem;
}

.delivery-other__item-content {
  padding-top: 0.3125rem;
}

.delivery-other__items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem;
}

.delivery-other__item {
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  padding: 1.4375rem 1.25rem;
  display: -ms-grid;
  display: grid;
  gap: 0.625rem;
  font-weight: 400;
  font-size: 0.8125rem;
  line-height: 1.2307692308;
  -ms-grid-columns: 1.75rem auto;
  grid-template-columns: 1.75rem auto;
}

.delivery-other__item-head:not(:last-child) {
  margin-bottom: 0.25rem;
}

.delivery-other__item-head.green {
  color: #009d28;
}

.delivery-other__item-head.red {
  color: #ff0000;
}

.recom {
  padding-top: 4.3125rem;
  padding-bottom: 2.5rem;
  position: relative;
  color: #fff;
}

.recom__bg-ibg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.recom__bg-ibg::after {
  content: "";
  background: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  width: 100%;
  position: absolute;
  height: 100%;
}

.recom__container {
  position: relative;
  z-index: 2;
}

.recom__title {
  text-transform: uppercase;
  text-align: left;
  color: #ffffff;
}

@supports (margin-bottom: clamp( 1rem , 0.4146341463rem  +  2.9268292683vw , 2.5rem )) {
  .recom__title:not(:last-child) {
    margin-bottom: clamp( 1rem , 0.4146341463rem  +  2.9268292683vw , 2.5rem );
  }
}

@supports not (margin-bottom: clamp( 1rem , 0.4146341463rem  +  2.9268292683vw , 2.5rem )) {
  .recom__title:not(:last-child) {
    margin-bottom: calc(1rem + 1.5 * (100vw - 20rem) / 51.25);
  }
}

.recom__head {
  display: -ms-grid;
  display: grid;
  gap: 3.5625rem;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}

.head-recom__text {
  font-size: 0.875rem;
  line-height: 130%;
  display: -ms-grid;
  display: grid;
  gap: 0.625rem;
}

.head-recom__text:not(:last-child) {
  margin-bottom: 0.625rem;
}

.head-recom__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.head-recom__row:not(:last-child) {
  margin-bottom: 2.25rem;
}

.head-recom__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.625rem;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.head-recom__flex:first-child .head-recom__block:first-child {
  background: rgba(255, 0, 0, 0.2);
  color: #ff0000;
}

.head-recom__flex:first-child .head-recom__block:nth-child(2) {
  background: rgba(255, 0, 0, 0.4);
  color: #ff0000;
}

.head-recom__flex:first-child .head-recom__block:last-child {
  background: #ff0000;
  font-weight: 600;
  color: #ffffff;
}

.head-recom__flex:first-child .head-recom__block:last-child b {
  font-size: 1.875rem;
}

.head-recom__flex:last-child .head-recom__block:first-child {
  background: rgba(255, 255, 255, 0.2);
  color: #ffffff;
}

.head-recom__flex:last-child .head-recom__block:nth-child(2) {
  background: rgba(255, 255, 255, 0.4);
  color: #ffffff;
}

.head-recom__flex:last-child .head-recom__block:last-child {
  background: #ffffff;
  font-weight: 600;
  color: #000;
  line-height: 1.1;
}

.head-recom__flex:last-child .head-recom__block:last-child b {
  font-size: 1.875rem;
}

.head-recom__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding: 0.3125rem;
  border-radius: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.875rem;
  line-height: 130%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.head-recom__block:first-child {
  width: 3.4375rem;
  height: 3.4375rem;
}

.head-recom__block:nth-child(2) {
  width: 4.3125rem;
  height: 4.3125rem;
}

.head-recom__block:last-child {
  width: 5.375rem;
  height: 5.375rem;
}

.head-recom__info-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.25rem;
  line-height: 130%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.4375rem;
}

.head-recom__info-row:first-child .head-recom__line {
  background: rgba(255, 255, 255, 0.2);
  width: 7.625rem;
}

.head-recom__info-row:last-child .head-recom__line {
  background: -o-linear-gradient(359.85deg, rgba(255, 0, 0, 0.2) 12.18%, rgba(255, 0, 0, 0.4) 57.67%, #ff0000 99.87%);
  background: linear-gradient(90.15deg, rgba(255, 0, 0, 0.2) 12.18%, rgba(255, 0, 0, 0.4) 57.67%, #ff0000 99.87%);
  width: 11rem;
}

.head-recom__info-row:last-child .head-recom__value {
  padding-left: 1.625rem;
}

.head-recom__info-row:not(:last-child) {
  margin-bottom: 0.8125rem;
}

.head-recom__digit {
  color: #ffffff;
}

.head-recom__line {
  height: 0.75rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 2px;
}

.head-recom__value {
  color: #ff0000;
  padding-left: 1rem;
}

.info-recom {
  padding: 1.875rem 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 1.875rem;
}

.info-recom__item {
  padding: 1.25rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 5px;
}

.info-recom__title {
  font-weight: 700;
  line-height: 130%;
}

.info-recom__title:not(:last-child) {
  margin-bottom: 0.5625rem;
}

.info-recom__text {
  font-size: 0.875rem;
  line-height: 130%;
}

.info-recom__text li {
  gap: 0.3125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.info-recom__text li::before {
  content: "";
  position: relative;
  display: inline-block;
  width: 3px;
  height: 3px;
  top: 0.4375rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 50%;
  background-color: #ffffff;
}

.bottom-recom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.875rem;
  margin-bottom: -3.75rem;
}

.bottom-recom__content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 57.2072072072%;
          flex: 0 0 57.2072072072%;
}

.bottom-recom__column {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 1.875rem;
}

.bottom-recom__column ul {
  font-size: 0.875rem;
  line-height: 130%;
  display: -ms-grid;
  display: grid;
  gap: 0.3125rem;
}

.bottom-recom__image {
  min-height: 32.25rem;
}

.bottom-recom__image img {
  width: 33.6875rem;
  max-width: 33.6875rem;
}

.bottom-recom__text {
  font-size: 0.875rem;
  line-height: 130%;
}

.bottom-recom__text:not(:last-child) {
  margin-bottom: 0.625rem;
}

.bottom-recom__text-red {
  font-size: 1.125rem;
  color: #ff0000;
  line-height: 130%;
}

.bottom-recom__text-red:not(:last-child) {
  margin-bottom: 1.25rem;
}

.bottom-recom__subtitle {
  font-size: 0.875rem;
  line-height: 130%;
}

.bottom-recom__subtitle:not(:last-child) {
  margin-bottom: 1.5rem;
}

.bottom-recom__row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 1.875rem;
  max-width: 33rem;
}

@supports (padding-top: clamp( 2.3125rem , 1.5076219512rem  +  4.0243902439vw , 4.375rem )) {
  .conditions {
    padding-top: clamp( 2.3125rem , 1.5076219512rem  +  4.0243902439vw , 4.375rem );
  }
}

@supports not (padding-top: clamp( 2.3125rem , 1.5076219512rem  +  4.0243902439vw , 4.375rem )) {
  .conditions {
    padding-top: calc(2.3125rem + 2.0625 * (100vw - 20rem) / 51.25);
  }
}

@supports (padding-bottom: clamp( 2.3125rem , 1.5076219512rem  +  4.0243902439vw , 4.375rem )) {
  .conditions {
    padding-bottom: clamp( 2.3125rem , 1.5076219512rem  +  4.0243902439vw , 4.375rem );
  }
}

@supports not (padding-bottom: clamp( 2.3125rem , 1.5076219512rem  +  4.0243902439vw , 4.375rem )) {
  .conditions {
    padding-bottom: calc(2.3125rem + 2.0625 * (100vw - 20rem) / 51.25);
  }
}

.conditions__title:not(:last-child) {
  margin-bottom: 1.5625rem;
}

.conditions__row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 1.875rem;
}

.conditions__item {
  background: #f2f2f2;
  border-radius: 5px;
  padding-top: 1.25rem;
  padding-bottom: 1.875rem;
  position: relative;
  min-height: 15.625rem;
}

.conditions__image {
  position: absolute;
  bottom: 0;
  pointer-events: none;
  max-width: 80%;
  right: 0;
}

.conditions__content {
  position: relative;
  z-index: 2;
}

.conditions__label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 4.875rem;
  font-weight: 700;
  height: 2.5rem;
  font-size: 1.125rem;
  color: #ffffff;
  line-height: 1.2222222222;
  padding: 0.5625rem 1.25rem;
  background-color: #ff0000;
}

.conditions__text {
  padding-top: 1.0625rem;
  font-size: 0.875rem;
  line-height: 130%;
  max-width: 11.9375rem;
  padding-left: 1.875rem;
}

.conditions__icon {
  max-width: 1.4375rem;
}

.packet {
  padding-top: 3.75rem;
  padding-bottom: 4.75rem;
  background: #121212;
  color: #ffffff;
}

.packet__title {
  text-align: left;
}

.packet__title:not(:last-child) {
  margin-bottom: 1.5625rem;
}

.packet__row {
  display: -ms-grid;
  display: grid;
  gap: 1.875rem;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}

.packet__text {
  font-size: 0.875rem;
  line-height: 130%;
}

.packet__flex {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 1.875rem;
}

.packet__item {
  background: #2e2e2e;
  -webkit-box-shadow: 0px 10px 20px rgba(255, 255, 255, 0.04), 0px 2px 6px rgba(0, 0, 0, 0.04), 0px 0px 1px rgba(0, 0, 0, 0.04);
          box-shadow: 0px 10px 20px rgba(255, 255, 255, 0.04), 0px 2px 6px rgba(0, 0, 0, 0.04), 0px 0px 1px rgba(0, 0, 0, 0.04);
  border-radius: 5px;
  padding: 1.125rem 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.125rem;
}

.packet__icon {
  width: 2.5rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.packet__item-text {
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.2222222222;
}

.costs {
  padding-top: 3.875rem;
  padding-bottom: 4.375rem;
}

.costs-tabs__navigation {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}

.costs-tabs__select-mob {
  margin-bottom: 0.625rem;
}

.costs-tabs__select-mob .select__title {
  background-color: #ff0000;
  font-size: 0.875rem;
}

.costs-tabs__select-mob .select__options {
  background-color: #ff0000;
}

.costs-tabs__select-mob .select__option {
  font-size: 0.875rem;
}

.costs-tabs__title {
  padding: 0.9375rem;
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 130%;
  color: #ff0000;
  border-radius: 5px 5px 0px 0px;
  text-align: center;
}

.costs-tabs__title._tab-active {
  background: #ff0000;
  color: #fff;
}

.costs-tabs__body {
  background: #f2f2f2;
  border-radius: 0px 0px 5px 5px;
  padding: 1.75rem 1.875rem;
}

.costs-tabs__row {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[5];
  grid-template-columns: repeat(5, 1fr);
  gap: 3.75rem;
}

.costs-tabs__list {
  display: -ms-grid;
  display: grid;
  gap: 0.4375rem;
}

.costs-tabs__list a {
  font-size: 0.875rem;
  -webkit-transition: all 0.3s cubic-bezier(0.5, 0.02, 0.13, 0.5);
  -o-transition: all 0.3s cubic-bezier(0.5, 0.02, 0.13, 0.5);
  transition: all 0.3s cubic-bezier(0.5, 0.02, 0.13, 0.5);
  line-height: 130%;
}

.exchange {
  padding-top: 2.25rem;
}

@supports (padding-bottom: clamp( 2.1875rem , 1.3094512195rem  +  4.3902439024vw , 4.4375rem )) {
  .exchange__top {
    padding-bottom: clamp( 2.1875rem , 1.3094512195rem  +  4.3902439024vw , 4.4375rem );
  }
}

@supports not (padding-bottom: clamp( 2.1875rem , 1.3094512195rem  +  4.3902439024vw , 4.4375rem )) {
  .exchange__top {
    padding-bottom: calc(2.1875rem + 2.25 * (100vw - 20rem) / 51.25);
  }
}

.exchange__breadcrumb:not(:last-child) {
  margin-bottom: 0.8125rem;
}

.exchange__title:not(:last-child) {
  margin-bottom: 0.8125rem;
}

.exchange__row {
  display: -ms-grid;
  display: grid;
  gap: 1.25rem;
  -ms-grid-columns: 68.018018018% auto;
  grid-template-columns: 68.018018018% auto;
}

.exchange__text {
  font-size: 0.875rem;
  line-height: 130%;
}

.exchange__info-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8125rem;
  padding: 1.25rem 1rem 1.1875rem 1.25rem;
}

.exchange__icon {
  width: 2.5625rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.exchange__text-info {
  font-size: 0.875rem;
  line-height: 130%;
  color: rgba(0, 0, 0, 0.6);
}

.exchange__text-info a {
  color: #ff0000;
  text-decoration: underline !important;
}

.exchange__grey {
  background: #f2f2f2;
}

@supports (padding-top: clamp( 2.25rem , 1.4207317073rem  +  4.1463414634vw , 4.375rem )) {
  .exchange__grey {
    padding-top: clamp( 2.25rem , 1.4207317073rem  +  4.1463414634vw , 4.375rem );
  }
}

@supports not (padding-top: clamp( 2.25rem , 1.4207317073rem  +  4.1463414634vw , 4.375rem )) {
  .exchange__grey {
    padding-top: calc(2.25rem + 2.125 * (100vw - 20rem) / 51.25);
  }
}

@supports (padding-bottom: clamp( 2.25rem , 1.4207317073rem  +  4.1463414634vw , 4.375rem )) {
  .exchange__grey {
    padding-bottom: clamp( 2.25rem , 1.4207317073rem  +  4.1463414634vw , 4.375rem );
  }
}

@supports not (padding-bottom: clamp( 2.25rem , 1.4207317073rem  +  4.1463414634vw , 4.375rem )) {
  .exchange__grey {
    padding-bottom: calc(2.25rem + 2.125 * (100vw - 20rem) / 51.25);
  }
}

.simple-exchange__title:not(:last-child) {
  margin-bottom: 1.875rem;
}

.simple-exchange__rows {
  display: -ms-grid;
  display: grid;
  gap: 2.875rem;
}

.simple-exchange__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3.125rem;
}

.simple-exchange__row:last-child {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-right: 6.625rem;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.simple-exchange__row:last-child .item-simple:nth-child(2)::after {
  display: none;
}

.item-simple {
  text-align: center;
  padding: 1.1875rem;
  background: #ffffff;
  max-width: 8.75rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.item-simple::after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(16px, -50%);
      -ms-transform: translate(16px, -50%);
          transform: translate(16px, -50%);
  border-top: 20px solid transparent;
  border-left: 40px solid #fff;
  border-bottom: 20px solid transparent;
}

.item-simple_top-big {
  max-width: 21.875rem;
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.item-simple_top-big::after {
  content: "";
  -webkit-transform: translate(-50%, 16px) rotate(90deg);
      -ms-transform: translate(-50%, 16px) rotate(90deg);
          transform: translate(-50%, 16px) rotate(90deg);
  left: 50%;
  top: auto;
  right: auto;
  bottom: 0;
}

.item-simple_bottom::after {
  content: "";
  left: 0;
  right: auto;
  -webkit-transform: translate(-16px, -50%) rotate(180deg);
      -ms-transform: translate(-16px, -50%) rotate(180deg);
          transform: translate(-16px, -50%) rotate(180deg);
}

.item-simple_last {
  background-color: transparent;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.2;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 11.4375rem;
  width: 8.0625rem;
  background: url("../img/exchange/bg.svg") center/contain no-repeat;
}

.item-simple_last::after {
  display: none;
}

.item-simple__digit {
  font-weight: 700;
  font-size: 1.5625rem;
  line-height: 1.0714285714;
  color: rgba(0, 0, 0, 0.2);
}

.item-simple__digit:not(:last-child) {
  margin-bottom: 1.75rem;
}

.item-simple__icon {
  height: 5.25rem;
  width: 3.75rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.item-simple__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.875rem;
  line-height: 190%;
  text-align: left;
}

@supports (padding-top: clamp( 2.5rem , 1.5243902439rem  +  4.8780487805vw , 5rem )) {
  .comment-exchange {
    padding-top: clamp( 2.5rem , 1.5243902439rem  +  4.8780487805vw , 5rem );
  }
}

@supports not (padding-top: clamp( 2.5rem , 1.5243902439rem  +  4.8780487805vw , 5rem )) {
  .comment-exchange {
    padding-top: calc(2.5rem + 2.5 * (100vw - 20rem) / 51.25);
  }
}

.comment-exchange__title:not(:last-child) {
  margin-bottom: 1.3125rem;
}

.comment-exchange__row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 2.1875rem;
}

.comment-exchange__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.4375rem;
}

.comment-exchange__item:not(:last-child) {
  margin-bottom: 0.9375rem;
}

.comment-exchange__digit {
  -webkit-transform: translateY(-7px);
      -ms-transform: translateY(-7px);
          transform: translateY(-7px);
  white-space: nowrap;
  font-weight: 700;
  font-size: 1.5625rem;
  line-height: 1.2;
  color: #ff0000;
}

.comment-exchange__text {
  font-size: 0.875rem;
  line-height: 130%;
}

.exchange-category {
  background: #f2f2f2;
}

@supports (padding-top: clamp( 2.25rem , 1.5182926829rem  +  3.6585365854vw , 4.125rem )) {
  .exchange-category {
    padding-top: clamp( 2.25rem , 1.5182926829rem  +  3.6585365854vw , 4.125rem );
  }
}

@supports not (padding-top: clamp( 2.25rem , 1.5182926829rem  +  3.6585365854vw , 4.125rem )) {
  .exchange-category {
    padding-top: calc(2.25rem + 1.875 * (100vw - 20rem) / 51.25);
  }
}

@supports (padding-bottom: clamp( 2.5rem , 1.7682926829rem  +  3.6585365854vw , 4.375rem )) {
  .exchange-category {
    padding-bottom: clamp( 2.5rem , 1.7682926829rem  +  3.6585365854vw , 4.375rem );
  }
}

@supports not (padding-bottom: clamp( 2.5rem , 1.7682926829rem  +  3.6585365854vw , 4.375rem )) {
  .exchange-category {
    padding-bottom: calc(2.5rem + 1.875 * (100vw - 20rem) / 51.25);
  }
}

.exchange-category .tabs-catalog__column:first-child:before {
  display: none;
}

.exchange-category__title:not(:last-child) {
  margin-bottom: 1.25rem;
}

.exchange-category__plus-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto 0;
  max-width: 10.125rem;
}

.form-exchange {
  background: #f2f2f2;
}

@supports (padding-top: clamp( 2.25rem , 1.5670731707rem  +  3.4146341463vw , 4rem )) {
  .form-exchange {
    padding-top: clamp( 2.25rem , 1.5670731707rem  +  3.4146341463vw , 4rem );
  }
}

@supports not (padding-top: clamp( 2.25rem , 1.5670731707rem  +  3.4146341463vw , 4rem )) {
  .form-exchange {
    padding-top: calc(2.25rem + 1.75 * (100vw - 20rem) / 51.25);
  }
}

@supports (padding-bottom: clamp( 2.25rem , 1.5670731707rem  +  3.4146341463vw , 4rem )) {
  .form-exchange {
    padding-bottom: clamp( 2.25rem , 1.5670731707rem  +  3.4146341463vw , 4rem );
  }
}

@supports not (padding-bottom: clamp( 2.25rem , 1.5670731707rem  +  3.4146341463vw , 4rem )) {
  .form-exchange {
    padding-bottom: calc(2.25rem + 1.75 * (100vw - 20rem) / 51.25);
  }
}

.form-exchange__title:not(:last-child) {
  margin-bottom: 0.75rem;
}

.form-exchange .return__bottom {
  padding: 0;
}

.form-exchange__descr {
  font-size: 0.875rem;
  max-width: 48.25rem;
  line-height: 130%;
  text-align: center;
  margin: 0 auto 1.3125rem;
}

@supports (padding-top: clamp( 2.25rem , 1.6646341463rem  +  2.9268292683vw , 3.75rem )) {
  .result {
    padding-top: clamp( 2.25rem , 1.6646341463rem  +  2.9268292683vw , 3.75rem );
  }
}

@supports not (padding-top: clamp( 2.25rem , 1.6646341463rem  +  2.9268292683vw , 3.75rem )) {
  .result {
    padding-top: calc(2.25rem + 1.5 * (100vw - 20rem) / 51.25);
  }
}

@supports (padding-bottom: clamp( 2.5rem , 1.8902439024rem  +  3.0487804878vw , 4.0625rem )) {
  .result {
    padding-bottom: clamp( 2.5rem , 1.8902439024rem  +  3.0487804878vw , 4.0625rem );
  }
}

@supports not (padding-bottom: clamp( 2.5rem , 1.8902439024rem  +  3.0487804878vw , 4.0625rem )) {
  .result {
    padding-bottom: calc(2.5rem + 1.5625 * (100vw - 20rem) / 51.25);
  }
}

.result__container {
  font-size: 0.875rem;
  line-height: 130%;
}

@supports (margin-bottom: clamp( 2.0625rem , 1.3551829268rem  +  3.5365853659vw , 3.875rem )) {
  .result__block:not(:last-child) {
    margin-bottom: clamp( 2.0625rem , 1.3551829268rem  +  3.5365853659vw , 3.875rem );
  }
}

@supports not (margin-bottom: clamp( 2.0625rem , 1.3551829268rem  +  3.5365853659vw , 3.875rem )) {
  .result__block:not(:last-child) {
    margin-bottom: calc(2.0625rem + 1.8125 * (100vw - 20rem) / 51.25);
  }
}

.result__title:not(:last-child) {
  margin-bottom: 1.0625rem;
}

.result__descr {
  text-align: center;
  max-width: 63.4375rem;
  margin: 0 auto;
}

.result__bottom {
  max-width: 63.4375rem;
}

.result__bottom-title {
  text-align: left;
}

.result__bottom-title:not(:last-child) {
  margin-bottom: 0.75rem;
}

.result__list {
  display: -ms-grid;
  display: grid;
  gap: 0.5rem;
}

.result__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.3125rem;
}

.result__list-item::before {
  content: "";
  width: 3px;
  top: 7px;
  position: relative;
  display: inline-block;
  background-color: #000;
  height: 3px;
  border-radius: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@supports (padding-top: clamp( 2.25rem , 1.5426829268rem  +  3.5365853659vw , 4.0625rem )) {
  .procedure {
    padding-top: clamp( 2.25rem , 1.5426829268rem  +  3.5365853659vw , 4.0625rem );
  }
}

@supports not (padding-top: clamp( 2.25rem , 1.5426829268rem  +  3.5365853659vw , 4.0625rem )) {
  .procedure {
    padding-top: calc(2.25rem + 1.8125 * (100vw - 20rem) / 51.25);
  }
}

@supports (padding-bottom: clamp( 2.25rem , 1.5426829268rem  +  3.5365853659vw , 4.0625rem )) {
  .procedure {
    padding-bottom: clamp( 2.25rem , 1.5426829268rem  +  3.5365853659vw , 4.0625rem );
  }
}

@supports not (padding-bottom: clamp( 2.25rem , 1.5426829268rem  +  3.5365853659vw , 4.0625rem )) {
  .procedure {
    padding-bottom: calc(2.25rem + 1.8125 * (100vw - 20rem) / 51.25);
  }
}

.procedure__title:not(:last-child) {
  margin-bottom: 0.75rem;
}

.procedure__descr {
  max-width: 33.5rem;
  margin: 0 auto 2rem;
  font-size: 0.875rem;
  line-height: 130%;
}

.procedure-spollers__item {
  color: #fff;
  padding: 0 1.875rem 0rem 1.25rem;
  background: #000000;
  -webkit-box-shadow: 0px 6px 26px rgba(16, 18, 43, 0.09);
          box-shadow: 0px 6px 26px rgba(16, 18, 43, 0.09);
  border-radius: 4px;
}

.procedure-spollers__item:not(:last-child) {
  margin-bottom: 1.25rem;
}

.procedure-spollers__title {
  padding: 1.0625rem 0rem;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.2222222222;
  width: 100%;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem;
  text-align: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.procedure-spollers__title._spoller-active::after {
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
}

.procedure-spollers__title::after {
  -webkit-transition: all 0.3s cubic-bezier(0.5, 0.02, 0.13, 0.5);
  -o-transition: all 0.3s cubic-bezier(0.5, 0.02, 0.13, 0.5);
  transition: all 0.3s cubic-bezier(0.5, 0.02, 0.13, 0.5);
  content: "";
  width: 1rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  position: relative;
  display: inline-block;
  background: url("../img/exchange/arrow.svg") center/contain no-repeat;
  height: 0.625rem;
}

.procedure-spollers__body {
  padding-bottom: 0.9375rem;
}

.procedure-spollers__row {
  display: -ms-grid;
  display: grid;
  padding-top: 0.3125rem;
  gap: 3.75rem;
  -ms-grid-columns: 51.8867924528% auto;
  grid-template-columns: 51.8867924528% auto;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.procedure-spollers__row:not(:last-child) {
  margin-bottom: 1.3125rem;
}

.procedure-spollers__content {
  display: -ms-grid;
  display: grid;
  gap: 0.5625rem;
  font-size: 1rem;
  line-height: 149.03%;
}

.procedure-spollers__content b {
  font-weight: 700;
}

.procedure-spollers__images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.875rem 1.25rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.procedure-spollers__image-ibg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(33.33% - 14px);
          flex: 0 0 calc(33.33% - 14px);
  padding-bottom: 27.0925110132%;
}

.procedure-spollers__image-ibg::after {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 0;
  z-index: 2;
}

.procedure-spollers__image-ibg img {
  border-radius: 5px;
  overflow: hidden;
}

.procedure-spollers__image-ibg.no::after {
  background: url("../img/exchange/no.svg") center/contain no-repeat;
}

.procedure-spollers__image-ibg.yes::after {
  background: url("../img/exchange/yes.svg") center/contain no-repeat;
}

.procedure-spollers__bottom {
  font-size: 1rem;
  max-width: 34.375rem;
  line-height: 149.03%;
}

.procedure-spollers__bottom-title {
  font-weight: 700;
}

.procedure-spollers__bottom-title:not(:last-child) {
  margin-bottom: 0.625rem;
}

.center {
  padding-top: 2.25rem;
}

@supports (padding-bottom: clamp( 2.5rem , 1.7682926829rem  +  3.6585365854vw , 4.375rem )) {
  .center {
    padding-bottom: clamp( 2.5rem , 1.7682926829rem  +  3.6585365854vw , 4.375rem );
  }
}

@supports not (padding-bottom: clamp( 2.5rem , 1.7682926829rem  +  3.6585365854vw , 4.375rem )) {
  .center {
    padding-bottom: calc(2.5rem + 1.875 * (100vw - 20rem) / 51.25);
  }
}

.center__breadcrumb:not(:last-child) {
  margin-bottom: 0.8125rem;
}

.center__title:not(:last-child) {
  margin-bottom: 4.3125rem;
}

.center__grid-layout {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 4.875rem 1.9375rem;
}

.item-center {
  background: #121212;
  border-radius: 5px;
  color: #ffffff;
  text-align: center;
  padding: 0 1.25rem 1.875rem 1.25rem;
}

.item-center__icon {
  height: 5.6875rem;
  margin-top: -2.8125rem;
  width: 4rem;
  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: -2.8125rem auto 0;
  background: url("../img/center/bg.svg") center/contain no-repeat;
}

.item-center__icon:not(:last-child) {
  margin-bottom: 1.25rem;
}

.item-center__link {
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.2222222222;
  display: block;
  -webkit-transition: all 0.3s cubic-bezier(0.5, 0.02, 0.13, 0.5);
  -o-transition: all 0.3s cubic-bezier(0.5, 0.02, 0.13, 0.5);
  transition: all 0.3s cubic-bezier(0.5, 0.02, 0.13, 0.5);
}

.item-center__link:not(:last-child) {
  margin-bottom: 0.625rem;
}

.item-center__text {
  font-size: 0.875rem;
  line-height: 130%;
}

.blog-banner {
  padding-top: 2.25rem;
}

@supports (padding-bottom: clamp( 2.5rem , 1.7682926829rem  +  3.6585365854vw , 4.375rem )) {
  .blog-banner {
    padding-bottom: clamp( 2.5rem , 1.7682926829rem  +  3.6585365854vw , 4.375rem );
  }
}

@supports not (padding-bottom: clamp( 2.5rem , 1.7682926829rem  +  3.6585365854vw , 4.375rem )) {
  .blog-banner {
    padding-bottom: calc(2.5rem + 1.875 * (100vw - 20rem) / 51.25);
  }
}

.blog-banner__inner {
  min-height: 31.375rem;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}

.blog-banner__breadcrumb:not(:last-child) {
  margin-bottom: 1.625rem;
}

.blog-banner__image-ibg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.blog-banner__image-ibg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/blog/decor.svg") 0 0/cover no-repeat;
}

.blog-banner__content {
  position: relative;
  z-index: 2;
  padding: 7.25rem 1.25rem 3.125rem 9.5625rem;
}

.blog-banner__title::after {
  content: "";
  width: 150%;
  left: -100px;
}

.blog-banner__title:not(:last-child) {
  margin-bottom: 2.5rem;
}

.blog-banner__grid-layout {
  max-width: 34.5625rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}

.blog-banner__link {
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.2142857143;
  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;
  text-align: center;
  min-height: 2.9375rem;
  border: 2px solid #ff0000;
  border-radius: 5px;
  color: #ff0000;
  -webkit-transition: all 0.3s cubic-bezier(0.5, 0.02, 0.13, 0.5);
  -o-transition: all 0.3s cubic-bezier(0.5, 0.02, 0.13, 0.5);
  transition: all 0.3s cubic-bezier(0.5, 0.02, 0.13, 0.5);
}

.form-blog {
  background: #121212;
  padding: 2rem 0 1.125rem;
  color: #ffffff;
}

.form-blog_column .form-blog__row {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.875rem;
}

.form-blog_column .form-blog__info {
  text-align: center;
}

.form-blog_column .form-blog__form {
  max-width: 16rem;
}

.form-blog__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.form-blog__title {
  text-align: left;
}

.form-blog__title:not(:last-child) {
  margin-bottom: 0.6875rem;
}

.form-blog__subtitle {
  font-size: 0.875rem;
  line-height: 130%;
}

.form-blog__form {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40.1801801802%;
          flex: 0 0 40.1801801802%;
}

.form-blog__item {
  position: relative;
}

.form-blog__item:not(:last-child) {
  margin-bottom: 1rem;
}

.form-blog__input {
  padding-right: 3.4375rem;
}

.form-blog__button {
  height: 2.9375rem;
  width: 2.9375rem;
  padding: 0.3125rem;
  position: absolute;
  top: 0;
  right: 0;
}

.blog {
  padding-top: 4.375rem;
  padding-bottom: 4.375rem;
}

.blog__item:not(:last-child) {
  margin-bottom: 4.375rem;
}

.blog__item:nth-child(even) .item-blog__row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.blog__item:nth-child(even) .item-blog__head {
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin-left: 1.25rem;
}

.item-blog__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.875rem;
}

.item-blog__main {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 57.2072072072%;
          flex: 0 0 57.2072072072%;
}

.item-blog__title {
  padding-left: 1.25rem;
  position: relative;
  font-weight: 700;
  line-height: 1.2272727273;
}

.item-blog__title:not(:last-child) {
  margin-bottom: 1.8125rem;
}

@supports (font-size: clamp( 1.125rem , 1.0274390244rem  +  0.487804878vw , 1.375rem )) {
  .item-blog__title {
    font-size: clamp( 1.125rem , 1.0274390244rem  +  0.487804878vw , 1.375rem );
  }
}

@supports not (font-size: clamp( 1.125rem , 1.0274390244rem  +  0.487804878vw , 1.375rem )) {
  .item-blog__title {
    font-size: calc(1.125rem + 0.25 * (100vw - 20rem) / 51.25);
  }
}

.item-blog__title::after {
  content: "";
  background: #ff0000;
  border-radius: 5px;
  width: 4px;
  position: absolute;
  left: 0;
  height: 2.8125rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.item-blog__small-article:not(:last-child) {
  margin-bottom: 1.875rem;
}

.item-blog__button {
  width: 100%;
  margin-top: 0.75rem;
}

.item-blog__block {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.item-blog__content {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  gap: 1.25rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.item-blog__image-ibg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.item-blog__head {
  position: relative;
  z-index: 2;
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin-top: 1.25rem;
  margin-right: 1.25rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.3125rem 1.5625rem;
  align-items: center;
  min-height: 2.9375rem;
  background: #ff0000;
  border-radius: 5px;
  gap: 0.4375rem;
  font-weight: 700;
  color: #ffffff;
  font-size: 0.875rem;
  line-height: 1.2142857143;
}

.item-blog__bottom {
  position: relative;
  z-index: 2;
  background: rgba(0, 0, 0, 0.68);
  padding: 1.25rem;
}

.item-blog__bottom-date {
  font-size: 14px;
  line-height: 16px;
  color: #ff0000;
}

.item-blog__bottom-date:not(:last-child) {
  margin-bottom: 0.25rem;
}

.item-blog__bottom-text {
  font-weight: 600;
  font-size: 0.875rem;
  max-width: 18.5rem;
  line-height: 1.1428571429;
  color: #ffffff;
}

.item-blog__bottom-text:not(:last-child) {
  margin-bottom: 0.4375rem;
}

.item-blog__bottom-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.1428571429;
  text-decoration: underline !important;
  color: #ff0000;
}

.item-blog__bottom-icon {
  -webkit-transition: all 0.3s cubic-bezier(0.5, 0.02, 0.13, 0.5);
  -o-transition: all 0.3s cubic-bezier(0.5, 0.02, 0.13, 0.5);
  transition: all 0.3s cubic-bezier(0.5, 0.02, 0.13, 0.5);
  width: 1.25rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.article-small {
  background: #f2f2f2;
  border-radius: 5px;
  padding: 1.25rem;
}

.article-small__row {
  gap: 0.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.article-small__date {
  font-weight: 400;
  font-size: 0.875rem;
  color: #ff0000;
}

.article-small__date:not(:last-child) {
  margin-bottom: 0.25rem;
}

.article-small__text {
  font-size: 0.875rem;
  line-height: 1.1428571429;
}

.article-small__text:not(:last-child) {
  margin-bottom: 0.4375rem;
}

.article-small__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.1428571429;
  text-decoration: underline !important;
  color: #ff0000;
}

.article-small__icon {
  width: 1.25rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.5, 0.02, 0.13, 0.5);
  -o-transition: all 0.3s cubic-bezier(0.5, 0.02, 0.13, 0.5);
  transition: all 0.3s cubic-bezier(0.5, 0.02, 0.13, 0.5);
}

.article-small__image-ibg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 11.375rem;
          flex: 0 0 11.375rem;
  height: 10.0625rem;
  overflow: hidden;
  border-radius: 5px;
  display: block;
}

.article-small__image-ibg img {
  -webkit-transition: all 0.5s cubic-bezier(0.5, 0.02, 0.13, 0.5);
  -o-transition: all 0.5s cubic-bezier(0.5, 0.02, 0.13, 0.5);
  transition: all 0.5s cubic-bezier(0.5, 0.02, 0.13, 0.5);
}

.article-banner {
  padding-top: 2.375rem;
}

@supports (padding-bottom: clamp( 2.5rem , 1.7682926829rem  +  3.6585365854vw , 4.375rem )) {
  .article-banner {
    padding-bottom: clamp( 2.5rem , 1.7682926829rem  +  3.6585365854vw , 4.375rem );
  }
}

@supports not (padding-bottom: clamp( 2.5rem , 1.7682926829rem  +  3.6585365854vw , 4.375rem )) {
  .article-banner {
    padding-bottom: calc(2.5rem + 1.875 * (100vw - 20rem) / 51.25);
  }
}

.article-banner__breadcrumb:not(:last-child) {
  margin-bottom: 1.625rem;
}

.article-banner__content {
  min-height: 31.25rem;
  position: relative;
  overflow: hidden;
  padding: 2.5rem 1.25rem;
  border-radius: 5px;
}

.article-banner__image-ibg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.article-banner__title {
  padding: 1.875rem 0;
  position: relative;
  z-index: 2;
  max-width: 33.75rem;
}

.article-banner__title::after {
  content: "";
  width: calc(100% + 90px);
  -webkit-transform: skewX(-20deg);
      -ms-transform: skewX(-20deg);
          transform: skewX(-20deg);
  left: -60px;
}

@supports (padding-top: clamp( 2.5rem , 1.0365853659rem  +  7.3170731707vw , 6.25rem )) {
  .article {
    padding-top: clamp( 2.5rem , 1.0365853659rem  +  7.3170731707vw , 6.25rem );
  }
}

@supports not (padding-top: clamp( 2.5rem , 1.0365853659rem  +  7.3170731707vw , 6.25rem )) {
  .article {
    padding-top: calc(2.5rem + 3.75 * (100vw - 20rem) / 51.25);
  }
}

@supports (padding-bottom: clamp( 2.5rem , 1.7682926829rem  +  3.6585365854vw , 4.375rem )) {
  .article {
    padding-bottom: clamp( 2.5rem , 1.7682926829rem  +  3.6585365854vw , 4.375rem );
  }
}

@supports not (padding-bottom: clamp( 2.5rem , 1.7682926829rem  +  3.6585365854vw , 4.375rem )) {
  .article {
    padding-bottom: calc(2.5rem + 1.875 * (100vw - 20rem) / 51.25);
  }
}

.article__title {
  text-align: left;
}

.article__title:not(:last-child) {
  margin-bottom: 0.75rem;
}

.article__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.25rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.article__head:not(:last-child) {
  margin-bottom: 2.625rem;
}

.article__head-image {
  max-width: 23.8125rem;
}

.article__head-text {
  max-width: 36.875rem;
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 1.25rem;
}

.article__row {
  font-size: 0.875rem;
  line-height: 1.1428571429;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 57.2072072072% auto;
  grid-template-columns: 57.2072072072% auto;
  gap: 1.875rem;
}

.article__row ol {
  counter-reset: section;
  list-style-type: none;
}

.article__row ol li::before {
  content: "";
  counter-increment: section;
  content: counter(section) ".";
  margin-right: 0.3125rem;
}

.article__row ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0.625rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.4375rem;
}

.article__row ul li::before {
  content: "";
  display: inline-block;
  width: 0.1875rem;
  top: 1px;
  height: 3px;
  position: relative;
  background-color: #000;
  border-radius: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.article__row_bottom {
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}

.article__row_bottom li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.article__row_bottom li::before {
  content: "";
}

.article__row:not(:last-child) {
  margin-bottom: 1.5rem;
}

.article__text-body {
  display: -ms-grid;
  display: grid;
  gap: 0.6875rem;
}

.article__row-big {
  -ms-grid-columns: (1fr)[1];
  grid-template-columns: repeat(1, 1fr);
}

.manual-top {
  padding-top: 2.375rem;
}

@supports (padding-bottom: clamp( 2.25rem , 1.4207317073rem  +  4.1463414634vw , 4.375rem )) {
  .manual-top {
    padding-bottom: clamp( 2.25rem , 1.4207317073rem  +  4.1463414634vw , 4.375rem );
  }
}

@supports not (padding-bottom: clamp( 2.25rem , 1.4207317073rem  +  4.1463414634vw , 4.375rem )) {
  .manual-top {
    padding-bottom: calc(2.25rem + 2.125 * (100vw - 20rem) / 51.25);
  }
}

.manual-top__breadcrumb:not(:last-child) {
  margin-bottom: 0.75rem;
}

.manual-top__title:not(:last-child) {
  margin-bottom: 0.75rem;
}

.manual-top__descr {
  text-align: center;
}

.manual-top__descr:not(:last-child) {
  margin-bottom: 1rem;
}

.manual-top__form-row {
  display: -ms-grid;
  display: grid;
  gap: 1.875rem;
  -ms-grid-columns: 1fr 1fr 1fr 13.4375rem;
  grid-template-columns: 1fr 1fr 1fr 13.4375rem;
}

.manual-top__form-row .select__value::after {
  background: url("../img/svg/arrow-red.svg") center/contain no-repeat;
}

@supports (padding-bottom: clamp( 2.375rem , 1.6432926829rem  +  3.6585365854vw , 4.25rem )) {
  .free-manual {
    padding-bottom: clamp( 2.375rem , 1.6432926829rem  +  3.6585365854vw , 4.25rem );
  }
}

@supports not (padding-bottom: clamp( 2.375rem , 1.6432926829rem  +  3.6585365854vw , 4.25rem )) {
  .free-manual {
    padding-bottom: calc(2.375rem + 1.875 * (100vw - 20rem) / 51.25);
  }
}

.free-manual__title:not(:last-child) {
  margin-bottom: 4.375rem;
}

.free-manual__grid-layout {
  display: -ms-grid;
  display: grid;
  gap: 4.75rem 1.875rem;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
}

.free-manual__grid-layout:not(:last-child) {
  margin-bottom: 2.3125rem;
}

.free-manual__grid-layout .item-center {
  min-height: 7.25rem;
  padding-bottom: 0.9375rem;
}

.free-manual__button-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.free-manual__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.4375rem;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 130%;
  color: #ff0000;
}

.free-manual__icon {
  width: 0.75rem;
  height: 0.75rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.5, 0.02, 0.13, 0.5);
  -o-transition: all 0.3s cubic-bezier(0.5, 0.02, 0.13, 0.5);
  transition: all 0.3s cubic-bezier(0.5, 0.02, 0.13, 0.5);
}

.video-manual {
  background: #f2f2f2;
}

@supports (padding-top: clamp( 2.375rem , 1.7652439024rem  +  3.0487804878vw , 3.9375rem )) {
  .video-manual {
    padding-top: clamp( 2.375rem , 1.7652439024rem  +  3.0487804878vw , 3.9375rem );
  }
}

@supports not (padding-top: clamp( 2.375rem , 1.7652439024rem  +  3.0487804878vw , 3.9375rem )) {
  .video-manual {
    padding-top: calc(2.375rem + 1.5625 * (100vw - 20rem) / 51.25);
  }
}

@supports (padding-bottom: clamp( 2.5rem , 1.7682926829rem  +  3.6585365854vw , 4.375rem )) {
  .video-manual {
    padding-bottom: clamp( 2.5rem , 1.7682926829rem  +  3.6585365854vw , 4.375rem );
  }
}

@supports not (padding-bottom: clamp( 2.5rem , 1.7682926829rem  +  3.6585365854vw , 4.375rem )) {
  .video-manual {
    padding-bottom: calc(2.5rem + 1.875 * (100vw - 20rem) / 51.25);
  }
}

.video-manual.white {
  background-color: #fff;
}

.video-manual__title:not(:last-child) {
  margin-bottom: 1.9375rem;
}

.video-manual__slider:not(:last-child) {
  margin-bottom: 1.6875rem;
}

.video-manual__button-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.video-manual__button {
  max-width: 13.4375rem;
  width: 100%;
}

.slide-manual {
  -webkit-box-shadow: 0px 10px 20px rgba(255, 255, 255, 0.04), 0px 2px 6px rgba(0, 0, 0, 0.04), 0px 0px 1px rgba(0, 0, 0, 0.04);
          box-shadow: 0px 10px 20px rgba(255, 255, 255, 0.04), 0px 2px 6px rgba(0, 0, 0, 0.04), 0px 0px 1px rgba(0, 0, 0, 0.04);
  border-radius: 5px;
  overflow: hidden;
}

.slide-manual__image-ibg {
  height: 11.125rem;
  display: block;
  overflow: hidden;
}

.slide-manual__image-ibg img {
  -webkit-transition: all 0.5s cubic-bezier(0.5, 0.02, 0.13, 0.5);
  -o-transition: all 0.5s cubic-bezier(0.5, 0.02, 0.13, 0.5);
  transition: all 0.5s cubic-bezier(0.5, 0.02, 0.13, 0.5);
}

.slide-manual__content {
  background: #2e2e2e;
  padding: 0.9375rem 0.9375rem 1.25rem 1.25rem;
}

.slide-manual__link {
  color: #fff;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.2222222222;
  display: inline-block;
  -webkit-transition: all 0.3s cubic-bezier(0.5, 0.02, 0.13, 0.5);
  -o-transition: all 0.3s cubic-bezier(0.5, 0.02, 0.13, 0.5);
  transition: all 0.3s cubic-bezier(0.5, 0.02, 0.13, 0.5);
}

.slide-manual__link:not(:last-child) {
  margin-bottom: 0.625rem;
}

.slide-manual__descr {
  line-height: 1.1875;
  color: rgba(255, 255, 255, 0.6);
}

@supports (padding-top: clamp( 2.25rem , 1.5182926829rem  +  3.6585365854vw , 4.125rem )) {
  .guide {
    padding-top: clamp( 2.25rem , 1.5182926829rem  +  3.6585365854vw , 4.125rem );
  }
}

@supports not (padding-top: clamp( 2.25rem , 1.5182926829rem  +  3.6585365854vw , 4.125rem )) {
  .guide {
    padding-top: calc(2.25rem + 1.875 * (100vw - 20rem) / 51.25);
  }
}

@supports (padding-bottom: clamp( 2.5rem , 1.7682926829rem  +  3.6585365854vw , 4.375rem )) {
  .guide {
    padding-bottom: clamp( 2.5rem , 1.7682926829rem  +  3.6585365854vw , 4.375rem );
  }
}

@supports not (padding-bottom: clamp( 2.5rem , 1.7682926829rem  +  3.6585365854vw , 4.375rem )) {
  .guide {
    padding-bottom: calc(2.5rem + 1.875 * (100vw - 20rem) / 51.25);
  }
}

.guide__title:not(:last-child) {
  margin-bottom: 1.875rem;
}

.guide__grid-layout {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 1.875rem;
}

.guide__grid-layout:not(:last-child) {
  margin-bottom: 1.875rem;
}

.guide__button-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.guide__button {
  max-width: 13.4375rem;
  width: 100%;
}

.item-guide {
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 1.25rem;
}

.item-guide__top {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding-bottom: 1.1875rem;
}

.item-guide__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.item-guide__image:not(:last-child) {
  margin-bottom: 1.0625rem;
}

.item-guide__link {
  text-align: center;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.2222222222;
  display: block;
  -webkit-transition: all 0.3s cubic-bezier(0.5, 0.02, 0.13, 0.5);
  -o-transition: all 0.3s cubic-bezier(0.5, 0.02, 0.13, 0.5);
  transition: all 0.3s cubic-bezier(0.5, 0.02, 0.13, 0.5);
}

.item-guide__bottom {
  padding-top: 1.125rem;
  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;
  gap: 0.625rem;
}

.item-guide__download {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5625rem;
  font-size: 0.875rem;
  line-height: 130%;
  text-decoration: underline !important;
  color: #ff0000;
}

.item-guide__size {
  font-size: 0.875rem;
  line-height: 130%;
  color: rgba(0, 0, 0, 0.2);
}

.item-guide__icon {
  width: 1.25rem;
  height: 1.25rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.repair {
  background: #f2f2f2;
}

@supports (padding-top: clamp( 2.25rem , 1.5914634146rem  +  3.2926829268vw , 3.9375rem )) {
  .repair {
    padding-top: clamp( 2.25rem , 1.5914634146rem  +  3.2926829268vw , 3.9375rem );
  }
}

@supports not (padding-top: clamp( 2.25rem , 1.5914634146rem  +  3.2926829268vw , 3.9375rem )) {
  .repair {
    padding-top: calc(2.25rem + 1.6875 * (100vw - 20rem) / 51.25);
  }
}

@supports (padding-bottom: clamp( 2.5rem , 1.7682926829rem  +  3.6585365854vw , 4.375rem )) {
  .repair {
    padding-bottom: clamp( 2.5rem , 1.7682926829rem  +  3.6585365854vw , 4.375rem );
  }
}

@supports not (padding-bottom: clamp( 2.5rem , 1.7682926829rem  +  3.6585365854vw , 4.375rem )) {
  .repair {
    padding-bottom: calc(2.5rem + 1.875 * (100vw - 20rem) / 51.25);
  }
}

@supports (margin-bottom: clamp( 0.9375rem , 0.0106707317rem  +  4.6341463415vw , 3.3125rem )) {
  .repair__title:not(:last-child) {
    margin-bottom: clamp( 0.9375rem , 0.0106707317rem  +  4.6341463415vw , 3.3125rem );
  }
}

@supports not (margin-bottom: clamp( 0.9375rem , 0.0106707317rem  +  4.6341463415vw , 3.3125rem )) {
  .repair__title:not(:last-child) {
    margin-bottom: calc(0.9375rem + 2.375 * (100vw - 20rem) / 51.25);
  }
}

.repair__grid-layout {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  gap: 1.875rem;
}

.repair__grid-layout:not(:last-child) {
  margin-bottom: 2.3125rem;
}

.repair__item {
  background: #ffffff;
  border-radius: 5px;
  height: 10rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.875rem;
}

.repair__item-img-ibg img {
  position: relative;
  -o-object-fit: contain;
     object-fit: contain;
  max-height: 100%;
}

.repair__button-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.repair__all-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600;
  font-size: 0.875rem;
  color: #ff0000;
  line-height: 130%;
  gap: 0.4375rem;
}

.repair__icon {
  width: 0.75rem;
  height: 0.75rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.5, 0.02, 0.13, 0.5);
  -o-transition: all 0.3s cubic-bezier(0.5, 0.02, 0.13, 0.5);
  transition: all 0.3s cubic-bezier(0.5, 0.02, 0.13, 0.5);
}

.manual-more {
  padding: 1.875rem 0;
  background: #121212 url("../img/avto/manual-bg.svg") center/cover no-repeat;
}

.manual-more__content {
  max-width: 50rem;
  margin: 0 auto;
  text-align: center;
  color: #fff;
}

.manual-more__title:not(:last-child) {
  margin-bottom: 0.6875rem;
}

.manual-more__descr {
  font-size: 0.875rem;
  line-height: 130%;
  max-width: 36.875rem;
  margin: 0 auto;
}

.manual-more__descr:not(:last-child) {
  margin-bottom: 1.25rem;
}

.manual-more__buttons {
  gap: 1.875rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.manual-more__button {
  width: 100%;
  padding: 5px;
  max-width: 13.4375rem;
}

@supports (padding-bottom: clamp( 2.5rem , 1.7195121951rem  +  3.9024390244vw , 4.5rem )) {
  .manual-prof {
    padding-bottom: clamp( 2.5rem , 1.7195121951rem  +  3.9024390244vw , 4.5rem );
  }
}

@supports not (padding-bottom: clamp( 2.5rem , 1.7195121951rem  +  3.9024390244vw , 4.5rem )) {
  .manual-prof {
    padding-bottom: calc(2.5rem + 2 * (100vw - 20rem) / 51.25);
  }
}

.manual-prof__title:not(:last-child) {
  margin-bottom: 1.125rem;
}

.manual-prof__video-ibg {
  border-radius: 5px;
  overflow: hidden;
  margin: 0 auto;
  max-width: 49.375rem;
  padding-bottom: 31.981981982%;
}

.manual-prof__video-ibg:not(:last-child) {
  margin-bottom: 4.375rem;
}

.manual-prof__bottom {
  padding-top: 1.875rem;
  position: relative;
}

.manual-prof__bottom::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(48.11%, rgba(0, 0, 0, 0.2)), color-stop(93.45%, rgba(0, 0, 0, 0)));
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 48.11%, rgba(0, 0, 0, 0) 93.45%);
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 48.11%, rgba(0, 0, 0, 0) 93.45%);
}

.manual-prof__row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 3.5rem;
}

.item-prof__icon {
  border: 1px solid #ff0000;
  border-radius: 5px;
  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: 0 auto;
  height: 3.75rem;
  width: 3.75rem;
}

.item-prof__icon:not(:last-child) {
  margin-bottom: 1.0625rem;
}

.item-prof__content {
  text-align: center;
}

.item-prof__title {
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.2142857143;
}

.item-prof__title:not(:last-child) {
  margin-bottom: 0.375rem;
}

.item-prof__text {
  font-size: 0.875rem;
  line-height: 130%;
  color: rgba(0, 0, 0, 0.5);
}

.install {
  background: #121212;
}

@supports (padding-top: clamp( 2.5rem , 1.7682926829rem  +  3.6585365854vw , 4.375rem )) {
  .install {
    padding-top: clamp( 2.5rem , 1.7682926829rem  +  3.6585365854vw , 4.375rem );
  }
}

@supports not (padding-top: clamp( 2.5rem , 1.7682926829rem  +  3.6585365854vw , 4.375rem )) {
  .install {
    padding-top: calc(2.5rem + 1.875 * (100vw - 20rem) / 51.25);
  }
}

@supports (padding-bottom: clamp( 2.5rem , 1.7682926829rem  +  3.6585365854vw , 4.375rem )) {
  .install {
    padding-bottom: clamp( 2.5rem , 1.7682926829rem  +  3.6585365854vw , 4.375rem );
  }
}

@supports not (padding-bottom: clamp( 2.5rem , 1.7682926829rem  +  3.6585365854vw , 4.375rem )) {
  .install {
    padding-bottom: calc(2.5rem + 1.875 * (100vw - 20rem) / 51.25);
  }
}

.install__row {
  max-width: 53.9375rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.25rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.install__image {
  max-width: 12.5625rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.install__content {
  max-width: 36.3125rem;
}

.install__title {
  text-align: left;
  color: #fff;
}

.install__title:not(:last-child) {
  margin-bottom: 0.6875rem;
}

.install__descr {
  line-height: 130%;
  color: rgba(255, 255, 255, 0.5);
}

.install__descr:not(:last-child) {
  margin-bottom: 0.6875rem;
}

.install__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
}

.install__qr {
  width: 6.3125rem;
  height: 6.3125rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.install__links {
  display: -ms-grid;
  display: grid;
  gap: 0.5rem;
}

.help {
  background: #f2f2f2;
}

@supports (padding-top: clamp( 2.25rem , 1.5426829268rem  +  3.5365853659vw , 4.0625rem )) {
  .help {
    padding-top: clamp( 2.25rem , 1.5426829268rem  +  3.5365853659vw , 4.0625rem );
  }
}

@supports not (padding-top: clamp( 2.25rem , 1.5426829268rem  +  3.5365853659vw , 4.0625rem )) {
  .help {
    padding-top: calc(2.25rem + 1.8125 * (100vw - 20rem) / 51.25);
  }
}

@supports (padding-bottom: clamp( 2.5rem , 1.7682926829rem  +  3.6585365854vw , 4.375rem )) {
  .help {
    padding-bottom: clamp( 2.5rem , 1.7682926829rem  +  3.6585365854vw , 4.375rem );
  }
}

@supports not (padding-bottom: clamp( 2.5rem , 1.7682926829rem  +  3.6585365854vw , 4.375rem )) {
  .help {
    padding-bottom: calc(2.5rem + 1.875 * (100vw - 20rem) / 51.25);
  }
}

.help__title {
  text-transform: uppercase;
}

.help__title:not(:last-child) {
  margin-bottom: 1.4375rem;
}

.help__slider-wrap {
  position: relative;
}

.help__wrapper:not(:last-child) {
  margin-bottom: 2rem;
}

.help__arrows {
  position: absolute;
  top: 70px;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.card-help__video-ibg {
  height: 12.375rem;
}

.card-help__video-ibg:not(:last-child) {
  margin-bottom: 0.8125rem;
}

.card-help__link {
  text-align: center;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.2142857143;
  display: block;
  -webkit-transition: all 0.3s cubic-bezier(0.5, 0.02, 0.13, 0.5);
  -o-transition: all 0.3s cubic-bezier(0.5, 0.02, 0.13, 0.5);
  transition: all 0.3s cubic-bezier(0.5, 0.02, 0.13, 0.5);
}

@supports (padding-top: clamp( 2.25rem , 1.762195122rem  +  2.4390243902vw , 3.5rem )) {
  .best {
    padding-top: clamp( 2.25rem , 1.762195122rem  +  2.4390243902vw , 3.5rem );
  }
}

@supports not (padding-top: clamp( 2.25rem , 1.762195122rem  +  2.4390243902vw , 3.5rem )) {
  .best {
    padding-top: calc(2.25rem + 1.25 * (100vw - 20rem) / 51.25);
  }
}

@supports (padding-bottom: clamp( 2.5rem , 1.7682926829rem  +  3.6585365854vw , 4.375rem )) {
  .best {
    padding-bottom: clamp( 2.5rem , 1.7682926829rem  +  3.6585365854vw , 4.375rem );
  }
}

@supports not (padding-bottom: clamp( 2.5rem , 1.7682926829rem  +  3.6585365854vw , 4.375rem )) {
  .best {
    padding-bottom: calc(2.5rem + 1.875 * (100vw - 20rem) / 51.25);
  }
}

.best__title:not(:last-child) {
  margin-bottom: 1.875rem;
}

.best__slider:not(:last-child) {
  margin-bottom: 2.5rem;
}

.best__pagination {
  margin-top: 1.25rem;
}

.best__button-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.best__button {
  width: 100%;
  max-width: 13.4375rem;
}

.card-best {
  background: #f2f2f2;
  border-radius: 5px;
  padding: 1.75rem 1.25rem 0.9375rem;
}

.card-best__image-ibg {
  height: 10.875rem;
  display: block;
  border-radius: 5px;
  overflow: hidden;
}

.card-best__image-ibg img {
  -webkit-transition: all 0.5s cubic-bezier(0.5, 0.02, 0.13, 0.5);
  -o-transition: all 0.5s cubic-bezier(0.5, 0.02, 0.13, 0.5);
  transition: all 0.5s cubic-bezier(0.5, 0.02, 0.13, 0.5);
}

.card-best__content {
  padding-top: 1.125rem;
}

.card-best__date {
  font-size: 0.875rem;
  color: #ff0000;
  line-height: 1.1428571429;
}

.card-best__date:not(:last-child) {
  margin-bottom: 0.25rem;
}

.card-best__descr {
  font-size: 0.875rem;
  line-height: 1.1428571429;
}

.card-best__descr:not(:last-child) {
  margin-bottom: 0.9375rem;
}

@supports (padding-bottom: clamp( 2.5rem , 1.7682926829rem  +  3.6585365854vw , 4.375rem )) {
  .detail_spare {
    padding-bottom: clamp( 2.5rem , 1.7682926829rem  +  3.6585365854vw , 4.375rem );
  }
}

@supports not (padding-bottom: clamp( 2.5rem , 1.7682926829rem  +  3.6585365854vw , 4.375rem )) {
  .detail_spare {
    padding-bottom: calc(2.5rem + 1.875 * (100vw - 20rem) / 51.25);
  }
}

.detail_spare .aside-top:not(:last-child) {
  margin-bottom: 1.25rem;
}

.detail_spare .top-filter:not(:last-child) {
  margin-bottom: 0;
}

.detail_spare .top-filter::after {
  display: none;
}

.detail_spare .spare {
  padding-top: 0;
  padding-bottom: 0;
}

.head-spare {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25rem;
}

.head-spare:not(:last-child) {
  margin-bottom: 1.875rem;
}

.head-spare__selects {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem;
}

.head-spare__nav {
  display: inline-block;
  width: 100%;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.75rem;
  line-height: 130%;
}

.head-spare__nav li {
  display: inline;
}

.head-spare__nav li:not(:last-child)::after {
  content: "/";
  display: inline-block;
  color: inherit;
  position: relative;
  margin: 0 0.125rem;
  font-weight: 600;
  font-size: 0.75rem;
  line-height: 130%;
}

.head-spare__nav li a {
  -webkit-transition: all 0.3s cubic-bezier(0.5, 0.02, 0.13, 0.5);
  -o-transition: all 0.3s cubic-bezier(0.5, 0.02, 0.13, 0.5);
  transition: all 0.3s cubic-bezier(0.5, 0.02, 0.13, 0.5);
}

.banner-spare {
  background: #f2f2f2;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  min-height: 13.125rem;
  padding: 2.25rem;
}

@supports (margin-bottom: clamp( 1rem , 0.2682926829rem  +  3.6585365854vw , 2.875rem )) {
  .banner-spare__title:not(:last-child) {
    margin-bottom: clamp( 1rem , 0.2682926829rem  +  3.6585365854vw , 2.875rem );
  }
}

@supports not (margin-bottom: clamp( 1rem , 0.2682926829rem  +  3.6585365854vw , 2.875rem )) {
  .banner-spare__title:not(:last-child) {
    margin-bottom: calc(1rem + 1.875 * (100vw - 20rem) / 51.25);
  }
}

.banner-spare__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.4375rem 3.125rem;
}

.banner-spare__item {
  width: calc(50% - 25px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.2222222222;
}

.banner-spare__item:last-child {
  max-width: 17.8125rem;
  width: 100%;
}

.banner-spare__icon-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 4rem;
  height: 5.6875rem;
  background: url("../img/spare2/bg-icon.svg") center/contain no-repeat;
}

.banner-spare__icon-wrap img {
  width: 1.875rem;
  height: 1.875rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.banner-spare__icon-wrap:not(:last-child) {
  margin-bottom: 0.75rem;
}

.banner-spare__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.25rem;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.banner-spare__left {
  max-width: 27.75rem;
}

.banner-spare__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 0.3125rem 0.9375rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.375rem;
  font-weight: 600;
  font-size: 0.75rem;
  line-height: 1.25;
  -webkit-transition: all 0.3s cubic-bezier(0.5, 0.02, 0.13, 0.5);
  -o-transition: all 0.3s cubic-bezier(0.5, 0.02, 0.13, 0.5);
  transition: all 0.3s cubic-bezier(0.5, 0.02, 0.13, 0.5);
}

.banner-spare__icon {
  width: 3.125rem;
  height: 3.125rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.banner-spare__image {
  max-width: 15.625rem;
}

.brand-spare {
  padding: 1.875rem 0;
}

.brand-spare__title {
  text-align: left;
}

.brand-spare__title.uppercase {
  text-transform: uppercase;
}

.brand-spare__title:not(:last-child) {
  margin-bottom: 1.3125rem;
}

.brand-spare__row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  gap: 1.875rem;
}

.brand-spare__row:not(:last-child) {
  margin-bottom: 1.625rem;
}

.brand-spare__item {
  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;
}

.brand-spare__button-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

.brand-spare__button-wrap::after {
  content: "";
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 1px;
  background-color: #ff0000;
}

.brand-spare__button {
  padding: 0rem 0.625rem;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 130%;
  gap: 0.4375rem;
  background-color: #ffffff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  z-index: 2;
  color: #ff0000;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.brand-spare__icon {
  height: 0.75rem;
  -webkit-transition: all 0.3s cubic-bezier(0.5, 0.02, 0.13, 0.5);
  -o-transition: all 0.3s cubic-bezier(0.5, 0.02, 0.13, 0.5);
  transition: all 0.3s cubic-bezier(0.5, 0.02, 0.13, 0.5);
  width: 0.75rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.text-spare {
  padding-top: 1.875rem;
}

.text-spare__block {
  font-size: 0.875rem;
  line-height: 130%;
}

.text-spare__block:not(:last-child) {
  margin-bottom: 2.0625rem;
}

.text-spare__row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 3.125rem;
}

.text-spare__title {
  text-align: left;
}

.text-spare__title:not(:last-child) {
  margin-bottom: 0.6875rem;
}

.text-spare__title.red {
  color: #ff0000;
}

.text-spare__body {
  display: -ms-grid;
  display: grid;
  gap: 0.6875rem;
}

.text-spare__body ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0.625rem;
  gap: 0.4375rem;
}

.text-spare__body ul li::before {
  content: "";
  display: inline-block;
  width: 0.1875rem;
  top: 7px;
  height: 3px;
  position: relative;
  background-color: #000;
  border-radius: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.video-spare {
  padding-bottom: 1.875rem;
}

@supports (padding-top: clamp( 2.1875rem , 1.3338414634rem  +  4.2682926829vw , 4.375rem )) {
  .video-spare {
    padding-top: clamp( 2.1875rem , 1.3338414634rem  +  4.2682926829vw , 4.375rem );
  }
}

@supports not (padding-top: clamp( 2.1875rem , 1.3338414634rem  +  4.2682926829vw , 4.375rem )) {
  .video-spare {
    padding-top: calc(2.1875rem + 2.1875 * (100vw - 20rem) / 51.25);
  }
}

.video-spare__title:not(:last-child) {
  margin-bottom: 1.4375rem;
}

.video-spare__video-ibg {
  height: 19.375rem;
  border-radius: 5px;
  overflow: hidden;
}

.video-spare__video-ibg:not(:last-child) {
  margin-bottom: 1.0625rem;
}

.video-spare__content {
  text-align: center;
  font-size: 0.875rem;
  line-height: 130%;
}

.video-spare__top {
  padding-bottom: 0.625rem;
  position: relative;
  display: -ms-grid;
  display: grid;
  gap: 0.625rem;
}

.video-spare__top:not(:last-child) {
  margin-bottom: 0.625rem;
}

.video-spare__top::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(48.11%, rgba(0, 0, 0, 0.2)), color-stop(93.45%, rgba(0, 0, 0, 0)));
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 48.11%, rgba(0, 0, 0, 0) 93.45%);
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 48.11%, rgba(0, 0, 0, 0) 93.45%);
}

.best-spare {
  background: #f2f2f2;
  padding: 1.875rem;
}

.best-spare.big {
  margin-top: 1.875rem;
}

.best-spare__title {
  text-transform: uppercase;
  text-align: left;
}

.best-spare__title:not(:last-child) {
  margin-bottom: 0.6875rem;
}

.best-spare__subtitle {
  font-size: 14px;
  line-height: 130%;
}

.best-spare__subtitle:not(:last-child) {
  margin-bottom: 1.625rem;
}

.best-spare__slider-wrap {
  position: relative;
}

.best-spare__slider-wrap .card {
  background: #ffffff;
}

.best-spare__pagination {
  margin-top: 1.25rem;
}

.table-spare {
  padding-bottom: 0.9375rem;
}

@supports (padding-top: clamp( 2.5rem , 1.7682926829rem  +  3.6585365854vw , 4.375rem )) {
  .table-spare {
    padding-top: clamp( 2.5rem , 1.7682926829rem  +  3.6585365854vw , 4.375rem );
  }
}

@supports not (padding-top: clamp( 2.5rem , 1.7682926829rem  +  3.6585365854vw , 4.375rem )) {
  .table-spare {
    padding-top: calc(2.5rem + 1.875 * (100vw - 20rem) / 51.25);
  }
}

.table-spare__title {
  max-width: 41.875rem;
  margin: 0 auto;
}

.table-spare__title:not(:last-child) {
  margin-bottom: 0.6875rem;
}

.table-spare__descr {
  font-size: 0.875rem;
  line-height: 130%;
  text-align: center;
}

.table-spare__descr:not(:last-child) {
  margin-bottom: 0.75rem;
}

.table-spare__items {
  border: 0.5px solid rgba(0, 0, 0, 0.1);
}

.table-spare__item:first-child {
  border-radius: 5px 5px 0 0;
  overflow: hidden;
}

.table-spare__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.3125rem 0.8125rem 0.3125rem 0.8125rem;
  background: #000000;
  font-weight: 600;
  font-size: 0.875rem;
  min-height: 2.9375rem;
  color: #ffffff;
  line-height: 130%;
}

.table-spare__row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[6];
  grid-template-columns: repeat(6, 1fr);
}

.table-spare__row.three {
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
}

.table-spare__row.three:nth-child(3) {
  border-radius: 0 0 5px 5px;
}

.table-spare__row.two {
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}

.table-spare__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 0.5px solid rgba(0, 0, 0, 0.1);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 2.9375rem;
  font-size: 0.875rem;
  overflow: hidden;
  padding: 5px;
  line-height: 130%;
  text-align: center;
  color: rgba(0, 0, 0, 0.6);
}

.table-spare__column2 {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: (1fr)[3];
  grid-template-rows: repeat(3, 1fr);
}

.table-spare__row2 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}

.products {
  padding-top: 2.25rem;
}

@supports (padding-bottom: clamp( 2.5rem , 1.7682926829rem  +  3.6585365854vw , 4.375rem )) {
  .products {
    padding-bottom: clamp( 2.5rem , 1.7682926829rem  +  3.6585365854vw , 4.375rem );
  }
}

@supports not (padding-bottom: clamp( 2.5rem , 1.7682926829rem  +  3.6585365854vw , 4.375rem )) {
  .products {
    padding-bottom: calc(2.5rem + 1.875 * (100vw - 20rem) / 51.25);
  }
}

.products__breadcrumb:not(:last-child) {
  margin-bottom: 0.8125rem;
}

.products__title {
  text-transform: uppercase;
}

.products__title:not(:last-child) {
  margin-bottom: 1.5rem;
}

.products .item-type {
  position: relative;
}

.products .item-type::after {
  content: "";
  position: absolute;
  right: -10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), color-stop(48.11%, rgba(0, 0, 0, 0.2)), color-stop(93.45%, rgba(0, 0, 0, 0)));
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 48.11%, rgba(0, 0, 0, 0) 93.45%);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 48.11%, rgba(0, 0, 0, 0) 93.45%);
}

@supports (padding-bottom: clamp( 2.1875rem , 1.0899390244rem  +  5.487804878vw , 5rem )) {
  .care {
    padding-bottom: clamp( 2.1875rem , 1.0899390244rem  +  5.487804878vw , 5rem );
  }
}

@supports not (padding-bottom: clamp( 2.1875rem , 1.0899390244rem  +  5.487804878vw , 5rem )) {
  .care {
    padding-bottom: calc(2.1875rem + 2.8125 * (100vw - 20rem) / 51.25);
  }
}

.top-care {
  background: #f2f2f2;
  padding: 1.875rem;
  border-radius: 5px;
}

.top-care__row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 1.875rem;
}

.top-care__row:not(:last-child) {
  margin-bottom: 1.875rem;
}

.top-care__item {
  padding: 1.5rem 0.9375rem 1.25rem 1.25rem;
  background: #ffffff;
  border-radius: 5px;
}

.top-care__title {
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.2222222222;
}

.top-care__title:not(:last-child) {
  margin-bottom: 0.9375rem;
}

.top-care__descr {
  font-size: 0.875rem;
  line-height: 130%;
}

.top-care__brands {
  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;
  gap: 3.125rem;
}

.top-care__icon {
  width: 1.5625rem;
  height: 1.5625rem;
}

.top-care__icon:not(:last-child) {
  margin-bottom: 0.6875rem;
}

.text-care {
  padding-top: 2.125rem;
}

.text-care__block {
  font-size: 0.875rem;
  line-height: 130%;
}

.text-care__block:not(:last-child) {
  margin-bottom: 1.875rem;
}

.text-care__body {
  display: -ms-grid;
  display: grid;
  gap: 0.6875rem;
}

.text-care__body b {
  font-weight: 700;
}

.text-care__body ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0.4375rem;
}

.text-care__body ul li::before {
  content: "";
  width: 0.1875rem;
  height: 0.1875rem;
  position: relative;
  display: inline-block;
  border-radius: 50%;
  top: 7px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-color: #000;
  margin: 0px 7px 0px 0px;
}

.text-care__body ol {
  padding-left: 1.25rem;
}

.text-care__title {
  font-weight: 700;
  line-height: 1.2;
}

@supports (font-size: clamp( 1.125rem , 0.9542682927rem  +  0.8536585366vw , 1.5625rem )) {
  .text-care__title {
    font-size: clamp( 1.125rem , 0.9542682927rem  +  0.8536585366vw , 1.5625rem );
  }
}

@supports not (font-size: clamp( 1.125rem , 0.9542682927rem  +  0.8536585366vw , 1.5625rem )) {
  .text-care__title {
    font-size: calc(1.125rem + 0.4375 * (100vw - 20rem) / 51.25);
  }
}

.text-care__title:not(:last-child) {
  margin-bottom: 0.6875rem;
}

@supports (padding-bottom: clamp( 2.5rem , 1.5243902439rem  +  4.8780487805vw , 5rem )) {
  .brands {
    padding-bottom: clamp( 2.5rem , 1.5243902439rem  +  4.8780487805vw , 5rem );
  }
}

@supports not (padding-bottom: clamp( 2.5rem , 1.5243902439rem  +  4.8780487805vw , 5rem )) {
  .brands {
    padding-bottom: calc(2.5rem + 2.5 * (100vw - 20rem) / 51.25);
  }
}

.brands__grid-layout {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  gap: 1.875rem;
}

.brands__grid-layout:not(:last-child) {
  margin-bottom: 2.5rem;
}

.brands__button-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.brands__button {
  max-width: 13.3125rem;
  width: 100%;
  padding: 5px;
  font-size: 0.75rem;
}

.item-brands {
  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;
  padding: 1.0625rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  background-color: #ffffff;
}

.item-brands__image {
  height: 9.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.item-brands__image img {
  max-height: 100%;
}

.item-brands__image:not(:last-child) {
  margin-bottom: 1.0625rem;
}

.item-brands__link {
  font-weight: 700;
  text-decoration: underline !important;
  line-height: 1.1875;
  color: #ff0000;
  -webkit-transition: all 0.3s cubic-bezier(0.5, 0.02, 0.13, 0.5);
  -o-transition: all 0.3s cubic-bezier(0.5, 0.02, 0.13, 0.5);
  transition: all 0.3s cubic-bezier(0.5, 0.02, 0.13, 0.5);
  display: block;
}

.model {
  padding-top: 2.25rem;
}

@supports (padding-bottom: clamp( 2.5rem , 1.5243902439rem  +  4.8780487805vw , 5rem )) {
  .model {
    padding-bottom: clamp( 2.5rem , 1.5243902439rem  +  4.8780487805vw , 5rem );
  }
}

@supports not (padding-bottom: clamp( 2.5rem , 1.5243902439rem  +  4.8780487805vw , 5rem )) {
  .model {
    padding-bottom: calc(2.5rem + 2.5 * (100vw - 20rem) / 51.25);
  }
}

.model__breadcrumb:not(:last-child) {
  margin-bottom: 0.8125rem;
}

.model__title:not(:last-child) {
  margin-bottom: 1rem;
}

.model__head .head-spare__nav {
  font-size: 0.875rem;
}

.model__head:not(:last-child) {
  margin-bottom: 1.5625rem;
}

.model__info {
  font-weight: 700;
  color: #ff0000;
  line-height: 1.2;
}

@supports (font-size: clamp( 1.125rem , 0.9542682927rem  +  0.8536585366vw , 1.5625rem )) {
  .model__info {
    font-size: clamp( 1.125rem , 0.9542682927rem  +  0.8536585366vw , 1.5625rem );
  }
}

@supports not (font-size: clamp( 1.125rem , 0.9542682927rem  +  0.8536585366vw , 1.5625rem )) {
  .model__info {
    font-size: calc(1.125rem + 0.4375 * (100vw - 20rem) / 51.25);
  }
}

.model__info span {
  color: #000;
}

.model__info:not(:last-child) {
  margin-bottom: 1.4375rem;
}

.model__grid-layout {
  display: -ms-grid;
  display: grid;
  gap: 2.5rem;
  -ms-grid-columns: (1fr)[5];
  grid-template-columns: repeat(5, 1fr);
}

.model__grid-layout.three {
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 1.875rem;
}

.model__item {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 1.25rem;
}

.model__item ul {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.model__item ul li:not(:last-child) {
  margin-bottom: 0.6875rem;
}

.model__item ul li a {
  font-size: 0.875rem;
  text-decoration: underline !important;
  line-height: 1.2142857143;
  -webkit-transition: all 0.3s cubic-bezier(0.5, 0.02, 0.13, 0.5);
  -o-transition: all 0.3s cubic-bezier(0.5, 0.02, 0.13, 0.5);
  transition: all 0.3s cubic-bezier(0.5, 0.02, 0.13, 0.5);
}

@supports (padding-bottom: clamp( 2.5rem , 1.5243902439rem  +  4.8780487805vw , 5rem )) {
  .fabric {
    padding-bottom: clamp( 2.5rem , 1.5243902439rem  +  4.8780487805vw , 5rem );
  }
}

@supports not (padding-bottom: clamp( 2.5rem , 1.5243902439rem  +  4.8780487805vw , 5rem )) {
  .fabric {
    padding-bottom: calc(2.5rem + 2.5 * (100vw - 20rem) / 51.25);
  }
}

.fabric__title {
  text-transform: uppercase;
  text-align: left;
}

.fabric__title:not(:last-child) {
  margin-bottom: 0.6875rem;
}

.fabric__descr {
  font-size: 0.875rem;
  line-height: 1.2142857143;
}

.fabric__descr:not(:last-child) {
  margin-bottom: 2.375rem;
}

.fabric__list {
  line-height: 1.1875;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow-x: auto;
  white-space: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.fabric__list li {
  height: 1.625rem;
  width: 1.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.fabric__list li a {
  -webkit-transition: all 0.3s cubic-bezier(0.5, 0.02, 0.13, 0.5);
  -o-transition: all 0.3s cubic-bezier(0.5, 0.02, 0.13, 0.5);
  transition: all 0.3s cubic-bezier(0.5, 0.02, 0.13, 0.5);
  position: relative;
  z-index: 2;
}

.fabric__list li.active {
  border: 1px solid #e6e6e6;
  border-radius: 5px 5px 0px 0px;
  position: relative;
}

.fabric__list li.active::after {
  content: "";
  position: absolute;
  height: 110%;
  top: 1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #ffffff;
  width: calc(100% - 2px);
}

.fabric__list li.active a {
  color: #ff0000;
  font-weight: 700;
}

.fabric__body {
  padding: 1.875rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}

.fabric__grid-layout {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
  max-width: 43.5625rem;
  margin: 0 auto;
}

.detail_fabric .aside-top__title {
  text-align: center;
  font-weight: 700;
}

.detail_fabric .top-tabs:not(:last-child) {
  margin-bottom: 1.25rem;
}

.item-fabric {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.625rem 0.75rem 1.0625rem;
}

.item-fabric__image {
  height: 6.25rem;
  padding-bottom: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.item-fabric__link {
  display: block;
  font-weight: 700;
  text-align: center;
  color: #ff0000;
  padding-top: 1.0625rem;
  line-height: 1.1875;
  text-decoration: underline !important;
}

.profile {
  padding-top: 2.25rem;
}

@supports (padding-bottom: clamp( 2.25rem , 1.2987804878rem  +  4.756097561vw , 4.6875rem )) {
  .profile {
    padding-bottom: clamp( 2.25rem , 1.2987804878rem  +  4.756097561vw , 4.6875rem );
  }
}

@supports not (padding-bottom: clamp( 2.25rem , 1.2987804878rem  +  4.756097561vw , 4.6875rem )) {
  .profile {
    padding-bottom: calc(2.25rem + 2.4375 * (100vw - 20rem) / 51.25);
  }
}

.profile__breadcrumb:not(:last-child) {
  margin-bottom: 1rem;
}

@supports (font-size: clamp( 1.125rem , 0.5884146341rem  +  2.6829268293vw , 2.5rem )) {
  .profile__title {
    font-size: clamp( 1.125rem , 0.5884146341rem  +  2.6829268293vw , 2.5rem );
  }
}

@supports not (font-size: clamp( 1.125rem , 0.5884146341rem  +  2.6829268293vw , 2.5rem )) {
  .profile__title {
    font-size: calc(1.125rem + 1.375 * (100vw - 20rem) / 51.25);
  }
}

.profile__title:not(:last-child) {
  margin-bottom: 1.875rem;
}

.profile__nav:not(:last-child) {
  margin-bottom: 2.3125rem;
}

.nav-profile__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[5];
  grid-template-columns: repeat(5, 1fr);
  gap: 1.875rem;
}

.nav-profile__link {
  min-height: 2.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 2px solid #ff0000;
  font-weight: 700;
  gap: 0.4375rem;
  font-size: 0.875rem;
  color: #ff0000;
  border-radius: 5px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.3125rem 1.25rem;
  -webkit-transition: all 0.3s cubic-bezier(0.5, 0.02, 0.13, 0.5);
  -o-transition: all 0.3s cubic-bezier(0.5, 0.02, 0.13, 0.5);
  transition: all 0.3s cubic-bezier(0.5, 0.02, 0.13, 0.5);
}

.nav-profile__link.active {
  background-color: #ff0000;
  color: #ffffff;
}

.nav-profile__link.active .nav-profile__icon {
  fill: #ffffff;
}

.nav-profile__icon {
  width: 1.25rem;
  -webkit-transition: all 0.3s cubic-bezier(0.5, 0.02, 0.13, 0.5);
  -o-transition: all 0.3s cubic-bezier(0.5, 0.02, 0.13, 0.5);
  transition: all 0.3s cubic-bezier(0.5, 0.02, 0.13, 0.5);
  fill: #ff0000;
  height: 1.25rem;
}

.form-profile {
  max-width: 45.625rem;
  margin: 0 auto;
}

.form-profile__image-change:not(:last-child) {
  margin-bottom: 0.4375rem;
}

.form-profile__avatar-ibg {
  border-radius: 5px;
  overflow: hidden;
  width: 11.5625rem;
  height: 11.5625rem;
  margin: 0 auto 1.125rem;
}

.form-profile__image-row {
  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;
  font-size: 0.875rem;
  cursor: pointer;
  line-height: 130%;
  color: rgba(0, 0, 0, 0.6);
  gap: 0.0625rem;
}

.form-profile__image-row:not(:last-child) {
  margin-bottom: 0.4375rem;
}

.form-profile__image-input {
  position: absolute;
  z-index: -1;
  width: 0;
  height: 0;
  visibility: hidden;
  opacity: 0;
}

.form-profile__image-icon {
  width: 1.25rem;
  height: 1.25rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.form-profile__name {
  text-align: center;
  font-weight: 700;
  line-height: 130%;
}

@supports (font-size: clamp( 1.125rem , 0.8323170732rem  +  1.4634146341vw , 1.875rem )) {
  .form-profile__name {
    font-size: clamp( 1.125rem , 0.8323170732rem  +  1.4634146341vw , 1.875rem );
  }
}

@supports not (font-size: clamp( 1.125rem , 0.8323170732rem  +  1.4634146341vw , 1.875rem )) {
  .form-profile__name {
    font-size: calc(1.125rem + 0.75 * (100vw - 20rem) / 51.25);
  }
}

.form-profile__name:not(:last-child) {
  margin-bottom: 1.6875rem;
}

.form-profile__rows {
  display: -ms-grid;
  display: grid;
  gap: 1.0625rem;
}

.form-profile__row {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 1.6875rem 1.875rem;
  padding-bottom: 1.875rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.form-profile__add-button {
  gap: 0.375rem;
  max-width: 12.875rem;
}

.form-profile__add-button img {
  width: 1.5rem;
  height: 1.5rem;
}

.form-profile__button-wraap {
  margin-top: 2.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.form-profile__save-button {
  max-width: 12.875rem;
  width: 100%;
}

.item__label {
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 130%;
  display: block;
}

.item__label:not(:last-child) {
  margin-bottom: 0.5625rem;
}

.order-profile__items {
  max-width: 45.625rem;
  margin: 0 auto;
}

.order-profile__item:not(:last-child) {
  margin-bottom: 1.25rem;
}

.order-item {
  background: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  position: relative;
  padding: 1.25rem;
}

.order-item__delete {
  width: 1.25rem;
  height: 1.25rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  top: 10px;
  right: 10px;
  position: absolute;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.order-item__row {
  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;
  gap: 1.25rem;
}

.order-item__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25rem;
}

.order-item__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 7.875rem;
          flex: 0 0 7.875rem;
  display: block;
}

.order-item__info {
  max-width: 19.25rem;
}

.order-item__title {
  font-weight: 600;
  font-size: 0.8125rem;
  line-height: 1.3076923077;
  display: block;
  -webkit-transition: all 0.3s cubic-bezier(0.5, 0.02, 0.13, 0.5);
  -o-transition: all 0.3s cubic-bezier(0.5, 0.02, 0.13, 0.5);
  transition: all 0.3s cubic-bezier(0.5, 0.02, 0.13, 0.5);
  letter-spacing: 0.133333px;
}

.order-item__title:not(:last-child) {
  margin-bottom: 0.875rem;
}

.order-item__price {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.0833333333;
  letter-spacing: 0.666667px;
  text-transform: uppercase;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.25rem;
          flex: 0 0 8.25rem;
}

.order-item__table {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto auto;
  grid-template-columns: auto auto;
  gap: 0.875rem;
}

.order-item__column {
  font-size: 0.625rem;
  line-height: 1.2;
  font-weight: 300;
  letter-spacing: 0.266667px;
}

.order-item__column b {
  font-weight: 700;
}

.order-item__column .red {
  color: #ff0000;
}

.order-item__column ul li:not(:last-child) {
  margin-bottom: 0.5rem;
}

.wish-profile {
  margin: 0 auto;
  max-width: 45.625rem;
}

.wish-profile__grid-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.875rem;
}

.adress-profile__form {
  max-width: 45.625rem;
  margin: 0 auto;
}

.adress-profile__row {
  display: -ms-grid;
  display: grid;
  gap: 1.875rem;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}

.adress-profile__row:not(:last-child) {
  margin-bottom: 2.0625rem;
}

.adress-profile__button-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.adress-profile__button {
  width: 100%;
  max-width: 12.875rem;
  gap: 0.4375rem;
}

.adress-profile__button img {
  width: 1.5rem;
  height: 1.5rem;
}

.item-adress__label {
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 130%;
}

.item-adress__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5625rem;
}

.item-adress__head:not(:last-child) {
  margin-bottom: 0.5625rem;
}

.item-adress__type {
  background: #ff0000;
  border-radius: 5px;
  padding: 0.125rem 1rem;
  font-weight: 600;
  font-size: 0.8125rem;
  color: #ffffff;
  letter-spacing: 0.133333px;
}

.item-adress__input-wrap {
  position: relative;
}

.item-adress__input {
  padding-right: 2.5rem;
}

.item-adress__corect {
  width: 0.9375rem;
  height: 0.9375rem;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.add-car {
  padding: 1.5625rem 3.125rem 1.5625rem 1.6875rem;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  position: relative;
}

.add-car:not(:last-child) {
  margin-bottom: 2.125rem;
}

.add-car__label {
  background: #ff0000;
  border-radius: 5px 0px 0px 0px;
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 600;
  padding: 0.125rem 1rem;
  font-size: 0.8125rem;
  letter-spacing: 0.133333px;
  color: #ffffff;
}

.add-car__remove {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 0.9375rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 0.9375rem;
}

.add-car__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.add-car__row .form-top__item {
  width: 100%;
}

.add-car__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25rem;
}

.add-car__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 7.375rem;
          flex: 0 0 7.375rem;
}

.add-car__name {
  font-weight: 600;
  font-size: 0.8125rem;
  line-height: 1.3076923077;
  letter-spacing: 0.133333px;
}

.add-car__right {
  max-width: 12.875rem;
  width: 100%;
}

.check {
  padding-top: 2.25rem;
}

@supports (padding-bottom: clamp( 2.5rem , 1.5243902439rem  +  4.8780487805vw , 5rem )) {
  .check {
    padding-bottom: clamp( 2.5rem , 1.5243902439rem  +  4.8780487805vw , 5rem );
  }
}

@supports not (padding-bottom: clamp( 2.5rem , 1.5243902439rem  +  4.8780487805vw , 5rem )) {
  .check {
    padding-bottom: calc(2.5rem + 2.5 * (100vw - 20rem) / 51.25);
  }
}

.check__breadcrumb:not(:last-child) {
  margin-bottom: 1rem;
}

@supports (font-size: clamp( 1.125rem , 0.5884146341rem  +  2.6829268293vw , 2.5rem )) {
  .check__title {
    font-size: clamp( 1.125rem , 0.5884146341rem  +  2.6829268293vw , 2.5rem );
  }
}

@supports not (font-size: clamp( 1.125rem , 0.5884146341rem  +  2.6829268293vw , 2.5rem )) {
  .check__title {
    font-size: calc(1.125rem + 1.375 * (100vw - 20rem) / 51.25);
  }
}

.check__title:not(:last-child) {
  margin-bottom: 1.75rem;
}

.check__row {
  display: -ms-grid;
  display: grid;
  gap: 1.875rem;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}

.check__block:not(:last-child) {
  padding-bottom: 2.5rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 1.4375rem;
}

.check-block__title {
  font-weight: 600;
  line-height: 130%;
}

@supports (font-size: clamp( 1rem , 0.7804878049rem  +  1.0975609756vw , 1.5625rem )) {
  .check-block__title {
    font-size: clamp( 1rem , 0.7804878049rem  +  1.0975609756vw , 1.5625rem );
  }
}

@supports not (font-size: clamp( 1rem , 0.7804878049rem  +  1.0975609756vw , 1.5625rem )) {
  .check-block__title {
    font-size: calc(1rem + 0.5625 * (100vw - 20rem) / 51.25);
  }
}

.check-block__title:not(:last-child) {
  margin-bottom: 0.75rem;
}

.check-block__row {
  display: -ms-grid;
  display: grid;
  gap: 1.875rem;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}

.check-block__radiobuttons {
  display: -ms-grid;
  display: grid;
  gap: 0.6875rem;
}

.check-block__radiobuttons .checkbox:last-child .check-block__descr {
  display: none;
}

.check-block__descr {
  display: block;
  font-size: 0.875rem;
  line-height: 130%;
  color: rgba(0, 0, 0, 0.6);
  margin-top: 0.625rem;
  padding-left: 1.5rem;
}

.check-block .product-payment__row .product-payment__item {
  width: 3.9375rem;
}

.check-info {
  background: #f2f2f2;
  border-radius: 5px;
  padding: 1.5625rem 1.875rem;
}

.check-info:not(:last-child) {
  margin-bottom: 1.875rem;
}

.check-info__title {
  font-weight: 600;
  line-height: 130%;
}

@supports (font-size: clamp( 1.125rem , 0.9542682927rem  +  0.8536585366vw , 1.5625rem )) {
  .check-info__title {
    font-size: clamp( 1.125rem , 0.9542682927rem  +  0.8536585366vw , 1.5625rem );
  }
}

@supports not (font-size: clamp( 1.125rem , 0.9542682927rem  +  0.8536585366vw , 1.5625rem )) {
  .check-info__title {
    font-size: calc(1.125rem + 0.4375 * (100vw - 20rem) / 51.25);
  }
}

.check-info__title:not(:last-child) {
  margin-bottom: 0.75rem;
}

.check-info__items:not(:last-child) {
  margin-bottom: 1.875rem;
}

.check-info__item:not(:last-child) {
  margin-bottom: 1.25rem;
}

.check-info__total {
  padding: 1.875rem 1.25rem;
  background: #000000;
  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;
  border-radius: 5px;
  color: #ffffff;
  font-size: 1.125rem;
  line-height: 1.2222222222;
}

.check-info__total:not(:last-child) {
  margin-bottom: 1.5rem;
}

.check-info__total-sum b {
  color: #ff0000;
}

.check-info__button {
  width: 100%;
}

.check-info__form {
  display: -ms-grid;
  display: grid;
  gap: 1.5625rem;
}

.check-info__form input {
  background-color: #f2f2f2;
}

.check-info__button-coupon {
  width: 100%;
}

.item-check {
  position: relative;
}

.item-check__delete {
  position: absolute;
  top: 0;
  right: 0;
}

.item-check__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.item-check__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 7.875rem;
          flex: 0 0 7.875rem;
  border-radius: 5px;
  overflow: hidden;
}

.item-check__content {
  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;
  gap: 0.625rem;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.item-check__detail {
  max-width: 10.25rem;
}

.item-check__link {
  font-weight: 600;
  font-size: 0.8125rem;
  line-height: 1.3076923077;
  display: block;
  -webkit-transition: all 0.3s cubic-bezier(0.5, 0.02, 0.13, 0.5);
  -o-transition: all 0.3s cubic-bezier(0.5, 0.02, 0.13, 0.5);
  transition: all 0.3s cubic-bezier(0.5, 0.02, 0.13, 0.5);
  letter-spacing: 0.133333px;
}

.item-check__link:not(:last-child) {
  margin-bottom: 0.4375rem;
}

.item-check__descr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.3125rem 1.125rem;
  font-size: 0.625rem;
  line-height: 1.2;
  letter-spacing: 0.266667px;
  color: #000000;
  font-weight: 300;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.item-check__descr b {
  font-weight: 700;
}

.item-check__price {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.0833333333;
  letter-spacing: 0.666667px;
  text-transform: uppercase;
  color: #000000;
}

.footer {
  padding-bottom: 2rem;
  background: #000000;
  color: #ffffff;
}

@supports (padding-top: clamp( 2.5rem , 1.6951219512rem  +  4.0243902439vw , 4.5625rem )) {
  .footer {
    padding-top: clamp( 2.5rem , 1.6951219512rem  +  4.0243902439vw , 4.5625rem );
  }
}

@supports not (padding-top: clamp( 2.5rem , 1.6951219512rem  +  4.0243902439vw , 4.5625rem )) {
  .footer {
    padding-top: calc(2.5rem + 2.0625 * (100vw - 20rem) / 51.25);
  }
}

.top-footer {
  position: relative;
}

@supports (padding-bottom: clamp( 1.625rem , 0.5518292683rem  +  5.3658536585vw , 4.375rem )) {
  .top-footer {
    padding-bottom: clamp( 1.625rem , 0.5518292683rem  +  5.3658536585vw , 4.375rem );
  }
}

@supports not (padding-bottom: clamp( 1.625rem , 0.5518292683rem  +  5.3658536585vw , 4.375rem )) {
  .top-footer {
    padding-bottom: calc(1.625rem + 2.75 * (100vw - 20rem) / 51.25);
  }
}

.top-footer::after {
  content: "";
  border-radius: 5px;
  bottom: 0;
  position: absolute;
  left: 0;
  height: 1px;
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(48.11%, rgba(255, 255, 255, 0.5)), color-stop(93.45%, rgba(255, 255, 255, 0)));
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 48.11%, rgba(255, 255, 255, 0) 93.45%);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 48.11%, rgba(255, 255, 255, 0) 93.45%);
}

.top-footer__row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (auto)[5];
  grid-template-columns: repeat(5, auto);
  gap: 1.25rem;
}

.top-footer__column:last-child {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 16rem;
}

.top-footer__title {
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.2142857143;
  display: block;
}

.top-footer__title:not(:last-child) {
  margin-bottom: 0.5rem;
}

.top-footer__link {
  font-size: 0.875rem;
  line-height: 173.3%;
  color: rgba(255, 255, 255, 0.5);
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-transition: all 0.3s cubic-bezier(0.5, 0.02, 0.13, 0.5);
  -o-transition: all 0.3s cubic-bezier(0.5, 0.02, 0.13, 0.5);
  transition: all 0.3s cubic-bezier(0.5, 0.02, 0.13, 0.5);
}

.top-footer__link::after {
  content: "";
  top: 50%;
  left: 0;
  background-color: #ff0000;
  height: 3px;
  -webkit-transition: all 0.3s cubic-bezier(0.5, 0.02, 0.13, 0.5);
  -o-transition: all 0.3s cubic-bezier(0.5, 0.02, 0.13, 0.5);
  transition: all 0.3s cubic-bezier(0.5, 0.02, 0.13, 0.5);
  width: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
}

.top-footer__select-wrap:not(:last-child) {
  margin-bottom: 1.9375rem;
}

.top-footer__form {
  max-width: 16rem;
}

.form-footer__title {
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.2142857143;
}

.form-footer__title:not(:last-child) {
  margin-bottom: 0.9375rem;
}

.form-footer__item {
  position: relative;
}

.form-footer__item:not(:last-child) {
  margin-bottom: 1rem;
}

.form-footer__input {
  height: 2.9375rem;
  font-size: 0.75rem;
  border-radius: 5px;
  padding: 0 3.4375rem 0 0.75rem;
  color: #000000;
}

.form-footer__input::-webkit-input-placeholder {
  color: #000;
}

.form-footer__input::-moz-placeholder {
  color: #000;
}

.form-footer__input:-ms-input-placeholder {
  color: #000;
}

.form-footer__input::-ms-input-placeholder {
  color: #000;
}

.form-footer__input::placeholder {
  color: #000;
}

.form-footer__button {
  position: absolute;
  top: 0;
  right: 0;
}

.bottom-footer {
  padding-top: 1.4375rem;
  font-size: 0.75rem;
  line-height: 122.3%;
  color: rgba(255, 255, 255, 0.5);
}

.bottom-footer__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.bottom-footer__left {
  padding-right: 3.6875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.1875rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 65.4954954955%;
          flex: 0 0 65.4954954955%;
  position: relative;
}

.bottom-footer__left p {
  max-width: 29.6875rem;
}

.bottom-footer__left::after {
  content: "";
  top: -55px;
  right: 0;
  height: 170px;
  width: 1px;
  position: absolute;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0)), color-stop(48.11%, rgba(255, 255, 255, 0.5)), color-stop(93.45%, rgba(255, 255, 255, 0)));
  background: -o-linear-gradient(bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 48.11%, rgba(255, 255, 255, 0) 93.45%);
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 48.11%, rgba(255, 255, 255, 0) 93.45%);
}

.bottom-footer__image {
  max-width: 9.6875rem;
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.bottom-footer__right {
  padding-left: 3.625rem;
}

.bottom-footer__info {
  max-width: 18.125rem;
}

.bottom-footer__info:not(:last-child) {
  margin-bottom: 1.25rem;
}

.fixed-footer {
  position: fixed;
  z-index: 7;
  right: 155px;
  bottom: 55px;
}

.fixed-footer__list {
  display: -ms-grid;
  display: grid;
  gap: 0.9375rem;
}

.fixed-footer__link {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.tippy-box[data-animation=fade][data-state=hidden] {
  opacity: 0;
}

[data-tippy-root] {
  max-width: calc(100vw - 10px);
}

.tippy-box {
  position: relative;
  background-color: #333;
  color: #fff;
  border-radius: 4px;
  font-size: 14px;
  line-height: 1.4;
  outline: 0;
  -webkit-transition-property: visibility, opacity, -webkit-transform;
  transition-property: visibility, opacity, -webkit-transform;
  -o-transition-property: transform, visibility, opacity;
  transition-property: transform, visibility, opacity;
  transition-property: transform, visibility, opacity, -webkit-transform;
}

.tippy-box[data-placement^=top] > .tippy-arrow {
  bottom: 0;
}

.tippy-box[data-placement^=top] > .tippy-arrow:before {
  bottom: -7px;
  left: 0;
  border-width: 8px 8px 0;
  border-top-color: initial;
  -webkit-transform-origin: center top;
      -ms-transform-origin: center top;
          transform-origin: center top;
}

.tippy-box[data-placement^=bottom] > .tippy-arrow {
  top: 0;
}

.tippy-box[data-placement^=bottom] > .tippy-arrow:before {
  top: -7px;
  left: 0;
  border-width: 0 8px 8px;
  border-bottom-color: initial;
  -webkit-transform-origin: center bottom;
      -ms-transform-origin: center bottom;
          transform-origin: center bottom;
}

.tippy-box[data-placement^=left] > .tippy-arrow {
  right: 0;
}

.tippy-box[data-placement^=left] > .tippy-arrow:before {
  border-width: 8px 0 8px 8px;
  border-left-color: initial;
  right: -7px;
  -webkit-transform-origin: center left;
      -ms-transform-origin: center left;
          transform-origin: center left;
}

.tippy-box[data-placement^=right] > .tippy-arrow {
  left: 0;
}

.tippy-box[data-placement^=right] > .tippy-arrow:before {
  left: -7px;
  border-width: 8px 8px 8px 0;
  border-right-color: initial;
  -webkit-transform-origin: center right;
      -ms-transform-origin: center right;
          transform-origin: center right;
}

.tippy-box[data-inertia][data-state=visible] {
  -webkit-transition-timing-function: cubic-bezier(0.54, 1.5, 0.38, 1.11);
       -o-transition-timing-function: cubic-bezier(0.54, 1.5, 0.38, 1.11);
          transition-timing-function: cubic-bezier(0.54, 1.5, 0.38, 1.11);
}

.tippy-arrow {
  width: 16px;
  height: 16px;
  color: #333;
}

.tippy-arrow:before {
  content: "";
  position: absolute;
  border-color: transparent;
  border-style: solid;
}

.tippy-content {
  position: relative;
  padding: 5px 9px;
  z-index: 1;
}

.swiper {
  overflow: hidden;
}

.swiper-wrapper {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.swiper-vertical .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.swiper-initialized .swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.swiper-android .swiper-slide,
.swiper-android .swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.swiper-button-lock {
  display: none !important;
}

@font-face {
  font-family: "lg";
  src: url(data:font/woff2;base64,d09GMgABAAAAAAkcAAsAAAAAEogAAAjNAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAABmAAgSQRCAqcLJZKCzoAATYCJANwBCAFgkoHIBupDgDm53Gzej8JpU0wqygVVyoWwphIsuuw60jpmBY6ppTa7mk7jtx57UQ0V2ulvfmteSIQji061T2HvfDEECASKizU5VUQXFjFRtgYTVg+woiYDVezOThR4tAvr/YYgOO/RZ+BAABzYtMA8Kl8Neg3UIDCoCkOyWBuLcCvSHycH78QvhFxmUCK03A0RwGSvXBAHgR8UB8DMvocJYAgbiZiJnqmYGbXjG3mz7P8nHhe8Uvxr0j+fzwPABAjWT1E83IJHh/x87G/jv1l7JtYR+y+WF2MKAai/qfDtfIRt7hBikI8D1IpipXqWqYSDgDBfwE7qDLw5EEALqFRDMKAsApNwchXAJgFL/WETMbKcDVSifR6QkjwkDaRTEugqlBtKVcL6Smi1dHlIqUmuii6Pic1JTIlFTX3uRenMNpiCiKOCZBm2ges0b/ScigDVgcb2MEHfloel7e1z208KrZUeQFjK0dIkbl6FOFczRhFE6zaRklPlz52tOXcKtmpdqisgHnbxRatg66vsZNHaWMPQ/eZmH6jaavlNASsipbKwVZSYrRm1mywI0670UEdhLy+yuscolSZJHKwg5IyNzRJQbKRZiicwnYiChjO1vSbKCBpkAgCjGIb6KCvA5GL0VHeUDwAQEHkSC2ToBJhKN9KAneim2ekLf1vENf3mjT3vAS295XY2MMgzRpSqTVWpt4ang+ksXynRUQPlkFOu+b6Yw0jBp8krbXbYbjc5mn6KpsNWKtqtcNz0D8xTTQKzthbZYAxLev3NkFgyYWsngBjGo8jg6a9Y3rKR9Pfqun10RvJi9X9foZGvrltMkJgWR7dhI7SSITEaBWIQQTMUSOJkTi5nlqpZUfNKcYD1Do/ZdkbR8UeVpKLSbMVgKLX0flzQYqCrLpll+/vus2IM9+lbdTgWWRLQJqvaq7eHKulgL2ssp7LrpxR2DBI/ja1zXvi7cS1E0Gr0uhy7PUGwPmdkkdjEYOjpGnQRXowC/GBq51eymLRXrsXsTzXX37VlXzeVxoI6m8Gy67oBnzsB6DoQYY7GHM2fbT4oS9zON45lPnwbmww2BL0G89EnfaVPi5eJ3NZFtjc277Wb9M1A+UWG2WZyrj6PMKmLHRoH04iZLuivlsHTmm9/qYJ1r2Z90DtuKYduK6SdNZ3dRRxHAoE+l4HGM6MyIe+0se+zHEfsP4s2sqqnVdSTE/8lCVYMRVsuBVEJOvT3fa1Xr4X2iDZflVFmxyDmpu1r8b9IsVzXUB9w1/l9ccf7WCszaI1ATtUx7oRztk1dtbBcciudJAi83Vv2yaTg9uON6toxLlIM2GVxClo2eVBt5gcOHRwHLIpptC92TeKRi3MjtBkTAOaoU+6P1q364+kdgt/+xh2fRvlOf2p5xR4ut7P4s0sPwY63OguajQWuYqMjUWaA9100ya6yHdHr/BMyxN9QmGa2zjPnbZr17KTy9weKwqXYtqjcMunRkgE9kP+Refvml14hAZw8WFQGmZnnaEi0eLUQTCc+tLSphVyaUH6lAJoXjF1MDiaFSOexNCRKYW8TOkhKzDEDjPDvHHI3c5hXbQLhujhUuPmBYd+N/EaktFsDqoDo4/G0yx70s3SSuXJDIvjMNsIQ7TDqb+/sv8NHGl6BvDAMOnsCpv9PQcP9tS6N294zEnwtNdt2tfTXSz7JGwAqALmbKpr90BaeqA9tlvduWP4/xa0thZcJMNDC6XqrFuy2xGF7YaiQkN7UfhEbMaNkOxQHezh7YVFBsP9TcoybgmzhaExmpxb/78Naf89LmVWthVvvSWh3rZUWtlMFStWENDf5uqEd2LiP/M/fvWEWUntjnTynpI2ainnLdjPUIvL2uGFJvoUQy0taZvPePLqxy0lK6mUo8yp6B+WtdyyTHivdrgLZrhbvAOlWMbQEJtJZ7JuXgRLC+hwe/kb90WvW4U4/PGGRUmLk995J1loWLRhQwVCKkve4JOS8YJASY+P8KQNe/vahGNU8TJRe/eCaaG7ozsrt6Ixu623v/ck0rvlG2EYBoAh6abIxoZ9UeHoNQAiMPKv/8pIi+47EAMHcfLh7dyX8q0Po+Iap94fFob+4fr/DXr96x+j1x2dhZ0dBfRqardjBIZ+M+S6Lo6ojE+4HKF7Kz7zG+eCOkwQ98UfOirDqrckKPVz3sR8srT/gsev3H0p3Rq7wkD1JLE/XZ+2Ze5pV5eqPiqqmBkc1PQYDBvlk5MdqQff21UyInvyhyjMsHXV33tD3zaQ7Us/NKfX44qLQ/8ffOtzXIjnymRNXampDWkGDR5yOyThG2/9UXC6liWEEz0hX+uR1Xg780i4eNOSig3Fk2pSkPpBqrrmx3/+TbB2ya9ePfrGJx98H8rvjKsRQoSh/G0s8cO6bhwwUI8vUz1c21B04cscrjVV1q8zzCVJkmv/T8y21/bLszJpxeqptculJZpleUyKrPX/X3QZBL+rl+hTWuR/2At7LhYVX9BBsULaqi9LWh+6xMDLW6V65dy2gsMbszemQ96XMDvrSfRM60ceo5R/oGDXB0KrxJsTACBhbV48S4Cd5IeyAVdU5Yg+2nPGKS+XAwmOljrwpIdMmdJPexI9ndnIXUIVgety83YzRdXD6E6YvF0gVGJRMhpOyQW6xGM0Zbq7zw8AoAcWAYa7cSOsARF+Fm8DBAAYgDUq07ZSWvm3UIoAAIAfde39SB7Hz+K/xR9vAkMBg0YE8PKEChkH47+9MDggitAdAEObxnBmZAFu5C4eyMxqN/2c3ZUK2qJ+tDUvrTR/BGHDbqZplsDNZVVQjIaim4XA6TE4YLCfEdweIwAKaArx8aN1JETYMNMDEWGYZdRjMJDAB4T7+EEiwAdiBKCBlRQCfnwjEgohbttG2AYb3yS+7tWIDW1rd/6mMedAM+yEHbAvWge0XgNevwdW20Cmdfb6NXBYqm+DtZHUyUW88R/abjA/OxeYpIa9sNmNGMqHbMgd2CAZPzVuOfQFg5H275pWwx73mQMODQAAAA==) format("woff2"), url(data:font/woff;base64,d09GRgABAAAAABLgAAsAAAAAEpQAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAABPUy8yAAABCAAAAGAAAABgDxIGIGNtYXAAAAFoAAAApAAAAKSI7DN0Z2FzcAAAAgwAAAAIAAAACAAAABBnbHlmAAACFAAADjgAAA44V8bBEWhlYWQAABBMAAAANgAAADYbqSuuaGhlYQAAEIQAAAAkAAAAJAeuA91obXR4AAAQqAAAAHAAAABwZgALDmxvY2EAABEYAAAAOgAAADonfiQgbWF4cAAAEVQAAAAgAAAAIAAmAI5uYW1lAAARdAAAAUoAAAFKqFVCHnBvc3QAABLAAAAAIAAAACAAAwAAAAMD7AGQAAUAAAKZAswAAACPApkCzAAAAesAMwEJAAAAAAAAAAAAAAAAAAAAARAAAAAAAAAAAAAAAAAAAAAAQAAA6QoDwP/AAEADwABAAAAAAQAAAAAAAAAAAAAAIAAAAAAAAwAAAAMAAAAcAAEAAwAAABwAAwABAAAAHAAEAIgAAAAeABAAAwAOAAEAIOAa4B3gM+Bw4JXg8uH/4g3jEugN6Qr//f//AAAAAAAg4BrgHeAz4HDglODy4f/iDOMR6A3pAP/9//8AAf/jH+of6B/TH5cfdB8YHgweABz9GAMXEQADAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAB//8ADwABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAAEAFYAAQOqA1UAAwATACMAJwAAAREzEQcyNzY1NCcmIyIHBhUUFxYTMhcWFRQHBiMiJyY1NDc2ExEzEQIqVoCMZWVlZYyMZWVlZYywfX19fbCwfX19fTBWAQEBVP6srGVljIxlZWVljIxlZQMAfX2wsH19fX2wsH19/awBVP6sAAMAVgABA6oDVQAPAB8AIgAAJTI3NjU0JyYjIgcGFRQXFhMyFxYVFAcGIyInJjU0NzYTEQUCAIxlZWVljIxlZWVljLB9fX19sLB9fX19WgEAVWVljIxlZWVljIxlZQMAfX2wsH19fX2wsH19/ZYBgMAAAAAAAwBVAAADqwNVABQAKQA+AAABITIXFhURFAcGIyEiJyY1ETQ3NjMHERQXFjMhBgcGIyEiJyY1ETQ3NjclISIHBhURFBcWMyEyNzY1ETQnJiMBgAGrNSUmJiU1/lU1JiUlJjXVDA0RAiQOISEp/lU1JSYYGCYCgP5VEgwNDQwSAasRDQwMDREDVSUmNf5WNSYlJSY1Aao1JiWy/d0SDA0lGBgmJTUBqykhIQ1dDA0S/lYSDQwMDRIBqhIMDQABANYAgQMqAtUACwAAAQcXBycHJzcnNxc3Ayru7jzu7jzu7jzu7gKZ7u487u487u487u4AAQBVAFUDqwMAACIAAAEyFxYVFA8BITIXFhUUBwYjIRcWFRQHBiMiJwEmNTQ3ATYzAasRDQwM4gKZEgwNDQwS/WfiDAwNERIN/tYNDQEqDRIDAAwNEhIM4gwNERINDOIMEhIMDQ0BKg0SEQ0BKwwAAAEAVQBVA6sDAAAiAAABMhcBFhUUBwEGIyInJjU0PwEhIicmNTQ3NjMhJyY1NDc2MwJVEg0BKg0N/tYNEhIMDAzi/WcSDA0NDBICmeIMDAwSAwAM/tUMEhIN/tYNDQwSEgziDQwSEQ0M4gwSEwwMAAACAKoAKwNWAysAAwAKAAA3IRUhAQcnMxEzEaoCrP1UAgCqqoBUgVYBVqysAar+VgAJAKoAVQNWAwEAAwAHAAsADwATABcAGwAfACMAACU1MxUDNTMVATUzFTczFSMBNTMVITUzFQM1MxUzNTMVATUzFQKqrKys/lSsVKys/wCs/lSsrKxUrP5UrFWsrAEArKwBAKysrKz/AKysrKz/AKysrKwCAKysAAAEANYAgQMqAtUABQALABEAFwAAATMVIzUjEzUzFSM1ATUzFSMVHQEzFSM1AlbUVICAVNT+gNSAgNQC1dSA/lSA1FQBLNRUgKyAVNQABADWAIEDKgLVAAUACwARABcAAAEzFSM1MwM1MxUjFQE1MxUjNRE1MxUjNQKqgNRUVNSA/qxU1NRUAlVU1P2s1FSAAdSA1FT+rFTUgAAAAAADAIAAQQNqAysACwAbADIAAAEjFSM1IzUzNTMVMwcyNzY1NCcmIyIHBhUUFxYhFwcnNScGIyInJjU0NzYzMhcWFRQHFwIAVipWVipWalA4ODg4UFA4ODg4AVDUQNQMTGh0UVFRUXR0UFBCDAIBVlYqVlbWODhQUDg4ODhQUDg41EDUIgxCUFB0dFFRUVF0aEwMAAAAAwCAAEEDagMrAAMAEwAqAAABMxUjFzI3NjU0JyYjIgcGFRQXFiEXByc1JwYjIicmNTQ3NjMyFxYVFAcXASrW1mxQODg4OFBQODg4OAFQ1EDUDExodFFRUVF0dFBQQgwCKyqsODhQUDg4ODhQUDg41EDUIgxCUFB0dFFRUVF0aEwMAAAAAQCAAAMDgANVADMAACUyFhUUBiMiJjU8ATclDgEjIiY1NDYzMhYXJS4BNTQ2MzIWFRQGIyImJwUeARUUBgcFPgEDADNJSTMzSQL+0hIsGjRMSzUZLRIBLAEDSzU0TEs1GS0S/tQBAwICATAQLP1JMzNLSzMHDwawERFLNTRMEhCuBw8INExMNDVLExGwCA8HCA8HsA8RAAAEAK4AWQNWA4EAFAAaACAAJgAAARYXFhUUBwYHNTY3NjU0JyYnFSc3AzcWFxUmAxYXByYnNwYHIzY3Aip+V1dXV35cPT09PVzCwvw+LjxgcgogPDgMgiQIVgw6Av0QYGCCgmBgEFYQR0deXkdHEKa+wv0cPiIKVgwBHDowPEpcvjQ2WkwAAAAABACqAFkDUgOBAAUACwARACYAAAE2NzMGBwc2NxcGBwEjJic3FicHNQYHBhUUFxYXFSYnJjU0NzY3NQLQIgpWDDjkPC4+SGABKFYKIj46sMJcPT09PVx+V1dXV34BFy48XEosCiI+OAwBfDwuPEiMvqYQR0deXkdHEFYQYGCCgmBgEIQAAgCAAIEDgALVAAYADQAAAQc1ITUhNQEVIRUhFScDgKr+1AEs/lQBLP7UqgIrqoBUgP8AgFSAqgACANYAKwMqAysABgANAAABFyMRIxEjATMHJzMRMwGAqoBUgAHUgKqqgFQDK6r+1AEs/lSqqgEsAAIAFP/hA+wDuAAcADEAAAEiBw4BBwYVFBceARcWMzI3PgE3NjU0Jy4BJyYjEyMiBh0BMwcjFSM1IzUzNTQ2OwEVAgBmWVqFJycnJ4VaWWZmWVqFJycnJ4VaWWZ0SQcMXA1PV09PPC5JA7gmJ4VaWWZmWlmFJycnJ4VZWmZmWVqFJyb+rRALNkzk5EwtMEVRAAUAFP/hA+wDuAAcAFYAYgB1AIsAAAEiBw4BBwYVFBceARcWMzI3PgE3NjU0Jy4BJyYjAw4BIyoBMTAiIyImNTQ2OwEuATEqASMiJicuATU0NjczFRQGBw4BBx4BFRQGBw4BFRQWFx4BFRQGByUjFSM1IzUzNTMVMwUqASMOAQcOARUeATc+AScuASM3LgEjKgEHDgEHDgEXHgEzOgE3PgEnAgBmWVqFJycnJ4VaWWZmWVqFJycnJ4VaWWYcFy0JAgICAQ9pdRkBDgEBBAIKIBATE3cBdxwMBA4CFwwVDQkLDwsQJR4eAQJMNExMNEz+vwIEAhEfCwsLAjQjIysCAikhLQoeGAIFAwoPBQQBBAcjEwIFAxUWCQO4JieFWllmZlpZhScnJyeFWVpmZllahScm/UILBhxEQx0TIQUKDCodUh8BAwoHAQEBAgwnHCAlDAgNBwgQCQ8rIyMzDtNNTTNNTW4CDAoLGQ0bHQIDJRsZI8YgGAEDEA0NGg8bIwEGNx8AAAACABT/4QPsA7gAHABRAAABIgcOAQcGFRQXHgEXFjMyNz4BNzY1NCcuAScmIxMuAScOAQcmNjcmNhcWBw4BBwYXFjc+AScmJyYnJgYHBhceAQcuATc+ATc2FhcWBw4BBwYnAgBmWVqFJycnJ4VaWWZmWVqFJycnJ4VaWWYiGBsTCiAlDCYOFyovHAUFFQICJCYaGhcFBRciLS1NGBkIBBwSLB8CA2xAUoQLBgkJKyEiKwO4JieFWllmZlpZhScnJyeFWVpmZllahScm/aACFAs1XxtRgUAmaxMLHx9DHR0HBxsbUSsrGCIDAykoJzEYHSEKQC1LYQcJS0wsKitDFBMDAAAAAAIAFP/hA+wDuAAcAF4AAAEiBw4BBwYVFBceARcWMzI3PgE3NjU0Jy4BJyYjExwBFRQHDgEHBiMiJicyFjMyNjcuASceATMyNjcuAT0BHgEXLgE1NDY3HgEXLgE1NDYzMhYXPgE3DgEHPgE3DgEHAgBmWVqFJycnJ4VaWWZmWVqFJycnJ4VaWWbIEhJGMzNDKUshBgwGIj0ZIDEKBQkEBw0GIS0KFgwTGAcGJGc9AgE5KBUkDhAfDgUWDw4cDQkZDgO4JieFWllmZlpZhScnJyeFWVpmZllahScm/m4DBwMwMTFPGRkXFAEWEwEmHQEBAgEHNSMBBQYBDSsZDRkLLDcDBgsFKDkQDgMMCBEbCgIIBg8ZCgAAAAACAFgAAgOrA1UALgBWAAABNTwBNS4BJy4BJzAiMSMmBgcOAQcOARUUFhcHBhQXHgE/AR4BMzI2Nz4BNz4BNSMUBgcOAQcOASMiJicuAQ8BNzYmJy4BNTQ2Nz4BNz4BOwEeARceARcDqwU7MTOKUAIVLV0sJ0QbKjAREksDAwUgEeIlVC0sVSc9ZCEUF1YREBpPMR9DIydIHwgRCKM3AgEEEhAmIRY1ICJJIxM/bSgnLwMBwBUBAQFLhDM1QgQBFRcUNiI0gkgoVCnjBg4HEQ8FTBESExIcXkAoXTEnSR8zSxYODxIQBAEDNqIJEQcjSSM5ZikbKxASEAM0KihoOwAAAgBVAAADqwNVACYAQQAAAQcGFBcWMj8BFRQWMzI2NRE0JicuASc4ATEuAScuASMhIgYVFBYzATc2NCcmIg8BNTQmIyIGFREUFjMhMjY1NCYjAxniDAwNIwziGRISGQICAQUDAwcEAwkE/wASGRkS/mfiDAwNIwziGRISGRkSAQASGRkSAwDiDCQMDQ3imRIZGRIBAAQIBAQHAwMEAgIBGRESGf1V4g0jDA0N4ZkRGRkR/wASGRkSERkAAAACAGIADAOeA0kAJgBOAAABNzY0JyYiDwE1NCYjIgYVERQWFx4BFzgBMR4BFx4BMyEyNjU0JiMBNxUUFjMyNjURNCYnLgEnMDQxLgEnLgEjISIGFRQWOwEHBhQXFjI3ArziDQ0MJAziGRIRGQECAQUDAwcEBAgEAQASGRkS/UniGRIRGQECAQUDAwcEBAgE/wASGRkSmeINDQwkDAIr4gwjDQwM4pkSGRkS/wAECQMEBwMDBQECAhkSEhn94uGZERkZEQEABQgEAwcDAQMEAgECGRIRGeINIw0MDAAAAQAAAAIAAKwEdEFfDzz1AAsEAAAAAADcTnOMAAAAANxOc4wAAP/hA+wDuAAAAAgAAgAAAAAAAAABAAADwP/AAAAEAAAAAAAD7AABAAAAAAAAAAAAAAAAAAAAHAQAAAAAAAAAAAAAAAIAAAAEAABWBAAAVgQAAFUEAADWBAAAVQQAAFUEAACqBAAAqgQAANYEAADWBAAAgAQAAIAEAACABAAArgQAAKoEAACABAAA1gQAABQEAAAUBAAAFAQAABQEAABYBAAAVQQAAGIAAAAAAAoAFAAeAF4AmAD2ARABSAGAAZgB1AH6AiICbAKuAvoDPgOAA5wDuAQABMIFRAXQBlAGrgccAAAAAQAAABwAjAAJAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAA4ArgABAAAAAAABAAIAAAABAAAAAAACAAcAgQABAAAAAAADAAIAdQABAAAAAAAEAAIAlgABAAAAAAAFAAsAVAABAAAAAAAGAAIAewABAAAAAAAKABoABgADAAEECQABAAQAAgADAAEECQACAA4AiAADAAEECQADAAQAdwADAAEECQAEAAQAmAADAAEECQAFABYAXwADAAEECQAGAAQAfQADAAEECQAKADQAIGxnAGwAZ0ZvbnQgZ2VuZXJhdGVkIGJ5IEljb01vb24uAEYAbwBuAHQAIABnAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4ALlZlcnNpb24gMi4wAFYAZQByAHMAaQBvAG4AIAAyAC4AMGxnAGwAZ2xnAGwAZ1JlZ3VsYXIAUgBlAGcAdQBsAGEAcmxnAGwAZwAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=) format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

.lg-icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "lg" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.lg-container {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.lg-next,
.lg-prev {
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1080;
  outline: none;
  border: none;
}

.lg-next.disabled,
.lg-prev.disabled {
  opacity: 0 !important;
  cursor: default;
}

.lg-next:hover:not(.disabled),
.lg-prev:hover:not(.disabled) {
  color: #fff;
}

.lg-single-item .lg-next,
.lg-single-item .lg-prev {
  display: none;
}

.lg-next {
  right: 20px;
}

.lg-next:before {
  content: "\e095";
}

.lg-prev {
  left: 20px;
}

.lg-prev:after {
  content: "\e094";
}

@-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%;
}

.lg-media-overlap .lg-toolbar {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.4)));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
}

.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;
  will-change: color;
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
  background: none;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.lg-toolbar .lg-icon.lg-icon-18 {
  font-size: 18px;
}

.lg-toolbar .lg-icon:hover {
  color: #fff;
}

.lg-toolbar .lg-close:after {
  content: "\e070";
}

.lg-toolbar .lg-maximize {
  font-size: 22px;
}

.lg-toolbar .lg-maximize:after {
  content: "\e90a";
}

.lg-toolbar .lg-download:after {
  content: "\e0f2";
}

.lg-sub-html {
  color: #eee;
  font-size: 16px;
  padding: 10px 40px;
  text-align: center;
  z-index: 1080;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-out 0s;
  -o-transition: opacity 0.2s ease-out 0s;
  transition: opacity 0.2s ease-out 0s;
}

.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: bold;
}

.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0;
}

.lg-sub-html a {
  color: inherit;
}

.lg-sub-html a:hover {
  text-decoration: underline;
}

.lg-media-overlap .lg-sub-html {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.6)));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
}

.lg-item .lg-sub-html {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}

.lg-error-msg {
  font-size: 14px;
  color: #999;
}

.lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  height: 47px;
  vertical-align: middle;
}

.lg-closing .lg-toolbar,
.lg-closing .lg-prev,
.lg-closing .lg-next,
.lg-closing .lg-sub-html {
  opacity: 0;
  -webkit-transition: -webkit-transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear;
  -o-transition: -o-transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear;
  -webkit-transition: opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear, -webkit-transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear, -webkit-transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear;
  transition: transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear;
  transition: transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear, -webkit-transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s;
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-img-wrap,
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-video-cont {
  opacity: 0;
  -ms-transform: scale3d(0.5, 0.5, 0.5);
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  will-change: transform, opacity;
  -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;
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-img-wrap,
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-video-cont {
  opacity: 1;
  -ms-transform: scale3d(1, 1, 1);
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

.lg-group:after {
  content: "";
  display: table;
  clear: both;
}

.lg-container {
  display: none;
  outline: none;
}

.lg-container.lg-show {
  display: block;
}

.lg-on {
  scroll-behavior: unset;
}

.lg-toolbar,
.lg-prev,
.lg-next,
.lg-pager-outer,
.lg-hide-sub-html .lg-sub-html {
  opacity: 0;
  will-change: transform, opacity;
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -webkit-transition: opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, -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, opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-show-in .lg-toolbar,
.lg-show-in .lg-prev,
.lg-show-in .lg-next,
.lg-show-in .lg-pager-outer {
  opacity: 1;
}

.lg-show-in.lg-hide-sub-html .lg-sub-html {
  opacity: 1;
}

.lg-show-in .lg-hide-items .lg-prev {
  opacity: 0;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
}

.lg-show-in .lg-hide-items .lg-next {
  opacity: 0;
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0);
}

.lg-show-in .lg-hide-items .lg-toolbar {
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
}

.lg-show-in .lg-hide-items.lg-hide-sub-html .lg-sub-html {
  opacity: 0;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
}

.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  text-align: left;
  opacity: 0.001;
  outline: none;
  will-change: auto;
  overflow: hidden;
  -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-zoom-from-image {
  opacity: 1;
}

.lg-outer.lg-visible {
  opacity: 1;
}

.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-prev-slide,
.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-next-slide,
.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).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-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.lg-outer .lg-inner {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  -webkit-transition: opacity 0s;
  -o-transition: opacity 0s;
  transition: opacity 0s;
  white-space: nowrap;
}

.lg-outer .lg-item {
  will-change: transform, opacity;
  display: none !important;
}

.lg-outer .lg-item:not(.lg-start-end-progress) {
  background: url(data:image/gif;base64,R0lGODlhIAAgAPUAADExMf///zQ0NF9fX0JCQjw8PFZWVpiYmIGBgTc3N0RERDIyMoiIiJGRkUdHR2lpaXx8fD8/P3FxcUxMTMvLy7i4uLCwsJmZmXZ2dj09PcLCwqampvT09P///1dXV1xcXE9PT9ra2rKysuXl5cDAwG9vbwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh/hpDcmVhdGVkIHdpdGggYWpheGxvYWQuaW5mbwAh+QQJCgAAACwAAAAAIAAgAAAG/0CAcEgkFjgcR3HJJE4SxEGnMygKmkwJxRKdVocFBRRLfFAoj6GUOhQoFAVysULRjNdfQFghLxrODEJ4Qm5ifUUXZwQAgwBvEXIGBkUEZxuMXgAJb1dECWMABAcHDEpDEGcTBQMDBQtvcW0RbwuECKMHELEJF5NFCxm1AAt7cH4NuAOdcsURy0QCD7gYfcWgTQUQB6Zkr66HoeDCSwIF5ucFz3IC7O0CC6zx8YuHhW/3CvLyfPX4+OXozKnDssBdu3G/xIHTpGAgOUPrZimAJCfDPYfDin2TQ+xeBnWbHi37SC4YIYkQhdy7FvLdpwWvjA0JyU/ISyIx4xS6sgfkNS4me2rtVKkgw0JCb8YMZdjwqMQ2nIY8BbcUQNVCP7G4MQq1KRivR7tiDEuEFrggACH5BAkKAAAALAAAAAAgACAAAAb/QIBwSCQmNBpCcckkEgREA4ViKA6azM8BEZ1Wh6LOBls0HA5fgJQ6HHQ6InKRcWhA1d5hqMMpyIkOZw9Ca18Qbwd/RRhnfoUABRwdI3IESkQFZxB4bAdvV0YJQwkDAx9+bWcECQYGCQ5vFEQCEQoKC0ILHqUDBncCGA5LBiHCAAsFtgqoQwS8Aw64f8m2EXdFCxO8INPKomQCBgPMWAvL0n/ff+jYAu7vAuxy8O/myvfX8/f7/Arq+v0W0HMnr9zAeE0KJlQkJIGCfE0E+PtDq9qfDMogDkGmrIBCbNQUZIDosNq1kUsEZJBW0dY/b0ZsLViQIMFMW+RKKgjFzp4fNokPIdki+Y8JNVxA79jKwHAI0G9JGw5tCqDWTiFRhVhtmhVA16cMJTJ1OnVIMo1cy1KVI5NhEAAh+QQJCgAAACwAAAAAIAAgAAAG/0CAcEgkChqNQnHJJCYWRMfh4CgamkzFwBOdVocNCgNbJAwGhKGUOjRQKA1y8XOGAtZfgIWiSciJBWcTQnhCD28Qf0UgZwJ3XgAJGhQVcgKORmdXhRBvV0QMY0ILCgoRmIRnCQIODgIEbxtEJSMdHZ8AGaUKBXYLIEpFExZpAG62HRRFArsKfn8FIsgjiUwJu8FkJLYcB9lMCwUKqFgGHSJ5cnZ/uEULl/CX63/x8KTNu+RkzPj9zc/0/Cl4V0/APDIE6x0csrBJwybX9DFhBhCLgAilIvzRVUriKHGlev0JtyuDvmsZUZlcIiCDnYu7KsZ0UmrBggRP7n1DqcDJEzciOgHwcwTyZEUmIKEMFVIqgyIjpZ4tjdTxqRCMPYVMBYDV6tavUZ8yczpkKwBxHsVWtaqo5tMgACH5BAkKAAAALAAAAAAgACAAAAb/QIBwSCQuBgNBcck0FgvIQtHRZCYUGSJ0IB2WDo9qUaBQKIXbLsBxOJTExUh5mB4iDo0zXEhWJNBRQgZtA3tPZQsAdQINBwxwAnpCC2VSdQNtVEQSEkOUChGSVwoLCwUFpm0QRAMVFBQTQxllCqh0kkIECF0TG68UG2O0foYJDb8VYVa0alUXrxoQf1WmZnsTFA0EhgCJhrFMC5Hjkd57W0jpDsPDuFUDHfHyHRzstNN78PPxHOLk5dwcpBuoaYk5OAfhXHG3hAy+KgLkgNozqwzDbgWYJQyXsUwGXKNA6fnYMIO3iPeIpBwyqlSCBKUqEQk5E6YRmX2UdAT5kEnHKkQ5hXjkNqTPtKAARl1sIrGoxSFNuSEFMNWoVCxEpiqyRlQY165wEHELAgAh+QQJCgAAACwAAAAAIAAgAAAG/0CAcEgsKhSLonJJTBIFR0GxwFwmFJlnlAgaTKpFqEIqFJMBhcEABC5GjkPz0KN2tsvHBH4sJKgdd1NHSXILah9tAmdCC0dUcg5qVEQfiIxHEYtXSACKnWoGXAwHBwRDGUcKBXYFi0IJHmQEEKQHEGGpCnp3AiW1DKFWqZNgGKQNA65FCwV8bQQHJcRtds9MC4rZitVgCQbf4AYEubnKTAYU6eoUGuSpu3fo6+ka2NrbgQAE4eCmS9xVAOW7Yq7IgA4Hpi0R8EZBhDshOnTgcOtfM0cAlTigILFDiAFFNjk8k0GZgAxOBozouIHIOyKbFixIkECmIyIHOEiEWbPJTTQ5FxcVOMCgzUVCWwAcyZJvzy45ADYVZNIwTlIAVfNB7XRVDLxEWLQ4E9JsKq+rTdsMyhcEACH5BAkKAAAALAAAAAAgACAAAAb/QIBwSCwqFIuicklMEgVHQVHKVCYUmWeUWFAkqtOtEKqgAsgFcDFyHJLNmbZa6x2Lyd8595h8C48RagJmQgtHaX5XZUYKQ4YKEYSKfVKPaUMZHwMDeQBxh04ABYSFGU4JBpsDBmFHdXMLIKofBEyKCpdgspsOoUsLXaRLCQMgwky+YJ1FC4POg8lVAg7U1Q5drtnHSw4H3t8HDdnZy2Dd4N4Nzc/QeqLW1bnM7rXuV9tEBhQQ5UoCbJDmWKBAQcMDZNhwRVNCYANBChZYEbkVCZOwASEcCDFQ4SEDIq6WTVqQIMECBx06iCACQQPBiSabHDqzRUTKARMhSFCDrc+WNQIcOoRw5+ZIHj8ADqSEQBQAwKKLhIzowEEeGKQ0owIYkPKjHihZoBKi0KFE01b4zg7h4y4IACH5BAkKAAAALAAAAAAgACAAAAb/QIBwSCwqFIuicklMEgVHQVHKVCYUmWeUWFAkqtOtEKqgAsgFcDFyHJLNmbZa6x2Lyd8595h8C48RagJmQgtHaX5XZUUJeQCGChGEin1SkGlubEhDcYdOAAWEhRlOC12HYUd1eqeRokOKCphgrY5MpotqhgWfunqPt4PCg71gpgXIyWSqqq9MBQPR0tHMzM5L0NPSC8PCxVUCyeLX38+/AFfXRA4HA+pjmoFqCAcHDQa3rbxzBRD1BwgcMFIlidMrAxYICHHA4N8DIqpsUWJ3wAEBChQaEBnQoB6RRr0uARjQocMAAA0w4nMz4IOaU0lImkSngYKFc3ZWyTwJAALGK4fnNA3ZOaQCBQ22wPgRQlSIAYwSfkHJMrQkTyEbKFzFydQq15ccOAjUEwQAIfkECQoAAAAsAAAAACAAIAAABv9AgHBILCoUi6JySUwSBUdBUcpUJhSZZ5RYUCSq060QqqACyAVwMXIcks2ZtlrrHYvJ3zn3mHwLjxFqAmZCC0dpfldlRQl5AIYKEYSKfVKQaW5sSENxh04ABYSFGU4LXYdhR3V6p5GiQ4oKmGCtjkymi2qGBZ+6eo+3g8KDvYLDxKrJuXNkys6qr0zNygvHxL/V1sVD29K/AFfRRQUDDt1PmoFqHgPtBLetvMwG7QMes0KxkkIFIQNKDhBgKvCh3gQiqmxt6NDBAAEIEAgUOHCgBBEH9Yg06uWAIQUABihQMACgBEUHTRwoUEOBIcqQI880OIDgm5ABDA8IgUkSwAAyij1/jejAARPPIQwONBCnBAJDCEOOCnFA8cOvEh1CEJEqBMIBEDaLcA3LJIEGDe/0BAEAIfkECQoAAAAsAAAAACAAIAAABv9AgHBILCoUi6JySUwSBUdBUcpUJhSZZ5RYUCSq060QqqACyAVwMXIcks2ZtlrrHYvJ3zn3mHwLjxFqAmZCC0dpfldlRQl5AIYKEYSKfVKQaW5sSENxh04ABYSFGU4LXYdhR3V6p5GiQ4oKmGCtjkymi2qGBZ+6eo+3g8KDvYLDxKrJuXNkys6qr0zNygvHxL/V1sVDDti/BQccA8yrYBAjHR0jc53LRQYU6R0UBnO4RxmiG/IjJUIJFuoVKeCBigBN5QCk43BgFgMKFCYUGDAgFEUQRGIRYbCh2xACEDcAcHDgQDcQFGf9s7VkA0QCI0t2W0DRw68h8ChAEELSJE8xijBvVqCgIU9PjwA+UNzG5AHEB9xkDpk4QMGvARQsEDlKxMCALDeLcA0rqEEDlWCCAAAh+QQJCgAAACwAAAAAIAAgAAAG/0CAcEgsKhSLonJJTBIFR0FRylQmFJlnlFhQJKrTrRCqoALIBXAxchySzZm2Wusdi8nfOfeYfAuPEWoCZkILR2l+V2VFCXkAhgoRhIp9UpBpbmxIQ3GHTgAFhIUZTgtdh2FHdXqnkaJDigqYYK2OTKaLaoYFn7p6j0wOA8PEAw6/Z4PKUhwdzs8dEL9kqqrN0M7SetTVCsLFw8d6C8vKvUQEv+dVCRAaBnNQtkwPFRQUFXOduUoTG/cUNkyYg+tIBlEMAFYYMAaBuCekxmhaJeSeBgiOHhw4QECAAwcCLhGJRUQCg3RDCmyUVmBYmlOiGqmBsPGlyz9YkAlxsJEhqCubABS9AsPgQAMqLQfM0oTMwEZ4QpLOwvMLxAEEXIBG5aczqtaut4YNXRIEACH5BAkKAAAALAAAAAAgACAAAAb/QIBwSCwqFIuicklMEgVHQVHKVCYUmWeUWFAkqtOtEKqgAsgFcDFyHJLNmbZa6x2Lyd8595h8C48RahAQRQtHaX5XZUUJeQAGHR0jA0SKfVKGCmlubEhCBSGRHSQOQwVmQwsZTgtdh0UQHKIHm2quChGophuiJHO3jkwOFB2UaoYFTnMGegDKRQQG0tMGBM1nAtnaABoU3t8UD81kR+UK3eDe4nrk5grR1NLWegva9s9czfhVAgMNpWqgBGNigMGBAwzmxBGjhACEgwcgzAPTqlwGXQ8gMgAhZIGHWm5WjelUZ8jBBgPMTBgwIMGCRgsygVSkgMiHByD7DWDmx5WuMkZqDLCU4gfAq2sACrAEWFSRLjUfWDopCqDTNQIsJ1LF0yzDAA90UHV5eo0qUjB8mgUBACH5BAkKAAAALAAAAAAgACAAAAb/QIBwSCwqFIuickk0FIiCo6A4ZSoZnRBUSiwoEtYipNOBDKOKKgD9DBNHHU4brc4c3cUBeSOk949geEQUZA5rXABHEW4PD0UOZBSHaQAJiEMJgQATFBQVBkQHZKACUwtHbX0RR0mVFp0UFwRCBSQDSgsZrQteqEUPGrAQmmG9ChFqRAkMsBd4xsRLBBsUoG6nBa14E4IA2kUFDuLjDql4peilAA0H7e4H1udH8/Ps7+3xbmj0qOTj5mEWpEP3DUq3glYWOBgAcEmUaNI+DBjwAY+dS0USGJg4wABEXMYyJNvE8UOGISKVCNClah4xjg60WUKyINOCUwrMzVRARMGENWQ4n/jpNTKTm15J/CTK2e0MoD+UKmHEs4onVDVVmyqdpAbNR4cKTjqNSots07EjzzJh1S0IADsAAAAAAAAAAAA=) no-repeat scroll center center transparent;
}

.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: 100%;
  vertical-align: middle;
}

.lg-outer .lg-img-wrap {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  white-space: nowrap;
  font-size: 0;
}

.lg-outer .lg-item.lg-complete {
  background-image: none;
}

.lg-outer .lg-item.lg-current {
  z-index: 1060;
}

.lg-outer .lg-object {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  position: relative;
}

.lg-outer .lg-empty-html.lg-sub-html,
.lg-outer .lg-empty-html .lg-sub-html {
  display: none;
}

.lg-outer.lg-hide-download .lg-download {
  opacity: 0.75;
  pointer-events: none;
}

.lg-outer .lg-first-slide .lg-dummy-img {
  position: absolute;
  top: 50%;
  left: 50%;
}

.lg-outer.lg-components-open:not(.lg-zoomed) .lg-components {
  -webkit-transform: translate3d(0, 0%, 0);
  transform: translate3d(0, 0%, 0);
  opacity: 1;
}

.lg-outer.lg-components-open:not(.lg-zoomed) .lg-sub-html {
  opacity: 1;
  -webkit-transition: opacity 0.2s ease-out 0.15s;
  -o-transition: opacity 0.2s ease-out 0.15s;
  transition: opacity 0.2s ease-out 0.15s;
}

.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: #000;
  opacity: 0;
  will-change: auto;
  -webkit-transition: opacity 333ms ease-in 0s;
  -o-transition: opacity 333ms ease-in 0s;
  transition: opacity 333ms ease-in 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-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-use-css3 .lg-item.lg-start-progress {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  -o-transition: -o-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  transition: -webkit-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  -o-transition: transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  transition: transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  transition: transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s, -webkit-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
}

.lg-css3.lg-use-css3 .lg-item.lg-start-end-progress {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 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-container {
  display: none;
}

.lg-container.lg-show {
  display: block;
}

.lg-container.lg-dragging-vertical .lg-backdrop {
  -webkit-transition-duration: 0s !important;
  -o-transition-duration: 0s !important;
     transition-duration: 0s !important;
}

.lg-container.lg-dragging-vertical .lg-css3 .lg-item.lg-current {
  -webkit-transition-duration: 0s !important;
  -o-transition-duration: 0s !important;
     transition-duration: 0s !important;
  opacity: 1;
}

.lg-inline .lg-backdrop,
.lg-inline .lg-outer {
  position: absolute;
}

.lg-inline .lg-backdrop {
  z-index: 1;
}

.lg-inline .lg-outer {
  z-index: 2;
}

.lg-inline .lg-maximize:after {
  content: "\e909";
}

.lg-components {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  will-change: transform;
  -webkit-transition: -webkit-transform 0.35s ease-out 0s;
  -o-transition: -o-transform 0.35s ease-out 0s;
  transition: -webkit-transform 0.35s ease-out 0s;
  -o-transition: transform 0.35s ease-out 0s;
  transition: transform 0.35s ease-out 0s;
  transition: transform 0.35s ease-out 0s, -webkit-transform 0.35s ease-out 0s;
  z-index: 1080;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}

@media (min-width: 47.99875em) {
  .social__wrapper.swiper-wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    gap: 1.875rem;
  }

  .social__pagination {
    display: none;
  }

  .tabs-catalog__select {
    display: none;
  }

  .tabs-catalog__column:not(:first-child)::before {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    border-radius: 5px;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), color-stop(48.11%, rgba(0, 0, 0, 0.2)), color-stop(93.45%, rgba(0, 0, 0, 0)));
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 48.11%, rgba(0, 0, 0, 0) 93.45%);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 48.11%, rgba(0, 0, 0, 0) 93.45%);
    top: 0;
    left: 0;
  }

  .new__pagination {
    display: none;
  }

  .new__wrapper.swiper-wrapper {
    display: -ms-grid;
    display: grid;
    position: relative;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    gap: 1.875rem;
  }

  .product__select-mob {
    display: none;
  }

  .top-tabs_product {
    display: none;
  }

  .tabs-conect__navigation {
    display: none;
  }

  .item-conect {
    display: block;
  }

  .costs-tabs__select-mob {
    display: none;
  }

  .item-blog__button {
    display: none;
  }

  .video-manual__wrapper.swiper-wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    gap: 1.875rem;
  }

  .best__wrapper.swiper-wrapper {
    display: -ms-grid;
    display: grid;
    gap: 1.875rem;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }

  .best__pagination {
    display: none;
  }

  .best-spare__pagination {
    display: none;
  }

  .nav-profile .select {
    display: none;
  }
}

@media (min-width: 61.99875em) {
  .country__image-pc {
    display: block;
  }

  .country__image-mob {
    display: none;
  }

  .detail__open-filter {
    display: none;
  }

  .filter__close {
    display: none;
  }

  .products .item-type:nth-child(6n+1)::before {
    content: "";
    position: absolute;
    left: -10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 1px;
    height: 100%;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), color-stop(48.11%, rgba(0, 0, 0, 0.2)), color-stop(93.45%, rgba(0, 0, 0, 0)));
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 48.11%, rgba(0, 0, 0, 0) 93.45%);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 48.11%, rgba(0, 0, 0, 0) 93.45%);
  }
}

@media (min-width: 77.5em) {
  .shop__pagination {
    display: none;
  }
}

@media (max-width: 90em) {
  .fixed-footer {
    right: 15px;
    bottom: 20px;
  }
}

@media (max-width: 75em) {
  .product-tabs__navigation {
    gap: 1.25rem;
  }

  .bottom-footer__left {
    padding-right: 1.25rem;
  }

  .bottom-footer__right {
    padding-left: 1.25rem;
  }
}

@media (max-width: 25em) {
  .order-item__table {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    gap: 0.625rem;
  }

  .order-item__column ul li:not(:last-child) {
    margin-bottom: 0.625rem;
  }
}

@media (max-width: 109.375em) {
  .country__map {
    max-width: 57.1428571429%;
  }
}

@media (max-width: 84.375em) {
  .arrows {
    width: calc(100% + 118px);
  }
}

@media (max-width: 83.125em) {
  .bottom-recom__image {
    min-height: auto;
  }
}

@media (max-width: 81.25em) {
  .product-filter {
    gap: 0.9375rem;
  }

  .bottom-recom {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .bottom-recom__image img {
    max-width: 100%;
  }
}

@media (max-width: 77.5em) {
  .arrows {
    display: none;
  }
}

@media (max-width: 71.875em) {
  .form-return__row {
    -ms-grid-columns: auto 16.25rem 13.4375rem;
    grid-template-columns: auto 16.25rem 13.4375rem;
  }
}

@media (max-width: 69.375em) {
  .delivery-price__table {
    margin-right: -15px;
  }

  .simple-exchange__row {
    gap: 1.25rem;
  }

  .manual-prof__video-ibg {
    padding-bottom: 44.8275862069%;
  }

  .best-spare {
    padding: 2.25rem 0.9375rem;
    margin: 0 -15px;
  }
}

@media (max-width: 68.75em) {
  .mentions-black::after {
    background: url("../img/mentions/decor2.svg") 0 0/cover no-repeat;
  }

  .card-detail__body {
    -ms-grid-columns: 11.25rem auto;
    grid-template-columns: 11.25rem auto;
  }

  .conditions__image {
    max-width: 9.375rem;
  }

  .costs-tabs__row {
    gap: 0rem 1.25rem;
  }
}

@media (max-width: 65.625em) {
  .menu__link {
    font-size: 0.75rem;
    gap: 0.25rem;
  }

  .manual-top__form-row {
    gap: 0.75rem;
  }
}

@media (max-width: 61.99875em) {
  .main-header__logo {
    margin-right: 1.25rem;
    max-width: 9.375rem;
  }

  .menu__icon {
    width: 0.625rem;
    height: 0.625rem;
  }

  .menu__list {
    gap: 0.4375rem;
  }

  .faq__row {
    gap: 0.75rem;
  }

  .faq__column {
    gap: 0.75rem;
  }

  .faq__title-spoller {
    font-size: 1rem;
    gap: 0.9375rem;
  }

  .faq__body {
    font-size: 0.875rem;
    padding-top: 0.625rem;
  }

  .tabs-catalog__title {
    font-size: 0.75rem;
  }

  .top__row {
    gap: 1.25rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .top__aside {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }

  .aside-top__title {
    display: none;
  }

  .top-tabs__bottom {
    display: none;
  }

  .top-tabs__link {
    display: none;
  }

  .form-top:not(:last-child) {
    margin-bottom: 0;
  }

  .form-top__button {
    margin-top: 0;
  }

  .top-slide {
    padding-bottom: 10.9375rem;
    overflow: hidden;
  }

  .top-slide__text::after {
    width: 80%;
  }

  .history__grid-layout {
    gap: 1.25rem;
  }

  .country__image-pc {
    display: none;
  }

  .country__image-mob {
    display: block;
  }

  .country__map {
    max-width: 95.3125%;
    width: 100%;
  }

  .country__map img {
    width: 100%;
  }

  .country__title:not(:last-child) {
    margin-bottom: 107.1875%;
  }

  .country__row {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    max-width: 35rem;
    gap: 1.875rem;
  }

  .diagram-fact__image {
    padding-right: 3.125rem;
  }

  .mentions__row {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
  }

  .mentions-black__logo {
    margin-bottom: 0.875rem;
  }

  .partner__buttons {
    gap: 0.8125rem;
  }

  .position__row {
    gap: 0rem;
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }

  .position__diagram {
    max-width: 19.75rem;
    margin: 0 auto;
  }

  .position__title {
    text-align: center;
  }

  .position__subtitle {
    text-align: center;
  }

  .position__subtitle:not(:last-child) {
    margin-bottom: 2.5rem;
  }

  .spare-type__grid-layout {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }

  .shop__slider {
    overflow: visible !important;
  }

  .detail__row {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }

  .filter {
    position: fixed;
    top: 0;
    padding: 1.875rem 0.9375rem 3.125rem;
    z-index: 10;
    width: 100%;
    background: #fff;
    height: 100%;
    overflow: auto;
    -webkit-transition: all 0.6s cubic-bezier(0.5, 0.02, 0.13, 0.5);
    -o-transition: all 0.6s cubic-bezier(0.5, 0.02, 0.13, 0.5);
    transition: all 0.6s cubic-bezier(0.5, 0.02, 0.13, 0.5);
    left: -100%;
    max-height: 100vh;
    min-height: 100vh;
  }

  .product__slider-wrap {
    height: auto;
  }

  .product-tabs__title {
    font-size: 1rem;
  }

  .form-product__row {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    gap: 0.6875rem;
  }

  .product-filter__top .form-top {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }

  .basket__column-body {
    padding: 0.625rem;
  }

  .conect__row {
    gap: 0.9375rem;
  }

  .item-conect {
    padding: 1.25rem;
  }

  .form-return {
    padding: 1.25rem;
  }

  .form-return__row {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }

  .info-delivery__methods {
    gap: 1.25rem;
  }

  .delivery-other__countrys {
    gap: 0.9375rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .recom__head {
    gap: 1.25rem;
  }

  .info-recom {
    gap: 0.6875rem;
    padding: 1.8125rem 0 1.125rem;
  }

  .conditions__row {
    gap: 0.75rem;
  }

  .conditions__row {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }

  .packet__row {
    gap: 1.25rem;
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }

  .costs-tabs__body {
    padding: 1.125rem 0.75rem;
  }

  .costs-tabs__row {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }

  .simple-exchange__rows {
    gap: 1.25rem;
  }

  .simple-exchange__row {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem 1.875rem;
  }

  .simple-exchange__row:first-child .item-simple:nth-child(even)::after {
    display: none;
  }

  .simple-exchange__row:last-child {
    margin-right: 0;
  }

  .item-simple {
    max-width: 100%;
  }

  .item-simple_top-big {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
    max-width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .item-simple_top-big::after {
    display: none;
  }

  .item-simple_bottom::after {
    right: 0;
    left: auto;
    -webkit-transform: translate(16px, -50%) rotate(0deg);
        -ms-transform: translate(16px, -50%) rotate(0deg);
            transform: translate(16px, -50%) rotate(0deg);
  }

  .item-simple_last {
    max-width: 8.125rem;
    margin: 0 auto;
  }

  .item-simple__digit:not(:last-child) {
    margin-bottom: 0.625rem;
  }

  .procedure-spollers__row {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
  }

  .procedure-spollers__images {
    gap: 1.0625rem 0.6875rem;
  }

  .center__grid-layout {
    gap: 4.125rem 1.25rem;
  }

  .blog-banner__content {
    padding: 1.875rem 1.25rem 1.25rem;
  }

  .form-blog {
    padding: 2.3125rem 0;
  }

  .form-blog__form {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }

  .manual-top__form-row {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }

  .video-manual__wrapper {
    gap: 0.75rem;
  }

  .guide__grid-layout {
    gap: 0.75rem;
  }

  .repair__grid-layout {
    gap: 1.5rem;
  }

  .manual-prof__row {
    gap: 0.9375rem;
  }

  .best__wrapper.swiper-wrapper {
    gap: 0.75rem;
  }

  .best-spare__slider {
    overflow: visible !important;
  }

  .table-spare__row {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }

  .products .item-type:nth-child(4n+1)::before {
    content: "";
    position: absolute;
    left: -10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 1px;
    height: 100%;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), color-stop(48.11%, rgba(0, 0, 0, 0.2)), color-stop(93.45%, rgba(0, 0, 0, 0)));
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 48.11%, rgba(0, 0, 0, 0) 93.45%);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 48.11%, rgba(0, 0, 0, 0) 93.45%);
  }

  .top-care__row {
    gap: 0.75rem;
  }

  .top-care__brands {
    gap: 1rem;
  }

  .model__grid-layout {
    gap: 1.25rem 1.875rem;
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }

  .fabric__list {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-right: -0.9375rem;
    gap: 0.5625rem;
    position: relative;
  }

  .fabric__list::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 1.875rem;
    -webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
        -ms-transform: matrix(-1, 0, 0, 1, 0, 0);
            transform: matrix(-1, 0, 0, 1, 0, 0);
    width: 2.5rem;
    background: -o-linear-gradient(0.41deg, #ffffff 13.56%, rgba(255, 255, 255, 0) 72.48%);
    background: linear-gradient(89.59deg, #ffffff 13.56%, rgba(255, 255, 255, 0) 72.48%);
    pointer-events: none;
    z-index: 3;
  }

  .fabric__list:not(:last-child) {
    margin-bottom: 0.625rem;
  }

  .fabric__list li {
    width: 1.875rem;
    height: 1.875rem;
  }

  .fabric__list li.active {
    border-radius: 5px;
  }

  .fabric__list li.active::after {
    display: none;
  }

  .fabric__body {
    padding: 0.75rem;
    padding-bottom: 1.375rem;
  }

  .fabric__grid-layout {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    gap: 0.6875rem 1.8125rem;
  }

  .nav-profile__list {
    gap: 0.625rem;
  }

  .nav-profile__link {
    padding: 0.375rem;
  }

  .form-profile__row {
    padding-bottom: 1.25rem;
    gap: 1.0625rem;
  }

  .check__row {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }

  .top-footer__row {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }

  .top-footer__column:last-child {
    width: 100%;
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
    grid-column: 2/4;
  }

  .top-footer__form {
    max-width: 100%;
  }
}

@media (max-width: 56.25em) {
  .menu__link {
    font-size: 0.625rem;
  }

  .free-manual__grid-layout {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 54.375em) {
  .basket__row {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 0rem 1.25rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 0 0 5px 5px;
  }

  .basket__column:first-child .basket__column-body {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 5px 5px 0 0;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
  }

  .basket__column:first-child {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
  }

  .basket__column:nth-child(2) {
    border-left: 1px solid rgba(0, 0, 0, 0.1);
  }

  .basket__column:nth-child(3) {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
  }

  .basket__column:last-child .basket__column-body {
    border-radius: 0 0 5px 0;
  }

  .basket__column:nth-child(4) {
    border-radius: 5px;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
  }

  .basket__column:not(:last-child) .basket__column-body::after {
    display: none;
  }

  .basket__column-body {
    padding: 0;
    padding: 0.9375rem 0;
    border: none;
  }

  .basket__head {
    border-radius: 5px !important;
    margin: 0 -1px;
  }

  .product-basket {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 53.125em) {
  .store {
    padding-bottom: 8.375rem;
  }

  .store__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
    padding-top: 2.4375rem;
  }

  .store__image {
    position: absolute;
    max-width: 11.8125rem;
    max-height: 6.3125rem;
    bottom: 0;
    width: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }

  .store__info {
    text-align: center;
  }
}

@media (max-width: 49.375em) {
  .wish-profile__grid-layout {
    gap: 0.9375rem;
  }
}

@media (max-width: 47.99875em) {
  .select_spare .select__title {
    font-size: 0.75rem;
  }

  .select_profile .select__title {
    font-size: 0.75rem;
  }

  .tippy {
    right: 10px;
  }

  .top-header__row {
    min-height: 2rem;
  }

  .top-header__plus {
    display: none;
  }

  .top-header__center {
    font-size: 0.75rem;
  }

  .main-header {
    padding: 0.25rem 0;
    min-height: 2.8125rem;
    position: relative;
  }

  .main-header__row {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .main-header__form {
    margin-right: 0;
    position: relative;
    z-index: 2;
  }

  .main-header__input {
    min-height: 2.1875rem;
    padding: 0rem 2.1875rem 0 0.75rem;
  }

  .main-header__form-button {
    right: 0.75rem;
  }

  .main-header__form-icon {
    width: 0.9375rem;
    height: 0.9375rem;
  }

  .header-actions__list {
    gap: 0.5625rem;
  }

  .header-actions__item:not(:last-child) {
    border: none;
  }

  .header-actions__link {
    padding: 0;
  }

  .header-actions__count {
    right: -3px;
    top: -9px;
  }

  .basket-header::before {
    display: none;
  }

  .basket-header::after {
    right: 38px;
  }

  .basket-card__left {
    gap: 0.625rem;
  }

  .basket-card__info {
    max-width: 7.5rem;
  }

  .basket-card__price {
    font-size: 0.875rem;
  }

  .basket-card__delete {
    padding: 0.3125rem;
  }

  .header__bottom {
    border: none;
  }

  .menu__row {
    padding: 0 0 0.625rem 0;
  }

  .menu__body {
    display: none;
  }

  .menu__icon-wrap {
    display: none;
  }

  .sub-menu {
    border: none;
    border-radius: 0;
    position: fixed;
    padding-top: 8.75rem;
    left: 0;
    overflow: auto;
    padding-bottom: 2.5rem;
    max-height: 100%;
    height: 100%;
    width: 100%;
    top: 0;
  }

  .sub-menu .menu__list {
    width: 100%;
  }

  .sub-menu .menu__item {
    padding: 0.4375rem 1.25rem 0.4375rem 0.9375rem;
  }

  .sub-menu .menu__link {
    font-size: 0.875rem;
    gap: 0.625rem;
  }

  .sub-menu .menu__link::after,
  .sub-menu .menu__link::before {
    content: "";
    position: absolute;
    width: 10px;
    -webkit-transition: all 0.3s cubic-bezier(0.5, 0.02, 0.13, 0.5);
    -o-transition: all 0.3s cubic-bezier(0.5, 0.02, 0.13, 0.5);
    transition: all 0.3s cubic-bezier(0.5, 0.02, 0.13, 0.5);
    height: 1px;
    background-color: #fff;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 0;
    opacity: 1;
    visibility: visible;
  }

  .sub-menu .menu__link::before {
    -webkit-transform: translateY(-50%) rotate(90deg);
        -ms-transform: translateY(-50%) rotate(90deg);
            transform: translateY(-50%) rotate(90deg);
  }

  .sub-menu .menu__link._spoller-active {
    color: #ff0000;
  }

  .sub-menu .menu__link._spoller-active .menu__icon {
    fill: #ff0000;
  }

  .sub-menu .menu__link._spoller-active::before {
    -webkit-transform: translateY(-50%) rotate(0deg);
        -ms-transform: translateY(-50%) rotate(0deg);
            transform: translateY(-50%) rotate(0deg);
  }

  .sub-menu .menu__link .menu__icon {
    width: 0.9375rem;
    height: 0.9375rem;
  }

  .sub-menu__left {
    border: none;
    width: 100%;
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }

  .sub-menu__wrap {
    position: relative;
    padding: 0;
    left: 0;
    opacity: 1;
    visibility: visible;
  }

  .sub-menu__title {
    display: none;
  }

  .sub-menu__grid-layout {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    padding-top: 0.625rem;
    gap: 0;
  }

  .sub-menu__link {
    font-size: 0.75rem;
  }

  .social__title:not(:last-child) {
    margin-bottom: 1.5625rem;
  }

  .social__descr {
    display: none;
  }

  .card-social__content:not(:last-child) {
    margin-bottom: 1.25rem;
  }

  .card-social__title {
    padding: 0.625rem 1.5rem;
  }

  .card-social__logo-wrap {
    max-width: 9.375rem;
    min-height: auto;
  }

  .brand__grid-layout {
    gap: 1.25rem;
  }

  .brand__item {
    max-width: 5.9375rem;
  }

  .faq__row {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }

  .tabs-catalog__navigation {
    display: none;
  }

  .tabs-catalog__row {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }

  .tabs-catalog__row::after {
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 0;
    width: 1px;
    height: 100%;
    left: 50%;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), color-stop(48.11%, rgba(0, 0, 0, 0.2)), color-stop(93.45%, rgba(0, 0, 0, 0)));
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 48.11%, rgba(0, 0, 0, 0) 93.45%);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 48.11%, rgba(0, 0, 0, 0) 93.45%);
  }

  .tabs-catalog__row:not(:last-child) {
    margin-bottom: 0.9375rem;
  }

  .tabs-catalog__column::after {
    width: 100%;
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(48.11%, rgba(0, 0, 0, 0.2)), color-stop(93.45%, rgba(0, 0, 0, 0)));
    background: -o-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 48.11%, rgba(0, 0, 0, 0) 93.45%);
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 48.11%, rgba(0, 0, 0, 0) 93.45%);
    height: 1px;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }

  .tabs-catalog__column:last-child::before {
    top: 0;
    bottom: auto;
  }

  .item-catalog {
    padding: 0 0.75rem 1.25rem 0.3125rem;
  }

  .item-catalog__image img {
    max-width: 80%;
  }

  .item-catalog__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }

  .top-slide__text {
    padding-left: 2.25rem;
  }

  .somes {
    padding-top: 1.125rem;
  }

  .somes__breadcrumb:not(:last-child) {
    margin-bottom: 1rem;
  }

  .top-somes__wrap {
    padding: 0.625rem 1rem 2.5rem 1.25rem;
    min-height: auto;
  }

  .top-somes__logo:not(:last-child) {
    margin-bottom: 0.625rem;
  }

  .top-somes__subtitle {
    max-width: 15rem;
    padding-left: 3.125rem;
  }

  .top-somes__subtitle::after {
    left: 10px;
    width: 200vw;
  }

  .top-somes__text::after {
    display: none;
  }

  .bottom-somes__row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .bottom-somes__item {
    width: 43%;
    padding-right: 0;
  }

  .bottom-somes__item:not(:last-child)::after {
    height: 7.5rem;
    right: -50px;
    display: none;
  }

  .bottom-somes__item:first-child::after {
    display: block;
  }

  .bottom-somes__digit:not(:last-child) {
    margin-bottom: 0.625rem;
  }

  .bottom-somes__descr {
    font-size: 0.75rem;
  }

  .somes-nous::after {
    display: none;
  }

  .somes-nous__title:not(:last-child) {
    margin-bottom: 0.4375rem;
  }

  .somes-nous__text {
    margin-bottom: 0.9375rem;
  }

  .somes-nous__slider {
    overflow: visible !important;
  }

  .somes-nous__slider:not(:last-child) {
    margin-bottom: 1.25rem;
  }

  .history__title:not(:last-child) {
    margin-bottom: 0.9375rem;
  }

  .history__grid-layout {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }

  .item-history__year {
    min-height: 3.75rem;
  }

  .item-history__list-item:not(:last-child) {
    margin-bottom: 0.9375rem;
  }

  .country__row {
    gap: 0.9375rem;
  }

  .country__grid-layout {
    gap: 0.9375rem;
  }

  .top-fact__grid-layout {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }

  .top-fact__grid-layout:not(:last-child)::after {
    display: none;
  }

  .top-fact__grid-layout:nth-child(2) .top-fact__item:not(:last-child)::after {
    width: 100%;
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(48.11%, rgba(0, 0, 0, 0.2)), color-stop(93.45%, rgba(0, 0, 0, 0)));
    background: -o-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 48.11%, rgba(0, 0, 0, 0) 93.45%);
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 48.11%, rgba(0, 0, 0, 0) 93.45%);
    height: 1px;
    bottom: 0;
    left: 50%;
    top: auto;
    right: auto;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    display: none;
  }

  .diagram-fact {
    margin: 0 -15px;
    min-height: 34.5625rem;
  }

  .diagram-fact__content {
    padding: 2.375rem 0.9375rem;
  }

  .diagram-fact__title:not(:last-child) {
    margin-bottom: 0.9375rem;
    max-width: 59.6875%;
  }

  .diagram-fact__title:not(:last-child) br {
    display: none;
  }

  .mentions__breadcrumb:not(:last-child) {
    margin-bottom: 0.9375rem;
  }

  .mentions__title:not(:last-child) {
    margin-bottom: 0.9375rem;
  }

  .mentions__row {
    gap: 0.6875rem;
  }

  .mentions__row:not(:last-child) {
    margin-bottom: 1.125rem;
  }

  .info-mentions__row {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    gap: 0.625rem;
  }

  .partner {
    padding: 1.0625rem 0 2.5rem;
    min-height: auto;
  }

  .partner__descr:not(:last-child) {
    margin-bottom: 1.4375rem;
  }

  .new__title:not(:last-child) {
    margin-bottom: 1rem;
  }

  .new__slider:not(:last-child) {
    margin-bottom: 0.9375rem;
  }

  .new__slider {
    position: relative;
  }

  .new__slider::after {
    content: "";
    background: rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    position: absolute;
    top: 46px;
    left: 0;
    height: 7px;
    width: 200vw;
  }

  .new__slider {
    overflow: visible !important;
  }

  .position__grid-layout {
    gap: 0.9375rem 1.875rem;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }

  .position__bottom-text:not(:last-child) {
    margin-bottom: 1.125rem;
  }

  .position__buttons {
    gap: 0.75rem;
  }

  .benefit__subtitle:not(:last-child) {
    margin-bottom: 0.875rem;
  }

  .benefit__grid-layout:not(:last-child) {
    margin-bottom: 1.25rem;
  }

  .benefit__item:nth-child(2)::after {
    width: 100%;
    height: 1px;
    bottom: 0;
    top: auto;
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(48.11%, rgba(0, 0, 0, 0.2)), color-stop(93.45%, rgba(0, 0, 0, 0)));
    background: -o-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 48.11%, rgba(0, 0, 0, 0) 93.45%);
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 48.11%, rgba(0, 0, 0, 0) 93.45%);
  }

  .benefit__buttons {
    gap: 0.75rem;
  }

  .comerse__image-ibg img {
    width: auto;
    max-width: none;
  }

  .comerse__image-ibg::after {
    background: url("../img/comerse/decor2.svg") 0 0/cover no-repeat;
  }

  .comerse__content {
    margin: 0 auto;
  }

  .comerse__title:not(:last-child) {
    margin-bottom: 2.375rem;
  }

  .contact__form {
    padding: 1.25rem;
  }

  .form__info:not(:last-child) {
    margin-bottom: 0.6875rem;
  }

  .spare__title:not(:last-child) {
    margin-bottom: 0.75rem;
  }

  .spare-type__grid-layout {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }

  .shop__descr:not(:last-child) {
    margin-bottom: 1.0625rem;
  }

  .plus-partner__row {
    gap: 1.25rem;
  }

  .plus-partner__item {
    max-width: 30%;
  }

  .category {
    padding-bottom: 2.25rem;
  }

  .category__title:not(:last-child) {
    margin-bottom: 1rem;
  }

  .text {
    padding-top: 0;
  }

  .text__title:not(:last-child) {
    margin-bottom: 0.875rem;
  }

  .text__row {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    gap: 1.375rem;
  }

  .text__column:nth-child(3) {
    -ms-grid-column: 1;
    grid-column: 1/1;
  }

  .text__item:not(:last-child) {
    margin-bottom: 1.375rem;
  }

  .detail {
    padding-top: 1.125rem;
  }

  .detail__title:not(:last-child) {
    margin-bottom: 0.9375rem;
  }

  .detail__nav {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1.0625rem 1.875rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .detail__nav:not(:last-child) {
    margin-bottom: 1.9375rem;
  }

  .detail__nav-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(33% - 20px);
            flex: 0 0 calc(33% - 20px);
  }

  .detail__nav-img {
    max-width: 2.8125rem;
  }

  .detail__title-sub:not(:last-child) {
    margin-bottom: 1.25rem;
  }

  .detail__card:not(:last-child) {
    margin-bottom: 1rem;
  }

  .card-detail {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    padding-top: 1.0625rem;
  }

  .card-detail__head:not(:last-child) {
    margin-bottom: 0.875rem;
  }

  .aside-detail {
    padding: 0 1.0625rem;
  }

  .aside-detail__head:not(:last-child) {
    margin-bottom: 1.0625rem;
  }

  .aside-detail__info:not(:last-child) {
    margin-bottom: 1.0625rem;
  }

  .car-detail {
    display: none;
  }

  .product {
    padding-top: 1.125rem;
  }

  .product__row {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    gap: 1.25rem;
  }

  .product__slider-wrap {
    padding: 0.75rem 3.0625rem 0.75rem 0.75rem;
    gap: 1.25rem;
  }

  .product__heart {
    top: 20px;
  }

  .head-product__title:not(:last-child) {
    margin-bottom: 0.4375rem;
  }

  .aside-product__head {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    padding: 0;
  }

  .aside-product__head:not(:last-child) {
    margin-bottom: 0.875rem;
  }

  .aside-product__bottom {
    padding: 0 1.25rem;
  }

  .product-tabs__navigation {
    display: none;
  }

  .product-car__row {
    gap: 1.5625rem;
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }

  .product-car__grid-layout:not(:last-child) {
    margin-bottom: 0.9375rem;
  }

  .product-car__avto:not(:last-child) {
    margin-bottom: 0.8125rem;
  }

  .product-car-spollers {
    padding-bottom: 1.25rem;
  }

  .product-car-spollers__sublist {
    font-size: 0.75rem;
  }

  .review-product__row {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }

  .review-product__item {
    max-width: 100%;
  }

  .review-product__rating .rating__body {
    font-size: 1rem;
  }

  .review-product__text {
    max-width: 100%;
  }

  .review-product__text:not(:last-child) {
    margin-bottom: 1.25rem;
  }

  .form-product {
    padding: 1.0625rem 1.25rem;
  }

  .form-product__textarea:not(:last-child) {
    margin-bottom: 0.75rem;
  }

  .upload__preview {
    min-height: 1.1875rem;
  }

  .form-product .form-product__row:not(:last-child) {
    margin-bottom: 0.75rem;
  }

  .form-product__input-wrap:not(:last-child) {
    margin-bottom: 0.6875rem;
  }

  .faq-product__row {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }

  .product-filter {
    display: none;
  }

  .payment {
    padding-top: 1.125rem;
  }

  .payment__breadcrumb:not(:last-child) {
    margin-bottom: 0.8125rem;
  }

  .payment__subtitle:not(:last-child) {
    margin-bottom: 1.875rem;
  }

  .payment__item:not(:last-child) {
    margin-bottom: 1.875rem;
  }

  .payment__head:not(:last-child) {
    margin-bottom: 1.875rem;
  }

  .payment__image {
    display: none;
  }

  .basket__breadcrumb:not(:last-child) {
    margin-bottom: 0.625rem;
  }

  .basket__title:not(:last-child) {
    margin-bottom: 0.75rem;
  }

  .bottom-basket {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .conect {
    padding-top: 1rem;
  }

  .conect__breadcrumb:not(:last-child) {
    margin-bottom: 0.625rem;
  }

  .conect__title:not(:last-child) {
    margin-bottom: 0.9375rem;
  }

  .conect__row {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }

  .item-conect {
    min-height: 18.125rem;
  }

  .item-conect__bottom-link {
    padding-left: 0;
  }

  .item-conect__descr {
    padding-left: 0;
  }

  .contact2__title2:not(:last-child) {
    margin-bottom: 0.9375rem;
  }

  .contact2-tabs__title {
    padding: 0.3125rem 0.625rem;
  }

  .contact2-form__content {
    padding: 1.25rem;
  }

  .contact2-form__textarea {
    padding-right: 3.125rem;
  }

  .contact2-form__textarea-big {
    height: 5.625rem;
    padding: 0.6875rem 1.3125rem;
  }

  .return {
    padding-top: 1.125rem;
  }

  .return__title {
    padding-bottom: 0.9375rem;
  }

  .return__title:not(:last-child) {
    margin-bottom: 0.9375rem;
  }

  .return__bottom {
    padding: 2.5rem 0;
  }

  .delivery {
    padding-top: 1.125rem;
  }

  .delivery__breadcrumb:not(:last-child) {
    margin-bottom: 1.125rem;
  }

  .delivery__info {
    padding-bottom: 1.3125rem;
  }

  .info-delivery__row {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    gap: 1.0625rem;
  }

  .info-delivery__country {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .info-delivery__country:not(:last-child) {
    margin-bottom: 1.0625rem;
  }

  .info-delivery__methods:not(:last-child) {
    margin-bottom: 2.1875rem;
  }

  .info-delivery__title:not(:last-child) {
    margin-bottom: 0.625rem;
  }

  .delivery-price {
    padding-bottom: 1.875rem;
  }

  .delivery-other {
    padding-top: 1.1875rem;
    padding-bottom: 2.5rem;
  }

  .delivery-other__head {
    padding-bottom: 1.0625rem;
    -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;
  }

  .delivery-other__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 1.25rem;
  }

  .recom {
    padding-top: 2.1875rem;
    padding-bottom: 2.1875rem;
  }

  .recom__head {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    gap: 1.8125rem;
  }

  .head-recom__row:not(:last-child) {
    margin-bottom: 1.625rem;
  }

  .info-recom {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }

  .bottom-recom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .bottom-recom__content {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    gap: 1.25rem;
  }

  .bottom-recom__column {
    gap: 1.25rem;
  }

  .bottom-recom__image {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    margin-bottom: -3.125rem;
  }

  .bottom-recom__text:not(:last-child) {
    margin-bottom: 1.25rem;
  }

  .bottom-recom__subtitle:not(:last-child) {
    margin-bottom: 0.625rem;
  }

  .packet {
    padding: 2.5rem 0;
  }

  .packet__title:not(:last-child) {
    margin-bottom: 0.875rem;
  }

  .costs-tabs__navigation {
    display: none;
  }

  .exchange {
    padding-top: 1.125rem;
  }

  .exchange__title:not(:last-child) {
    margin-bottom: 1rem;
  }

  .exchange__row {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
  }

  .comment-exchange__row {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    gap: 0.4375rem;
  }

  .comment-exchange__item:not(:last-child) {
    margin-bottom: 0.4375rem;
  }

  .exchange-category .tabs-catalog__column:first-child:before {
    display: block;
  }

  .exchange-category__title:not(:last-child) {
    margin-bottom: 0.625rem;
  }

  .procedure-spollers__item:not(:last-child) {
    margin-bottom: 0.75rem;
  }

  .procedure-spollers__row {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }

  .center {
    padding-top: 1.125rem;
  }

  .center__title:not(:last-child) {
    margin-bottom: 3.8125rem;
  }

  .center__grid-layout {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }

  .blog-banner__breadcrumb:not(:last-child) {
    margin-bottom: 1rem;
  }

  .blog-banner__title:not(:last-child) {
    margin-bottom: 1.3125rem;
  }

  .form-blog_column .form-blog__row {
    gap: 0.9375rem;
  }

  .form-blog__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.9375rem;
  }

  .form-blog__title {
    text-align: center;
  }

  .form-blog__subtitle {
    text-align: center;
  }

  .form-blog__form {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }

  .blog {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .blog__item:not(:last-child) {
    margin-bottom: 2.5rem;
  }

  .blog__item:nth-child(even) .item-blog__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .item-blog__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.75rem;
  }

  .item-blog__main {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .item-blog__title:not(:last-child) {
    margin-bottom: 8px;
  }

  .item-blog__title {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .item-blog__small-article:not(:last-child) {
    margin-bottom: 0.75rem;
  }

  .item-blog__block {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .item-blog__content {
    min-height: 17.5625rem;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }

  .item-blog__head {
    display: none;
  }

  .article-banner__content {
    min-height: 27.3125rem;
  }

  .article__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .article__head:not(:last-child) {
    margin-bottom: 2.25rem;
  }

  .article__head-text {
    max-width: 100%;
  }

  .article__row {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    gap: 1.5rem;
  }

  .article__row_bottom {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }

  .article__row:not(:last-child) {
    margin-bottom: 1.875rem;
  }

  .manual-top {
    padding-top: 1rem;
  }

  .free-manual__grid-layout:not(:last-child) {
    margin-bottom: 1.0625rem;
  }

  .video-manual__title:not(:last-child) {
    margin-bottom: 1.25rem;
  }

  .video-manual__slider {
    overflow: visible !important;
  }

  .video-manual__slider:not(:last-child) {
    margin-bottom: 1.25rem;
  }

  .video-manual__wrapper {
    gap: 0;
  }

  .slide-manual__content {
    padding: 0.9375rem 0.9375rem 1.25rem 0.625rem;
  }

  .guide__title:not(:last-child) {
    margin-bottom: 1.1875rem;
  }

  .guide__grid-layout {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }

  .guide__grid-layout:not(:last-child) {
    margin-bottom: 1.4375rem;
  }

  .repair__grid-layout:not(:last-child):not(:last-child) {
    margin-bottom: 1.75rem;
  }

  .manual-more {
    padding: 2.25rem 0 2.5rem;
  }

  .manual-more__buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.75rem;
  }

  .manual-prof__video-ibg:not(:last-child) {
    margin-bottom: 2.5rem;
  }

  .manual-prof__bottom {
    padding-top: 2.5rem;
  }

  .manual-prof__row {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }

  .install__row {
    display: block;
  }

  .install__image {
    margin: 0 auto 1rem;
  }

  .install__content {
    max-width: 100%;
    text-align: center;
  }

  .install__title {
    text-align: center;
  }

  .help__title:not(:last-child) {
    margin-bottom: 0.9375rem;
  }

  .help__slider {
    overflow: visible !important;
  }

  .help__wrapper:not(:last-child) {
    margin-bottom: 1.125rem;
  }

  .best__slider:not(:last-child) {
    margin-bottom: 1.875rem;
  }

  .best__slider {
    overflow: visible !important;
  }

  .best__wrapper.swiper-wrapper {
    gap: 0;
  }

  .card-best {
    padding: 1.4375rem 1.0625rem 1.25rem;
  }

  .card-best__content {
    padding-right: 1rem;
  }

  .head-spare:not(:last-child) {
    margin-bottom: 1.25rem;
    gap: 0.4375rem;
  }

  .head-spare {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .banner-spare {
    padding: 1.25rem;
  }

  .banner-spare__icon-wrap:not(:last-child) {
    margin-bottom: 0.5rem;
  }

  .banner-spare__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .brand-spare {
    padding: 0.9375rem 0;
  }

  .brand-spare__title {
    text-align: center;
  }

  .brand-spare__title:not(:last-child) {
    margin-bottom: 0.625rem;
  }

  .brand-spare__row {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }

  .brand-spare__row:not(:last-child) {
    margin-bottom: 0.9375rem;
  }

  .text-spare__block:not(:last-child) {
    margin-bottom: 1.375rem;
  }

  .text-spare__row {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    gap: 1.375rem;
  }

  .video-spare {
    padding-bottom: 1.0625rem;
  }

  .video-spare__title:not(:last-child) {
    margin-bottom: 0.9375rem;
  }

  .best-spare.big {
    margin-top: 1.1875rem;
  }

  .best-spare__title {
    text-align: center;
  }

  .best-spare__subtitle {
    text-align: center;
  }

  .best-spare__subtitle:not(:last-child) {
    margin-bottom: 0.9375rem;
  }

  .table-spare__head {
    min-height: 1.875rem;
  }

  .table-spare__row.three .table-spare__column {
    font-size: 0.625rem;
  }

  .table-spare__row.two .table-spare__column {
    font-size: 0.625rem;
  }

  .table-spare__column {
    height: 1.875rem;
    padding: 2px;
  }

  .table-spare__row2 {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }

  .products .item-type:nth-child(4n+1)::before {
    display: none;
  }

  .products .item-type:nth-child(3n+1)::before {
    content: "";
    position: absolute;
    left: -10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 1px;
    height: 100%;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), color-stop(48.11%, rgba(0, 0, 0, 0.2)), color-stop(93.45%, rgba(0, 0, 0, 0)));
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 48.11%, rgba(0, 0, 0, 0) 93.45%);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 48.11%, rgba(0, 0, 0, 0) 93.45%);
  }

  .top-care {
    padding: 0.625rem;
  }

  .top-care__row {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }

  .top-care__row:not(:last-child) {
    margin-bottom: 1.25rem;
  }

  .top-care__title:not(:last-child) {
    margin-bottom: 0.5rem;
  }

  .text-care {
    padding-top: 1.0625rem;
  }

  .text-care__block:not(:last-child) {
    margin-bottom: 1.375rem;
  }

  .text-care__title:not(:last-child) {
    margin-bottom: 1.0625rem;
  }

  .brands__grid-layout {
    gap: 1.25rem 1.875rem;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }

  .brands__grid-layout:not(:last-child) {
    margin-bottom: 1.25rem;
  }

  .item-brands__image {
    padding-bottom: 0.9375rem;
  }

  .item-brands__image:not(:last-child) {
    margin-bottom: 0.8125rem;
  }

  .model {
    padding-top: 1.125rem;
  }

  .model__head:not(:last-child) {
    margin-bottom: 1.1875rem;
  }

  .model__info:not(:last-child) {
    margin-bottom: 0.9375rem;
  }

  .model__grid-layout {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }

  .model__grid-layout.three {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }

  .fabric__title {
    text-align: center;
  }

  .fabric__descr:not(:last-child) {
    margin-bottom: 1.0625rem;
  }

  .profile {
    padding-top: 1.125rem;
  }

  .profile__title:not(:last-child) {
    margin-bottom: 0.9375rem;
  }

  .profile__nav:not(:last-child) {
    margin-bottom: 1.25rem;
  }

  .nav-profile__list {
    display: none;
  }

  .form-profile__avatar-ibg {
    width: 9.1875rem;
    height: 9.1875rem;
  }

  .form-profile__name:not(:last-child) {
    margin-bottom: 0.9375rem;
  }

  .form-profile__button-wraap {
    margin-top: 1.25rem;
  }

  .order-profile__item:not(:last-child) {
    margin-bottom: 0.75rem;
  }

  .order-item__delete {
    top: 5px;
    right: 5px;
  }

  .adress-profile__row {
    gap: 1.25rem;
  }

  .adress-profile__row:not(:last-child) {
    margin-bottom: 1.25rem;
  }

  .add-car {
    padding: 1.25rem 1.25rem 1.875rem 1.25rem;
  }

  .add-car:not(:last-child) {
    margin-bottom: 1.25rem;
  }

  .add-car__remove {
    top: 5px;
    right: 5px;
  }

  .check {
    padding-top: 1.125rem;
  }

  .check__block:not(:last-child) {
    margin-bottom: 1rem;
    padding-bottom: 1.25rem;
  }

  .check-block__radiobuttons {
    gap: 0.3125rem;
  }

  .check-block .product-payment__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .check-info {
    padding: 1.0625rem 1.25rem;
  }

  .check-info:not(:last-child) {
    margin-bottom: 1.25rem;
  }

  .check-info__total:not(:last-child) {
    margin-bottom: 0.75rem;
  }

  .top-footer__select-wrap:not(:last-child) {
    margin-bottom: 1.75rem;
  }

  .bottom-footer__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }

  .bottom-footer__left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-right: 0;
    padding-bottom: 1.25rem;
    gap: 1.125rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .bottom-footer__left::after {
    content: "";
    border-radius: 5px;
    bottom: 0;
    top: auto;
    position: absolute;
    height: 1px;
    width: 100%;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(48.11%, rgba(255, 255, 255, 0.5)), color-stop(93.45%, rgba(255, 255, 255, 0)));
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 48.11%, rgba(255, 255, 255, 0) 93.45%);
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 48.11%, rgba(255, 255, 255, 0) 93.45%);
  }

  .bottom-footer__image {
    max-width: 8.125rem;
  }

  .bottom-footer__right {
    padding-top: 1.125rem;
    padding-left: 0;
  }

  .bottom-footer__info:not(:last-child) {
    margin-bottom: 0.9375rem;
  }

  .bottom-footer__info {
    max-width: 100%;
  }
}

@media (max-width: 43.75em) {
  .free-manual__grid-layout {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 4.125rem 0.9375rem;
  }
}

@media (max-width: 42.5em) {
  .order-item__price {
    display: none;
  }
}

@media (max-width: 40.625em) {
  .benefit__grid-layout {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }

  .benefit__grid-layout::after {
    display: none;
  }

  .benefit__item:nth-child(2)::before {
    display: none;
  }

  .item-benefit {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 1.25rem;
    padding: 0.6875rem 0;
  }

  .item-benefit::after {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    pointer-events: none;
    right: 0;
    bottom: 0;
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(48.11%, rgba(0, 0, 0, 0.2)), color-stop(93.45%, rgba(0, 0, 0, 0)));
    background: -o-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 48.11%, rgba(0, 0, 0, 0) 93.45%);
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 48.11%, rgba(0, 0, 0, 0) 93.45%);
  }

  .item-benefit__icon:not(:last-child) {
    margin-bottom: 0;
  }

  .item-benefit__text {
    text-align: left;
  }

  .contact2-form__content {
    gap: 0.75rem;
  }

  .contact2-form__row {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    gap: 0.6875rem;
  }

  .top-footer__row {
    -ms-grid-columns: (auto)[2];
    grid-template-columns: repeat(2, auto);
    gap: 1.25rem 0.6875rem;
  }

  .top-footer__column:nth-child(1) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .top-footer__column:nth-child(2) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .top-footer__column:nth-child(3) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .top-footer__column:nth-child(4) {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  .top-footer__column:nth-child(5) {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

  .top-footer__column:last-child {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
  }
}

@media (max-width: 38.75em) {
  .blog-banner__image-ibg::after {
    background: url("../img/blog/decor-mob.svg") 0 0/cover no-repeat;
  }

  .blog-banner__grid-layout {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 37.5em) {
  .delivery-other__items {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    gap: 0.6875rem;
  }

  .conditions__row {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }

  .blog-banner__inner {
    min-height: auto;
  }

  .guide__grid-layout {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }

  .manual-prof__row {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }

  .item-brands__image {
    height: 6.5625rem;
  }

  .adress-profile__row {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }

  .add-car__row {
    display: block;
  }

  .add-car__left {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .add-car__left:not(:last-child) {
    margin-bottom: 0.625rem;
  }

  .add-car__right {
    max-width: 100%;
  }

  .check-block__row {
    gap: 0.6875rem;
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }

  .check-info__total {
    display: block;
    padding: 1rem 1.125rem;
  }

  .check-info__count {
    margin-bottom: 0.625rem;
  }
}

@media (max-width: 35.625em) {
  .popup__close {
    width: 0.875rem;
    height: 0.875rem;
    left: auto;
    right: 0;
  }

  .history__grid-layout {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}

@media (max-width: 34.375em) {
  .popup__content {
    padding: 1.25rem 1.25rem 1.875rem;
  }

  .mentions__row {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }

  .form__items {
    gap: 0.6875rem;
  }

  .form__row {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    gap: 0.6875rem;
  }

  .card-detail__body {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }

  .card-detail__image {
    max-width: 13.375rem;
    margin: 0 auto;
  }

  .head-recom__row {
    -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;
  }

  .packet__flex {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    gap: 0.75rem;
  }

  .manual-top__form-row {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }

  .top-care__row {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }

  .model__grid-layout.three {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }

  .fabric__grid-layout {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }

  .form-profile__row {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }

  .form-profile__add-button {
    max-width: 100%;
  }

  .order-item__row {
    display: block;
  }

  .order-item__left {
    display: block;
  }

  .order-item__image {
    max-width: 10.625rem;
    margin: 0 auto;
  }

  .order-item__image:not(:last-child) {
    margin-bottom: 0.4375rem;
  }

  .order-item__info {
    max-width: 100%;
  }

  .order-item__title {
    text-align: center;
  }

  .item-check__delete {
    top: 3px;
  }

  .item-check__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.4375rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .item-check__link {
    padding-right: 1.25rem;
  }

  .item-check__price {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}

@media (max-width: 31.25em) {
  .item-new__text {
    max-width: 100%;
  }

  .brands__grid-layout {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 29.99875em) {
  .select_spare {
    min-width: auto;
  }

  .select_profile {
    min-width: auto;
  }

  .form-popup__input:not(:last-child) {
    margin-bottom: 0.625rem;
  }

  .form-popup .checkbox:not(:last-child) {
    margin-bottom: 1.125rem;
  }

  .form-popup__button {
    max-width: 100%;
  }

  .subtitle {
    max-width: 16.875rem;
    font-size: 0.875rem;
  }

  .subtitle::after {
    width: 200%;
    left: 20px;
    -webkit-transform: skewX(-30deg);
        -ms-transform: skewX(-30deg);
            transform: skewX(-30deg);
  }

  .main-header__logo {
    max-width: 6.5625rem;
  }

  .header-actions {
    -ms-flex-item-align: end;
        align-self: flex-end;
  }

  .header-actions__list {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }

  .header-actions__item:nth-child(1),
  .header-actions__item:nth-child(2) {
    display: none;
  }

  .basket-header {
    width: 18.125rem;
    top: calc(100% + 17px);
    right: 0;
    -webkit-filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.3));
            filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.3));
  }

  .sub-menu {
    padding-top: 7.5rem;
  }

  .tabs-catalog__all {
    max-width: 100%;
  }

  .top-slide__image-ibg::after {
    background: url("../img/top/mask2.svg") 30% 90% no-repeat;
  }

  .top-slide__text-descr {
    margin-left: 0.6875rem;
  }

  .top-somes__logo {
    max-width: 6.6875rem;
    margin: 0 auto;
  }

  .item-history__list {
    padding: 1rem 0 0;
  }

  .item-country {
    gap: 0.25rem;
  }

  .item-country__image {
    max-width: 1.5rem;
  }

  .top-fact__grid-layout {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }

  .top-fact__grid-layout:last-child .top-fact__item:last-child::after {
    display: none;
  }

  .top-fact__grid-layout:nth-child(2) .top-fact__item:not(:last-child)::after {
    display: block;
  }

  .top-fact__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0.75rem;
    padding: 1.25rem 0;
  }

  .top-fact__item::after {
    content: "";
    position: absolute;
    height: 1px;
    width: 100%;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(48.11%, rgba(0, 0, 0, 0.2)), color-stop(93.45%, rgba(0, 0, 0, 0)));
    background: -o-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 48.11%, rgba(0, 0, 0, 0) 93.45%);
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 48.11%, rgba(0, 0, 0, 0) 93.45%);
  }

  .top-fact__icon {
    margin: 0;
  }

  .top-fact__text {
    text-align: left;
  }

  .diagram-fact__image {
    bottom: 2.25rem;
  }

  .partner__buttons {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .partner__button {
    max-width: 100%;
  }

  .new__buttons {
    gap: 0.75rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .new__button {
    max-width: 100%;
  }

  .position__buttons {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .position__button {
    max-width: 100%;
  }

  .item-position {
    padding: 0.375rem 0.9375rem 0.375rem 1.25rem;
  }

  .benefit__buttons {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .benefit__button {
    max-width: 100%;
  }

  .comerse__grid-layout {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    gap: 3.875rem;
  }

  .item-comerse {
    min-height: auto;
    max-width: 12.5rem;
    margin: 0 auto;
  }

  .item-comerse:not(:last-child)::after {
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 30px solid #fff;
    top: calc(100% - 7px);
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }

  .form__info {
    margin-top: 0.3125rem;
  }

  .form__bottom {
    -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;
  }

  .form__bottom .checkbox {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .form__button {
    width: 100%;
  }

  .spare__button-all {
    max-width: 100%;
  }

  .spare-type__grid-layout {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }

  .spare-type__all-button {
    max-width: 100%;
  }

  .item-type:nth-child(odd) {
    position: relative;
  }

  .item-type:nth-child(odd)::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: -10px;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), color-stop(48.11%, rgba(0, 0, 0, 0.2)), color-stop(93.45%, rgba(0, 0, 0, 0)));
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 48.11%, rgba(0, 0, 0, 0) 93.45%);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 48.11%, rgba(0, 0, 0, 0) 93.45%);
  }

  .category__grid-layout {
    margin-bottom: 1.1875rem;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem 1.875rem;
  }

  .detail__nav-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 15px);
            flex: 0 0 calc(50% - 15px);
  }

  .head-product__row {
    gap: 0.625rem;
  }

  .product-thumb__slider {
    height: 6.6875rem;
    width: 2.125rem;
  }

  .aside-product__bottom {
    max-width: 100%;
  }

  .aside-product__row {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    gap: 0.8125rem;
  }

  .aside-product__row .aside-detail__quantity:not(:last-child) {
    height: 1.6875rem;
  }

  .aside-product__row .quantity__button {
    height: 1.6875rem;
  }

  .aside-product__button {
    height: 1.6875rem;
  }

  .product-car__grid-layout {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    gap: 0.625rem;
  }

  .review-product__head {
    gap: 0.3125rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .review-product__button {
    width: 100%;
    max-width: 100%;
  }

  .form-product__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.8125rem;
  }

  .form-product__text:not(:last-child) {
    margin-bottom: 0.9375rem;
  }

  .bottom-basket__content {
    max-width: 100%;
  }

  .contact2-form__button {
    max-width: 100%;
    margin-top: 0;
  }

  .info-delivery__methods img:first-child {
    max-width: 7.6875rem;
  }

  .info-delivery__methods img:nth-child(2) {
    max-width: 4.4375rem;
  }

  .info-delivery__methods img:last-child {
    max-width: 2.6875rem;
  }

  .delivery-other__select-wrap {
    width: 100%;
  }

  .head-recom__info-row:last-child .head-recom__line {
    width: 7.375rem;
  }

  .head-recom__info-row:last-child .head-recom__value {
    padding-left: 0.8125rem;
  }

  .bottom-recom__row {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    gap: 0.3125rem;
  }

  .conditions__item {
    min-height: 14.25rem;
  }

  .costs-tabs__row {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }

  .exchange-category__plus-button {
    max-width: 100%;
  }

  .result__bottom-title {
    max-width: 14.3125rem;
  }

  .procedure-spollers__image-ibg::after {
    width: 0.8125rem;
    height: 0.8125rem;
  }

  .center__grid-layout {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }

  .item-center {
    padding: 0rem 0.9375rem 1.25rem;
  }

  .blog-banner__title {
    padding-left: 1.875rem;
  }

  .blog-banner__title::after {
    left: 0;
  }

  .blog-banner__grid-layout {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    gap: 0.6875rem;
  }

  .form-blog_column .form-blog__form {
    max-width: 100%;
  }

  .article-small__image-ibg {
    display: none;
  }

  .article-banner__content {
    padding: 1.875rem 0;
  }

  .article-banner__title {
    padding: 1.25rem;
  }

  .article-banner__title::after {
    width: calc(100% + 60px);
  }

  .free-manual__grid-layout {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }

  .video-manual__button {
    max-width: 100%;
  }

  .guide__button {
    max-width: 100%;
  }

  .repair__grid-layout {
    grid-template-columns: repeat(auto-fill, minmax(132px, 1fr));
  }

  .repair__item {
    height: 8.3125rem;
  }

  .manual-more__button {
    max-width: 100%;
  }

  .best__button {
    max-width: 100%;
  }

  .head-spare__selects {
    gap: 0.5625rem;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }

  .head-spare__selects {
    width: 100%;
  }

  .banner-spare__item {
    font-size: 1rem;
  }

  .banner-spare__icon-wrap {
    width: 2.75rem;
    height: 3.9375rem;
  }

  .banner-spare__icon-wrap img {
    width: 1.3125rem;
    height: 1.3125rem;
  }

  .products .item-type:nth-child(3n+1)::before {
    display: none;
  }

  .products .item-type:nth-child(odd)::before {
    content: "";
    position: absolute;
    left: -10px;
    top: 50%;
    width: 1px;
    display: block !important;
    height: 100%;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), color-stop(48.11%, rgba(0, 0, 0, 0.2)), color-stop(93.45%, rgba(0, 0, 0, 0)));
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 48.11%, rgba(0, 0, 0, 0) 93.45%);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 48.11%, rgba(0, 0, 0, 0) 93.45%);
  }

  .brands__button {
    max-width: 100%;
  }

  .model .head-spare__selects {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }

  .model .head-spare__selects .select {
    min-width: auto;
    width: 100%;
  }

  .model__grid-layout {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }

  .model__grid-layout.three {
    gap: 0.875rem;
  }

  .form-profile__save-button {
    max-width: 100%;
  }

  .adress-profile__button {
    max-width: 100%;
  }

  .check-block .product-payment__row {
    max-width: 14.375rem;
    margin: 0 auto;
  }

  .item-check__row {
    gap: 1.0625rem;
  }

  .item-check__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 6.125rem;
            flex: 0 0 6.125rem;
  }

  .item-check__descr {
    gap: 0.9375rem;
  }
}

@media (max-width: 21.25em) {
  .article-banner__title::after {
    width: 108%;
  }
}

@media (any-hover: hover) {
  .button:hover {
    -webkit-box-shadow: 0 0 5px #ff0000;
            box-shadow: 0 0 5px #ff0000;
  }

  .select_footer-lang .select__option:hover {
    background-color: rgba(255, 255, 255, 0.1);
  }

  .select_catalog .select__option:hover {
    background-color: rgba(255, 255, 255, 0.3);
  }

  .select_top .select__option:hover {
    background-color: rgba(0, 0, 0, 0.1);
  }

  .select_filter .select__option:hover {
    background-color: rgba(0, 0, 0, 0.1);
  }

  .select_form .select__option:hover {
    background-color: rgba(0, 0, 0, 0.1);
  }

  .select_product .select__option:hover {
    background-color: rgba(255, 255, 255, 0.1);
  }

  .select_spare .select__option:hover {
    background-color: rgba(255, 255, 255, 0.1);
  }

  .select_profile .select__option:hover {
    background-color: rgba(255, 255, 255, 0.1);
  }

  .select__option:hover {
    background: #d9d9d9;
  }

  .button-icon:hover {
    -webkit-box-shadow: 0 0 5px #ff0000;
            box-shadow: 0 0 5px #ff0000;
  }

  .breadcrumb__link:hover {
    color: #ff0000;
  }

  .card__heart:hover .card__icon {
    fill: #ff0000;
  }

  .card__title:hover {
    color: #ff0000;
  }

  .basket-header__link:hover {
    text-decoration: none !important;
  }

  .basket-card__name:hover {
    color: #ff0000;
  }

  .menu__item:hover .menu__link {
    color: #ff0000;
  }

  .menu__item:hover .menu__icon {
    fill: #ff0000;
  }

  .sub-menu .menu__item:hover {
    background: rgba(255, 255, 255, 0.1);
  }

  .sub-menu .menu__item:hover .menu__link::after {
    visibility: visible;
    opacity: 1;
  }

  .sub-menu__link:hover {
    color: #ff0000;
  }

  .card-social:hover .card-social__content {
    -webkit-box-shadow: 0px 10px 20px rgba(255, 255, 255, 0.04), 0px 2px 6px rgba(0, 0, 0, 0.04), 0px 0px 1px rgba(0, 0, 0, 0.04);
            box-shadow: 0px 10px 20px rgba(255, 255, 255, 0.04), 0px 2px 6px rgba(0, 0, 0, 0.04), 0px 0px 1px rgba(0, 0, 0, 0.04);
  }

  .somes-nous__image-ibg:hover img {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
  }

  .item-mentions__link:hover {
    color: #ff0000;
  }

  .info-mentions__list a:hover {
    color: #ff0000;
  }

  .item-type__title:hover {
    color: #ff0000;
  }

  .item-type__list-link:hover {
    color: #ff0000;
  }

  .item-category__link:hover {
    color: #ff0000;
  }

  .detail__nav-item:hover {
    border: 1px solid #ff0000;
  }

  .card-detail__link-review:hover {
    color: #ff0000;
  }

  .card-detail__more-info:hover {
    text-decoration: underline;
  }

  .filter__list li a:hover {
    color: #ff0000;
  }

  .brand-filter ul li a:hover {
    -webkit-transform: translateX(5px);
        -ms-transform: translateX(5px);
            transform: translateX(5px);
  }

  .aside-product__link:hover {
    color: #ff0000;
  }

  .product-basket__name:hover {
    color: #ff0000;
  }

  .item-conect__bottom-link:hover {
    color: #ff0000;
  }

  .costs-tabs__list a:hover {
    color: #ff0000;
  }

  .item-center__link:hover {
    color: #ff0000;
  }

  .blog-banner__link:hover {
    color: #ffffff;
    border: 2px solid #ffffff;
  }

  .item-blog__bottom-link:hover .item-blog__bottom-icon {
    -webkit-transform: translateX(5px);
        -ms-transform: translateX(5px);
            transform: translateX(5px);
  }

  .article-small__link:hover .article-small__icon {
    -webkit-transform: translateX(5px);
        -ms-transform: translateX(5px);
            transform: translateX(5px);
  }

  .article-small__image-ibg:hover img {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
  }

  .free-manual__link:hover .free-manual__icon {
    -webkit-transform: translateY(5px);
        -ms-transform: translateY(5px);
            transform: translateY(5px);
  }

  .slide-manual__image-ibg:hover img {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
  }

  .slide-manual__link:hover {
    color: #ff0000;
  }

  .item-guide__link:hover {
    color: #ff0000;
  }

  .repair__all-btn:hover .repair__icon {
    -webkit-transform: translateY(4px);
        -ms-transform: translateY(4px);
            transform: translateY(4px);
  }

  .card-help__link:hover {
    color: #ff0000;
  }

  .card-best__image-ibg:hover img {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
  }

  .head-spare__nav li a:hover {
    color: #ff0000;
  }

  .banner-spare__link:hover {
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
            box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  }

  .brand-spare__button:hover .brand-spare__icon {
    -webkit-transform: translateY(5px);
        -ms-transform: translateY(5px);
            transform: translateY(5px);
  }

  .item-brands__link:hover {
    color: #000;
  }

  .model__item ul li a:hover {
    color: #ff0000;
  }

  .fabric__list li a:hover {
    color: #ff0000;
  }

  .nav-profile__link:hover {
    background-color: #ff0000;
    color: #ffffff;
  }

  .nav-profile__link:hover .nav-profile__icon {
    fill: #ffffff;
  }

  .order-item__title:hover {
    color: #ff0000;
  }

  .item-check__link:hover {
    color: #ff0000;
  }

  .top-footer__link:hover {
    -webkit-transform: translateX(19px);
        -ms-transform: translateX(19px);
            transform: translateX(19px);
  }

  .top-footer__link:hover::after {
    width: 0.875rem;
    left: -1.1875rem;
  }
}
