/* [project]/src/styles/main.sass.css [app-client] (css) */
.DEVELOP_size {
  position: fixed;
  bottom: 8px;
  right: 8px;
  background-color: #333;
  color: #fff;
  padding: 8px 16px;
  font-size: 24px;
  border-radius: 4px;
}

.DEVELOP_size span {
  display: none;
}

@media (width <= 476px) {
  .DEVELOP_size span.xs {
    display: inline;
  }
}

@media (width >= 477px) and (width <= 576px) {
  .DEVELOP_size span.s {
    display: inline;
  }
}

@media (width >= 577px) and (width <= 768px) {
  .DEVELOP_size span.sm {
    display: inline;
  }
}

@media (width >= 769px) and (width <= 992px) {
  .DEVELOP_size span.md {
    display: inline;
  }
}

@media (width >= 993px) and (width <= 1200px) {
  .DEVELOP_size span.lg {
    display: inline;
  }
}

@media (width >= 1201px) and (width <= 1400px) {
  .DEVELOP_size span.xl {
    display: inline;
  }
}

@media (width >= 1401px) and (width <= 1920px) {
  .DEVELOP_size span.xxl {
    display: inline;
  }
}

@media (width >= 1920px) {
  .DEVELOP_size span.xxxl {
    display: inline;
  }
}

.Container {
  width: 1920px;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  padding: 0 55px;
}

@media (width <= 1920px) {
  .Container {
    width: 1400px;
    padding: 0 27px 0 28px;
  }
}

@media (width <= 1400px) {
  .Container {
    width: 1200px;
    padding: 0 45px;
  }
}

@media (width <= 1200px) {
  .Container {
    width: 992px;
    padding: 0 36px;
  }
}

@media (width <= 992px) {
  .Container {
    width: 768px;
    padding: 0 19px;
  }
}

@media (width <= 768px) {
  .Container {
    width: 576px;
    padding: 0 18px;
  }
}

@media (width <= 576px) {
  .Container {
    width: 370px;
    padding: 0 10px;
  }
}

@media (width <= 476px) {
  .Container {
    width: 370px;
  }
}

@font-face {
  font-family: VisueltPro;
  src: url("/fonts/VisueltPro-Thin.woff2") format("woff2"), url("/fonts/VisueltPro-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: VisueltPro;
  src: url("/fonts/VisueltPro-ExtraLight.woff2") format("woff2"), url("/fonts/VisueltPro-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: VisueltPro;
  src: url("/fonts/VisueltPro-Light.woff2") format("woff2"), url("/fonts/VisueltPro-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: VisueltPro;
  src: url("/fonts/VisueltPro-Regular.woff2") format("woff2"), url("/fonts/VisueltPro-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: VisueltPro;
  src: url("/fonts/VisueltPro-Medium.woff2") format("woff2"), url("/fonts/VisueltPro-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: VisueltPro;
  src: url("/fonts/VisueltPro-SemiBold.woff2") format("woff2"), url("/fonts/VisueltPro-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: VisueltPro;
  src: url("/fonts/VisueltPro-Bold.woff2") format("woff2"), url("/fonts/VisueltPro-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: VisueltPro;
  src: url("/fonts/VisueltPro-ExtraBold.woff2") format("woff2"), url("/fonts/VisueltPro-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: VisueltPro;
  src: url("/fonts/VisueltPro-Black.woff2") format("woff2"), url("/fonts/VisueltPro-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}

.Catalog {
  display: flex;
  flex-direction: column;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: #0000;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid #0000;
}

.slick-arrow.slick-hidden {
  display: none;
}

.Banner.march .Banner__inner .Button {
  background-color: #cd5f4d;
}

.Banner.feb .Banner__inner .Button {
  background-color: #6c7e44;
}

.Banner.ny .Banner__inner .Button {
  background-color: #8388a8;
}

@media (width <= 768px) {
  .Banner.ny .Banner__img {
    background-position: 40% 0 !important;
  }
}

@media (width <= 768px) {
  .Banner.ny .Banner__img {
    background-position: 100% 0 !important;
  }
}

.Banner.col {
  width: 100vw;
  left: 50%;
  transform: translate(-50vw);
}

.Banner.col .Banner__inner .Button {
  background-color: #897ca5;
}

* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

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

html, body {
  max-width: 100vw;
  min-height: 100vh;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
}

body {
  margin-top: 85px;
}

svg {
  height: 100%;
  width: 100%;
}

a {
  display: block;
}

body {
  background: #fff;
  font-family: VisueltPro, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.underscored {
  text-decoration: underline;
}

.NotFoundPage .Container {
  align-items: center;
}

.NotFoundPage__img {
  width: 895px;
  margin-bottom: 20px;
  margin-top: 35px;
}

@media (width <= 1400px) {
  .NotFoundPage__img {
    width: 647px;
    margin-bottom: 20px;
  }
}

@media (width <= 1200px) {
  .NotFoundPage__img {
    width: 445px;
  }
}

@media (width <= 576px) {
  .NotFoundPage__img {
    width: 350px;
    margin-bottom: 40px;
  }
}

.NotFoundPage__text {
  font-size: 36px;
  margin-bottom: 57px;
}

@media (width <= 1200px) {
  .NotFoundPage__text {
    font-size: 30px;
  }
}

@media (width <= 768px) {
  .NotFoundPage__text {
    font-size: 24px;
  }
}

.NotFoundPage__button {
  margin-bottom: 180px;
}

@media (width <= 1200px) {
  .NotFoundPage__button {
    margin-bottom: 250px;
  }
}

.Page.Order {
  font-size: 20px;
  text-align: center;
  margin-top: 40px;
}

.Page.Order button {
  margin-top: 20px;
}

.Page__body.text {
  width: 960px;
  margin: auto;
  font-size: 22px;
  line-height: 24px;
  margin-bottom: 180px;
}

@media (width <= 1400px) {
  .Page__body.text {
    font-size: 16px;
    line-height: 20px;
  }
}

@media (width <= 1200px) {
  .Page__body.text {
    width: 100%;
  }
}

@media (width <= 992px) {
  .Page__body.text {
    font-size: 16px;
  }
}

@media (width <= 768px) {
  .Page__body.text {
    font-size: 13px;
    line-height: 16px;
  }
}

.Page__body.text p {
  margin-bottom: 20px;
}

.Page__body.text a {
  display: inline;
}

.Page__images {
  display: flex;
  gap: 20px;
  margin-bottom: 30px;
  margin-top: 30px;
}

.Page__image {
  width: 150px;
  height: 80px;
  position: relative;
}

.Cookies {
  position: fixed;
  left: 15px;
  bottom: 15px;
  width: 320px;
  background-color: #f5f5f5;
  border: 2px solid #bfbfbf;
  border-radius: 15px;
  padding: 20px 40px;
  z-index: 1000;
}

@media (width <= 576px) {
  .Cookies {
    left: 50%;
    transform: translate(-50%);
  }
}

.Cookies__close {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 10px;
  right: 10px;
  stroke: #000;
}

.Cookies__title {
  font-weight: 600;
  margin-bottom: 10px;
}

.Cookies span {
  font-weight: 500;
  text-decoration: underline;
  cursor: pointer;
}

.DEVELOP_size {
  position: fixed;
  bottom: 8px;
  right: 8px;
  background-color: #333;
  color: #fff;
  padding: 8px 16px;
  font-size: 24px;
  border-radius: 4px;
}

.DEVELOP_size span {
  display: none;
}

@media (width <= 476px) {
  .DEVELOP_size span.xs {
    display: inline;
  }
}

@media (width >= 477px) and (width <= 576px) {
  .DEVELOP_size span.s {
    display: inline;
  }
}

@media (width >= 577px) and (width <= 768px) {
  .DEVELOP_size span.sm {
    display: inline;
  }
}

@media (width >= 769px) and (width <= 992px) {
  .DEVELOP_size span.md {
    display: inline;
  }
}

@media (width >= 993px) and (width <= 1200px) {
  .DEVELOP_size span.lg {
    display: inline;
  }
}

@media (width >= 1201px) and (width <= 1400px) {
  .DEVELOP_size span.xl {
    display: inline;
  }
}

@media (width >= 1401px) and (width <= 1920px) {
  .DEVELOP_size span.xxl {
    display: inline;
  }
}

@media (width >= 1920px) {
  .DEVELOP_size span.xxxl {
    display: inline;
  }
}

.Container {
  width: 1920px;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  padding: 0 55px;
}

@media (width <= 1920px) {
  .Container {
    width: 1400px;
    padding: 0 27px 0 28px;
  }
}

@media (width <= 1400px) {
  .Container {
    width: 1200px;
    padding: 0 45px;
  }
}

@media (width <= 1200px) {
  .Container {
    width: 992px;
    padding: 0 36px;
  }
}

@media (width <= 992px) {
  .Container {
    width: 768px;
    padding: 0 19px;
  }
}

@media (width <= 768px) {
  .Container {
    width: 576px;
    padding: 0 18px;
  }
}

@media (width <= 576px) {
  .Container {
    width: 370px;
    padding: 0 10px;
  }
}

@media (width <= 476px) {
  .Container {
    width: 370px;
  }
}

.Header {
  height: 85px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  z-index: 1000;
  background-color: #fff;
  width: 100%;
  border-bottom: 1px solid #bfbfbf;
  box-shadow: 0 0 12px #0000001a;
}

.Header__container {
  width: 100%;
  display: flex;
  align-items: center;
}

.Header__logo {
  margin-right: 50px;
  width: 50px;
}

@media (width <= 1920px) {
  .Header__logo {
    margin-right: 20px;
  }
}

@media (width <= 1400px) {
  .Header__logo {
    width: 40px;
  }
}

.Header__catalog {
  margin-right: 50px;
}

@media (width <= 1920px) {
  .Header__catalog {
    margin-right: 20px;
  }
}

@media (width <= 1200px) {
  .Header__catalog {
    display: none;
  }
}

.Header__search {
  width: 907px;
}

@media (width <= 1920px) {
  .Header__search {
    width: 597px;
  }
}

@media (width <= 1400px) {
  .Header__search {
    width: 362px;
  }
}

@media (width <= 1200px) {
  .Header__search {
    display: none;
  }
}

.Header__mobileSearch {
  display: none;
}

@media (width <= 1200px) {
  .Header__mobileSearch {
    display: flex;
  }

  .Header__mobileSearch.active .HeaderButton {
    background-color: #6b6b6b;
    margin-right: 0;
  }

  .Header__mobileSearch.active .HeaderButton svg path {
    stroke: #fff;
  }
}

.Header__mobileSearchBar {
  position: absolute;
  top: 85px;
  left: 0;
  width: 100%;
  background-color: #fff;
  padding: 8px;
  border-bottom: 1px solid #bfbfbf;
}

@media (width <= 1200px) {
  .Header__contacts {
    display: none;
  }
}

.Header__rightSlot {
  margin-left: auto;
  display: flex;
  gap: 20px;
}

@media (width <= 768px) {
  .Header__rightSlot {
    gap: 8px;
    flex-grow: 1;
  }
}

.Header__menu {
  display: none;
}

@media (width <= 1200px) {
  .Header__menu {
    display: block;
  }
}

@media (width <= 768px) {
  .Header__menu {
    margin-right: auto;
  }
}

.Header__auth.active .HeaderButton {
  background-color: #6b6b6b;
  color: #fff;
}

.Header__auth.active .HeaderButton path {
  stroke: #fff;
}

.Header__cart.active .HeaderButton {
  background-color: #6b6b6b;
  color: #fff;
}

.Header__cart.active .HeaderButton path {
  stroke: #fff;
}

.HeaderButton {
  height: 50px;
  text-decoration: none;
  display: flex;
  align-items: center;
  margin-right: 20px;
  padding: 15px 20px;
  border-radius: 25px;
  transition: all .2s ease-in-out;
  cursor: pointer;
}

@media (width <= 768px) {
  .HeaderButton {
    padding: 15px 10px;
  }
}

.HeaderButton__ico {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  position: relative;
}

.HeaderButton__ico svg {
  width: 100%;
  height: auto;
}

@media (width <= 768px) {
  .HeaderButton__ico {
    width: 30px;
    height: 30px;
    margin-right: 0;
  }
}

.HeaderButton__text {
  font-size: 16px;
  line-height: 20px;
}

@media (width <= 768px) {
  .HeaderButton__text {
    display: none;
  }
}

.HeaderButton__dot {
  width: 6px;
  height: 6px;
  position: absolute;
  top: 0;
  right: 2px;
  background-color: #ef5757;
  border-radius: 50%;
}

@media (width <= 768px) {
  .HeaderButton__dot {
    width: 9px;
    height: 9px;
    right: 3px;
  }
}

.HeaderButton:last-child {
  margin-right: 0;
}

.HeaderButton:hover {
  background-color: #6b6b6b;
  color: #fff;
}

.HeaderButton:hover path {
  stroke: #fff;
}

.Menu {
  display: flex;
  flex-direction: column;
}

.Menu__ul {
  list-style-type: none;
  padding-left: 0;
}

.SearchBar {
  width: 100%;
  height: 50px;
  outline: 2px solid #bfbfbf;
  border-radius: 25px;
  padding: 15px;
  padding-left: 20px;
  display: flex;
  align-items: center;
  position: relative;
}

.SearchBar.open {
  border-radius: 25px 25px 0 0;
}

.SearchBar__label {
  width: 100%;
  display: flex;
}

.SearchBar__input {
  border: none;
  padding: 0;
  font-size: 16px;
  line-height: 16px;
  flex-grow: 1;
  margin-right: 10px;
  font-family: VisueltPro;
}

.SearchBar__input::placeholder {
  font-size: 16px;
  line-height: 16px;
  color: #000;
  font-weight: 400;
}

.SearchBar__input:focus {
  outline: none;
  border: none;
}

.SearchBar__icon {
  position: relative;
  width: 20px;
  height: 20px;
}

.SearchBar__result {
  position: absolute;
  width: 100%;
  max-height: 70vh;
  overflow-y: auto;
  left: 0;
  top: 50px;
  outline: 2px solid #bfbfbb;
  padding: 20px;
  display: none;
  flex-direction: column;
  gap: 10px;
  background-color: #fff;
  border-radius: 0 0 25px 25px;
  z-index: 100;
}

.SearchBar__result.open {
  display: flex;
}

.SearchBar__item {
  background-color: #f5f5f5;
}

.SearchBar__item a {
  display: flex;
  padding: 10px 20px;
  align-items: center;
}

.SearchBar__image {
  height: 70px;
  width: 70px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin-right: 20px;
}

.SearchBar__image img {
  width: 100%;
}

.DEVELOP_size {
  position: fixed;
  bottom: 8px;
  right: 8px;
  background-color: #333;
  color: #fff;
  padding: 8px 16px;
  font-size: 24px;
  border-radius: 4px;
}

.DEVELOP_size span {
  display: none;
}

@media (width <= 476px) {
  .DEVELOP_size span.xs {
    display: inline;
  }
}

@media (width >= 477px) and (width <= 576px) {
  .DEVELOP_size span.s {
    display: inline;
  }
}

@media (width >= 577px) and (width <= 768px) {
  .DEVELOP_size span.sm {
    display: inline;
  }
}

@media (width >= 769px) and (width <= 992px) {
  .DEVELOP_size span.md {
    display: inline;
  }
}

@media (width >= 993px) and (width <= 1200px) {
  .DEVELOP_size span.lg {
    display: inline;
  }
}

@media (width >= 1201px) and (width <= 1400px) {
  .DEVELOP_size span.xl {
    display: inline;
  }
}

@media (width >= 1401px) and (width <= 1920px) {
  .DEVELOP_size span.xxl {
    display: inline;
  }
}

@media (width >= 1920px) {
  .DEVELOP_size span.xxxl {
    display: inline;
  }
}

.Container {
  width: 1920px;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  padding: 0 55px;
}

@media (width <= 1920px) {
  .Container {
    width: 1400px;
    padding: 0 27px 0 28px;
  }
}

@media (width <= 1400px) {
  .Container {
    width: 1200px;
    padding: 0 45px;
  }
}

@media (width <= 1200px) {
  .Container {
    width: 992px;
    padding: 0 36px;
  }
}

@media (width <= 992px) {
  .Container {
    width: 768px;
    padding: 0 19px;
  }
}

@media (width <= 768px) {
  .Container {
    width: 576px;
    padding: 0 18px;
  }
}

@media (width <= 576px) {
  .Container {
    width: 370px;
    padding: 0 10px;
  }
}

@media (width <= 476px) {
  .Container {
    width: 370px;
  }
}

.Footer {
  margin-top: auto;
  height: 540px;
  background-color: #f1f1f1;
  padding: 80px 0;
  color: #6b6b6b;
}

@media (width <= 1200px) {
  .Footer {
    height: 390px;
  }
}

@media (width <= 768px) {
  .Footer {
    height: auto;
    padding: 35px 0;
  }
}

.Footer__row {
  display: flex;
  flex-wrap: wrap;
}

.Footer__logo {
  margin-bottom: 40px;
  width: 155px;
  height: 155px;
}

@media (width <= 1200px) {
  .Footer__logo {
    width: 95px;
    height: 95px;
  }
}

.Footer__logo path {
  fill: #6b6b6b;
}

.Footer__copyright {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 40px;
}

@media (width <= 1200px) {
  .Footer__copyright {
    font-size: 13px;
    line-height: 16px;
  }
}

.Footer__linkItem {
  width: 40px;
  height: 40px;
}

.Footer__menuContainer {
  font-size: 20px;
  line-height: 24px;
}

.Footer__menuItem {
  margin-bottom: 20px;
  transition: all .2s ease-in-out;
}

.Footer__menuItem:hover {
  color: #333;
}

@media (width <= 1200px) {
  .Footer__menuItem {
    font-size: 13px;
    line-height: 16px;
  }
}

.Footer__links {
  display: flex;
  flex-wrap: wrap;
  gap: 0 12px;
}

@media (width <= 576px) {
  .Footer__links {
    gap: 0 10px;
  }
}

.Footer__col {
  display: flex;
  flex-direction: column;
}

.Footer__col.first {
  width: 430px;
  margin-right: 500px;
}

@media (width <= 1920px) {
  .Footer__col.first {
    margin-right: 260px;
  }
}

@media (width <= 1400px) {
  .Footer__col.first {
    margin-right: 140px;
  }
}

@media (width <= 1200px) {
  .Footer__col.first {
    width: 270px;
    margin-right: 205px;
  }
}

@media (width <= 992px) {
  .Footer__col.first {
    margin-right: 110px;
  }
}

@media (width <= 576px) {
  .Footer__col.first {
    width: 160px;
    margin-right: 30px;
  }
}

.Footer__col.second {
  width: 260px;
  margin-right: 190px;
}

.Footer__col.second .Footer__menuUl a:nth-last-of-type(-n+2) {
  text-decoration: underline;
}

@media (width <= 1920px) {
  .Footer__col.second {
    margin-right: 135px;
  }
}

@media (width <= 1400px) {
  .Footer__col.second {
    margin-right: 0;
  }
}

@media (width <= 1200px) {
  .Footer__col.second {
    width: 160px;
  }
}

@media (width <= 476px) {
  .Footer__col.second {
    margin-right: 0;
  }
}

.Footer__col.third {
  width: 260px;
}

@media (width <= 992px) {
  .Footer__col.third {
    width: 160px;
  }
}

@media (width <= 768px) {
  .Footer__col.third {
    width: 100%;
    margin-left: 0;
    margin-top: 48px;
    padding-top: 20px;
    border-top: 2px solid #bfbfbf;
  }

  .Footer__col.third .Footer__menuUl {
    display: flex;
    gap: 0 20px;
    flex-direction: row;
    flex-wrap: wrap;
  }
}

.DEVELOP_size {
  position: fixed;
  bottom: 8px;
  right: 8px;
  background-color: #333;
  color: #fff;
  padding: 8px 16px;
  font-size: 24px;
  border-radius: 4px;
}

.DEVELOP_size span {
  display: none;
}

@media (width <= 476px) {
  .DEVELOP_size span.xs {
    display: inline;
  }
}

@media (width >= 477px) and (width <= 576px) {
  .DEVELOP_size span.s {
    display: inline;
  }
}

@media (width >= 577px) and (width <= 768px) {
  .DEVELOP_size span.sm {
    display: inline;
  }
}

@media (width >= 769px) and (width <= 992px) {
  .DEVELOP_size span.md {
    display: inline;
  }
}

@media (width >= 993px) and (width <= 1200px) {
  .DEVELOP_size span.lg {
    display: inline;
  }
}

@media (width >= 1201px) and (width <= 1400px) {
  .DEVELOP_size span.xl {
    display: inline;
  }
}

@media (width >= 1401px) and (width <= 1920px) {
  .DEVELOP_size span.xxl {
    display: inline;
  }
}

@media (width >= 1920px) {
  .DEVELOP_size span.xxxl {
    display: inline;
  }
}

.Container {
  width: 1920px;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  padding: 0 55px;
}

@media (width <= 1920px) {
  .Container {
    width: 1400px;
    padding: 0 27px 0 28px;
  }
}

@media (width <= 1400px) {
  .Container {
    width: 1200px;
    padding: 0 45px;
  }
}

@media (width <= 1200px) {
  .Container {
    width: 992px;
    padding: 0 36px;
  }
}

@media (width <= 992px) {
  .Container {
    width: 768px;
    padding: 0 19px;
  }
}

@media (width <= 768px) {
  .Container {
    width: 576px;
    padding: 0 18px;
  }
}

@media (width <= 576px) {
  .Container {
    width: 370px;
    padding: 0 10px;
  }
}

@media (width <= 476px) {
  .Container {
    width: 370px;
  }
}

.Button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 895px;
  height: 60px;
  border-radius: 30px;
  color: #fff;
  font-size: 20px;
  line-height: 24px;
  border: none;
  background-color: #7494b2;
  cursor: pointer;
  transition: all .2s ease-in-out;
  font-family: VisueltPro;
}

@media (width <= 1920px) {
  .Button {
    width: 885px;
  }
}

@media (width <= 1400px) {
  .Button {
    width: 730px;
  }
}

@media (width <= 1200px) {
  .Button {
    width: 665px;
  }
}

@media (width <= 992px) {
  .Button {
    width: 635px;
  }
}

@media (width <= 768px) {
  .Button {
    width: 540px;
    font-size: 13px;
    height: 50px;
  }
}

@media (width <= 576px) {
  .Button {
    width: 350px;
  }
}

@media (width <= 476px) {
  .Button {
    width: 256px;
    height: 40px;
    font-size: 12px;
  }
}

.Button:hover {
  background-color: #727272;
}

.Button:disabled {
  background-color: #f1f1f1;
  cursor: not-allowed;
  color: #bfbfbf;
}

.Button__dark {
  background-color: #3b4050;
}

.Button__secondary {
  background-color: #f1f1f1;
  color: #000;
}

.Button__secondary:hover {
  color: #fff;
}

.Button__ghost {
  background-color: #fff;
  border: 2px solid #bfbfbf;
  color: #000;
}

.Button__ghost:hover {
  background-color: #bfbfbf;
}

.Button.fullwidth {
  width: 100%;
}

.Button.slim {
  width: auto;
  padding: 18px 60px;
}

.DEVELOP_size {
  position: fixed;
  bottom: 8px;
  right: 8px;
  background-color: #333;
  color: #fff;
  padding: 8px 16px;
  font-size: 24px;
  border-radius: 4px;
}

.DEVELOP_size span {
  display: none;
}

@media (width <= 476px) {
  .DEVELOP_size span.xs {
    display: inline;
  }
}

@media (width >= 477px) and (width <= 576px) {
  .DEVELOP_size span.s {
    display: inline;
  }
}

@media (width >= 577px) and (width <= 768px) {
  .DEVELOP_size span.sm {
    display: inline;
  }
}

@media (width >= 769px) and (width <= 992px) {
  .DEVELOP_size span.md {
    display: inline;
  }
}

@media (width >= 993px) and (width <= 1200px) {
  .DEVELOP_size span.lg {
    display: inline;
  }
}

@media (width >= 1201px) and (width <= 1400px) {
  .DEVELOP_size span.xl {
    display: inline;
  }
}

@media (width >= 1401px) and (width <= 1920px) {
  .DEVELOP_size span.xxl {
    display: inline;
  }
}

@media (width >= 1920px) {
  .DEVELOP_size span.xxxl {
    display: inline;
  }
}

.Container {
  width: 1920px;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  padding: 0 55px;
}

@media (width <= 1920px) {
  .Container {
    width: 1400px;
    padding: 0 27px 0 28px;
  }
}

@media (width <= 1400px) {
  .Container {
    width: 1200px;
    padding: 0 45px;
  }
}

@media (width <= 1200px) {
  .Container {
    width: 992px;
    padding: 0 36px;
  }
}

@media (width <= 992px) {
  .Container {
    width: 768px;
    padding: 0 19px;
  }
}

@media (width <= 768px) {
  .Container {
    width: 576px;
    padding: 0 18px;
  }
}

@media (width <= 576px) {
  .Container {
    width: 370px;
    padding: 0 10px;
  }
}

@media (width <= 476px) {
  .Container {
    width: 370px;
  }
}

.ItemCard {
  width: 460px;
  height: 682px;
  display: flex;
  flex-direction: column;
  padding: 40px 15px 45px;
  position: relative;
}

@media (width <= 1920px) {
  .ItemCard {
    width: 343px;
    height: 600px;
    padding: 40px 18px 45px;
  }
}

@media (width <= 1400px) {
  .ItemCard {
    width: 285px;
    height: 540px;
  }
}

@media (width <= 1200px) {
  .ItemCard {
    padding: 30px 15px 20px;
    width: 238px;
    height: 440px;
  }
}

@media (width <= 992px) {
  .ItemCard {
    padding: 25px 26px 20px;
    width: 260px;
    height: 420px;
  }
}

@media (width <= 768px) {
  .ItemCard {
    padding: 30px 13px 20px;
    width: 186px;
    height: 358px;
  }
}

.ItemCard__mainImg {
  width: 430px;
  height: 430px;
  background: #bfbfbf;
  margin-bottom: 20px;
  overflow: hidden;
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}

.ItemCard__mainImg a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ItemCard__mainImg img {
  width: auto;
  height: 100%;
  transition: all .2s ease-in-out;
}

.ItemCard__mainImg:hover img {
  transform: scale(1.1);
}

@media (width <= 1920px) {
  .ItemCard__mainImg {
    width: 310px;
    height: 310px;
  }
}

@media (width <= 1400px) {
  .ItemCard__mainImg {
    width: 255px;
    height: 255px;
    margin-bottom: 10px;
  }
}

@media (width <= 1200px) {
  .ItemCard__mainImg {
    width: 208px;
    height: 208px;
  }
}

@media (width <= 768px) {
  .ItemCard__mainImg {
    width: 160px;
    height: 160px;
  }
}

.ItemCard__title {
  font-size: 22px;
  line-height: 26px;
  color: #6b6b6b;
  margin-bottom: 10px;
}

@media (width <= 1400px) {
  .ItemCard__title {
    font-size: 20px;
  }
}

@media (width <= 1200px) {
  .ItemCard__title {
    font-size: 20px;
    margin-bottom: 5px;
    line-height: 20px;
  }
}

@media (width <= 768px) {
  .ItemCard__title {
    font-size: 13px;
    line-height: 16px;
  }
}

.ItemCard__description {
  font-size: 16px;
  line-height: 19px;
  color: #bfbfbf;
  overflow: hidden;
  max-height: 76px;
}

@media (width <= 1400px) {
  .ItemCard__description {
    font-size: 16px;
  }
}

@media (width <= 1200px) {
  .ItemCard__description {
    font-size: 11px;
    line-height: 14px;
    max-height: 56px;
  }
}

@media (width <= 768px) {
  .ItemCard__description {
    font-size: 9px;
    line-height: 11px;
  }
}

.ItemCard__bottomContainer {
  display: flex;
  justify-content: space-between;
  margin-top: auto;
  width: 100%;
}

@media (width <= 1400px) {
  .ItemCard__bottomContainer {
    flex-direction: column;
  }
}

.ItemCard__priceWrp {
  display: flex;
  flex-direction: column;
}

.ItemCard__buyButtonWrp {
  display: flex;
  align-items: flex-end;
}

@media (width <= 1400px) {
  .ItemCard__buyButtonWrp {
    justify-content: center;
  }
}

@media (width <= 992px) {
  .ItemCard__buyButtonWrp {
    width: 100%;
    justify-content: center;
  }
}

.ItemCard__price {
  font-size: 24px;
  line-height: 36px;
  color: #6b6b6b;
  margin-top: 10px;
}

@media (width <= 1400px) {
  .ItemCard__price {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 8px;
  }
}

@media (width <= 992px) {
  .ItemCard__price {
    font-size: 20px;
    line-height: 24px;
  }
}

@media (width <= 576px) {
  .ItemCard__price {
    font-size: 16px;
    line-height: 20px;
  }
}

.ItemCard__oldPriceWrp {
  display: flex;
}

.ItemCard__oldPrice {
  font-size: 24px;
  line-height: 30px;
  text-decoration: line-through;
  color: #bfbfbf;
  margin-right: 10px;
  padding-top: 6px;
}

@media (width <= 1400px) {
  .ItemCard__oldPrice {
    padding-top: 0;
    font-size: 20px;
  }
}

@media (width <= 992px) {
  .ItemCard__oldPrice {
    font-size: 18px;
  }
}

@media (width <= 768px) {
  .ItemCard__oldPrice {
    font-size: 18px;
    line-height: 24px;
  }
}

.ItemCard__oldPriceDiscountWrp {
  background: #000;
  height: 36px;
  padding: 2px;
  padding-left: 1px;
  margin-left: 12px;
  position: relative;
}

@media (width <= 1400px) {
  .ItemCard__oldPriceDiscountWrp {
    height: 30px;
  }
}

@media (width <= 768px) {
  .ItemCard__oldPriceDiscountWrp {
    height: 20px;
    padding: 1px;
  }
}

.ItemCard__oldPriceDiscountWrp:before {
  content: "";
  z-index: -1;
  display: block;
  position: absolute;
  left: -22px;
  top: 0;
  width: 0;
  height: 0;
  border-right: 11px solid #000;
  border-left: 11px solid #0000;
  border-top: 18px solid #0000;
  border-bottom: 18px solid #0000;
}

@media (width <= 1400px) {
  .ItemCard__oldPriceDiscountWrp:before {
    left: -18px;
    border-right: 9px solid #000;
    border-left: 9px solid #0000;
    border-top: 15px solid #0000;
    border-bottom: 15px solid #0000;
  }
}

@media (width <= 768px) {
  .ItemCard__oldPriceDiscountWrp:before {
    left: -12px;
    border-right: 6px solid #000;
    border-left: 6px solid #0000;
    border-top: 10px solid #0000;
    border-bottom: 10px solid #0000;
  }
}

.ItemCard__oldPriceDiscount {
  background: #fff;
  height: 100%;
  color: #000;
  font-size: 20px;
  line-height: 32px;
  position: relative;
  padding-right: 4px;
}

@media (width <= 1400px) {
  .ItemCard__oldPriceDiscount {
    font-size: 16px;
    line-height: 28px;
  }
}

@media (width <= 768px) {
  .ItemCard__oldPriceDiscount {
    font-size: 12px;
    line-height: 14px;
    padding-top: 3px;
  }
}

.ItemCard__oldPriceDiscount:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  left: -20px;
  top: 0;
  width: 0;
  height: 0;
  border-right: 10px solid #fff;
  border-left: 10px solid #0000;
  border-top: 16px solid #0000;
  border-bottom: 16px solid #0000;
}

@media (width <= 1400px) {
  .ItemCard__oldPriceDiscount:before {
    border-right: 8px solid #fff;
    border-left: 12px solid #0000;
    border-top: 13px solid #0000;
    border-bottom: 13px solid #0000;
  }
}

@media (width <= 768px) {
  .ItemCard__oldPriceDiscount:before {
    left: -10px;
    border-right: 5px solid #fff;
    border-left: 5px solid #0000;
    border-top: 9px solid #0000;
    border-bottom: 9px solid #0000;
  }
}

.ItemCard__notAvalible {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  border-radius: 30px;
  font-size: 20px;
  line-height: 24px;
  background-color: #f1f1f1;
  color: #bfbfbf;
}

@media (width <= 1400px) {
  .ItemCard__notAvalible {
    font-size: 12px;
    padding: 5px 20px;
  }
}

.ItemCard__viewIcon {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 60px;
  height: 60px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 1;
}

@media (width <= 1920px) {
  .ItemCard__viewIcon {
    width: 40px;
    height: 40px;
    top: 10px;
    right: 10px;
  }
}

@media (width <= 1200px) {
  .ItemCard__viewIcon {
    display: none;
  }
}

.ItemCard__viewIcon svg {
  width: 40px;
  height: 40px;
}

@media (width <= 1920px) {
  .ItemCard__viewIcon svg {
    width: 26px;
    height: 26px;
  }
}

.DEVELOP_size {
  position: fixed;
  bottom: 8px;
  right: 8px;
  background-color: #333;
  color: #fff;
  padding: 8px 16px;
  font-size: 24px;
  border-radius: 4px;
}

.DEVELOP_size span {
  display: none;
}

@media (width <= 476px) {
  .DEVELOP_size span.xs {
    display: inline;
  }
}

@media (width >= 477px) and (width <= 576px) {
  .DEVELOP_size span.s {
    display: inline;
  }
}

@media (width >= 577px) and (width <= 768px) {
  .DEVELOP_size span.sm {
    display: inline;
  }
}

@media (width >= 769px) and (width <= 992px) {
  .DEVELOP_size span.md {
    display: inline;
  }
}

@media (width >= 993px) and (width <= 1200px) {
  .DEVELOP_size span.lg {
    display: inline;
  }
}

@media (width >= 1201px) and (width <= 1400px) {
  .DEVELOP_size span.xl {
    display: inline;
  }
}

@media (width >= 1401px) and (width <= 1920px) {
  .DEVELOP_size span.xxl {
    display: inline;
  }
}

@media (width >= 1920px) {
  .DEVELOP_size span.xxxl {
    display: inline;
  }
}

.Container {
  width: 1920px;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  padding: 0 55px;
}

@media (width <= 1920px) {
  .Container {
    width: 1400px;
    padding: 0 27px 0 28px;
  }
}

@media (width <= 1400px) {
  .Container {
    width: 1200px;
    padding: 0 45px;
  }
}

@media (width <= 1200px) {
  .Container {
    width: 992px;
    padding: 0 36px;
  }
}

@media (width <= 992px) {
  .Container {
    width: 768px;
    padding: 0 19px;
  }
}

@media (width <= 768px) {
  .Container {
    width: 576px;
    padding: 0 18px;
  }
}

@media (width <= 576px) {
  .Container {
    width: 370px;
    padding: 0 10px;
  }
}

@media (width <= 476px) {
  .Container {
    width: 370px;
  }
}

.ItemList__itemsWrp {
  overflow: hidden;
}

.ItemList__items {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  width: calc(100% + 30px);
}

@media (width <= 1920px) {
  .ItemList__items {
    width: calc(100% + 70px);
  }
}

@media (width <= 1400px) {
  .ItemList__items {
    width: calc(100% + 60px);
  }
}

@media (width <= 992px) {
  .ItemList__items {
    margin-left: -26px;
    width: calc(100% + 52px);
  }
}

@media (width <= 768px) {
  .ItemList__items {
    margin-left: -13px;
  }
}

.ItemList__noItems {
  width: 100%;
  font-size: 22px;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
}

.DEVELOP_size {
  position: fixed;
  bottom: 8px;
  right: 8px;
  background-color: #333;
  color: #fff;
  padding: 8px 16px;
  font-size: 24px;
  border-radius: 4px;
}

.DEVELOP_size span {
  display: none;
}

@media (width <= 476px) {
  .DEVELOP_size span.xs {
    display: inline;
  }
}

@media (width >= 477px) and (width <= 576px) {
  .DEVELOP_size span.s {
    display: inline;
  }
}

@media (width >= 577px) and (width <= 768px) {
  .DEVELOP_size span.sm {
    display: inline;
  }
}

@media (width >= 769px) and (width <= 992px) {
  .DEVELOP_size span.md {
    display: inline;
  }
}

@media (width >= 993px) and (width <= 1200px) {
  .DEVELOP_size span.lg {
    display: inline;
  }
}

@media (width >= 1201px) and (width <= 1400px) {
  .DEVELOP_size span.xl {
    display: inline;
  }
}

@media (width >= 1401px) and (width <= 1920px) {
  .DEVELOP_size span.xxl {
    display: inline;
  }
}

@media (width >= 1920px) {
  .DEVELOP_size span.xxxl {
    display: inline;
  }
}

.Container {
  width: 1920px;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  padding: 0 55px;
}

@media (width <= 1920px) {
  .Container {
    width: 1400px;
    padding: 0 27px 0 28px;
  }
}

@media (width <= 1400px) {
  .Container {
    width: 1200px;
    padding: 0 45px;
  }
}

@media (width <= 1200px) {
  .Container {
    width: 992px;
    padding: 0 36px;
  }
}

@media (width <= 992px) {
  .Container {
    width: 768px;
    padding: 0 19px;
  }
}

@media (width <= 768px) {
  .Container {
    width: 576px;
    padding: 0 18px;
  }
}

@media (width <= 576px) {
  .Container {
    width: 370px;
    padding: 0 10px;
  }
}

@media (width <= 476px) {
  .Container {
    width: 370px;
  }
}

.ItemList__itemsWrp {
  overflow: hidden;
}

.ItemList__items {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  width: calc(100% + 30px);
}

@media (width <= 1920px) {
  .ItemList__items {
    width: calc(100% + 70px);
  }
}

@media (width <= 1400px) {
  .ItemList__items {
    width: calc(100% + 60px);
  }
}

@media (width <= 992px) {
  .ItemList__items {
    margin-left: -26px;
    width: calc(100% + 52px);
  }
}

@media (width <= 768px) {
  .ItemList__items {
    margin-left: -13px;
  }
}

.DEVELOP_size {
  position: fixed;
  bottom: 8px;
  right: 8px;
  background-color: #333;
  color: #fff;
  padding: 8px 16px;
  font-size: 24px;
  border-radius: 4px;
}

.DEVELOP_size span {
  display: none;
}

@media (width <= 476px) {
  .DEVELOP_size span.xs {
    display: inline;
  }
}

@media (width >= 477px) and (width <= 576px) {
  .DEVELOP_size span.s {
    display: inline;
  }
}

@media (width >= 577px) and (width <= 768px) {
  .DEVELOP_size span.sm {
    display: inline;
  }
}

@media (width >= 769px) and (width <= 992px) {
  .DEVELOP_size span.md {
    display: inline;
  }
}

@media (width >= 993px) and (width <= 1200px) {
  .DEVELOP_size span.lg {
    display: inline;
  }
}

@media (width >= 1201px) and (width <= 1400px) {
  .DEVELOP_size span.xl {
    display: inline;
  }
}

@media (width >= 1401px) and (width <= 1920px) {
  .DEVELOP_size span.xxl {
    display: inline;
  }
}

@media (width >= 1920px) {
  .DEVELOP_size span.xxxl {
    display: inline;
  }
}

.Container {
  width: 1920px;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  padding: 0 55px;
}

@media (width <= 1920px) {
  .Container {
    width: 1400px;
    padding: 0 27px 0 28px;
  }
}

@media (width <= 1400px) {
  .Container {
    width: 1200px;
    padding: 0 45px;
  }
}

@media (width <= 1200px) {
  .Container {
    width: 992px;
    padding: 0 36px;
  }
}

@media (width <= 992px) {
  .Container {
    width: 768px;
    padding: 0 19px;
  }
}

@media (width <= 768px) {
  .Container {
    width: 576px;
    padding: 0 18px;
  }
}

@media (width <= 576px) {
  .Container {
    width: 370px;
    padding: 0 10px;
  }
}

@media (width <= 476px) {
  .Container {
    width: 370px;
  }
}

.ItemCard.collection {
  height: 615px;
}

@media (width <= 1920px) {
  .ItemCard.collection {
    height: 565px;
  }
}

@media (width <= 1400px) {
  .ItemCard.collection {
    height: 452px;
  }
}

@media (width <= 1200px) {
  .ItemCard.collection {
    height: 460px;
  }
}

@media (width <= 992px) {
  .ItemCard.collection {
    height: 366px;
  }
}

.CollectionItem {
  height: 570px;
  background-color: #f5f5f5;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
}

@media (width <= 1920px) {
  .CollectionItem {
    height: 450px;
  }
}

@media (width <= 1400px) {
  .CollectionItem {
    height: 368px;
  }
}

@media (width <= 1200px) {
  .CollectionItem {
    padding: 10px;
    height: 360px;
  }
}

@media (width <= 992px) {
  .CollectionItem {
    height: 296px;
  }
}

.CollectionItem__Btn {
  background: #f1f1f1;
  color: #6b6b6b;
}

@media (width <= 1200px) {
  .CollectionItem__Btn {
    height: 50px;
    font-size: 16px;
  }
}

@media (width <= 992px) {
  .CollectionItem__Btn {
    height: 40px;
    font-size: 13px;
  }
}

.CollectionItem a {
  width: 100%;
}

.CollectionItem .ItemCard__mainImg {
  width: 390px;
  height: 390px;
}

@media (width <= 1920px) {
  .CollectionItem .ItemCard__mainImg {
    width: 270px;
    height: 270px;
  }
}

@media (width <= 1400px) {
  .CollectionItem .ItemCard__mainImg {
    width: 215px;
    height: 215px;
  }
}

@media (width <= 1200px) {
  .CollectionItem .ItemCard__mainImg {
    width: 188px;
    height: 188px;
  }
}

@media (width <= 992px) {
  .CollectionItem .ItemCard__mainImg {
    height: 140px;
    width: 140px;
  }
}

.CollectionItem .ItemCard__title {
  color: #000;
  font-size: 25px;
  text-align: center;
}

@media (width <= 1400px) {
  .CollectionItem .ItemCard__title {
    font-size: 18px;
  }
}

.DEVELOP_size {
  position: fixed;
  bottom: 8px;
  right: 8px;
  background-color: #333;
  color: #fff;
  padding: 8px 16px;
  font-size: 24px;
  border-radius: 4px;
}

.DEVELOP_size span {
  display: none;
}

@media (width <= 476px) {
  .DEVELOP_size span.xs {
    display: inline;
  }
}

@media (width >= 477px) and (width <= 576px) {
  .DEVELOP_size span.s {
    display: inline;
  }
}

@media (width >= 577px) and (width <= 768px) {
  .DEVELOP_size span.sm {
    display: inline;
  }
}

@media (width >= 769px) and (width <= 992px) {
  .DEVELOP_size span.md {
    display: inline;
  }
}

@media (width >= 993px) and (width <= 1200px) {
  .DEVELOP_size span.lg {
    display: inline;
  }
}

@media (width >= 1201px) and (width <= 1400px) {
  .DEVELOP_size span.xl {
    display: inline;
  }
}

@media (width >= 1401px) and (width <= 1920px) {
  .DEVELOP_size span.xxl {
    display: inline;
  }
}

@media (width >= 1920px) {
  .DEVELOP_size span.xxxl {
    display: inline;
  }
}

.Container {
  width: 1920px;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  padding: 0 55px;
}

@media (width <= 1920px) {
  .Container {
    width: 1400px;
    padding: 0 27px 0 28px;
  }
}

@media (width <= 1400px) {
  .Container {
    width: 1200px;
    padding: 0 45px;
  }
}

@media (width <= 1200px) {
  .Container {
    width: 992px;
    padding: 0 36px;
  }
}

@media (width <= 992px) {
  .Container {
    width: 768px;
    padding: 0 19px;
  }
}

@media (width <= 768px) {
  .Container {
    width: 576px;
    padding: 0 18px;
  }
}

@media (width <= 576px) {
  .Container {
    width: 370px;
    padding: 0 10px;
  }
}

@media (width <= 476px) {
  .Container {
    width: 370px;
  }
}

.PageHeader {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 45px;
  margin-bottom: 50px;
}

@media (width <= 576px) {
  .PageHeader {
    margin-bottom: 20px;
  }
}

.PageHeader.single .PageHeader__breadcrumbs {
  align-self: flex-start;
  margin-left: 40px;
}

.PageHeader__title {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 5px;
}

.PageHeader__titleText {
  font-size: 60px;
  font-weight: 500;
  line-height: 64px;
  padding-top: 8px;
  text-align: center;
}

@media (width <= 1920px) {
  .PageHeader__titleText {
    font-size: 48px;
    line-height: 49px;
  }
}

@media (width <= 1400px) {
  .PageHeader__titleText {
    font-size: 40px;
  }
}

@media (width <= 768px) {
  .PageHeader__titleText {
    font-size: 32px;
    line-height: 32px;
  }
}

.PageHeader__back {
  width: 40px;
  height: 50px;
  margin-right: 10px;
  cursor: pointer;
}

.PageHeader__back svg {
  height: 100%;
  width: auto;
}

@media (width <= 768px) {
  .PageHeader__back {
    height: 30px;
    width: 30px;
  }
}

.PageHeader__breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  align-self: center;
}

.PageHeader__breadcrumbItem {
  font-size: 22px;
  color: #bfbfbf;
  line-height: 26px;
  margin-left: 6px;
  transition: all .2s ease-in-out;
}

.PageHeader__breadcrumbItem svg {
  width: 12px;
  height: 12px;
  transform: rotate(180deg);
  margin-left: 8px;
  margin-right: 8px;
}

.PageHeader__breadcrumbItem svg * {
  fill: #bfbfbf;
}

@media (width <= 1200px) {
  .PageHeader__breadcrumbItem {
    font-size: 16px;
  }
}

@media (width <= 768px) {
  .PageHeader__breadcrumbItem {
    font-size: 13px;
  }
}

.PageHeader a:hover {
  color: #6b6b6b;
}

.DEVELOP_size {
  position: fixed;
  bottom: 8px;
  right: 8px;
  background-color: #333;
  color: #fff;
  padding: 8px 16px;
  font-size: 24px;
  border-radius: 4px;
}

.DEVELOP_size span {
  display: none;
}

@media (width <= 476px) {
  .DEVELOP_size span.xs {
    display: inline;
  }
}

@media (width >= 477px) and (width <= 576px) {
  .DEVELOP_size span.s {
    display: inline;
  }
}

@media (width >= 577px) and (width <= 768px) {
  .DEVELOP_size span.sm {
    display: inline;
  }
}

@media (width >= 769px) and (width <= 992px) {
  .DEVELOP_size span.md {
    display: inline;
  }
}

@media (width >= 993px) and (width <= 1200px) {
  .DEVELOP_size span.lg {
    display: inline;
  }
}

@media (width >= 1201px) and (width <= 1400px) {
  .DEVELOP_size span.xl {
    display: inline;
  }
}

@media (width >= 1401px) and (width <= 1920px) {
  .DEVELOP_size span.xxl {
    display: inline;
  }
}

@media (width >= 1920px) {
  .DEVELOP_size span.xxxl {
    display: inline;
  }
}

.Container {
  width: 1920px;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  padding: 0 55px;
}

@media (width <= 1920px) {
  .Container {
    width: 1400px;
    padding: 0 27px 0 28px;
  }
}

@media (width <= 1400px) {
  .Container {
    width: 1200px;
    padding: 0 45px;
  }
}

@media (width <= 1200px) {
  .Container {
    width: 992px;
    padding: 0 36px;
  }
}

@media (width <= 992px) {
  .Container {
    width: 768px;
    padding: 0 19px;
  }
}

@media (width <= 768px) {
  .Container {
    width: 576px;
    padding: 0 18px;
  }
}

@media (width <= 576px) {
  .Container {
    width: 370px;
    padding: 0 10px;
  }
}

@media (width <= 476px) {
  .Container {
    width: 370px;
  }
}

.SingleProduct {
  display: flex;
  margin-bottom: 40px;
}

@media (width <= 768px) {
  .SingleProduct {
    flex-direction: column;
    width: 350px;
    margin: auto;
    margin-bottom: 30px;
    gap: 20px;
  }
}

.SingleProduct__name {
  font-size: 35px;
  line-height: 42px;
  font-weight: 500;
  margin-bottom: 30px;
}

.SingleProduct__gallery {
  width: 740px;
  margin-right: 190px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: auto;
}

@media (width <= 1920px) {
  .SingleProduct__gallery {
    width: 655px;
    margin-right: 35px;
  }
}

@media (width <= 1400px) {
  .SingleProduct__gallery {
    width: 557px;
  }
}

@media (width <= 1200px) {
  .SingleProduct__gallery {
    width: 445px;
  }
}

@media (width <= 992px) {
  .SingleProduct__gallery {
    width: 350px;
  }
}

@media (width <= 768px) {
  .SingleProduct__gallery {
    margin: auto;
  }
}

.SingleProduct__mainImg {
  margin-bottom: 40px;
  width: 445px;
  height: 445px;
  overflow: hidden;
}

@media (width <= 1920px) {
  .SingleProduct__mainImg {
    width: 445px;
    height: 445px;
    margin-bottom: 35px;
  }
}

@media (width <= 1400px) {
  .SingleProduct__mainImg {
    width: 445px;
    height: 445px;
    margin-bottom: 45px;
  }
}

@media (width <= 1200px) {
  .SingleProduct__mainImg {
    width: 445px;
    height: 445px;
  }
}

@media (width <= 992px) {
  .SingleProduct__mainImg {
    width: 350px;
    height: 350px;
  }
}

.SingleProduct__mainImg img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
}

.SingleProduct__imgSlider {
  width: 100%;
  margin-left: -20px;
  height: 152px;
}

@media (width <= 1920px) {
  .SingleProduct__imgSlider {
    height: 130px;
  }
}

@media (width <= 1400px) {
  .SingleProduct__imgSlider {
    width: calc(100% + 12px);
    margin-left: -6px;
    height: 130px;
  }
}

@media (width <= 1400px) {
  .SingleProduct__imgSlider {
    width: calc(100% + 16px);
    margin-left: -8px;
    height: 100px;
  }
}

@media (width <= 992px) {
  .SingleProduct__imgSlider {
    width: calc(100% + 10px);
    margin-left: -5px;
    height: 80px;
  }
}

.SingleProduct__imgSlider.two {
  width: calc(50% + 40px);
  margin: 0 auto;
}

.SingleProduct__imgSlider.three {
  width: calc(66% + 40px);
  margin: 0 auto;
}

.SingleProduct__imgSlider .slick-dots {
  margin-top: 16px;
  gap: 8px;
  justify-content: center;
  align-items: center;
  list-style-type: none;
  display: flex !important;
}

.SingleProduct__imgSlider .slick-dots button {
  display: block;
  width: 16px;
  height: 16px;
  text-indent: -999px;
  border: none;
  background: #bfbfbf;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
  transition: all .2s ease-in-out;
}

.SingleProduct__imgSlider .slick-dots button:hover {
  background: #6b6b6b;
  opacity: .8;
}

.SingleProduct__imgSlider .slick-dots .slick-active button {
  background: #6b6b6b;
}

.SingleProduct__notAvalible {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  border-radius: 30px;
  font-size: 20px;
  line-height: 24px;
  background-color: #f1f1f1;
  color: #bfbfbf;
}

.SingleProduct__additionalImg {
  height: 152px;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  margin: auto;
  width: 152px !important;
  display: flex !important;
}

@media (width <= 1920px) {
  .SingleProduct__additionalImg {
    height: 130px;
    width: 130px !important;
  }
}

@media (width <= 1400px) {
  .SingleProduct__additionalImg {
    padding: 0 6px;
  }
}

@media (width <= 1200px) {
  .SingleProduct__additionalImg {
    height: 100px;
    padding: 0 8px;
    width: 100px !important;
  }
}

@media (width <= 992px) {
  .SingleProduct__additionalImg {
    height: 80px;
    padding: 0 5px;
    width: 80px !important;
  }
}

.SingleProduct__additionalImg img {
  object-fit: cover;
  height: 135%;
  width: auto;
}

.SingleProduct__info {
  display: flex;
  flex-direction: column;
  width: 35%;
}

@media (width <= 1400px) {
  .SingleProduct__info {
    width: 100%;
  }
}

.SingleProduct__properties {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-bottom: 50px;
}

.SingleProduct__property {
  display: flex;
  flex-direction: column;
  width: 45%;
}

.SingleProduct__propertyColor {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.SingleProduct__propertyName {
  font-size: 30px;
  line-height: 36px;
  color: #000;
  margin-bottom: 10px;
}

@media (width <= 768px) {
  .SingleProduct__propertyName {
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 20px;
  }
}

.SingleProduct__propertyValues {
  display: grid;
  grid-template-columns: 60px 60px;
  gap: 10px;
}

.SingleProduct__propertyValue {
  font-size: 16px;
  line-height: 20px;
  color: #6b6b6b;
}

@media (width <= 576px) {
  .SingleProduct__propertyValue {
    font-size: 13px;
  }
}

.SingleProduct__propertyValue.color {
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #000;
  border-radius: 5px;
  gap: 10px;
  font-size: 16px;
  color: #000;
  margin-right: auto;
}

.SingleProduct__propertyValue.pickable {
  padding: 10px 12px;
  min-width: 60px;
  min-height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #000;
  border-radius: 5px;
  gap: 10px;
  font-size: 16px;
  color: #000;
  cursor: pointer;
}

.SingleProduct__propertyValue.link:hover {
  text-decoration: underline;
}

.SingleProduct__propertyValue.active {
  background-color: #3b4050;
  border-color: #3b4050;
  transition: .2 ease-in-out;
  color: #fff;
}

.SingleProduct__description {
  font-size: 22px;
  color: #6b6b6b;
  line-height: 26px;
  margin-bottom: 60px;
}

.SingleProduct__descriptionText {
  max-height: 160px;
  overflow: hidden;
  position: relative;
  margin-bottom: 10px;
  transition: all .2s ease-in-out;
}

.SingleProduct__descriptionText.full:after {
  display: none;
}

.SingleProduct__descriptionText.expanded {
  max-height: fit-content;
}

.SingleProduct__descriptionText.expanded:after {
  display: none;
}

.SingleProduct__descriptionText:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  height: 64px;
  background: linear-gradient(to top, #fff 0%, #fff0 100%);
}

@media (width <= 768px) {
  .SingleProduct__description {
    font-size: 16px;
    line-height: 20px;
  }
}

.SingleProduct__price {
  display: flex;
  gap: 20px;
  align-items: center;
}

@media (width <= 992px) {
  .SingleProduct__price {
    align-items: center;
  }
}

@media (width <= 768px) {
  .SingleProduct__price {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: auto;
    width: 350px;
  }
}

.SingleProduct__price .CartButton {
  width: 80px;
  height: 80px;
}

.SingleProduct__price .CartButton.withCounter {
  margin-top: 0;
  max-width: 50%;
  max-width: 240px;
  height: 40px;
}

@media (width <= 1400px) {
  .SingleProduct__price .CartButton {
    height: 50px;
  }
}

@media (width <= 768px) {
  .SingleProduct__price .CartButton {
    width: 100%;
    height: 40px;
    max-width: 240px;
  }
}

@media (width <= 1400px) {
  .SingleProduct__price .CartButton__buyButtonText {
    display: none;
  }
}

@media (width <= 768px) {
  .SingleProduct__price .CartButton__buyButtonText {
    display: block;
  }
}

.SingleProduct__price .CartButton__button {
  width: 80px;
  margin-top: 0;
}

@media (width <= 1400px) {
  .SingleProduct__price .CartButton__button {
    width: 50px;
    height: 50px;
    border: 2px solid #000;
    border-radius: 50%;
    background: #fff;
    padding-left: 0;
  }
}

@media (width <= 768px) {
  .SingleProduct__price .CartButton__button {
    width: 100%;
    height: 40px;
    border: none;
    background: #f1f1f1;
    border-radius: 20px;
    margin-bottom: 20px;
    padding-left: 24px;
  }
}

.SingleProduct__price .CartButton__button svg {
  width: 50px;
  height: 50px;
  margin: auto;
}

@media (width <= 1400px) {
  .SingleProduct__price .CartButton__button svg {
    width: 30px;
    height: 30px;
  }
}

@media (width <= 768px) {
  .SingleProduct__price .CartButton__button svg {
    width: 24px;
    height: 24px;
    margin-right: 10px;
  }
}

.SingleProduct__price .ItemCard__price {
  font-size: 40px;
  color: #000;
}

@media (width <= 1400px) {
  .SingleProduct__price .ItemCard__price {
    margin-bottom: 8px;
    font-size: 32px;
  }
}

@media (width <= 992px) {
  .SingleProduct__price .ItemCard__price {
    margin-top: 0;
    margin-bottom: 0;
  }
}

.SingleProduct__warning {
  position: relative;
}

.SingleProduct__warning .SelfPickUpBadge {
  position: static;
  width: fit-content;
  margin-top: 20px;
  border-radius: 5px;
  background: #e48181;
}

@media (width <= 768px) {
  .SingleProduct__warning .SelfPickUpBadge {
    margin: auto;
    margin-top: 20px;
  }
}

.SingleProduct__moreText {
  margin-top: 140px;
  font-size: 30px;
  line-height: 36px;
  color: #000;
  margin-bottom: 30px;
  text-align: center;
}

@media (width <= 1200px) {
  .SingleProduct__moreText {
    font-size: 24px;
  }
}

@media (width <= 768px) {
  .SingleProduct__moreText {
    font-size: 20px;
  }
}

.SingleProduct__moreBtn {
  margin: auto;
  margin-bottom: 200px;
  margin-top: 75px;
}

.SingleProduct__hr {
  border-top-width: 2px;
  border-top-color: #fbfbfb;
}

.DEVELOP_size {
  position: fixed;
  bottom: 8px;
  right: 8px;
  background-color: #333;
  color: #fff;
  padding: 8px 16px;
  font-size: 24px;
  border-radius: 4px;
}

.DEVELOP_size span {
  display: none;
}

@media (width <= 476px) {
  .DEVELOP_size span.xs {
    display: inline;
  }
}

@media (width >= 477px) and (width <= 576px) {
  .DEVELOP_size span.s {
    display: inline;
  }
}

@media (width >= 577px) and (width <= 768px) {
  .DEVELOP_size span.sm {
    display: inline;
  }
}

@media (width >= 769px) and (width <= 992px) {
  .DEVELOP_size span.md {
    display: inline;
  }
}

@media (width >= 993px) and (width <= 1200px) {
  .DEVELOP_size span.lg {
    display: inline;
  }
}

@media (width >= 1201px) and (width <= 1400px) {
  .DEVELOP_size span.xl {
    display: inline;
  }
}

@media (width >= 1401px) and (width <= 1920px) {
  .DEVELOP_size span.xxl {
    display: inline;
  }
}

@media (width >= 1920px) {
  .DEVELOP_size span.xxxl {
    display: inline;
  }
}

.Container {
  width: 1920px;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  padding: 0 55px;
}

@media (width <= 1920px) {
  .Container {
    width: 1400px;
    padding: 0 27px 0 28px;
  }
}

@media (width <= 1400px) {
  .Container {
    width: 1200px;
    padding: 0 45px;
  }
}

@media (width <= 1200px) {
  .Container {
    width: 992px;
    padding: 0 36px;
  }
}

@media (width <= 992px) {
  .Container {
    width: 768px;
    padding: 0 19px;
  }
}

@media (width <= 768px) {
  .Container {
    width: 576px;
    padding: 0 18px;
  }
}

@media (width <= 576px) {
  .Container {
    width: 370px;
    padding: 0 10px;
  }
}

@media (width <= 476px) {
  .Container {
    width: 370px;
  }
}

.CartButton {
  margin-top: auto;
  display: flex;
  width: 50px;
  height: 50px;
}

@media (width <= 1400px) {
  .CartButton {
    width: 100%;
    height: 33px;
    max-width: 160px;
  }
}

.CartButton.withCounter {
  align-items: center;
  height: auto;
  padding-bottom: 2px;
  width: auto;
}

@media (width <= 1400px) {
  .CartButton.withCounter {
    background: #6b6b6b;
    color: #fff;
    justify-content: center;
    border-radius: 20px;
    width: 100%;
    max-width: 160px;
  }
}

.CartButton__button {
  width: 50px;
  border: 2px solid #000;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  cursor: pointer;
  background: #fff;
  transition: background .2s ease-in-out;
}

@media (width <= 1400px) {
  .CartButton__button {
    width: 100%;
    height: 33px;
    border: 1px solid #6b6b6b;
    background: #fff;
    border-radius: 20px;
    margin-top: 0;
    padding-left: 30px;
  }
}

.CartButton__button:hover {
  background: #7494b2;
  border-color: #7494b2;
}

@media (width <= 1400px) {
  .CartButton__button:hover {
    background: #3b4050;
    border-color: #3b4050;
    color: #fff;
  }
}

.CartButton__button:hover svg path {
  fill: #fff;
  stroke: #7494b2;
}

@media (width <= 1400px) {
  .CartButton__button:hover svg path {
    stroke: #3b4050;
  }
}

.CartButton__button:active {
  opacity: .6;
}

.CartButton svg {
  width: 30px;
  height: auto;
  margin-top: -4px;
}

@media (width <= 1400px) {
  .CartButton svg {
    width: 16px;
    margin-top: 0;
    margin-left: auto;
    margin-right: 10px;
    order: 2;
  }
}

.CartButton__buyButtonText {
  display: none;
}

@media (width <= 1400px) {
  .CartButton__buyButtonText {
    display: block;
    font-size: 13px;
    margin-left: auto;
  }
}

.CartButton__minusBtn {
  width: 32px;
  height: 32px;
  background: #e3e3e3;
  border-radius: 50%;
  display: flex;
  cursor: pointer;
  flex-shrink: 0;
  color: #151515;
  user-select: none;
}

.CartButton__minusBtn svg {
  width: 60%;
  height: 60%;
  margin: auto;
}

.CartButton__minusBtn svg * {
  stroke: #151515;
}

@media (width <= 1400px) {
  .CartButton__minusBtn {
    width: 24px;
    height: 24px;
    color: #fff;
    background: #a6a6a6;
    font-weight: 400;
    font-size: 22px;
  }

  .CartButton__minusBtn svg * {
    stroke: #fff;
    stroke-width: 1.5px;
  }
}

.CartButton__count {
  font-size: 28px;
  line-height: 34px;
  height: 34px;
  min-width: 35px;
  color: #6b6b6b;
  margin-right: 8px;
  margin-left: 8px;
  text-align: center;
}

@media (width <= 1400px) {
  .CartButton__count {
    color: #fff;
    min-width: 24px;
    font-size: 20px;
    line-height: 20px;
    height: 31px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.CartButton__plusBtn {
  width: 32px;
  height: 32px;
  background: #e3e3e3;
  border-radius: 50%;
  display: flex;
  cursor: pointer;
  flex-shrink: 0;
  user-select: none;
}

.CartButton__plusBtn svg {
  width: 60%;
  height: 60%;
  margin: auto;
}

.CartButton__plusBtn svg * {
  stroke: #151515;
}

@media (width <= 1400px) {
  .CartButton__plusBtn {
    width: 24px;
    height: 24px;
    color: #fff;
    background: #a6a6a6;
    font-weight: 200;
    font-size: 34px;
  }

  .CartButton__plusBtn svg * {
    stroke: #fff;
    stroke-width: 1.5px;
  }
}

.CartButton__plusBtn.disabled {
  color: #ccc;
  cursor: not-allowed;
}

.CartButton__plusBtn.disabled svg * {
  stroke: #ccc;
}

.DEVELOP_size {
  position: fixed;
  bottom: 8px;
  right: 8px;
  background-color: #333;
  color: #fff;
  padding: 8px 16px;
  font-size: 24px;
  border-radius: 4px;
}

.DEVELOP_size span {
  display: none;
}

@media (width <= 476px) {
  .DEVELOP_size span.xs {
    display: inline;
  }
}

@media (width >= 477px) and (width <= 576px) {
  .DEVELOP_size span.s {
    display: inline;
  }
}

@media (width >= 577px) and (width <= 768px) {
  .DEVELOP_size span.sm {
    display: inline;
  }
}

@media (width >= 769px) and (width <= 992px) {
  .DEVELOP_size span.md {
    display: inline;
  }
}

@media (width >= 993px) and (width <= 1200px) {
  .DEVELOP_size span.lg {
    display: inline;
  }
}

@media (width >= 1201px) and (width <= 1400px) {
  .DEVELOP_size span.xl {
    display: inline;
  }
}

@media (width >= 1401px) and (width <= 1920px) {
  .DEVELOP_size span.xxl {
    display: inline;
  }
}

@media (width >= 1920px) {
  .DEVELOP_size span.xxxl {
    display: inline;
  }
}

.Container {
  width: 1920px;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  padding: 0 55px;
}

@media (width <= 1920px) {
  .Container {
    width: 1400px;
    padding: 0 27px 0 28px;
  }
}

@media (width <= 1400px) {
  .Container {
    width: 1200px;
    padding: 0 45px;
  }
}

@media (width <= 1200px) {
  .Container {
    width: 992px;
    padding: 0 36px;
  }
}

@media (width <= 992px) {
  .Container {
    width: 768px;
    padding: 0 19px;
  }
}

@media (width <= 768px) {
  .Container {
    width: 576px;
    padding: 0 18px;
  }
}

@media (width <= 576px) {
  .Container {
    width: 370px;
    padding: 0 10px;
  }
}

@media (width <= 476px) {
  .Container {
    width: 370px;
  }
}

.Cart {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 180px;
}

.Cart__header {
  color: #000;
  width: 100%;
  font-size: 36px;
  margin-bottom: 60px;
  margin-top: 20px;
}

.Cart__sidebar {
  width: 385px;
  margin-left: 200px;
  display: flex;
  align-items: flex-end;
  flex-direction: column;
}

@media (width <= 1920px) {
  .Cart__sidebar {
    width: 340px;
  }
}

@media (width <= 1400px) {
  .Cart__sidebar {
    width: 300px;
  }
}

@media (width <= 1200px) {
  .Cart__sidebar {
    margin: auto;
  }
}

.Cart__sidebarText {
  font-size: 16px;
  color: #888;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  text-align: right;
  margin-bottom: 20px;
}

@media (width <= 1400px) {
  .Cart__sidebarText {
    width: 75%;
  }
}

.Cart__sidebarText.top {
  width: 100%;
}

.Cart__sidebarText.top span {
  margin-left: auto;
}

.Cart__sidebarText a {
  display: inline;
  text-decoration: underline;
}

.Cart__totalPrice {
  font-size: 30px;
  color: #000;
  margin-bottom: 20px;
}

.Cart__sidebarButton {
  width: 100%;
  margin-bottom: 20px;
}

.Cart__checkbox {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.Cart__checkbox input {
  width: 20px;
  height: 20px;
  filter: grayscale();
  flex-shrink: 0;
}

.Cart__checkboxText {
  margin-right: 10px;
}

.CartTable {
  width: 1185px;
  margin-right: 35px;
  display: flex;
  flex-direction: column;
}

@media (width <= 1920px) {
  .CartTable {
    width: 770px;
  }
}

@media (width <= 1400px) {
  .CartTable {
    width: 570px;
  }
}

@media (width <= 1200px) {
  .CartTable {
    width: 730px;
    margin: auto;
  }
}

@media (width <= 768px) {
  .CartTable {
    width: 539px;
  }
}

.CartTable__header {
  display: flex;
  margin-bottom: 20px;
}

.CartTable__headerCheckbox {
  width: 20px;
  margin-right: 20px;
}

.CartTable__headerCheckbox input {
  filter: grayscale();
  width: 20px;
  height: 20px;
}

.CartTable__headerText {
  color: #6b6b6b;
  font-size: 16px;
  line-height: 20px;
  margin-right: 40px;
  cursor: pointer;
}

.CartTable__onlySelfPickupItemsHeader {
  background: #e48181;
  display: flex;
  gap: 10px;
  padding: 18px 20px;
  width: fit-content;
}

.CartTable__onlySelfPickupItemsIcon {
  width: 20px;
  height: 20px;
}

.CartTable__onlySelfPickupItemsText {
  color: #fff;
  display: flex;
  align-items: center;
}

.CartTable__onlySelfPickupItems .CartItem {
  border-top: 2px solid #e48181;
}

.CartTable__unavalibleItemsHeader {
  background: #3b4050;
  display: flex;
  gap: 10px;
  padding: 18px 20px;
  width: fit-content;
}

.CartTable__unavalibleItemsIcon {
  width: 20px;
  height: 20px;
}

.CartTable__unavalibleItemsIcon svg {
  stroke: #fff;
  stroke-width: 4px;
}

.CartTable__unavalibleItemsText {
  color: #fff;
  display: flex;
  align-items: center;
}

.CartTable__unavalibleItems .CartItem {
  border-top: 2px solid #3b4050;
}

.CartTable__unavalibleItems .CartItem * {
  opacity: .5;
}

.CartTable .CartButton__count {
  color: #000;
}

@media (width <= 1400px) {
  .CartTable .CartButton {
    background: none;
  }

  .CartTable .CartButton__count {
    justify-content: center;
    align-items: centrer;
  }
}

.CartTable__warningText {
  color: #e48181;
  text-align: right;
  width: 50%;
  margin-left: auto;
}

@media (width <= 1920px) {
  .CartTable__warningText {
    width: 80%;
  }
}

@media (width <= 1200px) {
  .CartTable__warningText {
    width: 350px;
    margin: auto;
    margin-bottom: 20px;
    text-align: left;
  }
}

.CartItem {
  display: flex;
  border-top: 2px solid #bfbfbf;
  padding-top: 20px;
  margin-bottom: 60px;
}

@media (width <= 768px) {
  .CartItem {
    flex-direction: column;
    position: relative;
    margin-bottom: 20px;
  }
}

.CartItem__checkbox {
  width: 20px;
  margin-right: 20px;
  align-self: center;
}

.CartItem__checkbox input {
  filter: grayscale();
  width: 20px;
  height: 20px;
}

@media (width <= 768px) {
  .CartItem__checkbox {
    position: absolute;
    top: 110px;
    left: calc(50% - 140px);
  }
}

.CartItem__image {
  width: 120px;
  height: 120px;
  margin-right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  flex-shrink: 0;
}

.CartItem__image a {
  display: flex;
  width: 100%;
  height: 100%;
}

@media (width <= 768px) {
  .CartItem__image {
    width: 200px;
    height: 200px;
    margin: auto;
  }
}

.CartItem__image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.CartItem__wrp {
  display: flex;
  flex-direction: column;
}

@media (width <= 768px) {
  .CartItem__wrp.name {
    margin: auto;
    flex-direction: column;
  }
}

.CartItem__wrp.price {
  margin-left: auto;
  align-items: flex-end;
  margin-top: 28px;
}

@media (width <= 768px) {
  .CartItem__wrp.price {
    flex-direction: row;
    align-items: center;
  }
}

.CartItem__name {
  width: 60%;
  color: #000;
  font-size: 16px;
  margin-bottom: auto;
}

@media (width <= 768px) {
  .CartItem__name {
    width: 280px;
    margin-top: 20px;
  }
}

.CartItem__attr {
  font-size: 16px;
  color: #6b6b6b;
}

.CartItem__attr span {
  display: inline-block;
  margin-right: 20px;
}

.CartItem__price {
  width: 130px;
  font-size: 24px;
  line-height: 36px;
  text-align: right;
}

@media (width <= 768px) {
  .CartItem__price {
    margin-right: 40px;
  }
}

.CartItem__quantity {
  margin-top: auto;
}

.DEVELOP_size {
  position: fixed;
  bottom: 8px;
  right: 8px;
  background-color: #333;
  color: #fff;
  padding: 8px 16px;
  font-size: 24px;
  border-radius: 4px;
}

.DEVELOP_size span {
  display: none;
}

@media (width <= 476px) {
  .DEVELOP_size span.xs {
    display: inline;
  }
}

@media (width >= 477px) and (width <= 576px) {
  .DEVELOP_size span.s {
    display: inline;
  }
}

@media (width >= 577px) and (width <= 768px) {
  .DEVELOP_size span.sm {
    display: inline;
  }
}

@media (width >= 769px) and (width <= 992px) {
  .DEVELOP_size span.md {
    display: inline;
  }
}

@media (width >= 993px) and (width <= 1200px) {
  .DEVELOP_size span.lg {
    display: inline;
  }
}

@media (width >= 1201px) and (width <= 1400px) {
  .DEVELOP_size span.xl {
    display: inline;
  }
}

@media (width >= 1401px) and (width <= 1920px) {
  .DEVELOP_size span.xxl {
    display: inline;
  }
}

@media (width >= 1920px) {
  .DEVELOP_size span.xxxl {
    display: inline;
  }
}

.Container {
  width: 1920px;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  padding: 0 55px;
}

@media (width <= 1920px) {
  .Container {
    width: 1400px;
    padding: 0 27px 0 28px;
  }
}

@media (width <= 1400px) {
  .Container {
    width: 1200px;
    padding: 0 45px;
  }
}

@media (width <= 1200px) {
  .Container {
    width: 992px;
    padding: 0 36px;
  }
}

@media (width <= 992px) {
  .Container {
    width: 768px;
    padding: 0 19px;
  }
}

@media (width <= 768px) {
  .Container {
    width: 576px;
    padding: 0 18px;
  }
}

@media (width <= 576px) {
  .Container {
    width: 370px;
    padding: 0 10px;
  }
}

@media (width <= 476px) {
  .Container {
    width: 370px;
  }
}

.Input {
  display: flex;
  padding-bottom: 10px;
  border-bottom: 2px solid #bfbfbf;
  width: 100%;
}

.Input__label {
  font-size: 22px;
  line-height: 26px;
  margin-right: 20px;
  flex-shrink: 0;
}

.Input input {
  color: #333;
  font-size: 22px;
  line-height: 26px;
  border: none;
  flex-grow: 1;
}

.Input input:active, .Input input:focus {
  outline: none;
}

.DEVELOP_size {
  position: fixed;
  bottom: 8px;
  right: 8px;
  background-color: #333;
  color: #fff;
  padding: 8px 16px;
  font-size: 24px;
  border-radius: 4px;
}

.DEVELOP_size span {
  display: none;
}

@media (width <= 476px) {
  .DEVELOP_size span.xs {
    display: inline;
  }
}

@media (width >= 477px) and (width <= 576px) {
  .DEVELOP_size span.s {
    display: inline;
  }
}

@media (width >= 577px) and (width <= 768px) {
  .DEVELOP_size span.sm {
    display: inline;
  }
}

@media (width >= 769px) and (width <= 992px) {
  .DEVELOP_size span.md {
    display: inline;
  }
}

@media (width >= 993px) and (width <= 1200px) {
  .DEVELOP_size span.lg {
    display: inline;
  }
}

@media (width >= 1201px) and (width <= 1400px) {
  .DEVELOP_size span.xl {
    display: inline;
  }
}

@media (width >= 1401px) and (width <= 1920px) {
  .DEVELOP_size span.xxl {
    display: inline;
  }
}

@media (width >= 1920px) {
  .DEVELOP_size span.xxxl {
    display: inline;
  }
}

.Container {
  width: 1920px;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  padding: 0 55px;
}

@media (width <= 1920px) {
  .Container {
    width: 1400px;
    padding: 0 27px 0 28px;
  }
}

@media (width <= 1400px) {
  .Container {
    width: 1200px;
    padding: 0 45px;
  }
}

@media (width <= 1200px) {
  .Container {
    width: 992px;
    padding: 0 36px;
  }
}

@media (width <= 992px) {
  .Container {
    width: 768px;
    padding: 0 19px;
  }
}

@media (width <= 768px) {
  .Container {
    width: 576px;
    padding: 0 18px;
  }
}

@media (width <= 576px) {
  .Container {
    width: 370px;
    padding: 0 10px;
  }
}

@media (width <= 476px) {
  .Container {
    width: 370px;
  }
}

.ModalContainer {
  display: none;
  position: fixed;
  top: 85px;
  left: 0;
  width: 100vw;
  height: calc(100vh - 85px);
  background-color: #00000080;
  z-index: 1000;
}

.ModalContainer.show {
  display: flex;
}

.Modal {
  margin: auto;
  width: 895px;
  background: #fff;
  padding: 20px;
  min-height: 300px;
}

@media (width <= 1400px) {
  .Modal {
    width: 540px;
  }
}

@media (width <= 768px) {
  .Modal {
    width: 350px;
  }
}

.Modal__header {
  display: flex;
}

.Modal__headerText {
  flex-grow: 1;
  font-size: 36px;
  line-height: 42px;
  text-align: center;
  height: 50px;
  padding-left: 50px;
}

@media (width <= 768px) {
  .Modal__headerText {
    font-size: 24px;
    line-height: 28px;
    padding-left: 30px;
  }
}

.Modal__headerClose {
  width: 50px;
  height: 50px;
  margin-left: 10px;
  cursor: pointer;
  stroke: #000;
}

@media (width <= 768px) {
  .Modal__headerClose {
    width: 30px;
    height: 30px;
  }
}

.Modal__body {
  padding: 0 40px;
}

@media (width <= 768px) {
  .Modal__body {
    padding: 0;
  }
}

.Modal__error {
  color: #ef5757;
  font-size: 20px;
  line-height: 24px;
  min-height: 24px;
  margin-bottom: 10px;
}

.DEVELOP_size {
  position: fixed;
  bottom: 8px;
  right: 8px;
  background-color: #333;
  color: #fff;
  padding: 8px 16px;
  font-size: 24px;
  border-radius: 4px;
}

.DEVELOP_size span {
  display: none;
}

@media (width <= 476px) {
  .DEVELOP_size span.xs {
    display: inline;
  }
}

@media (width >= 477px) and (width <= 576px) {
  .DEVELOP_size span.s {
    display: inline;
  }
}

@media (width >= 577px) and (width <= 768px) {
  .DEVELOP_size span.sm {
    display: inline;
  }
}

@media (width >= 769px) and (width <= 992px) {
  .DEVELOP_size span.md {
    display: inline;
  }
}

@media (width >= 993px) and (width <= 1200px) {
  .DEVELOP_size span.lg {
    display: inline;
  }
}

@media (width >= 1201px) and (width <= 1400px) {
  .DEVELOP_size span.xl {
    display: inline;
  }
}

@media (width >= 1401px) and (width <= 1920px) {
  .DEVELOP_size span.xxl {
    display: inline;
  }
}

@media (width >= 1920px) {
  .DEVELOP_size span.xxxl {
    display: inline;
  }
}

.Container {
  width: 1920px;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  padding: 0 55px;
}

@media (width <= 1920px) {
  .Container {
    width: 1400px;
    padding: 0 27px 0 28px;
  }
}

@media (width <= 1400px) {
  .Container {
    width: 1200px;
    padding: 0 45px;
  }
}

@media (width <= 1200px) {
  .Container {
    width: 992px;
    padding: 0 36px;
  }
}

@media (width <= 992px) {
  .Container {
    width: 768px;
    padding: 0 19px;
  }
}

@media (width <= 768px) {
  .Container {
    width: 576px;
    padding: 0 18px;
  }
}

@media (width <= 576px) {
  .Container {
    width: 370px;
    padding: 0 10px;
  }
}

@media (width <= 476px) {
  .Container {
    width: 370px;
  }
}

.LoginModal {
  display: flex;
  flex-direction: column;
}

.LoginModal .Input {
  margin-bottom: 40px;
}

@media (width <= 1400px) {
  .LoginModal .Input {
    max-width: 100%;
    margin-bottom: 16px;
  }

  .LoginModal .Input__label {
    font-size: 16px;
  }

  .LoginModal .Input input {
    width: 100%;
    font-size: 16px;
  }
}

.LoginModal .Modal__body {
  margin-top: 60px;
}

.LoginModal__buttons {
  display: flex;
  margin: auto;
  justify-content: center;
  gap: 35px;
  margin-bottom: 30px;
}

@media (width <= 768px) {
  .LoginModal__buttons {
    flex-direction: column;
    align-items: center;
  }
}

.LoginModal__buttons .Button {
  width: 275px;
}

@media (width <= 768px) {
  .LoginModal__buttons .Button {
    width: 160px;
  }
}

.LoginModal__footer {
  font-size: 16px;
  text-align: center;
}

.LoginModal__link {
  text-align: center;
  margin-bottom: 40px;
}

.LoginModal__link.two {
  display: inline;
  color: #6b6b6b;
}

.DEVELOP_size {
  position: fixed;
  bottom: 8px;
  right: 8px;
  background-color: #333;
  color: #fff;
  padding: 8px 16px;
  font-size: 24px;
  border-radius: 4px;
}

.DEVELOP_size span {
  display: none;
}

@media (width <= 476px) {
  .DEVELOP_size span.xs {
    display: inline;
  }
}

@media (width >= 477px) and (width <= 576px) {
  .DEVELOP_size span.s {
    display: inline;
  }
}

@media (width >= 577px) and (width <= 768px) {
  .DEVELOP_size span.sm {
    display: inline;
  }
}

@media (width >= 769px) and (width <= 992px) {
  .DEVELOP_size span.md {
    display: inline;
  }
}

@media (width >= 993px) and (width <= 1200px) {
  .DEVELOP_size span.lg {
    display: inline;
  }
}

@media (width >= 1201px) and (width <= 1400px) {
  .DEVELOP_size span.xl {
    display: inline;
  }
}

@media (width >= 1401px) and (width <= 1920px) {
  .DEVELOP_size span.xxl {
    display: inline;
  }
}

@media (width >= 1920px) {
  .DEVELOP_size span.xxxl {
    display: inline;
  }
}

.Container {
  width: 1920px;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  padding: 0 55px;
}

@media (width <= 1920px) {
  .Container {
    width: 1400px;
    padding: 0 27px 0 28px;
  }
}

@media (width <= 1400px) {
  .Container {
    width: 1200px;
    padding: 0 45px;
  }
}

@media (width <= 1200px) {
  .Container {
    width: 992px;
    padding: 0 36px;
  }
}

@media (width <= 992px) {
  .Container {
    width: 768px;
    padding: 0 19px;
  }
}

@media (width <= 768px) {
  .Container {
    width: 576px;
    padding: 0 18px;
  }
}

@media (width <= 576px) {
  .Container {
    width: 370px;
    padding: 0 10px;
  }
}

@media (width <= 476px) {
  .Container {
    width: 370px;
  }
}

.RegistrationModal__topText {
  text-align: center;
  margin-bottom: 40px;
  font-size: 20px;
}

.RegistrationModal .Input {
  margin-bottom: 40px;
}

@media (width <= 1400px) {
  .RegistrationModal .Input {
    max-width: 100%;
    margin-bottom: 16px;
  }

  .RegistrationModal .Input__label {
    font-size: 16px;
  }

  .RegistrationModal .Input input {
    width: 100%;
    font-size: 16px;
  }
}

.RegistrationModal .Modal__body {
  margin-top: 60px;
}

.RegistrationModal__buttons {
  display: flex;
  margin: auto;
  justify-content: center;
  gap: 35px;
  margin-bottom: 30px;
}

@media (width <= 768px) {
  .RegistrationModal__buttons {
    flex-direction: column;
    align-items: center;
  }
}

.RegistrationModal__buttons .Button {
  width: 275px;
}

@media (width <= 768px) {
  .RegistrationModal__buttons .Button {
    width: 160px;
  }
}

.RegistrationModal__footer {
  font-size: 16px;
  text-align: center;
}

.RegistrationModal__link {
  text-align: center;
  margin-bottom: 40px;
  display: inline;
  color: #6b6b6b;
}

.RegistrationModal__icon {
  width: 80px;
  height: 80px;
  margin: auto;
  margin-bottom: 60px;
}

.RegistrationModal__error {
  color: red;
  margin-bottom: 20px;
}

.DEVELOP_size {
  position: fixed;
  bottom: 8px;
  right: 8px;
  background-color: #333;
  color: #fff;
  padding: 8px 16px;
  font-size: 24px;
  border-radius: 4px;
}

.DEVELOP_size span {
  display: none;
}

@media (width <= 476px) {
  .DEVELOP_size span.xs {
    display: inline;
  }
}

@media (width >= 477px) and (width <= 576px) {
  .DEVELOP_size span.s {
    display: inline;
  }
}

@media (width >= 577px) and (width <= 768px) {
  .DEVELOP_size span.sm {
    display: inline;
  }
}

@media (width >= 769px) and (width <= 992px) {
  .DEVELOP_size span.md {
    display: inline;
  }
}

@media (width >= 993px) and (width <= 1200px) {
  .DEVELOP_size span.lg {
    display: inline;
  }
}

@media (width >= 1201px) and (width <= 1400px) {
  .DEVELOP_size span.xl {
    display: inline;
  }
}

@media (width >= 1401px) and (width <= 1920px) {
  .DEVELOP_size span.xxl {
    display: inline;
  }
}

@media (width >= 1920px) {
  .DEVELOP_size span.xxxl {
    display: inline;
  }
}

.Container {
  width: 1920px;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  padding: 0 55px;
}

@media (width <= 1920px) {
  .Container {
    width: 1400px;
    padding: 0 27px 0 28px;
  }
}

@media (width <= 1400px) {
  .Container {
    width: 1200px;
    padding: 0 45px;
  }
}

@media (width <= 1200px) {
  .Container {
    width: 992px;
    padding: 0 36px;
  }
}

@media (width <= 992px) {
  .Container {
    width: 768px;
    padding: 0 19px;
  }
}

@media (width <= 768px) {
  .Container {
    width: 576px;
    padding: 0 18px;
  }
}

@media (width <= 576px) {
  .Container {
    width: 370px;
    padding: 0 10px;
  }
}

@media (width <= 476px) {
  .Container {
    width: 370px;
  }
}

.OrderModal {
  width: 895px;
  border-radius: 30px;
}

@media (width <= 1400px) {
  .OrderModal {
    padding: 20px;
  }

  .OrderModal .Modal__body {
    padding: 0;
  }
}

.OrderModal .Modal__header {
  height: 80px;
  padding-left: 40px;
}

@media (width <= 1400px) {
  .OrderModal .Modal__header {
    padding-left: 0;
  }
}

.OrderModal .Modal__headerText {
  text-align: left;
  font-size: 36px;
  padding-left: 0;
}

@media (width <= 1400px) {
  .OrderModal .Modal__headerText {
    font-size: 30px;
  }
}

@media (width <= 992px) {
  .OrderModal .Modal__headerText {
    font-size: 24px;
  }
}

.OrderModal .Modal__headerClose {
  margin-right: 30px;
}

@media (width <= 1400px) {
  .OrderModal .Modal__headerClose {
    margin-right: 0;
  }
}

@media (width <= 1400px) {
  .OrderModal {
    width: 540px;
  }
}

@media (width <= 768px) {
  .OrderModal {
    width: 340px;
  }
}

.OrderModal__summ {
  margin-top: 20px;
  font-size: 30px;
  margin-bottom: 60px;
  display: flex;
}

@media (width <= 992px) {
  .OrderModal__summ {
    flex-direction: column;
    font-size: 24px;
  }
}

.OrderModal__summ span {
  display: block;
  margin-left: auto;
}

@media (width <= 768px) {
  .OrderModal__summ span {
    margin-right: 30px;
    margin-top: 20px;
  }
}

.OrderModal__buttons {
  display: flex;
  justify-content: center;
  gap: 35px;
  margin-top: 20px;
}

@media (width <= 768px) {
  .OrderModal__buttons {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
}

.OrderModal__buttons .Button {
  width: 275px;
}

@media (width <= 1400px) {
  .OrderModal__buttons .Button {
    width: 160px;
    font-size: 13px;
    height: 50px;
  }
}

.OrderModal__orders {
  max-height: 58vh;
  overflow: auto;
}

@media (width <= 1400px) {
  .OrderModal__orders {
    width: 490px;
  }
}

@media (width <= 768px) {
  .OrderModal__orders {
    width: 100%;
    max-height: 40vh;
  }
}

.OrderModal__order {
  display: flex;
  flex-direction: column;
  border-top: 2px solid #bfbfbf;
  padding-top: 20px;
  height: 200px;
}

@media (width <= 768px) {
  .OrderModal__order {
    flex-wrap: wrap;
    height: auto;
    margin-bottom: 60px;
  }
}

.OrderModal__orderBody {
  display: flex;
}

@media (width <= 768px) {
  .OrderModal__orderBody {
    flex-direction: column;
  }
}

.OrderModal__orderImg {
  width: 120px;
  height: 120px;
  background-color: #ccc;
  margin-right: 20px;
  flex-shrink: 0;
  display: flex;
  overflow: hidden;
  justify-content: center;
  align-items: center;
}

@media (width <= 768px) {
  .OrderModal__orderImg {
    width: 100%;
    height: 200px;
    margin-top: 20px;
    background-color: #0000;
    margin-bottom: 20px;
  }
}

.OrderModal__orderImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

@media (width <= 768px) {
  .OrderModal__orderImg img {
    width: 200px;
    height: 200px;
  }
}

.OrderModal__orderWrp {
  display: flex;
  flex-direction: column;
}

.OrderModal__orderWrp.two {
  margin-left: auto;
}

.OrderModal__orderName {
  font-size: 16px;
  line-height: 24px;
  width: 480px;
}

@media (width <= 1400px) {
  .OrderModal__orderName {
    width: 230px;
  }
}

@media (width <= 768px) {
  .OrderModal__orderName {
    text-align: left;
    margin-bottom: 20px;
    width: 200px;
    margin: auto;
  }
}

.OrderModal__orderQuant {
  font-size: 16px;
  line-height: 36px;
  margin-top: auto;
  color: #6b6b6b;
}

@media (width <= 768px) {
  .OrderModal__orderQuant {
    text-align: center;
    margin-bottom: 20px;
  }
}

.OrderModal__orderPrice {
  font-size: 30px;
  line-height: 24px;
  margin: auto;
  margin-right: 0;
}

@media (width <= 992px) {
  .OrderModal__orderPrice {
    font-size: 24px;
  }
}

.OrderModal__orderButtons {
  width: 200px;
  margin-top: auto;
}

.OrderModal__delivery {
  font-size: 20px;
  line-height: 24px;
  display: flex;
  margin-bottom: 10px;
}

.OrderModal__delivery span {
  display: block;
  margin-left: auto;
}

.OrderModal__deliveryAddress {
  font-size: 20px;
  line-height: 24px;
  display: flex;
  margin-bottom: 10px;
}

.OrderModal__deliveryAddress span {
  display: block;
  margin-left: auto;
}

.OrderModal__deliveryPrice {
  font-size: 20px;
  line-height: 24px;
  display: flex;
}

.OrderModal__deliveryPrice span {
  display: block;
  margin-left: auto;
}

.DEVELOP_size {
  position: fixed;
  bottom: 8px;
  right: 8px;
  background-color: #333;
  color: #fff;
  padding: 8px 16px;
  font-size: 24px;
  border-radius: 4px;
}

.DEVELOP_size span {
  display: none;
}

@media (width <= 476px) {
  .DEVELOP_size span.xs {
    display: inline;
  }
}

@media (width >= 477px) and (width <= 576px) {
  .DEVELOP_size span.s {
    display: inline;
  }
}

@media (width >= 577px) and (width <= 768px) {
  .DEVELOP_size span.sm {
    display: inline;
  }
}

@media (width >= 769px) and (width <= 992px) {
  .DEVELOP_size span.md {
    display: inline;
  }
}

@media (width >= 993px) and (width <= 1200px) {
  .DEVELOP_size span.lg {
    display: inline;
  }
}

@media (width >= 1201px) and (width <= 1400px) {
  .DEVELOP_size span.xl {
    display: inline;
  }
}

@media (width >= 1401px) and (width <= 1920px) {
  .DEVELOP_size span.xxl {
    display: inline;
  }
}

@media (width >= 1920px) {
  .DEVELOP_size span.xxxl {
    display: inline;
  }
}

.Container {
  width: 1920px;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  padding: 0 55px;
}

@media (width <= 1920px) {
  .Container {
    width: 1400px;
    padding: 0 27px 0 28px;
  }
}

@media (width <= 1400px) {
  .Container {
    width: 1200px;
    padding: 0 45px;
  }
}

@media (width <= 1200px) {
  .Container {
    width: 992px;
    padding: 0 36px;
  }
}

@media (width <= 992px) {
  .Container {
    width: 768px;
    padding: 0 19px;
  }
}

@media (width <= 768px) {
  .Container {
    width: 576px;
    padding: 0 18px;
  }
}

@media (width <= 576px) {
  .Container {
    width: 370px;
    padding: 0 10px;
  }
}

@media (width <= 476px) {
  .Container {
    width: 370px;
  }
}

.SettingsModal {
  min-height: 388px;
}

.SettingsModal .Input {
  margin-bottom: 20px;
}

.SettingsModal .Input input {
  width: 100%;
}

.DEVELOP_size {
  position: fixed;
  bottom: 8px;
  right: 8px;
  background-color: #333;
  color: #fff;
  padding: 8px 16px;
  font-size: 24px;
  border-radius: 4px;
}

.DEVELOP_size span {
  display: none;
}

@media (width <= 476px) {
  .DEVELOP_size span.xs {
    display: inline;
  }
}

@media (width >= 477px) and (width <= 576px) {
  .DEVELOP_size span.s {
    display: inline;
  }
}

@media (width >= 577px) and (width <= 768px) {
  .DEVELOP_size span.sm {
    display: inline;
  }
}

@media (width >= 769px) and (width <= 992px) {
  .DEVELOP_size span.md {
    display: inline;
  }
}

@media (width >= 993px) and (width <= 1200px) {
  .DEVELOP_size span.lg {
    display: inline;
  }
}

@media (width >= 1201px) and (width <= 1400px) {
  .DEVELOP_size span.xl {
    display: inline;
  }
}

@media (width >= 1401px) and (width <= 1920px) {
  .DEVELOP_size span.xxl {
    display: inline;
  }
}

@media (width >= 1920px) {
  .DEVELOP_size span.xxxl {
    display: inline;
  }
}

.Container {
  width: 1920px;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  padding: 0 55px;
}

@media (width <= 1920px) {
  .Container {
    width: 1400px;
    padding: 0 27px 0 28px;
  }
}

@media (width <= 1400px) {
  .Container {
    width: 1200px;
    padding: 0 45px;
  }
}

@media (width <= 1200px) {
  .Container {
    width: 992px;
    padding: 0 36px;
  }
}

@media (width <= 992px) {
  .Container {
    width: 768px;
    padding: 0 19px;
  }
}

@media (width <= 768px) {
  .Container {
    width: 576px;
    padding: 0 18px;
  }
}

@media (width <= 576px) {
  .Container {
    width: 370px;
    padding: 0 10px;
  }
}

@media (width <= 476px) {
  .Container {
    width: 370px;
  }
}

.ItemModal {
  width: 1200px;
}

@media (width <= 1920px) {
  .ItemModal {
    width: 1080px;
  }
}

.ItemModal__body {
  padding-top: 20px;
  max-height: 60vh;
  overflow-x: auto;
}

.ItemModal .Modal__headerText {
  height: auto;
}

.ItemModal .PageHeader, .ItemModal .SingleProduct__moreText, .ItemModal .ItemList__itemsWrp {
  display: none;
}

.ItemModal .SingleProduct {
  margin-bottom: 20px;
}

.ItemModal .SingleProduct__info {
  max-height: 520px;
  overflow-y: auto;
  width: 50%;
}

.ItemModal .SingleProduct__gallery {
  width: 420px;
}

.ItemModal .SingleProduct__mainImg {
  width: 300px;
  height: 300px;
  margin-bottom: 20px;
}

.ItemModal .SingleProduct__additionalImg {
  height: 110px;
  width: 110px !important;
}

.ItemModal .SingleProduct .ItemCard__oldPriceDiscountWrp:before {
  z-index: 0;
}

.ItemModal .SingleProduct__imgSlider {
  width: 100%;
}

.ItemModal .SingleProduct__hr {
  display: none;
}

.ItemModal .SingleProduct__name {
  display: none;
}

.ItemModal .SingleProduct__properties {
  gap: 10px;
}

.ItemModal .SingleProduct__propertyName {
  font-size: 24px;
  line-height: 30px;
}

.ItemModal .SingleProduct__propertyColor {
  width: 20px;
  height: 20px;
}

.ItemModal .SingleProduct__description {
  font-size: 20px;
  margin-bottom: 40px;
}

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

.MenuModal {
  width: 100%;
  height: 100%;
  overflow: auto;
}

.MenuModal .Modal__headerText {
  padding-left: 0;
  text-align: left;
}

.MenuModalItem {
  font-size: 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  border-bottom: 2px solid #bfbfbf;
}

.MenuModalItem__wrp {
  display: flex;
  width: 100%;
}

.MenuModalItem__chevron {
  margin-left: auto;
  margin-right: 0;
  cursor: pointer;
}

.MenuModalItem__chevron.open svg {
  transform: rotate(90deg);
}

.MenuModalItem__chevron svg {
  width: 20px;
  height: 20px;
  transform: rotate(-90deg);
}

.MenuModalItem__childrens {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.MenuModalItem__childrens .MenuModalItem {
  border-bottom: none;
  padding: 5px 10px;
}

.DEVELOP_size {
  position: fixed;
  bottom: 8px;
  right: 8px;
  background-color: #333;
  color: #fff;
  padding: 8px 16px;
  font-size: 24px;
  border-radius: 4px;
}

.DEVELOP_size span {
  display: none;
}

@media (width <= 476px) {
  .DEVELOP_size span.xs {
    display: inline;
  }
}

@media (width >= 477px) and (width <= 576px) {
  .DEVELOP_size span.s {
    display: inline;
  }
}

@media (width >= 577px) and (width <= 768px) {
  .DEVELOP_size span.sm {
    display: inline;
  }
}

@media (width >= 769px) and (width <= 992px) {
  .DEVELOP_size span.md {
    display: inline;
  }
}

@media (width >= 993px) and (width <= 1200px) {
  .DEVELOP_size span.lg {
    display: inline;
  }
}

@media (width >= 1201px) and (width <= 1400px) {
  .DEVELOP_size span.xl {
    display: inline;
  }
}

@media (width >= 1401px) and (width <= 1920px) {
  .DEVELOP_size span.xxl {
    display: inline;
  }
}

@media (width >= 1920px) {
  .DEVELOP_size span.xxxl {
    display: inline;
  }
}

.Container {
  width: 1920px;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  padding: 0 55px;
}

@media (width <= 1920px) {
  .Container {
    width: 1400px;
    padding: 0 27px 0 28px;
  }
}

@media (width <= 1400px) {
  .Container {
    width: 1200px;
    padding: 0 45px;
  }
}

@media (width <= 1200px) {
  .Container {
    width: 992px;
    padding: 0 36px;
  }
}

@media (width <= 992px) {
  .Container {
    width: 768px;
    padding: 0 19px;
  }
}

@media (width <= 768px) {
  .Container {
    width: 576px;
    padding: 0 18px;
  }
}

@media (width <= 576px) {
  .Container {
    width: 370px;
    padding: 0 10px;
  }
}

@media (width <= 476px) {
  .Container {
    width: 370px;
  }
}

.Banner {
  width: 100%;
  position: relative;
  display: flex;
  height: 526px;
}

.Banner__bg {
  background-size: cover;
  background-position: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%);
  z-index: -1;
  height: 100%;
  width: 100vw;
  background-position: 90%;
}

.Banner__inner {
  width: 1205px;
  margin: auto;
  background-color: #fffc;
  padding: 60px 65px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media (width <= 992px) {
  .Banner__inner {
    width: 100%;
  }
}

.Banner__inner .Button {
  margin-top: 30px;
}

@media (width <= 992px) {
  .Banner__inner .Button {
    width: 350px;
  }
}

@media (width <= 576px) {
  .Banner__inner .Button {
    width: 256px;
  }
}

.Banner.image {
  height: 520px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
}

@media (width <= 1920px) {
  .Banner.image {
    height: 515px;
  }
}

@media (width <= 1400px) {
  .Banner.image .Home__bannerHeader {
    font-size: 32px;
    line-height: 40px;
  }

  .Banner.image .Home__bannerText {
    font-size: 13px;
    line-height: 16px;
  }
}

@media (width <= 768px) {
  .Banner.image {
    flex-direction: column;
  }
}

.Banner.image .Banner__img {
  width: 50%;
  background-position: 100%;
  background-size: cover;
}

@media (width <= 768px) {
  .Banner.image .Banner__img {
    width: 100%;
    height: 50%;
  }
}

.Banner.image .Banner__inner {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 100px;
  background-color: #0000;
}

@media (width <= 1400px) {
  .Banner.image .Banner__inner {
    padding: 20px 24px;
  }
}

@media (width <= 768px) {
  .Banner.image .Banner__inner {
    width: 80%;
    height: 50%;
  }
}

.Banner.image .Banner__inner .Home__bannerText {
  width: 570px;
}

@media (width <= 1920px) {
  .Banner.image .Banner__inner .Home__bannerText {
    width: 100%;
  }
}

.Banner.image a {
  width: 100%;
}

.Banner.image .Button {
  width: 100%;
}

.DEVELOP_size {
  position: fixed;
  bottom: 8px;
  right: 8px;
  background-color: #333;
  color: #fff;
  padding: 8px 16px;
  font-size: 24px;
  border-radius: 4px;
}

.DEVELOP_size span {
  display: none;
}

@media (width <= 476px) {
  .DEVELOP_size span.xs {
    display: inline;
  }
}

@media (width >= 477px) and (width <= 576px) {
  .DEVELOP_size span.s {
    display: inline;
  }
}

@media (width >= 577px) and (width <= 768px) {
  .DEVELOP_size span.sm {
    display: inline;
  }
}

@media (width >= 769px) and (width <= 992px) {
  .DEVELOP_size span.md {
    display: inline;
  }
}

@media (width >= 993px) and (width <= 1200px) {
  .DEVELOP_size span.lg {
    display: inline;
  }
}

@media (width >= 1201px) and (width <= 1400px) {
  .DEVELOP_size span.xl {
    display: inline;
  }
}

@media (width >= 1401px) and (width <= 1920px) {
  .DEVELOP_size span.xxl {
    display: inline;
  }
}

@media (width >= 1920px) {
  .DEVELOP_size span.xxxl {
    display: inline;
  }
}

.Container {
  width: 1920px;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  padding: 0 55px;
}

@media (width <= 1920px) {
  .Container {
    width: 1400px;
    padding: 0 27px 0 28px;
  }
}

@media (width <= 1400px) {
  .Container {
    width: 1200px;
    padding: 0 45px;
  }
}

@media (width <= 1200px) {
  .Container {
    width: 992px;
    padding: 0 36px;
  }
}

@media (width <= 992px) {
  .Container {
    width: 768px;
    padding: 0 19px;
  }
}

@media (width <= 768px) {
  .Container {
    width: 576px;
    padding: 0 18px;
  }
}

@media (width <= 576px) {
  .Container {
    width: 370px;
    padding: 0 10px;
  }
}

@media (width <= 476px) {
  .Container {
    width: 370px;
  }
}

.Filter {
  width: 25%;
  display: flex;
  flex-direction: column;
}

@media (width <= 1920px) {
  .Filter {
    width: 33.3333%;
  }
}

@media (width <= 768px) {
  .Filter {
    width: 50%;
    margin-bottom: 16px;
  }
}

@media (width <= 576px) {
  .Filter {
    width: 100%;
  }
}

.Filter__label {
  font-size: 24px;
  margin-bottom: 20px;
}

@media (width <= 992px) {
  .Filter__label {
    font-size: 22px;
  }
}

@media (width <= 768px) {
  .Filter__label {
    font-size: 20px;
  }
}

@media (width <= 576px) {
  .Filter__label {
    font-size: 16px;
  }
}

.Filter__slider {
  height: 24px;
  margin-bottom: 20px;
  padding: 10px;
}

.Filter__slider-thumb {
  width: 20px;
  height: 20px;
  background-color: #3b4050;
  border-radius: 20px;
  top: 0;
}

.Filter__slider-track {
  height: 2px;
  background-color: #bfbfbf;
}

.Filter__slider-track-1 {
  background-color: #3b4050;
}

.Filter__sliderInputs {
  display: flex;
  gap: 20px;
}

.Filter__sliderInputs input {
  display: inline-flex;
  border: none;
  border-bottom: 2px solid #bfbfbf;
  padding-bottom: 10px;
  padding-left: 32px;
  font-size: 22px;
  line-height: 22px;
  color: #6b6b6b;
  width: 100%;
}

@media (width <= 768px) {
  .Filter__sliderInputs input {
    font-size: 20px;
    line-height: 20px;
    padding-left: 28px;
    padding-bottom: 4px;
  }
}

@media (width <= 576px) {
  .Filter__sliderInputs input {
    font-size: 16px;
    line-height: 16px;
  }
}

.Filter__sliderInputs input.ml {
  padding-left: 28px;
}

@media (width <= 768px) {
  .Filter__sliderInputs input.ml {
    padding-left: 24px;
  }
}

.Filter__inputWrp {
  position: relative;
  height: 36px;
  width: calc(50% - 10px);
}

@media (width <= 768px) {
  .Filter__inputWrp {
    height: 24px;
  }
}

.Filter__inputWrp span {
  position: absolute;
  top: 4px;
  font-size: 22px;
  line-height: 22px;
  color: #6b6b6b;
}

@media (width <= 768px) {
  .Filter__inputWrp span {
    font-size: 20px;
    line-height: 20px;
    top: 2px;
  }
}

@media (width <= 576px) {
  .Filter__inputWrp span {
    font-size: 16px;
    line-height: 16px;
    top: 2px;
  }
}

.Filter__selectColor {
  width: 14px;
  height: 14px;
  margin-right: 10px;
  margin-top: -2px;
  border-radius: 50%;
}

.Filter__select__control {
  border-color: #6b6b6b !important;
  border-radius: 8px !important;
}

.Filter__select__control--menu-is-open {
  border-radius: 8px 8px 0 0 !important;
  border-bottom: none !important;
}

.Filter__select__menu {
  outline: 1px solid #6b6b6b !important;
  border: 1px solid #6b6b6b !important;
  border-top: none !important;
  border-radius: 0 0 8px 8px !important;
  margin-top: 0 !important;
}

.Filter__select__indicator-separator {
  display: none;
}

.DEVELOP_size {
  position: fixed;
  bottom: 8px;
  right: 8px;
  background-color: #333;
  color: #fff;
  padding: 8px 16px;
  font-size: 24px;
  border-radius: 4px;
}

.DEVELOP_size span {
  display: none;
}

@media (width <= 476px) {
  .DEVELOP_size span.xs {
    display: inline;
  }
}

@media (width >= 477px) and (width <= 576px) {
  .DEVELOP_size span.s {
    display: inline;
  }
}

@media (width >= 577px) and (width <= 768px) {
  .DEVELOP_size span.sm {
    display: inline;
  }
}

@media (width >= 769px) and (width <= 992px) {
  .DEVELOP_size span.md {
    display: inline;
  }
}

@media (width >= 993px) and (width <= 1200px) {
  .DEVELOP_size span.lg {
    display: inline;
  }
}

@media (width >= 1201px) and (width <= 1400px) {
  .DEVELOP_size span.xl {
    display: inline;
  }
}

@media (width >= 1401px) and (width <= 1920px) {
  .DEVELOP_size span.xxl {
    display: inline;
  }
}

@media (width >= 1920px) {
  .DEVELOP_size span.xxxl {
    display: inline;
  }
}

.Container {
  width: 1920px;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  padding: 0 55px;
}

@media (width <= 1920px) {
  .Container {
    width: 1400px;
    padding: 0 27px 0 28px;
  }
}

@media (width <= 1400px) {
  .Container {
    width: 1200px;
    padding: 0 45px;
  }
}

@media (width <= 1200px) {
  .Container {
    width: 992px;
    padding: 0 36px;
  }
}

@media (width <= 992px) {
  .Container {
    width: 768px;
    padding: 0 19px;
  }
}

@media (width <= 768px) {
  .Container {
    width: 576px;
    padding: 0 18px;
  }
}

@media (width <= 576px) {
  .Container {
    width: 370px;
    padding: 0 10px;
  }
}

@media (width <= 476px) {
  .Container {
    width: 370px;
  }
}

.SingleFilter {
  border: 2px solid #bababa;
  display: flex;
  flex-direction: column;
  min-width: 240px;
  position: relative;
  height: 42px;
  z-index: 1;
}

.SingleFilter.touched {
  background: #f1f1f1;
}

.SingleFilter.R {
  width: 320px;
}

.SingleFilter__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 38px;
  padding-left: 62px;
}

.SingleFilter__title {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
}

.SingleFilter__chevron {
  width: 20px;
  height: 20px;
  margin-left: auto;
  margin-right: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.SingleFilter__chevron.down {
  transform: rotate(180deg);
}

.SingleFilter__chevron.up {
  transform: rotate(90deg);
}

.SingleFilter__chevron svg * {
  fill: #bfbfbf;
}

.SingleFilter__container {
  width: 100%;
  position: absolute;
  display: flex;
  top: 40px;
  background: #fff;
  outline: 2px solid #bababa;
}

.SingleFilterRange__wrp {
  display: flex;
  flex-direction: column;
  padding: 20px;
  padding-bottom: 0;
}

.SingleFilterRange__slider {
  height: 24px;
  margin-bottom: 20px;
  padding: 10px;
}

.SingleFilterRange__slider-thumb {
  width: 20px;
  height: 20px;
  background-color: #3b4050;
  border-radius: 20px;
  top: 0;
}

.SingleFilterRange__slider-track {
  height: 2px;
  background-color: #bfbfbf;
}

.SingleFilterRange__slider-track-1 {
  background-color: #3b4050;
}

.SingleFilterRange__sliderInputs {
  display: flex;
  gap: 20px;
  margin-bottom: 5px;
}

.SingleFilterRange__sliderInputs input {
  display: inline-flex;
  border: 2px solid #bfbfbf;
  padding: 10px;
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  color: #6b6b6b;
  width: 100%;
  font-family: VisueltPro;
}

@media (width <= 768px) {
  .SingleFilterRange__sliderInputs input {
    font-size: 20px;
    line-height: 20px;
    padding-left: 28px;
    padding-bottom: 4px;
  }
}

@media (width <= 576px) {
  .SingleFilterRange__sliderInputs input {
    font-size: 16px;
    line-height: 16px;
  }
}

.SingleFilterRange__sliderInputs input.ml {
  padding-left: 28px;
}

@media (width <= 768px) {
  .SingleFilterRange__sliderInputs input.ml {
    padding-left: 24px;
  }
}

.SingleFilterRange__inputWrp {
  position: relative;
  width: calc(50% - 5px);
  text-align: center;
}

.SingleFilterRange__inputWrp input {
  color: #000;
  margin-bottom: 10px;
  text-align: center;
}

.SingleFilterRange__inputWrp span {
  display: block;
  top: 4px;
  font-size: 16px;
  line-height: 19px;
  color: #bfbfbf;
}

.SingleFilterRange__buttons {
  display: flex;
}

.SingleFilterRange__button {
  width: 50%;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  outline: 2px solid #bfbfbf;
  cursor: pointer;
}

.SingleFilterRange__button.main {
  background: #3b4050;
  color: #fff;
  outline-color: #3b4050;
}

.SingleFilterSelect {
  width: 100%;
}

.SingleFilterSelect__select {
  width: 100%;
}

.SingleFilterSelect__select__option--is-focused {
  background-color: #0000 !important;
  color: #000 !important;
}

.SingleFilterSelect__select__option:hover {
  background-color: #bfbfbf !important;
}

.SingleFilterSelect__select__option--is-selected:hover {
  background-color: #3b4050 !important;
}

.SingleFilterSelect__select__control {
  display: none !important;
}

.SingleFilterSelect__select__menu {
  position: static !important;
  margin: 0 !important;
}

.DEVELOP_size {
  position: fixed;
  bottom: 8px;
  right: 8px;
  background-color: #333;
  color: #fff;
  padding: 8px 16px;
  font-size: 24px;
  border-radius: 4px;
}

.DEVELOP_size span {
  display: none;
}

@media (width <= 476px) {
  .DEVELOP_size span.xs {
    display: inline;
  }
}

@media (width >= 477px) and (width <= 576px) {
  .DEVELOP_size span.s {
    display: inline;
  }
}

@media (width >= 577px) and (width <= 768px) {
  .DEVELOP_size span.sm {
    display: inline;
  }
}

@media (width >= 769px) and (width <= 992px) {
  .DEVELOP_size span.md {
    display: inline;
  }
}

@media (width >= 993px) and (width <= 1200px) {
  .DEVELOP_size span.lg {
    display: inline;
  }
}

@media (width >= 1201px) and (width <= 1400px) {
  .DEVELOP_size span.xl {
    display: inline;
  }
}

@media (width >= 1401px) and (width <= 1920px) {
  .DEVELOP_size span.xxl {
    display: inline;
  }
}

@media (width >= 1920px) {
  .DEVELOP_size span.xxxl {
    display: inline;
  }
}

.Container {
  width: 1920px;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  padding: 0 55px;
}

@media (width <= 1920px) {
  .Container {
    width: 1400px;
    padding: 0 27px 0 28px;
  }
}

@media (width <= 1400px) {
  .Container {
    width: 1200px;
    padding: 0 45px;
  }
}

@media (width <= 1200px) {
  .Container {
    width: 992px;
    padding: 0 36px;
  }
}

@media (width <= 992px) {
  .Container {
    width: 768px;
    padding: 0 19px;
  }
}

@media (width <= 768px) {
  .Container {
    width: 576px;
    padding: 0 18px;
  }
}

@media (width <= 576px) {
  .Container {
    width: 370px;
    padding: 0 10px;
  }
}

@media (width <= 476px) {
  .Container {
    width: 370px;
  }
}

.SelfPickUpBadge {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 20px;
  background: #bababa;
  border-radius: 5px 5px 0;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

@media (width <= 1400px) {
  .SelfPickUpBadge {
    padding: 10px;
  }
}

@media (width <= 768px) {
  .SelfPickUpBadge {
    padding: 4px;
  }
}

.SelfPickUpBadge__icon {
  width: 20px;
  height: 20px;
}

.SelfPickUpBadge__text {
  display: flex;
  align-content: center;
  font-size: 16px;
}

@media (width <= 1400px) {
  .SelfPickUpBadge__text {
    font-size: 13px;
  }
}

@media (width <= 768px) {
  .SelfPickUpBadge__text {
    font-size: 11px;
  }
}

.DEVELOP_size {
  position: fixed;
  bottom: 8px;
  right: 8px;
  background-color: #333;
  color: #fff;
  padding: 8px 16px;
  font-size: 24px;
  border-radius: 4px;
}

.DEVELOP_size span {
  display: none;
}

@media (width <= 476px) {
  .DEVELOP_size span.xs {
    display: inline;
  }
}

@media (width >= 477px) and (width <= 576px) {
  .DEVELOP_size span.s {
    display: inline;
  }
}

@media (width >= 577px) and (width <= 768px) {
  .DEVELOP_size span.sm {
    display: inline;
  }
}

@media (width >= 769px) and (width <= 992px) {
  .DEVELOP_size span.md {
    display: inline;
  }
}

@media (width >= 993px) and (width <= 1200px) {
  .DEVELOP_size span.lg {
    display: inline;
  }
}

@media (width >= 1201px) and (width <= 1400px) {
  .DEVELOP_size span.xl {
    display: inline;
  }
}

@media (width >= 1401px) and (width <= 1920px) {
  .DEVELOP_size span.xxl {
    display: inline;
  }
}

@media (width >= 1920px) {
  .DEVELOP_size span.xxxl {
    display: inline;
  }
}

.Container {
  width: 1920px;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  padding: 0 55px;
}

@media (width <= 1920px) {
  .Container {
    width: 1400px;
    padding: 0 27px 0 28px;
  }
}

@media (width <= 1400px) {
  .Container {
    width: 1200px;
    padding: 0 45px;
  }
}

@media (width <= 1200px) {
  .Container {
    width: 992px;
    padding: 0 36px;
  }
}

@media (width <= 992px) {
  .Container {
    width: 768px;
    padding: 0 19px;
  }
}

@media (width <= 768px) {
  .Container {
    width: 576px;
    padding: 0 18px;
  }
}

@media (width <= 576px) {
  .Container {
    width: 370px;
    padding: 0 10px;
  }
}

@media (width <= 476px) {
  .Container {
    width: 370px;
  }
}

@media (width <= 1200px) {
  .Checkout {
    display: flex;
    flex-direction: column;
  }
}

.Checkout .Cart__sidebarButton {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

@media (width <= 576px) {
  .Checkout {
    width: 100%;
  }
}

.Checkout__body {
  width: calc(100% - 620px);
  margin-right: 35px;
  position: relative;
  padding: 20px;
  border: 2px solid #bfbfbf;
  border-radius: 20px;
}

.Checkout__body.selfDelivery {
  border: 2px solid #e48181;
  border-radius: 20px;
  padding-top: 86px;
}

.Checkout__body.selfDelivery .Checkout__selfDeliveryWarning {
  display: flex;
}

@media (width <= 1920px) {
  .Checkout__body {
    width: calc(100% - 575px);
  }
}

@media (width <= 1200px) {
  .Checkout__body {
    width: 730px;
    margin: auto;
    margin-bottom: 40px;
  }
}

@media (width <= 768px) {
  .Checkout__body {
    width: 100%;
  }
}

.Checkout__selfDeliveryWarning {
  display: none;
  gap: 10px;
  padding: 18px;
  justify-content: center;
  align-items: center;
  background: #e48181;
  color: #fff;
  border-radius: 20px;
  position: absolute;
  width: calc(100% + 4px);
  top: -2px;
  left: -2px;
}

.Checkout__selfDeliveryWarning svg {
  width: 20px;
  height: 20px;
}

.Checkout__order {
  padding-bottom: 30px;
  border-bottom: 1px solid #bfbfbf;
}

.Checkout__orderHeader {
  font-size: 30px;
  line-height: 30px;
  margin-bottom: 20px;
}

.Checkout__orderBody {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.Checkout__orderItem {
  display: flex;
  flex-direction: column;
  width: 120px;
}

.Checkout__orderItem.delFlag .Checkout__orderItemImg {
  border: 1px solid #e48181;
}

.Checkout__orderItem.delFlag .Checkout__orderItemProperty {
  color: #e48181;
}

.Checkout__orderItemImg {
  width: 120px;
  height: 120px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.Checkout__orderItemImg img {
  width: 100%;
}

.Checkout__orderItemWrp {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
}

.Checkout__orderItemProperty {
  font-size: 16px;
  line-height: 16px;
  color: #6b6b6b;
}

.Checkout__delivery {
  margin-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #bfbfbf;
}

.Checkout__deliveryHeader {
  font-size: 30px;
  line-height: 30px;
  margin-bottom: 20px;
}

.Checkout__deliveryBtns {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 20px;
}

@media (width <= 576px) {
  .Checkout__deliveryBtns {
    gap: 10px;
  }
}

.Checkout__deliveryBtns .Button {
  padding: 18px 20px;
}

.Checkout__deliveryBtns .Button.active {
  background: #6b6b6b;
}

.Checkout__payment {
  margin-top: 30px;
}

.Checkout__paymentHeader {
  font-size: 30px;
  line-height: 30px;
  margin-bottom: 20px;
}

.Checkout__paymentBtns {
  display: flex;
  gap: 20px;
}

.Checkout__paymentBtns .Button {
  padding: 18px 20px;
}

.Checkout__paymentBtns .Button.active {
  background: #6b6b6b;
}

.DEVELOP_size {
  position: fixed;
  bottom: 8px;
  right: 8px;
  background-color: #333;
  color: #fff;
  padding: 8px 16px;
  font-size: 24px;
  border-radius: 4px;
}

.DEVELOP_size span {
  display: none;
}

@media (width <= 476px) {
  .DEVELOP_size span.xs {
    display: inline;
  }
}

@media (width >= 477px) and (width <= 576px) {
  .DEVELOP_size span.s {
    display: inline;
  }
}

@media (width >= 577px) and (width <= 768px) {
  .DEVELOP_size span.sm {
    display: inline;
  }
}

@media (width >= 769px) and (width <= 992px) {
  .DEVELOP_size span.md {
    display: inline;
  }
}

@media (width >= 993px) and (width <= 1200px) {
  .DEVELOP_size span.lg {
    display: inline;
  }
}

@media (width >= 1201px) and (width <= 1400px) {
  .DEVELOP_size span.xl {
    display: inline;
  }
}

@media (width >= 1401px) and (width <= 1920px) {
  .DEVELOP_size span.xxl {
    display: inline;
  }
}

@media (width >= 1920px) {
  .DEVELOP_size span.xxxl {
    display: inline;
  }
}

.Container {
  width: 1920px;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  padding: 0 55px;
}

@media (width <= 1920px) {
  .Container {
    width: 1400px;
    padding: 0 27px 0 28px;
  }
}

@media (width <= 1400px) {
  .Container {
    width: 1200px;
    padding: 0 45px;
  }
}

@media (width <= 1200px) {
  .Container {
    width: 992px;
    padding: 0 36px;
  }
}

@media (width <= 992px) {
  .Container {
    width: 768px;
    padding: 0 19px;
  }
}

@media (width <= 768px) {
  .Container {
    width: 576px;
    padding: 0 18px;
  }
}

@media (width <= 576px) {
  .Container {
    width: 370px;
    padding: 0 10px;
  }
}

@media (width <= 476px) {
  .Container {
    width: 370px;
  }
}

.DeliveryType__SDEKpvz {
  min-height: 195px;
  border: 1px solid #bfbfbf;
  border-top: none;
  padding: 10px;
  border-radius: 0 0 10px 10px;
  position: relative;
}

.DeliveryType__SDEKpvzHeader {
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 10px;
}

.DeliveryType__SDEKpvzTitle, .DeliveryType__SDEKpvzAddress, .DeliveryType__SDEKpvzPhone, .DeliveryType__SDEKpvzWorkTime {
  line-height: 24px;
}

.DeliveryType__SDEKpvzTitle {
  font-weight: 600;
}

.DeliveryType__SDEKpvzBtns {
  display: flex;
  gap: 20px;
  margin-top: 10px;
}

.DeliveryType__SDEKpvzBtns .Button {
  padding: 10px 20px;
  height: auto;
  font-size: 16px;
}

.DeliveryType__SDEKpvzSelected {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 6px 24px;
  border-radius: 8px;
  background: #1ab248;
  color: #fff;
  font-weight: 600;
}

@media (width <= 576px) {
  .DeliveryType__SDEKpvzSelected {
    text-indent: -9999px;
    width: 10px;
    height: 10px;
  }
}

.DeliveryType__SDEKcourer {
  min-height: 150px;
  border: 1px solid #bfbfbf;
  border-top: none;
  padding: 10px;
  border-radius: 0 0 10px 10px;
  position: relative;
  display: flex;
  flex-direction: column;
}

.DeliveryType__SDEKcourer .DeliveryType__SDEKpvzBtns {
  margin-top: auto;
}

.DeliveryType__SDEKaddressSelected {
  line-height: 20px;
}

.DeliveryType__SDEKaddressSelected span {
  display: block;
  margin-bottom: 20px;
}

.DeliveryType__ymap {
  height: 300px;
  border: 1px solid #bfbfbf;
  border-bottom: none;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}

.DeliveryType__selfPickup {
  display: flex;
  gap: 20px;
}

.DeliveryType__selfPickupCard {
  width: 250px;
  display: flex;
  flex-direction: column;
}

.DeliveryType__selfPickupCardImg {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.DeliveryType__selfPickupCardImg img {
  width: 100%;
  height: auto;
}

.DeliveryType__selfPickupCardName {
  font-size: 16px;
  line-height: 20px;
  margin-top: 20px;
  color: #6b6b6b;
}

.Toast {
  display: flex;
  align-items: center;
  padding: 15px 20px;
  border-radius: 8px;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  position: relative;
  min-width: 320px;
  box-shadow: 0 2px 6px #00000026;
}

.Toast.error {
  background-color: #db6c6c;
}

.Toast.success {
  background-color: #4caf50;
}

.Toast__icon {
  margin-right: 10px;
  width: 20px;
  height: 20px;
}

.Toast__icon svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}

.Toast__text {
  flex: 1;
}

.Toast__Btn {
  background: none;
  border: none;
  color: inherit;
  font-weight: bold;
  font-size: 18px;
  cursor: pointer;
  padding: 0;
  margin-left: 15px;
  line-height: 1;
  user-select: none;
}

.Toast__Btn svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
  stroke: #fff;
}

.Toast__Btn svg path {
  stroke-width: 4px;
}

.Toast__Btn:hover {
  opacity: .7;
}

.Toastify__toast {
  padding: 0;
  min-height: 48px;
}

.Toastify__progress-bar {
  background: #0000004d;
}

.Toastify__progress-bar--bg {
  background: none;
}

.Spiner {
  width: 100%;
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.Spiner svg {
  height: 100px;
  width: 100px;
  animation: 2s linear infinite spin;
}

.Spiner svg * {
  stroke: #3b4050;
}

@keyframes spin {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

.DEVELOP_size {
  position: fixed;
  bottom: 8px;
  right: 8px;
  background-color: #333;
  color: #fff;
  padding: 8px 16px;
  font-size: 24px;
  border-radius: 4px;
}

.DEVELOP_size span {
  display: none;
}

@media (width <= 476px) {
  .DEVELOP_size span.xs {
    display: inline;
  }
}

@media (width >= 477px) and (width <= 576px) {
  .DEVELOP_size span.s {
    display: inline;
  }
}

@media (width >= 577px) and (width <= 768px) {
  .DEVELOP_size span.sm {
    display: inline;
  }
}

@media (width >= 769px) and (width <= 992px) {
  .DEVELOP_size span.md {
    display: inline;
  }
}

@media (width >= 993px) and (width <= 1200px) {
  .DEVELOP_size span.lg {
    display: inline;
  }
}

@media (width >= 1201px) and (width <= 1400px) {
  .DEVELOP_size span.xl {
    display: inline;
  }
}

@media (width >= 1401px) and (width <= 1920px) {
  .DEVELOP_size span.xxl {
    display: inline;
  }
}

@media (width >= 1920px) {
  .DEVELOP_size span.xxxl {
    display: inline;
  }
}

.Container {
  width: 1920px;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  padding: 0 55px;
}

@media (width <= 1920px) {
  .Container {
    width: 1400px;
    padding: 0 27px 0 28px;
  }
}

@media (width <= 1400px) {
  .Container {
    width: 1200px;
    padding: 0 45px;
  }
}

@media (width <= 1200px) {
  .Container {
    width: 992px;
    padding: 0 36px;
  }
}

@media (width <= 992px) {
  .Container {
    width: 768px;
    padding: 0 19px;
  }
}

@media (width <= 768px) {
  .Container {
    width: 576px;
    padding: 0 18px;
  }
}

@media (width <= 576px) {
  .Container {
    width: 370px;
    padding: 0 10px;
  }
}

@media (width <= 476px) {
  .Container {
    width: 370px;
  }
}

.Home__slider {
  width: 100vw;
  left: 50%;
  transform: translate(-50vw);
}

.Home__slider .slick-dots {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translate(-50%);
  margin-top: 16px;
  gap: 8px;
  justify-content: center;
  align-items: center;
  list-style-type: none;
  display: flex !important;
}

@media (width <= 768px) {
  .Home__slider .slick-dots {
    bottom: calc(50% + 20px);
  }
}

.Home__slider .slick-dots button {
  display: block;
  width: 16px;
  height: 16px;
  text-indent: -999px;
  border: none;
  background: #bfbfbf;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
  transition: all .2s ease-in-out;
}

.Home__slider .slick-dots button:hover {
  background: #6b6b6b;
  opacity: .8;
}

.Home__slider .slick-dots .slick-active button {
  background: #6b6b6b;
}

@media (width <= 768px) {
  .Home__slider.main .slick-dots {
    bottom: 40px;
  }
}

.Home__categoriesList {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  justify-content: center;
  margin-bottom: 30px;
  margin-top: 30px;
}

.Home__categoriesList .Button {
  height: auto;
  padding: 12px 40px;
  font-size: 16px;
}

@media (width <= 576px) {
  .Home__categoriesList {
    display: none;
  }
}

.Home__itemListHeader {
  display: flex;
  margin-top: 30px;
}

.Home__itemListHeaderText {
  font-size: 30px;
  line-height: 36px;
}

@media (width <= 1400px) {
  .Home__itemListHeaderText {
    font-size: 20px;
    line-height: 28px;
  }
}

@media (width <= 992px) {
  .Home__itemListHeaderText {
    font-size: 16px;
  }
}

@media (width <= 768px) {
  .Home__itemListHeaderText {
    font-size: 13px;
    line-height: 18px;
    max-width: 50%;
  }
}

.Home__itemListHeaderButtonsWrp {
  display: flex;
  margin-left: auto;
}

@media (width <= 768px) {
  .Home__itemListHeaderButtonsWrp {
    flex-direction: column;
    align-items: flex-end;
  }
}

.Home__itemListHeaderButton {
  color: #bfbfbf;
  font-size: 30px;
  line-height: 36px;
  cursor: pointer;
  margin-left: 20px;
}

@media (width <= 1400px) {
  .Home__itemListHeaderButton {
    font-size: 20px;
    line-height: 28px;
  }
}

@media (width <= 992px) {
  .Home__itemListHeaderButton {
    font-size: 16px;
  }
}

@media (width <= 768px) {
  .Home__itemListHeaderButton {
    font-size: 13px;
    line-height: 18px;
  }
}

.Home__itemListHeaderButton.active {
  color: #000;
}

.Home__moreBtn {
  display: flex;
  justify-content: center;
  margin-top: 75px;
  margin-bottom: 185px;
}

.Home__bannerHeader {
  font-size: 52px;
  text-align: center;
  line-height: 60px;
  margin-bottom: 20px;
  font-weight: 500;
}

@media (width <= 768px) {
  .Home__bannerHeader {
    font-size: 28px;
    line-height: 40px;
  }
}

.Home__bannerText {
  text-align: center;
  font-size: 20px;
  line-height: 24px;
}

@media (width <= 768px) {
  .Home__bannerText {
    font-size: 12px;
    line-height: 16px;
  }
}

.DEVELOP_size {
  position: fixed;
  bottom: 8px;
  right: 8px;
  background-color: #333;
  color: #fff;
  padding: 8px 16px;
  font-size: 24px;
  border-radius: 4px;
}

.DEVELOP_size span {
  display: none;
}

@media (width <= 476px) {
  .DEVELOP_size span.xs {
    display: inline;
  }
}

@media (width >= 477px) and (width <= 576px) {
  .DEVELOP_size span.s {
    display: inline;
  }
}

@media (width >= 577px) and (width <= 768px) {
  .DEVELOP_size span.sm {
    display: inline;
  }
}

@media (width >= 769px) and (width <= 992px) {
  .DEVELOP_size span.md {
    display: inline;
  }
}

@media (width >= 993px) and (width <= 1200px) {
  .DEVELOP_size span.lg {
    display: inline;
  }
}

@media (width >= 1201px) and (width <= 1400px) {
  .DEVELOP_size span.xl {
    display: inline;
  }
}

@media (width >= 1401px) and (width <= 1920px) {
  .DEVELOP_size span.xxl {
    display: inline;
  }
}

@media (width >= 1920px) {
  .DEVELOP_size span.xxxl {
    display: inline;
  }
}

.Container {
  width: 1920px;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  padding: 0 55px;
}

@media (width <= 1920px) {
  .Container {
    width: 1400px;
    padding: 0 27px 0 28px;
  }
}

@media (width <= 1400px) {
  .Container {
    width: 1200px;
    padding: 0 45px;
  }
}

@media (width <= 1200px) {
  .Container {
    width: 992px;
    padding: 0 36px;
  }
}

@media (width <= 992px) {
  .Container {
    width: 768px;
    padding: 0 19px;
  }
}

@media (width <= 768px) {
  .Container {
    width: 576px;
    padding: 0 18px;
  }
}

@media (width <= 576px) {
  .Container {
    width: 370px;
    padding: 0 10px;
  }
}

@media (width <= 476px) {
  .Container {
    width: 370px;
  }
}

.Catalog__categoriesList {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  justify-content: center;
  margin-top: 0;
  margin-bottom: 40px;
}

@media (width <= 576px) {
  .Catalog__categoriesList {
    display: none;
  }
}

.Catalog__categoriesList .Button {
  height: auto;
  padding: 12px 40px;
  font-size: 16px;
}

@media (width <= 576px) {
  .Catalog__categoriesList {
    flex-wrap: nowrap;
    overflow-y: scroll;
    position: relative;
    width: calc(100vw - 32px);
    left: 50%;
    transform: translate(-50%);
    justify-content: flex-start;
    margin-bottom: 40px;
  }

  .Catalog__categoriesList .Button {
    padding: 12px 24px;
    min-width: 200px;
    overflow: hidden;
  }

  .Catalog__categoriesList a:nth-child(4) > button {
    min-width: 280px;
  }
}

.Catalog__moreBtn {
  display: flex;
  justify-content: center;
  margin-top: 75px;
}

.Catalog__topBar {
  display: flex;
}

@media (width <= 768px) {
  .Catalog__topBar {
    flex-direction: column;
  }
}

.Catalog__topBarCatalogBtn {
  display: none;
}

@media (width <= 576px) {
  .Catalog__topBarCatalogBtn {
    display: flex;
    width: 100%;
    margin-bottom: 20px;
  }

  .Catalog__topBarCatalogBtn a {
    width: 100%;
  }

  .Catalog__topBarCatalogBtn .Button {
    height: 46px;
    border-radius: 0;
    background: #6b6b6b;
    outline: 2px solid #6b6b6b;
    color: #fff;
    justify-content: flex-start;
    padding: 20px;
    font-size: 16px;
  }

  .Catalog__topBarCatalogBtn .Button svg {
    margin-right: 0;
    margin-left: auto;
    height: 20px;
    width: 20px;
    transform: rotate(180deg);
  }

  .Catalog__topBarCatalogBtn .Button svg * {
    fill: #fff;
  }
}

.Catalog__mobileFiltersWrp {
  display: none;
}

@media (width <= 576px) {
  .Catalog__mobileFiltersWrp {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
  }
}

.Catalog__mobileFiltersWrp .Catalog__mobileFiltersOpenButton {
  display: flex;
  align-content: center;
  justify-content: center;
  outline: 2px solid #bababa;
  border: none;
  height: 42px;
  padding: 10px 20px;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 2px;
}

.Catalog__mobileFiltersWrp .Catalog__mobileFiltersOpenButton.open svg {
  transform: rotate(90deg);
}

.Catalog__mobileFiltersWrp .Catalog__mobileFiltersOpenButton svg {
  margin-right: 0;
  margin-left: auto;
  height: 20px;
  width: 20px;
  transform: rotate(-90deg);
}

.Catalog__mobileFiltersWrp .Catalog__mobileFiltersOpenButton svg * {
  fill: #6b6b6b;
}

.Catalog__mobileFiltersWrp .Catalog__sortingSelect {
  outline: 2px solid #bababa;
  border: none;
  width: 100%;
  margin-bottom: 2px;
}

.Catalog__mobileFiltersWrp .Catalog__sortingSelect__indicators.open svg {
  transform: rotate(90deg);
}

.Catalog__mobileFiltersWrp .Catalog__sortingSelect__indicators svg {
  margin-left: -5p;
  margin-top: 2px;
  height: 20px;
  width: 20px;
  transform: rotate(-90deg);
}

.Catalog__mobileFiltersWrp .Catalog__sortingSelect__indicators svg * {
  fill: #6b6b6b;
}

.Catalog__mobileFiltersWrp .SingleFilter {
  outline: 2px solid #bababa;
  border: none;
  width: 100%;
  margin-bottom: 2px;
}

.Catalog__mobileFiltersWrp .SingleFilter__chevron svg * {
  fill: #6b6b6b;
}

.Catalog__mobileFiltersButtons {
  display: flex;
}

.Catalog__mobileFiltersButton {
  width: 50%;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  outline: 2px solid #bfbfbf;
  cursor: pointer;
}

.Catalog__mobileFiltersButton.main {
  background: #3b4050;
  color: #fff;
  outline-color: #3b4050;
}

.Catalog__filtersWrp {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px;
  margin-bottom: 20px;
}

@media (width <= 576px) {
  .Catalog__filtersWrp {
    display: none;
    flex-direction: column;
  }
}

.Catalog__filtersBtnsWrp {
  display: flex;
  gap: 5px;
  flex-shrink: 0;
  justify-content: flex-end;
  margin-left: auto;
}

@media (width <= 576px) {
  .Catalog__filtersBtnsWrp {
    display: none;
    flex-direction: column;
  }
}

.Catalog__filtersSearch {
  margin-top: 2px;
  width: 50%;
  margin-right: auto;
}

@media (width <= 576px) {
  .Catalog__filtersSearch {
    width: 100%;
  }
}

.Catalog__filtersBtns {
  display: flex;
  gap: 5px;
}

.Catalog__filtersBtns .Button {
  width: fit-content;
  height: fit-content;
  padding: 10px 24px;
  font-size: 16px;
  line-height: 20px;
  flex-shrink: 0;
}

.Catalog__filtersBtns .Button__secondary {
  background-color: #0000;
  padding: 10px;
  color: #6b6b6b;
}

.Catalog__moreFilters {
  font-size: 18px;
  margin-left: 10px;
  font-weight: 400;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

.Catalog__moreFilters svg {
  width: fit-content;
  height: fit-content;
  margin-right: 10px;
}

.Catalog__sortingSelect {
  width: 240px;
  font-weight: 400;
  height: 42px;
  border: 2px solid #bababa;
  display: flex;
  flex-direction: column;
  min-width: 240px;
  position: relative;
  z-index: 2;
}

.Catalog__sortingSelect__control {
  padding-right: 16px;
  border-color: #0000 !important;
}

.Catalog__sortingSelect__indicator-separator {
  background-color: #0000 !important;
}

.Catalog__sortingSelect__indicators {
  width: 16px;
}

.Catalog__sortingSelect__indicators svg * {
  fill: #bfbfbf;
}

.Catalog__sortingSelect__menu {
  margin-top: 0 !important;
}

.Catalog__sortingSelect__value-container {
  text-align: center;
}

.DEVELOP_size {
  position: fixed;
  bottom: 8px;
  right: 8px;
  background-color: #333;
  color: #fff;
  padding: 8px 16px;
  font-size: 24px;
  border-radius: 4px;
}

.DEVELOP_size span {
  display: none;
}

@media (width <= 476px) {
  .DEVELOP_size span.xs {
    display: inline;
  }
}

@media (width >= 477px) and (width <= 576px) {
  .DEVELOP_size span.s {
    display: inline;
  }
}

@media (width >= 577px) and (width <= 768px) {
  .DEVELOP_size span.sm {
    display: inline;
  }
}

@media (width >= 769px) and (width <= 992px) {
  .DEVELOP_size span.md {
    display: inline;
  }
}

@media (width >= 993px) and (width <= 1200px) {
  .DEVELOP_size span.lg {
    display: inline;
  }
}

@media (width >= 1201px) and (width <= 1400px) {
  .DEVELOP_size span.xl {
    display: inline;
  }
}

@media (width >= 1401px) and (width <= 1920px) {
  .DEVELOP_size span.xxl {
    display: inline;
  }
}

@media (width >= 1920px) {
  .DEVELOP_size span.xxxl {
    display: inline;
  }
}

.Container {
  width: 1920px;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  padding: 0 55px;
}

@media (width <= 1920px) {
  .Container {
    width: 1400px;
    padding: 0 27px 0 28px;
  }
}

@media (width <= 1400px) {
  .Container {
    width: 1200px;
    padding: 0 45px;
  }
}

@media (width <= 1200px) {
  .Container {
    width: 992px;
    padding: 0 36px;
  }
}

@media (width <= 992px) {
  .Container {
    width: 768px;
    padding: 0 19px;
  }
}

@media (width <= 768px) {
  .Container {
    width: 576px;
    padding: 0 18px;
  }
}

@media (width <= 576px) {
  .Container {
    width: 370px;
    padding: 0 10px;
  }
}

@media (width <= 476px) {
  .Container {
    width: 370px;
  }
}

.Contacts {
  margin-bottom: 180px;
}

.Contacts__header {
  padding-bottom: 90px;
  border-bottom: 2px solid #bfbfbf;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.Contacts__title {
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 40px;
  text-align: center;
  width: 655px;
}

@media (width <= 1200px) {
  .Contacts__title {
    font-size: 30px;
    line-height: 36px;
    width: auto;
  }
}

@media (width <= 768px) {
  .Contacts__title {
    font-size: 24px;
    line-height: 30px;
  }
}

.Contacts__email {
  font-size: 30px;
  font-weight: 500;
  line-height: 90px;
  margin-bottom: 90px;
}

@media (width <= 1400px) {
  .Contacts__email {
    font-size: 30px;
    line-height: 36px;
  }
}

@media (width <= 768px) {
  .Contacts__email {
    font-size: 24px;
    line-height: 30px;
  }
}

.Contacts__button .Button {
  width: 655px;
}

@media (width <= 1400px) {
  .Contacts__button .Button {
    width: 540px;
    height: 50px;
    font-size: 13px;
  }
}

@media (width <= 768px) {
  .Contacts__button .Button {
    width: 350px;
    height: 40px;
    padding: 18px 24px;
    font-size: 12px;
  }
}

@media (width <= 576px) {
  .Contacts__button .Button {
    width: 256px;
  }
}

.Contacts__body {
  padding-top: 60px;
}

@media (width <= 992px) {
  .Contacts__body {
    width: 540px;
    margin: auto;
  }
}

@media (width <= 576px) {
  .Contacts__body {
    width: 100%;
  }
}

.Contacts__card {
  display: flex;
}

@media (width <= 992px) {
  .Contacts__card {
    flex-direction: column;
  }
}

.Contacts__cardTextWrp {
  display: flex;
  flex-direction: column;
}

.Contacts__cardImg {
  width: 740px;
  flex-shrink: 0;
  margin-right: 35px;
  display: flex;
  overflow: hidden;
  justify-content: center;
  align-items: center;
}

@media (width <= 1920px) {
  .Contacts__cardImg {
    width: 655px;
  }
}

@media (width <= 1400px) {
  .Contacts__cardImg {
    width: 445px;
  }
}

@media (width <= 992px) {
  .Contacts__cardImg {
    width: 100%;
    margin-bottom: 30px;
  }
}

.Contacts__cardImg img {
  width: auto;
  height: 100%;
}

.Contacts__cardTitle {
  font-size: 24px;
  line-height: 42px;
  margin-bottom: 17px;
}

@media (width <= 1400px) {
  .Contacts__cardTitle {
    font-size: 24px;
    line-height: 36px;
  }
}

@media (width <= 1200px) {
  .Contacts__cardTitle {
    font-size: 24px;
    line-height: 30px;
  }
}

.Contacts__cardAdress {
  font-size: 20px;
  color: #888;
  margin-bottom: 32px;
}

@media (width <= 1400px) {
  .Contacts__cardAdress {
    font-size: 20px;
  }
}

@media (width <= 768px) {
  .Contacts__cardAdress {
    font-size: 20px;
  }
}

.Contacts__cardTimeWrp {
  display: flex;
  font-size: 20px;
  color: #888;
  gap: 50px;
}

@media (width <= 1400px) {
  .Contacts__cardTimeWrp {
    font-size: 20px;
  }
}

@media (width <= 992px) {
  .Contacts__cardTimeWrp {
    margin-bottom: 42px;
    font-size: 20px;
  }
}

@media (width <= 768px) {
  .Contacts__cardTimeWrp {
    font-size: 20px;
  }
}

.Contacts__cardButton {
  margin-top: auto;
}

@media (width <= 1400px) {
  .Contacts__cardButton .Button {
    font-size: 13px;
    width: 540px;
    height: 50px;
  }
}

@media (width <= 1200px) {
  .Contacts__cardButton .Button {
    width: 445px;
  }
}

@media (width <= 992px) {
  .Contacts__cardButton .Button {
    width: 100%;
  }
}

@media (width <= 768px) {
  .Contacts__cardButton {
    display: flex;
    justify-content: center;
  }

  .Contacts__cardButton .Button {
    width: 350px;
    height: 40px;
    padding: 18px 24px;
    font-size: 12px;
  }
}

@media (width <= 576px) {
  .Contacts__cardButton .Button {
    width: 256px;
  }
}

.DEVELOP_size {
  position: fixed;
  bottom: 8px;
  right: 8px;
  background-color: #333;
  color: #fff;
  padding: 8px 16px;
  font-size: 24px;
  border-radius: 4px;
}

.DEVELOP_size span {
  display: none;
}

@media (width <= 476px) {
  .DEVELOP_size span.xs {
    display: inline;
  }
}

@media (width >= 477px) and (width <= 576px) {
  .DEVELOP_size span.s {
    display: inline;
  }
}

@media (width >= 577px) and (width <= 768px) {
  .DEVELOP_size span.sm {
    display: inline;
  }
}

@media (width >= 769px) and (width <= 992px) {
  .DEVELOP_size span.md {
    display: inline;
  }
}

@media (width >= 993px) and (width <= 1200px) {
  .DEVELOP_size span.lg {
    display: inline;
  }
}

@media (width >= 1201px) and (width <= 1400px) {
  .DEVELOP_size span.xl {
    display: inline;
  }
}

@media (width >= 1401px) and (width <= 1920px) {
  .DEVELOP_size span.xxl {
    display: inline;
  }
}

@media (width >= 1920px) {
  .DEVELOP_size span.xxxl {
    display: inline;
  }
}

.Container {
  width: 1920px;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  padding: 0 55px;
}

@media (width <= 1920px) {
  .Container {
    width: 1400px;
    padding: 0 27px 0 28px;
  }
}

@media (width <= 1400px) {
  .Container {
    width: 1200px;
    padding: 0 45px;
  }
}

@media (width <= 1200px) {
  .Container {
    width: 992px;
    padding: 0 36px;
  }
}

@media (width <= 992px) {
  .Container {
    width: 768px;
    padding: 0 19px;
  }
}

@media (width <= 768px) {
  .Container {
    width: 576px;
    padding: 0 18px;
  }
}

@media (width <= 576px) {
  .Container {
    width: 370px;
    padding: 0 10px;
  }
}

@media (width <= 476px) {
  .Container {
    width: 370px;
  }
}

.Lk {
  display: flex;
  margin-top: 65px;
  margin-bottom: 180px;
}

@media (width <= 1200px) {
  .Lk {
    flex-direction: column;
  }
}

.Lk__profileWrp {
  width: 500px;
}

@media (width <= 1200px) {
  .Lk__profileWrp {
    margin-left: 0;
    margin-bottom: 40px;
  }
}

@media (width <= 768px) {
  .Lk__profileWrp {
    width: 100%;
  }
}

.Lk__profileHeader {
  display: flex;
  margin-bottom: 40px;
}

@media (width <= 1200px) {
  .Lk__profileHeader {
    flex-direction: column;
  }
}

.Lk__userIcon {
  width: 120px;
  height: 120px;
  display: flex;
  background: #f5f5f5;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-right: 35px;
}

@media (width <= 1200px) {
  .Lk__userIcon {
    width: 50px;
    height: 50px;
  }
}

.Lk__userIcon svg {
  margin: auto;
  height: 100px;
  width: 100px;
}

@media (width <= 1200px) {
  .Lk__userIcon svg {
    width: 40px;
    height: 40px;
  }
}

.Lk__name {
  font-size: 36px;
  line-height: 42px;
  margin-bottom: 12px;
  margin-top: 12px;
}

@media (width <= 768px) {
  .Lk__name {
    font-size: 30px;
  }
}

.Lk__lastName {
  font-size: 36px;
  line-height: 42px;
  margin-bottom: 12px;
}

@media (width <= 768px) {
  .Lk__lastName {
    font-size: 30px;
  }
}

.Lk__buttons {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.Lk__buttons .Button {
  width: 100%;
}

.Lk__ordersWrp {
  display: flex;
  flex-direction: column;
  margin-left: 50px;
  flex-grow: 1;
  gap: 20px;
  max-height: 70vh;
  overflow: auto;
}

@media (width <= 1200px) {
  .Lk__ordersWrp {
    margin-left: 0;
    max-height: unset;
  }
}

.Lk__order {
  display: flex;
  flex-direction: column;
  border-top: 2px solid #bfbfbf;
  padding-top: 20px;
}

.Lk__orderId {
  font-size: 30px;
  line-height: 36px;
  color: #6b6b6b;
  margin-bottom: 20px;
}

@media (width <= 1920px) {
  .Lk__orderId {
    font-size: 24px;
    line-height: 30px;
  }
}

@media (width <= 768px) {
  .Lk__orderId {
    font-size: 22px;
    line-height: 24px;
  }
}

.Lk__orderBody {
  display: flex;
}

@media (width <= 768px) {
  .Lk__orderBody {
    flex-wrap: wrap;
  }
}

.Lk__orderImg {
  width: 120px;
  height: 120px;
  background-color: #ccc;
  margin-right: 20px;
  flex-shrink: 0;
  display: flex;
  overflow: hidden;
  justify-content: center;
  align-items: center;
}

.Lk__orderImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.Lk__orderWrp {
  display: flex;
  flex-direction: column;
}

@media (width <= 768px) {
  .Lk__orderWrp.one {
    width: calc(100% - 140px);
  }
}

.Lk__orderWrp.two {
  margin-left: auto;
}

@media (width <= 768px) {
  .Lk__orderWrp.two {
    width: 100%;
    flex-direction: row;
    align-items: center;
    margin-top: 20px;
  }
}

.Lk__orderStatus {
  font-size: 30px;
  line-height: 36px;
}

@media (width <= 1920px) {
  .Lk__orderStatus {
    font-size: 24px;
    line-height: 30px;
  }
}

@media (width <= 768px) {
  .Lk__orderStatus {
    font-size: 20px;
    line-height: 24px;
  }
}

.Lk__orderDate {
  font-size: 30px;
  line-height: 36px;
  margin-top: auto;
  color: #6b6b6b;
}

@media (width <= 1920px) {
  .Lk__orderDate {
    font-size: 24px;
    line-height: 30px;
  }
}

@media (width <= 992px) {
  .Lk__orderDate {
    font-size: 22px;
  }
}

@media (width <= 768px) {
  .Lk__orderDate {
    font-size: 20px;
    line-height: 24px;
  }
}

.Lk__orderPrice {
  font-size: 30px;
  line-height: 24px;
  margin-left: auto;
}

@media (width <= 1920px) {
  .Lk__orderPrice {
    font-size: 24px;
  }
}

@media (width <= 992px) {
  .Lk__orderPrice {
    font-size: 22px;
  }
}

@media (width <= 768px) {
  .Lk__orderPrice {
    margin-left: 0;
  }
}

@media (width <= 576px) {
  .Lk__orderPrice {
    font-size: 22px;
    line-height: 24px;
  }
}

.Lk__orderButtons {
  width: 200px;
  margin-top: auto;
}

@media (width <= 768px) {
  .Lk__orderButtons {
    margin-left: auto;
  }
}

.DEVELOP_size {
  position: fixed;
  bottom: 8px;
  right: 8px;
  background-color: #333;
  color: #fff;
  padding: 8px 16px;
  font-size: 24px;
  border-radius: 4px;
}

.DEVELOP_size span {
  display: none;
}

@media (width <= 476px) {
  .DEVELOP_size span.xs {
    display: inline;
  }
}

@media (width >= 477px) and (width <= 576px) {
  .DEVELOP_size span.s {
    display: inline;
  }
}

@media (width >= 577px) and (width <= 768px) {
  .DEVELOP_size span.sm {
    display: inline;
  }
}

@media (width >= 769px) and (width <= 992px) {
  .DEVELOP_size span.md {
    display: inline;
  }
}

@media (width >= 993px) and (width <= 1200px) {
  .DEVELOP_size span.lg {
    display: inline;
  }
}

@media (width >= 1201px) and (width <= 1400px) {
  .DEVELOP_size span.xl {
    display: inline;
  }
}

@media (width >= 1401px) and (width <= 1920px) {
  .DEVELOP_size span.xxl {
    display: inline;
  }
}

@media (width >= 1920px) {
  .DEVELOP_size span.xxxl {
    display: inline;
  }
}

.Container {
  width: 1920px;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  padding: 0 55px;
}

@media (width <= 1920px) {
  .Container {
    width: 1400px;
    padding: 0 27px 0 28px;
  }
}

@media (width <= 1400px) {
  .Container {
    width: 1200px;
    padding: 0 45px;
  }
}

@media (width <= 1200px) {
  .Container {
    width: 992px;
    padding: 0 36px;
  }
}

@media (width <= 992px) {
  .Container {
    width: 768px;
    padding: 0 19px;
  }
}

@media (width <= 768px) {
  .Container {
    width: 576px;
    padding: 0 18px;
  }
}

@media (width <= 576px) {
  .Container {
    width: 370px;
    padding: 0 10px;
  }
}

@media (width <= 476px) {
  .Container {
    width: 370px;
  }
}

.Order {
  margin: auto;
  width: 585px;
  margin-top: 40px;
  margin-bottom: 180px;
}

@media (width <= 768px) {
  .Order {
    width: 100%;
  }
}

.Order__header {
  font-size: 36px;
  line-height: 40px;
  margin-bottom: 60px;
  text-align: center;
}

.Order__icon {
  width: 80px;
  height: auto;
  margin: auto;
  margin-bottom: 60px;
}

.Order__bottom {
  font-size: 20px;
  margin-bottom: 60px;
  text-align: center;
}

.Order input.Button {
  width: 275px;
  margin: auto;
  margin-top: 40px;
}

.Order__btnWrp {
  display: flex;
  flex-wrap: wrap;
  justify-items: center;
  align-items: center;
  gap: 35px;
  margin-bottom: 180px;
}

.Order__btnWrp .Button {
  width: 275px;
}

.Order__btnWrp a {
  margin: auto;
}


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