@charset "UTF-8";
@font-face {
  font-family: "Montserrat";
  src: url(../fonts/Montserrat-Regular.woff2), url(../fonts/Montserrat-Regular.woff);
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url(../fonts/Montserrat-SemiBold.woff2), url(../fonts/Roboto-SemiBold.woff);
  font-weight: 600;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url(../fonts/Montserrat-Bold.woff2), url(../fonts/Roboto-Bold.woff);
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 13px;
  color: #333;
  margin: 0;
  padding: 0;
  min-width: 320px;
  height: 100%;
}

button {
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

p {
  padding: 0;
  margin: 0;
}

img {
  display: block;
  width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
  display: block;
}

ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

html {
  height: 100%;
}

main {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

figure {
  margin: 0;
}

.site-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100%;
}

.container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}

.personal-page .catalog-filtres {
  width: 100%;
  max-width: 100%;
}

.btn-reset {
  padding: 0;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  color: inherit;
  font: inherit;
}

.input-reset {
  outline: none;
  border: none;
  background-color: transparent;
  padding: 0;
}

.title-h1 {
  font-size: 54px;
}
.title-h1--center {
  text-align: center;
  margin-bottom: 50px;
}

.title-h2 {
  font-size: 32px;
}
.title-h2--center {
  text-align: center;
  margin-bottom: 50px;
}

.title-h3 {
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
}
.title-h3 a {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  color: #e00c32;
}
.title-h3 a:hover {
  opacity: 0.5;
}

.logo-link__img {
  max-width: 200px;
}

.js-modal-visible {
  display: block !important;
}

.js-stop-scroll {
  overflow: hidden;
}

.js-fixed-sidebar {
  position: fixed;
  width: 260px;
}

.js-absolute {
  position: absolute;
  top: auto !important;
  bottom: 0;
  width: 260px;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 11;
  height: 100%;
  padding: 10px;
  cursor: pointer;
  display: none;
  min-width: 320px;
  overflow: auto;
}
.overlay--registration .overlay__wrapper {
  height: auto;
}
.overlay--registration .form__button {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.overlay .content__text {
  text-align: center;
  margin-bottom: 20px;
}
.overlay .title-h2 {
  text-align: center;
  margin-bottom: 20px;
  padding-top: 40px;
}
.overlay__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}
.overlay__inner {
  background-color: #ffffff;
  -ms-flex-preferred-size: 1150px;
  flex-basis: 1150px;
  padding: 10px;
  position: relative;
  border-radius: 5px;
}
.overlay .form-autorization {
  max-width: 800px;
  margin: 0 auto;
}
.overlay .detail-goods__title {
  padding-right: 40px;
}

.choices__list--dropdown .choices__item--selectable::after,
.choices__list[aria-expanded] .choices__item--selectable::after {
  display: none;
}

.choices__list--dropdown .choices__item--selectable,
.choices__list[aria-expanded] .choices__item--selectable {
  padding-right: 0px;
}

.choices__list--dropdown,
.choices__list[aria-expanded] {
  word-break: normal;
  white-space: nowrap;
}

.checkbox {
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
  z-index: -1;
}

.checkbox-custom {
  display: inline-block;
  vertical-align: sub;
  width: 20px;
  height: 20px;
  border-radius: 2px;
  background-color: transparent;
  position: relative;
  border-radius: 2px;
  border: 1px solid #999999;
  margin-right: 12px;
}

.checkbox-custom::before {
  content: "";
  position: absolute;
  display: block;
  width: 10px;
  height: 9px;
  background-image: url("../images/checkbox-chek.svg");
  background-repeat: no-repeat;
  background-size: contain;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  margin-top: 1px;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

/*появление галочки при клике на чекбокс*/
.checkbox:checked + .checkbox-custom {
  background-color: #e00c32;
}

.checkbox:checked + .checkbox-custom::before {
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}

.checkbox:hover + .checkbox-custom,
.checkbox:focus + .checkbox-custom {
  background-color: #e00c32;
}

.checkbox-label {
  cursor: pointer;
  color: #000000;
  font-size: 16px;
  font-weight: 600;
}

.delivery-select:focus {
  outline: none;
  -webkit-box-shadow: 0 0px 4px 0px #e00c32 !important;
  box-shadow: 0 0px 4px 0px #e00c32 !important;
  border-color: #e00c32;
}

.delivery-select:focus-visible {
  outline-offset: 0px;
  outline: none;
}

.table-responsive {
  margin-bottom: 30px;
}

.mz-hint {
  display: none;
}

.mz-zoom-window {
  width: 400px !important;
  height: 400px !important;
}

.simplebar {
  height: 250px;
}
.simplebar .simplebar-vertical {
  background-color: #eaebed;
  border-radius: 5px;
}
.simplebar .simplebar-scrollbar::before {
  opacity: 1;
  background: #e00c32;
}

@-moz-document url-prefix() {
  .table-responsive {
    padding-left: 1px;
  }
}
.swiper__hero {
  width: 100%;
  height: 400px;
}
.swiper__hero .swiper-slide {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.swiper__hero .swiper-slide--one {
  background-image: url("../images/hero-alcap-img.jpg");
}
.swiper__hero .swiper-slide--two {
  background-image: url("../images/hero-alcap-img3.jpg");
}
.swiper__hero .swiper-slide--three {
  background-image: url("../images/hero-alcap-img2.jpg");
}
.swiper__hero .swiper-button-prev::after,
.swiper__hero .swiper-button-next::after {
  display: none;
}
.swiper__hero .swiper-button-prev,
.swiper__hero .swiper-button-next {
  background-color: #ffffff;
  width: 48px;
  height: 48px;
  border-radius: 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.swiper__hero .swiper-button-prev {
  background-image: url("../images/arrow-left-blue.svg");
  left: auto;
  top: auto;
  right: 105px;
  bottom: 25px;
}
.swiper__hero .swiper-button-next {
  background-image: url("../images/arrow-right-blue.svg");
  left: auto;
  top: auto;
  right: 40px;
  bottom: 25px;
}
.swiper__hero .swiper-pagination {
  width: auto;
  margin-left: 50px;
  margin-bottom: 30px;
}
.swiper__hero .swiper-pagination-bullet {
  opacity: 1;
  background-color: #ffffff;
  margin: 0 8px !important;
  width: 6px !important;
  height: 6px !important;
}
.swiper__hero .swiper-pagination-bullet-active {
  -webkit-transform: scale(2);
  transform: scale(2);
}
.swiper__popular-goods {
  padding: 10px 10px 0 10px;
  overflow-y: visible;
}
.swiper__popular-goods .swiper-wrapper {
  padding-bottom: 40px;
}
.swiper__popular-goods .swiper-slide {
  height: auto;
}
.swiper__popular-goods .swiper-button-next::after,
.swiper__popular-goods .swiper-button-prev::after {
  color: #000000;
  font-size: 28px;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
.swiper__popular-goods .swiper-button-next,
.swiper__popular-goods .swiper-button-prev {
  background-color: transparent;
  width: 48px;
  height: 48px;
  border-radius: 100%;
  -webkit-transition: background 0.2s linear;
  transition: background 0.2s linear;
}
.swiper__popular-goods .swiper-button-next:hover,
.swiper__popular-goods .swiper-button-prev:hover {
  background-color: #e00c32;
}
.swiper__popular-goods .swiper-button-next:hover.swiper-button-next::after, .swiper__popular-goods .swiper-button-next:hover.swiper-button-prev::after,
.swiper__popular-goods .swiper-button-prev:hover.swiper-button-next::after,
.swiper__popular-goods .swiper-button-prev:hover.swiper-button-prev::after {
  color: #ffffff;
}
.swiper__popular-goods .swiper-pagination-bullet {
  background-color: #4174cb;
  opacity: 1;
  width: 6px;
  height: 6px;
}
.swiper__popular-goods .swiper-pagination-bullet-active {
  -webkit-transform: scale(2);
  transform: scale(2);
}
.swiper__viewed-list {
  overflow-y: visible;
  padding: 0 10px;
}
.swiper__viewed-list .swiper-button-next::after,
.swiper__viewed-list .swiper-button-prev::after {
  color: #000000;
  font-size: 28px;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
.swiper__viewed-list .swiper-button-next,
.swiper__viewed-list .swiper-button-prev {
  background-color: transparent;
  width: 48px;
  height: 48px;
  border-radius: 100%;
  -webkit-transition: background 0.2s linear;
  transition: background 0.2s linear;
}
.swiper__viewed-list .swiper-button-next:hover,
.swiper__viewed-list .swiper-button-prev:hover {
  background-color: #e00c32;
}
.swiper__viewed-list .swiper-button-next:hover.swiper-button-next::after, .swiper__viewed-list .swiper-button-next:hover.swiper-button-prev::after,
.swiper__viewed-list .swiper-button-prev:hover.swiper-button-next::after,
.swiper__viewed-list .swiper-button-prev:hover.swiper-button-prev::after {
  color: #ffffff;
}

.header {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.header__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 0.5px solid rgba(12, 18, 28, 0.1);
  padding: 20px 0 20px 0;
}
.header__bottom {
  padding: 20px 0 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 10px;
}
.header__favorite {
  margin-right: 10px;
}
.header__btn {
  border-radius: 0 !important;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.breadcrumbs {
  margin-bottom: 30px;
}

.breadcrumbs-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #999999;
  font-weight: 600;
  font-size: 16px;
  padding: 10px 0;
  gap: 20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.breadcrumbs-list__item:not(:last-child) {
  position: relative;
}
.breadcrumbs-list__item:not(:last-child)::after {
  content: "/";
  position: absolute;
  top: 1px;
  right: -12px;
}
.breadcrumbs-list__link {
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
.breadcrumbs-list__link.active {
  color: #e00c32;
}
.breadcrumbs-list__link:hover, .breadcrumbs-list__link:focus {
  color: #e00c32;
}

.fixed-menu {
  padding: 20px 0;
  position: absolute;
  z-index: 11;
  top: 0;
  left: 0;
  right: 0;
  -webkit-box-shadow: 0px 4px 7px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 4px 7px rgba(0, 0, 0, 0.07);
  opacity: 0;
  visibility: hidden;
  background-color: #ffffff;
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
.fixed-menu__line-top, .fixed-menu__line-bottom {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}
.fixed-menu .form {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-right: 10px;
  border-radius: 5px;
  overflow: hidden;
}

.js-fixed-menu-show {
  position: fixed;
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: 5px;
}
.nav__item:not(:last-child) {
  margin-right: 20px;
}
.nav__link {
  font-size: 16px;
  font-weight: 600;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
.nav__link:hover {
  color: #e00c32;
}

.logo-link--mobile {
  display: none;
}

.actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
.actions__header {
  margin-right: 10px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.actions__item {
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.actions__link {
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
  white-space: nowrap;
}
.actions__link:hover {
  color: #e00c32;
}
.actions__link:focus {
  color: #e00c32;
}
.actions svg {
  -webkit-transition: fill 0.2s linear;
  transition: fill 0.2s linear;
}
.actions__link:hover svg {
  fill: #e00c32;
}

.social-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.social-list__item:not(:last-child) {
  margin-right: 10px;
}
.social-list__item {
  width: 24px;
  height: 24px;
}
.social-list__item a {
  display: block;
  width: 24px;
  height: 24px;
}

.form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.form--column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 80%;
  margin: 0 auto;
}
.form--column .checkbox-label {
  margin-bottom: 20px;
}
.form__header {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 600px;
  border-radius: 5px;
  overflow: hidden;
}
.form__input {
  padding: 15px;
  background-color: #f8f8f8;
  font-size: 14px;
  border-radius: 5px;
  width: 100%;
  height: 100%;
  border: 1px solid #eaebed;
  -webkit-transition: -webkit-box-shadow 0.2s linear;
  transition: -webkit-box-shadow 0.2s linear;
  transition: box-shadow 0.2s linear;
  transition: box-shadow 0.2s linear, -webkit-box-shadow 0.2s linear;
}
.form__input--header {
  border-radius: 0;
}
.form__input:hover, .form__input:focus {
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(34, 60, 80, 0.5);
  box-shadow: inset 0px 0px 0px 1px rgba(34, 60, 80, 0.5);
}
.form__label {
  display: block;
  width: 100%;
  margin-bottom: 20px;
}
.form__label span {
  display: inline-block;
  font-weight: 400;
  font-size: 14px;
  color: rgba(12, 18, 28, 0.5);
  white-space: normal;
  margin-bottom: 5px;
}
.form__title {
  text-align: center;
  margin-bottom: 20px;
}

.b-btn {
  padding: 16px 43px;
  border: none;
  color: #fff;
  border-radius: 5px;
  cursor: pointer;
  font-weight: 600;
  font-size: 12px;
  background-color: #e00c32;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.b-btn:hover {
  opacity: 0.5;
}

.informer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.informer__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* category-menu-level-1 start */
.category-menu-level-1 {
  background-color: #0c121c;
}

.category-menu-level-1__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 5;
  font-weight: 600;
  font-size: 14px;
}

.category-menu-level-1__item:hover .category-menu-level-2 {
  display: block;
}

.category-menu-level-1__link {
  text-transform: uppercase;
  color: #fff;
  padding: 20px;
  display: block;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
.category-menu-level-1__link:hover {
  color: #e00c32;
}

/* category-menu-level-1 end */
/* category-menu-level-2 start */
.category-menu-level-2 {
  background-color: #ffffff;
  position: absolute;
  z-index: 12;
  padding: 20px;
  display: none;
  border: 1px solid rgba(12, 18, 28, 0.12);
  border-radius: 5px;
}
.category-menu-level-2__list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}
.category-menu-level-2__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.category-menu-level-2__item:hover img {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
.category-menu-level-2__item:hover .category-menu-level-3 {
  display: block;
  -webkit-box-shadow: 0 0 14px 8px #9d9d9d;
  box-shadow: 0 0 14px 8px #9d9d9d;
}
.category-menu-level-2__item img {
  width: 40px;
  height: 40px;
  margin-right: 5px;
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
}
.category-menu-level-2__link {
  padding: 10px 10px 10px 5px;
  display: block;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
.category-menu-level-2__link:hover {
  color: #e00c32;
}

/* category-menu-level-2 end */
/* category-menu-level-3 start */
.category-menu-level-3 {
  position: absolute;
  top: 100%;
  left: 50px;
  padding: 20px;
  border: 1px solid rgba(12, 18, 28, 0.12);
  background-color: #ffffff;
  z-index: 1;
  display: none;
  border-radius: 5px;
}
.category-menu-level-3__item {
  padding: 5px;
}
.category-menu-level-3__link {
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
.category-menu-level-3__link:hover {
  color: #e00c32;
}

/* category-menu-level-3 end */
.stars-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}
.stars-list__item:not(:last-child) {
  margin-right: 5px;
}

.social-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.social-list__item:not(:last-child) {
  margin-right: 10px;
}
.social-list__item {
  width: 24px;
  height: 24px;
}
.social-list__item a {
  display: block;
  width: 24px;
  height: 24px;
}

.privacy-policy {
  padding-top: 20px;
}
.privacy-policy__wrapper {
  padding-top: 10px;
  border-top: 1px solid #e0e0e0;
}

.counter {
  font-size: 14px;
  color: #0c121c;
  font-weight: bold;
  white-space: nowrap;
}

.contact__header {
  white-space: nowrap;
}
.contact__action {
  font-weight: 700;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
.contact__action:hover {
  color: #e00c32;
}
.contact__btn {
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
.contact__btn:hover, .contact__btn:focus {
  color: #e00c32;
}

.amount {
  cursor: pointer;
}
.amount--incard {
  margin-bottom: 20px;
}
.amount__cart {
  margin-right: 10px;
}
.amount__title {
  font-size: 11px;
  font-weight: 400;
  color: rgb(128, 128, 128);
  margin-bottom: 5px;
}
.amount__counter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #0c121c;
  font-size: 14px;
  font-weight: 400;
}
.amount__button {
  font-size: 20px;
  padding: 10px 10px;
  border: 1px solid rgba(12, 18, 28, 0.12);
  -webkit-transition: background 0.2s linear, color 0.2s linear;
  transition: background 0.2s linear, color 0.2s linear;
}
.amount__button:hover {
  background-color: rgb(224, 12, 50);
  color: #ffffff;
}
.amount__input {
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  display: block;
  color: #0c121c;
  font-size: 15px;
  padding: 10px;
  width: 90px;
  text-align: center;
}
.amount__unit {
  text-align: center;
}

.in-cart {
  padding: 5px;
  background: #faafaf;
  border: 1px solid #e00c32;
  font-size: 12px;
  font-weight: 600;
  color: #ffffff;
  border-radius: 5px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.close-button {
  line-height: 0;
}
.close-button--position-absolute {
  position: absolute;
  top: 20px;
  right: 20px;
}
.close-button svg {
  fill: #000000;
  width: 20px;
  height: 20px;
  -webkit-transition: fill 0.2s linear;
  transition: fill 0.2s linear;
}
.close-button:hover svg {
  fill: #e00c32;
}

.actions-list--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.actions-list__item:not(:last-child) {
  margin-right: 10px;
}
.actions-list__svg:hover path {
  stroke: #db2138;
}
.actions-list .inwhishlist .actions-list__svg {
  fill: #db2138;
}
.actions-list .inwhishlist .actions-list__svg path {
  stroke: #db2138;
}

.change-view {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.change-view__wishlist {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
}
.change-view__link.active .change-view__svg {
  fill: #db2138;
}
.change-view__svg {
  -webkit-transition: fill 0.2s linear;
  transition: fill 0.2s linear;
}
.change-view__svg:hover {
  fill: #db2138;
}

.form-autorization {
  max-width: 540px;
  margin-bottom: 20px;
}
.form-autorization__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.form-autorization__item:not(:last-child) {
  margin-bottom: 20px;
}
.form-autorization__label {
  color: #0c121c;
  font-size: 14px;
  font-weight: 600;
  width: 100px;
}
.form-autorization__input {
  padding: 15px;
  background-color: #f8f8f8;
  font-size: 16px;
  border-radius: 5px;
  width: 100%;
  border: 1px solid #eaebed;
  -webkit-transition: -webkit-box-shadow 0.2s linear;
  transition: -webkit-box-shadow 0.2s linear;
  transition: box-shadow 0.2s linear;
  transition: box-shadow 0.2s linear, -webkit-box-shadow 0.2s linear;
}
.form-autorization__input:focus, .form-autorization__input:hover {
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(34, 60, 80, 0.5);
  box-shadow: inset 0px 0px 0px 1px rgba(34, 60, 80, 0.5);
}
.form-autorization__link {
  text-decoration: underline;
  color: #0c121c;
  font-size: 14px;
  font-weight: 600;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  margin-right: 10px;
  margin-bottom: 10px;
}
.form-autorization__link:hover, .form-autorization__link:focus {
  color: #e00c32;
  text-decoration: none;
}
.form-autorization__button {
  padding: 16px 43px;
  border: none;
  color: #fff;
  border-radius: 5px;
  cursor: pointer;
  font-weight: 600;
  font-size: 12px;
  background-color: #e00c32;
}

.cart-result {
  font-weight: 600;
  font-size: 18px;
}
.cart-result__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cart-result__text:not(:last-child) {
  margin-bottom: 10px;
}
.cart-result__text--economy {
  color: red;
}
.cart-result__title {
  width: 280px;
}
.cart-result__total {
  width: 50%;
}

.form-delivery {
  margin: 0 -10px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.form-delivery__title {
  color: #131313;
  font-weight: 400;
  margin-bottom: 15px;
}
.form-delivery__item {
  width: 33.33%;
  padding: 0 10px 10px 10px;
}
.form-delivery__button {
  width: 100%;
}

.delivery-list__item:not(:last-child) {
  margin-bottom: 10px;
}
.delivery-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.delivery-list__textarea:focus-visible {
  outline-offset: 0px;
  outline: none;
}
.delivery-list__textarea:focus {
  outline: none;
  -webkit-box-shadow: 0 0px 4px 0px #e00c32 !important;
  box-shadow: 0 0px 4px 0px #e00c32 !important;
  border-color: #e00c32;
}

.warning-table {
  width: 100%;
  min-width: 950px;
  border-spacing: 0;
  border-collapse: collapse;
  margin-top: 30px;
  font-size: 16px;
}
.warning-table tr th {
  padding: 10px;
  border-top: 1px solid #e8e9eb;
  border-bottom: 1px solid #e8e9eb;
}
.warning-table tr td {
  padding: 10px;
  border-bottom: 1px solid #e8e9eb;
  width: 50%;
}

.accordion-button {
  font-weight: 600;
  text-transform: uppercase;
}

.accordion-body {
  padding: 15px;
  padding-right: 0px;
}

.accordion-item {
  border: none;
}

.accordion-button:focus {
  border-color: #e00c32;
  -webkit-box-shadow: 0 0 0 0.25rem #e00c32;
  box-shadow: 0 0 0 0.25rem #e00c32;
}

.accordion-button:hover {
  background-color: #e00c32;
  color: #ffffff;
}

.accordion-button:hover::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion-button:not(.collapsed) {
  background-color: #e00c32;
  color: #ffffff;
  font-weight: 600;
}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.product-sort {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}
.product-sort .dropdown-menu {
  width: 100%;
}
.product-sort .dropdown-toggle {
  border: 1px solid #eaebec;
  border-radius: 5px;
  color: #222222;
  font-size: 16px;
}
.product-sort .dropdown-toggle:hover {
  background-color: #e00c32;
  color: #ffffff;
}
.product-sort .dropdown-item:hover {
  background-color: #e00c32;
  color: #ffffff;
}

.available {
  width: 88px;
  height: 20px;
  position: relative;
  background: url("../images/rib_grey.png") repeat-x 0 0;
  margin-bottom: 10px;
  overflow: hidden;
}
.available__indicator {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  background-repeat: repeat-x;
  background-position: 0 0;
}
.available__indicator--red {
  background-image: url("../images/rib_red.png");
}
.available__indicator--yellow {
  background-image: url("../images/rib_yellow.png");
}
.available__indicator--green {
  background-image: url("../images/rib_green.png");
}

.lockout {
  position: relative;
  width: 100%;
  height: 65px;
  color: #ffffff;
}
.lockout__message-visible, .lockout__message-hidden {
  padding: 10px;
  height: 100%;
  text-align: center;
  font-size: 15px;
  border-radius: 5px;
  line-height: 1;
  -webkit-transition: opacity 0.2s linear, visibility 0.2s linear;
  transition: opacity 0.2s linear, visibility 0.2s linear;
}
.lockout__message-visible {
  background-color: #e00c32;
}
.lockout__message-hidden {
  background-color: #032c7c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
.lockout:hover .lockout__message-hidden {
  opacity: 1;
  visibility: visible;
}
.lockout .actions__link:hover {
  color: #ffffff;
  text-decoration: underline;
}
.lockout .actions__svg {
  width: 20px;
  height: 20px;
}
.lockout .actions__link-text {
  display: block;
  word-break: break-all;
  white-space: break-spaces;
  font-size: 15px;
  line-height: 1;
}

.hero {
  margin-bottom: 100px;
  position: relative;
}
.hero__content {
  text-transform: uppercase;
  color: #ffffff;
  text-align: left;
  font-weight: bold;
  position: absolute;
  left: 46px;
  top: 100px;
  max-width: 750px;
  z-index: 1;
}
.hero__title-text {
  font-size: 40px;
  margin-bottom: 20px;
  font-weight: 600;
}
.hero__subtitle-text {
  font-size: 20px;
  margin-bottom: 20px;
}
.hero__link {
  display: inline;
}
.hero .swiper-slide {
  position: relative;
}
.hero .swiper-slide::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(32, 32, 32, 0.158);
}

.assortment {
  margin-bottom: 100px;
}
.assortment--fix-left-menu {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 260px - 20px);
  flex: 0 0 calc(100% - 260px - 20px);
  margin-left: auto;
  margin-bottom: 0;
}
.assortment__btn {
  display: block;
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.assortment-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  grid-gap: 20px;
  margin-bottom: 30px;
}
.assortment-list--tiles-view {
  grid-gap: 10px;
}
.assortment-list--inmain .assortment-list__item {
  overflow: hidden;
}
.assortment-list--list-view {
  grid-template-columns: auto;
}
.assortment-list__item {
  border-radius: 8px;
}
.assortment-list__item img {
  height: 100%;
}
.assortment-list__link {
  position: relative;
  display: block;
  height: 100%;
}
.assortment-list__wrapper {
  background-color: rgba(65, 116, 203, 0.6745098039);
  height: 60px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 10px;
  text-align: center;
}
.assortment-list__title {
  text-align: center;
}

.tab-goods {
  margin-bottom: 100px;
}
.tab-goods__title {
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
  margin-bottom: 20px;
}
.tab-goods__tab-list {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.tab-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 40px;
}
.tab-list__btn {
  border: 1px solid #e00c32;
  background-color: #ffffff;
  color: #000000;
  -webkit-transition: background 0.2s linear, color 0.2s linear;
  transition: background 0.2s linear, color 0.2s linear;
}
.tab-list__btn.js-active-tab-button {
  color: #ffffff;
  background-color: #e00c32;
}

.tab-content__item {
  display: none;
}

.js-active-tab-content {
  display: block;
  -webkit-animation: opacity_tab_content 0.5s linear;
  animation: opacity_tab_content 0.5s linear;
}

@-webkit-keyframes opacity_tab_content {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes opacity_tab_content {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
.b-card {
  position: relative;
  border: 1px solid #eaebed;
  -webkit-transition: -webkit-box-shadow 0.1s linear;
  transition: -webkit-box-shadow 0.1s linear;
  transition: box-shadow 0.1s linear;
  transition: box-shadow 0.1s linear, -webkit-box-shadow 0.1s linear;
  border-radius: 5px;
}
.b-card--flex-column {
  height: 520px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.b-card--flex-column .b-card__imgbox {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.b-card--flex-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  gap: 10px;
}
.b-card--flex-row .b-card__title {
  text-align: left;
}
.b-card--flex-row .b-card__imgbox {
  width: 40%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  min-height: auto;
}
.b-card--flex-row .b-card__info {
  width: 27%;
}
.b-card--flex-row .b-card__panel {
  width: 33%;
  background-color: #f8f8f8;
  padding: 5px;
}
.b-card--flex-row .b-card__panel .b-card-top {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
}
.b-card--flex-row .b-card__panel .in-cart {
  margin: 0 auto;
  margin-bottom: 10px;
}
.b-card--flex-row .b-card__price {
  margin-bottom: 10px;
}
.b-card--flex-row .amount {
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 10px;
}
.b-card--flex-row .actions-list {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.b-card--non-autorization-row .b-card__swipers-wrapper {
  margin-top: 10px;
}
.b-card--non-autorization-row .b-card__panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.b-card--non-autorization-column {
  height: 100%;
  padding: 10px;
}
.b-card--non-autorization-column .lockout {
  margin-top: auto;
}
.b-card--detail-goods {
  border: none;
}
.b-card--detail-goods:hover {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.b-card__save {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}
.b-card__save span {
  display: inline-block;
  padding: 3px 20px;
  background: #e00c32;
  border-radius: 5px;
  color: #ffffff;
  font-weight: 600;
  font-size: 16px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.b-card__swipers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  position: relative;
  z-index: 1;
}
.b-card__swiper--bigthumb {
  width: calc(100% - 60px);
}
.b-card__swiper--bigthumb .swiper-slide {
  padding-right: 10px;
}
.b-card__swiper--minthumb {
  height: 200px;
  width: 60px;
}
.b-card__swiper--minthumb .swiper-slide {
  border: 2px solid #eaebed;
  -webkit-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
}
.b-card__swiper--minthumb .swiper-slide:hover {
  border-color: #0c121c;
  cursor: pointer;
}
.b-card__swiper--minthumb .swiper-slide-thumb-active {
  border-color: #0c121c;
}
.b-card__swiper--minthumb .swiper-button-prev,
.b-card__swiper--minthumb .swiper-button-next {
  left: auto;
  right: 25px;
}
.b-card__swiper--minthumb .swiper-button-prev {
  top: 25px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.b-card__swiper--minthumb .swiper-button-next {
  top: auto;
  bottom: 2px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.b-card__swiper .swiper-slide {
  width: 100% !important;
}
.b-card__swipers-wrapper {
  position: relative;
  height: 200px;
}
.b-card__swipers-wrapper .swiper-button-prev,
.b-card__swipers-wrapper .swiper-button-next {
  left: auto;
  right: 17px;
  background-color: transparent;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: background 0.2s linear;
  transition: background 0.2s linear;
}
.b-card__swipers-wrapper .swiper-button-prev:hover,
.b-card__swipers-wrapper .swiper-button-next:hover {
  background-color: #e00c32;
}
.b-card__swipers-wrapper .swiper-button-prev:hover:after,
.b-card__swipers-wrapper .swiper-button-next:hover:after {
  color: #ffffff;
}
.b-card__swipers-wrapper .swiper-button-prev {
  top: -10px;
}
.b-card__swipers-wrapper .swiper-button-next {
  top: auto;
  bottom: -30px;
}
.b-card__swipers-wrapper .swiper-button-next:after,
.b-card__swipers-wrapper .swiper-button-prev:after {
  color: #000000;
  font-size: 18px;
  font-weight: 600;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
.b-card__link {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.b-card__imgbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px;
  position: relative;
  min-height: 350px;
}
.b-card__imgbox img {
  -o-object-fit: contain;
  object-fit: contain;
}
.b-card__btn-fast-preview {
  position: absolute;
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid #e00c32;
  color: #000000;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  white-space: nowrap;
}
.b-card__btn-fast-preview:hover {
  background-color: #e00c32;
  color: #ffffff;
}
.b-card__title {
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  margin-bottom: 10px;
  font-weight: 600;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
  text-align: center;
}
.b-card__title:hover {
  color: #e00c32;
}
.b-card__description {
  font-size: 16px;
  margin-bottom: 10px;
}
.b-card__title-properties {
  font-size: 18px;
  margin-bottom: 5px;
  font-weight: 600;
}
.b-card__price {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  line-height: 1;
}
.b-card__price-old {
  text-decoration: line-through;
}
.b-card__price-new {
  color: #feb703;
  font-size: 32px;
}
.b-card__wrapper {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  opacity: 0;
  visibility: hidden;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 9px 12px -2px rgba(34, 60, 80, 0.5);
  box-shadow: 0px 9px 12px -2px rgba(34, 60, 80, 0.5);
  padding: 10px;
  border-radius: 5px;
}
.b-card__more-link {
  margin-bottom: 20px;
  text-decoration: underline;
  font-size: 16px;
  font-weight: 600;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
  display: inline-block;
}
.b-card__more-link:hover {
  color: #e00c32;
}
.b-card:hover {
  -webkit-box-shadow: 0px 0px 12px -2px rgba(34, 60, 80, 0.5);
  box-shadow: 0px 0px 12px -2px rgba(34, 60, 80, 0.5);
}
.b-card:hover {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.b-card:hover .b-card__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 1;
  opacity: 1;
  visibility: visible;
}
.b-card:hover .b-card__btn-fast-preview {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 1;
  visibility: visible;
}
.b-card__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
}

.properties-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 10px;
  font-size: 15px;
}
.properties-list__item {
  margin-right: 5px;
  margin-bottom: 5px;
}
.properties-list__button-size {
  padding: 5px;
  border: 1px solid #e3e3e3;
  cursor: pointer;
}
.properties-list__button-size:hover {
  border-color: #e00c32;
  color: #e00c32;
}
.properties-list__imgbox {
  display: block;
  padding: 3px;
  border-radius: 2px;
  border: 1px solid #000000;
  cursor: pointer;
  width: 35px;
  height: 35px;
}
.properties-list__imgbox:hover {
  border-color: #e00c32;
}
.properties-list__item.active {
  background-color: #e00c32;
}
.properties-list__item.active .properties-list__button-size {
  background-color: #e00c32;
  color: #ffffff;
}

.b-card-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 2px;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
}
.b-card-top__discount, .b-card-top__timer, .b-card-top__own-production, .b-card-top__new {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  color: #ffffff;
  border-radius: 5px;
  padding: 5px;
  -webkit-transform: skewX(-15deg);
  transform: skewX(-15deg);
}
.b-card-top__discount {
  background-color: #e00c32;
}
.b-card-top__timer {
  background-color: #006db2;
}
.b-card-top__own-production {
  background-color: #006db2;
}
.b-card-top__new {
  background-color: #5eb160;
}

.info-company {
  margin-bottom: 100px;
}

.info-company-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(50px, 1fr));
  gap: 30px;
}
.info-company-list__item {
  grid-column: 4 span;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.info-company-list__item img {
  width: 80px;
  height: 80px;
  margin-bottom: 12px;
}
.info-company-list__title {
  color: #153e84;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 12px;
}
.info-company-list__description {
  font-size: 14px;
  text-align: center;
}

.brands {
  margin-bottom: 100px;
}
.brands__list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  grid-gap: 20px;
}

.wrapper {
  padding: 40px 0;
}
.wrapper__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.sidebar {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 260px;
  flex: 0 0 260px;
  margin-right: 20px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.sidebar-nav--margin {
  margin-bottom: 20px;
}
.sidebar-nav__item {
  padding: 10px 20px;
}
.sidebar-nav__item.active {
  background-color: #e00c32;
}
.sidebar-nav__item.active .sidebar-nav__link {
  color: #ffffff;
}
.sidebar-nav__link {
  color: #0c121c;
  font-size: 14px;
  font-weight: 600;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
.sidebar-nav__link:hover, .sidebar-nav__link:focus {
  color: #e00c32;
}

.content__title {
  margin-bottom: 20px;
}
.content__title--h3 {
  color: #0c121c;
}
.content__text {
  padding: 10px 0;
  font-size: 20px;
  line-height: 1.4;
}
.content__text--contact a {
  display: inline;
  font-weight: 700;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
.content__text--contact a:hover, .content__text--contact a:focus {
  color: #e00c32;
}
.content__link-intext {
  display: inline-block;
  color: #e00c32;
}
.content__link-intext:hover {
  text-decoration: underline;
}

.content-list {
  list-style-type: disc;
  padding-left: 40px;
}
.content-list__item:not(:last-child) {
  margin-bottom: 20px;
}
.content-list__text {
  font-size: 16px;
}

.catalog-filtres {
  max-width: 296px;
}
.catalog-filtres--margin {
  margin-right: 32px;
}
.catalog-filtres__filtres {
  margin-bottom: 31px;
}
.catalog-filtres__title {
  color: #000000;
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 600;
}
.catalog-filtres__category--category {
  margin-bottom: 26px;
}
.catalog-filtres__category--sale {
  margin-bottom: 26px;
}
.catalog-filtres__category--sale {
  margin-bottom: 28px;
}
.catalog-filtres__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.catalog-filtres__list--price {
  margin-bottom: 36px;
}
.catalog-filtres__item:first-child {
  font-size: 18px;
  color: #000000;
}
.catalog-filtres__item--title-price {
  margin-bottom: 7px !important;
}
.catalog-filtres__link {
  position: relative;
  color: blue;
  border-bottom: 1px solid transparent;
  outline: none;
}
.catalog-filtres__link-text {
  position: relative;
}
.catalog-filtres__link::before {
  content: "";
  position: absolute;
  top: -3px;
  right: -3px;
  left: -3px;
  bottom: -3px;
  background-color: blue;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
}
.catalog-filtres__link:hover {
  border-bottom-color: blue;
}
.catalog-filtres__link:focus {
  color: #ffffff;
}
.catalog-filtres__link:focus:not(:active):before {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.catalog-filtres__link:active {
  color: red;
  border-bottom-color: red;
}
.catalog-filtres__inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.catalog-filtres__text {
  font-size: 16px;
  color: #999999;
  margin-right: 9px;
}
.catalog-filtres__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.catalog-filtres__input {
  border: 1px solid #999999;
  border-radius: 2px;
  width: 86px;
  height: 30px;
  padding: 5px 13px;
  outline: none;
}
.catalog-filtres__input:hover {
  cursor: pointer;
  border-color: #e00c32;
}
.catalog-filtres__input:focus:not(:active) {
  border-color: #e00c32;
  background-color: #e00c32;
}
.catalog-filtres__input:active {
  border-color: #e00c32;
}
.catalog-filtres__progress {
  height: 3px;
  border: none;
  border-radius: 3px;
  background-color: #999999;
}
.catalog-filtres__progress .noUi-connect {
  background-color: #e00c32;
}
.catalog-filtres__progress .noUi-handle:after,
.catalog-filtres__progress .noUi-handle:before {
  display: none;
}
.catalog-filtres__progress .noUi-touch-area {
  border-radius: 100%;
  background-color: #e00c32;
}
.catalog-filtres__progress .noUi-handle {
  width: 13px;
  height: 13px;
  background-color: transparent;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  top: -5px;
  right: -6px;
  cursor: pointer;
}
.catalog-filtres__progress .noUi-handle-lower {
  right: -7px;
}
.catalog-filtres .catalog-filtres__item:not(:last-child) {
  margin-bottom: 12px;
}
.catalog-filtres__content {
  width: 100%;
  max-width: 100%;
}

.cart-goods {
  margin-bottom: 100px;
}

.order-goods {
  margin-bottom: 100px;
}
.order-goods__title {
  margin-bottom: 30px;
}
.order-goods__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  padding: 15px 0;
}
.order-goods__button {
  color: #131313;
  font-weight: 400;
  font-size: 22px;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
  padding-left: 40px;
  background-image: url("../images/garbage.svg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
}
.order-goods__button:hover {
  color: #e00c32;
}

.catalog-order {
  margin-bottom: 100px;
}
.catalog-order__title {
  margin-bottom: 30px;
}

.alcap-popup {
  width: 330px;
  -webkit-box-shadow: 0 0 8px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 8px 3px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  background: #fff;
  padding: 10px;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: visibility 0.2s linear, opacity 0.2s linear, -webkit-transform 0.2s linear;
  transition: visibility 0.2s linear, opacity 0.2s linear, -webkit-transform 0.2s linear;
  transition: visibility 0.2s linear, opacity 0.2s linear, transform 0.2s linear;
  transition: visibility 0.2s linear, opacity 0.2s linear, transform 0.2s linear, -webkit-transform 0.2s linear;
}
.alcap-popup__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.alcap-popup__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #c4c4c4;
}
.alcap-popup__bottom {
  margin-bottom: 10px;
}
.alcap-popup__sum {
  padding: 10px;
  text-align: center;
}
.alcap-popup__close-button {
  margin-left: auto;
  margin-bottom: 10px;
}
.alcap-popup__text {
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 10px;
}
.alcap-popup__text span {
  color: #e00c32;
}
.alcap-popup__button {
  padding: 16px 43px;
  border: none;
  color: #fff;
  border-radius: 5px;
  cursor: pointer;
  font-weight: 600;
  font-size: 12px;
  background-color: #e00c32;
}
.alcap-popup__collapse:hover {
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
.alcap-popup__collapse:hover span {
  color: #e00c32;
  cursor: pointer;
}

.quick-buy {
  position: fixed;
  top: auto;
  left: auto;
  bottom: 40px;
  right: 40px;
  font-size: 18px;
}
.quick-buy strong {
  color: #e00c32;
}
.quick-buy__title {
  font-weight: 600;
  margin-bottom: 10px;
}

.js-alcap-popup-open {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.auth-info {
  padding: 30px 0;
}
.auth-info__container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  grid-gap: 10px;
}
.auth-info__contact {
  padding: 10px;
  padding-left: 40px;
  border-radius: 5px;
  border: 1px solid #cfcfcf;
  background-position: center left;
  background-repeat: no-repeat;
  background-size: 30px 40px;
}
.auth-info__contact--manager {
  padding-left: 5px;
  border-color: #e00c32;
  position: relative;
}
.auth-info__contact--manager:hover .manager-contacts-list {
  opacity: 1 !important;
  visibility: visible;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.auth-info__contact--manager:hover::after {
  -webkit-transform: translateX(-50%) rotate(180deg) !important;
  transform: translateX(-50%) rotate(180deg) !important;
}
.auth-info__contact--manager::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  display: block;
  background-image: url("../images/arrow-down-black.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: -5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
}
.auth-info__contact--call {
  background-image: url("../images/phone-icon.svg");
}
.auth-info__contact--mail {
  background-image: url("../images/mail-icon.svg");
}
.auth-info__contact--skype {
  background-image: url("../images/skype-icon.svg");
}
.auth-info__contact--director {
  background-image: url("../images/director-icon.svg");
}
.auth-info__text {
  font-size: 14px;
  color: #131313;
}
.auth-info__text--bold {
  font-weight: 600;
  font-size: 16px;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
.auth-info__text--bold:hover {
  color: #e00c32;
}
.auth-info__call {
  display: inline-block;
  text-decoration: underline;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
.auth-info__call:hover {
  color: #e00c32;
}

.manager-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.manager-info__imgbox {
  width: 60px;
  height: 60px;
  margin-right: 10px;
  overflow: hidden;
}
.manager-info__text {
  color: #131313;
  font-size: 14px;
}
.manager-info__name {
  font-weight: 600;
  color: #131313;
  font-size: 16px;
}
.manager-info__name--position {
  position: relative;
}
.manager-info__button {
  width: 100%;
}

.manager-contacts-list {
  padding: 5px;
  border-radius: 5px;
  border: 1px solid #e00c32;
  opacity: 0;
  visibility: hidden;
  background-color: #ffffff;
  z-index: 1;
  position: absolute;
  left: -1px;
  right: -1px;
  top: 100%;
  -webkit-transform: translateY(-13px);
  transform: translateY(-13px);
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.manager-contacts-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.manager-contacts-list__text {
  font-size: 16px;
}
.manager-contacts-list__text--bold {
  font-weight: 600;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
.manager-contacts-list__text--bold:hover {
  color: #e00c32;
}

.cart-table {
  width: 100%;
  min-width: 950px;
  border-spacing: 0;
  border-collapse: collapse;
}
.cart-table__title {
  font-size: 22px;
}
.cart-table__title th {
  padding: 15px 0;
}
.cart-table__head {
  font-size: 18px;
  text-align: center;
}
.cart-table__head th {
  border: 1px solid #000;
}
.cart-table__item {
  font-size: 16px;
  text-align: center;
  vertical-align: middle;
}
.cart-table__item td {
  border: 1px solid #000;
  padding: 5px;
}
.cart-table__bottom td {
  border: 1px solid #000;
  padding: 5px;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
}
.cart-table__sum-full {
  white-space: nowrap;
}

.cart-item__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.cart-item__imgbox {
  width: 200px;
  margin-right: 10px;
}
.cart-item__properties {
  white-space: nowrap;
}
.cart-item__properties .cart-item__inner {
  height: 52px;
}
.cart-item__img-property {
  width: 30px;
  height: 30px;
  border: 1px solid #000;
  border-radius: 5px;
  margin-right: 10px;
}
.cart-item__sum div {
  height: 52px;
  line-height: 52px;
  white-space: nowrap;
}
.cart-item__link {
  font-weight: 600;
  text-decoration: underline;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
.cart-item__link:hover {
  color: #e00c32;
}
.cart-item__info {
  max-width: 400px;
}
.cart-item__amount {
  position: relative;
}
.cart-item__amount .amount:not(:last-child) {
  margin-bottom: 10px;
}
.cart-item__remove-inner {
  height: 52px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 52px;
  white-space: nowrap;
}
.price span {
  padding: 0 5px;
  line-height: 1.2;
}
.price__old {
  text-decoration: line-through;
}
.price__current {
  color: rgb(254, 183, 3);
  font-weight: 600;
}

.td-empty {
  border: none !important;
}

.detail-goods__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-bottom: 100px;
}
.detail-goods__wrapper .b-card-top {
  margin-bottom: 20px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  font-size: 20px;
}
.detail-goods__left {
  width: 40%;
}
.detail-goods__right {
  width: 60%;
}
.detail-goods__title {
  font-size: 32px;
  margin-bottom: 20px;
}
.detail-goods .available {
  margin-bottom: 30px;
}
.detail-goods .b-card__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: left;
  margin-bottom: 30px;
}
.detail-goods .in-cart {
  margin-bottom: 20px;
}
.detail-goods .actions-list__item {
  width: 100%;
}
.detail-goods .b-card {
  margin-bottom: 30px;
}
.detail-goods .tab-goods {
  margin-bottom: 0;
}
.detail-goods .tab-list {
  margin-bottom: 20px;
}
.detail-goods .tab-list__button {
  border: 0;
  border-radius: 0;
  border-bottom: 2px solid transparent;
  font-size: 18px;
  font-size: 18px;
  font-weight: 600;
}
.detail-goods .tab-list__button:hover {
  color: #e00c32;
  background-color: transparent;
}
.detail-goods .tab-list .js-active-tab-button {
  border-color: #e00c32;
  color: #000000;
  background-color: transparent;
}

.images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}
.images__btn {
  margin: 0 auto;
}

.images-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -2px;
}
.images-list__item {
  width: 115px;
  height: 115px;
  border: 2px solid #eaebed;
  margin: 2px;
  -webkit-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
}
.images-list__item:hover {
  border-color: #000000;
}

.viewed-list {
  margin-bottom: 100px;
}
.viewed-list__title {
  text-align: center;
  margin-bottom: 30px;
}

.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  height: 100vh;
  z-index: 15;
  background-color: rgba(0, 0, 0, 0.75);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.mobile-menu.js-mobile-menu-visible {
  opacity: 1;
  visibility: visible;
}
.mobile-menu__nav {
  background-color: rgb(255, 255, 255);
  max-width: 400px;
  min-width: 320px;
  height: 100%;
  padding: 40px;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: -webkit-transform 0.4s linear;
  transition: -webkit-transform 0.4s linear;
  transition: transform 0.4s linear;
  transition: transform 0.4s linear, -webkit-transform 0.4s linear;
}
.mobile-menu__nav.js-mobile-nav-visible {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.mobile-menu__list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 30px;
}
.mobile-menu__close {
  margin-bottom: 20px;
}
.mobile-menu__item {
  border-bottom: 0.5px solid rgba(12, 18, 28, 0.1);
}

.search-result {
  position: absolute;
  top: 152px;
  left: 580px;
  width: 540px;
  border: 1px solid #c6c6c6;
  background-color: #fff;
  padding: 10px;
  border-radius: 3px;
  z-index: 10;
  display: none;
}
.search-result__title {
  font-weight: 600;
  color: #000000;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.search-result__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
}
.search-result__list--product {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}
.search-result__link {
  font-size: 16px;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
.search-result__link:hover {
  color: #e00c32;
}
.search-result__btn {
  display: block;
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.search-result .b-card__price {
  color: initial;
}

.search-result-product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 5px;
  -webkit-transition: -webkit-box-shadow 0.2s linear;
  transition: -webkit-box-shadow 0.2s linear;
  transition: box-shadow 0.2s linear;
  transition: box-shadow 0.2s linear, -webkit-box-shadow 0.2s linear;
}
.search-result-product:hover {
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(34, 60, 80, 0.5);
  box-shadow: inset 0px 0px 0px 1px rgba(34, 60, 80, 0.5);
}
.search-result-product__img {
  width: 90px;
  height: 90px;
}
.search-result-product__name {
  font-weight: 300;
  font-size: 14px;
  text-align: center;
}

.footer {
  padding: 40px 0;
  background-color: #0c121c;
  color: #fff;
}
.footer__coll {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 10px;
}
.footer__button-call {
  text-transform: uppercase;
  color: #db2138;
  font-size: 14px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 10px;
  margin-bottom: 20px;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
.footer__button-call:hover {
  color: #ffffff;
}
.footer__phone {
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  text-transform: uppercase;
  margin-bottom: 10px;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
.footer__phone:hover {
  color: #e00c32;
}
.footer__email {
  letter-spacing: 1.2px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.footer__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.footer__title-min {
  text-transform: uppercase;
  font-size: 18px;
  background-repeat: no-repeat;
  background-position: left center;
  padding: 10px 0 10px 30px;
}
.footer__title-min--adress {
  background-image: url("../images/map-mark.png");
}
.footer__title-min--clock {
  background-image: url("../images/clock.png");
}
.footer__description {
  max-width: 200px;
}
.footer__adress {
  padding: 10px;
}
.footer__time {
  padding: 10px;
}
.footer__info {
  padding: 10px;
}

.burger-button {
  width: 35px;
  height: 25px;
  position: relative;
  display: none;
}
.burger-button__line {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background-color: #000000;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.burger-button__line--one {
  top: 0;
  left: 0;
}
.burger-button__line--two {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.burger-button__line--three {
  bottom: 0;
  left: 0;
}
.burger-button:hover .burger-button__line--one {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  background-color: #e00c32;
}
.burger-button:hover .burger-button__line--two {
  display: none;
}
.burger-button:hover .burger-button__line--three {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
  background-color: #e00c32;
}

.spinner-loader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 11;
  background: rgba(255, 255, 255, 0.36);
  display: none;
  opacity: 0;
  visibility: hidden;
}
.spinner-loader__img {
  width: 150px;
  height: 150px;
}
.spinner-loader.js-spinner-loader-visible {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
  visibility: visible;
}

@media screen and (max-width: 1010px) {
  .header__nav {
    display: none;
  }
  .header .social-list {
    display: none;
  }
  .header__logo-link {
    margin-right: 0px;
  }

  .burger-button {
    width: 25px;
    height: 20px;
  }

  .category-menu-level-1 {
    display: none;
  }

  .burger-button {
    display: block;
  }

  .logo-link {
    max-width: 150px;
  }
  .logo-link--desctop {
    display: none;
  }
  .logo-link--mobile {
    display: block;
  }

  .actions {
    margin-right: 0px;
  }
  .actions__link-text {
    display: none;
  }

  .lockout .actions__link-text {
    display: block;
  }
}
@media screen and (max-width: 900px) {
  .title-h1--center {
    margin-bottom: 25px;
  }

  .header__bottom {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .form__header {
    width: 100%;
    max-width: 100%;
    margin-top: 20px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .contact__header {
    margin-bottom: 10px;
  }

  .form__button {
    padding: 10px 20px;
  }

  .wrapper__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .sidebar {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-bottom: 30px;
    margin-right: 0;
  }

  .simplebar {
    height: auto;
  }

  .catalog-filtres {
    max-width: 100%;
  }
  .catalog-filtres__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .catalog-filtres__list--price .catalog-filtres__item {
    width: 100%;
  }
  .catalog-filtres__item:first-child {
    width: 100%;
  }

  .fixed-menu {
    display: none;
  }

  .form-delivery__item,
.detail-goods__left,
.detail-goods__right {
    width: 100%;
  }

  .form-autorization {
    max-width: 100%;
  }

  .js-fixed-sidebar,
.js-absolute {
    position: relative;
    width: 100%;
  }

  .product-sort .dropdown-toggle {
    font-size: 13px;
  }

  .b-card--flex-column {
    height: 100%;
  }

  .b-card__wrapper {
    opacity: 1;
    visibility: visible;
    margin-top: auto;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .hero__content {
    left: 20px;
    top: 20px;
  }

  .hero__title-text {
    font-size: 22px;
  }

  .hero__subtitle-text {
    font-size: 16px;
  }

  .swiper__hero .swiper-pagination {
    margin-left: 20px;
  }
}
@media screen and (max-width: 768px) {
  .title-h1 {
    font-size: 28px;
  }

  .title-h2 {
    font-size: 24px;
  }

  .title-h3 {
    font-size: 16px;
  }

  .b-card__title {
    font-size: 22px;
  }

  .b-card__btn-fast-preview {
    display: none;
  }

  .order-goods,
.cart-goods,
.hero,
.assortment,
.tab-goods,
.info-company,
.contact-section,
.brands {
    margin-bottom: 50px;
  }

  .cart-result__title {
    width: 100%;
  }

  .cart-result__total {
    width: 100%;
  }

  .order-goods__button {
    font-size: 16px;
  }

  .info-company-list {
    gap: 20px;
  }
  .info-company-list img {
    width: 50px;
    height: 50px;
  }

  .contact-section__title,
.contact-section__description {
    margin-bottom: 15px;
  }

  .contact-section__container {
    padding: 10px;
  }

  .contact-section__description {
    font-size: 18px;
  }

  .form__contact-section {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .form__contact-section .form__input {
    margin-bottom: 10px;
  }
  .form__contact-section .form__button {
    width: 100%;
  }

  .b-card--flex-row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 30px;
  }

  .b-card__imgbox,
.b-card__info,
.b-card__panel {
    width: 100% !important;
  }

  .content__text {
    font-size: 18px;
  }

  .brands__list {
    grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
  }
}
/*# sourceMappingURL=main.css.map */
