@keyframes offcanvas-mobile-backdrop {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.6;
  }
}
@font-face {
  font-weight: 400;
  font-family: Roboto;
  font-style: normal;
  src: url(../fonts/roboto-v30-cyrillic_latin-regular.woff2) format("woff2"), url(../fonts/roboto-v30-cyrillic_latin-regular.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-weight: 500;
  font-family: Roboto;
  font-style: normal;
  src: url(../fonts/roboto-v30-cyrillic_latin-500.woff2) format("woff2"), url(../fonts/roboto-v30-cyrillic_latin-500.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-weight: 700;
  font-family: Roboto;
  font-style: normal;
  src: url(../fonts/roboto-v30-cyrillic_latin-700.woff2) format("woff2"), url(../fonts/roboto-v30-cyrillic_latin-700.woff) format("woff");
  font-display: swap;
}
.sprite-svg {
  display: inline-block;
  width: 1em;
  height: 1em;
  fill: currentcolor;
}
._about-us {
  margin: 72px 0;
  padding: 34px 0 48px;
  background-color: #f3f5fa;
}
._about-us__head {
  margin-bottom: 17px;
}
._about-us__text {
  max-width: 620px;
}
._about-us__text .btn {
  margin-top: 24px;
}
._about-us__text p {
  margin-bottom: 10px;
}
._about-us__logos {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  margin-top: 65px;
}
._about-us__logo {
  display: flex;
  align-items: center;
  justify-content: center;
}
.action-link {
  display: inline-flex;
  align-items: center;
  color: rgba(36, 36, 36, 0.6);
  font-weight: 500;
  line-height: 22px;
}
.action-link .sprite-svg {
  flex-shrink: 0;
  margin-top: -2px;
  margin-right: 5px;
  font-size: 18px;
}
.article ol,
.article ul {
  margin: 16px 0 30px;
  padding-left: 20px;
}
.article li + li {
  margin-top: 8px;
}
.article li::marker {
  color: #2c282d;
  font-weight: 500;
}
.article img {
  border-radius: 8px;
}
.article__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 24px;
  align-items: center;
  margin-bottom: 48px;
}
.article__date {
  color: rgba(36, 36, 36, 0.6);
}
.article__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}
.article__tag {
  display: inline-flex;
  padding: 2px 10px 4px;
  color: #2c282d;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  border: 1px solid #2c282d;
  border-radius: 61px;
}
.article__time-to-read {
  display: flex;
  align-items: center;
  color: rgba(36, 36, 36, 0.6);
}
.article__time-to-read svg {
  margin-right: 8px;
  font-size: 20px;
}
.article__content {
  margin-bottom: 30px;
}
.article__text-wrap {
  max-width: 1075px;
  line-height: 22px;
}
.article__text-wrap .h2,
.article__text-wrap h2 {
  margin-top: 48px;
  margin-bottom: 24px;
}
.article__text-wrap .h3,
.article__text-wrap h3 {
  margin-top: 32px;
  margin-bottom: 24px;
}
.authorization .btn-light {
  --bs-btn-color: #2c282d;
  width: 100%;
  text-align: center;
}
.authorization__inner {
  max-width: 416px;
  margin: 0 auto;
  padding: 100px 0;
}
.authorization__card {
  padding: 40px;
  color: #fff;
  background-color: #2c282d;
  background-image: url(../images/authorization-bg.svg);
  background-repeat: no-repeat;
  background-position: top -70px right 46px;
  border-width: 0;
}
.authorization__title {
  color: inherit;
  text-align: center;
}
.authorization__have-account {
  margin-top: 40px;
  color: rgba(36, 36, 36, 0.6);
  text-align: center;
}
.authorization__have-account a {
  color: #2c282d;
  font-weight: 700;
}
.brand-list__inner {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 48px;
  max-width: 1100px;
}
.brand-list__big-word {
  display: inline-flex;
  margin-bottom: 10px;
  color: #36414f;
  font-weight: 500;
  font-size: 32px;
  line-height: 38px;
}
.brand-list__sublist {
  display: grid;
  gap: 8px 0;
  line-height: 22px;
}
.brand-list__sublist-link {
  display: inline-flex;
  color: #36414f;
}
.breadcrumb {
  --bs-breadcrumb-margin-bottom: 40px;
  --bs-breadcrumb-item-padding-x: 0.5rem;
  margin-top: 16px;
  color: #242424;
  font-size: 16px;
  line-height: 22px;
}
.breadcrumb a {
  color: rgba(36, 36, 36, 0.6);
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0;
}
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  float: none;
  width: 14px;
  height: 14px;
  margin: 0 5px;
  vertical-align: -2px;
  background-image: url(../images/breadcrumb-arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  content: "";
}
.burger {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  width: 32px;
  height: 32px;
  padding: 0;
  background: rgba(0, 0, 0, 0);
  border: none;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.burger__line {
  position: relative;
  display: block;
  width: 90%;
  height: 2px;
  color: transparent;
  font-size: 0;
  background: #666;
  border-radius: 3px;
  transition: background 0.2s 0.2s;
}
.burger__line::after,
.burger__line::before {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: #666;
  border-radius: 3px;
  transform-origin: 50% 50%;
  transition: top 0.2s 0.2s, transform 0.2s;
  content: "";
}
.burger__line::before {
  top: -10px;
}
.burger__line::after {
  top: 10px;
}
.burger--close .burger__line {
  background: rgba(0, 0, 0, 0);
  transition: background 0.2s;
}
.burger--close .burger__line::after,
.burger--close .burger__line::before {
  top: 0;
  transition: top 0.2s, transform 0.2s 0.2s;
}
.burger--close .burger__line::before {
  transform: rotate3d(0, 0, 1, 45deg);
}
.burger--close .burger__line::after {
  transform: rotate3d(0, 0, 1, -45deg);
}
.catalog {
  margin: 72px 0;
}
.catalog__head {
  margin-bottom: 32px;
}
.catalog__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.catalog-card {
  min-height: 192px;
  overflow: hidden;
  color: #242424;
  background-color: #f3f5fa;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border: 0;
}
.catalog-card::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-color: #2c282d;
  background-image: url(../images/catalog-card-bg-hover.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  opacity: 0;
  transition: opacity 0.2s;
  content: "";
}
.catalog-card:hover {
  color: #fff;
}
.catalog-card:hover .catalog-card__arrow,
.catalog-card:hover::before {
  opacity: 1;
}
.catalog-card__image {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.catalog-card__link {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
}
.catalog-card__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 17px;
  left: 16px;
  z-index: 3;
  width: 40px;
  height: 40px;
  color: #2c282d;
  font-size: 20px;
  background: #fff;
  border-radius: 8px;
  opacity: 0;
  transition: opacity 0.2s;
}
.catalog-card__arrow::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}
.catalog-card__inner {
  position: relative;
  z-index: 2;
  display: flex;
  flex-grow: 1;
  align-items: flex-end;
  max-width: 240px;
  padding: 70px 16px 16px;
}
.catalog-card__title {
  color: inherit;
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
  transition: color 0.2s;
}
.catalog-description {
  max-width: 1195px;
  margin-top: 72px;
}
.catalog-inner__head {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 24px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}
.catalog-inner__head-action {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 24px;
  align-items: center;
}
.catalog-inner__grid,
.catalog-inner__list {
  margin-bottom: 72px;
}
.catalog-inner__list--grid-style {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  margin-bottom: 24px;
}
.catalog-inner__list--grid-style::before {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  height: 1px;
  background-color: #fff;
  content: "";
}
.catalog-inner__list--grid-style .product-card {
  padding: 48px 20px 48px 0;
  border-bottom: 1px dashed rgba(36, 36, 36, 0.2);
  border-radius: 0;
}
.catalog-inner__filter-link {
  display: inline-flex;
  align-items: center;
  margin: 0;
  padding: 0;
  color: rgba(36, 36, 36, 0.6);
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  outline: 0;
  box-shadow: none;
  transition: color 0.2s;
}
.catalog-inner__filter-link:hover {
  color: #2c282d;
}
.catalog-inner__filter-link .sprite-svg {
  flex-shrink: 0;
  margin-left: 8px;
  font-size: 20px;
}
.catalog-inner__toggler {
  display: flex;
  align-items: center;
  padding: 4px;
  background: #f3f5fa;
  border-radius: 8px;
}
.catalog-inner__toggler-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  margin: 0;
  padding: 0;
  color: #2c282d;
  font-size: 16px;
  background-color: #f3f5fa;
  border: 0;
  border-radius: 4px;
  box-shadow: none;
}
.catalog-inner__toggler-link--active {
  color: #fff;
  background: #2c282d;
}
.catalog-inner__toggler-link--font-size-large {
  font-size: 18px;
}
.characteristic {
  max-width: 564px;
  margin: 20px 0 32px;
  padding: 0;
  line-height: 22px;
}
.characteristic__group {
  display: flex;
  padding: 8px 0;
  border-bottom: 1px dashed rgba(36, 36, 36, 0.2);
}
.characteristic__term {
  display: flex;
  flex: 1;
  align-items: baseline;
  margin: 0;
  padding-right: 8px;
  color: rgba(36, 36, 36, 0.6);
  font-weight: 400;
}
.characteristic__definition {
  margin: 0;
  color: #242424;
  font-weight: 400;
}
.close {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  padding: 0;
  background: rgba(0, 0, 0, 0);
  border: none;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.close span {
  position: relative;
  display: block;
  width: 60%;
  height: 2px;
  color: transparent;
  font-size: 0;
  background: rgba(0, 0, 0, 0);
}
.close span::after,
.close span::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #666;
  transform-origin: 50% 50%;
  content: "";
}
.close span::before {
  transform: rotate3d(0, 0, 1, 45deg);
}
.close span::after {
  transform: rotate3d(0, 0, 1, -45deg);
}
.company-details-card {
  padding: 20px 16px 8px;
  color: #242424;
}
.company-details-card__inner {
  position: relative;
}
.company-details-card__inner::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
  content: "";
}
.company-details-card__title {
  display: flex;
  gap: 10px 16px;
  align-items: center;
  margin-bottom: 24px;
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
}
.company-details-card__title::after {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url(../images/download-icon.svg);
  background-repeat: no-repeat;
  background-position: center;
  content: "";
}
.company-details-card__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 54px;
}
.company-details-card__list-item {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
  padding: 12px 0;
  line-height: 22px;
  border-bottom: 1px dashed rgba(36, 36, 36, 0.2);
}
.company-details-card__list-title {
  color: rgba(36, 36, 36, 0.6);
}
.company-details-card__list-value {
  text-align: right;
}
.contacts-card {
  margin-bottom: 20px;
  color: #242424;
  line-height: 22px;
  background: #f3f5fa;
  border-width: 0;
}
.contacts-card a {
  color: inherit;
}
.contacts-card p {
  margin: 0;
}
.contacts-card .social__link {
  color: #2c282d;
}
.contacts-card__inner {
  padding: 24px 16px;
}
.contacts-card__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px 50px;
}
.contacts-card__title {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  color: #2c282d;
}
.contacts-card__title::before {
  display: inline-block;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  background-repeat: no-repeat;
  background-position: center;
  content: "";
}
.contacts-card__title--address::before {
  background-image: url(../images/contacts-card-icon-geo.svg);
}
.contacts-card__title--worktime::before {
  background-image: url(../images/contacts-card-icon-clock.svg);
}
.contacts-card__title--phone::before {
  background-image: url(../images/contacts-card-icon-phone.svg);
}
.contacts-card__title--mail::before {
  background-image: url(../images/contacts-card-icon-mail.svg);
}
.contacts-card__phone-and-socials {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
}
.contacts-feedback {
  margin: 72px 0;
}
.contacts-feedback .form-check {
  color: rgba(36, 36, 36, 0.6);
  font-size: 14px;
  line-height: 16px;
}
.contacts-feedback .form-check a {
  color: inherit;
}
.contacts-feedback textarea {
  min-height: 116px;
}
.customer-reviews {
  margin: 72px 0;
}
.customer-reviews .swiper-slide {
  height: auto;
}
.customer-reviews .swiper-button-next.swiper-button-disabled,
.customer-reviews .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}
.customer-reviews__slider-wrap {
  position: relative;
}
.customer-reviews__head {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
  margin-bottom: 16px;
}
.customer-reviews__logo {
  width: 52px;
  border-radius: 0 !important;
}
.customer-reviews__name {
  font-weight: 500;
}
.favorite-card {
  margin-bottom: 20px;
  color: #242424;
  border-color: rgba(36, 36, 36, 0.2);
  border-width: 1px;
}
.favorite-card__inner {
  display: flex;
  padding: 16px;
}
.favorite-card__image-wrap {
  flex-shrink: 0;
  align-self: center;
  width: 115px;
  height: 115px;
  margin-right: 12px;
}
.favorite-card__image-wrap img {
  width: 100%;
  height: 100%;
  margin: 0;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}
.favorite-card__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 480px;
  padding-right: 30px;
}
.favorite-card__title {
  display: inline-flex;
  margin-bottom: 8px;
  color: inherit;
  font-size: 16px;
  line-height: 22px;
}
.favorite-card__rating {
  display: flex;
  align-items: center;
}
.favorite-card__rating::before {
  width: 16px;
  height: 16px;
  margin-top: -3px;
  margin-right: 6px;
  background-image: url(../images/product-card-star.svg);
  background-repeat: no-repeat;
  background-position: center;
  content: "";
}
.favorite-card__action {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 24px;
  margin-top: 20px;
}
.favorite-card__information {
  width: 200px;
  margin-left: auto;
  text-align: right;
}
.favorite-card__price {
  margin-bottom: 40px;
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
}
.feedback-form {
  margin: 72px 0;
}
.feedback-form .form-check-input {
  margin-top: 0;
}
.feedback-form .form-check {
  color: #fff;
  font-size: 14px;
  line-height: 16px;
}
.feedback-form .form-check a {
  color: inherit;
  text-decoration: underline;
}
.feedback-form .form-control {
  border-width: 0;
}
.feedback-form .btn {
  --bs-btn-color: #2c282d;
  --bs-btn-bg: #fff;
  --bs-btn-border-color: #fff;
  --bs-btn-hover-color: #2c282d;
  --bs-btn-hover-bg: #f3f5fa;
  --bs-btn-hover-border-color: #f3f5fa;
}
.feedback-form__inner {
  padding: 48px 48px 35px;
  color: #fff;
  background-color: #2c282d;
  background-image: url(../images/feedback-form-bg.svg);
  background-repeat: no-repeat;
  background-position: right center;
  border-radius: 12px;
}
.feedback-form__title {
  color: inherit;
}
.feedback-form__content .row {
  margin: 0 -6px;
}
.field-num {
  display: block;
  margin-bottom: 1em;
}
.field-num__name {
  display: block;
  margin-bottom: 0.4em;
  font-weight: 700;
  line-height: 1.5;
}
.field-num__input-wrap {
  display: block;
}
.field-num__input-and-btns {
  position: relative;
  display: block;
  width: 120px;
  padding: 0 32px;
}
.field-num__input {
  height: 32px;
  padding: 0;
  text-align: center;
}
.field-num__input::-moz-placeholder {
  color: #242424;
}
.field-num__input::placeholder {
  color: #242424;
}
.field-num__btn {
  position: absolute;
  top: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  padding: 0;
  color: transparent;
  font-size: 0;
  background: rgba(0, 0, 0, 0);
  border: none;
  border-radius: 0;
  opacity: 0.5;
}
.field-num__btn:focus {
  outline: 0;
}
.field-num--disabled .field-num__btn {
  cursor: not-allowed;
}
.field-num--disabled .field-num__btn:focus,
.field-num--disabled .field-num__btn:hover {
  background-color: rgba(0, 0, 0, 0);
}
.field-num__btn--plus {
  right: 1px;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 357 357'%3E%3Cpath d='M357 204H204v153h-51V204H0v-51h153V0h51v153h153v51z'/%3E%3C/svg%3E")
    center/14px 14px no-repeat;
}
.field-num__btn--minus {
  left: 1px;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 357 357'%3E%3Cpath d='M357 204H0v-51h357v51z'/%3E%3C/svg%3E") center/14px 14px no-repeat;
}
.field-num__help-text {
  display: block;
  padding-top: 0.4em;
  color: #c2c2c2;
  font-size: 0.75em;
  line-height: 1.2em;
}
.field-num__help-text:empty {
  display: none;
}
.field-num--error .field-num__help-text,
.field-num--error .field-num__input,
.field-num--error .field-num__name {
  color: #d8544f;
}
.field-num--error .field-num__input {
  background-color: #f8e2e1;
  border-color: #d8544f;
}
.form__fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}
.form__fieldset:not(:last-child) {
  margin-bottom: 1em;
}
.form__legend {
  display: block;
  width: 100%;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 1em;
  color: currentcolor;
  font-weight: 700;
  font-size: 24px;
  font-family: roboto, sans-serif;
  line-height: 1.5;
  white-space: normal;
}
.history-order + .history-order {
  margin-top: 50px;
}
.history-order .table td,
.history-order .table th {
  padding: 8px 12px 8px 0;
}
.history-order__head {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}
.history-order__name {
  color: #242424;
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
}
.licenses .swiper-pagination-bullet {
  --swiper-pagination-color: rgb(49 100 231 / 50%);
  --swiper-pagination-bullet-inactive-color: rgb(49 100 231 / 10%);
  --swiper-pagination-bullet-inactive-opacity: 1;
}
.licenses .swiper-pagination {
  position: static;
  margin: 10px 0 0;
}
.licenses .swiper-button-next.swiper-button-disabled,
.licenses .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}
.licenses .swiper-button-next,
.licenses .swiper-button-prev {
  color: #2c282d;
  border-color: #fff;
}
.licenses__slider-wrap {
  position: relative;
}
.logo {
  display: block;
}
.mega-menu {
  background-color: #fff;
}
.mega-menu__inner {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 30px;
  padding: 24px 0 57px;
}
.mega-menu__title-link {
  display: inline-flex;
  margin-bottom: 16px;
  color: #242424;
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
}
.mega-menu__sub-list {
  display: grid;
  gap: 12px 0;
}
.mega-menu__sub-link {
  color: #242424;
  line-height: 22px;
}
.news {
  margin: 72px 0;
}
.news .swiper-button-next.swiper-button-disabled,
.news .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}
.news__head {
  margin-bottom: 32px;
}
.news__slider-wrap {
  position: relative;
}
.news__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px 20px;
}
.news-card {
  position: relative;
  color: #242424;
}
.news-card__image {
  display: none;
  margin-bottom: 24px;
  border-radius: 8px;
}
.news-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  align-items: center;
  margin-bottom: 12px;
}
.news-card__date {
  color: rgba(36, 36, 36, 0.6);
  font-size: 14px;
  line-height: 16px;
}
.news-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}
.news-card__time-to-read {
  display: none;
  align-items: center;
  color: rgba(36, 36, 36, 0.6);
  font-size: 14px;
  line-height: 16px;
}
.news-card__time-to-read svg {
  margin-top: -2px;
  margin-right: 8px;
}
.news-card__tag {
  padding: 2px 10px;
  color: #2c282d;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  border: 1px solid #2c282d;
  border-radius: 60px;
}
.news-card__title {
  margin-bottom: 8px;
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
}
.news-card__link {
  color: inherit;
}
.news-card__description {
  line-height: 19px;
}
.news-card__description p {
  margin: 0;
}
.news-card__more-text {
  display: inline-flex;
  margin-top: 12px;
  color: #2c282d;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
}
.offcanvas-mobile.hiding,
.offcanvas-mobile.show,
.offcanvas-mobile.showing {
  visibility: visible;
}
.offcanvas-mobile.show:not(.hiding),
.offcanvas-mobile.showing {
  transform: none;
}
.offcanvas-mobile__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
  border-bottom: 1px solid #e6e6e6;
}
.offcanvas-mobile__logo {
  width: 150px;
}
.offcanvas-mobile__logo img {
  max-height: 45px;
}
.offcanvas-mobile__footer {
  padding: 2rem;
}
.offcanvas-mobile__phones {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 15px;
  font-size: 20px;
}
.offcanvas-mobile__phones a {
  color: #333;
  font-weight: 700;
}
.offcanvas-mobile__mails {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  font-size: 20px;
}
.offcanvas-mobile__mails a {
  color: #333;
}
.offcanvas-mobile-open {
  overflow: hidden;
}
.order-details-card {
  margin-bottom: 20px;
  color: #242424;
  line-height: 22px;
  border-color: rgba(36, 36, 36, 0.2);
  border-width: 1px;
}
.order-details-card__inner {
  padding: 20px 16px;
}
.order-details-card__title {
  margin-bottom: 24px;
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
}
.order-details-card__list-item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 12px 0;
  border-bottom: 1px dashed rgba(36, 36, 36, 0.2);
}
.order-details-card__list-item:first-child {
  padding-top: 0;
}
.order-details-card__list-item:last-child {
  padding-bottom: 0;
  border-width: 0;
}
.order-details-card__list-name {
  padding-right: 16px;
  color: rgba(36, 36, 36, 0.6);
}
.order-details-card__list-description {
  text-align: right;
}
.order-details-card__list-description a {
  color: inherit;
}
.order-details-card__list-description p {
  margin: 0;
}
.order-details-sub-card {
  margin-bottom: 20px;
  color: #242424;
  line-height: 22px;
  background: #f3f5fa;
  border-width: 0;
}
.order-details-sub-card__inner {
  padding: 20px 16px;
}
.order-details-sub-card__list {
  margin-bottom: 24px;
}
.order-details-sub-card__list-item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 12px 0;
  border-bottom: 1px dashed rgba(36, 36, 36, 0.2);
}
.order-details-sub-card__list-item:first-child {
  padding-top: 0;
}
.order-details-sub-card__list-item:last-child {
  padding-bottom: 0;
  border-width: 0;
}
.order-details-sub-card__list-name {
  padding-right: 16px;
  color: rgba(36, 36, 36, 0.6);
}
.order-details-sub-card__list-description {
  text-align: right;
}
.order-details-sub-card__list-description a {
  color: inherit;
}
.order-details-sub-card__list-description p {
  margin: 0;
}
.order-gruop-item {
  color: #242424;
}
.order-gruop-item__inner {
  display: flex;
  padding: 12px 4px;
}
.order-gruop-item__image-wrap {
  flex-shrink: 0;
  width: 80px;
  height: 80px;
  margin-right: 12px;
}
.order-gruop-item__image-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}
.order-gruop-item__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 430px;
}
.order-gruop-item__num-wrap {
  display: flex;
  flex-grow: 1;
  justify-content: center;
  padding: 0 30px;
}
.order-gruop-item__title {
  margin-bottom: 15px;
  line-height: 22px;
}
.order-gruop-item__title a {
  display: inline-flex;
  color: inherit;
}
.order-gruop-item__code {
  color: rgba(36, 36, 36, 0.6);
}
.order-gruop-item__price {
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
}
.order-total-card {
  color: #242424;
  background: #f3f5fa;
}
.order-total-card .form-check {
  color: rgba(36, 36, 36, 0.6);
  font-size: 14px;
  line-height: 16px;
}
.order-total-card .form-check a {
  color: inherit;
  text-decoration: underline;
}
.order-total-card__inner {
  padding: 16px;
}
.order-total-card__promo-code-wrap {
  margin-bottom: 16px;
}
.order-total-card__promo-code-link {
  display: inline-flex;
  color: #2c282d;
  line-height: 22px;
  border-bottom: 1px dashed #2c282d;
}
.order-total-card__promo-code {
  position: relative;
  margin-top: 16px;
}
.order-total-card__promo-code .form-control {
  width: 100%;
  padding-right: 50px;
}
.order-total-card__promo-code .form-control.is-valid {
  padding-right: 80px;
  background-image: url(../images/check-is-valid.svg);
  background-repeat: no-repeat;
  background-position: right 57px center;
  background-size: auto;
  border-color: rgba(36, 36, 36, 0.2);
}
.order-total-card__promo-code .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 4px;
  right: 4px;
  bottom: 4px;
  width: 40px;
  height: auto;
  margin: 0;
  padding: 0;
  font-size: 20px;
}
.order-total-card__information-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}
.order-total-card__information-name {
  color: rgba(36, 36, 36, 0.6);
}
.order-total-card__information-value {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: baseline;
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
  text-align: right;
}
.order-total-card__information-value span {
  color: rgba(36, 36, 36, 0.6);
  font-size: 16px;
  line-height: 22px;
  text-decoration: line-through;
}
.our-mission {
  max-width: 880px;
  color: #242424;
  background: #f3f5fa;
  border-width: 0;
}
.our-mission__card {
  max-width: 640px;
  border-width: 0;
}
.our-mission__benefits {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px 48px;
}
.our-mission__benefit-title {
  color: #2c282d;
  font-weight: 500;
  font-size: 40px;
  line-height: 47px;
}
.our-partners {
  margin: 72px 0;
  background: #f3f5fa;
  border: 0;
}
.our-partners img {
  border-radius: 0;
}
.our-partners__inner {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 32px 64px;
}
.page-error .btn-outline-light {
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #9f5af8;
  --bs-btn-hover-border-color: #9f5af8;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #9f5af8;
  --bs-btn-active-border-color: #9f5af8;
}
.page-error__inner {
  position: relative;
  padding: 48px;
  color: #fff;
  background: #bfa880;
  border-radius: 12px;
}
.page-error__description{
color:#fff;
}
.page-error__text-content .btn:hover {
background-color:#000;
  border-color:transparent;
}
.page-error__title {
  color: inherit;
}
.page-error__description {
  margin-bottom: 32px;
}
.page-error__description p {
  margin: 0;
}
.page-footer {
  color: #fff;
}
.page-footer .logo {
  max-width: 120px;
  margin-bottom: 74px;
}
.page-footer__inner {
  padding: 35px 0 40px;
}
.page-footer__devname p {
  margin: 0;
}
.page-footer__devname a {
  color: inherit;
  text-decoration: underline;
}
.page-footer__menu ul {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
  font-size: 16px;
  line-height: 19px;
  -moz-columns: 2;
  columns: 2;
  -moz-column-fill: balance;
  column-fill: balance;
  -moz-column-gap: 16px;
  column-gap: 16px;
}
.page-footer__menu li {
  -moz-column-break-inside: avoid;
  break-inside: avoid;
}
.page-footer__menu li + li {
  margin-top: 16px;
}
.page-footer__menu a {
  color: inherit;
  transition: color 0.2s;
}
.page-footer__menu a:hover {
  color: #2c282d;
}
.page-footer__contacts p {
  margin: 0;
}
.page-footer__phone {
  margin-bottom: 8px;
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
}
.page-footer__phone a {
  display: inline-flex;
  color: inherit;
}
.page-footer__address {
  margin-bottom: 4px;
  line-height: 19px;
}
.page-footer__worktime {
  margin-bottom: 16px;
  line-height: 19px;
}
.page-footer__subscribe-title {
  margin-bottom: 8px;
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
}
.page-footer__subscribe-subtitle {
  margin-bottom: 40px;
  line-height: 19px;
}
.page-footer__subscribe-form {
  display: flex;
  gap: 0 12px;
}
.page-footer__subscribe-form input.form-control {
  flex-grow: 1;
}
.page-header {
  position: relative;
}
.page-header .shop-search {
  flex-grow: 1;
  margin-right: 64px;
}
.page-header .logo {
  display: block;
  flex-shrink: 0;
  width: 150px;
  margin-right: 23px;
}
.page-header .burger__line,
.page-header .burger__line::after,
.page-header .burger__line::before {
  background: #fff;
}
.page-header .burger--close .burger__line {
  background: rgba(0, 0, 0, 0);
}
.page-header__top {
  color: #fff;
  background: #3a3a3a;
}
.page-header__top .sprite-svg {
  flex-shrink: 0;
  width: 1.4em;
  height: 1.4em;
  margin-right: 10px;
  color: #fff;
  fill: #fff;
}
.page-header__top-inner {
  display: flex;
  align-items: center;
}
.page-header__information {
  display: flex;
  flex-grow: 1;
  align-items: center;
  justify-content: flex-end;
}
.page-header__dropdown-link {
  display: inline-flex;
  align-items: center;
  padding: 0;
  color: inherit;
  font-weight: 500;
  border: 0;
}
.page-header__dropdown-link:hover {
  color: #fff;
  text-decoration: underline;
}
.page-header__phone-link-container {
  display: flex;
  align-items: center;
  margin-left: 27px;
  font-weight: 500;
}
.page-header__phone-link-container .sprite-svg {
  width: 1.3em;
  height: 1.3em;
}
.page-header__phone-link-container a {
  display: inline-flex;
  align-items: center;
  color: inherit;
}
.page-header__phone-link-container a:hover {
  color: #fff;
  text-decoration: underline;
}
.page-header__main {
  position: relative;
  z-index: 3;
  background-color: #fff;
}
.page-header__main-inner {
  display: flex;
  align-items: center;
  padding: 32px 0 30px;
}
.page-header__catalog-button-link {
  display: flex;
  align-items: center;
  margin-right: 24px;
  padding: 14px 24px;
  font-weight: 700;
  line-height: 19px;
}
.page-header__catalog-button-link .burger {
  flex-shrink: 0;
  width: 19px;
  height: 15px;
  margin-right: 10px;
}
.page-header__catalog-button-link .burger--close .burger__line::after,
.page-header__catalog-button-link .burger--close .burger__line::before {
  top: 0;
}
.page-header__catalog-button-link .burger__line::before {
  top: -6px;
}
.page-header__catalog-button-link .burger__line::after {
  top: 6px;
}
.page-header__mega-menu {
  display: none;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 16px 50px rgba(51, 91, 194, 0.1);
  transform: translateY(-10px);
  opacity: 0;
  transition: transform 0.2s, opacity 0.2s;
}
.page-header__mega-menu--shown {
  display: block;
}
.page-header__mega-menu--visible {
  transform: none;
  opacity: 1;
}
.pagination {
  --bs-pagination-border-width: 0;
  --bs-pagination-color: #242424;
  --bs-pagination-padding-x: 0;
  --bs-pagination-padding-y: 0;
  --bs-pagination-border-radius: 0;
  --bs-pagination-hover-color: #2c282d;
  --bs-pagination-hover-bg: #fff;
  --bs-pagination-active-bg: #fff;
  --bs-pagination-active-color: #2c282d;
  align-items: center;
  justify-content: center;
  margin-top: 72px;
}
.page-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  margin: 0 !important;
}
.page-item.next .page-link {
  width: 40px;
  height: 40px;
  margin: 0;
  color: rgba(36, 36, 36, 0.6);
  font-size: 20px;
  background-color: #fff;
  border: 1px solid rgba(36, 36, 36, 0.6);
  border-radius: 8px;
  transition: color 0.2s, border-color 0.2s, background-color 0.2s;
}
.page-item.next .page-link:hover {
  color: #fff;
  background-color: #2c282d;
  border-color: #2c282d;
}
.page-item.next {
  margin-left: 15px;
}
.page-item.prev {
  margin-right: 15px;
}
.page-item.prev .page-link {
  width: 40px;
  height: 40px;
  margin: 0;
  color: rgba(36, 36, 36, 0.6);
  font-size: 20px;
  background-color: #fff;
  border: 1px solid rgba(36, 36, 36, 0.6);
  border-radius: 8px;
  transform: rotate(-180deg);
  transition: color 0.2s, border-color 0.2s, background-color 0.2s;
}
.page-item.prev .page-link:hover {
  color: #fff;
  background-color: #2c282d;
  border-color: #2c282d;
}
.payment-options {
  background-color: #8131e7;
  background-image: url(../images/payment-options-bg.svg);
  background-repeat: no-repeat;
  background-position: left 265px top -25px;
  border: 0;
}
.payment-options__info-card {
  --bs-card-spacer-y: 20px;
  --bs-card-spacer-x: 20px;
  color: #242424;
  line-height: 22px;
  border: 0;
}
.payment-options__info-card-inner {
  max-width: 700px;
}
.payment-options__info-card-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px 36px;
}
.payment-options__info-card-item {
  display: flex;
  align-items: center;
}
.payment-options__info-card-item img {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  -o-object-fit: scale-down;
  object-fit: scale-down;
  border-radius: 0;
}
.personal-data__head {
  position: relative;
  max-width: 390px;
  margin-bottom: 40px;
  padding-right: 30px;
}
.personal-data__date-registration {
  margin-bottom: 14px;
  color: rgba(36, 36, 36, 0.6);
  font-size: 14px;
  line-height: 16px;
}
.personal-data__name {
  margin-bottom: 0 !important;
}
.personal-data__edit-link {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  bottom: 3px;
  width: 30px;
  height: 30px;
  color: #2c282d;
  font-size: 20px;
}
.personal-data__information {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.personal-data__sale-card {
  width: 223px;
  max-width: 100%;
  padding: 16px 16px 8px;
  color: #fff;
  background-color: #2c282d;
  background-image: url(../images/personal-data-sale-card-bg.svg);
  background-repeat: no-repeat;
  background-position: bottom -46px right -40px;
  border-width: 0;
}
.personal-data__title {
  margin-bottom: 38px;
  font-size: 16px;
  line-height: 19px;
}
.personal-data__sale {
  font-weight: 700;
  font-size: 54px;
  line-height: 63px;
}
.personal-data__feedback-card {
  align-items: flex-start;
  width: 345px;
  max-width: 100%;
  padding: 16px;
  background: #f3f5fa;
  border-width: 0;
}
.personal-data__feedback-title {
  max-width: 246px;
  margin-bottom: 20px;
  color: #242424;
  font-size: 16px;
  line-height: 22px;
}
.personal-data-nav__card {
  border-color: rgba(36, 36, 36, 0.2);
  border-width: 1px;
}
.personal-data-nav__card-inner {
  padding: 8px;
}
.personal-data-nav__list {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
  line-height: 20px;
}
.personal-data-nav__list-item + .personal-data-nav__list-item {
  margin-top: 0;
}
.personal-data-nav__list-item--active .personal-data-nav__list-link {
  color: #2c282d;
  font-weight: 500;
  background: #f3f5fa;
}
.personal-data-nav__list-icon {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  margin-top: -2px;
  margin-right: 12px;
  font-size: 18px;
}
.personal-data-nav__list-link {
  display: flex;
  align-items: center;
  padding: 13px 16px;
  color: rgba(36, 36, 36, 0.6);
  border-radius: 8px;
  transition: background 0.2s, color 0.2s;
}
.personal-data-nav__list-link:hover {
  color: #2c282d;
}
._photo-gallery {
  margin: 72px 0;
}
._photo-gallery .swiper-slide {
  height: auto;
}
._photo-gallery__slider-wrap {
  position: relative;
}
._photo-gallery__link img {
  border-radius: 8px;
}
.popular-brands {
  margin: 72px 0;
}
.popular-brands .swiper-button-next.swiper-button-disabled,
.popular-brands .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}
.popular-brands__head {
  margin-bottom: 32px;
}
.popular-brands__slider-wrap {
  position: relative;
}
.popular-brands__brand {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  text-align: center;
  background: #f3f5fa;
  border-radius: 12px;
}
.popular-brands__brand img {
  max-height: 100%;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}
.popular-goods {
  margin: 72px 0;
}
.popular-goods .product-card {
  height: 100%;
}
.popular-goods .swiper-slide {
  height: auto;
}
.popular-goods .swiper-button-next.swiper-button-disabled,
.popular-goods .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}
.popular-goods__slider-wrap {
  position: relative;
}
.print-order {
  display: inline-flex;
  align-items: center;
}
.print-order .sprite-svg {
  flex-shrink: 0;
  margin-right: 6px;
  font-size: 20px;
}
.product-card {
  color: #242424;
  border-width: 0;
}
.product-card__inner {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.product-card__badges {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.product-card__badge {
  padding: 5px 10px;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  text-transform: lowercase;
  background-color: #e6e6e6;
  border-radius: 60px;
}
.product-card__badge--sale {
  color: #fff;
  background: #e73131;
}
.product-card__badge--new {
  color: #fff;
  background: #31bbe7;
}
.product-card__thumb {
  position: relative;
  margin-bottom: 17px;
}
.product-card__thumb img {
  margin: 0 auto;
}
.product-card__sale {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  padding: 4px 10px;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  background: #f07e15;
  border-radius: 60px;
}
.product-card__title {
  min-height: 44px;
  margin-bottom: auto;
  font-size: 16px;
  line-height: 22px;
}
.product-card__title a {
  display: inline-flex;
  color: inherit;
}
.product-card__title a:hover {
  color: #2c282d;
}
.product-card__rating-and-reviews {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 12px;
  align-items: center;
  margin-top: 6px;
}
.product-card__rating {
  display: flex;
  align-items: center;
}
.product-card__rating::before {
  width: 16px;
  height: 16px;
  margin-top: -3px;
  margin-right: 6px;
  background-image: url(../images/product-card-star.svg);
  background-repeat: no-repeat;
  background-position: center;
  content: "";
}
.product-card__reviews {
  color: rgba(36, 36, 36, 0.6);
}
.product-card__price-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 8px;
  align-items: baseline;
  margin-top: 10px;
}
.product-card__price-current {
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
}
.product-card__price-old {
  color: rgba(36, 36, 36, 0.6);
  text-decoration-line: line-through;
}
.product-card__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin-top: 16px;
}
.product-card__action-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  color: rgba(36, 36, 36, 0.6);
  font-size: 20px;
  fill: rgba(36, 36, 36, 0.6);
}
.product-comparison .swiper-slide {
  width: 244px;
  height: auto;
}
.product-comparison .swiper-button-next.swiper-button-disabled,
.product-comparison .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}
.product-comparison__inner {
  display: flex;
}
.product-comparison__values {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  align-items: flex-start;
  justify-content: flex-end;
  width: 243px;
}
.product-comparison__value-name {
  display: flex;
  align-items: center;
  width: 100%;
  height: 62px;
  padding: 5px 20px 5px 0;
  overflow: hidden;
  color: rgba(36, 36, 36, 0.6);
  line-height: 22px;
  border-top: 1px dashed rgba(36, 36, 36, 0.2);
}
.product-comparison__list {
  width: calc(100% - 243px);
}
.product-comparison__slider-wrap {
  position: relative;
}
.product-comparison__item {
  position: relative;
  color: #242424;
}
.product-comparison__item-thumb {
  margin-bottom: 17px;
}
.product-comparison__item-title {
  display: -webkit-box;
  min-height: 44px;
  margin-bottom: 12px;
  padding-right: 27px;
  overflow: hidden;
  line-height: 22px;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.product-comparison__item-title a {
  color: inherit;
}
.product-comparison__item-rating-and-reviews {
  display: flex;
  gap: 0 12px;
  align-items: center;
  margin-bottom: 16px;
  padding-right: 27px;
}
.product-comparison__item-rating {
  display: flex;
  align-items: center;
}
.product-comparison__item-rating::before {
  width: 16px;
  height: 16px;
  margin-top: -3px;
  margin-right: 6px;
  background-image: url(../images/product-card-star.svg);
  background-repeat: no-repeat;
  background-position: center;
  content: "";
}
.product-comparison__item-review {
  color: rgba(36, 36, 36, 0.6);
}
.product-comparison__item-price-wrap {
  display: flex;
  gap: 0 8px;
  align-items: center;
  height: 62px;
  padding-right: 27px;
  border-top: 1px dashed rgba(36, 36, 36, 0.2);
}
.product-comparison__item-current-price {
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
}
.product-comparison__item-old-price {
  color: rgba(36, 36, 36, 0.6);
}
.product-comparison__item-value {
  display: flex;
  align-items: center;
  height: 62px;
  padding-right: 27px;
  line-height: 22px;
  border-top: 1px dashed rgba(36, 36, 36, 0.2);
}
.product-comparison__item-trash-link {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 24px;
  height: 24px;
  color: rgba(36, 36, 36, 0.6);
  font-size: 18px;
}
.product-delivery-info {
  margin-bottom: 40px;
}
.product-delivery-info p {
  margin: 0;
}
.product-delivery-info__inner {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.product-delivery-info__card {
  width: 300px;
  padding: 20px 16px;
}
.product-delivery-info__title {
  margin-bottom: 12px;
}
.product-filter {
  width: 100%;
}
.product-filter .form-check-input[type="checkbox"]:focus[type="checkbox"] {
  box-shadow: none;
}
.product-filter__list {
  display: grid;
  gap: 40px 0;
  margin-bottom: 40px;
}
.product-filter__name {
  position: relative;
  display: block;
  color: #000;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
}
.product-filter__name::after {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 24px;
  height: 24px;
  background-image: url(../images/product-filter-arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  transition: transform 0.2s;
  content: "";
}
.product-filter__name[aria-expanded="true"]::after {
  transform: rotate(180deg);
}
.product-filter__values {
  display: grid;
  gap: 8px 0;
  padding-top: 20px;
}
.product-filter__price-inputs {
  display: flex;
  align-items: center;
}
.product-filter__price-inputs .form-control {
  flex: 1;
}
.product-filter__devider {
  flex-shrink: 0;
  margin: 0 8px;
}
.product-filter__devider::before {
  display: inline-block;
  content: "—";
}
.product-inner__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 32px;
  align-items: center;
  margin-bottom: 54px;
  line-height: 22px;
}
.product-inner__code {
  color: rgba(36, 36, 36, 0.6);
}
.product-inner__rating-and-raviews {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}
.product-inner__rating {
  display: flex;
  align-items: center;
}
.product-inner__rating::before {
  width: 16px;
  height: 16px;
  margin-top: -3px;
  margin-right: 6px;
  background-image: url(../images/product-card-star.svg);
  background-repeat: no-repeat;
  background-position: center;
  content: "";
}
.product-inner__review {
  color: rgba(36, 36, 36, 0.6);
}
.product-inner__action {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}
.product-inner__action-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  color: rgba(36, 36, 36, 0.6);
  font-size: 20px;
}
.product-inner__main {
  margin-bottom: 28px;
}
.product-inner__images {
  display: flex;
  margin-bottom: 30px;
}
.product-inner__thumbs {
  position: relative;
  flex-shrink: 0;
  width: 102px;
  height: 331px;
  margin-right: 18px;
}
.product-inner__thumbs .swiper-button-next.swiper-button-disabled,
.product-inner__thumbs .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}
.product-inner__thumbs .swiper-button-prev {
  top: -20px;
  bottom: auto;
  left: 50%;
  margin: 0 0 0 -20px;
  transform: rotate(90deg);
}
.product-inner__thumbs .swiper-button-next {
  top: auto;
  bottom: -45px;
  left: 50%;
  margin: 0 0 0 -20px;
  transform: rotate(90deg);
}
.product-inner__thumbs-slider {
  height: 100%;
}
.product-inner__thumbs-slider .swiper-slide-thumb-active .product-inner__thumb {
  border-color: #2c282d;
}
.product-inner__thumbs-slider .swiper-slide {
  height: 102px;
}
.product-inner__thumb {
  position: relative;
  display: block;
  width: 100%;
  height: 102px;
  -o-object-fit: scale-down;
  object-fit: scale-down;
  border: 1px solid rgba(36, 36, 36, 0.2);
  border-radius: 8px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.product-inner__thumb--video {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.product-inner__thumb--video::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(32, 32, 32, 0.3), rgba(32, 32, 32, 0.3));
  border-radius: 8px;
  content: "";
}
.product-inner__thumb--video::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/play-video.svg);
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 8px;
  content: "";
}
.product-inner__view-images {
  position: relative;
  width: calc(100% - 120px);
}
.product-inner__labels {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}
.product-inner__label {
  padding: 4px 10px 6px;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  background: #e73131;
  border-radius: 61px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.product-inner__label--sale {
  background: #e73131;
}
.product-inner__label--new {
  background: #31bbe7;
}
.product-inner__logo {
  display: block;
  width: 52px;
  height: 42px;
  margin: 10px 0;
}
.product-inner__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: scale-down;
  object-fit: scale-down;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.product-inner__images-slider .swiper-slide {
  height: auto;
}
.product-inner__images-slider .swiper-slide > * {
  height: 100%;
}
.product-inner__images-slider .swiper-slide a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-inner__images-slider img {
  margin: auto;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.product-inner__information {
  padding-left: 30px;
}
.product-inner__tabs .characteristic {
  margin-top: 0;
}
.product-inner__tabs .tab-content {
  padding-top: 40px;
}
.product-inner__description-wrap {
  max-height: 320px;
  overflow-y: auto;
}
.product-inner__description-wrap::-webkit-scrollbar {
  width: 4px;
}
.product-inner__description-wrap::-webkit-scrollbar-track {
  background-color: #f3f5fa;
  border-radius: 11px;
}
.product-inner__description-wrap::-webkit-scrollbar-thumb {
  background: rgba(49, 100, 231, 0.5);
  border-radius: 11px;
}
.product-inner__description {
  max-width: 930px;
}
.product-inner__form {
  max-width: 808px;
}
.product-inner__form .form-check {
  color: rgba(36, 36, 36, 0.6);
  font-size: 14px;
  line-height: 16px;
}
.product-inner__form .form-check a {
  color: inherit;
}
.product-inner__form textarea {
  min-height: 116px;
}
.product-inner__reviews-wrap {
  margin: 72px 0;
}
.product-inner__reviews-slider-wrap {
  position: relative;
}
.product-inner__reviews-slider-wrap .review-card {
  height: 100%;
}
.product-inner__reviews-slider-wrap .swiper-slide {
  height: auto;
}
.product-inner__reviews-slider-wrap .swiper-button-next.swiper-button-disabled,
.product-inner__reviews-slider-wrap .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}
.product-list-card {
  position: relative;
  margin-bottom: 20px;
  color: #242424;
  background-color: #fff;
  border-color: rgba(36, 36, 36, 0.2);
  border-width: 1px;
  border-radius: 12px;
}
.product-list-card__label {
  position: absolute;
  top: 8px;
  left: 8px;
  z-index: 1;
  padding: 4px 10px 6px;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  background: #2c282d;
  border-radius: 60px;
  pointer-events: none;
}
.product-list-card__label + .product-list-card__label {
  margin-top: 40px;
}
.product-list-card__label--sale {
  background: #e73131;
}
.product-list-card__label--new {
  background: #31bbe7;
}
.product-list-card__sale {
  position: absolute;
  bottom: 14px;
  left: 8px;
  z-index: 1;
  padding: 4px 10px 6px;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  background: #f07e15;
  border-radius: 61px;
}
.product-list-card__inner {
  padding: 8px 20px 8px 8px;
}
.product-list-card__thumb {
  position: relative;
  flex-shrink: 0;
  align-self: center;
  width: 194px;
  height: 194px;
  margin-right: 12px;
}
.product-list-card__title {
  margin-bottom: 12px;
  line-height: 22px;
}
.product-list-card__title a {
  display: inline-flex;
  color: inherit;
}
.product-list-card__rating-and-reviews {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin-bottom: 12px;
}
.product-list-card__rating {
  display: flex;
  align-items: center;
}
.product-list-card__rating::before {
  width: 16px;
  height: 16px;
  margin-top: -3px;
  margin-right: 6px;
  background-image: url(../images/product-card-star.svg);
  background-repeat: no-repeat;
  background-position: center;
  content: "";
}
.product-list-card__reviews {
  color: rgba(36, 36, 36, 0.6);
}
.product-list-card__characteristics {
  display: grid;
  gap: 8px 0;
  font-size: 14px;
  line-height: 16px;
}
.product-list-card__characteristic-item {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}
.product-list-card__characteristic-name {
  color: rgba(36, 36, 36, 0.6);
}
.product-list-card__information .btn {
  min-width: 160px;
}
.product-list-card__price-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: baseline;
  justify-content: flex-end;
  margin-bottom: 20px;
}
.product-list-card__price-current {
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
}
.product-list-card__price-old {
  color: rgba(36, 36, 36, 0.6);
  text-decoration-line: line-through;
}
.product-list-card__action {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  justify-content: flex-end;
  margin-top: 48px;
}
.product-list-card__action-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  color: rgba(36, 36, 36, 0.6);
  font-size: 20px;
}
.product-list-card__action-link:first-child:not(:hover) {
  color: #242424;
}
.product-total-card {
  margin-bottom: 30px;
  color: #242424;
  background: #f3f5fa;
  border-width: 0;
}
.product-total-card__inner {
  padding: 24px 16px;
}
.product-total-card__head {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dashed rgba(36, 36, 36, 0.2);
}
.product-total-card__price-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: baseline;
  margin-bottom: 20px;
}
.product-total-card__price-current {
  font-weight: 500;
  font-size: 32px;
  line-height: 38px;
}
.product-total-card__price-old {
  color: rgba(36, 36, 36, 0.6);
  text-decoration-line: line-through;
}
.product-total-card__footer-text {
  margin-top: 16px;
  color: rgba(36, 36, 36, 0.6);
}
.promo {
  padding: 32px 0;
  background: #f3f5fa;
}
.promo__promotions-card-list {
  display: grid;
  gap: 16px 0;
}
.promo-slider .swiper-button-next,
.promo-slider .swiper-button-prev {
  position: static;
  margin: 0;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-color: #fff;
  transform: none;
}
.promo-slider .swiper-button-next:hover,
.promo-slider .swiper-button-prev:hover {
  color: #2c282d;
  background-color: #fff;
}
.promo-slider__content {
  position: relative;
  padding: 50px 50px 63px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 12px;
}
.promo-slider__content--no-text {
  padding: 0;
}
.promo-slider__content--no-text::after {
  display: block;
  padding-top: 45%;
  content: "";
}
.promo-slider__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.promo-slider__text-content {
  max-width: 450px;
}
.promo-slider__title {
  margin-bottom: 24px;
  color: #fff;
}
.promo-slider__subtitle {
  color: #fff;
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
}
.promo-slider__subtitle p {
  margin: 0;
}
.promo-slider__button {
  margin-top: 68px;
}
.promo-slider__button::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}
.promo-slider__navigation {
  position: relative;
  z-index: 2;
  display: flex;
  gap: 0 12px;
  align-items: center;
  margin-top: 42px;
}
.promo-slider--arrows-yes .promo-slider__text-content {
  max-width: 560px;
}
.promotions-card {
  --bs-card-border-width: 2px;
  --bs-card-border-color: transparent;
  min-height: 136px;
  overflow: hidden;
  color: #242424;
  transition: border-color 0.2s;
}
.promotions-card:hover {
  --bs-card-border-color: #2c282d;
}
.promotions-card__inner {
  padding: 14px;
}
.promotions-card__link {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
}
.promotions-card__content {
  position: relative;
  z-index: 1;
  max-width: 250px;
}
.promotions-card__image {
  position: absolute;
  right: 0;
  bottom: 0;
  mix-blend-mode: multiply;
}
.promotions-card__head {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.promotions-card__title {
  display: inline-flex;
  color: inherit;
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
}
.promotions-card__badge {
  flex-shrink: 0;
  padding: 4px 10px;
  color: rgba(36, 36, 36, 0.6);
  font-weight: 500;
  font-size: 14px;
  line-height: 15px;
  text-align: center;
  background: rgba(49, 100, 231, 0.15);
  border-radius: 4px;
}
.promotions-card__description {
  margin-top: 8px;
  font-size: 14px;
  line-height: 16px;
}
.promotions-card__description p {
  margin: 0;
}
.promotions-card__price-container {
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.promotions-card__sale {
  margin-right: 12px;
  padding: 4px 12px;
  color: #fff;
  font-size: 20px;
  line-height: 23px;
  text-align: center;
  background: #e73131;
  border-radius: 8px;
}
.promotions-card__current-price {
  margin-right: 8px;
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
}
.promotions-card__old-price {
  color: rgba(36, 36, 36, 0.6);
  text-decoration: line-through;
}
.questions-and-answers {
  margin: 72px 0;
}
.questions-and-answers__card {
  max-width: 880px;
  padding: 12px;
}
.questions-and-answers__list {
  display: grid;
  gap: 8px 0;
}
.questions-and-answers__item {
  position: relative;
  padding: 12px;
}
.questions-and-answers__trigger {
  width: 100%;
  margin: 0;
  padding: 0;
  color: #212529;
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
  text-align: left;
  background: rgba(0, 0, 0, 0);
  border: 0;
  border-radius: 8px;
  outline: 0;
  box-shadow: none;
}
.questions-and-answers__trigger::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #2c282d;
  background-image: url(../images/questions-and-answers-bg.svg);
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 8px;
  opacity: 0;
  transition: opacity 0.2s;
  content: "";
}
.questions-and-answers__trigger[aria-expanded="true"] {
  color: #fff;
}
.questions-and-answers__trigger[aria-expanded="true"]::before {
  opacity: 1;
}
.questions-and-answers__trigger-text {
  position: relative;
}
.questions-and-answers__body {
  position: relative;
  margin-top: 12px;
  padding: 20px;
  line-height: 22px;
  background-color: #fff;
  border-radius: 6px;
}
.questions-and-answers__body p {
  margin: 0;
}
.radio-toggle-buttons {
  margin-bottom: 24px;
}
.radio-toggle-buttons .btn-primary {
  --bs-btn-color: #2c282d;
  --bs-btn-bg: #f3f5fa;
  --bs-btn-border-color: #f3f5fa;
  --bs-btn-hover-color: #2c282d;
  --bs-btn-hover-bg: #f3f5fa;
  --bs-btn-active-bg: #2c282d;
  --bs-btn-active-border-color: #2c282d;
}
.radio-toggle-buttons__inner {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 10px 0;
  align-items: center;
  padding: 4px;
  background: #f3f5fa;
  border-radius: 8px;
}
.registration .form-check-input {
  top: 0;
  margin-top: 0;
  background-color: #8131e7;
  border-color: #8131e7;
}
.registration .form-check {
  font-size: 14px;
  line-height: 16px;
}
.registration .form-check a {
  color: inherit;
  text-decoration: underline;
}
.registration .btn-light {
  --bs-btn-color: #8131e7;
  width: 100%;
  text-align: center;
}
.registration__inner {
  max-width: 416px;
  margin: 0 auto;
  padding: 100px 0;
}
.registration__card {
  padding: 40px;
  color: #fff;
  background-color: #8131e7;
  background-image: url(../images/registration-bg.svg);
  background-repeat: no-repeat;
  background-position: top -70px right 46px;
  border-width: 0;
}
.registration__title {
  color: inherit;
  text-align: center;
}
.registration__have-account {
  margin-top: 40px;
  color: rgba(36, 36, 36, 0.6);
  text-align: center;
}
.registration__have-account a {
  color: #8131e7;
  font-weight: 700;
}
.review-card {
  color: #242424;
  background: #f3f5fa;
  border-width: 0;
}
.review-card__inner {
  padding: 24px;
}
.review-card__head {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}
.review-card__name {
  font-weight: 500;
}
.review-card__date {
  color: rgba(36, 36, 36, 0.6);
  font-size: 14px;
}
.review-card__rating {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  align-items: baseline;
  margin-bottom: 24px;
}
.review-card__rating-list {
  display: flex;
  gap: 6px;
  align-items: center;
}
.review-card__star {
  width: 15px;
  height: 15px;
  background-image: url(../images/review-card-grey-star.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.review-card__star--filled {
  background-image: url(../images/review-card-filled-star.svg);
}
.review-card__description p {
  margin: 0;
}
.review-count-card {
  color: #242424;
}
.review-count-card__head {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
  padding: 16px;
  border-bottom: 1px solid rgba(36, 36, 36, 0.2);
}
.review-count-card__total-rating {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #2c282d;
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
  border: 1px solid #2c282d;
  border-radius: 50%;
}
.review-count-card__total-count-reviews {
  color: rgba(36, 36, 36, 0.6);
}
.review-count-card__body {
  padding: 16px;
}
.review-count-card__list {
  display: grid;
  gap: 9px 0;
}
.review-count-card__row {
  display: flex;
  gap: 0 20px;
  align-items: center;
}
.review-count-card__count-star {
  display: flex;
  align-items: center;
}
.review-count-card__count-star::before {
  width: 16px;
  height: 16px;
  margin-top: -3px;
  margin-right: 6px;
  background-image: url(../images/product-card-star.svg);
  background-repeat: no-repeat;
  background-position: center;
  content: "";
}
.review-count-card__progress {
  position: relative;
  flex-grow: 1;
  background: rgba(49, 100, 231, 0.1);
  border-radius: 11px;
}
.review-count-card__progress-bar {
  height: 8px;
  background: rgba(49, 100, 231, 0.5);
  border-radius: 11px;
}
.review-count-card__count-reviews {
  text-decoration-line: underline;
}
.services-card:hover .btn-outline-primary {
  color: #2c282d;
  background-color: #fff;
  border-color: #fff;
}
.services-card:hover .services-card__inner {
  color: #fff;
}
.services-card:hover .services-card__inner::before {
  opacity: 1;
}
.services-card .btn-outline-primary {
  --bs-btn-hover-bg: #fff;
  --bs-btn-hover-border-color: #fff;
  --bs-btn-hover-color: #2c282d;
  --bs-btn-active-color: #2c282d;
  --bs-btn-active-bg: #fff;
  --bs-btn-active-border-color: #fff;
}
.services-card .btn-outline-primary::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}
.services-card__inner {
  position: relative;
  display: flex;
  padding: 32px;
  color: #242424;
  background-color: #f3f5fa;
  border-radius: 12px;
}
.services-card__inner::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #2c282d;
  background-image: url(../images/services-card-bg.svg);
  background-repeat: no-repeat;
  background-position: center bottom;
  border-radius: 12px;
  opacity: 0;
  transition: opacity 0.2s;
  content: "";
}
.services-card__text-content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-right: 32px;
}
.services-card__title {
  color: inherit;
  transition: color 0.2s;
}
.services-card__description {
  flex-grow: 1;
  margin-bottom: 20px;
  line-height: 22px;
}
.services-card__description p {
  margin-bottom: 10px;
  transition: color 0.2s;
}
.services-card__image-wrap {
  position: relative;
  flex-shrink: 0;
  width: 267px;
  height: 390px;
}
.services-card__image-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px;
}
.shipping-card {
  color: #fff;
  border: 0;
}
.shipping-card .card {
  color: #242424;
}
.shipping-card__title {
  color: inherit;
}
.shop-search {
  position: relative;
}
.shop-search .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 4px;
  right: 4px;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 0;
  border-radius: 6px;
}
.shop-search .sprite-svg {
  width: 1.3em;
  height: 1.3em;
  margin-right: 0;
}
.sm {
  box-sizing: border-box;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  z-index: auto;
}
.sm,
.sm li,
.sm ul {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: normal;
  direction: ltr;
  text-align: left;
}
.sm-rtl,
.sm-rtl li,
.sm-rtl ul {
  direction: rtl;
  text-align: right;
}
.sm > li > h1,
.sm > li > h2,
.sm > li > h3,
.sm > li > h4,
.sm > li > h5,
.sm > li > h6 {
  margin: 0;
  padding: 0;
}
.sm ul {
  display: none;
}
.sm a,
.sm li {
  position: relative;
}
.sm a {
  display: block;
}
.sm a.disabled {
  cursor: default;
}
.sm::after {
  content: "";
  display: block;
  height: 0;
  font: 0/0 serif;
  clear: both;
  overflow: hidden;
}
.sm *,
.sm ::after,
.sm ::before {
  box-sizing: inherit;
}
.sm-clean {
  background: #fff;
  border-radius: 0;
}
.sm-clean > li:last-child > :not(ul) a,
.sm-clean > li:last-child > :not(ul) a.highlighted,
.sm-clean > li:last-child > a,
.sm-clean > li:last-child > a.highlighted,
.sm-clean > li:last-child > ul,
.sm-clean > li:last-child > ul > li:last-child > :not(ul) a,
.sm-clean > li:last-child > ul > li:last-child > :not(ul) a.highlighted,
.sm-clean > li:last-child > ul > li:last-child > a,
.sm-clean > li:last-child > ul > li:last-child > a.highlighted,
.sm-clean > li:last-child > ul > li:last-child > ul,
.sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > :not(ul) a,
.sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > :not(ul) a.highlighted,
.sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > a,
.sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > a.highlighted,
.sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul,
.sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > :not(ul) a,
.sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > :not(ul) a.highlighted,
.sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a,
.sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a.highlighted,
.sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul,
.sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > :not(ul) a,
.sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > :not(ul) a.highlighted,
.sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a,
.sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a.highlighted,
.sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul {
  border-radius: 0;
}
.sm-clean a,
.sm-clean a:active,
.sm-clean a:focus,
.sm-clean a:hover {
  padding: 13px 56px 13px 20px;
  color: #333;
  font-weight: 400;
  font-family: Montserrat, sans-serif;
  line-height: 14px;
  text-decoration: none;
}
.sm-clean a .sub-arrow {
  position: absolute;
  top: 50%;
  right: 4px;
  left: auto;
  width: 32px;
  height: 32px;
  margin-top: -16px;
  overflow: hidden;
  font: 700 16px/32px monospace !important;
  text-align: center;
  text-shadow: none;
  background: #e6e6e6;
  border-radius: 8px;
}
.sm-clean a .sub-arrow::before {
  content: "+";
}
.sm-clean a.current {
  color: #2c282d;
}
.sm-clean a.disabled {
  color: #bbb;
}
.sm-clean a.highlighted .sub-arrow::before {
  content: "-";
}
.sm-clean > li:first-child > :not(ul) a,
.sm-clean > li:first-child > a {
  border-radius: 0;
}
.sm-clean li {
  border-top: 1px solid #e6e6e6;
}
.sm-clean > li:first-child {
  border-top: 0;
}
.sm-clean ul {
  background: rgba(179, 179, 179, 0.1);
}
.sm-clean ul ul a,
.sm-clean ul ul a:active,
.sm-clean ul ul a:focus,
.sm-clean ul ul a:hover {
  border-left: 16px solid transparent;
}
.sm-clean ul ul ul a,
.sm-clean ul ul ul a:active,
.sm-clean ul ul ul a:focus,
.sm-clean ul ul ul a:hover {
  border-left: 24px solid transparent;
}
.sm-clean ul ul ul ul a,
.sm-clean ul ul ul ul a:active,
.sm-clean ul ul ul ul a:focus,
.sm-clean ul ul ul ul a:hover {
  border-left: 32px solid transparent;
}
.sm-clean ul ul ul ul ul a,
.sm-clean ul ul ul ul ul a:active,
.sm-clean ul ul ul ul ul a:focus,
.sm-clean ul ul ul ul ul a:hover {
  border-left: 40px solid transparent;
}
.sm-clean ul a,
.sm-clean ul a:active,
.sm-clean ul a:focus,
.sm-clean ul a:hover {
  font-size: 16px;
  border-left: 8px solid transparent;
}
.social {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  align-items: center;
}
.social__link-wrap + .social__link-wrap {
  margin-top: 0;
}
.social__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  color: #2c282d;
  font-size: 18px;
  background-color: #fff;
  border-radius: 50%;
}
.social__link svg {
  display: block;
  width: 16px;
  height: 16px;
  fill: #fff;
}
.stock-image {
  margin: 32px 0 40px;
}
.subcategories {
  margin-bottom: 32px;
}
.subcategories .swiper-slide {
  width: 275px;
}
.subcategories .swiper-button-next.swiper-button-disabled,
.subcategories .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}
.subcategories__slider-wrap {
  position: relative;
}
.subcategories__image {
  position: absolute;
  right: 0;
  bottom: 0;
}
.subcategories__link {
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 96px;
  padding: 16px;
  overflow: hidden;
  color: #242424;
  background: #fff;
  border-radius: 0;
  border: 1px solid rgba(196, 196, 196, 0.38);
  transition: color 0.2s;
}
.subcategories__link:hover {
  color: #2c282d;
}
.subcategories__name {
  position: relative;
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
}
.success-card {
  max-width: 450px;
  margin: 0 auto;
  color: #fff;
  background-color: #2c282d;
  background-image: url(../images/success-card-bg.svg);
  background-repeat: no-repeat;
  background-position: top right;
  border-width: 0;
}
.success-card .btn-outline-light {
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #5a86f8;
  --bs-btn-hover-border-color: #5a86f8;
}
.success-card__inner {
  padding: 40px;
}
.success-card__title {
  margin-bottom: 16px;
  color: inherit;
}
.success-card__description {
  margin-bottom: 20px;
}
.success-card__description p {
  margin: 0;
color:#fff;
}
.swiper-pagination-bullet {
  --swiper-pagination-bullet-height: 4px;
  --swiper-pagination-bullet-width: 40px;
  --swiper-pagination-color: #fff;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-inactive-opacity: 0.5;
  --swiper-pagination-bullet-inactive-color: #fff;
  border-radius: 11px;
}
.swiper-button-next::after,
.swiper-button-prev::after {
  display: none;
  content: none;
}
.swiper-button-prev .sprite-svg {
  transform: rotate(180deg);
}
.user-nav {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.user-nav .sprite-svg {
  flex-shrink: 0;
  width: 1.2em;
  height: 1.2em;
  margin-right: 10px;
}
.user-nav__item + .user-nav__item {
  margin-left: 32px;
}
.user-nav__link {
  display: flex;
  align-items: center;
  color: #242424;
}
.variable-product {
  margin-bottom: 30px;
}
.variable-product input:checked + .variable-product__checkbox-inner {
  box-shadow: 0 0 0 2px #2c282d;
}
.variable-product__inner {
  padding-bottom: 2px;
}
.variable-product__list {
  display: grid;
  gap: 7px 0;
}
.variable-product__checkbox {
  position: relative;
  display: block;
  color: #242424;
  line-height: 22px;
  cursor: pointer;
}
.variable-product__checkbox--is-available .variable-product__value {
  display: flex;
  align-items: center;
  color: #0eb03b;
}
.variable-product__checkbox--is-available .variable-product__value::before {
  display: inline-block;
  flex-shrink: 0;
  width: 15px;
  height: 15px;
  margin-right: 8px;
  background-image: url(../images/variable-product-success-check.svg);
  background-repeat: no-repeat;
  background-position: center;
  content: "";
}
.variable-product__checkbox--no-available {
  color: rgba(36, 36, 36, 0.4);
}
.variable-product__checkbox--no-available .variable-product__value {
  color: #2c282d;
  font-weight: 700;
}
.variable-product__checkbox-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 9px 16px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 0 0 1px rgba(36, 36, 36, 0.2);
}
.variable-product__name {
  padding-right: 10px;
}
@media (min-width: 576px) {
  .product-inner__labels {
    position: absolute;
    top: 16px;
    left: 16px;
    z-index: 2;
  }
  .product-inner__logo {
    position: absolute;
    top: 16px;
    right: 16px;
    z-index: 2;
    margin: 0;
  }
}
@media (min-width: 768px) {
  .article__content {
    margin-bottom: 72px;
  }
  .contacts-feedback .row > div:nth-child(-n + 3) {
    width: 33.33333333%;
  }
  .order-gruop-item__price-wrap {
    text-align: right;
  }
  .product-inner__form .row > div:nth-child(-n + 3) {
    width: 33.33333333%;
  }
  .product-list-card__inner {
    display: flex;
    align-items: center;
  }
  .product-list-card__content {
    flex-grow: 1;
    padding-right: 30px;
  }
  .product-list-card__title {
    max-width: 412px;
  }
  .product-list-card__information {
    text-align: right;
  }
}
@media (min-width: 992px) {
  .feedback-form__inner {
    display: flex;
  }
  .feedback-form__title {
    flex-shrink: 0;
    width: 255px;
    margin-right: 68px;
    margin-bottom: 0;
  }
  .feedback-form__content .row > * {
    width: 208px;
    padding: 0 6px;
  }
  .feedback-form__content .row > :last-child {
    width: 100%;
  }
  .news__list .news-card:first-child {
    grid-row: span 2;
    grid-column: span 2;
    padding: 24px;
    border: 1px solid rgba(36, 36, 36, 0.2);
    border-radius: 12px;
  }
  .news__list .news-card:first-child .news-card__meta {
    margin-bottom: 16px;
  }
  .news__list .news-card:first-child .news-card__date,
  .news__list .news-card:first-child .news-card__time-to-read {
    font-size: 16px;
    line-height: 22px;
  }
  .news__list .news-card:first-child .news-card__title {
    margin-bottom: 16px;
    font-size: 32px;
    line-height: 38px;
  }
  .news__list .news-card:first-child .news-card__more-text {
    display: none;
  }
  .news__list .news-card:first-child .news-card__inner {
    padding-right: 0;
  }
  .news__list .news-card:first-child .news-card__time-to-read {
    display: flex;
  }
  .news__list .news-card:first-child .news-card__image {
    display: block;
  }
  .offcanvas-mobile__footer,
  .offcanvas-mobile__header {
    display: none;
  }
  .order-total-card {
    max-width: 288px;
    margin-left: auto;
  }
  .our-mission .h2,
  .our-mission h2 {
    margin-bottom: 24px;
  }
  .our-partners .h2,
  .our-partners h2 {
    margin-bottom: 32px;
  }
  .our-partners {
    --bs-card-spacer-y: 40px;
    --bs-card-spacer-x: 40px;
  }
  .page-header {
    z-index: 11;
  }
  .page-header__top {
    position: relative;
    z-index: 4;
  }
  .page-header__burger {
    display: none;
  }
  .payment-options {
    --bs-card-spacer-y: 48px;
    --bs-card-spacer-x: 48px;
  }
  .product-filter__inner {
    max-width: 288px;
  }
  .product-inner__main {
    display: flex;
  }
  .product-inner__images {
    width: 50%;
    margin-bottom: 0;
  }
  .product-inner__information {
    width: 50%;
  }
  .review-card {
    min-height: 262px;
  }
  .shipping-card {
    --bs-card-spacer-y: 48px;
    --bs-card-spacer-x: 48px;
  }
  .sm-clean.sm-rtl li {
    float: right;
  }
  .sm-clean ul li,
  .sm-clean.sm-rtl ul li,
  .sm-clean.sm-vertical li {
    float: none;
  }
  .sm-clean a {
    white-space: nowrap;
  }
  .sm-clean ul a,
  .sm-clean.sm-vertical a {
    white-space: normal;
  }
  .sm-clean .sm-nowrap > li > :not(ul) a,
  .sm-clean .sm-nowrap > li > a {
    white-space: nowrap;
  }
  .sm-clean {
    padding: 0;
    background: rgba(0, 0, 0, 0);
    border-radius: 0;
  }
  .sm-clean .scroll-down,
  .sm-clean .scroll-up {
    position: absolute;
    display: none;
    height: 20px;
    overflow: hidden;
    background: #fff;
    visibility: hidden;
  }
  .sm-clean .scroll-down:hover,
  .sm-clean .scroll-up:hover {
    background: #fff;
  }
  .sm-clean .scroll-up:hover .scroll-up-arrow {
    border-color: transparent transparent #2c282d;
  }
  .sm-clean .scroll-down:hover .scroll-down-arrow {
    border-color: #2c282d transparent transparent;
  }
  .sm-clean .scroll-down-arrow,
  .sm-clean .scroll-up-arrow {
    position: absolute;
    top: 0;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -6px;
    overflow: hidden;
    border-color: transparent transparent #333;
    border-style: dashed dashed solid;
    border-width: 6px;
  }
  .sm-clean .scroll-down-arrow {
    top: 8px;
    border-color: #333 transparent transparent;
    border-style: solid dashed dashed;
  }
  .sm-clean a,
  .sm-clean a.highlighted,
  .sm-clean a:active,
  .sm-clean a:focus,
  .sm-clean a:hover {
    padding: 0;
    color: #fff;
    border-radius: 0 !important;
  }
  .sm-clean a.highlighted,
  .sm-clean a:active,
  .sm-clean a:focus,
  .sm-clean a:hover {
    color: #2c282d;
  }
  .sm-clean a .sub-arrow {
    top: 50%;
    right: 12px;
    width: 0;
    height: 0;
    margin-top: -2px;
    background: rgba(0, 0, 0, 0);
    border-color: #fff transparent transparent;
    border-style: solid dashed dashed;
    border-width: 4px;
    border-radius: 0;
  }
  .sm-clean a .sub-arrow::before {
    display: none;
  }
  .sm-clean a.current {
    color: #2c282d;
  }
  .sm-clean a.disabled {
    color: #bbb;
  }
  .sm-clean a.has-submenu {
    padding-right: 30px;
  }
  .sm-clean li {
    float: left;
    border-top: 0;
  }
  .sm-clean > li > ul::after,
  .sm-clean > li > ul::before {
    position: absolute;
    top: -18px;
    left: 30px;
    width: 0;
    height: 0;
    overflow: hidden;
    border-color: transparent transparent #e6e6e6;
    border-style: dashed dashed solid;
    border-width: 9px;
    content: "";
  }
  .sm-clean > li > ul::after {
    top: -16px;
    left: 31px;
    border-color: transparent transparent #fff;
    border-width: 8px;
  }
  .sm-clean > li:first-child > a {
    padding-left: 0;
  }
  .sm-clean ul {
    position: absolute;
    width: 12em;
    padding: 10px 0;
    background: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 8px !important;
    box-shadow: 0 5px 9px rgba(0, 0, 0, 0.1);
  }
  .sm-clean ul a,
  .sm-clean ul a.highlighted,
  .sm-clean ul a:active,
  .sm-clean ul a:focus,
  .sm-clean ul a:hover {
    padding: 10px 20px;
    color: #333;
    border: 0 !important;
  }
  .sm-clean ul a.highlighted,
  .sm-clean ul a:active,
  .sm-clean ul a:focus,
  .sm-clean ul a:hover {
    color: #2c282d;
    background: #fff;
  }
  .sm-clean ul a .sub-arrow {
    top: 50%;
    right: 8px;
    margin-top: -5px;
    border-color: transparent transparent transparent #333;
    border-style: dashed dashed dashed solid;
    border-width: 5px;
  }
  .sm-clean ul a.current {
    color: #2c282d;
  }
  .sm-clean ul a.disabled {
    color: #ccc;
    background: #fff;
  }
  .sm-clean ul a.has-submenu {
    padding-right: 20px;
  }
  .sm-clean.sm-rtl a .sub-arrow {
    right: auto;
    left: 12px;
  }
  .sm-clean.sm-rtl a.has-submenu {
    padding-right: 12px;
    padding-left: 30px;
  }
  .sm-clean.sm-rtl.sm-vertical a .sub-arrow {
    right: auto;
    left: 8px;
    border-color: transparent #333 transparent transparent;
    border-style: dashed solid dashed dashed;
  }
  .sm-clean.sm-rtl.sm-vertical a.has-submenu {
    padding: 10px 20px;
  }
  .sm-clean.sm-rtl > li > ul::before {
    right: 30px;
    left: auto;
  }
  .sm-clean.sm-rtl > li > ul::after {
    right: 31px;
    left: auto;
  }
  .sm-clean.sm-rtl ul a .sub-arrow {
    right: auto;
    left: 8px;
    border-color: transparent #333 transparent transparent;
    border-style: dashed solid dashed dashed;
  }
  .sm-clean.sm-rtl ul a.has-submenu {
    padding: 10px 20px !important;
  }
  .sm-clean.sm-vertical {
    padding: 10px 0;
    border-radius: 8px;
  }
  .sm-clean.sm-vertical a {
    padding: 10px 20px;
  }
  .sm-clean.sm-vertical a.highlighted,
  .sm-clean.sm-vertical a:active,
  .sm-clean.sm-vertical a:focus,
  .sm-clean.sm-vertical a:hover {
    background: #fff;
  }
  .sm-clean.sm-vertical a .sub-arrow {
    top: 50%;
    right: 8px;
    margin-top: -5px;
    border-color: transparent transparent transparent #333;
    border-style: dashed dashed dashed solid;
    border-width: 5px;
  }
  .sm-clean.sm-vertical a.disabled {
    background: rgba(0, 0, 0, 0);
  }
  .sm-clean.sm-vertical > li > ul::after,
  .sm-clean.sm-vertical > li > ul::before {
    display: none;
  }
  .sm-clean.sm-vertical ul a {
    padding: 10px 20px;
  }
  .sm-clean.sm-vertical ul a.disabled,
  .sm-clean.sm-vertical ul a.highlighted,
  .sm-clean.sm-vertical ul a:active,
  .sm-clean.sm-vertical ul a:focus,
  .sm-clean.sm-vertical ul a:hover {
    background: #fff;
  }
}
@media (min-width: 1200px) {
  ._about-us__content {
    padding-right: 70px;
  }
  .authorization .form-control {
    margin-bottom: 20px;
  }
  .authorization__title {
    margin-bottom: 32px;
  }
  .customer-reviews .swiper-button-prev {
    left: -20px;
  }
  .customer-reviews .swiper-button-next {
    right: -20px;
  }
  .licenses .swiper-button-prev {
    left: -20px;
  }
  .licenses .swiper-button-next {
    right: -20px;
  }
  .news .swiper-button-prev {
    left: -20px;
  }
  .news .swiper-button-next {
    right: -20px;
  }
  .order-details-card,
  .order-details-sub-card {
    max-width: 288px;
    margin-left: auto;
  }
  .page-error__inner {
    overflow: hidden;
  }
  .page-error__title {
    margin-bottom: 32px;
    font-size: 40px;
    line-height: 47px;
  }
  .page-error__text-content {
    position: relative;
    max-width: 470px;
  }
  .page-error__image-wrap {
    position: absolute;
    right: 100px;
    bottom: -70px;
  }
  .page-header__mega-menu {
    position: absolute;
    top: calc(100% - 10px);
    left: 0;
    z-index: 2;
  }
  .personal-data-nav__card {
    max-width: 288px;
  }
  ._photo-gallery .swiper-button-prev {
    left: -20px;
  }
  ._photo-gallery .swiper-button-next {
    right: -20px;
  }
  .popular-brands .swiper-button-prev {
    left: -20px;
  }
  .popular-brands .swiper-button-next {
    right: -20px;
  }
  .popular-goods .swiper-button-prev {
    left: -20px;
  }
  .popular-goods .swiper-button-next {
    right: -20px;
  }
  .product-comparison .swiper-button-prev {
    left: -20px;
  }
  .product-comparison .swiper-button-next {
    right: -20px;
  }
  .product-inner__reviews-slider-wrap .swiper-button-prev {
    left: -20px;
  }
  .product-inner__reviews-slider-wrap .swiper-button-next {
    right: -20px;
  }
  .product-total-card {
    max-width: 288px;
    margin-left: auto;
  }
  .promo-slider__content {
    min-height: 440px;
  }
  .promo-slider__title {
    font-size: 45px;
    line-height: 53px;
  }
  .promo-slider--arrows-yes .promo-slider__button {
    margin-top: 40px;
  }
  .promo-slider--arrows-yes .promo-slider__title {
    font-size: 50px;
    line-height: 59px;
  }
  .promotions-card__title {
    display: -webkit-box;
    margin-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }
  .promotions-card__description {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .registration .form-control {
    margin-bottom: 20px;
  }
  .registration__title {
    margin-bottom: 32px;
  }
  .review-count-card {
    max-width: 288px;
    margin-left: auto;
  }
  .services-card__title {
    margin-bottom: 24px;
  }
  .shipping-card__title {
    margin-bottom: 32px;
  }
  .subcategories .swiper-button-prev {
    left: -20px;
  }
  .subcategories .swiper-button-next {
    right: -20px;
  }
}
@media (min-width: 1550px) {
  .catalog-inner__list--grid-style .product-card:nth-child(-n + 4) {
    padding-top: 0;
  }
  .news-card__inner {
    padding-right: 33px;
  }
  .page-footer__inner {
    display: flex;
  }
  .page-footer__logo-and-devname {
    flex-shrink: 0;
    width: 240px;
    margin-right: 30px;
  }
  .page-footer__menu {
    flex-grow: 1;
    margin-right: 60px;
  }
  .page-footer__contacts {
    flex-shrink: 0;
    width: 250px;
    margin-right: 30px;
  }
  .page-footer__subscribe {
    flex-shrink: 0;
    width: 400px;
  }
  .product-inner__information {
    padding-left: 72px;
  }
}
@media (max-width: 1549.98px) {
  .catalog-inner__list--grid-style {
    grid-template-columns: repeat(3, 1fr);
  }
  .mega-menu__inner {
    grid-template-columns: repeat(4, 1fr);
  }
  .page-footer__inner {
    display: grid;
    grid-template-columns: 1fr 2fr 1fr;
    gap: 30px;
  }
  .page-header .shop-search {
    margin-right: 35px;
  }
  .user-nav__item + .user-nav__item {
    margin-left: 20px;
  }
}
@media (max-width: 1199.98px) {
  ._about-us {
    margin: 50px 0;
  }
  .article__text-wrap {
    margin-top: 50px;
  }
  .authorization__inner {
    padding: 50px 0;
  }
  .brand-list__inner {
    grid-template-columns: repeat(5, 1fr);
    gap: 30px;
  }
  .catalog {
    margin: 50px 0;
  }
  .catalog__list {
    grid-template-columns: repeat(3, 1fr);
  }
  .catalog-description {
    margin-top: 50px;
  }
  .catalog-inner__grid,
  .catalog-inner__list {
    margin-bottom: 50px;
  }
  .catalog-inner__list--grid-style {
    margin-bottom: 10px;
  }
  .contacts-feedback,
  .customer-reviews,
  .feedback-form {
    margin: 50px 0;
  }
  .mega-menu__inner {
    grid-template-columns: repeat(3, 1fr);
  }
  .news {
    margin: 50px 0;
  }
  .order-gruop-item__image-wrap {
    width: 50px;
    height: 50px;
  }
  .order-gruop-item__num-wrap {
    padding-left: 20px;
  }
  .our-partners {
    margin: 50px 0;
  }
  .our-partners__inner {
    grid-template-columns: repeat(6, 1fr);
  }
  .page-error__inner {
    padding: 40px 30px;
    text-align: center;
  }
  .page-error__image-wrap {
    margin-bottom: 30px;
  }
  .page-error__image-wrap img {
    width: 200px;
    margin: 0 auto;
  }
  .page-footer__menu ul {
    font-size: 14px;
    line-height: 18px;
  }
  .pagination {
    margin-top: 50px;
  }
  .payment-options__info-card-list {
    gap: 20px;
  }
  ._photo-gallery,
  .popular-brands,
  .popular-goods {
    margin: 50px 0;
  }
  .product-inner__meta {
    margin-bottom: 40px;
  }
  .product-inner__reviews-wrap {
    margin: 50px 0;
  }
  .product-list-card__thumb {
    width: 130px;
    height: 130px;
  }
  .promo-slider__subtitle {
    font-size: 18px;
    line-height: 22px;
  }
  .promo-slider__button {
    margin-top: 30px;
  }
  .questions-and-answers {
    margin: 50px 0;
  }
  .registration__inner {
    padding: 50px 0;
  }
  .user-nav .sprite-svg {
    width: 20px;
    height: 20px;
    margin-right: 0;
  }
  .user-nav__item + .user-nav__item {
    margin-left: 10px;
  }
  .user-nav__link {
    padding: 5px;
    font-size: 0;
  }
}
@media (max-width: 991.98px) {
  .brand-list__inner {
    grid-template-columns: repeat(4, 1fr);
  }
  .catalog__list {
    grid-template-columns: repeat(2, 1fr);
  }
  .characteristic__term {
    font-size: 14px;
    line-height: 20px;
  }
  .characteristic__definition {
    flex: 1;
    font-size: 14px;
    line-height: 20px;
  }
  .mega-menu__inner,
  .news__list {
    grid-template-columns: repeat(2, 1fr);
  }
  .offcanvas-mobile {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    width: 290px;
    max-width: 100%;
    background-color: #fff;
    background-clip: padding-box;
    outline: 0;
    transform: translateX(100%);
    visibility: hidden;
    transition: transform 0.3s ease-in-out;
  }
  .offcanvas-mobile__body {
    flex-grow: 1;
    padding: 1rem;
    overflow-y: auto;
  }
  .offcanvas-mobile--open {
    transform: none;
    visibility: visible;
  }
  .offcanvas-mobile-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    background-color: #000;
    animation: 0.2s ease-out forwards offcanvas-mobile-backdrop;
  }
  .our-partners__inner {
    grid-template-columns: repeat(5, 1fr);
    gap: 30px;
  }
  .page-footer__inner {
    grid-template-columns: repeat(2, 1fr);
  }
  .page-footer__subscribe-subtitle {
    margin-bottom: 20px;
  }
  .page-header .user-nav {
    flex-grow: 1;
    justify-content: flex-end;
    width: 50%;
    margin-bottom: 10px;
    margin-left: auto;
  }
  .page-header .shop-search {
    order: 1;
    width: 50%;
    margin-right: 10px;
  }
  .page-header .logo {
    width: 130px;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .page-header__top-inner {
    padding: 6px 0;
  }
  .page-header__main-inner {
    flex-wrap: wrap;
    padding: 15px 0;
  }
  .page-header__catalog-button-link {
    order: 2;
    height: 48px;
    margin-right: 0;
    margin-left: auto;
    padding: 10px 20px;
    text-align: center;
  }
  .personal-data__head {
    margin-bottom: 30px;
  }
  .product-comparison__values {
    width: 120px;
  }
  .product-comparison__value-name {
    font-size: 14px;
  }
  .product-comparison__list {
    width: calc(100% - 120px);
  }
  .product-filter__inner {
    padding-top: 30px;
  }
  .product-filter__list {
    gap: 20px 0;
    margin-bottom: 20px;
  }
  .product-filter__name {
    font-size: 18px;
    line-height: 22px;
  }
  .product-inner__information {
    padding-left: 0;
  }
}
@media (max-width: 767.98px) {
  ._about-us__logos {
    grid-template-columns: repeat(3, 1fr);
    margin-top: 30px;
  }
  .catalog-inner__list--grid-style {
    grid-template-columns: repeat(2, 1fr);
  }
  .catalog-inner__list--grid-style .product-card {
    padding: 30px 20px 30px 0;
  }
  .catalog-inner__list--grid-style .product-card:nth-child(-n + 2) {
    padding-top: 0;
  }
  .favorite-card__inner {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .favorite-card__content {
    align-items: center;
    justify-content: center;
    padding-right: 0;
  }
  .favorite-card__rating {
    justify-content: center;
  }
  .favorite-card__information {
    width: 100%;
    margin-top: 20px;
    text-align: center;
  }
  .favorite-card__price {
    margin-bottom: 20px;
  }
  .order-gruop-item__inner {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .order-gruop-item__image-wrap {
    margin: 0 auto 20px;
  }
  .order-gruop-item__content {
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-bottom: 20px;
  }
  .order-gruop-item__num-wrap {
    padding: 0;
  }
  .order-gruop-item__price {
    margin-bottom: 10px;
  }
  .our-mission__benefits {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
  .our-partners__inner {
    grid-template-columns: repeat(4, 1fr);
  }
  .page-footer .logo {
    margin-bottom: 20px;
  }
  .page-footer__inner {
    grid-template-columns: 100%;
    gap: 20px 0;
  }
  .page-footer__menu ul {
    -moz-columns: 1;
    columns: 1;
  }
  .page-footer__menu li + li {
    margin-top: 10px;
  }
  .payment-options__info-card-list {
    grid-template-columns: repeat(2, 1fr);
  }
  .product-list-card__inner {
    text-align: center;
  }
  .product-list-card__thumb {
    margin: 0 auto 20px;
  }
  .product-list-card__rating-and-reviews {
    justify-content: center;
  }
  .product-list-card__characteristics {
    display: none;
    align-items: center;
    justify-content: center;
  }
  .product-list-card__price-wrap {
    justify-content: center;
  }
  .product-list-card__action {
    justify-content: center;
    margin-top: 20px;
  }
  .promo-slider__content {
    padding: 30px;
  }
  .services-card__inner {
    flex-wrap: wrap;
  }
  .services-card__text-content {
    padding-right: 0;
  }
  .services-card__image-wrap {
    width: 100%;
    height: auto;
    margin-top: 30px;
  }
}
@media (max-width: 575.98px) {
  ._about-us {
    margin: 30px 0;
  }
  ._about-us__logos {
    grid-template-columns: repeat(2, 1fr);
  }
  .article__meta {
    margin-bottom: 30px;
  }
  .article__text-wrap,
  .article__text-wrap .h2,
  .article__text-wrap .h3,
  .article__text-wrap h2,
  .article__text-wrap h3 {
    margin-top: 30px;
  }
  .authorization__inner {
    padding: 30px 0;
  }
  .authorization__card {
    padding: 30px 20px;
  }
  .authorization__have-account {
    margin-top: 30px;
  }
  .brand-list__inner {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 10px;
  }
  .breadcrumb {
    --bs-breadcrumb-margin-bottom: 20px;
  }
  .catalog {
    margin: 30px 0;
  }
  .catalog__list {
    grid-template-columns: 100%;
    gap: 10px 0;
  }
  .catalog-card {
    min-height: 160px;
  }
  .catalog-card__image {
    width: 50%;
  }
  .catalog-description {
    margin-top: 30px;
  }
  .catalog-inner__grid,
  .catalog-inner__list {
    margin-bottom: 30px;
  }
  .catalog-inner__list--grid-style {
    margin-bottom: 10px;
  }
  .catalog-inner__list--grid-style .product-card {
    padding: 20px 10px 20px 0;
  }
  .company-details-card__list {
    grid-template-columns: 100%;
    gap: 0;
  }
  .contacts-card__list {
    grid-template-columns: 100%;
    gap: 24px;
  }
  .contacts-feedback,
  .customer-reviews,
  .feedback-form {
    margin: 30px 0;
  }
  .feedback-form__inner {
    padding: 30px 20px;
  }
  .history-order + .history-order {
    margin-top: 30px;
  }
  .history-order__head {
    margin-bottom: 30px;
  }
  .mega-menu__inner {
    grid-template-columns: 100%;
    gap: 20px 0;
  }
  .mega-menu__title-link {
    margin-bottom: 12px;
    font-size: 18px;
    line-height: 21px;
  }
  .mega-menu__sub-list {
    gap: 8px 0;
  }
  .news {
    margin: 30px 0;
  }
  .news__list {
    grid-template-columns: 100%;
    gap: 30px 0;
  }
  .news-card__title {
    font-size: 18px;
    line-height: 22px;
  }
  .news-card__description {
    font-size: 14px;
    line-height: 18px;
  }
  .our-mission__benefits {
    grid-template-columns: 100%;
    gap: 30px 0;
  }
  .our-partners {
    margin: 30px 0;
  }
  .our-partners__inner {
    grid-template-columns: repeat(2, 1fr);
  }
  .page-header__top .dropdown {
    display: none;
  }
  .page-header__catalog-button-link {
    padding: 10px;
    font-weight: 500;
    font-size: 14px;
  }
  .page-header__catalog-button-link .burger {
    margin-right: 5px;
  }
  .pagination {
    margin-top: 30px;
  }
  .payment-options__info-card-list {
    grid-template-columns: 100%;
    gap: 20px 0;
  }
  ._photo-gallery,
  .popular-brands,
  .popular-goods {
    margin: 30px 0;
  }
  .product-card__title {
    min-height: 36px;
    font-size: 14px;
    line-height: 18px;
  }
  .product-card__price-current {
    font-size: 20px;
    line-height: 24px;
  }
  .product-card__actions .btn {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 14px;
    line-height: 18px;
  }
  .product-delivery-info,
  .product-inner__meta {
    margin-bottom: 30px;
  }
  .product-inner__thumbs {
    width: 70px;
    height: 270px;
    margin-right: 10px;
  }
  .product-inner__thumbs .swiper-button-next {
    bottom: -20px;
  }
  .product-inner__thumb,
  .product-inner__thumbs-slider .swiper-slide {
    height: 70px;
  }
  .product-inner__view-images {
    width: calc(100% - 80px);
  }
  .product-inner__tabs .tab-content {
    padding-top: 30px;
  }
  .product-inner__reviews-wrap {
    margin: 30px 0;
  }
  .promo .promotions-card {
    flex-shrink: 0;
    width: 275px;
    margin-right: 20px;
  }
  .promo__promotions-card-list {
    display: flex;
    flex-wrap: nowrap;
    gap: 0;
    overflow-y: auto;
  }
  .promo-slider__content {
    padding: 40px 20px;
  }
  .promo-slider__navigation {
    margin-top: 30px;
  }
  .promotions-card__inner {
    padding: 14px 14px 100px;
  }
  .promotions-card__head {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .promotions-card__badge {
    margin: 10px 0 15px;
  }
  .promotions-card__price-container {
    flex-wrap: wrap;
  }
  .questions-and-answers {
    margin: 30px 0;
  }
  .radio-toggle-buttons .btn-primary,
  .radio-toggle-buttons label {
    width: 100%;
  }
  .registration__inner {
    padding: 30px 0;
  }
  .registration__card {
    padding: 30px 20px;
  }
  .registration__have-account {
    margin-top: 30px;
  }
  .services-card__inner {
    padding: 20px;
  }
  .subcategories .swiper-slide {
    width: 220px;
  }
  .subcategories__name {
    font-size: 16px;
    line-height: 22px;
  }
}
@media (min-width: 768px) and (max-width: 1549.98px) {
  .catalog-inner__list--grid-style .product-card:nth-child(-n + 3) {
    padding-top: 0;
  }
}
@media (min-width: 1200px) and (max-width: 1549.98px) {
  .page-error__image-wrap {
    right: -48px;
  }
  .promotions-card__image {
    width: 150px;
  }
  .services-card__inner {
    flex-wrap: wrap;
  }
  .services-card__text-content {
    padding-right: 0;
  }
  .services-card__image-wrap {
    width: 100%;
    margin-top: 30px;
  }
}
@media (min-width: 992px) and (max-width: 1549.98px) {
  .page-footer__contacts {
    text-align: right;
  }
  .page-footer__subscribe {
    grid-column: span 2;
  }
}