@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');
@import "bootstrap.css";

/*@media (max-width: 1199.98px) {*/
/*@media (max-width: 991.98px) {*/
/*@media (max-width: 767.98px) {*/
/*@media (max-width: 575.98px) {*/

.page-wrapper {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.hamburger-menu {
  position: fixed;
  z-index: 999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, .95);
  backdrop-filter: blur(10px);
  padding: 24px;
  overflow-y: scroll;
  visibility: hidden;
  opacity: 0;
  transform: translateX(8px);
  transition: all .3s;
  flex-direction: column;
  justify-content: center;
  display: none;
}

@media (max-width: 991.98px) {
  .hamburger-menu {
    display: flex;
  }
}

.hamburger-menu.--visible {
  opacity: 1;
  transform: translateX(0);
  visibility: visible;
}

.hamburger-menu__item {
  display: block;
  color: var(--bs-gray-700);
  padding: 12px 8px;
  font-size: 16px;
}

.hamburger-menu__item + .hamburger-menu__item {
  border-top: 1px solid var(--bs-gray-100);
}

.hamburger {
  position: fixed;
  z-index: 1000;
  bottom: 0;
  right: 0;
  width: 56px;
  height: 56px;
  display: none;
  border: 0;
  background-color: var(--bs-primary);
  outline: none;
}

@media (max-width: 991.98px) {
  .hamburger {
    display: block;
  }
}

.hamburger span {
  display: block;
  width: 16px;
  height: 2px;
  background: #fff;
  position: absolute;
  -webkit-transition: top 0.15s ease-in-out 0.3s, opacity 0.15s ease-in-out 0.3s, -webkit-transform 0.3s ease-in-out;
  transition: top 0.15s ease-in-out 0.3s, opacity 0.15s ease-in-out 0.3s, -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, top 0.15s ease-in-out 0.3s, opacity 0.15s ease-in-out 0.3s;
  transition: transform 0.3s ease-in-out, top 0.15s ease-in-out 0.3s, opacity 0.15s ease-in-out 0.3s, -webkit-transform 0.3s ease-in-out;
  will-change: transform;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  left: 20px;
}

.hamburger-top {
  top: 21px;
  will-change: top, transform;
}

.hamburger-middle {
  top: 26px;
  will-change: top, transform;
}

.hamburger-bottom {
  top: 31px;
  will-change: top, transform;
}

.hamburger.--active span {
  -webkit-transition: top 0.15s ease-in-out, opacity 0.15s ease-in-out, -webkit-transform 0.3s ease-in-out 0.3s;
  transition: top 0.15s ease-in-out, opacity 0.15s ease-in-out, -webkit-transform 0.3s ease-in-out 0.3s;
  transition: transform 0.3s ease-in-out 0.3s, top 0.15s ease-in-out, opacity 0.15s ease-in-out;
  transition: transform 0.3s ease-in-out 0.3s, top 0.15s ease-in-out, opacity 0.15s ease-in-out, -webkit-transform 0.3s ease-in-out 0.3s;
  will-change: transform;
  background-color: #fff;
}

.hamburger.--active .hamburger-top {
  top: 25px;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

.hamburger.--active .hamburger-middle {
  opacity: 0;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

.hamburger.--active .hamburger-bottom {
  top: 25px;
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
}

.header-mobile {
  display: none;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--bs-gray-100);
  margin-bottom: 16px;
}

@media (max-width: 991.98px) {
  .header-mobile {
    display: block;
  }
}

.header-mobile__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 0;
}

.header-mobile__logo {
  width: 120px;
}

.header-mobile__logo img {
  display: block;
  width: 100%;
  height: auto;
}

.header-mobile__request {
  font-weight: 600;
  display: flex;
  padding-bottom: 10px;
  padding-bottom: 9px;
}

.header-mobile__request img {
  display: block;
  margin-right: 8px;
}

.header-mobile__bottom {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}

.header-mobile__search {
  width: 100%;
  padding-right: 24px;
}

.header-mobile__search:before {
  content: '';
}

.header-mobile__search-inner {
  position: relative;
}

.header-mobile__search-inner:before {
  content: '';
  width: 18px;
  height: 18px;
  background-image: url('../images/header__search.svg');
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 14px;
  top: 11px;
}

.header-mobile__search-input {
  height: 40px;
  border-color: var(--bs-primary);
  padding-left: 42px;
  padding-bottom: 6px;
}

.header-mobile__search-input::placeholder {
  color: var(--bs-gray-400);
}

.header-mobile__links {
  display: flex;
  gap: 8px;
}

.header-mobile__link {
  position: relative;
  display: block;
}

.header-mobile__link-img {
  width: 32px;
  display: block;
}

.header-mobile__link-badge {
  position: absolute;
  right: -4px;
  top: -2px;
  height: 14px;
  padding: 0 4px;
  background-color: var(--bs-danger);
  color: #fff;
  font-weight: bold;
  font-size: 10px;
  border-radius: 100px;
}

.header {

}

@media (max-width: 991.98px) {
  .header {
    display: none;
  }
}

.container {

}

.header__top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 0;
}

.header__hours {
  font-size: 11px;
  color: var(--bs-gray-400);
}

@media (max-width: 1199.98px) {
  .header__tel {
    font-size: 10px;
  }
}

.header__tel {
  font-size: 18px;
  font-weight: 600;
  color: var(--bs-gray-700);
}

@media (max-width: 1199.98px) {
  .header__tel {
    font-size: 12px;
  }
}

.header__addr {
  color: var(--bs-gray-400);
  font-size: 12px;
}

@media (max-width: 1199.98px) {
  .header__addr {
    font-size: 11px;
  }
}

.header__social {
  display: flex;
}

.header__social-item {
  display: block;
  width: 30px;
  background-color: var(--bs-gray-100);
  border-radius: 100px;
  transition: all .3s;
}

.header__social-item:hover {
  background-color: var(--bs-gray-200);
}

.header__social-item + .header__social-item {
  margin-left: 16px;
}

@media (max-width: 1199.98px) {
  .header__social-item + .header__social-item {
    margin-left: 8px;
  }
}

.header__bottom {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 20px;
}

.header__logo {

}

.header__search {
  width: 100%;
  padding: 0 40px;
}

.header__search:before {
  content: '';
}

.header__search-inner {
  position: relative;
}

.header__search-inner:before {
  content: '';
  width: 18px;
  height: 18px;
  background-image: url('../images/header__search.svg');
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 14px;
  top: 11px;
}

.header__search-input {
  height: 40px;
  border-color: var(--bs-primary);
  padding-left: 42px;
  padding-bottom: 10px;
}

.header__search-input::placeholder {
  color: var(--bs-gray-400);
}

.header__links {
  display: flex;
}

.header__link {
  padding-left: 40px;
  position: relative;
  display: block;
}

.header__link + .header__link {
  margin-left: 16px;
}

.header__link-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 32px;
  display: block;
}

.header__link-img img {
  display: block;
  width: 100%;
  height: auto;
}

.header__link-text {
  color: var(--bs-gray-700);
  font-size: 14px;
  font-weight: 600;
  display: block;
  line-height: 1;
  padding-top: 2px;
}

.header__link-descr {
  color: var(--bs-gray-400);
  font-size: 11px;
  display: block;
  line-height: 1;
  margin-top: 4px;
  white-space: nowrap;
}

.header__link-badge {
  position: absolute;
  right: -4px;
  top: -2px;
  height: 14px;
  padding: 0 4px;
  background-color: var(--bs-danger);
  color: #fff;
  font-weight: bold;
  font-size: 10px;
  border-radius: 100px;
}

.nav {
  margin-bottom: 32px;
}

@media (max-width: 991.98px) {
  .nav {
    display: none;
  }
}

.nav__items {
  display: flex;
  justify-content: space-around;
  width: 100%;
  border-radius: 2px;
  background-color: var(--bs-gray-50);
}

.nav__item {
  font-size: 14px;
  color: var(--bs-gray-700);
  padding-top: 11px;
  padding-bottom: 12px;
  display: flex;
  justify-content: center;
  flex-grow: 1;
  transition: all .3s;
}

@media (max-width: 1199.98px) {
  .nav__item {
    font-size: 13px;
  }
}

.nav__item:hover {
  background-color: var(--bs-gray-100);
  color: var(--bs-gray-900);
  box-shadow: inset 0px -2px 0 var(--bs-primary);
}

.nav__request {
  font-size: 14px;
  padding-top: 11px;
  padding-bottom: 12px;
  display: flex;
  justify-content: center;
  flex-grow: 1;
  transition: all .3s;
  border-radius: 0 2px 2px 0;
  font-weight: 600;
}

@media (max-width: 1199.98px) {
  .nav__request {
    font-size: 13px;
  }
}

.nav__request:hover {
}

.nav__request img {
  margin-right: 8px;
  display: block;
}

.featured-categories {
  margin-bottom: 24px;
}

.featured-categories__wrapper {
  border: 1px solid var(--bs-gray-100);
  display: flex;
}

@media (max-width: 991.98px) {
  .featured-categories__wrapper {
    flex-direction: column;
  }
}

.featured-categories__sidebar {
  width: 25%;
  background-color: var(--bs-gray-50);
  flex: 0 0 auto;
  padding: 24px;
}

@media (max-width: 991.98px) {
  .featured-categories__sidebar {
    width: 100%;
  }
}

.featured-categories__title {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--bs-gray-900);
  margin-bottom: 16px;
  display: block;
}

.featured-categories__subcats {
  margin-bottom: 24px;
}

@media (max-width: 991.98px) {
  .featured-categories__subcats {
    columns: 3;
  }
}

@media (max-width: 575.98px) {
  .featured-categories__subcats {
    columns: 2;
  }
}

.featured-categories__subcats-item {
  display: block;
  color: var(--bs-gray-700);
  margin-bottom: 8px;
}

.featured-categories__subcats-item:hover {
  color: var(--bs-primary);
}

.featured-categories__all-btn {
  font-size: 12px;
  font-weight: 600;
}

.featured-categories__all-btn img {
  margin-right: 8px;
}

.featured-categories__content {
  display: flex;
  flex-wrap: wrap;
  margin-right: -1px;
  margin-bottom: -1px;
  width: calc(100% + 1px);
}

@media (max-width: 991.98px) {
  .featured-categories__content {
    width: 100%;
  }
}

.featured-categories__item {
  width: 25%;
  text-align: center;
  border-right: 1px solid var(--bs-gray-100);
  border-bottom: 1px solid var(--bs-gray-100);
  padding: 24px 24px 16px;
  transition: all .3s;
}

@media (max-width: 991.98px) {
  .featured-categories__item {
    width: 33.33%;
  }
}

@media (max-width: 575.98px) {
  .featured-categories__item {
    width: 50%;
  }
}

.featured-categories__item:hover {
  box-shadow: inset 0px -2px 0 var(--bs-primary);
}

.featured-categories__item:hover .featured-categories__item-title {
  color: var(--bs-primary);
}

.featured-categories__item-img {
  aspect-ratio: 12 / 9;
  display: flex;
  align-items: center;
  justify-content: center;
}

.featured-categories__item-img img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  height: auto;
  margin: 0 auto;
}

.featured-categories__item-title {
  color: var(--bs-gray-700);
  margin-top: 12px;
  display: block;
  line-height: 1.2;
  transition: all .3s;
}

.testimonials {
  margin-top: 72px;
}

.sw-app {

}

.footer {
  margin-top: 72px;
}

.footer__top {
  border-bottom: 1px solid var(--bs-gray-300);
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding-bottom: 48px;
}

@media (max-width: 575.98px) {
  .footer__top {
    flex-direction: column;
  }
}

.footer__nav {
  width: 75%;
  columns: 3;
}

@media (max-width: 575.98px) {
  .footer__nav {
    flex-direction: column;
    width: 100%;
    columns: 2;
  }
}

.footer__nav-item {
  color: var(--bs-gray-700);
  display: block;
}

.footer__nav-item:hover {
  color: var(--bs-primary);
}

.footer__nav-item + .footer__nav-item {
  margin-top: 10px;
}

.footer__icons {
  width: 25%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

@media (max-width: 575.98px) {
  .footer__icons {
    width: 100%;
    align-items: flex-start;
    margin-top: 24px;
  }
}

.footer__payment {
  display: flex;
}

.footer__payment-item {
  display: block;
  width: 80px;
  background-color: var(--bs-gray-100);
  transition: all .3s;
}

.footer__payment-item:hover {
  background-color: var(--bs-gray-200);
}

.footer__payment-item + .footer__payment-item {
  margin-left: 8px;
}

.footer__payment-item img {
  display: block;
  width: 100%;
  height: auto;
}

.footer__social {
  display: flex;
  margin-top: 16px;
}

.footer__social-item {
  display: block;
  width: 30px;
  background-color: var(--bs-gray-100);
  border-radius: 100px;
  transition: all .3s;
}

.footer__social-item:hover {
  background-color: var(--bs-gray-200);
}

.footer__social-item + .footer__social-item {
  margin-left: 16px;
}

.footer__bottom {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 24px 0;
}

@media (max-width: 991.98px) {
  .footer__bottom {
    flex-direction: column;
  }
}

.footer__bottom-item {
  display: flex;
  align-items: center;
  color: var(--bs-gray-400);
}

@media (max-width: 575.98px) {
  .footer__bottom-item {
    font-size: 12px;
  }
}

.footer__bottom-item img {
  margin-right: 4px;
}

.request-popup {
  max-width: 600px;
  background-color: #fff;
  padding: 40px;
  margin: 0 auto;
  position: relative;
}

@media (max-width: 575.98px) {
  .request-popup {
    padding: 16px;
    padding-top: 40px;
  }
}

.request-popup__title {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  color: var(--bs-gray-700);
  margin-top: 0;
  margin-bottom: 24px;
  line-height: 1;
}

.request-popup__text {
  margin-bottom: 24px;
}

.request-popup__row {
  display: flex;
  margin-bottom: 16px;
}

@media (max-width: 575.98px) {
  .request-popup__row {
    flex-direction: column;
    margin-bottom: 8px;
  }
}

.request-popup__label {
  flex-shrink: 0;
  width: 140px;
  display: block;
  color: var(--bs-gray-400);
  padding-top: 10px;
}

@media (max-width: 575.98px) {
  .request-popup__label {
    margin-bottom: 4px;
  }
}

.request-popup__input {
  flex-shrink: 1;
}

.request-popup__file {

}

.request-popup__file-input {

}

.request-popup__confirm {
  display: flex;
  color: var(--bs-gray-400);
}

@media (max-width: 575.98px) {
  .request-popup__confirm {
    margin-top: 16px;
  }
}

.request-popup__confirm a {
  color: var(--bs-gray-700);
  margin-left: 6px;
}

.request-popup__btns {
  border-top: 1px solid var(--bs-gray-100);
  margin-top: 24px;
  padding-top: 24px;
  display: flex;
  justify-content: flex-end;
}

.request-popup__cancel {
  padding: 8px 24px 10px;
}

.request-popup__submit {
  padding: 8px 24px 10px;
  margin-left: 8px;
}

.login {
  max-width: 600px;
  background-color: #fff;
  padding: 40px;
  margin: 0 auto;
  position: relative;
}


@media (max-width: 575.98px) {
  .login {
    padding: 40px 16px 16px;
  }
}

.login__title {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  color: var(--bs-gray-700);
  margin-top: 0;
  margin-bottom: 32px;
  line-height: 1;
  text-align: center;
}

.login__social {
  padding: 16px 0 24px;
  border-top: 1px solid var(--bs-gray-100);
  border-bottom: 1px solid var(--bs-gray-100);
  text-align: center;
  margin-bottom: 32px;
}

.login__social-title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 8px;
  color: var(--bs-gray-700);
}

.login__social-items {
  display: flex;
  justify-content: center;
}

.login__social-item {
  margin: 0 8px;
}

.login__row {
  display: flex;
  margin-bottom: 16px;
}

@media (max-width: 575.98px) {
  .login__row {
    flex-direction: column;
    margin-bottom: 8px;
  }
}

.login__label {
  flex-shrink: 0;
  width: 160px;
  display: block;
  color: var(--bs-gray-400);
  padding-top: 10px;
}

.login__input {

}

.login__footer {
  display: flex;
  padding-left: 160px;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 575.98px) {
  .login__footer {
    margin-top: 16px;
    padding-left: 0;
  }
}

.login__footer-links {
  font-size: 12px;
  color: var(--bs-gray-400);
}

.login__footer-link {
  color: var(--bs-gray-700);
}

.login__footer-btn {

}

.catalog__wrapper {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

@media (max-width: 991.98px) {
  .catalog__wrapper {
    flex-direction: column-reverse;
  }
}

.catalog__sidebar {
  width: 267px;
  flex-shrink: 0;
  margin-right: 24px;
  background: var(--bs-gray-50);
  padding: 24px;
  border-radius: 2px;
}

@media (max-width: 991.98px) {
  .catalog__sidebar {
    width: 100%;
    margin-right: 0;
    margin-top: 24px;
  }
}

.catalog__sidebar-title {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  color: var(--bs-gray-900);
  margin-bottom: 16px;
}

.catalog__sidebar-list {

}

.catalog__sidebar-item {

}

.catalog__sidebar-item-title {
  display: block;
  padding: 4px 0 4px 16px;
  position: relative;
  color: var(--bs-gray-700);
}

.catalog__sidebar-item-title:hover {
  color: var(--bs-primary);
}

.catalog__sidebar-item-title.--current {
  font-weight: bold;
  pointer-events: none;
}

.catalog__sidebar-item-title img {
  position: absolute;
  left: 0;
  top: 11px;
}

.catalog__sidebar-subitems {
  padding-bottom: 8px;
}

.catalog__sidebar-subitem {
  display: block;
  padding: 4px 0 4px 16px;
  font-size: 13px;
  color: var(--bs-gray-500);
}


.catalog__sidebar-subitem:hover {
  color: var(--bs-primary);
}

.catalog__sidebar-subitem.--current {
  font-weight: bold;
  color: var(--bs-gray-700);
  pointer-events: none;
}

.catalog__content {
  width: calc(100% - 291px);
}

@media (max-width: 991.98px) {
  .catalog__content {
    width: 100%;
  }
}

.page-title {
  margin-top: 0;
  line-height: 1;
  margin-bottom: 24px;
  font-size: 32px;
  font-weight: bold;
  color: var(--bs-gray-900);
  text-transform: uppercase;
}

.product-list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 24px;
}

.product {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 33.33%;
  padding: 16px;
  border: 1px solid var(--bs-gray-100);
  margin-right: -1px;
  margin-bottom: -1px;
  text-align: center;
}

@media (max-width: 767.98px) {
  .product {
    width: 50%;
    padding: 4px;
    text-align: left;
  }
}

.product__img {
  display: block;
  margin-bottom: 16px;
}

.product__img img {
  display: block;
  width: 100%;
  height: auto;
}

.product__brand {
  font-size: 13px;
  color: var(--bs-gray-500);
  margin-bottom: 4px;
  display: block;
}

.product__title {
  color: var(--bs-gray-700);
  line-height: 1.5;
}

.product__price {
  margin-top: auto;
  padding-top: 8px;
  font-size: 20px;
  font-weight: bold;
  color: var(--bs-gray-900);
}

.product__status {
  font-size: 12px;
  display: flex;
  justify-content: center;
}

@media (max-width: 767.98px) {
  .product__status {
    justify-content: flex-start;
  }
}

.product__status img {
  display: block;
  margin-right: 8px;
}

.product__to-basket {
  margin-top: 16px;
}

@media (max-width: 767.98px) {
  .product__to-basket {
    font-size: 13px;
    padding-left: 4px;
    padding-right: 4px;
  }
}

.product__one-click {
  color: var(--bs-primary);
}

@media (max-width: 767.98px) {
  .product__one-click {
    font-size: 13px;
    padding-left: 4px;
    padding-right: 4px;
  }
}

.product-full {
  display: flex;
  max-width: 100%;
  margin-bottom: 32px;
}

@media (max-width: 767.98px) {
  .product-full {
    flex-direction: column;
  }
}

.product-full__imgs {
  width: 54%;
  margin-right: 24px;
  flex-shrink: 0;
}

@media (max-width: 767.98px) {
  .product-full__imgs {
    width: 100%;
    margin-right: 0;
  }
}

.product-full__imgs-big {
  margin-bottom: 8px;
}

.product-full__imgs-big img {
  display: block;
  width: 100%;
  height: auto;
}

.product-full__imgs-big-item {

}

.product-full__imgs-previews {
  display: flex;
  flex-wrap: wrap;
  margin-right: -8px;
  margin-bottom: 16px;
}

@media (max-width: 767.98px) {
  .product-full__imgs-previews {
    display: none;
  }
}

.product-full__imgs-previews img {
  display: block;
  width: 100%;
  height: auto;
}

.product-full__imgs-previews-item {
  width: 20%;
  padding-right: 8px;
  padding-bottom: 8px;
}

.product-full__imgs-previews-item.--active img {
  border: 1px solid var(--bs-primary);
}

.product-full__imgs-share {
  padding: 6px 16px;
  display: inline-flex;
}

.product-full__imgs-share img {
  margin-right: 8px;
  display: block;
}

.product-full__cont {

}

@media (max-width: 767.98px) {
  .product-full__cont {
    margin-top: 16px;
  }
}

.product-full__specs {

}

.product-full__specs-row {
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding: 8px 16px;
  font-size: 13px;
}

.product-full__specs-row:nth-of-type(2n + 1) {
  background-color: var(--bs-gray-50);
}

.product-full__specs-row:last-of-type {
  border-bottom: 2px solid var(--bs-gray-100);
}

.product-full__specs-key {
  color: var(--bs-gray-400);
}

.product-full__specs-val {
  color: var(--bs-gray-700);
  font-weight: bold;
}

.product-full__specs-full {
  font-size: 13px;
  font-weight: bold;
  text-align: right;
  display: block;
  padding-top: 8px;
}

.product-full__specs-full img {
  margin-right: 4px;
}

.product-full__price {
  margin-top: 16px;
}

.product-full__price-caption {
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: var(--bs-gray-400);
}

.product-full__price-values {
  display: flex;
  align-items: baseline;
}

.product-full__price-current {
  font-size: 32px;
  font-weight: bold;
  color: var(--bs-gray-900);
}

.product-full__price-old {
  text-decoration: line-through;
  color: var(--bs-gray-400);
  font-size: 20px;
  margin-left: 16px;
}

.product-full__price-info {
  padding-left: 24px;
  font-size: 11px;
  line-height: 120%;
  font-style: italic;
  color: var(--bs-gray-400);
  position: relative;
}

.product-full__price-info img {
  position: absolute;
  top: 0;
  left: 0;
}

.product-full__to-basket {
  margin-top: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 72px;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 600;
}

.product-full__to-basket img {
  margin-right: 16px;
}

.product-full__one-click {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 48px;
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 12px;
}

.product-full__one-click img {
  margin-right: 16px;
}

.product-full__payment-methods {
  display: flex;
  margin-top: 24px;
}

.product-full__payment-methods-item {
  width: 64px;
  border: 1px solid var(--bs-gray-100);
  border-radius: 2px;
}

.product-full__payment-methods-item + .product-full__payment-methods-item {
  margin-left: 8px;
}

.product-full__payment-methods-item img {
  display: block;
  width: 100%;
  height: auto;
}

.product-full__delivery {
  margin-top: 24px;
  padding: 16px 16px 16px 48px;
  background-color: var(--bs-gray-50);
  position: relative;
}

.product-full__delivery-ico {
  position: absolute;
  top: 16px;
  left: 16px;
}

.product-full__delivery-title {
  font-size: 13px;
  color: var(--bs-gray-700);
  line-height: 1.3;
}

.product-full__delivery-text {
  font-size: 11px;
  color: var(--bs-gray-400);
  line-height: 1.3;
}

.product-full__delivery-text + .product-full__delivery-title {
  margin-top: 8px;
}

.product-full__guarantee {
  padding: 16px 16px 16px 48px;
  background-color: var(--bs-gray-100);
  position: relative;
}

.product-full__guarantee-ico {
  position: absolute;
  top: 16px;
  left: 16px;
}

.product-full__guarantee-text {
  font-size: 13px;
  color: var(--bs-gray-700);
  line-height: 1.3;
}

.basket {

}

.basket__wrapper {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

@media (max-width: 1199.98px) {
  .basket__wrapper {
    flex-direction: column;
  }
}

.basket__content {
  width: 100%;
}

.basket__tabs {
  display: flex;
  width: 100%;
  border-bottom: 2px solid var(--bs-gray-200);
  padding-bottom: 2px;
  margin-bottom: 2px;
}

@media (max-width: 767.98px) {
  .basket__tabs {
    flex-direction: column;
    position: relative;
  }
}

.basket__tab {
  display: flex;
  align-items: center;
  padding: 4px 8px;
}

.basket__tab.--active {
  border-bottom: 2px solid var(--bs-primary);
  margin-bottom: -4px;
}

@media (max-width: 767.98px) {
  .basket__tab.--active {
    margin-bottom: 0;
    border-left: 2px solid var(--bs-primary);
    border-bottom: 0;
  }
}

.basket__tab.--active .basket__tab-name {
  color: var(--bs-gray-700);

}

.basket__tab-name {
  font-weight: bold;
  color: var(--bs-gray-400);
}

.basket__tab-name:hover {
  color: var(--bs-gray-700);
}

.basket__tab-edit {
  margin-left: 16px;
}

.basket__tab-delete {
  margin-left: 12px;
}

.basket__tab-edit img, .basket__tab-delete img {
  display: block;
}

.basket__add-tab {
  padding: 0;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 8px;
}

@media (max-width: 767.98px) {
  .basket__add-tab {
    position: absolute;
    bottom: 2px;
    right: 0;
  }
}

.basket__table {

}

@media (max-width: 767.98px) {
  .basket__table {
    display: block;
  }
}

.basket__tr {

}

@media (max-width: 767.98px) {
  .basket__tr {
    display: block;
    position: relative;
    padding: 12px 0;
  }
}

.basket__tr:nth-child(odd) {
  background-color: var(--bs-gray-50);
}

.basket__td {
  padding: 32px 0 32px 24px;
  vertical-align: top;
}

@media (max-width: 767.98px) {
  .basket__td {
    display: block;
    padding: 0;
    padding-left: 80px;
  }
}

.basket__checkbox {
  margin-right: -5px;
}

@media (max-width: 767.98px) {
  .basket__checkbox {
    position: absolute;
    left: 8px;
    top: 10px;
  }
}

.basket__product-img {
  display: block;
  width: 80px;
}

@media (max-width: 767.98px) {
  .basket__product-img {
    width: 56px;
    position: absolute;
    left: 8px;
    top: 38px;
  }
}

.basket__product-img img {
  display: block;
  width: 100%;
  height: auto;
}

.basket__provider-n-rating {
  display: flex;
  gap: 16px;
  align-items: center;
  margin-bottom: 4px;
}

.basket__provider {
  font-size: 11px;
  color: var(--bs-gray-400);
}

.basket__provider a {
  color: var(--bs-gray-700);
}

.basket__rating {
  display: flex;
  gap: 2px;
}

.basket__product-name {
  line-height: 130%;
  color: var(--bs-gray-700);
  display: block;
  margin-bottom: 8px;
}

.basket__comment {
  padding-left: 18px;
  position: relative;
  display: block;
}

.basket__comment-img {
  left: 0;
  top: 2px;
  position: absolute;
}

.basket__comment-text {
  font-size: 11px;
  color: var(--bs-gray-400);
}

.basket__qty-n-prices {
  display: flex;
  gap: 32px;
}

@media (max-width: 767.98px) {
  .basket__qty-n-prices {
    margin-top: 16px;
    gap: 16px;
  }
}

.basket__qty {
  display: flex;
  gap: 8px;
}

.basket__qty-btn {
  width: 32px;
  height: 32px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.basket__qty-input {
  height: 32px;
  width: 40px;
  text-align: center;
}

.basket__prices {

}

.basket__prices-price {
  font-weight: bold;
  color: var(--bs-gray-900);
  display: block;
  line-height: 1.1;
  margin-bottom: 2px;
}

.basket__prices-time {
  font-size: 11px;
  display: block;
}

.basket__price-info {
  margin-top: 20px;
  padding-left: 24px;
  font-size: 11px;
  line-height: 120%;
  font-style: italic;
  color: var(--bs-gray-400);
  position: relative;
}

.basket__price-info img {
  position: absolute;
  top: 0;
  left: 0;
}

.basket__remove img {
  display: block;
  width: 16px;
}

@media (max-width: 767.98px) {
  .basket__remove img {
    position: absolute;
    right: 8px;
    top: 10px;
  }
}

.basket__vin {
  display: flex;
  align-items: baseline;
  gap: 8px;
  background-color: var(--bs-gray-50);
  padding: 8px 16px;
}

@media (max-width: 767.98px) {
  .basket__vin {
    flex-wrap: wrap;
  }
}

.basket__vin-label {
  font-size: 14px;
  padding-right: 8px;
}

@media (max-width: 767.98px) {
  .basket__vin-label {
    width: 100%;
  }
}

.basket__vin-input {
  width: 240px;
}

@media (max-width: 767.98px) {
  .basket__vin-input {
    width: 200px;
  }
}

.basket__vin-btn {

}

.basket__sidebar {
  width: 300px;
  flex-shrink: 0;
  margin-left: 32px;
}

@media (max-width: 1199.98px) {
  .basket__sidebar {
    width: 100%;
    margin-left: 0;
    margin-top: 32px;
    display: flex;
    align-items: center;
  }
}

@media (max-width: 767.98px) {
  .basket__sidebar {
    flex-direction: column;
    align-items: flex-start;
  }
}

.basket__total {
  background-color: var(--bs-gray-50);
  padding: 24px;
}

@media (max-width: 1199.98px) {
  .basket__total {
    background-color: transparent;
  }
}

@media (max-width: 767.98px) {
  .basket__total {
    padding: 16px 0;
  }
}

.basket__total-caption {
  font-size: 14px;
  text-transform: uppercase;
  color: var(--bs-gray-400);
}

.basket__total-price {
  font-size: 32px;
  font-weight: bold;
  color: var(--bs-gray-900);
}

@media (max-width: 991.98px) {
  .basket__total-price {
    font-size: 24px;
  }
}

.basket__buy {
  width: 100%;
  height: 72px;
  font-size: 18px;
  font-weight: bold;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 1199.98px) {
  .basket__buy {
    width: 300px;
  }
}

@media (max-width: 991.98px) {
  .basket__buy {
    width: 240px;
    font-size: 14px;
  }
}

@media (max-width: 767.98px) {
  .basket__buy {
    font-size: 18px;
    width: 100%;
  }
}

.basket__terms {
  margin-top: 16px;
  font-size: 12px;
  color: var(--bs-gray-400);
  line-height: 140%;
}

@media (max-width: 1199.98px) {
  .basket__terms {
    order: -1;
    margin-top: 0;
    padding-left: 16px;
    width: 280px;
    margin-right: auto;
  }
}

@media (max-width: 991.98px) {
  .basket__terms {
    width: 220px;
  }
}

@media (max-width: 767.98px) {
  .basket__terms {
    width: 100%;
    order: 3;
    padding-left: 0;
    padding-top: 16px;
  }
}

.max-width-400 {
  max-width: 400px;
}

.max-width-600 {
  max-width: 600px;
}

.delivery {
  margin-bottom: 200px;
}

.delivery__toggle {
  padding: 16px 80px;
  font-size: 16px;
  font-weight: bold;
  color: var(--bs-gray-900);
}

@media (max-width: 767.98px) {
  .delivery__toggle {
    padding: 16px 32px;
  }
}

.delivery__footer {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.delivery__footer-back {
  display: flex;
  align-items: center;
}

.delivery__footer-back img {
  margin-right: 8px;
  display: block;
}

.delivery__footer-order {
  width: 300px;
  height: 72px;
  font-size: 18px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
}

.delivery__courier {
  padding-top: 16px;
  border-bottom: 2px solid var(--bs-gray-200);
  padding-bottom: 24px;
  margin-bottom: 24px;
}

.delivery__field-row {
  display: flex;
  margin-bottom: 16px;
}

@media (max-width: 767.98px) {
  .delivery__field-row {
    flex-direction: column;
    margin-bottom: 8px;
  }
}

.delivery__field-label {
  flex-shrink: 0;
  width: 140px;
  display: block;
  color: var(--bs-gray-400);
  padding-top: 10px;
}

@media (max-width: 767.98px) {
  .delivery__field-label {
    width: 100%;
    margin-bottom: 4px;
  }
}

.delivery__field-input {
  flex-grow: 1;
}

.delivery__courier-info {
  max-width: 384px;
  padding: 24px;
  background-color: var(--bs-gray-50);
}

.delivery__courier-info-item {
  position: relative;
  padding-left: 32px;
  line-height: 1.3;
}

.delivery__courier-info-item + .delivery__courier-info-item {
  margin-top: 8px;
}

.delivery__courier-info-item img {
  position: absolute;
  left: 0;
  top: 2px;
}

.subcats {
  border: 1px solid var(--bs-gray-100);
  display: flex;
  margin-bottom: 32px;
}

@media (max-width: 991.98px) {
  .subcats {
    flex-direction: column;
  }
}

.subcats__content {
  display: flex;
  flex-wrap: wrap;
  margin-right: -1px;
  margin-bottom: -1px;
  width: calc(100% + 1px);
}

@media (max-width: 991.98px) {
  .subcats__content {
    width: 100%;
  }
}

.subcats__item {
  width: 25%;
  text-align: center;
  border-right: 1px solid var(--bs-gray-100);
  border-bottom: 1px solid var(--bs-gray-100);
  padding: 24px 24px 16px;
  transition: all .3s;
}

@media (max-width: 991.98px) {
  .subcats__item {
    width: 33.33%;
  }
}

@media (max-width: 575.98px) {
  .subcats__item {
    width: 50%;
  }
}

.subcats__item:hover {
  box-shadow: inset 0px -2px 0 var(--bs-primary);
}

.subcats__item:hover .subcats__item-title {
  color: var(--bs-primary);
}

.subcats__item-img {
  aspect-ratio: 12 / 9;
  display: flex;
  align-items: center;
  justify-content: center;
}

.subcats__item-img img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  height: auto;
  margin: 0 auto;
}

.subcats__item-title {
  color: var(--bs-gray-700);
  margin-top: 12px;
  display: block;
  line-height: 1.2;
  transition: all .3s;
}
