@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&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) {*/

input[type="text"]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}
input[type="text"]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

@media (max-width: 991.98px) {
  input[type="color"],
  input[type="date"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="email"],
  input[type="month"],
  input[type="number"],
  input[type="password"],
  input[type="search"],
  input[type="tel"],
  input[type="text"],
  input[type="time"],
  input[type="url"],
  input[type="week"],
  select:focus,
  textarea {
    font-size: 16px !important;
  }
}

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

.hamburger-menu {
  position: fixed;
  z-index: 999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  padding: 24px 24px 56px;
  overflow-y: scroll;
  visibility: hidden;
  opacity: 0;
  transform: translateX(8px);
  transition: all 0.3s;
  flex-direction: column;
  justify-content: flex-start;
  display: none;
}

.hamburger-menu::-webkit-scrollbar {
  width: 4px;
  height: 12px;
}

.hamburger-menu::-webkit-scrollbar-track {
  background: var(--bs-gray-100);
}

.hamburger-menu::-webkit-scrollbar-thumb {
  background: var(--bs-primary);
  border-radius: 6px;
}

@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-900);
  padding: 8px 24px 8px 0;
  font-size: 14px;
  position: relative;
}

.hamburger-menu__item.--bold {
  font-weight: bold;
}

.hamburger-menu__item:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 8px;
  width: 8px;
  height: 8px;
  border-top: 1px solid var(--bs-primary);
  border-right: 1px solid var(--bs-primary);
  transform: translateY(-50%) rotate(45deg);
}

.hamburger-menu__item.btn:after {
  display: none;
}

.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: 80px;
}

.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__tel {
  font-size: 16px;
  font-weight: 600;
  color: var(--bs-gray-700);
}
.header-mobile__social {
  display: flex;
}
.header-mobile__social-item {
  display: block;
  width: 24px;
  background-color: var(--bs-gray-100);
  border-radius: 100px;
  transition: all 0.3s;
}

.header-mobile__social-item img {
  display: block;
  width: 24px;
}

.header-mobile__social-item + .header-mobile__social-item {
  margin-left: 4px;
}

.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-submit {
  width: 18px;
  height: 18px;
  background-image: url("../images/header__search.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 14px;
  top: 11px;
  cursor: pointer;
  z-index: 2;
  text-indent: -9999px;
  border: 0;
  background-color: transparent;
}

.header-mobile__search-inner .twitter-typeahead {
  width: 100%;
}

.header-mobile__search-inner .tt-menu {
  background-color: #fff;
  box-shadow: 0px 27px 80px rgba(0, 0, 0, 0.07), 0px 11.28px 33.4221px rgba(0, 0, 0, 0.0503198), 0px 6.0308px 17.869px rgba(0, 0, 0, 0.0417275), 0px 3.38082px 10.0172px rgba(0, 0, 0, 0.035), 0px 1.79553px 5.32008px rgba(0, 0, 0, 0.0282725), 0px 0.747159px 2.21381px rgba(0, 0, 0, 0.0196802);
  border-radius: 2px;
  width: calc(100vw - 20px);
}

.header-mobile__search-input {
  height: 40px;
  border-color: var(--bs-primary);
  padding-right: 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 {
  position: sticky;
  top: 0;
  background-color: #fff;
  z-index: 99;
}

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

.container {
}

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

.header__hours {
  font-size: 11px;
}

@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 {
  font-size: 12px;
  color: var(--bs-body-color);
}

@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 0.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 {
  max-width: 200px;
}

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

.header__catalog-wrapper {
}

.header__catalog-bg {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(120, 120, 120, 0.5);
  backdrop-filter: blur(8px);
  z-index: 10;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
}

.header__catalog-bg.--visible {
  visibility: visible;
  opacity: 1;
}

.header__catalog-dropdown {
  position: fixed;
  left: 0;
  top: 97px;
  right: 0;
  bottom: 0;
  z-index: 11;
  overflow: hidden;
  overflow-y: scroll;
  background-color: #fff;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
  transform: translateY(16px);
  overscroll-behavior: contain;
}

.header__catalog-dropdown.--visible {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

.header__catalog {
  margin-left: 40px;
  display: flex;
  align-items: center;
  gap: 8px;
  position: relative;
  z-index: 100;
  font-weight: 600;
}

.header__catalog-on {
  display: block;
}

.header__catalog-off {
  display: none;
}

.header__catalog.--active .header__catalog-on {
  display: none;
}

.header__catalog.--active .header__catalog-off {
  display: block;
}

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

.header__search-inner {
  position: relative;
}

.header__search-submit {
  width: 18px;
  height: 18px;
  background-image: url("../images/header__search.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 14px;
  top: 11px;
  cursor: pointer;
  z-index: 2;
  text-indent: -9999px;
  border: 0;
  background-color: transparent;
}

.header__search-inner .twitter-typeahead {
  width: 100%;
}
.header__search-inner .tt-menu {
  background-color: #fff;
  box-shadow: 0px 27px 80px rgba(0, 0, 0, 0.07), 0px 11.28px 33.4221px rgba(0, 0, 0, 0.0503198), 0px 6.0308px 17.869px rgba(0, 0, 0, 0.0417275), 0px 3.38082px 10.0172px rgba(0, 0, 0, 0.035), 0px 1.79553px 5.32008px rgba(0, 0, 0, 0.0282725), 0px 0.747159px 2.21381px rgba(0, 0, 0, 0.0196802);
  border-radius: 2px;
  width: 100%;
}
.header__search-suggestions__el {
  width: 100%;
}
.header__search-suggestions__link {
  display: flex;
  width: 100%;
  padding: 12px 16px;
  border-bottom: 1px solid var(--bs-gray-200);
  justify-content: space-between;
  transition: all 0.3s;
}
.header__search-suggestions__link:hover {
  background-color: var(--bs-gray-100);
}
.header__search-suggestions__img {
  width: 72px;
  height: auto;
  flex-shrink: 0;
  margin-right: 16px;
  display: block;
}
.header__search-suggestions__img img {
  display: block;
  width: 100%;
  height: auto;
}
.header__search-suggestions__content {
  display: flex;
  flex-direction: column;
  padding-top: 8px;
  width: 100%;
}
.header__search-suggestions__brand {
  font-size: 13px;
  color: var(--bs-gray-400);
  margin-bottom: 4px;
}
.header__search-suggestions__title {
  font-size: 14px;
  color: var(--bs-gray-700);
  display: block;
  line-height: 1.2;
}
.header__search-suggestions__price {
  font-size: 16px;
  font-weight: bold;
  color: var(--bs-gray-900);
  margin-left: 16px;
  flex-shrink: 0;
  white-space: nowrap;
  padding-top: 8px;
}

.header__search-input {
  height: 40px;
  padding-right: 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;
}

.dropdown-catalog__wrapper {
  display: flex;
  width: 100%;
}
.dropdown-catalog__left {
  width: 25%;
  flex-shrink: 0;
  border-right: 1px solid var(--bs-gray-200);
  padding: 16px 0;
}
.dropdown-catalog__category {
  padding: 8px 8px;
  color: var(--bs-gray-900);
  font-weight: 600;
  display: block;
  font-size: 13px;
  text-transform: uppercase;
}
.dropdown-catalog__category.--active {
  background-color: var(--bs-secondary);
}
.dropdown-catalog__content {
  padding: 16px 24px;
  width: 100%;
}
.dropdown-catalog__content-el {
  display: none;
}
.dropdown-catalog__content-el.--visible {
  display: block;
}
.dropdown-catalog__content-title {
  font-size: 32px;
  font-weight: 600;
  color: var(--bs-gray-900);
  margin-bottom: 16px;
  display: block;
}
.dropdown-catalog__links {
  column-count: 3;
  column-gap: 16px;
  width: 100%;
}
.dropdown-catalog__links-block {
  break-inside: avoid-column;
  margin-bottom: 24px;
}
.dropdown-catalog__links-heading {
  display: block;
  font-size: 14px;
  font-weight: bold;
  color: var(--bs-gray-900);
}
.dropdown-catalog__links-heading:hover {
  color: var(--bs-primary);
}
.dropdown-catalog__links-link {
  display: block;
  font-size: 14px;
  color: var(--bs-gray-500);
  margin-top: 8px;
}
.dropdown-catalog__links-link:hover {
  color: var(--bs-primary);
}
.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 0.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 0.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;
}

.quick-filter {
  margin-bottom: 32px;
}

.quick-filter__wrapper {
  background-color: var(--bs-gray-50);
  border-radius: 2px;
  padding: 24px;
}

.quick-filter__h2 {
  font-size: 18px;
  line-height: 1;
  font-weight: bold;
  color: var(--bs-gray-900);
  margin-top: 0;
  margin-bottom: 4px;
  text-transform: uppercase;
}

.quick-filter__subtitle {
  font-size: 14px;
  color: var(--bs-gray-400);
  margin-bottom: 16px;
}

.quick-filter__form {
  display: flex;
  width: 100%;
  gap: 16px;
}

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

.quick-filter__field {
  flex: 1 1 auto;
  position: relative;
  display: block;
}

.quick-filter__field.--disabled {
  pointer-events: none;
  opacity: 0.4;
}

.quick-filter__field::after {
  content: "";
  width: 8px;
  height: 5px;
  background-image: url("../images/quick-filter__dropdown.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}

.quick-filter__number {
  width: 24px;
  height: 24px;
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--bs-gray-400);
  font-size: 13px;
  border: 1px solid var(--bs-gray-200);
  border-radius: 100%;
  pointer-events: none;
}

.quick-filter__input-wrapper {
}

.quick-filter__input {
  padding: 16px 24px 16px 48px;
  cursor: pointer;
  transition: all 0.3s;
  text-align: left;
}

.quick-filter__input:hover {
  border: 1px solid var(--bs-primary);
}

.quick-filter__submit {
  padding: 0 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 16px;
}

.quick-filter__search {
}

.generation-popup {
  position: relative;
  background-color: #fff;
  max-width: 800px;
  margin: 0 auto;
}

.generation-popup__wrapper {
  padding: 32px;
}

@media (max-width: 991.98px) {
  .generation-popup__wrapper {
    padding: 16px;
  }
}

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

.generation-popup__items {
  display: flex;
  flex-wrap: wrap;
  column-count: 3;
  margin-right: -16px;
}

.generation-popup__label {
  width: calc(33.33% - 16px);
  position: relative;
  margin-right: 16px;
  margin-bottom: 16px;
  overflow: hidden;
  border-radius: 4px;
  cursor: pointer;
}

@media (max-width: 991.98px) {
  .generation-popup__label {
    width: calc(50% - 16px);
  }
}

.generation-popup__img {
  display: block;
  width: 100%;
  height: auto;
}

.generation-popup__cont {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 8px;
  color: #fff;
  padding-left: 32px;
}

.generation-popup__checkbox {
  margin-left: -24px;
  float: left;
}

.generation-popup__title {
  display: block;
  line-height: 1.1;
  font-size: 14px;
  font-weight: bold;
  text-shadow: 0 0 2px rgba(0, 0, 0, 1);
}

.generation-popup__subtitle {
  display: block;
  line-height: 1.1;
  font-size: 12px;
  margin-top: 4px;
  text-shadow: 0 0 2px rgba(0, 0, 0, 1);
}

.generation-popup__buttons {
  display: flex;
  justify-content: flex-end;
  gap: 16px;
  margin-top: 32px;
}

.generation-popup__button {
  padding: 12px 24px;
}

.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 0.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 {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 0;
  padding-top: calc(9 / 12 * 100%);
}

.featured-categories__item-img::before {
  content: "";
  display: block;
  padding-top: calc(9 / 12 * 100%);
}

.featured-categories__item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

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

.featured-categories__products-more-btn {
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}

.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%;
    margin-top: 24px;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
}

.footer__payment {
  display: flex;
}

.footer__payment-item {
  display: block;
  width: 80px;
  background-color: var(--bs-gray-100);
  transition: all 0.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;
}

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

.footer__social-item {
  display: block;
  width: 30px;
  background-color: var(--bs-gray-100);
  border-radius: 100px;
  transition: all 0.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-filter {
  margin-bottom: 16px;
  position: relative;
}

.catalog__sidebar-filter-btn {
  border: none;
  background: none;
  width: 24px;
  padding: 8px;
  position: absolute;
  top: 8px;
  right: 8px;
}

.catalog__sidebar-filter-btn svg {
  display: block;
  width: 100%;
  height: auto;
}

.catalog__sidebar-brands {
  margin-bottom: 32px;
  scrollbar-color: var(--bs-gray-400) var(--bs-gray-100);
  scrollbar-width: thin;
  overflow-y: scroll;
  max-height: 140px;
}

.catalog__sidebar-brands-item {
  padding: 4px 0 4px 20px;
  position: relative;
  display: block;
  cursor: pointer;
  line-height: 1.5;
}

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

.catalog__sidebar-brands-item input {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

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

.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;
  color: var(--bs-primary);
}

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

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

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

.catalog__sidebar-subitem.--current {
  font-weight: bold;
  color: var(--bs-gray-700);
  background-color: var(--bs-gray-100);
}

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

.catalog__sidebar-subsubitems {
  padding-left: 18px;
}
.catalog__sidebar-subsubitem {
}

.catalog__sidebar-subsubitem-link {
  font-weight: normal;
  color: var(--bs-gray-500);
  font-size: 13px;
  display: block;
  padding-top: 4px;
}

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

.catalog__sidebar-subsubitem.--current,
.catalog__sidebar-subsubitem.--current .catalog__sidebar-subsubitem-link {
  color: var(--bs-primary);
}

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

@media (max-width: 991.98px) {
  .page-title {
    font-size: 18px;
  }
}

.mobile-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 0;
  background-color: #fff;
  border-bottom: 1px solid #e0e0e0;
  position: sticky;
  top: 0;
  z-index: 100;
}

@media (min-width: 768px) {
  .mobile-toolbar {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .mobile-toolbar {
    display: flex;
  }
}

.mobile-toolbar__filter,
.mobile-toolbar__sort-btn {
  background: none;
  border: none;
  padding: 12px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--bs-gray-100);
}

.mobile-toolbar__category {
  flex-grow: 0;
  text-align: center;
  position: relative;
  display: flex;
  justify-content: center;
  width: auto;
  max-width: calc(100vw - 120px);
}

.mobile-toolbar__category-select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: none;
  border: none;
  font-weight: 500;
  font-size: 16px;
  color: #333;
  padding: 5px 24px 5px 10px;
  cursor: pointer;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  text-align-last: center; /* Центрирование выбранного значения */
  text-align: center; /* Для поддержки в некоторых браузерах */
  width: auto;
  max-width: 100%;
}

/* Стили для выпадающего списка */
.mobile-toolbar__category-select option {
  text-align: left; /* Выравнивание пунктов по левому краю */
  direction: ltr; /* Обеспечиваем направление слева направо */
}

.mobile-toolbar__category:after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -2px;
  right: 8px;
  width: 8px;
  height: 8px;
  border-top: 1px solid var(--bs-primary);
  border-right: 1px solid var(--bs-primary);
  border-left: none !important;
  transform: translateY(-50%) rotate(135deg);
  transition: all 0.3s;
  pointer-events: none;
}

.mobile-toolbar__sort-btn {
  margin-left: auto;
}

.mobile-toolbar__sort-btn:after {
  display: none;
}

.dropdown-menu {
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  border: 1px solid #e0e0e0;
}

.dropdown-item {
  padding: 8px 16px;
  font-size: 14px;
}

.dropdown-divider {
  margin: 4px 0;
}

.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;
  position: relative;
}

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

.product.--four {
  width: 25%;
}

@media (max-width: 767.98px) {
  .product.--four {
    width: 50%;
  }
}

.product__admin-select {
  position: absolute;
  top: 24px;
  right: 24px;
  border: none;
  width: 32px;
  height: 32px;
  background-color: var(--bs-gray-200);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  cursor: pointer;
}

.product__admin-select:hover,
.product__admin-select.--selected {
  background-color: var(--bs-secondary);
}

.product__admin-select img {
  width: 16px;
  display: block;
  height: auto;
  opacity: 0.4;
}

.product__admin-select:hover img,
.product__admin-select.--selected img {
  opacity: 1;
}

.product__img {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 0;
  padding-top: calc(1 / 1 * 100%);
  margin-bottom: 16px;
}

.product__img::before {
  content: "";
  display: block;
  padding-top: calc(1 / 1 * 100%);
}

.product__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.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 {
  margin-top: 4px;
}

@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;
  position: relative;
}

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

.product-full__imgs-previews-admin {
  position: absolute;
  top: 8px;
  right: 16px;
  display: flex;
  gap: 4px;
}

.product-full__imgs-previews-admin-item {
  border: none;
  width: 20px;
  height: 20px;
  background-color: var(--bs-gray-200);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  cursor: pointer;
}

.product-full__imgs-previews-admin-item:hover,
.product-full__imgs-previews-admin-item.--selected {
  background-color: var(--bs-secondary);
}

.product-full__imgs-previews-admin-item img {
  width: 12px;
  display: block;
  height: auto;
  opacity: 0.4;
  border: 0 !important;
}

.product-full__imgs-previews-admin-item:hover img,
.product-full__imgs-previews-admin-item.--selected img {
  opacity: 1;
}

.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: 0.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__social-item {
  display: block;
  width: 30px;
  background-color: var(--bs-gray-100);
  border-radius: 100px;
  transition: all 0.3s;
  margin-left: 8px;
}
.product-full__social-item:hover {
  background-color: var(--bs-gray-200);
}

.product-full__social-item + .product-full__social-item {
}

.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;
  flex-wrap: wrap;
}

@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 0.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 {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 0;
  padding-top: calc(9 / 12 * 100%);
}

.subcats__item-img::before {
  content: "";
  display: block;
  padding-top: calc(9 / 12 * 100%);
}

.subcats__item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

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

.accordion {
  background-color: var(--bs-gray-100);
  padding: 16px;
  padding-bottom: 1px;
  margin-bottom: 24px;
}
@keyframes slideInDown {
  from {
    transform: translate3d(0, -20px, 0);
    opacity: 0;
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.accordion + .accordion {
  margin-top: -16px;
}
.accordion.--open .accordion__title:after {
  transform: translateY(-50%) rotate(-45deg);
}
.accordion.--open .accordion__content {
  display: block;
  animation: slideInDown 0.3s;
}
.accordion.--open .accordion__preview {
  display: none;
  animation: none;
}
.accordion__title {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  color: var(--bs-gray-900);
  margin-bottom: 16px;
  position: relative;
}
.accordion__title:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 8px;
  width: 8px;
  height: 8px;
  border-top: 1px solid var(--bs-primary);
  border-right: 1px solid var(--bs-primary);
  transform: translateY(-50%) rotate(135deg);
  transition: all 0.3s;
}
.accordion__preview {
  display: block;
  animation: slideInDown 0.3s;
  margin-bottom: 16px;
  margin-top: -16px;
  color: var(--bs-gray-400);
  line-height: 1.3;
}
.accordion__preview__control {
}
.accordion__preview__value {
  color: var(--bs-gray-700);
  margin-right: 8px;
}
.accordion__preview__change {
  color: var(--bs-primary);
}
.accordion__content {
  display: none;
}
.profile-nav {
  list-style: none;
  padding: 0;
  background-color: var(--bs-gray-50);
  padding: 0;
  display: flex;
  flex-direction: column;
}
.profile-nav__el {
  display: block;
}
.profile-nav__link {
  color: var(--bs-gray-700);
  display: block;
  padding: 12px 24px;
}
.profile-nav__link:hover {
  color: var(--bs-primary);
}
.profile-nav__link.--active {
  font-weight: bold;
  background: var(--bs-primary);
  color: #fff;
  pointer-events: none;
}
.profile-nav__amount {
  display: inline-block;
  border: 1px solid var(--bs-primary);
  padding: 0 8px;
  border-radius: 100px;
  font-size: 12px;
  margin-left: 8px;
  color: var(--bs-primary);
}
.profile-nav__link.--active .profile-nav__amount {
  color: #fff;
  border-color: #fff;
}
.profile-table {
}
.profile-table__th {
  white-space: nowrap;
  font-size: 12px;
}
.profile-table__section-name {
  font-weight: bold;
  font-size: 12px;
  padding: 0 !important;
}
.profile-table__section-name-link {
  color: var(--bs-gray-500);
  display: block;
  padding: 0.5rem 0.5rem;
}
.profile-table__section-name-link:hover {
  color: var(--bs-primary);
}
.profile-table__td {
}
.profile-table__price {
  white-space: nowrap;
  padding: 4px;
  border-radius: 4px;
  background-color: #ffcc00;
}
.profile-table__price.--sm {
  font-size: 12px;
}

#header-cart-badge.header__link-badge, #header-mobile-cart-badge.header-mobile__link-badge {
  width:10px;
  height:10px;
  padding:0;
  line-height:0;
  display:block;
  background:transparent;
}
#header-cart-badge.header__link-badge svg, #header-mobile-cart-badge.header-mobile__link-badge svg {
  width:100%;
  height:100%;
  display:block;
}

.gg-password {
  position: relative;
  flex: 1 1 auto;
  width: 100%;
}

.gg-password--with-toggle input {
  padding-right: 48px;
  width: 100%;
}

.gg-password__toggle {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  padding: 4px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  color: var(--bs-gray-400);
  transition: color 0.3s;
}

.gg-password__toggle:hover {
  color: var(--bs-gray-700);
}

.gg-password__toggle-icon-hide,
.gg-password__toggle-icon-show {
  width: 20px;
  height: 20px;
  display: block;
  stroke-width: 2;
}

.gg-password__toggle-icon-show {
  display: none;
}
