@charset "UTF-8";
/* ------------------------------ */
/* Default Reset */
/* ------------------------------ */
*, :before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  margin: 0;
  padding: 0;
  font-family: "Gilroy", sans-serif;
  line-height: 24px;
  font-size: 16px;
  font-weight: 400;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

span {
  margin: 0;
  padding: 0;
}

b {
  font-weight: bolder;
}

strong {
  font-weight: bolder;
}

object {
  margin: 0;
  padding: 0;
}

iframe {
  margin: 0;
  padding: 0;
  max-width: 100%;
}

h1, h2, h3, h4, h5 {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

p {
  margin: 0;
  padding: 0;
  line-height: 170%;
}

img {
  max-width: 100%;
  display: inline-block;
  border-style: none;
  box-sizing: border-box;
  object-fit: cover;
  border-radius: 16px;
}

pre {
  margin: 0;
  padding: 0;
}

code {
  margin: 0;
  padding: 0;
}

button {
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  text-transform: none;
  overflow: visible;
  background: transparent;
  border: 0;
  cursor: pointer;
  -webkit-appearance: button;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

label {
  margin: 0;
  padding: 0;
  display: block;
  cursor: pointer;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
  list-style-position: inside;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

ol {
  margin: 0;
  padding: 0;
  display: block;
  list-style-position: inside;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

li {
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

section {
  margin-bottom: 40px;
}

h1 {
  font-size: 32px;
  font-weight: 500;
  line-height: 41px;
  margin-bottom: 40px;
}

h2 {
  font-size: 26px;
  font-weight: 500;
  line-height: 39px;
  margin-bottom: 16px;
}

h3 {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 30px */
}

@media screen and (max-width: 767px) {
  section {
    margin-bottom: 20px;
  }
  h1, h2 {
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
    text-align: center;
    margin-bottom: 24px;
  }
  h3 {
    font-size: 16px;
  }
}
.breadcrumbs {
  margin: 10px 0 10px;
  max-width: 86%;
}

a.breadcrumbs-item {
  transition: all 0.2s linear;
}

a.breadcrumbs-item:hover {
  color: #BE221D;
}

.lock {
  overflow: hidden;
}

.section__plug {
  min-height: 50vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.msg {
  font-size: 1.5rem;
  font-weight: 600;
  color: #439F6E;
}

.text {
  margin: 24px 0;
}
.text p {
  font-size: 16px;
  margin-bottom: 16px;
}

.grid-4columns-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  overflow-y: auto;
}

.grid-2columns-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  overflow-y: auto;
}

.grid-minmax-card-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(306px, 310px));
  gap: 24px;
}

.grid-3columns-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  overflow-y: auto;
}

@media screen and (max-width: 1332px) {
  .grid-4columns-container {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 1000px) {
  .grid-4columns-container,
  .grid-3columns-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .grid-4columns-container,
  .grid-3columns-container,
  .grid-2columns-container {
    grid-template-columns: 1fr;
  }
  .lock {
    position: fixed;
    top: 0;
    left: 0;
    max-width: 100%;
  }
  .search-results {
    min-height: 100vh;
    padding-bottom: 260px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .catalog-item-mobile-search {
    width: 100%;
  }
}
@media screen and (max-width: 1000px) {
  .grid-minmax-card-container {
    grid-template-columns: repeat(auto-fit, minmax(156px, 1fr));
  }
}
.di-tabs-contents-w input:not([type=button]):not([type=submit]):not([type=file]):not([type=radio]):not([type=checkbox]),
.di-tabs-contents-w select,
.di-tabs-contents-w textarea {
  font-family: "Gilroy", sans-serif;
  padding: 8px;
  align-self: stretch;
  font-size: 16px;
  width: 100%;
  border: 1px solid #ACACAC;
  background: #fff;
}
.di-tabs-contents-w input:not([type=button]):not([type=submit]):not([type=file]):not([type=radio]):not([type=checkbox])::placeholder,
.di-tabs-contents-w select::placeholder,
.di-tabs-contents-w textarea::placeholder {
  color: #757575;
  font-size: 16px;
}
.di-tabs-contents-w input:not([type=button]):not([type=submit]):not([type=file]):not([type=radio]):not([type=checkbox]):active, .di-tabs-contents-w input:not([type=button]):not([type=submit]):not([type=file]):not([type=radio]):not([type=checkbox]):focus, .di-tabs-contents-w input:not([type=button]):not([type=submit]):not([type=file]):not([type=radio]):not([type=checkbox]):focus-visible,
.di-tabs-contents-w select:active,
.di-tabs-contents-w select:focus,
.di-tabs-contents-w select:focus-visible,
.di-tabs-contents-w textarea:active,
.di-tabs-contents-w textarea:focus,
.di-tabs-contents-w textarea:focus-visible {
  outline: none;
  border: 1px solid #BE221D;
}
.di-tabs-contents-w input:not([type=button]):not([type=submit]):not([type=file]):not([type=radio]):not([type=checkbox]):focus::placeholder,
.di-tabs-contents-w select:focus::placeholder,
.di-tabs-contents-w textarea:focus::placeholder {
  color: #BE221D;
}

label {
  font-size: 14px;
  color: #000;
  display: flex;
  align-items: center;
}

.underline-link {
  text-decoration: underline;
  color: #BE221D;
  cursor: pointer;
  transition: all 0.2s linear;
}
.underline-link:hover {
  color: #971C18;
}

.button {
  cursor: pointer;
  padding: 12px 26px;
  max-width: fit-content;
  border-radius: 16px;
  transition: all 0.2s linear;
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  white-space: nowrap;
}

.button-small {
  cursor: pointer;
  padding: 8px 12px;
  max-width: fit-content;
  border-radius: 16px;
  transition: all 0.2s linear;
  display: flex;
  align-items: center;
  gap: 16px;
  white-space: nowrap;
}

.button-full-width {
  max-width: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

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

.button-red {
  color: #fff !important;
  background: #BE221D;
}
.button-red:hover {
  background: #971C18;
}

.button-orange {
  color: #fff;
  background: #BE221D;
}
.button-orange:hover {
  background: #BE221D;
}

.button-gray {
  color: #333;
  background: #EDEDED;
  border: 1px solid #EDEDED;
}
.button-gray:hover {
  background: #fff;
}

.asite_btn {
  padding: 14px 24px;
  padding-right: 48px;
  display: flex;
  font-size: 16px;
  font-weight: 400;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: 0.3s;
}

.asite_btn::after, .asite_btn::before {
  content: "→";
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
  font-size: 16px;
  transition: 0.3s;
}

.asite_btn::after {
  right: initial;
  left: -50px;
}

.asite_btn:hover {
  padding-left: 48px;
  padding-right: 24px;
}

.asite_btn:hover:before {
  right: -50px;
}

.asite_btn:hover:after {
  left: 24px;
}

.asite_btn > div {
  transition: 0.3s;
}

.asite_btn:hover .translate {
  transform: translateX(24px);
}

.shadow-card {
  border-radius: 16px;
  background: #fff;
  padding: 24px;
  box-shadow: 0px 12px 24px 0px rgba(0, 0, 0, 0.0588235294);
}

.bordered-content {
  display: flex;
  padding: 16px;
  flex-direction: column;
  gap: 24px;
  flex: 1 0 0;
  border-radius: 16px;
  border: 1px solid #333;
  /* Tips/DropDown Shadow */
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.0392156863);
}

.bordered-gray-content {
  display: flex;
  padding: 16px;
  flex-direction: column;
  gap: 24px;
  flex: 1 0 0;
  border-radius: 16px;
  border: 1px solid #ACACAC;
  background: #F9F9F9;
}

.mb-24 {
  margin-bottom: 24px;
}

.catalog-spinner {
  min-height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #BE221D;
}

.content-before-catalog {
  margin-bottom: 24px;
}

.content-after-catalog {
  margin-top: 24px;
}

.content-before-catalog ul,
.content-after-catalog ul {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.content-before-catalog ul li::before,
.content-after-catalog ul li::before {
  content: "\f058";
  font-family: "Font Awesome 5 Pro";
  color: #BE221D;
  margin-right: 8px;
}

@media screen and (max-width: 767px) {
  .content-before-catalog {
    margin-bottom: 16px;
  }
  .content-after-catalog {
    margin-top: 16px;
  }
  .content-before-catalog,
  .content-after-catalog {
    margin-bottom: 16px;
  }
  .content-before-catalog p,
  .content-after-catalog p {
    font-size: 14px;
  }
  .content-before-catalog ul li,
  .content-after-catalog ul li {
    font-size: 14px;
  }
}
.flex-column {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.flex {
  display: flex !important;
  align-items: center;
  gap: 24px;
}

.flex-between {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.center-button {
  display: flex;
  justify-content: center;
}

.title__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.arrow__container {
  display: flex;
  align-items: center;
  gap: 24px;
}

.arrow {
  cursor: pointer;
  transition: all 0.2s linear;
  opacity: 0.8;
}
.arrow:hover {
  opacity: 1;
}

.flex,
.flex-desktop {
  margin-bottom: 24px;
}

.only-desktop,
.only-desktop-tablet {
  display: block !important;
}

.only-tablet-mobile,
.only-mobile,
.only-smallest {
  display: none !important;
}

.dots_back {
  display: none;
}

.enabled-slider__arrow-container {
  display: none;
}

.enabled-sliders__container .slick-slide {
  margin-right: 24px;
}
.enabled-sliders__container .arrow {
  z-index: 2;
  display: flex;
  position: absolute;
  top: 32%;
  transition: background 0.2s linear;
  border-radius: 16px;
  padding: 30px 16px;
}
.enabled-sliders__container .arrow:hover {
  background: #e8e8e8;
}
.enabled-sliders__container .enabled-slider__arrow.next {
  right: 20px;
}
.enabled-sliders__container .enabled-slider__arrow.prev {
  left: 0;
}
@media screen and (max-width: 1000px) {
  .enabled-sliders__container {
    max-width: 100%;
  }
  .enabled-sliders__container .enabled-slider__arrow.next {
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  .enabled-sliders__container {
    max-width: 100%;
  }
  .enabled-sliders__container .slick-slide {
    margin-right: 16px;
  }
  .enabled-sliders__container .enabled-slider__arrow.next {
    right: 0;
  }
  .enabled-sliders__container .slick-slide .catalog-item-img {
    width: 156px !important;
    height: 156px;
  }
  .enabled-sliders__container .slick-slide .catalog-item {
    width: 156px !important;
  }
  .enabled-sliders__container .arrow {
    top: 20%;
    padding: 26px 12px;
  }
}

/* точки слайдера на мобилке */
.slick-dots {
  display: flex;
  justify-content: center;
  margin: -4rem 0 0;
  padding: 1rem 0 0;
  list-style-type: none;
  position: relative;
  z-index: 10;
}

.slick-dots li {
  margin: 0 0.55rem;
}

.slick-dots button {
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  padding: 0;
  border-radius: 100%;
  background: transparent;
  border: 2px solid #ACACAC;
  text-indent: -9999px;
}

.slick-dots li.slick-active button {
  background-color: #BE221D;
  border: 2px solid #BE221D;
  width: 1.1rem;
  height: 1.1rem;
  margin-top: -2px;
}

.link {
  color: #BE221D;
  text-decoration-line: underline;
  transition: color 0.2s linear;
}
.link:hover {
  color: #971C18;
}

.mobile {
  display: none;
}

@media screen and (max-width: 1000px) {
  .mobile {
    display: block;
  }
  .mobile-hide {
    display: none !important;
  }
  .only-desktop {
    display: none !important;
  }
  .only-tablet-mobile {
    display: block !important;
  }
  .flex,
  .flex-desktop {
    margin-bottom: 0px;
  }
  .mb-mobile {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 767px) {
  .only-desktop-tablet {
    display: none !important;
  }
  .only-mobile {
    display: block !important;
  }
  .column-mobile {
    flex-direction: column;
    align-items: flex-start;
  }
  .dots_back {
    margin-top: 16px;
    display: flex;
  }
  .dots_h1 {
    display: block;
    margin-top: 8px;
  }
  .dots_h1 a {
    transition: all 0.2s linear;
  }
  .dots_h1:hover a {
    color: #BE221D;
  }
  .breadcrumbs {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  .only-smallest {
    display: block !important;
  }
  .button {
    max-width: 100% !important;
    width: 100%;
  }
  .flex {
    gap: 12px;
  }
  .flex-between {
    flex-direction: column;
  }
}
.catalog-badge {
  position: absolute;
  top: 16px;
  left: 16px;
  color: var(--White, #FFF);
  padding: 6px 10px;
  border-radius: 8px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  text-transform: uppercase;
  z-index: 2;
}
.catalog-badge-new {
  background-color: #971C18;
}
.catalog-badge-sale {
  background-color: #BE221D;
}
.catalog-badge-hit {
  background-color: #439F6E;
}

@media screen and (max-width: 600px) {
  .catalog-badge {
    top: 10px;
    left: 10px;
    font-size: 12px;
  }
}
.body-panel .dimodal-content {
  max-width: 100% !important;
}

.dimodal-content {
  background: #fff;
  max-width: 1200px !important;
  width: fit-content;
  border-radius: 16px;
  padding: 36px;
  overflow: hidden;
}
.dimodal-content .dimodal-hide {
  transform: inherit;
  background: #BE221D;
}
.dimodal-content .h1 {
  color: #262626;
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 39px */
  margin-bottom: 16px;
}
.dimodal-content .modal-select-city-style {
  height: calc(100vh - 200px);
  overflow-y: auto;
}
.dimodal-content .input-wrapper {
  margin-bottom: 24px;
  max-width: 100%;
  width: 100%;
  display: flex;
  height: 50px;
  padding: 4px 24px;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  flex: 1 0 0;
  border-radius: 16px;
  border: 1px solid #757575;
  background: var(--White, #FFF);
}
.dimodal-content .input-wrapper input {
  width: 100%;
}
.dimodal-content .input-wrapper .location-b {
  color: #757575;
}
.dimodal-content .input-wrapper .location-b-i {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.dimodal-content .header-city-options {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.dimodal-content .header-city-options .select-city {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.dimodal-content .header-city-options .select-city a {
  transition: color 0.2s linear;
}
.dimodal-content .header-city-options .select-city a:hover {
  color: #BE221D;
}

@media screen and (max-width: 767px) {
  .dimodal-content {
    padding: 16px;
  }
  .dimodal-content .header-city-options {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}
@keyframes expandBackground {
  0% {
    width: 0;
  }
  100% {
    width: 102%;
  }
}
@keyframes shrinkBackground {
  0% {
    width: 100%;
    border-radius: 100px;
  }
  100% {
    width: 0;
    border-radius: 100px;
  }
}
@media screen and (max-width: 1000px) {
  .flex-desktop {
    flex-direction: column;
  }
  .mobile-order {
    display: flex;
    flex-direction: column;
  }
  .mobile-order .catalog-item-name {
    color: var(--Main-Gray-1, #757575);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%; /* 20.4px */
  }
  .mobile-order .catalog-item-name {
    color: var(--Main-Gray-1, #757575);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%; /* 20.4px */
  }
  .mobile-order .catalog-item-price {
    margin: 0;
    gap: 8px;
  }
  .mobile-order .catalog-item-img {
    min-width: 156px;
    min-height: 156px;
  }
  .mobile-order .catalog-item-price__container {
    margin-top: 12px;
  }
  .mobile-order .catalog-cart {
    font-size: 14px;
    padding: 16px 9px;
  }
}
@media screen and (max-width: 767px) {
  .mobile-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    gap: 24px;
  }
  .mobile-grid .radio-button {
    width: 100%;
    max-width: 100%;
  }
  .mobile-grid div:last-child {
    grid-column: span 2;
  }
}
.header {
  padding: 36px 0 4px;
  box-shadow: 0px 12px 24px 0px rgba(0, 0, 0, 0.0588235294);
  width: 100%;
  position: sticky;
  max-height: 100vh;
  overflow: scroll;
  top: 0;
  left: 0;
  z-index: 50;
  background: #fff;
  transition: all 0.3s linear;
}
.header__logo {
  max-width: 278px;
  min-width: 160px;
  width: 100%;
  border-radius: 0;
}
.header-top-menu {
  display: flex;
  gap: 6px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}
.header-second-menu {
  display: flex;
  align-items: center;
  gap: 36px;
}
.header__phone {
  color: #000;
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 39px */
  color: #BE221D;
  white-space: nowrap;
}
.header-city-text {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  color: #757575;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 170%; /* 30.6px */
  cursor: pointer;
  transition: color 0.2s linear;
}
.header-city-text:hover {
  color: #BE221D;
}
.header__pages {
  max-width: 600px;
  margin: 0 6px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
}
.header__pages-item {
  position: relative;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 170%; /* 30.6px */
  transition: color 0.2s linear;
}
.header__pages-item:hover {
  color: #BE221D;
}
.header__pages-item:hover:before {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  -webkit-transition: -webkit-transform 0.25s;
  transition: -webkit-transform 0.25s;
  -o-transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
}
.header__pages-item:before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: red;
  position: absolute;
  left: 0;
  bottom: -5px;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
  -webkit-transition: -webkit-transform 0.25s;
  transition: -webkit-transform 0.25s;
  -o-transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
}
.header .search-box {
  max-width: 100%;
  width: 100%;
  z-index: 4;
  display: flex;
  height: 50px;
  padding: 4px 24px;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  flex: 1 0 0;
  border-radius: 16px;
  border: 1px solid var(--Red-Second, #971C18);
  background: var(--White, #FFF);
}
.header .search-input {
  display: block;
  padding: 0 5px !important;
  border: 0 !important;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  border-radius: 1px 0 0 1px;
}
.header .search-b {
  cursor: pointer;
  color: #757575;
}
.header .search-b-i {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header .search-b-i span {
  display: block;
  margin: auto;
}
.header .header-icons__container {
  display: flex;
  align-items: center;
  gap: 24px;
}
.header .header-icons__container .header-icons__item {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  color: #757575;
  transition: color 0.2s linear;
}
.header .header-icons__container .header-icons__item:hover {
  color: #971C18;
}
.header .header-icons__container .header-icons__item .icon {
  line-height: 170%; /* 23.8px */
}
.header .header-icons__container .header-icons__item .header-icons__text {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}
.header .cart-total-count {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 22px;
  height: 22px;
  display: none;
  position: absolute;
  top: -6px;
  right: -6px;
  border-radius: 50%;
  background: #BE221D;
  color: #fff;
  font-size: 12px;
}
.header .cart-total-count.active {
  display: flex;
}
.header .favorite-total-count {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 22px;
  height: 22px;
  display: none;
  position: absolute;
  top: -6px;
  right: 10px;
  border-radius: 50%;
  background: #BE221D;
  color: #fff;
  font-size: 12px;
}
.header .favorite-total-count.active {
  display: flex;
}
.header .compare-total-count {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 22px;
  height: 22px;
  display: none;
  position: absolute;
  top: -6px;
  right: 10px;
  border-radius: 50%;
  background: #BE221D;
  color: #fff;
  font-size: 12px;
}
.header .compare-total-count.active {
  display: flex;
}

.scrolled-menu {
  position: fixed;
  top: 16px;
  right: 16px;
  flex-direction: column;
  padding: 16px 8px;
  border-radius: 16px;
  box-shadow: 0px 12px 24px 0px rgba(0, 0, 0, 0.0588235294);
}

.init-padding {
  padding: 36px 0 20px;
}

.fixed-padding {
  padding: 10px 0;
}

.disabled {
  top: -220px;
}

@media screen and (max-width: 1000px) {
  .disabled {
    top: -78px;
  }
  .header {
    padding-top: 16px;
  }
  .header-top-menu {
    margin-bottom: 0;
    gap: 32px;
  }
  .header__pages {
    display: none;
  }
  .header__phone {
    display: none;
  }
  .header-city {
    display: none;
  }
  .header-mobile__button {
    display: flex;
    width: 46px;
    height: 46px;
    padding: 24px;
    justify-content: center;
    align-items: center;
    border-radius: 16px;
    cursor: pointer;
  }
  .header-mobile__button_gray {
    background: #EFF0F0;
    color: #000;
  }
  .header-mobile__button_red {
    background: #BE221D;
    color: #EFF0F0;
  }
  .header-bottom-menu {
    position: fixed;
    left: 0;
    bottom: 0;
    box-shadow: 0px -15px 36px 0px rgba(0, 0, 0, 0.05);
    width: 100%;
    padding: 4px 16px 4px;
    margin: 0;
    min-height: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 100;
    background-color: #f6f6f6;
  }
  .header .icon {
    padding-top: 4px;
    text-align: center;
    min-height: fit-content;
  }
  .header .icon-catalog {
    color: #BE221D;
  }
  .header-icons__item {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 18px;
    cursor: pointer;
  }
  .header-icons__item .header-icons__text {
    font-size: 11px;
  }
  .header .cart-total-count,
  .header .favorite-total-count,
  .header .compare-total-count {
    top: -14px;
    right: 2px;
  }
  .header .search-box {
    display: none;
    position: absolute;
    top: -60px;
    bottom: 0;
    max-width: calc(100vw - 32px);
  }
  .header .search-box .flex {
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  .init-padding {
    padding: 16px 0;
  }
  .fixed-padding {
    padding: 8px 0;
  }
}
.mobile-container {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 100;
  overflow-x: hidden;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.mobile-menu {
  display: block;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #EFF0F0;
  z-index: 100;
  height: 100%;
  margin: 0 auto;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate3d(-2000px, 0px, 0px);
  transform: translate3d(-2000px, 0px, 0px);
  overflow-y: auto;
}

.menu__nav {
  margin: 0 auto;
}

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

.mobile-menu__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 16px;
}

.mobile-menu__aligner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  max-height: 100%;
  overflow: auto;
  padding: 30px 16px;
}
.mobile-menu__aligner .header__pages {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (max-width: 1000px) {
  .mobile-menu__aligner {
    padding-bottom: 120px;
  }
}

.menu__animate-close {
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translate3d(-2000px, 0px, 0px);
  transform: translate3d(-2000px, 0px, 0px);
}

.menu__animate-open {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}

.menu__close {
  cursor: pointer;
  z-index: 101;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  border-radius: 16px;
  color: #fff;
  background: #333;
}

.header-contacts {
  display: none;
}

#topMenu {
  display: none;
}

.topmenu-container {
  display: none;
}

.page-header {
  padding-top: 16px;
}

.innerMenu {
  padding-left: 16px;
}

.menu__nav li {
  padding-bottom: 24px;
  position: relative;
}

.menu__nav li:first-child {
  padding-top: 24px;
}

.newsletter-subscribe-form {
  padding: 36px;
  border-radius: 16px;
  background: #EFF0F0;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
}
.newsletter-subscribe-form__content {
  flex-basis: 44%;
}
.newsletter-subscribe-form__content .newsletter-subscribe-form__description {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 30px */
  margin-bottom: 24px;
}
.newsletter-subscribe-form__image {
  position: relative;
  flex-basis: 44%;
  max-width: 400px;
  max-height: 310px;
  margin: 0 auto;
}
.newsletter-subscribe-form__image img {
  position: absolute;
  top: -32px;
  right: 0px;
}
.newsletter-subscribe-form__image .mirror {
  top: inherit;
  bottom: -342px;
  transform: scale(1, -1);
  opacity: 0.12;
  margin-top: -110px;
}
.newsletter-subscribe-form .input-box {
  width: 100%;
  display: flex;
  padding: 4px 16px;
  min-height: 56px;
  justify-content: space-between;
  align-items: center;
  flex-shrink: 0;
  align-self: stretch;
  border-radius: 16px;
  border: 1px solid var(--Main-gray-2, #ACACAC);
  background: var(--White, #FFF);
  color: #757575;
}
.newsletter-subscribe-form .custom-field {
  margin-bottom: 16px;
  display: flex;
  flex-direction: column;
  max-height: 56%;
  height: 18%;
  justify-content: space-between;
}
.newsletter-subscribe-form label {
  display: flex;
  align-items: center;
  font-size: 12px;
}
.newsletter-subscribe-form label input {
  margin-right: 8px;
}
.newsletter-subscribe-form label a {
  margin-left: 4px;
  color: #BE221D;
}

.newsletter-form input[type=text] {
  width: 100%;
}

@media screen and (max-width: 1000px) {
  .newsletter-subscribe-form {
    position: relative;
    min-height: 400px;
  }
  .newsletter-subscribe-form__content {
    flex-basis: 100%;
    z-index: 2;
  }
  .newsletter-subscribe-form__content .custom-field {
    max-width: 60%;
  }
  .newsletter-subscribe-form__content .button {
    max-width: fit-content;
  }
  .newsletter-subscribe-form__image {
    opacity: 0.6;
    position: absolute;
    top: -10%;
    right: -10%;
  }
}
@media screen and (max-width: 600px) {
  .newsletter-subscribe-form {
    min-height: 320px;
    padding: 36px 16px;
  }
  .newsletter-subscribe-form__content .custom-field {
    max-width: 100%;
  }
  .newsletter-subscribe-form__content .button {
    max-width: fit-content;
  }
  .newsletter-subscribe-form__content .newsletter-subscribe-form__description {
    font-size: 16px;
  }
  .newsletter-subscribe-form__image {
    bottom: -10%;
    right: -20%;
  }
}
.consult-form__content {
  display: flex;
  gap: 16px;
  margin-bottom: 32px;
}
.consult-form__content img {
  max-width: 236px;
  width: 100%;
  min-height: 236px;
}
.consult-form__content .consult-form__text {
  width: 100%;
}
.consult-form__content .consult-form__text .obtuse {
  max-width: 100%;
  width: 100%;
  font-family: inherit;
  font-style: normal;
  text-align: inherit;
  position: relative;
  padding: 15px 30px;
  margin: 0 0 16px;
  border: none;
  border-radius: 16px;
  background: #EFF0F0;
}
.consult-form__content .consult-form__text .obtuse p {
  font-size: 14px;
}
.consult-form__content .consult-form__text .consult-form__author {
  margin-bottom: 12px;
}
.consult-form__content .consult-form__text .consult-form__author-name {
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 170%; /* 20.4px */
}
.consult-form__content .consult-form__text .consult-form__author-position {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%; /* 20.4px */
}
.consult-form__container {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.consult-form__container input:not([type=checkbox]),
.consult-form__container textarea {
  width: 100%;
  display: flex;
  padding: 4px 16px;
  min-height: 56px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  flex-shrink: 0;
  align-self: stretch;
  border-radius: 16px;
  border: 1px solid var(--Main-gray-2, #ACACAC);
  background: var(--White, #FFF);
  font-family: inherit;
}
.consult-form__container textarea {
  min-height: 82px;
  padding: 16px;
}
.consult-form__container .consult-form-row {
  max-width: 100%;
  width: 100%;
  display: flex;
  align-items: flex-end;
  gap: 24px;
}
.consult-form__container .consult-form-part {
  width: 100%;
}
.consult-form__container .send-button__container {
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
  min-width: 300px;
}
.consult-form__container .consult-form-title {
  margin-bottom: 8px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%; /* 23.8px */
}
.consult-form__container .agreement-checkbox {
  display: flex;
  align-items: center;
  font-size: 12px;
}
.consult-form__container .agreement-checkbox input[type=checkbox] {
  margin-right: 8px;
}
.consult-form__container .agreement-checkbox a {
  margin-left: 4px;
  color: #BE221D;
}

@media screen and (max-width: 1000px) {
  .consult-form img {
    min-height: 80px;
    max-height: 80px;
    max-width: 80px;
  }
  .consult-form__content .consult-form__text .consult-form__author {
    margin-bottom: 0;
  }
  .consult-form .consult-form-row {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.cart__payment-list {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 24px;
  row-gap: 12px;
}

.cart__payment-tab {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 24px;
  row-gap: 12px;
}

.cart__payment-type.st-version-w {
  height: 56px;
  display: flex;
  padding: 8px 16px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex: 1 0 0;
  max-width: fit-content;
  border-radius: 16px;
  border: 1px solid var(--Main-Gray-2, #ACACAC);
  background: var(--White, #FFF);
}
.cart__payment-type.st-version-w .st-version-select-desc-w .st-version-select-desc {
  width: fit-content;
  position: absolute;
  bottom: -100px;
  right: 0;
  z-index: 2;
  background: #e9e9e9;
  padding: 8px 16px;
  border-radius: 16px;
  max-width: 800px;
}

.container-bestsellers {
  margin-bottom: 24px;
}

@media screen and (max-width: 1000px) {
  .container-bestsellers {
    margin: 0 -16px 20px 0;
  }
  .container-bestsellers .slick-slide {
    margin: 0 8px;
  }
}
.categories-main__container {
  display: grid;
  gap: 24px;
  grid-template-areas: "one two three" "one two three" "one five three" "four five seven" "four six seven" "four six seven";
}
.categories-main__item {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  cursor: pointer;
  background: #EFF0F0;
}
.categories-main__item:nth-child(1) {
  grid-area: one;
}
.categories-main__item:nth-child(2) {
  grid-area: two;
}
.categories-main__item:nth-child(3) {
  grid-area: three;
}
.categories-main__item:nth-child(4) {
  grid-area: four;
}
.categories-main__item:nth-child(5) {
  grid-area: five;
}
.categories-main__item:nth-child(6) {
  grid-area: six;
}
.categories-main__item:nth-child(7) {
  grid-area: seven;
}
.categories-main__item-image {
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.2s linear;
}
.categories-main__item-title {
  position: absolute;
  left: 16px;
  bottom: 16px;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 30px */
  transition: color 0.2s linear;
}
.categories-main__item:hover .categories-main__item-image {
  transform: scale(1.05);
}
.categories-main__item:hover .categories-main__item-title {
  color: #BE221D;
}

@media screen and (max-width: 1000px) {
  .categories-main__container {
    max-height: 100%;
    gap: 16px;
    grid-template-areas: "one one" "one one" "two five" "three three" "three three" "four six" "seven seven" "seven seven";
  }
  .categories-main__item {
    max-height: 304px;
  }
  .categories-main__item-title {
    right: 16px;
    font-size: 14px;
    font-weight: 400;
    padding: 4px 10px;
    color: #fff;
    background-color: rgba(10, 10, 10, 0.5);
    border-radius: 8px;
    max-width: fit-content;
  }
}
.we-are-great__subtitle {
  margin-bottom: 16px;
}
.we-are-great .we-are-great-slider__container {
  position: relative;
}
.we-are-great .we-are-great-slider__container .arrow {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
  z-index: 4;
  font-size: 2.4em;
  max-width: 312px;
  width: 100%;
  min-height: 320px;
}
.we-are-great .we-are-great-slider__container .arrow:hover {
  color: #BE221D;
}
.we-are-great .we-are-great-slider {
  margin-bottom: 16px;
}
.we-are-great .we-are-great-slider .slick-slide {
  margin: 0 8px;
}
.we-are-great .we-are-great-slider .slider__item {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  transition: all 0.2s linear;
  opacity: 0.4;
}
.we-are-great .we-are-great-slider .slider__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  opacity: 0.4;
  z-index: 1;
  transition: opacity 200ms ease-out;
  border-radius: 16px;
}
.we-are-great .we-are-great-slider .slider__item:hover {
  opacity: 1;
}
.we-are-great .we-are-great-slider .slider__item:hover::before {
  opacity: 0.6;
  background-color: #BE221D;
}
.we-are-great .we-are-great-slider .slick-active .slider__item {
  opacity: 1;
}
.we-are-great .we-are-great-slider .slick-active .slider__item::before {
  opacity: 0.4;
}
.we-are-great .we-are-great-slider .slick-active .slider__item:hover {
  opacity: 1;
}
.we-are-great .we-are-great-slider .slick-active .slider__item:hover::before {
  opacity: 0.6;
  background-color: #BE221D;
}
.we-are-great .we-are-great-slider .slider__image {
  max-width: 312px;
  min-width: 312px;
  width: 100%;
  min-height: 320px;
  max-height: 320px;
  border-radius: 16px;
  object-position: top;
}
.we-are-great .we-are-great-slider .slider__text {
  display: flex;
  flex-direction: column;
  gap: 12px;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 26px;
  color: #fff;
  z-index: 2;
}
.we-are-great .we-are-great-slider .slider__title {
  font-size: 21px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
}
.we-are-great .we-are-great-slider .slider__description {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  min-height: 54px;
}

@media screen and (max-width: 1000px) {
  .we-are-great .we-are-great-slider__container .arrow {
    display: none !important;
  }
  .we-are-great .we-are-great-slider {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }
  .we-are-great .we-are-great-slider .slider__item {
    opacity: 1;
  }
  .we-are-great .we-are-great-slider .slider__item::before {
    bottom: 4px;
    right: 2px;
  }
  .we-are-great .we-are-great-slider .slider__image {
    max-width: 312px;
    width: 100%;
    min-height: 120px;
    max-height: 120px;
    border-radius: 16px;
  }
}
@media screen and (max-width: 800px) {
  .we-are-great .we-are-great-slider .slider__text {
    justify-content: center;
    align-items: center;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 16px;
  }
  .we-are-great .we-are-great-slider .slider__description {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .we-are-great .we-are-great-slider .slider__title {
    font-size: 17px;
  }
}
.sale-container {
  position: relative;
  display: grid;
  grid-template-columns: 38% 52.6% 7%;
  gap: 36px;
}
.sale-container__static {
  position: relative;
  border-radius: 16px;
  background: #F9F9F9;
  padding: 36px;
  margin-right: 16px;
  flex-basis: 39%;
  overflow: hidden;
}
.sale-container .sale__slider {
  margin: 0 -36px;
}
.sale-container .sale__slider .slick-slide > div {
  margin: 0 16px;
}
.sale-container .sale__slider .slick-prev {
  display: none !important;
}
.sale-container .sale__slider .catalog-item-desc {
  margin: 12px 0;
}
.sale-container .arrow {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) scale(2);
}
.sale__title {
  position: relative;
  color: #454444;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 36px */
  z-index: 2;
}
.sale__text {
  color: #454444;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  margin-bottom: 24px;
}
.sale__image {
  position: absolute;
  bottom: calc(50% - 106px);
  transform: translateY(26%);
  max-width: 304px;
  width: 100%;
  max-height: 298px;
  right: -20px;
}
.sale .catalog-item {
  margin: 0;
}
.sale .all-sales__link {
  position: absolute;
  bottom: 30px;
  left: 36px;
  color: #BE221D;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 24px */
  transition: color 0.2s linear;
}
.sale .all-sales__link:hover {
  color: #971C18;
}
.sale .progress-pie-chart {
  background-color: inherit;
  width: fit-content;
  height: auto;
  border-radius: 0;
}
.sale__days {
  display: flex;
  gap: 6px;
}
.sale__days-container {
  color: #BE221D;
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}

@media screen and (max-width: 1100px) {
  .sale .slick-slide .catalog-item,
  .sale .slick-slide .catalog-item-img {
    width: 100% !important;
  }
  .sale-container {
    display: flex;
    flex-direction: column;
  }
  .sale-container__static {
    margin-right: 0;
  }
  .sale-container .arrow {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .sale {
    max-width: 100%;
    overflow: hidden;
  }
  .sale-container {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .sale-container .sale__slider .slick-slide > div {
    margin: 0 8px;
  }
  .sale .sale__days-container {
    display: flex;
    gap: 8px;
    font-size: 22px;
  }
  .sale .all-sales__link {
    bottom: 12px;
  }
}
.catalog {
  position: relative;
}
.catalog h1 {
  color: #262626;
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 39px */
  margin-bottom: 0;
}
.catalog .main-category__link {
  text-align: right;
}
.catalog .title__container {
  position: absolute;
  right: 0;
  top: -68px;
  justify-content: flex-end;
}
.catalog .title__container a,
.catalog .title__container .catalog-main-visuals__item a {
  color: #BE221D;
}
.catalog-main-visuals {
  display: flex;
  gap: 20px;
}
.catalog-main-visuals__item {
  flex: 0 0 auto;
}
.catalog-main-visuals__item:nth-child(1) {
  width: 5.69%;
}
.catalog-main-visuals__item:nth-child(2) {
  width: 30.46%;
}
.catalog-main-visuals__item:nth-child(3) {
  width: 58.85%;
}
.catalog-main-gallery {
  position: relative;
}
.catalog-main-gallery__item {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 74px;
  width: 100%;
  height: 86px;
  border-radius: 16px;
  background-color: #F8F7F7;
  cursor: pointer;
}
.catalog-main-gallery__item img {
  mix-blend-mode: darken;
  object-fit: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.catalog-main-gallery__item-youtube {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #BE221D;
}
.catalog-main-gallery .arrow {
  display: flex;
  justify-content: center;
  padding: 16px 0;
  cursor: pointer;
  min-height: 16px;
  z-index: 2;
  background: #fff;
}
.catalog-main-gallery .arrow.slick-disabled {
  opacity: 0.5;
}
.catalog-main-gallery .slick-track {
  display: block;
}
.catalog-main-gallery .slick-track > div {
  margin: 3px 0;
}
.catalog-main-gallery .slick-track > div:first-child {
  margin-top: 0;
}
.catalog-main-img {
  max-width: 422px;
  width: 100%;
  max-height: 440px;
  height: 100%;
  position: relative;
  border-radius: 16px;
  background-color: #F8F7F7;
  overflow: hidden;
  transition: background-color 0.2s linear;
  padding: 36px 46px;
}
.catalog-main-img .slick-slide > div {
  background-color: #F8F7F7;
}
.catalog-main-img__icon-container {
  position: absolute;
  top: 16px;
  right: 22px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  z-index: 2;
}
.catalog-main-img__icon-container div {
  cursor: pointer;
}
.catalog-main-img img {
  mix-blend-mode: darken;
  min-width: 100%;
  min-height: 292px;
  max-height: 380px;
  object-fit: contain;
}
.catalog-main-img .arrow__container {
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0 16px;
  z-index: 2;
}
@media screen and (max-width: 1000px) {
  .catalog-main-img .arrow__container {
    display: none;
  }
}
.catalog-main-img img.arrow {
  min-height: auto;
  max-height: 60px;
  min-width: auto;
}
.catalog-main-description {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 100%;
  width: 100%;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%; /* 23.8px */
}
.catalog-main-description__title {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 24px */
}
.catalog-main-info {
  position: relative;
}
.catalog-main-price {
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 36px */
}
.catalog .catalog-main__stock-status--instock {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #439F6E;
  text-transform: uppercase;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 24px */
}
.catalog .catalog-main__stock-status--instock::before {
  font-family: "Font Awesome 6 Pro";
  content: "\f00c";
  margin-top: -4px;
}
.catalog .catalog-main__stock-status--stockout {
  color: #F93232;
  text-transform: uppercase;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 24px */
}
.catalog .catalog-main__stock-status--stockout::before {
  font-family: "Font Awesome 6 Pro";
  content: "\f00d";
  margin-right: 8px;
  margin-top: -2px;
}
.catalog .catalog-main__stock-status--fororder {
  color: #FFB82E;
  text-transform: uppercase;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 24px */
}
.catalog .catalog-main__stock-status--fororder::before {
  font-family: "Font Awesome 6 Pro";
  content: "\f05a";
  margin-right: 8px;
}
.catalog .cart-button {
  font-family: "Gilroy", sans-serif !important;
  max-width: 268px;
  text-align: center;
  display: flex;
  justify-content: center;
  width: 100%;
  z-index: 1;
}
.catalog .cart-button:before {
  font-family: "Font Awesome 5 Pro", sans-serif !important;
}
.catalog .count__container {
  display: flex;
  align-items: center;
  gap: 16px;
}
.catalog .count__button {
  cursor: pointer;
  border-radius: 16px;
  border: 1px solid #ACACAC;
  background: #FFF;
  display: flex;
  width: 50px;
  height: 50px;
  padding: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  transition: border 0.2s linear;
}
.catalog .count__button > div {
  transition: color 0.2s linear;
}
.catalog .count__button:hover {
  border: 1px solid #971C18;
}
.catalog .count__button:hover > div {
  color: #971C18;
}
.catalog .count__input {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  min-width: 150px;
  height: 50px;
  flex: 1 0 0;
  align-self: stretch;
  border-radius: 16px;
  border: 1px solid #ACACAC;
  /* Firefox */
}
.catalog .count__input::-webkit-outer-spin-button, .catalog .count__input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.catalog .count__input {
  -moz-appearance: textfield;
}
.catalog .catalog-good-description {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.catalog .catalog-good-description__title-container {
  border-bottom: 1px solid #ACACAC;
}
.catalog .catalog-good-description h2 {
  max-width: fit-content;
  border-bottom: 1px solid #BE221D;
  margin-bottom: -1px;
  padding: 0 24px;
}
.catalog .catalog-good-description__container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 36px;
}
.catalog .catalog-good-description__container h3 {
  margin-bottom: 24px;
}
.catalog .catalog-good-description__item-row {
  position: relative;
  page-break-inside: avoid;
  break-inside: avoid-column;
  justify-content: space-between;
  margin-bottom: 16px;
}
.catalog .catalog-good-description__item-row:last-child {
  margin-bottom: 0;
}
.catalog .catalog-good-description__item-row:after {
  content: "";
  height: 1px;
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% - 4px);
  background: url(/site/templates/shop23/images/dot.gif) repeat-x 15px 100%;
}
.catalog .catalog-good-description__item-title {
  color: #757575;
  font-size: 16px;
  min-height: 20px;
  background-color: #fff;
  z-index: 2;
}
.catalog .catalog-good-description__item-value {
  font-size: 16px;
  min-height: 20px;
  background-color: #fff;
  z-index: 2;
  text-align: right;
}

.not-available {
  position: absolute;
  bottom: 62px;
  left: 0px;
  width: 100%;
  max-width: 282px;
  border-radius: 16px;
  padding: 8px 16px;
  border: 1px solid #BE221D;
  box-shadow: 0px 12px 24px 0px rgba(0, 0, 0, 0.0588235294);
  color: #BE221D;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0em;
  text-align: center;
}

.add-link-good {
  display: flex;
  gap: 16px;
  align-items: center;
}

.list-goods {
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.list-good {
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #ACACAC;
  padding: 4px;
}

@media screen and (max-width: 1024px) {
  .catalog .title__container {
    position: inherit;
    right: inherit;
    top: inherit;
  }
  .catalog h1 {
    font-size: 18px;
    text-align: left;
  }
  .catalog-main-visuals {
    flex-direction: column;
  }
  .catalog-main-visuals__item {
    flex: 0 0 auto;
  }
  .catalog-main-visuals__item:nth-child(1) {
    width: 100%;
    order: 2;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .catalog-main-visuals__item:nth-child(2) {
    width: 100%;
    order: 1;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .catalog-main-visuals__item:nth-child(3) {
    width: 100%;
    order: 3;
  }
  .catalog .catalog-good-description__container {
    grid-template-columns: 1fr;
  }
  .catalog-main-gallery {
    width: 100%;
  }
  .catalog-main-gallery__item {
    min-width: 92px;
    margin: 0 8px;
  }
  .catalog-main-img {
    max-width: 100%;
    padding: 16px;
    object-fit: contain;
  }
  .catalog-main-img img {
    max-height: 200px;
    min-height: 120px;
  }
  .catalog-main-img .slick-slide {
    margin: 0 auto;
  }
  .catalog-main-visuals {
    gap: 12px;
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .catalog .catalog-good__title {
    text-align: center;
  }
}
@media screen and (max-width: 650px) {
  .catalog-main-description .flex-between {
    flex-direction: column;
  }
  .catalog-main-prices .flex {
    justify-content: center;
    margin-bottom: 16px;
  }
  .catalog .catalog-good-description__item-row {
    flex-direction: row;
  }
  .bulk-prices {
    margin: 0 auto 16px;
  }
}
.bulk-prices {
  font-family: "Gilroy", sans-serif;
  margin-top: 1rem;
  padding: 16px;
  border-radius: 16px;
  font-size: 16px;
  background: #f8f7f7;
  max-width: fit-content;
  margin-bottom: 24px;
}

.bulk-prices__title {
  margin-bottom: 6px;
}

.bulk-prices__list {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.bulk-prices__item {
  padding: 4px 0;
  border-bottom: 1px dashed #ccc;
}

.bulk-prices__item:last-child {
  border-bottom: none;
}

.bulk-prices__item strong {
  font-weight: 600;
}

.bulk-prices__item span {
  font-weight: 500;
  color: #333;
}

.delivery h1 {
  margin-bottom: 16px;
}
.delivery .bordered-content ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.delivery .bordered-content ul li {
  display: flex;
  gap: 10px;
}
.delivery .bordered-content ul li i {
  color: #BE221D;
}
.delivery .bordered-content ul li p {
  color: #757575;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%; /* 23.8px */
}

.payment h1 {
  margin-bottom: 0;
}
.payment .container {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.payment .flex {
  gap: 16px;
}
.payment .fa-solid,
.payment .fa-regular,
.payment .fa-thin {
  color: #BE221D;
}
.payment ul li {
  position: relative;
  margin: 6px 16px;
  color: #757575;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%; /* 23.8px */
}
.payment ul li::before {
  font-family: "Font Awesome 5 Pro";
  content: "\f111";
  color: #757575;
  font-size: 6px;
  position: absolute;
  top: 50%;
  left: -20px;
  transform: translateY(-50%);
}
.payment ul li:first-child {
  margin-top: 10px;
}
.payment p {
  color: #757575;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%; /* 23.8px */
}
.payment .border-bottom {
  border-bottom: 1px solid #EFF0F0;
}

@media screen and (max-width: 767px) {
  .payment .emails .flex {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    text-align: left;
  }
}
.contacts h1 {
  margin-bottom: 0;
}
.contacts .container {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.contacts .grid-2columns-container {
  display: grid;
  grid-template-columns: 30% 1fr;
  gap: 24px;
}
.contacts .flex {
  gap: 16px;
}

@media screen and (max-width: 767px) {
  .contacts .grid-2columns-container {
    grid-template-columns: 1fr;
  }
  .contacts .emails .flex {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    text-align: left;
  }
}
.returns {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.returns a {
  color: #BE221D;
}
.returns p {
  color: #333;
}
.returns h1 {
  margin-bottom: 0;
}
.returns h2 {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 30px */
  margin-bottom: 0;
}
.returns .bordered-content ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
  color: #757575;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%; /* 23.8px */
}
.returns .bordered-content ul li {
  display: flex;
  gap: 10px;
}
.returns .bordered-content ul li::before {
  content: "\f058";
  font-family: "Font Awesome 5 Pro";
  color: #BE221D;
}
.returns ol {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.returns ol ul {
  margin-left: 16px;
  margin-top: 6px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  color: #757575;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%; /* 23.8px */
}
.returns ol ul li {
  display: flex;
  gap: 10px;
}
.returns ol ul li::before {
  content: "\f111";
  font-family: "Font Awesome 5 Pro";
  color: #757575;
  font-size: 8px;
}

.catalog a {
  transition: color 0.2s linear;
}
.catalog a:hover {
  color: #BE221D;
}
.catalog .accordion__container {
  position: relative;
}
.catalog .accordion {
  cursor: pointer;
  transition: color 0.2s linear;
}
.catalog .accordion:hover {
  color: #BE221D;
}
.catalog h2 {
  color: #333;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 30px */
  margin-bottom: 0;
  transition: color 0.2s linear;
}
.catalog h2:hover {
  color: #BE221D;
}
.catalog .catalog-good-description__title-container h2:hover {
  color: inherit;
}
.catalog__main-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding-bottom: 32px;
  border-bottom: 1px solid #acacac;
}
.catalog__second-item {
  display: none;
  margin-top: 24px;
  flex-direction: column;
  gap: 24px;
  color: #757575;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%; /* 23.8px */
}
.catalog__second-item.active {
  display: flex;
  position: absolute;
  top: 35px;
  left: 0;
  background-color: #fff;
  z-index: 2;
  padding: 16px;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  border: 1px solid #acacac;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.0392156863);
  width: 100%;
  max-height: 512px;
  overflow: auto;
}
.catalog .item__childs {
  padding-left: 16px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.catalog .catalog-index-w-inner {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.catalog .catalog-index-w-inner .catalog-index a {
  display: flex;
  align-items: center;
  gap: 16px;
}

.cart__title {
  color: #262626;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 39px */
}

.sticky__container {
  position: relative;
  display: flex;
  gap: 20px;
}
.sticky__container .sticky-left__container {
  flex: 70%;
  min-height: 100%;
}
.sticky__container .sticky-right__container {
  flex: 30%;
  width: 100%;
  height: 100%;
  position: sticky;
  top: 240px;
  margin-bottom: 20px;
}

.cart-form h3 {
  color: #262626;
  margin-bottom: 16px;
}
.cart-form a {
  color: #BE221D;
}
.cart-form .st-cart {
  height: 100%;
  position: relative;
}
.cart-form .cart-shadow-card {
  height: 100%;
  border-radius: 16px;
  background: #fff;
  padding: 24px;
  box-shadow: 0px 12px 24px 0px rgba(0, 0, 0, 0.0588235294);
}
.cart-form .st-cart-items-header {
  border-bottom: 1px solid #EFF0F0;
  padding-bottom: 10px;
}
.cart-form .st-cart-items-header th:first-child {
  display: none;
}
.cart-form .cart-actions__container {
  min-height: 500px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cart-form .flex-text {
  display: flex;
  gap: 6px;
}
.cart-form .agreements-text {
  font-size: 14px;
  color: #757575;
  text-align: center;
}
.cart-form .green {
  color: #439F6E;
  font-weight: 500;
}
.cart-form .large {
  font-size: 30px;
  font-weight: 600;
}
.cart-form .custom-label {
  margin-bottom: 8px;
  color: var(--Black, #000);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%; /* 23.8px */
}
.cart-form .buyer__row input,
.cart-form .delivering-options input,
.cart-form .buyer__row textarea,
.cart-form .delivering__custom-input {
  width: 100%;
  min-height: 55px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 10px 16px;
  border-radius: 16px;
  border: 1px solid #ACACAC;
  background: #fff;
  color: #757575;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%; /* 27.2px */
}
.cart-form .buyer__row input input,
.cart-form .delivering-options input input,
.cart-form .buyer__row textarea input,
.cart-form .delivering__custom-input input {
  width: 100%;
  min-height: 100%;
}
.cart-form .st-cart-data {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.cart-accordion {
  padding: 8px 16px;
  border-radius: 16px;
  border: 1px solid var(--Main-Gray-2, #ACACAC);
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-content: center;
  cursor: pointer;
}

.cart-accordion i {
  line-height: 24px;
}

.cart-accordion.disabled {
  background: #EFF0F0;
  opacity: 0.5;
  cursor: not-allowed;
}

@media screen and (max-width: 1000px) {
  .sticky__container {
    flex-direction: column;
    gap: 0px;
  }
  .sticky__container .st-cart {
    padding-bottom: 0;
  }
  .cart-form .cart-shadow-card:not(.cart-actions__container) {
    padding: 0;
    box-shadow: none;
  }
  .cart-form .cart-actions__container {
    background-color: #F9F9F9;
    min-height: auto;
    gap: 24px;
  }
  .cart-form .cart-actions__container h2 {
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .mobile-cart-card.st-cart-item {
    margin: 16px;
    position: relative;
    display: grid;
    grid-template-rows: auto auto;
    grid-template-columns: repeat(3, 1fr);
  }
  .mobile-cart-card.st-cart-item .cart-item-image {
    grid-row: span 2;
  }
  .mobile-cart-card.st-cart-item .cart-item-image img {
    max-width: 100px !important;
    max-height: 100px !important;
    border-radius: 16px;
    background-color: #F8F7F7;
    overflow: hidden;
    transition: background-color 0.2s linear;
  }
  .mobile-cart-card.st-cart-item .st-cart-item-name {
    padding-left: 0 !important;
    background: #fff;
    font-size: 14px;
    grid-column: span 2;
  }
  .mobile-cart-card.st-cart-item .st-cart-item-name a {
    text-align: left;
  }
  .mobile-cart-card.st-cart-item .st-cart-item-price {
    font-size: 12px;
  }
  .mobile-cart-card.st-cart-item .st-cart-item-count {
    font-size: 12px;
  }
  .mobile-cart-card.st-cart-item .st-cart-item-count .ec-quantity {
    width: 30px;
    font-size: 12px;
  }
}
* {
  border: 0;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.body__preloader {
  background-color: #fff;
  color: #000;
  font: 1em/1.5 "DM Sans", sans-serif;
  height: 300px;
  display: grid;
  place-items: center;
  transition: background-color var(--trans-dur), color var(--trans-dur);
}

.preloader {
  text-align: center;
  max-width: 20em;
  width: 100%;
}

.preloader__text {
  position: relative;
  height: 1.5em;
}

.preloader__msg {
  animation: msg 0.3s 13.7s linear forwards;
  position: absolute;
  width: 100%;
}

.preloader__msg--last {
  animation-direction: reverse;
  animation-delay: 14s;
  visibility: hidden;
}

.cart__preloader {
  display: block;
  margin: 0 auto 1.5em auto;
  width: 8em;
  height: 8em;
}

.animation .cart__lines,
.animation .cart__top,
.animation .cart__wheel1,
.animation .cart__wheel2,
.animation .cart__wheel-stroke {
  animation: cartLines 2s ease-in-out infinite;
}

.animation .cart__lines {
  stroke: #BE221D;
}

.animation .cart__top {
  animation-name: cartTop;
}

.animation .cart__wheel1 {
  animation-name: cartWheel1;
  transform: rotate(-0.25turn);
  transform-origin: 43px 111px;
}

.animation .cart__wheel2 {
  animation-name: cartWheel2;
  transform: rotate(0.25turn);
  transform-origin: 102px 111px;
}

.animation .cart__wheel-stroke {
  animation-name: cartWheelStroke;
}

.cart__track {
  stroke: #757575;
  transition: stroke #757575;
}

/* Dark theme */
@media (prefers-color-scheme: dark) {
  :root {
    --bg: hsl(var(--hue),10%,10%);
    --fg: hsl(var(--hue),10%,90%);
  }
  .cart__track {
    stroke: #EFF0F0;
  }
}
/* Animations */
@keyframes msg {
  from {
    opacity: 1;
    visibility: visible;
  }
  99.9% {
    opacity: 0;
    visibility: visible;
  }
  to {
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes cartLines {
  from, to {
    opacity: 0;
  }
  8%, 92% {
    opacity: 1;
  }
}
@keyframes cartTop {
  from {
    stroke-dashoffset: -338;
  }
  50% {
    stroke-dashoffset: 0;
  }
  to {
    stroke-dashoffset: 338;
  }
}
@keyframes cartWheel1 {
  from {
    transform: rotate(-0.25turn);
  }
  to {
    transform: rotate(2.75turn);
  }
}
@keyframes cartWheel2 {
  from {
    transform: rotate(0.25turn);
  }
  to {
    transform: rotate(3.25turn);
  }
}
@keyframes cartWheelStroke {
  from, to {
    stroke-dashoffset: 81.68;
  }
  50% {
    stroke-dashoffset: 40.84;
  }
}
.register-w {
  margin-bottom: 16px;
}
.register-w .flex {
  align-items: stretch;
}
.register-w .register__form {
  flex: 75%;
}
.register-w .register__form .h3 {
  margin-bottom: 8px;
}
.register-w .register__form input:not([type=radio], [type=checkbox]),
.register-w .register__form textarea {
  width: 100%;
  min-height: 55px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 10px 16px;
  border-radius: 16px;
  border: 1px solid #ACACAC;
  background: #fff;
  color: #757575;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%; /* 27.2px */
}
.register-w .register__form input:not([type=radio], [type=checkbox]) input,
.register-w .register__form textarea input {
  width: 100%;
  min-height: 100%;
}
.register-w .register__form-step-one {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.register-w .register__form a {
  color: #BE221D;
}
.register-w .register__greeting {
  padding: 50px 24px;
  color: #fff;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  background: linear-gradient(-45deg, #c54141, #F93232, #971C18, #BE221D);
  background-size: 400% 400%;
  animation: gradient 15s ease infinite;
}
.register-w .remind-step-one input {
  min-height: 55px;
  min-width: 320px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 10px 16px;
  border-radius: 16px;
  border: 1px solid #ACACAC;
  background: #fff;
  color: #757575;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%; /* 27.2px */
}
@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@media screen and (max-width: 850px) {
  .register-w .flex {
    flex-direction: column;
  }
  .register-w .register__greeting {
    order: -1;
  }
}
.compare__container {
  display: grid;
  gap: 36px;
  grid-template-columns: 298px 1fr;
}
.compare .catalog-page-inner {
  position: relative;
  display: flex;
  gap: 36px;
  overflow-x: auto;
}
.compare .catalog-item-inner {
  min-height: 424px;
  max-height: 424px;
}
.compare .catalog-item {
  max-width: 298px;
  margin-bottom: 20px;
}
.compare .compare-settings-filter {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.compare .compare-settings-filter__item {
  padding: 22px 16px;
  border-radius: 16px;
  background: #F9F9F9;
  color: #ACACAC;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.2s linear;
}
.compare .compare-settings-filter__item:hover {
  background: #BE221D;
  color: #fff;
}
.compare .compare-settings-filter__item.active {
  background: #971C18;
  color: #fff;
}
.compare .compare-settings-type {
  margin-top: 200px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.compare .compare-settings-type__item {
  padding: 22px 16px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
  text-transform: uppercase;
  border-left: 2px solid #757575;
  background: #EFF0F0;
}
.compare-property__container {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.compare-property__container .compare-property__item {
  padding: 21.5px 16px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  text-transform: uppercase;
  border-bottom: 1px solid #757575;
  max-height: 65px;
  overflow: hidden;
}

.scroll-wrapper {
  max-width: 100vw;
  overflow-x: scroll;
  position: relative;
  scrollbar-color: #BE221D #F93232;
  scrollbar-width: thin;
  -ms-overflow-style: none;
}

.scroll-wrapper::-webkit-scrollbar {
  height: 3px;
}

.scroll-wrapper::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0);
}

.scroll-wrapper::-webkit-scrollbar-thumb {
  height: 3px;
  background-color: #BE221D;
}

.scroll-wrapper::-webkit-scrollbar-thumb:hover {
  background-color: #F93232;
}

.scroll-wrapper::-webkit-scrollbar:vertical {
  display: none;
}

@media screen and (max-width: 1024px) {
  .compare__container {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
  .compare .compare-settings-filter {
    flex-direction: row;
    overflow: auto;
  }
  .compare .compare-settings-type {
    display: none;
  }
  .compare .catalog-item-inner {
    min-height: fit-content;
  }
  .compare .compare-settings-filter__item {
    padding: 8px 16px;
    white-space: nowrap;
    font-size: 12px;
  }
  .compare .catalog-page-inner {
    gap: 16px;
  }
  .compare .catalog-item {
    min-width: 48%;
    max-width: 48%;
  }
  .compare .catalog-main-favorite {
    margin-bottom: 0;
  }
  .compare .catalog-item-img {
    min-width: 100%;
    max-width: 100%;
    min-height: 156px;
  }
  .compare .compare-property__container .compare-property__item {
    max-height: 70px;
    font-size: 11px;
  }
  .compare .catalog-item-buttons {
    transform: scale(0.7);
  }
  .compare .catalog-item-name {
    padding: 0;
    min-height: 58px;
    max-height: 58px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .compare .catalog-item-desc {
    max-height: 69px;
    overflow: hidden;
  }
  .compare .product-item__booking--none {
    font-size: 12px;
    line-height: 130%;
  }
}
.footer {
  background: #333;
  color: #fff;
  padding: 75px 0 45px;
}
.footer__logo {
  max-width: 236px;
  width: 100%;
  border-radius: 0;
}
.footer a {
  transition: color 0.2s linear;
}
.footer a:hover {
  color: #BE221D;
}
.footer__container {
  display: flex;
  justify-content: space-between;
  gap: 32px;
}
.footer__container_left-side {
  flex-basis: 28%;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.footer__container_right-side {
  flex-basis: 60%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 36px;
}
.footer-list-item__text {
  margin-top: 36px;
}
.footer-contact-item__phone {
  color: var(--White, #FFF);
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
}
.footer-social__container {
  display: flex;
  align-items: center;
  gap: 16px;
}
.footer-social__item {
  min-height: 20px;
}
.footer-list-item .column {
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.footer-list-item .column .menu-box {
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 30px */
}
.footer-list-item__mail {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid #fff;
  margin-bottom: 24px;
}
.footer-list-item__mail p {
  color: #757575;
}
.footer-list-item__mail:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}
.footer-menu--item {
  display: flex;
  flex-direction: column;
  gap: 26px;
}

@media screen and (max-width: 767px) {
  .footer {
    padding: 24px 0;
  }
  .footer__container {
    flex-direction: column;
    padding-bottom: 0;
  }
  .footer__container_right-side {
    flex-basis: 100%;
    grid-template-columns: 1fr;
  }
}
.page,
.wrapper {
  margin: 0 auto !important;
  padding: 0 16px !important;
  max-width: 1332px;
}

body {
  font-family: "Gilroy", sans-serif;
}

.wrapper {
  position: relative;
}

.st-cart-tabs {
  margin-bottom: 24px;
}

/*# sourceMappingURL=style.css.map */
