@font-face {
  font-weight: 400;
  font-family: Inter;
  font-style: normal;
  src: url(../fonts/inter-v13-cyrillic_latin-regular.woff2) format("woff2");
  font-display: swap;
}
@font-face {
  font-weight: 500;
  font-family: Inter;
  font-style: normal;
  src: url(../fonts/inter-v13-cyrillic_latin-500.woff2) format("woff2");
  font-display: swap;
}
@font-face {
  font-weight: 600;
  font-family: Inter;
  font-style: normal;
  src: url(../fonts/inter-v13-cyrillic_latin-600.woff2) format("woff2");
  font-display: swap;
}
@font-face {
  font-weight: 700;
  font-family: Inter;
  font-style: normal;
  src: url(../fonts/inter-v13-cyrillic_latin-700.woff2) format("woff2");
  font-display: swap;
}
@font-face {
  font-weight: 400;
  font-family: "PT Sans";
  font-style: normal;
  src: url(../fonts/pt-sans-v17-cyrillic_latin-regular.woff2) format("woff2");
  font-display: swap;
}
@font-face {
  font-weight: 700;
  font-family: "PT Sans";
  font-style: normal;
  src: url(../fonts/PTSans-Bold.woff2) format("woff2");
  font-display: swap;
} /*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
*,
::after,
::before {
  box-sizing: border-box;
}
body {
  height: 100%;
  color: #444;
  font-family: Inter, sans-serif;
  text-align: left;
  background-color: #fff;
}
html {
  height: 100%;
  font-size: 16px;
  line-height: 1.5;
  -webkit-tap-highlight-color: transparent;
}
img,
picture,
svg,
video {
  display: block;
  max-width: 100%;
  height: auto !important;
}
a {
  color: #ff8e2b;
  text-decoration: none;
  transition: color 0.3s;
}
a:focus,
a:hover {
  color: #ff8e2b;
  text-decoration: none;
}
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  clip: rect(0 0 0 0);
}
.hidden {
  display: none;
}
.container {
  width: 100%;
  max-width: 1350px;
  margin: 0 auto;
  padding: 0 30px;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 1rem;
  color: #20203d;
  font-weight: 600;
  line-height: 1.2;
}
.h1,
h1 {
  font-size: calc(1.3125rem + 0.87890625vw);
}
.h2,
h2 {
  font-size: calc(1.3125rem + 0.87890625vw);
}
.h3,
h3 {
  font-size: 24px;
}
.h4,
h4 {
  font-size: 18px;
}
.h5,
h5 {
  font-size: 16px;
}
.h6,
h6 {
  font-size: 16px;
}
.show-more-btn {
  width: auto;
  padding: 0;
  color: inherit;
  background-color: rgba(0, 0, 0, 0);
  border: none;
  outline: 0;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  color: #ff8e2b;
  font-size: 12px;
  font-family: "PT Sans", sans-serif;
  line-height: 18px;
}
.show-more-btn[aria-expanded="true"]::after {
  transform: rotate(180deg);
}
.show-more-btn::after {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  margin-left: 5px;
  background-image: url(../images/show-more-btn-arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  content: "";
}
.additional-services {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.additional-services .btn--border {
  padding: 15px 30px;
  color: #ff8e2b;
  font-size: 13px;
  line-height: 18px;
  text-transform: uppercase;
  border-color: #ff8e2b;
}
.additional-services__card {
  padding: 20px;
  background-color: #fff;
  box-shadow: 0 3px 16px 0 rgba(113, 123, 149, 0.19);
}
.additional-services__title {
  margin-bottom: 25px;
  color: #20203d;
  font-weight: 700;
  line-height: 26px;
}
.additional-services__title span {
  display: block;
  font-weight: 400;
}
.additional-services__action {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.additional-services__price {
  margin-right: 20px;
  color: #20203d;
  font-weight: 500;
  font-size: 20px;
  white-space: nowrap;
}
.additional-services__price-currency {
  color: #5a6796;
  font-weight: 400;
}
.aside-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.aside-menu__item {
  position: relative;
}
.aside-menu__link {
  display: flex;
  align-items: center;
  padding: 10px 20px 10px 30px;
  color: #20203d;
  background-color: #eff3ff;
  border-radius: 4px;
  transition: background-color 0.3s, color 0.3s;
}
.aside-menu__icon-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 34px;
  height: 34px;
  margin-right: 15px;
}
.aside-menu__icon {
  transition: filter 0.3s;
}
.aside-menu__text {
  font-size: 16px;
  line-height: 17px;
}
.aside-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 2;
  display: none;
  width: 280px;
  padding: 20px 30px;
  background: #f8faff;
  border-radius: 6px;
  box-shadow: 0 3px 20px 0 rgba(113, 123, 149, 0.37);
}
.aside-menu ul a {
  color: #444;
  font-size: 14px;
  line-height: 18px;
  text-transform: capitalize;
  display: inline-flex;
  width: 100%;
  padding: 10px 0;
}
@keyframes sublist-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.bonus-card {
  margin-top: 30px;
}
.brands-slider .swiper-slide {
  width: 152px;
}
.brands-slider__link {
  position: relative;
  display: block;
  width: 100%;
  background-color: #fff;
}
.brands-slider__link::before {
  display: block;
  float: left;
  width: 100%;
  padding-top: calc(100% * 80 / 150);
  content: "";
}
.brands-slider__link::after {
  display: block;
  clear: both;
  content: "";
}
.brands-slider__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}
.breadcrumbs {
  margin-bottom: 30px;
  color: rgba(68, 68, 68, 0.6);
  font-size: 13px;
  line-height: 24px;
}
.breadcrumbs a {
  color: #444;
  text-decoration: none;
}
.breadcrumbs a:focus,
.breadcrumbs a:hover {
  color: #444;
  text-decoration: none;
}
.breadcrumbs__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.breadcrumbs__item {
  display: inline-block;
}
.breadcrumbs__item:not(:last-child)::after {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-left: 5px;
  background-image: url(../images/breadcrumbs-arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  content: "";
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  margin: 0;
  padding: 10px 15px;
  color: #444;
  font-size: 14px;
  font-family: inherit;
  line-height: 18px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  vertical-align: middle;
  background-color: #e6e6e6;
  background-image: none;
  border: 0;
  border-radius: 3px;
  cursor: pointer;
  transition: color 0.3s, background-color 0.3s;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:hover {
  color: #444;
  text-decoration: none;
  background-color: #ccc;
}
.btn:active,
.btn:focus {
  outline: 0;
  box-shadow: 0 0 0 2px rgba(255, 142, 43, 0.7);
}
.btn--disabled,
.btn:disabled {
  color: #444;
  background-color: #e6e6e6;
  cursor: not-allowed;
  opacity: 0.7;
}
a.btn--disabled {
  pointer-events: none;
}
.btn--main {
  color: #fff;
  background-color: #ff8e2b;
}
.btn--main:focus,
.btn--main:hover {
  color: #fff;
  background-color: #f77300;
}
.btn--main--disabled,
.btn--main:disabled {
  color: #fff;
  background-color: #ff8e2b;
}
.btn--catalog {
  width: 100%;
  min-height: 54px;
  padding: 17px 20px;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  background-color: #1c4bc5;
}
.btn--catalog:focus,
.btn--catalog:hover {
  color: #fff;
  background-color: #163a98;
}
.btn--catalog svg {
  flex-shrink: 0;
  margin-right: 10px;
}
.btn--catalog--disabled,
.btn--catalog:disabled {
  color: #fff;
  background-color: #1c4bc5;
}
.btn--border {
  color: #9099b5;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #d5dcf3;
}
.btn--border:focus,
.btn--border:hover {
  color: #fff;
  background-color: #9099b5;
}
.burger {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  padding: 0;
  background: rgba(0, 0, 0, 0);
  border: none;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.burger > span {
  position: relative;
  display: block;
  width: 90%;
  height: 2px;
  color: transparent;
  font-size: 0;
  background: #ff8e2b;
  border-radius: 6px;
  transition: background 0.3s 0.3s;
}
.burger > span::after,
.burger > span::before {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: #ff8e2b;
  border-radius: 6px;
  transform-origin: 50% 50%;
  transition: top 0.3s 0.3s, transform 0.3s;
  content: "";
}
.burger > span::before {
  top: -7px;
}
.burger > span::after {
  top: 7px;
}
.burger--close > span {
  background: rgba(0, 0, 0, 0);
  transition: background 0.3s 0s;
}
.burger--close > span::after,
.burger--close > span::before {
  top: 0;
  transition: top 0.3s, transform 0.3s 0.3s;
}
.burger--close > span::before {
  transform: rotate3d(0, 0, 1, 45deg);
}
.burger--close > span::after {
  transform: rotate3d(0, 0, 1, -45deg);
}
.catalog-controls {
  display: grid;
  grid-template-columns: repeat(2, auto);
  gap: 0 30px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
.catalog-description {
  padding-bottom: 70px;
  font-size: 14px;
  line-height: 26px;
}
.catalog-filter__item {
  padding: 15px 20px;
  background: rgba(239, 243, 255, 0.3);
}
.catalog-filter__item + .catalog-filter__item {
  margin-top: 5px;
}
.catalog-filter__content .field-checkbox {
  padding: 15px 0 10px;
}
.catalog-filter__content--field-checkbox-no-padding .field-checkbox {
  padding: 0;
}
.catalog-filter__toggler {
  width: auto;
  padding: 0;
  color: inherit;
  background-color: rgba(0, 0, 0, 0);
  border: none;
  outline: 0;
  cursor: pointer;
  position: relative;
  width: 100%;
  padding-left: 22px;
  color: #444;
  font-weight: 600;
  font-size: 15px;
  line-height: 24px;
  text-align: left;
}
.catalog-filter__toggler:not(.is-active) + .catalog-filter__content {
  max-height: 0;
  overflow: hidden;
  visibility: hidden;
}
.catalog-filter__toggler.is-active::before {
  transform: rotate(180deg);
}
.catalog-filter__toggler::before {
  position: absolute;
  top: 6px;
  left: 0;
  width: 12px;
  height: 12px;
  background-image: url(../images/catalog-filter-arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  transition: transform 0.3s;
  content: "";
}
.catalog-filter__price-inputs {
  display: grid;
  grid-template-columns: minmax(0, 115px) max-content minmax(0, 115px);
  align-items: center;
  justify-content: space-between;
  padding: 15px 0;
}
.catalog-filter__price-input {
  display: block;
  width: 100%;
  min-height: 34px;
  margin: 0;
  padding: 5px 15px;
  background-color: #fff;
  border: 0;
  border-radius: 6px;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.catalog-filter__price-input::-moz-placeholder {
  color: #444;
}
.catalog-filter__price-input::placeholder {
  color: #444;
}
.catalog-filter__price-devider {
  color: #000;
  font-size: 14px;
}
.catalog-filter__action {
  margin-top: 5px;
}
.catalog-filter__submit {
  width: 100%;
  min-height: 56px;
  margin-bottom: 5px;
  font-size: 12px;
  font-family: "PT Sans", sans-serif;
  line-height: 18px;
}
.catalog-filter__submit svg {
  margin-left: 10px;
}
.catalog-filter__reset {
  width: 100%;
  min-height: 56px;
  margin-bottom: 5px;
  font-size: 12px;
  font-family: "PT Sans", sans-serif;
  line-height: 18px;
}
.catalog-list-root {
  margin-bottom: 50px;
}
.catalog-list-root__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px 30px;
}
.catalog-list-root__list-item {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0 20px;
  align-items: center;
  padding: 15px 25px;
  background-color: #fff;
  box-shadow: 0 4px 15px 0 rgba(68, 68, 68, 0.09);
}
.catalog-list-root__icon-wrap {
  width: 50px;
  height: 51px;
  background-color: #e6e6e6;
}
.catalog-list-root__icon {
  width: 100%;
  height: 100%;
  -o-object-fit: scale-down;
  object-fit: scale-down;
  background-color: #fff;
}
.catalog-list-root__title {
  color: #444;
  font-weight: 500;
  line-height: 20px;
}
.catalog-list-root__title::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}
.catalog-sorting {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.catalog-sorting__text {
  margin-right: 5px;
  font-size: 14px;
  line-height: 24px;
}
.catalog-sorting select {
  display: block;
  padding: 5px 12px 5px 3px;
  color: #1c4bc5;
  font-size: 12px;
  background-color: rgba(0, 0, 0, 0);
  background-image: url(../images/catalog-sorting-arrow.svg);
  background-repeat: no-repeat;
  background-position: right center;
  border: 0;
  border-bottom: 1px dashed #1c4bc5;
  outline: 0;
  box-shadow: none;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.catalog-view {
  display: flex;
  align-items: center;
}
.catalog-view__text {
  margin-right: 15px;
  font-size: 14px;
  line-height: 24px;
}
.catalog-view__buttons {
  display: grid;
  grid-auto-flow: column;
  gap: 0 15px;
  align-items: center;
}
.catalog-view__button {
  width: auto;
  padding: 0;
  color: inherit;
  background-color: rgba(0, 0, 0, 0);
  border: none;
  outline: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  color: rgba(113, 123, 149, 0.38);
}
.catalog-view__button--active {
  color: #ff8e2b;
}
.characteristics {
  max-width: 1230px;
  font-size: 15px;
  line-height: 20px;
  -moz-column-count: 2;
  column-count: 2;
  -moz-column-gap: 30px;
  column-gap: 30px;
}
.characteristics__item {
  display: flex;
  -moz-column-break-inside: avoid;
  break-inside: avoid;
  margin-bottom: 15px;
}
.characteristics__name {
  display: flex;
  flex-shrink: 0;
  align-items: baseline;
  width: 300px;
  color: #20203d;
}
.characteristics__name::after {
  display: block;
  flex: 1;
  margin: 0 10px;
  border-bottom: 1px dashed #d5dcf3;
  content: "";
}
.characteristics__value {
  text-align: left;
  opacity: 0.8;
}
.characteristics-title {
  margin-bottom: 50px;
  color: #20203d;
  font-size: 18px;
  line-height: 18px;
}
.close {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border: none;
  padding: 0;
  background: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
}
.close span {
  position: relative;
  display: block;
  width: 60%;
  height: 2px;
  font-size: 0;
  color: transparent;
  background: rgba(0, 0, 0, 0);
}
.close span:after,
.close span:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #666;
  transform-origin: 50% 50%;
}
.close span:before {
  transform: rotate3d(0, 0, 1, 45deg);
}
.close span:after {
  transform: rotate3d(0, 0, 1, -45deg);
}
.documentation {
  display: grid;
  grid-template-columns: repeat(4, 297px);
  gap: 20px;
}
.documentation__card {
  position: relative;
  padding: 15px 25px 43px;
  background-color: #eff3ff;
  background-image: url(../images/documentation-arrow.svg);
  background-repeat: no-repeat;
  background-position: right 25px bottom 15px;
}
.documentation__icon-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 26px;
  margin-bottom: 5px;
  background: #ff710b;
  border-radius: 3px;
}
.documentation__link {
  margin-bottom: 5px;
  color: #484848;
  font-weight: 500;
  font-size: 14px;
  line-height: normal;
  text-transform: uppercase;
}
.documentation__link::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  content: "";
}
.documentation__weight {
  font-size: 13px;
  opacity: 0.6;
}
.documentation-title {
  margin-bottom: 50px;
  font-weight: 600;
  font-size: 20px;
  line-height: 20px;
}
.field-checkbox {
  display: block;
  margin: 0;
}
.field-checkbox__title {
  display: block;
  margin-bottom: 0.4em;
  font-weight: 700;
  line-height: 1.5;
}
.field-checkbox__input-wrap + .field-checkbox__input-wrap {
  margin-top: 10px;
}
.field-checkbox__input-wrap--error .field-checkbox__help-text,
.field-checkbox__input-wrap--error .field-checkbox__name-text {
  color: #d8544f;
}
.field-checkbox__name {
  position: relative;
  display: inline-block;
  padding-left: 25px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  cursor: pointer;
}
.field-checkbox__name-text {
  display: inline-block;
}
.field-checkbox__name-text::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background-image: url(../images/checkbox.svg);
  background-repeat: no-repeat;
  background-position: center;
  content: "";
}
input:checked ~ .field-checkbox__name-text:before {
  background-image: url(../images/checkbox--checked.svg);
}
.field-checkbox__input {
  position: absolute;
  top: 0.7em;
  left: 0;
  margin: 0;
  padding: 0;
  transform: translateY(-50%);
  opacity: 0;
}
.field-checkbox__input:active,
.field-checkbox__input:focus {
  outline: 0;
  box-shadow: 0 0 0 2px rgba(255, 142, 43, 0.7);
}
.field-checkbox__help-text-wrap {
  padding-left: 1.5em;
}
.field-checkbox__help-text {
  display: block;
  padding-top: 0.4em;
  color: gray;
  font-size: 0.75em;
  line-height: 1.2em;
}
.field-checkbox__help-text:empty {
  display: none;
}
.field-search {
  position: relative;
}
.field-search__input {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 54px;
  padding: 5px 60px 5px 20px;
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  background: #e8edf9;
  border: 1px solid transparent;
  border-radius: 2px;
  outline: 0;
  box-shadow: none;
  transition: border-color 0.3s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.field-search__input::-moz-placeholder {
  color: rgba(68, 68, 68, 0.4);
}
.field-search__input::placeholder {
  color: rgba(68, 68, 68, 0.4);
}
.field-search__input:active,
.field-search__input:focus,
.field-search__input:hover {
  border-color: #8ba7ef;
}
.field-search__button {
  width: auto;
  padding: 0;
  color: inherit;
  background-color: rgba(0, 0, 0, 0);
  border: none;
  outline: 0;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 50px;
  height: 100%;
  background-image: url(../images/field-search-icon.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.find-more {
  padding-bottom: 80px;
}
.find-more .news-card {
  height: 100%;
}
.find-more .swiper-slide {
  width: 300px;
  height: auto;
}
.find-more__header {
  margin-bottom: 40px;
}
.find-more__title {
  margin-bottom: 15px;
}
.find-more__slider {
  position: relative;
}
.footer-social__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 30px 0;
  align-items: flex-start;
}
.footer-social__item {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0 15px;
  align-items: center;
}
.footer-social__item-content {
  display: grid;
  justify-content: flex-start;
}
.footer-social__item-icon-wrapper {
  display: grid;
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 3px;
  place-content: center;
}
.footer-social__item-title {
  margin-bottom: 5px;
  color: #20203d;
  font-weight: 500;
  font-size: 15px;
  line-height: 15px;
}
.footer-social__item-link {
  display: inline-flex;
  color: #444;
  font-size: 14px;
  line-height: 14px;
}
.footer-social__item-link::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}
.handy-collapse__toggler {
  width: 100%;
}
.install-application {
  padding-top: 30px;
  padding-bottom: 80px;
}
.install-application__inner {
  position: relative;
  display: grid;
  grid-template-columns: 388px 1fr;
  background: linear-gradient(270deg, #eef3ff 44.5%, #dde6fb 98.53%);
  border-radius: 4px;
}
.install-application__image-wrapper {
  position: relative;
}
.install-application__phone {
  position: absolute;
  bottom: 0;
  left: 12px;
  z-index: 0;
}
.install-application__uds-logo {
  position: absolute;
  top: 4px;
  left: 0;
  z-index: 1;
}
.install-application__code {
  position: absolute;
  right: 10px;
  bottom: 0;
  z-index: 2;
}
.install-application__content {
  padding: 27px 30px 20px;
}
.install-application__title {
  color: #121229;
  font-weight: 500;
  font-size: 30px;
  line-height: 40px;
}
.install-application__row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.install-application__subtitle {
  display: inline-flex;
  margin-right: 10px;
  color: #121229;
  font-size: 20px;
}
.install-application__subtitle span {
  font-weight: 700;
}
.install-application__label {
  display: inline-flex;
  margin-right: 62px;
  padding: 5px;
  color: #fff;
  font-size: 20px;
  font-family: "PT Sans", sans-serif;
  line-height: normal;
  text-transform: uppercase;
  background: #ff8e2b;
  border-radius: 6px;
}
.install-application__links {
  display: grid;
  grid-template-columns: minmax(0, 152px) minmax(0, 152px);
  gap: 0 24px;
  width: -moz-max-content;
  width: max-content;
}
.install-application__link {
  display: grid;
  width: 100%;
  height: 46px;
  margin: 5px 0;
  padding: 5px 10px;
  background: #fff;
  border-radius: 10px;
  filter: drop-shadow(0 6px 10px rgba(113, 123, 149, 0.1));
  place-content: center;
}
.install-application__steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 90px;
  margin-top: 15px;
}
.install-application__step {
  position: relative;
}
.install-application__step:not(:last-child)::after {
  position: absolute;
  top: 50%;
  right: -60px;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  background-image: url(../images/install-application-arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  content: "";
}
.install-application__step-number {
  display: grid;
  width: 36px;
  height: 36px;
  margin-bottom: 5px;
  color: #121229;
  font-weight: 600;
  background-color: #fff;
  border-radius: 50%;
  place-content: center;
}
.install-application__step-title {
  margin-bottom: 5px;
  color: #121229;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}
.install-application__step-description {
  margin: 0;
  font-size: 15px;
  line-height: normal;
}
.layout {
  padding-bottom: 80px;
}
.layout__grid {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 0 30px;
}
.layout h1 {
  margin-bottom: calc(1.375rem + 1.7578125vw);
}
.link-view-all {
  display: inline-flex;
  align-items: center;
  font-weight: 500;
}
.link-view-all svg {
  flex-shrink: 0;
  width: 20px;
  height: 21px;
  margin-left: 10px;
}
.load-more {
  margin-bottom: 30px;
  text-align: center;
}
.load-more__btn {
  min-height: 56px;
  padding-right: 40px;
  padding-left: 40px;
  font-size: 16px;
  text-transform: none;
}
.logo {
  display: inline-block;
  white-space: nowrap;
  width: 100%
}
.logo img {
  display: block;
  width: 100%
}
.main-screen__inner {
  display: grid;
  grid-template-columns: 300px minmax(0, 960px);
  gap: 0 30px;
  justify-content: space-between;
}
.main-slider .swiper-button-next,
.main-slider .swiper-button-prev {
  top: auto;
  bottom: 22px;
  background-color: #fff;
}
.main-slider .swiper-button-next {
  right: 22px;
}
.main-slider .swiper-button-prev {
  right: 90px;
  left: auto;
}
.main-slider__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 4px;
}
.main-slider__link {
  position: relative;
  display: block;
  width: 100%;
}
.main-slider__link::before {
  display: block;
  float: left;
  width: 100%;
  padding-top: calc(100% * 471 / 960);
  content: "";
}
.main-slider__link::after {
  display: block;
  clear: both;
  content: "";
}
.menu-catalog {
  padding: 20px 30px 39px;
  background: #f8faff;
}
.menu-catalog__list {
  margin: 0;
  padding: 0;
  list-style: none;
  -moz-column-count: 5;
  column-count: 5;
}
.menu-catalog__item {
  -moz-column-break-inside: avoid;
  break-inside: avoid;
  margin-bottom: 20px;
  line-height: 15px;
}
.menu-catalog__link {
  display: inline-flex;
  color: #1c4bc5;
  font-weight: 500;
  font-size: 15px;
}
.menu-catalog__sublist {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 13px 0;
  width: 100%;
  margin-top: 10px;
}
.menu-catalog__sublist-link {
  color: #444;
  font-size: 14px;
}
.mobile-fixed-nav {
  margin: 0;
  padding: 0;
  list-style: none;
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  display: grid;
  grid-auto-flow: column;
  gap: 0 10px;
  align-items: flex-start;
  padding: 0 16px;
  text-align: center;
  background-color: #eff3ff;
}
.mobile-fixed-nav__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 0 13px;
}
.mobile-fixed-nav__icon-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  margin-bottom: 5px;
}
.mobile-fixed-nav__icon {
  width: 100%;
}
.mobile-fixed-nav__text {
  display: flex;
  align-items: center;
  min-height: 26px;
  color: #444;
  font-size: 13px;
  font-family: "PT Sans", sans-serif;
  line-height: 13px;
}
.mobile-nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.mobile-nav__dialog {
  position: relative;
  width: 300px;
  height: 100%;
  margin-left: auto;
  pointer-events: none;
  will-change: transform;
}
.mobile-nav__content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  background-color: #fff;
  outline: 0;
  pointer-events: auto;
}
.mobile-nav__header {
  position: relative;
  flex-shrink: 0;
  padding: 16px 40px 16px 16px;
  border-bottom: 1px solid #b3b3b3;
}
.mobile-nav__logo {
  max-width: 150px;
}
.mobile-nav__phone {
  font-weight: 400;
  font-size: 24px;
}
.mobile-nav__close {
  position: absolute;
  top: 4px;
  right: 4px;
  outline: 0;
}
.mobile-nav__body {
  position: relative;
  flex: 1 1 auto;
  padding: 16px;
  overflow-y: auto;
}
.mobile-nav__footer {
  flex-shrink: 0;
  padding: 16px;
  border-top: 1px solid #b3b3b3;
}
.mobile-nav--show .mobile-nav__dialog {
  animation: mobile-nav-dialog 0.3s 1 ease-out forwards;
}
.mobile-nav-open {
  overflow: hidden;
}
.mobile-nav-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  background-color: #000;
  animation: mobile-nav-backdrop 0.3s 1 ease-out forwards;
}
@keyframes mobile-nav-backdrop {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.6;
  }
}
@keyframes mobile-nav-dialog {
  from {
    transform: translate(100%, 0);
  }
  to {
    transform: translate(0, 0);
  }
}
.news-card {
  position: relative;
  background-color: #fff;
}
.news-card__thumb {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 15px;
  overflow: hidden;
  /*background-color: #e6e6e6;
  border-radius: 4px;*/
}
.news-card__thumb::before {
  display: block;
  float: left;
  width: 100%;
  /*padding-top: calc(100% * 220 / 300);*/
  padding-top: calc(100% * 150 / 300);
  content: "";
}
.news-card__thumb::after {
  display: block;
  clear: both;
  content: "";
}
.news-card__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  border-radius: 4px;
  transition: transform 0.5s ease;
}
.news-card__date {
  display: inline-flex;
  align-items: center;
  margin-bottom: 15px;
  color: #6e6e73;
  font-size: 12px;
  letter-spacing: 0.24px;
  text-transform: uppercase;
}
.news-card__date::before {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  margin-right: 8px;
  background-image: url(../images/news-card-calendar.svg);
  background-repeat: no-repeat;
  background-position: center;
  content: "";
}
.news-card__title {
  display: block;
  margin-bottom: 15px;
  color: #20203d;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
}
.news-card__title::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}
.news-card__description {
  display: -webkit-box;
  overflow: hidden;
  font-size: 14px;
  line-height: 22px;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.news-card__description p {
  margin: 0;
}
.our-advantages {
  padding-bottom: 80px;
}
.our-advantages__title {
  margin-bottom: 15px;
}
.our-advantages__list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: calc(1.375rem + 1.7578125vw);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 56px 30px;
}
.our-advantages__item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0 20px;
  align-items: center;
}
.our-advantages__item-icon-wrapper {
  display: grid;
  width: 80px;
  height: 80px;
  background-color: #1c4bc5;
  border-radius: 50%;
  place-content: center;
}
.our-advantages__item-title {
  color: #20203d;
  font-weight: 600;
  line-height: 22px;
}
.our-advantages__item-description {
  margin: 0;
  color: #20203d;
  line-height: 22px;
}
.our-advantages__item-description span {
  font-weight: 600;
}
.our-rating__uptext {
  font-size: 18px;
  line-height: 18px;
}
.our-rating__stars {
  margin: 10px 0;
}
.page-footer {
  padding: 40px 0 48px;
  background: #eef2ff;
  border-radius: 4px 4px 0 0;
}
.page-footer__top {
  display: grid;
  grid-template-columns: 190px 1fr;
  gap: 0 30px;
  align-items: center;
  margin-bottom: 37px;
}
.page-footer__main {
  display: grid;
  grid-template-columns: minmax(0, 430px) repeat(2, 1fr);
  gap: 0 30px;
  align-items: flex-start;
}
.page-footer__menu-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 30px;
}
.page-footer__menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.page-footer__menu a.is-active {
  color: #ff8e2b;
}
.page-footer__menu > ul {
  display: grid;
  gap: 18px 0;
}
.page-footer__menu > ul ul a {
  display: inline-flex;
  color: #444;
  font-size: 14px;
  line-height: 16px;
}
.page-footer__menu > ul ul {
  display: grid;
  gap: 8px 0;
  margin-top: 10px;
}
.page-footer__menu > ul > li > a {
  display: inline-flex;
  color: #20203d;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
}
.page-footer__menu > ul > li {
  line-height: 18px;
}
.page-footer__contacts-salons {
  color: #1c4bc5;
  line-height: 22px;
}
.page-footer__contacts-big-text {
  margin-bottom: 5px;
  color: #20203d;
  font-weight: 600;
  line-height: 22px;
  text-transform: uppercase;
}
.page-footer__contacts-worktime {
  margin-bottom: 9px;
  font-size: 15px;
  line-height: 15px;
}
.page-footer__contacts-phone {
  margin-bottom: 5px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  white-space: nowrap;
}
.page-footer__contacts-phone a {
  display: inline-flex;
  align-items: center;
  color: #20203d;
}
.page-footer__contacts-phone a::before {
  display: block;
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  margin-right: 10px;
  background-image: url(../images/page-footer-phone.svg);
  background-repeat: no-repeat;
  background-position: center;
  content: "";
}
.page-footer__contacts-phone-text {
  margin-bottom: 18px;
  font-size: 15px;
  line-height: 15px;
}
.page-footer__contacts-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 20px 0;
}
.page-footer__contacts-list-item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0 20px;
  align-items: flex-start;
}
.page-footer__contacts-list-3d-tour {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 78px;
  padding: 10px;
  color: #fff;
  font-size: 8px;
  line-height: 10px;
  text-align: center;
  text-transform: uppercase;
  background-color: #1c4bc5;
  border-radius: 6px;
  box-shadow: 0 6px 10px 0 rgba(113, 123, 149, 0.1);
}
.page-footer__contacts-list-3d-tour span {
  margin-top: 5px;
  font-weight: 600;
  font-size: 10px;
}
.page-footer__contacts-list-address {
  margin-bottom: 5px;
}
.page-footer__contacts-list-address span {
  color: #20203d;
  font-weight: 600;
}
.page-footer__contacts-list-mail {
  margin-bottom: 5px;
  font-size: 15px;
  line-height: 24px;
}
.page-footer__contacts-list-mail a {
  display: inline-flex;
  color: #1c4bc5;
}
.page-footer__bottom {
  margin-top: 30px;
}
.page-footer__apps-and-icons {
  display: grid;
  grid-template-columns: minmax(0, 960px) minmax(0, 300px);
  gap: 0 30px;
  align-items: flex-end;
  margin-bottom: 33px;
}
.page-footer__apps-title {
  margin-bottom: 17px;
  color: #20203d;
  font-weight: 600;
  line-height: 22px;
}
.page-footer__apps-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 152px));
  gap: 10px 20px;
}
.page-footer__apps-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 5px 10px;
  background-color: #fff;
  border-radius: 10px;
  filter: drop-shadow(0 6px 10px rgba(113, 123, 149, 0.1));
  aspect-ratio: 152/46;
}
.page-footer__pay-icons {
  padding-bottom: 10px;
  margin-left: auto;
}
.page-footer__copyright {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.page-footer__copyright-text {
  margin-right: 10px;
  padding-right: 20px;
  color: #20203d;
  font-size: 14px;
  line-height: 28px;
  text-transform: uppercase;
  border-right: 1px solid #fff;
}
.page-footer__copyright-policy {
  color: #1c4bc5;
  font-size: 14px;
}
.page-footer__copyright-development {
  display: inline-flex;
  align-items: center;
  margin-left: auto;
  color: #20203d;
  font-size: 14px;
}
.page-footer__copyright-development img {
  margin-left: 14px;
}
.page-header {
  margin-bottom: 20px;
}
.page-header .main-nav {
  display: flex;
  justify-content: flex-end;
}
.page-header__top-inner {
  display: grid;
  grid-template-columns: 300px max-content 1fr;
  gap: 0 30px;
  align-items: center;
  padding: 20px 0;
}
.page-header__logo {
  display: flex;
  align-items: center;
}
.page-header__phone {
  font-weight: 600;
  white-space: nowrap;
}
.page-header__phone a {
  display: inline-flex;
  align-items: center;
  color: #20203d;
}
.page-header__phone a::before {
  display: block;
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  margin-right: 10px;
  background-image: url(../images/page-header-phone-icon.svg);
  background-repeat: no-repeat;
  background-position: center;
  content: "";
}
.page-header__login-link {
  display: block;
  width: 24px;
  height: 24px;
}
.page-header__bottom .container {
  position: relative;
}
.page-header__bottom-inner {
  display: grid;
  grid-template-columns: 300px 1fr max-content;
  gap: 0 30px;
  align-items: center;
}
.page-header__menu-catalog {
  position: absolute;
  top: 100%;
  right: 30px;
  left: 30px;
  z-index: 99;
  display: none;
  padding-top: 20px;
  animation: menu-catalog-show 0.3s 1 ease-out forwards;
  will-change: transform;
}
@keyframes menu-catalog-show {
  from {
    transform: translateY(10px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
.pagination {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.pagination__item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 46px;
  margin: 5px;
  color: #444;
  text-align: center;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  border: 1px solid #d5dcf3;
  border-radius: 60px;
}
.pagination__item--active {
  color: #ff8e2b;
}
.pagination__item--toggler {
  width: 46px;
  color: transparent;
  font-size: 0;
  background-color: #d5dcf3;
}
.pagination__item--first {
  background-image: url(../images/pagination-arrow-left.svg);
}
.pagination__item--last {
  background-image: url(../images/pagination-arrow-right.svg);
}
.popular-brands {
  padding-top: 80px;
  padding-bottom: 80px;
}
.popular-brands .swiper-button-next {
  right: -15px;
}
.popular-brands .swiper-button-prev {
  left: -15px;
}
.popular-brands__inner {
  display: grid;
  grid-template-columns: 300px minmax(0, 960px);
  gap: 0 30px;
  justify-content: space-between;
}
.popular-brands__title {
  margin-bottom: 16px;
}
.popular-brands__slider {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 15px;
}
.previously-watched {
  padding-bottom: 80px;
}
.previously-watched__title {
  margin-bottom: calc(1.375rem + 1.7578125vw);
}
.previously-watched__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.previously-watched__item {
  position: relative;
  display: grid;
  grid-template-columns: 130px 1fr;
  gap: 0 20px;
  align-items: center;
  padding: 15px;
  background-color: #fff;
  transition: box-shadow 0.3s;
}
.previously-watched__item-thumb {
  position: relative;
  display: block;
  width: 100%;
  background-color: #e6e6e6;
}
.previously-watched__item-thumb::before {
  display: block;
  float: left;
  width: 100%;
  padding-top: calc(100% * 100 / 130);
  content: "";
}
.previously-watched__item-thumb::after {
  display: block;
  clear: both;
  content: "";
}
.previously-watched__item-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.previously-watched__item-title {
  display: -webkit-box;
  width: 100%;
  overflow: hidden;
  color: #20203d;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.previously-watched__item-title::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}
.previously-watched__item-price-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 15px;
  white-space: nowrap;
}
.previously-watched__item-old-price {
  margin-right: 10px;
  color: #5a6796;
  font-size: 15px;
  text-decoration: line-through;
}
.previously-watched__item-current-price {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
}
.previously-watched__item-currency {
  margin-left: 5px;
  color: #5a6796;
  font-weight: 400;
}
.product {
  padding-bottom: 50px;
}
.product__title {
  margin-bottom: 30px;
}
.product__card {
  display: grid;
  grid-template-columns: 520px 1fr;
  gap: 0 60px;
  align-items: flex-start;
  margin-bottom: 30px;
  padding: 30px;
  background: #fff;
  border-radius: 3px;
  box-shadow: 0 4px 15px 0 rgba(68, 68, 68, 0.09);
}
.product__images {
  display: flex;
}
.product__thumbs-slider {
  position: relative;
  flex-shrink: 0;
  width: 90px;
  height: 410px;
  margin-right: 20px;
}
.product__thumbs-slider .swiper-button-next {
  top: auto;
  bottom: 0;
  left: 50%;
  margin: 0 0 0 -20px;
  transform: rotate(90deg);
}
.product__thumbs-slider .swiper-button-prev {
  top: 0;
  left: 50%;
  margin: 0 0 0 -20px;
  transform: rotate(90deg);
}
.product__thumbs-slider .swiper {
  height: 100%;
}
.product__thumbs-slider .swiper-slide {
  width: 90px;
  height: 90px;
  border: 1px solid transparent;
}
.product__thumbs-slider .swiper-slide-thumb-active {
  border-color: #1c4bc5;
}
.product__thumbs-slider .swiper-wrapper {
  flex-direction: column;
}
.product__thumbs-slider img {
  width: 100%;
  height: 100%;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}
.product__main-images-slider {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: calc(100% - 110px);
  height: 410px;
  padding: 10px;
  border: 1px solid rgba(182, 194, 206, 0.16);
}
.product__main-images-slider a {
  display: block;
  aspect-ratio: 410/410;
  max-width: 410px;
  margin: auto;
}
.product__main-images-slider img {
  width: 100%;
  height: 100% !important;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}
.product__label {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
  width: 70px;
  height: 70px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  background-color: #ff8e2b;
  border-radius: 50%;
}
.product__label + .product__label {
  left: 85px;
}
.product__label--new {
  background-color: #91c71e;
}
.product__label--hit {
  background-color: #1c4bc5;
}
.product__label--sale {
  background-color: #ff710b;
  background-image: url(../images/product-card-sale.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 28px;
}
.product__header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-right: 20px;
}
.product__code {
  margin: 0 10px 10px 0;
  font-size: 14px;
}
.product__article {
  margin: 0 10px 10px 0;
  font-size: 14px;
}
.product__vendor {
  display: flex;
  align-items: center;
  margin: 0 0 10px;
}
.product__vendor-text {
  margin-right: 10px;
  font-size: 14px;
}
.product__vendor-link {
  display: block;
  max-width: 81px;
}
.product__chars {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  max-width: 522px;
  margin-bottom: 10px;
  font-size: 13px;
  font-family: "PT Sans", sans-serif;
}
.product__chars-item:not(:last-child)::after {
  display: inline-block;
  margin: 0 6px;
  color: rgba(68, 68, 68, 0.6);
  content: "/";
}
.product__chars-name {
  display: inline-block;
  color: rgba(68, 68, 68, 0.6);
}
.product__chars-value {
  display: inline-block;
  color: #20203d;
  font-weight: 700;
}
.product__links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  max-width: 522px;
  margin-bottom: 20px;
}
.product__link {
  display: inline-flex;
  align-items: center;
  margin: 0 40px 10px 0;
  color: #1c4bc5;
  font-size: 12px;
  line-height: 24px;
}
.product__link::after {
  flex-shrink: 0;
  width: 8px;
  height: 8px;
  margin-left: 5px;
  background-image: url(../images/product-link-arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  content: "";
}
.product__link:last-child {
  margin-right: 0;
}
.product__link span {
  border-bottom: 1px dashed #1c4bc5;
}
.product__price-info {
  display: flex;
  gap: 10px 20px;
  align-items: center;
  justify-content: space-between;
  max-width: 650px;
}
.product__price-old {
  color: #5a6796;
  font-size: 20px;
  line-height: 24px;
  white-space: nowrap;
  text-decoration: line-through;
}
.product__price-current {
  color: #20203d;
  font-weight: 500;
  font-size: 28px;
  white-space: nowrap;
}
.product__price-currency {
  color: #5a6796;
  font-size: 24px;
}
.product__available {
  margin-bottom: 10px;
  color: #717b95;
  font-family: "PT Sans", sans-serif;
}
.product__available::before {
  display: inline-block;
  flex-shrink: 0;
  width: 10px;
  height: 10px;
  margin-right: 10px;
  background-color: #36ca56;
  border-radius: 50%;
  content: "";
}
.product__available--not-available::before {
  background-color: #d8544f;
}
.product__share-btn {
  padding: 10px 20px;
  color: #717b95;
  font-size: 15px;
  font-family: "PT Sans", sans-serif;
  line-height: 18px;
  text-transform: none;
  border-color: rgba(113, 123, 149, 0.6);
}
.product__share-btn svg {
  margin-left: 10px;
}
.product__action {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 20px;
}
.product__counter {
  margin: 0 15px 15px 0;
}
.product__add-to-cart {
  min-height: 50px;
  margin: 0 15px 15px 0;
  padding: 10px 30px;
  font-size: 15px;
}
.product__add-to-cart::before {
  display: inline-block;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  vertical-align: middle;
  background-image: url(../images/product-cart.svg);
  background-repeat: no-repeat;
  background-position: center;
  content: "";
}
.product__add-to-kit {
  min-height: 50px;
  margin: 0 15px 15px 0;
  padding: 10px 30px;
  color: #717b95;
  font-size: 15px;
  line-height: 18px;
  text-transform: uppercase;
  background-color: #eff3ff;
}
.product__add-to-kit::before {
  display: inline-block;
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  margin-right: 10px;
  vertical-align: middle;
  background-image: url(../images/product-plus.svg);
  background-repeat: no-repeat;
  background-position: center;
  content: "";
}
.product__controls {
  display: grid;
  grid-template-columns: repeat(2, auto);
  gap: 0 15px;
  align-items: center;
  width: -moz-max-content;
  width: max-content;
  margin: 0 0 15px;
}
.product__controls-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  color: #717b95;
  border: 1px solid #717b95;
  border-radius: 3px;
  transition: background-color 0.3s, color 0.3s;
}
.product__tab-links {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex; /*flex-wrap:wrap;*/
  align-items: center;
}
.product__tab-item {
  margin: 0 10px 10px 0;
}
.product__tab-item--active .product__tab-link {
  color: #fff;
  background-color: #1c4bc5;
}
.product__tab-link {
  width: 100%;
  padding: 0;
  color: inherit;
  background-color: rgba(0, 0, 0, 0);
  border: none;
  outline: 0;
  cursor: pointer;
  display: block;
  padding: 12px 18px;
  color: #1c4bc5;
  font-size: 14px;
  line-height: 18px;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #1c4bc5;
  border-radius: 3px;
  transition: background-color 0.3s, color 0.3s;
}
.product__analogues .swiper-slide {
  width: 240px;
}
.product__tab-content-item {
  display: none;
}
.product__tab-content-item--active {
  display: block;
  animation: tab-show 0.4s;
}
.product__tab-content-header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.product__tab-content-header .product__tab-content-title {
  margin-bottom: 0;
}
.product__tab-content-title {
  margin-bottom: 20px;
}
@keyframes tab-show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.product-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px 15px;
  background-color: #fff;
  transition: box-shadow 0.3s;
}
.product-card__thumb {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 5px;
}
.product-card__thumb::before {
  display: block;
  float: left;
  width: 100%;
  padding-top: calc(100% * 170 / 210);
  content: "";
}
.product-card__thumb::after {
  display: block;
  clear: both;
  content: "";
}
.product-card__label {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  background-color: #ff8e2b;
  border-radius: 50%;
  z-index: 99;
}
.product-card__label + .product-card__label {
  left: 45px;
}
.product-card__label--new {
  background-color: #91c71e;
}
.product-card__label--hit {
  background-color: #1c4bc5;
}
.product-card__label--sale {
  background-color: #ff710b;
  background-image: url(../images/product-card-sale.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.product-card__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}
.product-card__controls {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  display: grid;
  gap: 10px 0;
  align-items: flex-start;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s;
}
.product-card__controls-link {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 35px;
  height: 35px;
  color: #444;
  background: #ededed;
  border-radius: 50%;
}
.product-card__controls .share {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 35px;
  height: 35px;
  color: #444;
  background: #ededed;
  border-radius: 50%;
}
.ya-share2__container_size_m .ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__link_more.ya-share2__link_more-button-type_short {
  background: #ededed !important;
}
.product-card__controls-tooltip {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 4px;
  right: 100%;
  z-index: 2;
  width: 95px;
  height: 23px;
  color: #20203d;
  font-size: 12px;
  line-height: 12px;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s;
}
.product-card__controls-tooltip::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 135px;
  height: 64px;
  background-image: url(../images/product-card-tooltip.svg);
  background-repeat: no-repeat;
  background-position: top 3px center;
  content: "";
  pointer-events: none;
}
.product-card__controls-tooltip span {
  position: relative;
  z-index: 1;
}
.product-card__code {
  margin-bottom: 10px;
  color: #1c4bc5;
  font-size: 12px;
  line-height: 15px;
}
.product-card__title {
  display: -webkit-box;
  width: 100%;
  min-height: 60px;
  margin-bottom: 10px;
  overflow: hidden;
  color: #20203d;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.product-card__title:hover{
  color: #1c4bc5;
}
.product-card__title::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  content: "";
}
.product-card__view-included {
  display: inline-flex;
  margin-bottom: 10px;
  padding: 4px;
  color: #1c4bc5;
  font-size: 14px;
  line-height: 17px;
  background: rgba(113, 123, 149, 0.1);
  border-radius: 2px;
}
.product-card__price-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 42px;
  margin-bottom: 10px;
  white-space: nowrap;
}
.product-card__old-price {
  color: #5a6796;
  font-size: 15px;
  line-height: 15px;
  text-decoration: line-through;
}
.product-card__current-price {
  color: #20203d;
  font-weight: 500;
  font-size: 20px;
}
.product-card__currency {
  margin-left: 5px;
  color: #5a6796;
  font-weight: 400;
}
.product-card__btn {
  position: relative;
  z-index: 2;
  margin-top: auto;
}
.product-card__btn::before {
  display: inline-block;
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  margin-right: 10px;
  vertical-align: middle;
  background-image: url(../images/product-card-cart.svg);
  background-repeat: no-repeat;
  background-position: center;
  content: "";
}
.product-counter {
  display: grid;
  flex-shrink: 0;
  grid-template-columns: repeat(3, 1fr);
  width: 120px;
  height: 50px;
  background: #fff;
  border: 1px solid #d5dcf3;
  border-radius: 5px;
}
.product-counter__btn {
  width: auto;
  padding: 0;
  color: inherit;
  background-color: rgba(0, 0, 0, 0);
  border: none;
  outline: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.product-counter__input {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  color: #444;
  font-family: "PT Sans", sans-serif;
  line-height: 22px;
  text-align: center;
  background-color: #fff;
  border: 0;
  outline: 0;
  box-shadow: none;
}
.product-counter__input::-webkit-inner-spin-button,
.product-counter__input::-webkit-outer-spin-button {
  margin: 0;
  -webkit-appearance: none;
  appearance: none;
}
.product-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px 0;
  margin-bottom: 30px;
}
.product-list .promo-image {
  grid-column: span 4;
  padding-bottom: 0;
}
.product-list--view-list .promo-image {
  grid-column: auto;
}
.product-slider {
  padding-bottom: 30px;
}
.product-slider .product-card {
  height: 100%;
}
.product-slider .swiper-slide {
  width: 240px;
  height: auto;
}
.product-slider .swiper-button-next {
  right: -15px;
}
.product-slider .swiper-button-prev {
  left: -15px;
}
.product-slider__inner {
  display: grid;
  grid-template-columns: 300px calc(100% - 330px);
  gap: 0 30px;
  align-items: center;
}
.product-slider__title-wrapper {
  display: flex;
  align-items: center;
  width: 100%;
  height: 369px;
  padding: 30px 30px 30px 50px;
  background: #eff3ff;
  border-radius: 4px;
}
.product-slider__title {
  margin: 0;
}
.product-slider__slider {
  position: relative;
}
.product-video {
  padding-bottom: 80px;
}
.product-video iframe {
  display: block;
  width: 100%;
  max-width: 100%;
}
.product-video__title {
  margin-bottom: 20px;
  color: #20203d;
  font-weight: 600;
  font-size: 20px;
  line-height: 20px;
}
.product-video__list {
  display: grid;
  grid-template-columns: minmax(0, 630px) minmax(0, 630px);
  gap: 0 30px;
  justify-content: space-between;
}
.promo-image {
  padding-bottom: 80px;
}
.promo-image__promo {
  margin: 0 auto;
}
.smartmenu {
  position: relative;
  z-index: 100;
  -webkit-tap-highlight-color: transparent;
}
.smartmenu,
.smartmenu li,
.smartmenu ul {
  display: block;
  margin: 0;
  padding: 0;
  line-height: normal;
  direction: ltr;
  text-align: left;
  list-style: none;
}
.smartmenu-rtl,
.smartmenu-rtl li,
.smartmenu-rtl ul {
  direction: rtl;
  text-align: right;
}
.smartmenu ul {
  display: none;
}
.smartmenu a,
.smartmenu li {
  position: relative;
}
.smartmenu a {
  display: block;
}
.smartmenu a.disabled {
  cursor: default;
}
.smartmenu::after {
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
  font: 0/0 serif;
  content: "";
}
.smartmenu {
  background: #fff;
}
.smartmenu a {
  transition: none;
}
.smartmenu a,
.smartmenu a:active,
.smartmenu a:focus,
.smartmenu a:hover {
  padding: 13px 20px;
  padding-right: 57px;
  color: #1a1a1a;
  font-weight: 400;
  font-size: 16px;
  font-family: "PT Sans", sans-serif;
  line-height: 16px;
  text-decoration: none;
}
.smartmenu a .sub-arrow {
  position: absolute;
  top: 50%;
  right: 4px;
  left: auto;
  width: 33px;
  height: 33px;
  margin-top: -17px;
  overflow: hidden;
  font: 700 16px/33px monospace !important;
  text-align: center;
  text-shadow: none;
  background: rgba(26, 26, 26, 0.2);
  border-radius: 2px;
}
.smartmenu a .sub-arrow::before {
  content: "+";
}
.smartmenu a.current {
  color: #ff8e2b;
}
.smartmenu a.disabled {
  color: #ccc;
}
.smartmenu a.highlighted .sub-arrow::before {
  content: "-";
}
.smartmenu li {
  border-top: 1px solid rgba(26, 26, 26, 0.2);
}
.smartmenu > li:first-child {
  border-top: 0;
}
.smartmenu ul {
  background: rgba(26, 26, 26, 0.2);
}
.smartmenu ul ul a,
.smartmenu ul ul a:active,
.smartmenu ul ul a:focus,
.smartmenu ul ul a:hover {
  border-left: 16px solid transparent;
}
.smartmenu ul ul ul a,
.smartmenu ul ul ul a:active,
.smartmenu ul ul ul a:focus,
.smartmenu ul ul ul a:hover {
  border-left: 24px solid transparent;
}
.smartmenu ul ul ul ul a,
.smartmenu ul ul ul ul a:active,
.smartmenu ul ul ul ul a:focus,
.smartmenu ul ul ul ul a:hover {
  border-left: 32px solid transparent;
}
.smartmenu ul ul ul ul ul a,
.smartmenu ul ul ul ul ul a:active,
.smartmenu ul ul ul ul ul a:focus,
.smartmenu ul ul ul ul ul a:hover {
  border-left: 40px solid transparent;
}
.smartmenu ul a,
.smartmenu ul a:active,
.smartmenu ul a:focus,
.smartmenu ul a:hover {
  font-size: 16px;
  border-left: 8px solid transparent;
}
.subscription {
  background: rgba(255, 255, 255, 0.6);
  border-radius: 6px;
}
.subscription__inner {
  display: grid; /*grid-template-columns:minmax(0,306px) minmax(0,330px) minmax(0,270px);*/
  grid-template-columns: minmax(0, 495px) minmax(0, 330px);
  gap: 0 30px;
  align-items: center;
  justify-content: space-between;
  padding: 9px 34px 11px 30px;
}
.subscription__text {
  display: flex;
  align-items: center;
  color: #20203d;
  font-weight: 500;
  line-height: 22px;
}
.subscription__text::before {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  margin-right: 15px;
  background-image: url(../images/subscription-mail.svg);
  background-repeat: no-repeat;
  background-position: center;
  content: "";
}
.subscription__input-wrapper {
  display: grid;
  grid-template-columns: 1fr auto;
}
.subscription__input {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 56px;
  margin: 0;
  padding: 10px 27px;
  font-size: 18px;
  line-height: 18px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 0;
  outline: 0;
  box-shadow: none;
  transition: border-color 0.3s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.subscription__input:active,
.subscription__input:focus,
.subscription__input:hover {
  border-color: #8ba7ef;
}
.subscription__input::-moz-placeholder {
  color: #365889;
}
.subscription__input::placeholder {
  color: #365889;
}
.subscription__btn {
  padding-right: 26px;
  padding-left: 26px;
}
.subscription__btn svg {
  margin-left: 5px;
}
.subscription__privacy {
  font-size: 12px;
  line-height: 18px;
}
.subscription__privacy a {
  text-decoration: underline;
}
.swiper-button-next,
.swiper-button-prev {
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  padding: 0;
  color: inherit;
  background-color: rgba(0, 0, 0, 0);
  border: none;
  outline: 0;
  cursor: pointer;
  width: 40px;
  height: 40px;
  color: #1c4bc5;
  background-color: #e8edf9;
  border-radius: 50%;
  transition: background-color 0.3s, color 0.3s;
}
.swiper-button-next svg,
.swiper-button-prev svg {
  width: 20px;
  height: 21px;
}
.swiper-button-next::after,
.swiper-button-prev::after {
  display: none;
  content: none;
}
.tabs__links {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.tabs__link-wrap {
  margin: 0 10px 10px 0;
}
.tabs__link-wrap--active .tabs__link {
  color: #fff;
  background-color: #1c4bc5;
}
.tabs__link {
  display: block;
  padding: 10px 20px;
  color: #444;
  line-height: 18px;
  background: #eff3ff;
  border-radius: 2px;
  transition: background-color 0.3s, color 0.3s;
}
.tabs__link:focus {
  color: #fff;
  background-color: #1c4bc5;
}
.tabs__content-wrapper {
  padding-top: 50px;
}
.tabs__content-item {
  display: none;
}
.tabs__content-item--active {
  display: block;
  animation: tab-show 0.4s;
}
@keyframes tab-show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.tabs-and-rating {
  padding-bottom: 80px;
}
.tabs-and-rating p {
  margin: 0;
}
.tabs-and-rating p + p {
  margin-top: 20px;
}
.tabs-and-rating .tabs__links {
  padding-right: 130px;
}
.tabs-and-rating .our-rating {
  position: absolute;
  top: 0;
  right: 0;
}
.tabs-and-rating__inner {
  position: relative;
}
.to-top {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 99;
  width: 3rem;
  height: 3rem;
  color: transparent;
  font: 0/0 a;
  background-color: #000;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 17 11' width='17' height='11'%3E%3Cpath fill='%23fff' d='M.202 1.97L1.956.204A.61.61 0 0 1 2.43 0a.61.61 0 0 1 .47.204L8.5 5.84 14.1.204A.61.61 0 0 1 14.57 0a.61.61 0 0 1 .474.204l1.754 1.766a.618.618 0 0 1 .202.473.62.62 0 0 1-.202.476l-7.826 7.875A.61.61 0 0 1 8.5 11a.61.61 0 0 1-.472-.204L.202 2.92A.618.618 0 0 1 0 2.444c0-.203.067-.34.202-.475z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
  transform: rotate(180deg);
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s;
}
.to-top--visible {
  visibility: visible;
  opacity: 1;
}
.user-controls {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-auto-flow: column;
  gap: 0 40px;
}
.user-controls__link {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 24px;
  height: 24px;
  color: #20203d;
}
.user-controls__count {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -10px;
  right: -10px;
  width: 22px;
  height: 22px;
  color: #fff;
  font-weight: 700;
  font-size: 10px;
  line-height: 12px;
  background-color: #ff8e2b;
  border-radius: 50%;
}
@media (min-width: 768px) {
  .product-list--view-list {
    grid-template-columns: 100%;
    gap: 10px;
  }
  .product-list--view-list .product-card {
    display: grid;
    grid-template: "thumb code code code" auto "thumb title title view-included" max-content "thumb price price btn" 1fr/210px minmax(0, 415px) auto 185px;
    gap: 15px 20px;
    align-items: flex-start;
    padding: 15px;
  }
  .product-list--view-list .product-card__thumb {
    grid-area: thumb;
    margin: 0;
  }
  .product-list--view-list .product-card__controls {
    top: auto;
    bottom: 0;
    left: calc(100% + 20px);
    grid-auto-flow: column;
    gap: 0 20px;
  }
  .product-list--view-list .product-card__controls svg {
    width: 22px;
    height: 22px;
  }
  .product-list--view-list .product-card__code {
    grid-area: inherit;
    margin: 10px 0 0;
  }
  
  .product-list--view-list .product-card__chars {
    text-align: right
  }
  
  .product-list--view-list .product-card__title {
    grid-area: title;
    max-width: 415px;
    min-height: 40px;
    margin: 0;
    -webkit-line-clamp: 4;
  }
  .product-list--view-list .product-card__view-included {
    grid-area: view-included;
    margin-bottom: 0;
    margin-left: auto;
  }
  .product-list--view-list .product-card__price-wrapper {
    grid-area: price;
    margin: 0;
    margin-left: auto;
    transform: translateX(40px);
  }
  .product-list--view-list .product-card__btn {
    grid-area: btn;
    margin-top: 0;
    margin-left: auto;
  }
}
@media (min-width: 1024px) {
  a[href^="tel:"] {
    white-space: nowrap;
  }
  .h1,
  h1 {
    font-size: 1.875rem;
  }
  .h2,
  h2 {
    font-size: 1.875rem;
  }
  .aside-menu__item + .aside-menu__item {
    margin-top: 5px;
  }
  .handy-collapse__toggler {
    display: none;
  }
  .handy-collapse__content {
    max-height: 100% !important;
    overflow: visible !important;
    visibility: visible !important;
  }
  .layout h1 {
    margin-bottom: 2.5rem;
  }
  .main-slider .swiper-button-next,
  .main-slider .swiper-button-prev {
    width: 60px;
    height: 60px;
  }
  .mobile-fixed-nav {
    display: none;
  }
  .our-advantages__list {
    margin-top: 2.5rem;
  }
  .page-header__burger {
    display: none;
  }
  .page-header__login {
    display: none;
  }
  .previously-watched__title {
    margin-bottom: 2.5rem;
  }
  .smartmenu ul {
    position: absolute;
    width: 12em;
  }
  .smartmenu > li:last-child > a {
    padding-right: 0 !important;
  }
  .smartmenu > li > a {
    transition: color 0.3s;
  }
  .smartmenu li {
    float: left;
  }
  .smartmenu > li > a {
    text-transform: none;
  }
  .smartmenu.smartmenu-rtl li {
    float: right;
  }
  .smartmenu ul li,
  .smartmenu.smartmenu-rtl ul li,
  .smartmenu.smartmenu-vertical li {
    float: none;
  }
  .smartmenu a {
    white-space: nowrap;
  }
  .smartmenu ul a,
  .smartmenu.smartmenu-vertical a {
    white-space: normal;
  }
  .smartmenu .smartmenu-nowrap > li > :not(ul) a,
  .smartmenu .smartmenu-nowrap > li > a {
    white-space: nowrap;
  }
  .smartmenu {
    background: rgba(0, 0, 0, 0);
    border-top: 0;
  }
  .smartmenu .scroll-down,
  .smartmenu .scroll-up {
    position: absolute;
    display: none;
    height: 20px;
    overflow: hidden;
    background: #fff;
    visibility: hidden;
  }
  .smartmenu .scroll-down-arrow,
  .smartmenu .scroll-up-arrow {
    position: absolute;
    top: 6px;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -8px;
    overflow: hidden;
    border-color: transparent transparent #1a1a1a transparent;
    border-style: dashed dashed solid;
    border-width: 0 6px 8px;
  }
  .smartmenu .scroll-down-arrow {
    border-color: #1a1a1a transparent transparent transparent;
    border-style: solid dashed dashed;
    border-width: 8px 6px 0;
  }
  .smartmenu a,
  .smartmenu a.highlighted,
  .smartmenu a:active,
  .smartmenu a:focus,
  .smartmenu a:hover {
    padding: 10px 7.5px;
    color: #20203d;
  }
  .smartmenu a:active,
  .smartmenu a:focus,
  .smartmenu a:hover {
    color: #ff8e2b;
    background: rgba(0, 0, 0, 0);
    border-radius: 2px;
  }
  .smartmenu a:active .sub-arrow,
  .smartmenu a:focus .sub-arrow,
  .smartmenu a:hover .sub-arrow {
    border-color: #ff8e2b transparent transparent transparent;
  }
  .smartmenu a .sub-arrow {
    top: 50%;
    right: 7.5px;
    width: 0;
    height: 0;
    margin-top: -3px;
    background: rgba(0, 0, 0, 0);
    border-color: #1a1a1a transparent transparent transparent;
    border-style: solid dashed dashed;
    border-width: 6px 4.02px 0 4.02px;
    border-radius: 0;
  }
  .smartmenu a .sub-arrow::before {
    display: none;
  }
  .smartmenu a.highlighted {
    color: #ff8e2b;
    background: rgba(0, 0, 0, 0);
    border-radius: 2px;
    box-shadow: none;
  }
  .smartmenu a.disabled {
    color: #ccc;
    background: rgba(0, 0, 0, 0);
    box-shadow: none;
  }
  .smartmenu a.has-submenu {
    padding-right: 21.5px;
  }
  .smartmenu a.highlighted .sub-arrow {
    border-color: #ff8e2b transparent transparent transparent;
  }
  .smartmenu a.disabled .sub-arrow {
    border-color: #1a1a1a transparent transparent transparent;
  }
  .smartmenu li {
    border-top: 0;
  }
  .smartmenu ul {
    padding: 5px 0;
    background: #fff;
    border: 1px solid #b3b3b3;
    border-radius: 2px;
    box-shadow: 0 5px 9px rgba(0, 0, 0, 0.2);
  }
  .smartmenu ul ul {
    border-radius: 2px;
  }
  .smartmenu ul a,
  .smartmenu ul a.highlighted,
  .smartmenu ul a:active,
  .smartmenu ul a:focus,
  .smartmenu ul a:hover {
    padding: 10px 15px;
    color: #1a1a1a;
    border: 0 !important;
    border-radius: 0;
  }
  .smartmenu ul a.highlighted,
  .smartmenu ul a:active,
  .smartmenu ul a:focus,
  .smartmenu ul a:hover {
    color: #ff8e2b;
    background: #eee;
    box-shadow: none;
  }
  .smartmenu ul a.highlighted .sub-arrow,
  .smartmenu ul a:active .sub-arrow,
  .smartmenu ul a:focus .sub-arrow,
  .smartmenu ul a:hover .sub-arrow {
    border-color: transparent transparent transparent #ff8e2b;
  }
  .smartmenu ul a .sub-arrow {
    right: 10px;
    margin-top: -4.02px;
    border-color: transparent transparent transparent #1a1a1a;
    border-style: dashed dashed dashed solid;
    border-width: 4.02px 0 4.02px 6px;
  }
  .smartmenu ul a.disabled {
    color: #fff;
    background: rgba(0, 0, 0, 0);
  }
  .smartmenu ul a.has-submenu {
    padding-right: 7.5px;
  }
  .smartmenu ul a.disabled .sub-arrow {
    border-color: transparent transparent transparent #1a1a1a;
  }
  .smartmenu.smartmenu-rtl a .sub-arrow {
    right: auto;
    left: 7.5px;
  }
  .smartmenu.smartmenu-rtl a.has-submenu {
    padding-right: 7.5px;
    padding-left: 21.5px;
  }
  .smartmenu.smartmenu-rtl.smartmenu-vertical {
    border-right: 0;
    border-left: 1px solid #1a1a1a;
  }
  .smartmenu.smartmenu-rtl.smartmenu-vertical a {
    border-radius: 0 2px 2px 0;
  }
  .smartmenu.smartmenu-rtl.smartmenu-vertical a.highlighted .sub-arrow,
  .smartmenu.smartmenu-rtl.smartmenu-vertical a:active .sub-arrow,
  .smartmenu.smartmenu-rtl.smartmenu-vertical a:focus .sub-arrow,
  .smartmenu.smartmenu-rtl.smartmenu-vertical a:hover .sub-arrow {
    border-color: transparent #ff8e2b transparent transparent;
  }
  .smartmenu.smartmenu-rtl.smartmenu-vertical a .sub-arrow {
    right: auto;
    left: 10px;
    border-color: transparent #1a1a1a transparent transparent;
    border-style: dashed solid dashed dashed;
    border-width: 4.02px 6px 4.02px 0;
  }
  .smartmenu.smartmenu-rtl.smartmenu-vertical a.has-submenu {
    padding: 10px 20px;
  }
  .smartmenu.smartmenu-rtl.smartmenu-vertical a.disabled .sub-arrow {
    border-color: transparent #1a1a1a transparent transparent;
  }
  .smartmenu.smartmenu-rtl ul {
    border-radius: 2px 0 2px 2px;
  }
  .smartmenu.smartmenu-rtl ul a {
    border-radius: 0 !important;
  }
  .smartmenu.smartmenu-rtl ul a.highlighted .sub-arrow,
  .smartmenu.smartmenu-rtl ul a:active .sub-arrow,
  .smartmenu.smartmenu-rtl ul a:focus .sub-arrow,
  .smartmenu.smartmenu-rtl ul a:hover .sub-arrow {
    border-color: transparent #ff8e2b transparent transparent;
  }
  .smartmenu.smartmenu-rtl ul a .sub-arrow {
    right: auto;
    left: 10px;
    border-color: transparent #1a1a1a transparent transparent;
    border-style: dashed solid dashed dashed;
    border-width: 4.02px 6px 4.02px 0;
  }
  .smartmenu.smartmenu-rtl ul a.has-submenu {
    padding: 10px 15px !important;
  }
  .smartmenu.smartmenu-rtl ul a.disabled .sub-arrow {
    border-color: transparent #1a1a1a transparent transparent;
  }
  .smartmenu.smartmenu-vertical {
    border-right: 1px solid #1a1a1a;
    border-bottom: 0;
  }
  .smartmenu.smartmenu-vertical a {
    padding: 10px 20px;
    border-radius: 2px 0 0 2px;
  }
  .smartmenu.smartmenu-vertical a.highlighted,
  .smartmenu.smartmenu-vertical a:active,
  .smartmenu.smartmenu-vertical a:focus,
  .smartmenu.smartmenu-vertical a:hover {
    color: #ff8e2b;
    background: rgba(0, 0, 0, 0);
    box-shadow: none;
  }
  .smartmenu.smartmenu-vertical a.highlighted .sub-arrow,
  .smartmenu.smartmenu-vertical a:active .sub-arrow,
  .smartmenu.smartmenu-vertical a:focus .sub-arrow,
  .smartmenu.smartmenu-vertical a:hover .sub-arrow {
    border-color: transparent transparent transparent #ff8e2b;
  }
  .smartmenu.smartmenu-vertical a .sub-arrow {
    right: 10px;
    margin-top: -4.02px;
    border-color: transparent transparent transparent #1a1a1a;
    border-style: dashed dashed dashed solid;
    border-width: 4.02px 0 4.02px 6px;
  }
  .smartmenu.smartmenu-vertical a.disabled {
    color: #ccc;
    background: rgba(0, 0, 0, 0);
  }
  .smartmenu.smartmenu-vertical a.disabled .sub-arrow {
    border-color: transparent transparent transparent #1a1a1a;
  }
  .smartmenu.smartmenu-vertical ul {
    border-radius: 2px !important;
  }
  .smartmenu.smartmenu-vertical ul a {
    padding: 10px 15px;
  }
}
@media (min-width: 1440px) {
  .find-more .swiper-button-next {
    right: -50px;
  }
  .find-more .swiper-button-prev {
    left: -50px;
  }
  .product__analogues .swiper {
    margin: -20px -15px;
    padding: 20px 15px;
  }
  .product-slider .swiper {
    margin: -20px -15px;
    padding: 20px 15px;
  }
}
@media (max-width: 1439px) {
  .additional-services {
    grid-template-columns: repeat(2, 1fr);
  }
  .catalog-description {
    padding-bottom: 60px;
  }
  .catalog-list-root__list {
    grid-template-columns: repeat(2, 1fr);
  }
  .characteristics__name {
    width: 230px;
  }
  .find-more {
    padding-bottom: 60px;
  }
  .install-application {
    padding-bottom: 60px;
  }
  .install-application__inner {
    grid-template-columns: 315px 1fr;
  }
  .install-application__steps {
    gap: 0 45px;
  }
  .install-application__step:not(:last-child)::after {
    right: -35px;
  }
  .layout {
    padding-bottom: 60px;
  }
  .our-advantages {
    padding-bottom: 60px;
  }
  .our-advantages__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 45px 30px;
  }
  .page-footer__main {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
  .page-footer__menu-grid {
    grid-column: span 2;
  }
  .popular-brands {
    padding-bottom: 60px;
  }
  .popular-brands {
    padding-top: 60px;
  }
  .previously-watched {
    padding-bottom: 60px;
  }
  .previously-watched__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .previously-watched__item {
    grid-template-columns: 100px 1fr;
    gap: 0 15px;
    padding: 10px;
    box-shadow: 0 3px 16px 0 rgba(113, 123, 149, 0.09);
  }
  .product {
    padding-bottom: 60px;
  }
  .product__card {
    grid-template-columns: 100%;
    gap: 30px 0;
  }
  .product__analogues .product-card {
    padding: 0;
  }
  .product-list {
    grid-template-columns: repeat(3, 1fr);
  }
  .product-list .promo-image {
    grid-column: span 3;
  }
  .product-video {
    padding-bottom: 60px;
  }
  .promo-image {
    padding-bottom: 60px;
  }
  .subscription__inner {
    grid-template-columns: 100%;
    gap: 20px 0;
    justify-content: flex-start;
  }
  .tabs-and-rating {
    padding-bottom: 60px;
  }
}
@media (max-width: 1023px) {
  .additional-services {
    grid-template-columns: 100%;
    gap: 20px 0;
  }
  .aside-menu {
    display: flex;
    align-items: flex-start;
    padding-bottom: 15px;
    overflow-x: scroll;
  }
  .aside-menu__item {
    margin: 0 5px 0 0;
  }
  .aside-menu__link {
    min-height: 52px;
    padding: 10px 6px;
  }
  .aside-menu__icon-wrapper {
    width: 26px;
    height: 26px;
    margin-right: 10px;
  }
  .aside-menu__text {
    font-size: 14px;
    line-height: 16px;
  }
  .aside-menu ul {
    display: none;
  }
  .bonus-card {
    display: none;
  }
  .btn--catalog {
    min-height: 46px;
    padding: 10px;
    font-size: 14px;
    line-height: 14px;
  }
  .characteristics {
    -moz-column-count: unset;
    column-count: unset;
    -moz-column-gap: unset;
    column-gap: unset;
  }
  .characteristics-title {
    margin-bottom: 20px;
  }
  .documentation-title {
    margin-bottom: 20px;
  }
  .field-search__input {
    height: 46px;
  }
  .handy-collapse__content .catalog-filter {
    margin: 15px 0;
  }
  .install-application__inner {
    grid-template-columns: 100%;
    gap: 20px 0;
  }
  .install-application__image-wrapper {
    order: 1;
    height: 292px;
  }
  .install-application__phone {
    left: 50%;
    transform: translateX(-50%);
  }
  .layout__grid {
    grid-template-columns: 100%;
    gap: 15px 0;
  }
  .main-screen__inner {
    grid-template-columns: 100%;
    gap: 15px 0;
    justify-content: flex-start;
  }
  .main-screen__aside {
    order: 1;
  }
  .main-slider .swiper-button-next,
  .main-slider .swiper-button-prev {
    bottom: 5px;
  }
  .main-slider .swiper-button-next {
    right: 5px;
  }
  .main-slider .swiper-button-prev {
    right: 50px;
  }
  .main-slider__link {
    position: relative;
    display: block;
    width: 100%;
  }
  .main-slider__link::before {
    content: none;
  }
  .main-slider__image {
    position: static;
    width: 100%;
    height: 100%;
    object-fit: scale-down;
  }
  .main-slider__link::after {
    display: block;
    clear: both;
    content: "";
  }
  .menu-catalog {
    padding: 20px;
  }
  .menu-catalog__list {
    -moz-column-count: auto;
    column-count: auto;
  }
  .our-advantages__list {
    grid-template-columns: repeat(2, 1fr);
  }
  .page-footer {
    padding-bottom: 100px;
  }
  .page-footer__copyright {
    justify-content: center;
  }
  .page-footer__copyright-development {
    justify-content: center;
    width: 100%;
    margin-top: 10px;
    margin-left: 0;
  }
  .page-header__top-inner {
    grid-template-columns: max-content 1fr max-content max-content;
    gap: 0 15px;
  }
  .page-header__logo .logo {
    max-width: 166px;
  }
  .page-header__phone {
    color: transparent;
    font-size: 0;
  }
  .page-header__phone a::before {
    width: 24px;
    height: 24px;
    margin: 0;
    background-size: 24px;
  }
  .page-header__menu {
    display: none;
  }
  .page-header__bottom-inner {
    grid-template-columns: 100%;
    gap: 5px 0;
  }
  .page-header__user-controls {
    display: none;
  }
  .page-header__menu-catalog {
    position: static;
    animation: none;
  }
  .popular-brands__inner {
    grid-template-columns: 100%;
    gap: 15px 0;
    justify-content: flex-start;
  }
  .product-card {
    padding: 0 15px;
  }
  .product-card__controls {
    visibility: visible;
    opacity: 1;
  }
  .product-slider__inner {
    grid-template-columns: 100%;
    gap: 20px 0;
  }
  .product-slider__title-wrapper {
    height: auto;
    padding: 0;
    background: rgba(0, 0, 0, 0);
  }
  .product-slider__title-wrapper br {
    display: none;
  }
  .to-top {
    bottom: 100px;
  }
}
@media (max-width: 767px) {
  .container {
    padding: 0 15px;
  }
  .breadcrumbs {
    margin-bottom: 20px;
  }
  .catalog-controls {
    margin-bottom: 20px;
  }
  .catalog-description {
    padding-bottom: 40px;
  }
  .catalog-list-root {
    margin-bottom: 20px;
  }
  .catalog-list-root__list {
    grid-auto-flow: column;
    grid-template-columns: unset;
    gap: 0 10px;
    align-items: flex-start;
    padding: 10px 0;
    overflow-x: scroll;
  }
  .catalog-list-root__list-item {
    gap: 0 10px;
    min-height: unset;
    padding: 10px 6px;
    box-shadow: 0 4px 10px 0 rgba(68, 68, 68, 0.09);
    width: 160px;
    height: 100%;
  }
  .catalog-list-root__icon-wrap {
    width: 26px;
    height: 26px;
  }
  .catalog-list-root__title {
    font-size: 12px;
    line-height: 16px;
  }
  .catalog-view__text {
    display: none;
  }
  .characteristics__name {
    width: 50%;
  }
  .characteristics__value {
    width: 50%;
  }
  .documentation {
    grid-template-columns: 100%;
    gap: 20px 0;
  }
  .find-more {
    padding-bottom: 40px;
  }
  .find-more .swiper-button-next,
  .find-more .swiper-button-prev {
    display: none;
  }
  .find-more__header {
    margin-bottom: 20px;
  }
  .footer-social__list {
    gap: 20px 0;
  }
  .install-application {
    padding-bottom: 40px;
  }
  .install-application__content {
    padding: 20px;
  }
  .install-application__title {
    margin-bottom: 10px;
    font-size: 26px;
    line-height: 30px;
  }
  .install-application__subtitle {
    display: block;
    margin-bottom: 10px;
  }
  .install-application__label {
    display: block;
    margin-bottom: 10px;
  }
  .install-application__steps {
    grid-template-columns: 100%;
    gap: 45px 0;
  }
  .install-application__step:not(:last-child)::after {
    top: calc(100% + 7px);
    right: auto;
    left: 0;
    margin: 0;
    transform: rotate(90deg);
  }
  .layout {
    padding-bottom: 40px;
  }
  .load-more__btn {
    min-height: auto;
    padding-right: 20px;
    padding-left: 20px;
  }
  .our-advantages {
    padding-bottom: 40px;
  }
  .our-advantages__list {
    grid-template-columns: 100%;
    gap: 20px 0;
  }
  .our-advantages__item-icon-wrapper {
    width: 70px;
    height: 70px;
  }
  .page-footer__top {
    grid-template-columns: 100%;
    gap: 20px 0;
  }
  .page-footer__main {
    grid-template-columns: 100%;
    gap: 20px 0;
  }
  .page-footer__menu-grid {
    grid-column: unset;
    grid-template-columns: 100%;
    gap: 20px 0;
  }
  .page-footer__contacts-list {
    gap: 10px 0;
  }
  .page-footer__apps-and-icons {
    grid-template-columns: 100%;
    gap: 20px 0;
    margin-bottom: 10px;
  }
  .page-footer__apps-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .page-footer__pay-icons {
    margin: 0 auto;
    padding: 0;
  }
  .page-footer__copyright {
    flex-direction: column;
  }
  .page-footer__copyright-text {
    margin: 0;
    padding: 0;
    border: 0;
  }
  .popular-brands {
    padding-bottom: 40px;
  }
  .popular-brands {
    padding-top: 40px;
  }
  .popular-brands .swiper-button-next {
    display: none;
  }
  .popular-brands .swiper-button-prev {
    display: none;
  }
  .popular-brands__slider {
    padding: 0;
  }
  .previously-watched {
    padding-bottom: 40px;
  }
  .previously-watched__list {
    grid-template-columns: 100%;
    gap: 15px 0;
  }
  .product {
    padding-bottom: 40px;
  }
  .product .link-view-all {
    display: none;
  }
  .product .product-counter {
    width: 100%;
  }
  .product__card {
    padding: 20px;
  }
  .product__thumbs-slider {
    width: 50px;
    height: 300px;
    padding: 55px 0;
  }
  .product__thumbs-slider .swiper-slide {
    width: 50px;
    height: 50px;
  }
  .product__main-images-slider {
    width: calc(100% - 70px);
    height: 300px;
  }
  .product__label {
    width: 50px;
    height: 50px;
  }
  .product__link {
    margin: 0 20px 5px 0;
  }
  .product__price-info {
    flex-wrap: wrap;
    margin-bottom: 10px;
  }
  .product__share-btn {
    width: 100%;
  }
  .product__action {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .product__counter {
    margin: 0;
  }
  .product__add-to-cart {
    margin: 0;
    padding: 10px;
    font-size: 13px;
  }
  .product__add-to-cart::before {
    display: none;
  }
  .product__add-to-kit {
    margin: 0;
    padding: 10px;
    font-size: 13px;
  }
  .product__add-to-kit::before {
    display: none;
  }
  .product__controls {
    gap: 0 10px;
    /* margin: 0; */
  }
  .product__tab-links {
    flex-wrap: nowrap;
    align-items: flex-start;
    overflow-x: scroll;
  }
  .product__tab-link {
    width: 100%;
    padding: 10px 15px;
    white-space: nowrap;
  }
  .product-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 10px;
  }
  .product-list .product-card {
    padding: 0;
  }
  .product-list .product-card__title {
    min-height: auto;
    font-size: 12px;
    line-height: 14px;
  }
  .product-list .product-card__view-included {
    display: none;
  }
  .product-list .promo-image {
    grid-column: span 2;
  }
  .product-list--view-list .promo-image {
    grid-column: span 2;
  }
  .product-slider .swiper-button-next {
    display: none;
  }
  .product-slider .swiper-button-prev {
    display: none;
  }
  .product-video {
    padding-bottom: 40px;
  }
  .product-video__list {
    grid-template-columns: 100%;
    gap: 20px 0;
  }
  .promo-image {
    padding-bottom: 40px;
  }
  .subscription__inner {
    padding: 10px 20px;
  }
  .subscription__input {
    height: 50px;
  }
  .tabs__link {
    padding: 10px 15px;
    font-size: 14px;
  }
  .tabs__content-wrapper {
    padding-top: 20px;
  }
  .tabs-and-rating {
    padding-bottom: 40px;
  }
  .tabs-and-rating .tabs__links {
    padding-right: 0;
  }
  .tabs-and-rating .our-rating {
    position: static;
    margin-top: 20px;
  }
}
@media (max-width: 424px) {
  .mobile-fixed-nav {
    gap: 0 2.7777777778vw;
    z-index: 99;
  }
  .mobile-fixed-nav__link {
    padding: 2.7777777778vw 0 3.6111111111vw;
  }
  .mobile-fixed-nav__icon-wrapper {
    width: 6.1111111111vw;
    height: 6.1111111111vw;
    margin-bottom: 1.3888888889vw;
  }
  .mobile-fixed-nav__text {
    min-height: 7.2222222222vw;
    font-size: 3.6111111111vw;
    line-height: 3.6111111111vw;
  }
}
@media (min-width: 768px) and (max-width: 1439px) {
  .product-list--view-list .product-card {
    grid-template: "thumb code code code" auto "thumb title title view-included" max-content "thumb price price btn" 1fr/150px minmax(0, 415px) auto 185px;
  }
}
@media (prefers-reduced-motion: no-preference) {
  html {
    scroll-behavior: smooth;
  }
}
@media (any-hover: hover) {
  .additional-services .btn--border:hover {
    background-color: #ff8e2b;
  }
  .aside-menu__item:hover > ul {
    display: block;
    animation: sublist-fade-in 0.3s;
  }
  .aside-menu__link:hover {
    color: #fff;
    background-color: #ff8e2b;
  }
  .aside-menu__link:hover .aside-menu__icon {
    filter: brightness(10);
  }
  .aside-menu ul a:hover {
    color: #ff8e2b;
  }
  .menu-catalog__link:hover {
    /*color:#1c4bc5*/
  }
  .menu-catalog__sublist-link:hover {
    color: #1c4bc5;
  }
  .news-card:hover .news-card__image {
    transform: scale(1.05);
  }
  .news-card__title:hover {
    color: #1c4bc5;
  }
  .page-footer__menu a:hover {
    color: #1c4bc5;
  }
  .previously-watched__item:hover {
    box-shadow: 0 3px 16px 0 rgba(113, 123, 149, 0.09);
  }
  .previously-watched__item-title:hover {
    color: #1c4bc5;
  }
  .product__add-to-kit:hover {
    background-color: #d6e0ff;
  }
  .product__controls-link:hover {
    color: #fff;
    background-color: #717b95;
  }
  .product__tab-link:hover {
    color: #fff;
    background-color: #1c4bc5;
  }
  .product-card {
    z-index: 1;
    box-shadow: 0 3px 20px 0 rgba(113, 123, 149, 0.26);
    margin: 0 5px;
  }
  .product-card:hover {
    z-index: 1;
    box-shadow: 0 3px 20px 0 #1c4bc5;
  }
  .product-card:hover .product-card__controls {
    visibility: visible;
    opacity: 1;
  }
  .product-card:hover .product-card__title {
    /*color: #20203d; */
  }
  .product-card__controls-link:hover .product-card__controls-tooltip {
    visibility: visible;
    opacity: 1;
  }
  .product-slider .swiper-slide:hover {
    z-index: 1;
  }
  .swiper-button-next:hover,
  .swiper-button-prev:hover {
    color: #fff;
    background-color: #1c4bc5;
  }
  .tabs__link:hover {
    color: #fff;
    background-color: #1c4bc5;
  }
}

.border.border-primary.p-2 {
  font-size: 13px;
  line-height: 120%;
}

.catalog-description-js {
  position: relative;
  max-height: 220px;
  overflow: hidden;
}

.catalog-description__show-more {
  display: inline-flex;
  align-items: center;
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 5px 0 0 0;
  font-size: 18px;
  color: #1c4bc5;
  font-weight: 700;
  text-align: left;
  background-color: transparent;
  border-radius: 0;
  cursor: pointer;
  box-shadow: none;
  border: 0;
}

.catalog-description-js--truncate {
  margin-bottom: 20px;
}

.catalog-description-js--truncate::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
  z-index: 1;
}


.wraper-fast-result { 
  background-color: #fff;
  max-height: 400px;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  width: 100%;
  z-index: 99;
  top: 100%;
  border: 2px solid #e8edf9;
}
.wraper-fast-result > .row {
    margin: 0 !important;
    padding: 10px !important;
    display: grid;
    grid-template-columns: 50px 1fr;
    align-items: center;
    gap: 0 10px;
    border-bottom: 1px solid #dfdfdf;
}
.wraper-fast-result > .row + .row {
    margin-top: 0 !important;
}
.wraper-fast-result > .row::before,
.wraper-fast-result > .row::after {
    display: none;
    content: none;
}
.wraper-fast-result > .row > * {
    max-width: 100% !important;
    width: 100% !important;
    flex: auto !important;
    padding: 0 !important;
    position: static !important;
  
}

.wraper-fast-result img {
    display: block !important;
    max-width: 100% !important;
    max-height: unset !important;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    margin: 0 !important;
    float: none !important;
}

.wraper-fast-result a {
    width: 100% !important;
    height: 100% !important;
    display: block;
    background: transparent !important;
    padding: 0 !important;
    margin: 0 !important;
    color: #3a3a3a !important;
    font-size: 14px;
    line-height: 120%;
}
.wraper-fast-result:empty {
  display: none;
}
.work_time {
  font-size: 13.7px;
  text-align: justify;
  font-weight: 400;
  color: #20203d;
}
@media (max-width: 1023px) {
  .work_time {
    color: transparent;
    font-size: 0;
  }
}
.page-header {
    position: static; /* По умолчанию статическое позиционирование */
    width: 100%;
    z-index: 1000;
    transition: transform 0.3s ease;
}

.page-header--fixed {
    position: fixed; /* Фиксированное положение, когда шапка выходит из видимости */
    top: 0;
    background: #fff;
    box-shadow: 0px 2px 13px rgba(0, 0, 0, 0.07);
}

.page-header--top-visible .page-header__top {
    display: block;
}

.page-header--bottom-visible .page-header__bottom {
    display: block;
    padding: 20px 0;
}

/* Скрытие ненужных частей */
.page-header--top-visible .page-header__bottom {
    display: none;
}

.page-header--bottom-visible .page-header__top {
    display: none;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}