@font-face {
  font-family: "OpenSans";
  src: url("../fonts/OpenSans-Light.woff2") format("woff2");
  font-weight: 300;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "OpenSans";
  src: url("../fonts/OpenSans-Regular.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "OpenSans";
  src: url("../fonts/OpenSans-Bold.woff2") format("woff2");
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}
*,
*:before,
*:after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

body {
  box-sizing: border-box;
}

aside,
nav,
footer,
header,
section {
  display: block;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
  border: none;
  background-color: transparent;
}

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

a,
a:visited {
  text-decoration: none;
}

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

ul li {
  list-style: none;
}

dl,
ol,
ul {
  margin: 0;
  padding: 0;
}

label {
  margin: 0;
}

p {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
  margin: 0;
}

* {
  font-family: "OpenSans", sans-serif;
}

body.scroll-hide {
  overflow: hidden;
}

.swiper:hover {
     /* z-index: 60 !important; */   
}
.swiper.zindex {
    z-index: 60 !important;
}

.container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 30px;
}

.page {
  position: relative;
  overflow: hidden;
  min-height: 100vh;
}
.page.scroll-hide {
  height: 100vh;
  transform: translateX(-14px);
}

.page-sub {
  /*padding-top: 130px !important;*/
}

.title {
  font-weight: 700;
  font-size: 24px;
  line-height: 33px;
  color: #1F1E1F;
  margin-bottom: 25px;
}

.breadcrumbs-list {
  margin: 25px 0;
  position: relative;
  z-index: 5;
}
.breadcrumbs-list__item {
  display: inline-block;
  padding-right: 16px;
  position: relative;
}
.breadcrumbs-list__item a,
.breadcrumbs-list__item span {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #1f1e1f83;
  transition: all 0.3s ease-in-out;
}
.breadcrumbs-list__item span {
  color: #1F1E1F;
}
.breadcrumbs-list__item a:hover {
  color: #006BEB;
}
.breadcrumbs-list__item:last-child::after {
  display: none;
}
.breadcrumbs-list__item::after {
  position: absolute;
  content: url("../images/breadcrumbs-list.svg");
  top: 3px;
  right: 2px;
}

.white .breadcrumbs-list__item a, .white .breadcrumbs-list__item span {
  color: white;
}

.pagination {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
}
.pagination span {
  background: #006BEB;
  color: #FFFFFF;
}
.pagination a, .pagination span {
  border-radius: 4px;
  padding: 4px 10px;
  display: block;
  text-align: center;
}
.pagination a {
  color: #1F1E1F;
  transition: all 0.3s ease-in-out;
}
.pagination a:hover {
  background: #F4F4F4;
}

.block-more {
  margin: 40px auto 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.block-more button {
  padding: 12px 50px;
}

.btn-top {
  position: fixed;
  right: 40px;
  bottom: 40px;
  background: #006BEB;
  border: 1px solid #FFFFFF;
  border-radius: 6px;
  width: 34px;
  height: 34px;
  background-image: url("../images/arrow-top.svg");
  background-position: center;
  z-index: 100;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.btn-top.active{
    opacity: 1;    
}
.btn-top:hover {
  background-color: #0048a0;
}

.header {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 200;
}
.header.scroll-hed .header-top {
  margin-top: -59px;
}
.header.scroll-hed .header-bottom {
  margin-top: -59px;
}

.header-top {
  background: #1F1E1F;
  padding: 12px 0;
  transition: all 0.3s ease-in-out;
}

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

.header-top__list {
  display: flex;
  align-items: center;
  -moz-column-gap: 35px;
  column-gap: 35px;
}
.header-top__list a {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #FFFFFF;
  transition: all 0.3s ease-in-out;
}
.header-top__list a:hover {
  color: #006BEB;
}

.header-top__right {
  display: flex;
  align-items: center;
}

.block-phone {
  position: relative;
}

.block-phone.active .block-phone__show::after {
  transform: rotateX(180deg);
}

.block-phone__show {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.block-phone__show::before {
  content: "";
  margin-right: 8px;
  background-image: url("../images/phone-icon.svg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 24px;
  height: 24px;
}
/*
.block-phone__show::after {
  content: "";
  margin-left: 4px;
  background-image: url("../images/arrow-down-white.svg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 24px;
  height: 24px;
  transition: all 0.3s ease-in-out;
}
*/
.block-phone__list {
  position: absolute;
  background: #F4F4F4;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  padding: 13px 32px;
  display: none;
  top: 130%;
  z-index: 100;
}
.block-phone__list::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 10px;
  bottom: 100%;
  left: 0;
}
.block-phone__list a {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #1F1E1F;
  white-space: nowrap;
  display: block;
  margin-bottom: 4px;
  transition: all 0.3s ease-in-out;
}
.block-phone__list a:hover {
  text-shadow: 0.5px 0 0 currentColor;
}
.block-phone__list a:last-child {
  margin-bottom: 0;
}

.header-top__btn {
  padding: 8px 38px;
  margin-left: 13px;
}

.header-center {
  padding: 20px 0;
  background-color: #F4F4F4;
  position: relative;
  z-index:99;
}

.header-center__wrapper {
  display: flex;
  align-items: center;
  -moz-column-gap: 20px;
  column-gap: 20px;
}

.logo {
  display: block;
  margin-right: auto;
}

.btn-catalog {
  padding: 8px 27px 8px 13px;
  min-width: 150px;
  height: 40px;
}
.btn-catalog.active span::before {
  background-image: url("../images/btn-catalog-act.svg");
}
.btn-catalog span {
  display: flex;
  align-items: center;
}
.btn-catalog span::before {
  content: "";
  background-image: url("../images/btn-catalog.svg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  display: inline-flex;
  transition: all 0.3s ease-in-out;
}

.btn-stock {
  padding: 8px 27px 8px 13px;
  min-width: 150px;
  height: 40px;
}
.btn-stock span {
  display: flex;
  align-items: center;
}
.btn-stock span::before {
  content: "";
  background-image: url("../images/btn-stock.svg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  display: inline-flex;
}

.search {
  height: 40px;
  max-width: 500px;
  width: 100%;
  position: relative;
}
.search input {
  background: #FFFFFF;
  border-radius: 10px;
  font-weight: 300;
  font-size: 18px;
  line-height: 25px;
  color: #1f1e1f86;
  border: none;
  width: 100%;
  height: 100%;
  padding: 0 70px 0 13px;
  border: 1px solid;
}
.search .search__btn {
  position: absolute;
  right: 13px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("../images/search.svg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 24px;
  height: 24px;
  transition: all 0.3s ease-in-out;
}
.search .search__btn:hover {
  opacity: 0.6;
}
.search .search__btn-remove {
  position: absolute;
  right: 45px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("../images/remove-search.svg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 24px;
  height: 24px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  pointer-events: none;
}
.search .search__btn-remove.active {
  opacity: 1;
  pointer-events: all;
}
.search .search__btn-remove:hover {
  opacity: 0.6;
}

.personal-links {
  display: flex;
  -moz-column-gap: 18px;
  column-gap: 18px;
  margin-left: auto;
}
.personal-links a {
  position: relative;
}
.personal-links a.entrance-done svg {
  fill: #006BEB;
  stroke: #006BEB;
}
.personal-links a:hover svg {
  stroke: #006BEB;
}
.personal-links a svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: #1F1E1F;
  stroke-width: 1.3px;
  transition: all 0.3s ease-in-out;
}

.faworites-btn.faworites-done svg {
  stroke: #FA1E88 !important;
  fill: #FA1E88 !important;
}
.faworites-btn:hover svg {
  stroke: #FA1E88 !important;
}

.header-bottom {
  background-color: #F4F4F4;
  padding: 7px 0 20px 0;
  transition: all 0.3s ease-in-out;
}

.category-links {
  display: flex;
  justify-content: space-between;
  align-items: center;
  -moz-column-gap: 24px;
  column-gap: 24px;
}
.category-links a {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #1F1E1F;
  -moz-column-gap: 6px;
  column-gap: 6px;
  transition: all 0.3s ease-in-out;
}
.category-links a:hover {
  color: #006BEB;
}
.category-links a:hover svg {
  fill: #006BEB;
}
.category-links svg {
  width: 32px;
  min-width: 32px;
  height: 32px;
  fill: #1F1E1F;
  transition: all 0.3s ease-in-out;
}

.nav-mob {
  display: none;
}

.nav-mob__name {
  display: none;
}

.basket-empty .basket-btn__num {
  display: none;
}

.basket-btn__num {
  background: #FA1E88;
  border-radius: 2px;
  font-weight: 700;
  font-size: 8px;
  line-height: 11px;
  text-align: center;
  color: #FFFFFF;
  padding: 3px;
  position: absolute;
  top: -6px;
  right: -5px;
}

.burger {
  width: 24px;
  height: 24px;
  background-image: url("../images/burger.svg");
  display: none;
}

.search-list {
  background: #FFFFFF;
  box-shadow: 0px 4px 10px rgba(209, 209, 209, 0.25);
  border-radius: 10px;
  padding: 50px;
  width: 670px;
  position: absolute;
  top: 150%;
  display: none;
  max-height: 560px;
  overflow-y: auto;
  scrollbar-color: #222332 #fff;
}
.search-list::-webkit-scrollbar-track {
  background-color: transparent;
}
.search-list::-webkit-scrollbar {
  height: 10px;
  background-color: #FFF;
  width: 10px;
}
.search-list::-webkit-scrollbar-thumb {
  background: #696969;
  width: 5px;
}

.search-list-item {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  -moz-column-gap: 25px;
  column-gap: 25px;
}
.search-list-item.sale-show .card__sale {
  display: block;
  position: static;
}
.search-list-item.sale-show .card__price--old {
  display: block;
}
.search-list-item.sale-show .card__price--new {
  color: #FA1E88;
}
.search-list-item .search-list-item__price {
  margin-left: auto;
}
.search-list-item .search-list-item__price div:first-child {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
  column-gap: 10px;
}
.search-list-item .card__price--new {
  text-align: right;
}

.search-list-item__img {
  position: relative;
  width: 60px;
  height: 60px;
  border: 1px solid #E2E2E2;
  border-radius: 8px;
  overflow: hidden;
}
.search-list-item__img img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.search-list-item__info {
  max-width: 250px;
}

.search-list-item__name {
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  color: #1F1E1F;
  margin-bottom: 5px;
}
.search-list-item__name span {
  color: #006BEB;
}

.search-list__link {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 15px 30px;
}

.button {
  font-weight: 700;
  line-height: 19px;
  color: #FFFFFF;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
}

.btn-white {
  border: 1px solid #1F1E1F;
  color: #1F1E1F;
}
.btn-white:active {
  border: 1px solid #0358BE;
  background-color: #0358BE;
  color: #fff;
}

.btn-blue {
  background: #006BEB;
}
.btn-blue:active {
  background: #0358BE;
}

.btn-pink {
  background: #FA1E88;
}
.btn-pink:active {
  background: #D80369;
}

@media (min-width: 767px) {
  .btn-pink:hover {
    background: #FF3998;
    color: #FFFFFF;
  }

  .btn-blue:hover {
    background: #3390FF;
    color: #FFFFFF;
  }

  .btn-white:hover {
    border: 1px solid #006BEB;
    color: #006BEB;
  }
}
.fz14 {
  font-size: 14px;
}

.fz16 {
  font-size: 16px;
}

.fz18 {
  font-size: 18px;
}

.catalog-modal {
  position: absolute;
  width: 100%;
  left: 0;
  background: #FFFFFF;
  padding: 50px 0;
  display: none;
  top: 100%;
}
.catalog-modal .back {
  display: none;
}

.catalog-modal__wrapper {
  position: relative;
  padding-bottom: 50px !important;
}

.catalog-modal__list {
  width: 500px;
  width: 100%;
  height: 100vh;
  overflow-y: auto;
  padding-bottom: 240px;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.catalog-modal__list::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.catalog-modal__item {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  max-width: 500px;
}
.catalog-modal__item:last-child {
  margin-bottom: 0;
}

@media (min-width: 1100px) {
  .catalog-modal__item.active .catalog-modal__item--link {
    color: #006BEB;
    text-shadow: 0.5px 0 0 currentColor;
  }
  .catalog-modal__item.active .catalog-modal__item--arrow svg {
    stroke: #006BEB;
    opacity: 1;
  }
}
.catalog-modal__item--link {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: #1F1E1F;
  -moz-column-gap: 10px;
  column-gap: 10px;
  width: 100%;
  transition: all 0.3s ease-in-out;
}

.catalog-modal__item--img {
  width: 40px;
  height: 40px;
  border-radius: 6px;
  overflow: hidden;
}
.catalog-modal__item--img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.catalog-modal__item--arrow {
  cursor: pointer;
}
.catalog-modal__item--arrow svg {
  stroke: #1F1E1F;
  fill: none;
  width: 24px;
  height: 24px;
  transition: all 0.3s ease-in-out;
  opacity: 0.2;
}

.catalog-modal__links {
  position: absolute;
  top: 0;
  right: 0;
  width: calc(100% - 555px);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 65px;
  column-gap: 65px;
  row-gap: 17px;
  background: #F4F4F4;
  border-radius: 16px;
  padding: 45px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.catalog-modal__links.active {
  opacity: 1;
  visibility: visible;
}
.catalog-modal__links a {
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: #1F1E1F;
  transition: all 0.3s ease-in-out;
}
.catalog-modal__links a:hover {
  color: #006BEB;
}
.catalog-modal__links li:first-child {
  display: none;
}

.promo {
  margin-top: 175px;
}
.promo .swiper {
  border-radius: 16px;
  overflow: hidden;
}
.promo .swiper-button-prev:hover::after,
.promo .swiper-button-next:hover::after {
  opacity: 0.6;
}
.promo .swiper-button-prev::after,
.promo .swiper-button-next::after {
  color: #1F1E1F;
  font-size: 19px;
  font-weight: 700;
  transition: all 0.3s ease-in-out;
}
.promo .swiper-button-prev {
  left: 50px;
}
.promo .swiper-button-next {
  right: 50px;
}
.promo .swiper-pagination {
  bottom: 30px;
}

.promo__item {
  position: relative;
  padding: 105px 140px;
  z-index: 2;
}

.promo__item--img {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: -1;
}

.promo__item--title {
  font-weight: 400;
  font-size: 40px;
  line-height: 54px;
  color: #1F1E1F;
  max-width: 400px;
}

.promo__item--btn {
  margin-top: 30px;
  padding: 17px 52px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.advantges {
  margin-top: 40px;
}

.advantges__wrapper {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.advantges-item {
  max-width: 395px;
  display: flex;
  -moz-column-gap: 15px;
  column-gap: 15px;
}

.advantges-item__icon {
  width: 60px;
  min-width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.advantges-item__icon img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.advantges-item__title {
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  color: #1F1E1F;
}
.advantges-item__title br {
  display: none;
}

.advantges-item__descr {
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #1f1e1f85;
  margin-top: 4px;
}

.card-slider {
  margin-top: 60px;
}
.card-slider .card-slider__title {
  margin-bottom: 10px;
}
.card-slider .container {
  position: relative;
}
.card-slider .swiper-button-next,
.card-slider .swiper-button-prev {
  top: 53%;
}
.card-slider .swiper-button-next:hover::after,
.card-slider .swiper-button-prev:hover::after {
  opacity: 0.6;
}
.card-slider .swiper-button-next::after,
.card-slider .swiper-button-prev::after {
  color: #1F1E1F;
  font-size: 19px;
  font-weight: 700;
  transition: all 0.3s ease-in-out;
}
.card-slider .swiper-button-next {
  right: -30px;
}
.card-slider .swiper-button-prev {
  left: -30px;
}

.card-slider__descr {
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: #000000;
  margin-top: 40px;
}

.card-slider__wrapper {
  height: 312px;
}
.card-slider__wrapper .swiper {
  position: absolute;
  width: calc(100% - 30px);
  left: 30px;
  top: 0;
  padding: 15px 13px 20px 13px;
  margin: 0 -13px;
  z-index: 3;
}

.card-wrap {
  height: 312px;
}

.card {
  background: #F4F4F4;
  border-radius: 8px;
  padding: 10px;
  position: relative;
  transition: all 0.1s linear;
  width: 100%;
  z-index: 20;
  max-width: 200px;
}
.card.stock-false .stock-block .stock-block--false {
  display: flex;
}
.card.stock-false .stock-block .stock-block--true {
  display: none;
}
.card:hover{
    z-index:100 !important;
}@media (min-width: 767px) {
    .card:hover::before {
      width: 108%;
      height: 102%;
      box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
    }
}
.card::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #F4F4F4;
  border-radius: 8px;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  transition: all 0.1s ease-in-out;
}
.card.active {
  z-index: 100;
}
.card.card-sale .card__price--new {
  color: #FA1E88;
}
.card.card-sale .card__price--old {
  display: block;
}
.card.card-sale .card__sale {
  display: block;
}

.stock-block {
  width: 130px;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #1F1E1F;
  align-items: center;
  display: none;
}
.stock-block span {
  display: flex;
  align-items: center;
  gap: 4px;
}
.stock-block span::before {
  content: "";
  background-image: url("../images/stock-true.svg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 24px;
  height: 24px;
  display: inline-block;
}
.stock-block .stock-block--false {
  display: none;
}
.stock-block .stock-block--false::before {
  background-image: url("../images/stock-not.svg");
}

.card-btn-mob {
  display: none;
}

.card__top {
  max-height: 140px;
  position: relative;
  border-radius: 6px;
  overflow: hidden;
}

.card__img {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  max-height: 140px;
}
.card__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 6px;
}

.card__sticker {
  position: absolute;
  left: 5px;
  top: 5px;
  display: flex;
  gap: 4px;
  flex-wrap: wrap;
  pointer-events: none;
}
.card__sticker span {
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  color: #FFFFFF;
  padding: 2px 5px;
  border-radius: 4px;
}
.card__sticker .hit {
  background: #006BEB;
}
.card__sticker .novelty {
  background: #5807FC;
}

.card__option {
  display: none;
}

.card__sale {
  position: absolute;
  left: 5px;
  bottom: 5px;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  color: #FFFFFF;
  padding: 2px 5px;
  border-radius: 4px;
  background: #FA1E88;
  pointer-events: none;
  display: none;
}

.card__favorites {
  background: #e2e2e288;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  position: absolute;
  right: 5px;
  bottom: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  /*
  &.active {
      svg {
          stroke: $colorPink;
          fill: $colorPink;
      }
  }
  */
}
.card__favorites:hover {
  opacity: 0.8;
}
.card__favorites.voted svg {
  stroke: #FA1E88;
  fill: #FA1E88;
}
.card__favorites input {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  cursor: pointer;
}
.card__favorites svg {
  fill: rgba(0, 0, 0, 0);
  stroke: #1F1E1F;
  width: 70%;
  height: 70%;
  transition: all 0.3s ease-in-out;
}

.card__title {
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #1F1E1F;
  margin-top: 10px;
  height: 66px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow-y: hidden;
  overflow-x: hidden;
}

.card__quantity {
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #1F1E1F;
  margin-top: 3px;
}

.card__article {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #1f1e1f80;
  margin-top: 3px;
}

.card__price {
  position: relative;
  display: flex;
  align-items: center;
  -moz-column-gap: 4px;
  column-gap: 4px;
  margin-top: 10px;
  white-space: nowrap;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.card__price:hover .price-modal {
  opacity: 1;
  visibility: visible;
}

.card__price--new {
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  color: #006BEB;
}

.card__price--old {
  font-weight: 400;
  font-size: 12px;
  line-height: 17px;
  text-align: center;
  color: #1F1E1F;
  position: relative;
  display: none;
}
.card__price--old::before {
  position: absolute;
  content: "";
  width: 110%;
  height: 1px;
  background-color: #FA1E88;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.price-modal {
  position: absolute;
  left: 0;
  bottom: 25px;
  background: #FFFFFF;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 8px;
  padding: 15px 10px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  z-index: 22;
}
.price-modal div {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #1F1E1F;
  margin-bottom: 6px;
}
.price-modal div:last-child {
  margin-bottom: 0;
}
.price-modal div span {
  font-weight: 700;
  display: block;
}

.card__bottom {
  margin-top: 15px;
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.quantity {
  background: #FFFFFF;
  border-radius: 6px;
  display: flex;
  align-items: center;
  width: 100px;
  height: 40px;
}
.quantity .quantity__btn {
  width: 35%;
  height: 100%;
  background-color: transparent;
}
.quantity .quantity__btn svg {
  width: 30%;
  height: 30%;
  pointer-events: none;
}
.quantity .quantity__input {
  width: 30%;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #1F1E1F;
  border: none;
}
.quantity .quantity__input::-webkit-outer-spin-button, .quantity .quantity__input::-webkit-inner-spin-button {
  display: none;
  -webkit-appearance: none;
  margin: 0;
}

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

.card__basket {
  border-radius: 6px;
  width: 60px;
  height: 40px;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.card__basket::before {
  content: "";
  position: absolute;
  background-image: url("../images/basket-white.svg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 24px;
  height: 24px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.card__size {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.card__size h4 {
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #1F1E1F;
  width: 100%;
}
.card__size div {
  position: relative;
  border: 0.5px solid #1F1E1F;
  border-radius: 4px;
  font-weight: 400;
  font-size: 13px;
  line-height: 19px;
  text-align: center;
  color: #1F1E1F;
  width: 30px;
  height: 20px;
  transition: all 0.3s ease-in-out;
}
.card__size div.active {
  background: #006BEB;
  border: 0.5px solid #006BEB;
  color: #fff;
}
.card__size div input {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  cursor: pointer;
}

.card__color {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.card__color h4 {
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #1F1E1F;
  width: 100%;
}
.card__color div {
  position: relative;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  position: relative;
  opacity: 0.3;
  transition: all 0.3s ease-in-out;
}
.card__color div.active {
  opacity: 1;
}
.card__color div::before {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 3px solid #fff;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.card__color div input {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  cursor: pointer;
}

.baners {
  margin-top: 60px;
  z-index: 50;
  position: relative;
}
.baners .container {
  display: flex;
  flex-wrap: wrap;
  gap: 2%;
  justify-content: space-between;
}
.baners .baners__item {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  height: 220px;
  padding: 30px;
  z-index: 50;
  border-radius: 10px;
}
.baners .baners__item.white-text p, .baners .baners__item.white-text a {
  color: #ffff;
}
.baners .baners__item img {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: -1;
}
.baners .baners__item p {
  font-weight: 700;
  font-size: 24px;
  line-height: 33px;
  color: #1F1E1F;
}
.baners .baners__item a {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #1F1E1F;
  margin-top: 16px;
  display: block;
}

.baners__item--smal {
  width: 40%;
}

.baners__item--big {
  width: 58%;
}

.grid-sec {
  margin-top: 60px;
}
.grid-sec .mod-wrap-more,
.grid-sec .mod-wrap-more-two {
  display: none;
}
.grid-sec .container {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 14px;
  grid-template-rows: 312px 312px 170px 312px;
}
.grid-sec .container .title-block--col {
  grid-row-start: 1;
  grid-row-end: 2;
}
.grid-sec .container .baner-img {
  grid-column-start: 5;
  grid-column-end: 7;
  grid-row-start: 2;
  grid-row-end: 5;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  z-index: 2;
  padding: 45px;
}
.grid-sec .container .baner-img p {
  font-weight: 700;
  font-size: 40px;
  line-height: 54px;
  color: #FFFFFF;
}
.grid-sec .container .baner-img img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
  z-index: -1;
}
.grid-sec .container .new-product {
  grid-column-start: 1;
  grid-column-end: 5;
  grid-row-start: 4;
  grid-row-end: 5;
  position: relative;
  margin-top: -4px;
}
.grid-sec .container .new-product:hover .swiper {
  z-index: 50;
  padding-bottom: 200px !important;
}
.grid-sec .container .new-product .title-block--row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  width: 100%;
  left: 0;
  top: -36px;
}
.grid-sec .container .new-product .new-product__wrap {
  position: relative;
}
.grid-sec .container .new-product .new-product__wrap .swiper {
  padding: 5px 14px;
  position: absolute;
  width: 100%;
  left: -15px;
  top: 0;
  width: calc(100% + 30px);
}
.grid-sec .container .new-product .swiper-button-next:after,
.grid-sec .container .new-product .swiper-button-prev:after {
  font-size: 19px;
  font-weight: 700;
  color: #1F1E1F;
}
.grid-sec .container .new-product .swiper-button-next,
.grid-sec .container .new-product .swiper-button-prev {
  top: 170px;
  background: #FFFFFF;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  width: 28px;
  height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.grid-sec .container .new-product .swiper-button-prev {
  left: 2px;
}
.grid-sec .container .new-product .swiper-button-next {
  right: 2px;
}

.title-block {
  font-weight: 700;
  font-size: 24px;
  line-height: 33px;
  color: #1F1E1F;
}
.title-block a {
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #1F1E1F;
  transition: all 0.3s ease-in-out;
  display: block;
}
.title-block a:hover {
  text-shadow: 0.5px 0 0 currentColor;
}

.footer {
  margin-top: 120px;
  background: #1F1E1F;
  padding: 70px 0;
  z-index: 50;
  position: relative;
}

.footer__wrapper {
  display: grid;
  grid-template-columns: 20% 20% 25% 22%;
  justify-content: space-between;
  gap: 40px;
}
.footer__wrapper .footer-column-address {
  grid-column-start: 3;
  grid-column-end: 5;
  grid-row-start: 2;
  grid-row-end: 3;
}

.footer-logo {
  display: block;
}

.footer-column ul li {
  margin-bottom: 6px;
}
.footer-column ul li:last-child {
  margin-bottom: 0;
}
.footer-column ul li a {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #ffffff81;
  transition: all 0.3s ease-in-out;
}
.footer-column ul li a:hover {
  color: #006BEB;
}

.footer-column__title {
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #FFFFFF;
  margin-bottom: 12px;
  display: block;
}

.phone-block--v2 {
  font-weight: 700;
  font-size: 22px;
  line-height: 30px;
  color: #FFFFFF;
  margin-bottom: 20px;
  display: block;
  transition: all 0.3s ease-in-out;
}
.phone-block--v2:hover {
  color: #006BEB;
}

.footer__btn {
  padding: 17px 52px;
}

.social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}
.social-list a {
  transition: all 0.3s ease-in-out;
}
.social-list a:hover {
  opacity: 0.7;
}

.phone-block--v3 {
  padding-left: 34px;
  position: relative;
}
.phone-block--v3::before {
  content: "";
  position: absolute;
  background-image: url("../images/phone-icon-blue.svg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 24px;
  height: 24px;
  left: 0;
}
.phone-block--v3 a {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #ffffff81;
  display: block;
  transition: all 0.3s ease-in-out;
}
.phone-block--v3 a:hover {
  color: #006BEB;
}

.post-block {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #ffffff81;
  display: block;
  padding-left: 34px;
  position: relative;
  margin-top: 15px;
  transition: all 0.3s ease-in-out;
}
.post-block:hover {
  color: #006BEB;
}
.post-block::before {
  content: "";
  position: absolute;
  background-image: url("../images/post-block.svg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 24px;
  height: 24px;
  left: 0;
}

.schedule-block {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #ffffff81;
  display: block;
  padding-left: 34px;
  position: relative;
  margin-top: 15px;
}
.schedule-block::before {
  content: "";
  position: absolute;
  background-image: url("../images/schedule-block.svg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 24px;
  height: 24px;
  left: 0;
}

.address-block__item--text {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #ffffff81;
  margin-bottom: 13px;
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
  column-gap: 10px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.address-block__item--text.active svg {
  transform: rotateX(180deg);
  stroke: #ffffff81;
}
.address-block__item--text:hover {
  color: #FFFFFF;
}
.address-block__item--text:hover .clue {
  opacity: 1;
}
.address-block__item--text::before {
  content: "";
  background-image: url("../images/address-block.svg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 24px;
  min-width: 24px;
  height: 24px;
  display: inline-block;
}
.address-block__item--text svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: #006BEB;
  transition: all 0.3s ease-in-out;
}
.address-block__item--text .clue {
  position: relative;
}

.clue {
  background: #006BEB;
  border-radius: 2px;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #FFFFFF;
  padding: 3px 10px;
  position: absolute;
  white-space: nowrap;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.clue::before {
  position: absolute;
  content: url("../images/clue-icon.svg");
  left: -4px;
  top: 50%;
  transform: translateY(-50%);
}

.address-block__item--img {
  display: none;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.address-block__item--img img {
  width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.footer__bottom {
  padding: 20px 0 0 0;
  border-top: 1px solid #FFFFFF;
  margin-top: 70px;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #FFFFFF;
  opacity: 0.5;
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
.footer__bottom p {
  max-width: 767px;
}

.modal-wrap {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.486);
  z-index: 1001;
  opacity: 0;
  visibility: hidden;
  overflow-y: auto;
  transition: opacity 0.3s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal-wrap.active {
  opacity: 1;
  visibility: visible;
}

.modal-thanks .modal__body,
.modal-thanks-registration .modal__body,
.modal-thanks-subscription .modal__body {
  background: #006BEB;
}
.modal-thanks .modal__title,
.modal-thanks-registration .modal__title,
.modal-thanks-subscription .modal__title {
  color: #fff;
}
.modal-thanks .modal__descr,
.modal-thanks-registration .modal__descr,
.modal-thanks-subscription .modal__descr {
  color: #fff;
}
.modal-thanks .modal__close svg,
.modal-thanks-registration .modal__close svg,
.modal-thanks-subscription .modal__close svg {
  fill: #FFFFFF;
}

.modal {
  scrollbar-width: none;
  -ms-overflow-style: none;
  overflow-y: auto;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  border-radius: 16px;
  min-width: 500px;
  max-width: 500px;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-height: 95vh;
}
.modal::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.modal__btn {
  width: 100%;
  height: 55px;
  margin-top: 50px;
}

.modal__body {
  background: #FFFFFF;
  border-radius: 16px;
  padding: 70px 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  position: relative;
}

.modal__close {
  position: absolute;
  right: 30px;
  top: 30px;
  width: 24px;
  height: 24px;
}
.modal__close svg {
  width: 100%;
  height: 100%;
  fill: #1F1E1F;
}

.modal__title {
  font-weight: 700;
  font-size: 24px;
  line-height: 33px;
  text-align: center;
  color: #1F1E1F;
  margin-top: 20px;
}

.modal__descr {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #1F1E1F;
  margin-top: 6px;
}

.form {
  margin-top: 33px;
  width: 100%;
}

.form__input {
  margin-bottom: 23px;
  position: relative;
}
.form__input input {
  width: 100%;
  height: 40px;
  border: none;
  border-bottom: 0.5px solid #1f1e1f83;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #1F1E1F;
  padding-right: 40px;
}
.form__input input:invalid + .form__btn {
  opacity: 0;
}
.form__input input::-moz-placeholder {
  color: #1f1e1f86;
}
.form__input input:-ms-input-placeholder {
  color: #1f1e1f86;
}
.form__input input::placeholder {
  color: #1f1e1f86;
}
.form__input.done::after {
  position: absolute;
  content: url("../images/done-icon.svg");
  width: 24px;
  height: 24px;
  right: 0;
  top: 7px;
}
.form__input.error::after {
  position: absolute;
  content: url("../images/close-red.svg");
  width: 24px;
  height: 24px;
  right: 0;
  top: 7px;
}
.form__input.error input {
  border-bottom: 1px solid #E88686;
  color: #D00C0C;
}
.form__input.error input::-moz-placeholder {
  color: #D00C0C;
}
.form__input.error input:-ms-input-placeholder {
  color: #D00C0C;
}
.form__input.error input::placeholder {
  color: #D00C0C;
}
.form__input.error .errow-message {
  display: block;
}
.form__input .show-password {
  position: absolute;
  right: 0;
  top: 8px;
  width: 24px;
  height: 24px;
}
.form__input .show-password.active::before {
  background-image: url("../images/password-hide.svg");
}
.form__input .show-password::before {
  content: "";
  background-image: url("../images/password-show.svg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 24px;
  height: 24px;
  display: block;
}

.form__check {
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #1F1E1F;
  display: flex;
  align-items: center;
}
.form__check a {
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  padding-left: 3px;
  color: #1F1E1F;
}

.checkbox {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 4px;
  border: 1.5px solid #1F1E1F;
  width: 19px;
  min-width: 19px;
  height: 19px;
  cursor: pointer;
  position: relative;
  margin-right: 5px;
}

.checkbox::before {
  content: "";
  position: absolute;
  background-image: url("../images/check-icon.svg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 19px;
  height: 19px;
  left: -2px;
  top: -1px;
  opacity: 0;
  transition: 0.1s ease-in;
}

.checkbox:checked {
  border: 1.5px solid #1f1e1f00;
}

.checkbox:checked::before {
  opacity: 1;
}

.form__btn {
  margin-top: 40px;
  width: 100%;
  height: 55px;
}

.btn-disabled {
  background: #E2E2E2;
  color: #1F1E1F;
  pointer-events: none;
}

.other-btn {
  font-weight: 300;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #1F1E1F;
}

.forget {
  margin-top: 20px;
  transition: all 0.3s ease-in-out;
}
.forget:hover {
  text-shadow: 0.5px 0 0 currentColor;
}

.show-registration {
  margin-top: 7px;
}
.show-registration button {
  transition: all 0.3s ease-in-out;
}
.show-registration button:hover {
  text-shadow: 0.5px 0 0 currentColor;
}

.errow-message {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #D00C0C;
  margin-top: 10px;
  display: none;
}

.modal-tabs {
  margin-top: 50px;
}
.modal-tabs .tab-link-wrapper {
  display: flex;
  justify-content: space-between;
}
.modal-tabs .tab {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  text-align: right;
  color: #1f1e1f88;
  position: relative;
  display: block;
}
.modal-tabs .tab:hover::before {
  background-color: #1f1e1f2a;
  opacity: 1;
}
.modal-tabs .tab::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #1F1E1F;
  opacity: 0;
  bottom: -2px;
  left: 0;
}
.modal-tabs .tab-active {
  color: #1F1E1F;
  font-weight: 700;
}
.modal-tabs .tab-active:hover::before {
  background-color: #1F1E1F;
}
.modal-tabs .tab-active::before {
  opacity: 1;
}
.modal-tabs .tabs-content {
  display: none;
}
.modal-tabs .tabs-content-active {
  display: block;
}

.modal__bottom {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #1F1E1F;
  margin-top: 10px;
}
.modal__bottom a {
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #1F1E1F;
}

.product-modal {
  scrollbar-width: none;
  -ms-overflow-style: none;
  overflow-y: auto;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  border-radius: 16px;
  min-width: 940px;
  max-width: 940px;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-height: 95vh;
}
.product-modal::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.product-modal__body {
  background: #FFFFFF;
  border-radius: 16px;
  padding: 50px;
}

.product-modal__title {
  font-weight: bold;
  font-size: 24px;
  line-height: 33px;
  color: #1F1E1F;
  padding-bottom: 30px;
  border-bottom: 0.5px solid #1f1e1f81;
}

.product-modal-item {
  padding: 20px 0;
  display: flex;
  align-items: center;
  border-bottom: 0.5px solid #1f1e1f81;
}

.product-modal-item__img {
  border-radius: 8px;
  overflow: hidden;
  margin-right: 24px;
}
.product-modal-item__img img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px;
}

.product-modal-item__info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: calc(100% - 130px);
}

.product-modal-item__title {
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  color: #1F1E1F;
  max-width: 260px;
}

.article {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #1F1E1F;
  opacity: 0.5;
  display: block;
  margin-top: 8px;
}

.product-modal-item__quality {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #1F1E1F;
}

.product-modal-item__price > div {
  display: flex;
  align-items: center;
  gap: 6px;
}
.product-modal-item__price .card__sale {
  display: block;
  position: static;
}
.product-modal-item__price .card__price--old {
  display: block;
}
.product-modal-item__price .card__price--new {
  color: #FA1E88;
  margin-top: 2px;
}

.product-modal__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 0;
}

.product-modal__info {
  min-width: 300px;
}

.product-modal__info--title {
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  color: #1F1E1F;
}

.product-modal__sum {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: #1F1E1F;
}

.product-modal__btn-wrap {
  width: calc(100% - 320px);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.product-modal__btn {
  height: 56px;
}

.dont-show {
  display: flex;
  align-items: center;
  gap: 8px;
}
.dont-show label {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #1F1E1F;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.dont-show label:hover {
  text-shadow: 0.5px 0 0 currentColor;
}

.modal-remove .modal {
  min-width: 400px;
  max-width: 400px;
}
.modal-remove .modal .modal__body {
  padding: 50px;
}
.modal-remove .modal__descr {
  font-size: 18px;
}

.modal-remove-btn {
  width: 220px;
  height: 55px;
  margin-top: 20px;
}
.modal-remove-btn:last-child {
  margin-top: 10px;
}

.form__comment {
  margin-bottom: 12px;
}
.form__comment span {
  display: block;
  width: 100%;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #1F1E1F;
  margin-bottom: 7px;
}
.form__comment textarea {
  border: 1px solid #1F1E1F;
  border-radius: 8px;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  width: 100%;
  min-height: 70px;
  resize: none;
  padding: 10px;
  scrollbar-width: none;
  -ms-overflow-style: none;
  max-height:100px;
}
.form__comment textarea::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.form__comment textarea::-moz-placeholder {
  color: #1f1e1f67;
}
.form__comment textarea:-ms-input-placeholder {
  color: #1f1e1f67;
}
.form__comment textarea::placeholder {
  color: #1f1e1f67;
}

.modal-buy-click__bottom {
  display: flex;
  align-items: center;
  margin-top: 35px;
}
.modal-buy-click__bottom p {
  width: 50%;
  padding-right: 20px;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #1F1E1F;
  opacity: 0.5;
}
.modal-buy-click__bottom .form__btn {
  margin-top: 0;
  width: 50%;
}

.modal-wholesale-cost .entrance-not {
  margin-top: 60px;
}

.modal-no-access .entrance-not {
  width: 100%;
  height: 55px;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #FFFFFF;
  text-decoration: none;
  margin-top: 40px;
}
.modal-no-access .show-registration__btn {
  margin-top: 20px;
}

.secField {
  display: none;
}

.segment-baner {
  margin-top: 120px;
  z-index: 2;
  padding: 0 15px;
}
.segment-baner .container {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 50px;
  max-width: 1220px;
}
.segment-baner img {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  top: 0;
  right: 0;
  border-radius: 10px;
}
.segment-baner .breadcrumbs-list {
  margin: 0;
  margin-bottom: 6px;
}

.white .segment-baner__title {
  color: white;
}

.segment-baner__title {
  font-weight: 700;
  font-size: 40px;
  line-height: 54px;
  color: #1F1E1F;
}

.segment-links {
  margin-top: 40px;
}

.segment-links__wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.segment-links-item {
  display: flex;
  align-items: center;
  background-color: #F4F4F4;
  padding: 15px;
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
}
.segment-links-item:hover {
  background: #ececec;
  box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
}
.segment-links-item:hover .svg {
  /*transform: rotateX(360deg);*/
}
.segment-links-item:hover .segment-links-item__img img {
  transform: scale(1.1);
}
.segment-links-item .svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: #1F1E1F;
  margin-left: auto;
  transition: all 0.5s ease-in-out;
}

.segment-links-item__img {
  width: 70px;
  min-width: 70px;
  height: 70px;
  border-radius: 8px;
  overflow: hidden;
  margin-right: 20px;
}
.segment-links-item__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all 3s ease-in-out;
}

.segment-links-item__name {
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: #000000;
  transition: all 0.3s ease-in-out;
}

.page-filter__wrapper {
  display: flex;
  justify-content: space-between;
}

.filter {
  width: 275px;
  min-width: 275px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background: #F4F4F4;
  border-radius: 10px;
  padding: 20px 25px;
}

.filter-item {
  margin-bottom: 20px;
  padding-right: 20px;
}
.filter-item .irs-min,
.filter-item .irs-max,
.filter-item .irs-from,
.filter-item .irs-to {
  display: none;
}
.filter-item .irs--round .irs-line {
  background-color: #1f1e1f85;
  height: 1px;
  top: 5px;
}
.filter-item .irs--round .irs-bar {
  background-color: #006BEB;
  height: 2px;
  top: 4.5px;
}
.filter-item .irs--round .irs-handle {
  background-color: #006BEB;
  width: 15px;
  height: 15px;
  cursor: pointer;
  top: -1px;
}
.filter-item .irs--round {
  height: 10px;
}
.filter-item .extra-controls {
  margin-top: 15px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
.filter-item .extra-controls input {
  border: 0.5px solid #1f1e1f8e;
  border-radius: 6px;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  color: #00000086;
  width: 100%;
  height: 30px;
  padding: 0 10px;
  background: #F4F4F4;
}
.filter-item .range-slider {
  padding-left: 8px;
}

.filter-item-range .filter-item__title {
  pointer-events: none;
}
.filter-item-range .filter-item__title::before {
  display: none;
}

.filter-item__title {
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #1F1E1F;
  margin-bottom: 6px;
  position: relative;
  cursor: pointer;
}
.filter-item__title.active::before {
  transform: rotateX(0);
}
.filter-item__title::before {
  content: "";
  position: absolute;
  background-image: url("../images/filter-item__title.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  width: 10px;
  height: 10px;
  right: -20px;
  top: 7px;
  transition: all 0.3s ease-in-out;
  transform: rotateX(180deg);
}

.filter-item__list {
  max-height: 200px;
  overflow-y: auto;
  scrollbar-color: #222332 #fff;
  margin-right: -15px;
  padding-left: 8px;
}
.filter-item__list::-webkit-scrollbar-track {
  background-color: transparent;
}
.filter-item__list::-webkit-scrollbar {
  height: 10px;
  background-color: transparent;
  width: 1.5px;
}
.filter-item__list::-webkit-scrollbar-thumb {
  background: #1f1e1f48;
  border-radius: 50%;
  opacity: 0.3;
}
.filter-item__list li {
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #1F1E1F;
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  cursor: pointer;
}
.filter-item__list li .disabled div {
  opacity: 0.3 !important;
}
.filter-item__list li label {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: flex;
  align-items: center;
  width: 100%;
  display: block ruby;
}
.filter-item__list li label .checkbox::before {
  left: -1px;
  top: -2px;
}
.filter-item__list li:last-child {
  margin-bottom: 0;
}
.filter-item__list li .checkbox {
  width: 13px;
  height: 13px;
  min-width: inherit;
}
.filter-item__list li .checkbox::before {
  width: 13px;
  height: 13px;
}
.filter-item__list li.disabled {
  opacity: 0.5;
  pointer-events: none;
}

.filter-item__list-color li.active div {
  opacity: 1;
}
.filter-item__list-color div {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  margin-right: 5px;
  position: relative;
  opacity: 0.3;
  transition: all 0.3s ease-in-out;
}
.filter-item__list-color div::before {
  position: absolute;
  content: "";
  width: 14px;
  height: 14px;
  background-color: transparent;
  border: 3px solid #fff;
  top: 2px;
  left: 1.5px;
  border-radius: 50%;
}
.filter-item__list-color input {
  opacity: 0;
  width: 100%;
  height: 100%;
}

.filter__btn {
  height: 50px;
  width: 100%;
  margin-bottom: 10px;
}

.page-filter__right {
  width: calc(100% - 315px);
}

.page-filter__category {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 11px;
  column-gap: 11px;
  row-gap: 7px;
}
.page-filter__category a {
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #1F1E1F;
  transition: all 0.3s ease-in-out;
}
.page-filter__category a:hover {
  opacity: 0.6;
}
.page-filter__category a.active {
  color: #006BEB;
  font-weight: 700;
}

.page-filter__sorting-wrap .page-filter__sorting-mob {
  display: none;
}

.page-filter__sorting {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  gap: 30px;
}
.page-filter__sorting span {
  color: #1F1E1F;
}
.page-filter__sorting a {
  color: #1f1e1f73;
  display: flex;
  align-items: center;
  gap: 5px;
  transition: all 0.3s ease-in-out;
}
.page-filter__sorting a:hover {
  color: #1F1E1F;
}
.page-filter__sorting a.active {
  color: #006BEB;
  /*
  &::after {
      content: '';
      background-image: url('../images/sorting.svg');
      background-repeat: no-repeat;
      background-size: cover;
      width: 9px;
      height: 14px;
      display: inline-block;
  }*/
}

.mob-wrap-sort__title {
  display: none;
}

.mob-wrap-sort-all {
  display: flex;
  gap: 10px;
  margin-top: 30px;
}

.page-filter__cards {
  display: grid;
  grid-template-columns: repeat(4, 200px);
  justify-content: space-between;
  row-gap: 45px;
  margin-top: 30px;
}
.page-filter__cards .card-wrap {
  max-width: 200px;
}

.page-filter__pagin {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 40px;
}

.page-filter__btn {
  padding: 12px 50px;
}

.page-filter__bottom-text {
  margin-top: 60px;
}
.page-filter__bottom-text h2 {
  font-weight: 700;
  font-size: 24px;
  line-height: 33px;
  color: #1F1E1F;
  margin-bottom: 20px;
}
.page-filter__bottom-text p {
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: #1F1E1F;
}

.card-page__wrapper {
  display: flex;
}

.card-page__slider {
  max-width: 575px;
  display: flex;
  max-height: 420px;
}

.card-page-slider {
  margin-right: 15px;
}
.card-page-slider .swiper-slide {
  max-width: 130px;
  max-height: 130px;
  border-radius: 10px;
  border: 1px solid #E2E2E2;
  overflow: hidden;
  opacity: 0.5;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.card-page-slider .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.card-page-slider .swiper-slide-thumb-active {
  opacity: 1;
}

.card-page-slider2 {
  max-width: 430px;
  position: relative;
}
.card-page-slider2 .swiper-slide {
  border: 1px solid #E2E2E2;
  border-radius: 10px;
  overflow: hidden;
}
.card-page-slider2 .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.card-page-slider2 .swiper-wrapper {
  max-height: 370px;
}
.card-page-slider2 .card__favorites {
  z-index: 22;
  right: 15px;
  bottom: 15px;
  width: 30px;
  height: 30px;
}

.card-page__stickers {
  margin-top: 15px;
  display: flex;
  align-items: center;
}
.card-page__stickers .card__sale {
  display: block;
  position: static;
  margin-right: 4px;
}
.card-page__stickers .card__sticker {
  position: static;
}

.availability {
  margin-left: 26px;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #1F1E1F;
  display: flex;
}
.availability.availability-true span:nth-child(1) {
  display: flex;
}
.availability.availability-true span:nth-child(2) {
  display: none;
}
.availability.availability-false span::before {
  background-image: url("../images/availability-false.svg");
}
.availability.availability-false span:nth-child(2) {
  display: flex;
}
.availability.availability-false span:nth-child(1) {
  display: none;
}
.availability span {
  display: flex;
  align-items: center;
  gap: 4px;
}
.availability span::before {
  content: "";
  background-image: url("../images/check-icon.svg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 24px;
  height: 24px;
  display: block;
}

.card-page__info {
  margin-left: 26px;
  max-width: 315px;
}
.card-page__info h4 {
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  color: #1F1E1F;
  margin-bottom: 5px;
}

.card-page__rewiews {
  display: flex;
  align-items: center;
}
.card-page__rewiews a {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #000000;
}

.star {
  width: 136px;
  height: 24px;
  margin-right: 5px;
}
.star.star1 {
  background-image: url("../images/star1.svg");
}
.star.star2 {
  background-image: url("../images/star2.svg");
}
.star.star3 {
  background-image: url("../images/star3.svg");
}
.star.star4 {
  background-image: url("../images/star4.svg");
}
.star.star5 {
  background-image: url("../images/star5.svg");
}

.card-page__article {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #1F1E1F;
  opacity: 0.5;
  margin-top: 14px;
}

.card-page__specific {
  margin-top: 15px;
}
.card-page__specific div {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #1F1E1F;
  margin-bottom: 5px;
}
.card-page__specific div:last-child {
  margin-bottom: 0;
}

.card__number div {
  width: auto;
  padding: 0 10px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
}

.card__size div {
  font-weight: 700;
}

.card-page__deliver {
  margin-top: 15px;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #1F1E1F;
}
.card-page__deliver a {
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #1F1E1F;
}
.card-page__deliver p {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #1F1E1F;
  opacity: 0.5;
  margin-top: 4px;
}

.card-page__price {
  background: #F4F4F4;
  border-radius: 10px;
  padding: 20px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  max-width: 275px;
  margin-left: auto;
}
.card-page__price .card__price--new {
  color: #FA1E88;
  margin-right: 14px;
  line-height: 14px;
}
.card-page__price .card__price--old {
  display: block;
}
.card-page__price .nds {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #1F1E1F;
}
.card-page__price .card__basket {
  width: 75px;
}

.card-page__price--title {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #1F1E1F;
  opacity: 0.5;
}

.wholesale-price {
  font-weight: 700;
  font-size: 12px;
  line-height: 14px;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #1F1E1F;
  margin-top: 15px;
}

.buy-click {
  width: 40px;
  height: 40px;
}
.buy-click:hover svg {
  stroke: #006BEB;
}
.buy-click:active {
  background-color: #0358BE;
}
.buy-click:active svg {
  stroke: #fff;
}
.buy-click svg {
  fill: none;
  stroke: #1F1E1F;
  width: 80%;
  height: 80%;
  transition: all 0.3s ease-in-out;
}

.card-page__sum {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #1F1E1F;
  margin-top: 25px;
}
.card-page__sum span {
  font-weight: 700;
}

.card-page__mob {
  display: none;
}

.card-tabs {
  margin-top: 60px;
}
.card-tabs .tab-link-wrapper {
  display: flex;
  border-bottom: 1px solid #1f1e1f86;
  gap: 30px;
}
.card-tabs .tab-link-wrapper .tab {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #1F1E1F;
  opacity: 0.5;
  padding-bottom: 7px;
}
.card-tabs .tab-link-wrapper .tab-active {
  opacity: 1;
  position: relative;
}
.card-tabs .tab-link-wrapper .tab-active::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  bottom: -1px;
  left: 0;
  background-color: #1F1E1F;
}
.card-tabs .tab-content-wrapper {
  margin-top: 20px;
}
.card-tabs .tabs-content {
  display: none;
}
.card-tabs .tabs-content-active {
  display: block;
}

.about-tab p {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #1F1E1F;
}

.specific-tab div {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #000000;
  gap: 50px;
  margin-bottom: 10px;
}
.specific-tab div:last-child {
  margin-bottom: 0;
}
.specific-tab div span {
  width: 160px;
  white-space: nowrap;
  display: block;
}

.reviews-tab.tabs-content-active {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}

.reviews-item-wrap {
  max-width: 800px;
  width: 100%;
}
.reviews-item-wrap .reviews-item {
  border-bottom: 1px solid #1f1e1f91;
  padding-bottom: 20px;
  padding-top: 20px;
}
.reviews-item-wrap .reviews-item h4 {
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #1F1E1F;
  margin-bottom: 7px;
}
.reviews-item-wrap .reviews-item__name {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #1F1E1F;
  margin-top: 6px;
}
.reviews-item-wrap .reviews-item__date {
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #1F1E1F;
  opacity: 0.5;
  margin-top: 3px;
}
.reviews-item-wrap .reviews-item__descr {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #1F1E1F;
  margin-top: 17px;
  margin-bottom: 7px;
}
.reviews-item-wrap .reviews-item__advantages {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #1F1E1F;
  margin-bottom: 7px;
}
.reviews-item-wrap .reviews-item__flaws {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #1F1E1F;
}

.write-reviews {
  background: #F4F4F4;
  border-radius: 10px;
  padding: 30px;
  width: 380px;
  min-width: 350px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-top: 20px;
}
.write-reviews textarea {
  background: #FFFFFF;
  border-radius: 10px;
  padding: 20px;
  height: 60px;
  width: 100%;
  resize: none;
  border: none;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #1F1E1F;
  margin-bottom: 15px;
  overflow-y: hidden;
}
.write-reviews .form__check {
  margin-top: 15px;
}

.write-reviews__title {
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  text-align: center;
  color: #1F1E1F;
}

.write-reviews__input-name {
  width: 100%;
}
.write-reviews__input-name input {
  width: 100%;
  height: 65px;
  border: none;
  border-bottom: 0.5px solid #000000;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #1F1E1F;
  background-color: transparent;
}
.write-reviews__input-name input::-moz-placeholder {
  color: #1f1e1f85;
}
.write-reviews__input-name input:-ms-input-placeholder {
  color: #1f1e1f85;
}
.write-reviews__input-name input::placeholder {
  color: #1f1e1f85;
}

.write-reviews__stars {
  display: flex;
  gap: 3px;
  align-items: center;
  margin-top: 23px;
  margin-bottom: 23px;
}
.write-reviews__stars div {
  width: 24px;
  height: 24px;
  background-image: url("../images/star-grey.svg");
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  transition: all 0.1s ease-in-out;
}
.write-reviews__stars div.active {
  background-image: url("../images/star.svg");
}
.write-reviews__stars div input {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  cursor: pointer;
}
.write-reviews__stars span {
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #1F1E1F;
  padding-left: 7px;
}

.write-reviews__btn {
  width: 100%;
  height: 50px;
  margin-top: 30px;
}

.order-status {
  max-width: 610px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto 45px auto;
  position: relative;
  z-index: 2;
}
.order-status::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background-color: #E2E2E2;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.order-status::after {
  position: absolute;
  content: "";
  height: 2px;
  background-color: #006BEB;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}
.order-status.order-status--one::after {
  width: 0;
}
.order-status.order-status--one .order-status__item:nth-child(1) {
  background-color: #006BEB;
}
.order-status.order-status--one .order-status__item:nth-child(1) svg {
  stroke: #E2E2E2;
}
.order-status.order-status--two::after {
  width: 50%;
}
.order-status.order-status--two .order-status__item:nth-child(1) {
  background-color: #006BEB;
}
.order-status.order-status--two .order-status__item:nth-child(1) svg {
  stroke: #E2E2E2;
}
.order-status.order-status--two .order-status__item:nth-child(2) {
  background-color: #006BEB;
}
.order-status.order-status--two .order-status__item:nth-child(2) svg {
  stroke: #E2E2E2;
}
.order-status.order-status--three::after {
  width: 96%;
}
.order-status.order-status--three .order-status__item:nth-child(1) {
  background-color: #006BEB;
}
.order-status.order-status--three .order-status__item:nth-child(1) svg {
  stroke: #E2E2E2;
}
.order-status.order-status--three .order-status__item:nth-child(2) {
  background-color: #006BEB;
}
.order-status.order-status--three .order-status__item:nth-child(2) svg {
  stroke: #E2E2E2;
}
.order-status.order-status--three .order-status__item:nth-child(3) {
  background-color: #006BEB;
}
.order-status.order-status--three .order-status__item:nth-child(3) svg {
  stroke: #E2E2E2;
}

.order-status__item {
  background: #E2E2E2;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.order-status__item .svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: #1F1E1F;
}
.order-status__item span {
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  color: #1F1E1F;
  white-space: nowrap;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -25px;
}

.basket {
  margin-top: 46px;
}

.basket__top-row {
  border-bottom: 0.5px solid #1f1e1f7e;
  padding-bottom: 10px;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #1F1E1F;
}

.basket-row {
  display: grid;
  grid-template-columns: 9% 22% 5% 3% 8% 10% 10% 10% 3%;
  align-items: center;
  justify-content: space-between;
}

.basket-item {
  padding: 20px 0;
  border-bottom: 0.5px solid #1f1e1f7e;
}
.basket-item .quantity {
  background: #F4F4F4;
}
.basket-item .quantity input {
  background: #F4F4F4;
}
.basket-item .product-modal-item__price {
  display: none;
}
.basket-item.basket-item-sale .basket-item__price {
  display: none;
}
.basket-item.basket-item-sale .product-modal-item__price {
  display: block;
}

.basket-item__img {
  border: 1px solid #E2E2E2;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  width: 105px;
  height: 105px;
}
.basket-item__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.basket-item__title {
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  color: #1F1E1F;
}

.basket-item-size {
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #1F1E1F;
  background: #E2E2E2;
  border-radius: 4px;
  width: 50px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.basket-item-color {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  position: relative;
}
.basket-item-color::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  border: 2px solid #fff;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.basket-item__price-pc {
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: #1F1E1F;
}

.basket-item__remove {
  background-image: url("../images/remove.svg");
  width: 24px;
  height: 24px;
  transition: all 0.3s ease-in-out;
}
.basket-item__remove:hover {
  opacity: 0.6;
}

.basket-item__price {
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  text-align: right;
  color: #006BEB;
  text-align: left;
}

.basket-bottom {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}

.basket-bottom__left {
  display: flex;
  gap: 34px;
}
.basket-bottom__left a, .basket-bottom__left button {
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #1F1E1F;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  transition: all 0.3s ease-in-out;
}
.basket-bottom__left a:hover, .basket-bottom__left button:hover {
  text-shadow: 0.5px 0 0 currentColor;
}

.block-sum {
  width: 395px;
}

.promocode {
  width: 100%;
  height: 55px;
  position: relative;
}
.promocode input {
  width: 100%;
  height: 100%;
  border: 1px solid #1F1E1F;
  border-radius: 8px;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: #1F1E1F;
  padding: 0 15px;
}
.promocode input::-moz-placeholder {
  color: #E2E2E2;
}
.promocode input:-ms-input-placeholder {
  color: #E2E2E2;
}
.promocode input::placeholder {
  color: #E2E2E2;
}
.promocode button {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("../images/arrow-mini.svg");
  width: 24px;
  height: 24px;
}

.block-sum__list {
  margin-top: 30px;
  margin-bottom: 40px;
}
.block-sum__list div {
  display: flex;
  justify-content: space-between;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: #1F1E1F;
  margin-bottom: 10px;
}
.block-sum__list div:last-child {
  margin-bottom: 0;
}
.block-sum__list div span {
  font-weight: 700;
}
.block-sum__list .sum {
  color: #006BEB;
  font-weight: 700;
}

.block-sum__btn {
  width: 100%;
  height: 55px;
  margin-bottom: 12px;
}

.basket-mob {
  display: none;
}

.deliver {
  margin-top: 45px;
}
.deliver .block-sum {
  margin-left: auto;
}
.deliver .individual-hide.hide {
  display: none;
}

.deliver-item {
  margin-bottom: 15px;
}

.deliver-item__title {
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  color: #1F1E1F;
  margin-bottom: 25px;
}

.radio-row {
  display: flex;
  gap: 10px;
}

.radio-block {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: #1F1E1F;
  cursor: pointer;
  position: relative;
}
.type-deliver-item__text > .radio-block {
  display: inline-flex;
}
.radio-block * {
    cursor: pointer;
}
.radio-block.active span {
  font-weight: 700;
}
.radio-block input {
  width: 18px;
  min-width: 18px;
  height: 18px;
  margin-right: 7px;
}

.deliver-inputs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 25px;
}
.deliver-inputs input {
  background: #F4F4F4;
  border-radius: 8px;
  border: none;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #1F1E1F;
  height: 50px;
  padding: 0 20px;
  width: 100%;
}
.deliver-inputs input::-moz-placeholder {
  color: #1f1e1f88;
}
.deliver-inputs input:-ms-input-placeholder {
  color: #1f1e1f88;
}
.deliver-inputs input::placeholder {
  color: #1f1e1f88;
}

.type-deliver .radio-block.active {
  font-weight: 400;
}

.type-deliver-item {
  display: flex;
  justify-content: space-between;
  padding: 24px 0;
  border-bottom: 0.5px solid #1f1e1f88;
  gap: 20px;
}
.type-deliver-item:first-child {
  padding-top: 0;
}

.type-deliver-item__text p {
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: #1F1E1F;
  opacity: 0.5;
  margin-top: 8px;
  padding-left: 23px;
}
.type-deliver-item__text .pickup-list {
  padding-left: 23px;
  margin-top: 20px;
  display: none;
}
.type-deliver-item__text .pickup-list .radio-block {
  margin-bottom: 8px;
}
.type-deliver-item__text .pickup-list .radio-block:last-child {
  margin-bottom: 0;
}

.type-deliver-item__price {
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  text-align: right;
  color: #1F1E1F;
  width: 200px;
  white-space: nowrap;
}

.address-deliver .radio-block {
  padding: 24px 0;
  border-bottom: 0.5px solid #1f1e1f88;
}
.address-deliver .radio-block:nth-child(2) {
  padding-top: 0;
}

.new-address {
  display: none;
}
.new-address .form__check {
  font-size: 16px;
  line-height: 22px;
  margin-top: 20px;
}

.pay-method .radio-block {
  padding: 0 0 24px;
  margin-bottom: 24px;
  border-bottom: 0.5px solid #1f1e1f88;
}
.pay-method .radio-block:last-child {
    margin-bottom: 0;
}

.confirm-order {
  margin-top: 45px;
}

.confirm-order-block {
  background: #F4F4F4;
  border-radius: 10px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-bottom: 20px;
}
.confirm-order-block p {
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: #1F1E1F;
  margin-bottom: 6px;
}
.confirm-order-block span {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #1F1E1F;
  opacity: 0.5;
}

.confirm-order-block__title {
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  color: #1F1E1F;
}

.confirm-order-block__price {
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  color: #006BEB;
}

.confirm-order__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.confirm-order__bottom .btn-white {
  margin-left: auto;
  margin-right: 10px;
}

.confirm-order__sum {
  font-weight: 700;
  font-size: 24px;
  line-height: 33px;
  color: #006BEB;
}

.conditions {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #1F1E1F;
  min-width: 260px;
  max-width: 260px;
  margin-left: auto;
}
.conditions a {
  color: #1F1E1F;
  transition: all 0.3s ease-in-out;
  text-decoration: underline;
}
.conditions a:hover {
  text-shadow: 0.5px 0 0 currentColor;
}

.confirm-order__btn {
  width: 250px;
  height: 55px;
}

.empty-basket__descr {
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: #1F1E1F;
}
.empty-basket__descr button {
  display: inline;
  text-decoration: underline;
}

.empty-basket__btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 17px 52px;
  margin-top: 40px;
}

.empty-basket__bottom {
  margin-top: 100px;
  padding-top: 40px;
  border-top: 1px solid #1f1e1f86;
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
.empty-basket__bottom div {
  font-size: 18px;
  line-height: 25px;
  font-weight: 400;
  color: #1F1E1F;
}
.empty-basket__bottom div:first-child {
  max-width: 720px;
}
.empty-basket__bottom div:last-child {
  max-width: 370px;
}
.empty-basket__bottom div span {
  font-weight: 700;
}
.empty-basket__bottom div p {
  font-weight: 400;
  opacity: 0.5;
  margin: 8px 0;
}
.empty-basket__bottom div a {
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #1F1E1F;
  transition: all 0.3s ease-in-out;
}
.empty-basket__bottom div a:hover {
  text-shadow: 0.5px 0 0 currentColor;
}

.info-order .container {
  background: #F4F4F4;
  border-radius: 10px;
  padding: 40px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 17px;
}
.info-order span {
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: #1F1E1F;
  opacity: 0.5;
}
.info-order p {
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: #1F1E1F;
}
.info-order div {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.info-order .info-order__title {
  margin-bottom: 10px;
}

.person-area .container {
  display: flex;
  justify-content: space-between;
}

.person-area-nav {
  min-width: 275px;
  width: 275px;
  padding: 50px 50px 180px 0;
  position: relative;
  z-index: 2;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.person-area-nav::before {
  position: absolute;
  content: "";
  width: 120%;
  height: 100%;
  background: #1F1E1F;
  border-radius: 16px;
  z-index: -1;
  top: 0;
  left: -20%;
}

.person-area-nav__item {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
  opacity: 0.4;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.person-area-nav__item:hover {
  opacity: 0.6;
}
.person-area-nav__item.exit {
  margin-top: 60px;
}
.person-area-nav__item.active {
  opacity: 1;
}
.person-area-nav__item.active div {
  font-weight: 800;
}
.person-area-nav__item:last-child {
  margin-bottom: 0;
}
.person-area-nav__item .svg {
  width: 24px;
  height: 24px;
  stroke: #ffffff;
  stroke-width: 1.8px;
  fill: none;
}
.person-area-nav__item .svg.svg-fill {
  fill: #ffffff;
  stroke: none;
}
.person-area-nav__item div {
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.person-area-nav__item div p {
  color: #3390FF;
}

.person-area-body {
  width: calc(100% - 315px);
}

.person-area-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 33px;
  color: #1F1E1F;
  margin: 40px 0 40px 0;
}

.person-area-profile__item {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 40px;
}
.person-area-profile__item:last-child {
  margin-bottom: 0;
}
.person-area-profile__item h4 {
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  color: #1F1E1F;
  width: 100%;
}
.person-area-profile__item > div {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  -moz-column-gap: 20px;
  column-gap: 20px;
}
.person-area-profile__item > div span {
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #1F1E1F;
  opacity: 0.5;
}
.person-area-profile__item > div p {
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: #1F1E1F;
}
.person-area-profile__item button {
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #1F1E1F;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  transition: all 0.3s ease-in-out;
}
.person-area-profile__item button:hover {
  text-shadow: 0.5px 0 0 currentColor;
}

.person-area-address__item {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 40px;
}
.person-area-address__item:last-child {
  margin-bottom: 0;
}
.person-area-address__item h4 {
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  color: #1F1E1F;
  width: 100%;
}
.person-area-address__item > div {
  display: grid;
  /*grid-template-columns: repeat(4, 1fr);
  column-gap: 20px;*/
}
.person-area-address__item > div span {
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #1F1E1F;
  opacity: 0.5;
}
.person-area-address__item > div p {
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: #1F1E1F;
}
.person-area-address__item button {
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #1F1E1F;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  transition: all 0.3s ease-in-out;
}
.person-area-address__item button:hover {
  text-shadow: 0.5px 0 0 currentColor;
}
.person-area-address__item .adress-item {
  background: #F4F4F4;
  border-radius: 8px;
  padding: 20px;
  gap: 15px;
  display: flex;
  transition: background 0.3s ease-in-out;
  margin-bottom: 10px;
}
.person-area-address__item .adress-item:hover {
  background: #006BEB;
}
.person-area-address__item .adress-item:hover p {
  color: #fff;
}
.person-area-address__item .adress-item:hover button svg {
  stroke: #fff;
}
.person-area-address__item .adress-item p {
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: #1F1E1F;
  padding-right: 20px;
  transition: color 0.3s ease-in-out;
}
.person-area-address__item .adress-item button {
  width: 24px;
  height: 24px;
}
.person-area-address__item .adress-item button svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: #1F1E1F;
  stroke-width: 1.6px;
  transition: all 0.3s ease-in-out;
}
.person-area-address__item .adress-item .adress-item__edit {
  margin-left: auto;
}

.purchase-history {
  padding-top: 40px;
}

.purchase-history-top {
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: #1F1E1F;
  opacity: 0.5;
  margin-bottom: 10px;
  padding: 0 20px;
  white-space: nowrap;
}

.purchase-history-row {
  display: grid;
  grid-template-columns: 10% 13% 13% 21% 13% 8%;
  justify-content: space-between;
  align-items: center;
}

.purchase-history-item {
  background: #F4F4F4;
  border-radius: 8px;
  padding: 16px 20px;
  transition: all 0.3s ease-in-out;
  margin-bottom: 10px;
}
.purchase-history-item:last-child {
  margin-bottom: 0;
}
.purchase-history-item:hover {
  background: #006BEB;
}
.purchase-history-item:hover a {
  color: #ffffff;
}
.purchase-history-item:hover div {
  color: #ffffff;
}
.purchase-history-item:hover .purchase-history-item__btns button svg {
  stroke: #ffffff;
}
.purchase-history-item:hover .purchase-history-item__btns a svg {
  stroke: #ffffff;
}
.purchase-history-item a {
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #1F1E1F;
}
.purchase-history-item div, .purchase-history-item a {
  transition: all 0.3s ease-in-out;
  white-space: nowrap;
}
.purchase-history-item div span, .purchase-history-item a span {
  display: none;
}
.purchase-history-item div {
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: #1F1E1F;
}

.purchase-history-item__btns {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 9px;
}
.purchase-history-item__btns button svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: #1F1E1F;
  transition: all 0.3s ease-in-out;
  stroke-width: 1.6px;
}
.purchase-history-item__btns a svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: #1F1E1F;
  transition: all 0.3s ease-in-out;
  stroke-width: 1.6px;
}

.favorites__wrapper {
  display: grid;
  grid-template-columns: repeat(4, 200px);
  justify-content: space-between;
  row-gap: 45px;
}
.favorites__wrapper .card-wrap {
  max-width: 200px;
}

.favorites__wrapper_un {
  display: grid;
  grid-template-columns: repeat(5, 200px);
  justify-content: space-between;
  row-gap: 45px;
}
.favorites__wrapper_un .card-wrap {
  max-width: 200px;
}

.password-change__form {
  max-width: 315px;
}
.password-change__form .password-change__form--btn {
  width: 100%;
  height: 55px;
}

.progress-mob {
  display: none;
}

.pass-change-inputs {
  display: block;
  width: 100%;
}
.pass-change-inputs input {
  background: #F4F4F4;
  border-radius: 8px;
  border: none;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #1F1E1F;
  height: 50px;
  padding: 0 20px;
  width: 100%;
  margin: 0 0 20px 10px;
  max-width: 400px;
}
.pass-change-inputs button {
  margin: 0 0 20px 10px;
  max-width: 400px;
}
.pass-change-inputs h4 {
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  color: #1F1E1F;
  width: 100%;
  margin: 0 0 20px 10px;
}

.stock-sec__wrapper {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 15px;
}
.stock-sec__wrapper .stock-form {
  grid-column-start: 5;
  grid-column-end: 7;
  grid-row-start: 1;
  grid-row-end: 3;
}

.stock-form {
  background: linear-gradient(166.31deg, #006BEB -1.13%, #FA1E88 103.37%);
  border-radius: 10px;
  padding: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.stock-form .form__input input {
  background-color: transparent;
  color: #FFFFFF;
  border-bottom: 1px solid #ffffff83;
}
.stock-form .form__input input:focus {
  border-bottom: 1px solid #ffffff;
}
.stock-form .form__input input::-moz-placeholder {
  color: #ffffff83;
}
.stock-form .form__input input:-ms-input-placeholder {
  color: #ffffff83;
}
.stock-form .form__input input::placeholder {
  color: #ffffff83;
}
.stock-form .form__check {
  color: #ffffff;
}
.stock-form .form__check .checkbox {
  border: 1.5px solid #ffffff;
}
.stock-form .form__check .checkbox:checked {
  border: 1.5px solid #ffffff00 !important;
}
.stock-form .form__check a {
  color: #ffffff;
}

.stock-block__title {
  font-weight: 700;
  font-size: 35px;
  line-height: 48px;
  color: #FFFFFF;
}

.stock-block__subtitle {
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: #FFFFFF;
  margin-top: 15px;
  margin-bottom: 50px;
}

.stock-form__btn {
  border: 1px solid #FFFFFF;
  width: 100%;
  height: 50px;
  margin-top: 50px;
}

.store-info__wrapper {
  display: flex;
  justify-content: space-between;
}

.store-info-nav {
  min-width: 275px;
  width: 275px;
  padding: 50px 50px 180px 0;
  position: relative;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.store-info-nav::before {
  position: absolute;
  content: "";
  width: 120%;
  height: 100%;
  background: #1F1E1F;
  border-radius: 16px;
  z-index: -1;
  top: 0;
  left: -20%;
}

.store-info-nav__item {
  display: block;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: #FFFFFF;
  opacity: 0.5;
  margin-bottom: 15px;
}
.store-info-nav__item.active {
  opacity: 1;
  font-weight: 700;
}
.store-info-nav__item:last-child {
  margin-bottom: 0;
}
.store-info-nav__item:hover {
  opacity: .6;
  color: #FFFFFF;
}
.store-info__body {
  width: calc(100% - 315px);
}

.store-info__text h3 {
  font-weight: 700;
  font-size: 24px;
  line-height: 33px;
  color: #1F1E1F;
  margin-bottom: 7px;
}
.store-info__text h4 {
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  color: #1F1E1F;
  margin-bottom: 4px;
}
.store-info__text p, .store-info__text li {
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: #1F1E1F;
  margin-bottom: 15px;
}

.store-info__text li {
    list-style: disc;
    margin-left: 20px;
}

.contact__wrapper {
  display: grid;
  grid-template-columns: 30% 60%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  row-gap: 25px;
}

.contact-item-address {
  grid-column-start: 1;
  grid-column-end: 3;
}

.contact__bottom-info {
  grid-column-start: 1;
  grid-column-end: 3;
}

.contact-item {
  padding-right: 20px;
}
.contact-item a:not(.address-block__item--img),
.contact-item p {
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: #1F1E1F;
  display: block;
}
.contact-item .address-block__item--text {
  color: #1F1E1F;
}
.contact-item .address-block__item--text::before {
  display: none;
}
.contact-item .address-block__item--text.active svg {
  stroke: #1F1E1F;
}

.contact-item__title {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #1F1E1F;
  opacity: 0.5;
  display: block;
  margin-bottom: 8px;
}

.contact__bottom-info {
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #1F1E1F;
  opacity: 0.5;
}

.page-error {
  z-index: 2;
  padding: 110px 0;
  min-height: auto;
  height: 100vh;
}
.page-error .container {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.page-error__img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  -o-object-fit: cover;
  object-fit: cover;
}

.page-error__text {
  font-weight: 400;
  font-size: 34px;
  line-height: 46px;
  color: #1F1E1F;
  margin-top: auto;
}
.page-error__text span {
  font-weight: 700;
}

.page-error__btn {
  background: #FA1E88;
  border-radius: 10px;
  height: 65px;
  width: 340px;
  font-weight: 700;
  font-size: 24px;
  line-height: 33px;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  margin-top: 50px;
}

@media (max-width: 1380px) {
  .card-slider .swiper-button-next {
    right: 30px;
  }

  .card-slider .swiper-button-prev {
    left: 30px;
  }

  .card-slider .swiper-button-prev,
.card-slider .swiper-button-next {
    background: #FFFFFF;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    width: 28px;
    height: 28px;
    top: 61%;
  }
  .card-slider .swiper-button-prev::after,
.card-slider .swiper-button-next::after {
    font-size: 14px;
  }
  .card-slider .swiper-button-disabled {
    opacity: 0;
  }
  .card-slider .card {
    margin: 0 auto;
  }

  .grid-sec .swiper-button-next:after,
.grid-sec .swiper-button-prev:after {
    font-size: 14px !important;
  }
}
@media (max-width: 1250px) {
  .category-links {
    -moz-column-gap: 15px;
    column-gap: 15px;
  }

  .catalog-modal__list {
    width: 410px;
  }

  .catalog-modal__links {
    width: calc(100% - 470px);
  }

  .advantges-item .advantges-item__title br {
    display: block;
  }

  .card-wrap.hide-first {
    display: none;
  }

  .grid-sec .container .baner-img {
    grid-column-start: 4;
    grid-column-end: 7;
    grid-row-start: 1;
    grid-row-end: 4;
  }

  .grid-sec .container {
    grid-template-rows: 312px 312px 342px;
  }

  .grid-sec .container .new-product {
    grid-column-start: 1;
    grid-column-end: 4;
    grid-row-start: 3;
    grid-row-end: 4;
    position: relative;
    margin-top: 30px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }

  .grid-sec .container .baner-img img {
    height: 100%;
  }

  .basket-item__price-pc {
    display: none;
  }

  .basket__top-row {
    display: none !important;
  }

  .basket-row {
    grid-template-columns: 9% 26% 7% 6% 11% 13% 5%;
  }

  .stock-sec__wrapper {
    grid-template-columns: repeat(5, 1fr);
  }

  .stock-sec__wrapper .stock-form {
    grid-column-start: 4;
    grid-column-end: 6;
    grid-row-start: 1;
    grid-row-end: 3;
  }

  .search-list {
    right: 0;
  }
}
@media (max-width: 1200px) {
  .page-filter__cards {
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
  }

  .page-filter__cards .card-wrap {
    max-width: 100%;
  }
  .page-filter__cards .card-wrap .card {
    max-width: 100%;
  }

  .mob-wrap-sort {
    display: flex;
    gap: 10px;
  }

  .page-filter__sorting-wrap {
    border: 1px solid #1F1E1F;
    border-radius: 6px;
    width: 160px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    transition: all 0.3s ease-in-out;
  }
  .page-filter__sorting-wrap.active {
    background-color: rgba(0, 0, 0, 0.062);
  }
  .page-filter__sorting-wrap.active .page-filter__sorting {
    opacity: 1;
    visibility: visible;
  }

  .page-filter__sorting-mob {
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    color: #1F1E1F;
    display: flex !important;
    align-items: center;
    gap: 8px;
  }
  .page-filter__sorting-mob::before {
    content: "";
    background-image: url("../images/sorting-mob.svg");
    background-repeat: no-repeat;
    background-size: cover;
    width: 18px;
    height: 18px;
    display: inline-block;
  }

  .page-filter__sorting {
    position: absolute;
    background: #FFFFFF;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.15);
    border-radius: 6px;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    width: 328px;
    z-index: 25;
    padding: 15px;
    top: 100%;
    left: 0;
    margin-top: 5px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
  }
  .page-filter__sorting span {
    display: none;
  }

  .page-filter__cards {
    margin-top: 20px;
    gap: 20px;
  }

  .card-page__info {
    max-width: 250px;
    padding-right: 20px;
  }

  .favorites__wrapper {
    grid-template-columns: repeat(3, 200px);
    row-gap: 30px;
  }

  .favorites__wrapper_un {
    grid-template-columns: repeat(4, 200px);
    row-gap: 30px;
  }
}
@media (max-width: 1180px) {
  .category-links {
    flex-wrap: wrap;
    gap: 15px;
    justify-content: flex-start;
  }

  .header.scroll-hed .header-bottom {
    margin-top: -120px;
  }



  .catalog-modal__links {
    display: none;
  }

  .catalog-modal {
    width: 480px;
    height: 600px;
    background: #FFFFFF;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.04);
    border-radius: 10px;
    overflow: hidden;
    left: 20%;
    overflow-y: auto;
    padding: 24px 0;
    scrollbar-color: #222332 #fff;
  }
  .catalog-modal::-webkit-scrollbar-track {
    background-color: transparent;
  }
  .catalog-modal::-webkit-scrollbar {
    height: 10px;
    background-color: #FFF;
    width: 1px;
  }
  .catalog-modal::-webkit-scrollbar-thumb {
    background: #696969;
    width: 1px;
  }
  .catalog-modal .back {
    display: block;
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    color: #1F1E1F;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    margin-left: -5px;
  }
  .catalog-modal .back::before {
    content: "";
    background-image: url("../images/back.svg");
    background-repeat: no-repeat;
    background-size: cover;
    width: 24px;
    height: 24px;
    display: flex;
    margin-right: 5px;
  }

  .catalog-modal__list {
    height: auto;
    padding-bottom: 0;
  }

  .catalog-modal__item.active .catalog-modal__item--link {
    color: #1F1E1F;
    text-shadow: none;
  }

  .catalog-modal__item.active .catalog-modal__item--arrow svg {
    stroke: #1F1E1F;
    opacity: 0.2;
  }

  .catalog-modal__links {
    left: 0;
    right: -10px;
    width: 100%;
    height: 105%;
    top: -24px;
    border-radius: 10px;
    z-index: 200;
    background: #FFFFFF;
    padding: 30px;
    transition: none;
    opacity: 1;
    visibility: visible;
  }
  .catalog-modal__links a {
    padding: 12px 0;
    border-bottom: 0.5px solid #1f1e1f73;
    display: block;
  }

  .footer__wrapper {
    grid-template-columns: repeat(3, 1fr);
    -moz-column-gap: 30px;
    column-gap: 30px;
  }

  .footer-logo {
    grid-column-start: 1;
    grid-column-end: 4;
  }

  .footer__wrapper .footer-column-address {
    grid-column-start: 2;
    grid-column-end: 4;
    grid-row-start: 3;
    grid-row-end: 4;
  }

  .segment-links__wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }

  .segment-links {
    margin-top: 30px;
  }

  .confirm-order__bottom {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 35px;
  }
  .confirm-order__bottom .confirm-order__btn {
    margin-right: auto;
    margin-left: 0;
  }
  .confirm-order__bottom .confirm-order__btn:last-child {
    margin-left: auto;
    margin-right: 0;
  }

  .purchase-history-item a,
.purchase-history-item div {
    font-size: 14px;
    line-height: 19px;
  }

  .purchase-history-top {
    font-size: 14px;
    line-height: 19px;
  }

  .catalog-modal__links li:first-child {
    display: block;
  }
}
@media (max-width: 1080px) {
  .header-top__list {
    gap: 15px;
  }

  .card-page__wrapper {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .card-page__price {
    margin-left: 0;
  }

  .card-page__info {
    margin-left: 0;
    padding-right: 0;
    max-width: inherit;
    width: calc(100% - 300px);
  }

  .card-page__slider {
    padding-bottom: 20px;
    border-bottom: 1px solid #1f1e1f7a;
    margin-bottom: 20px;
    max-width: 100%;
    width: 100%;
  }

  .card-page-slider {
    margin-left: 0;
  }

  .person-area .container {
    flex-direction: column;
  }

  .person-area-nav::before {
    display: none;
  }

  .person-area-nav {
    background: #F4F4F4;
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
    gap: 5px;
    width: 100%;
    padding: 5px;
  }

  .person-area-nav__item {
    margin-bottom: 0;
    opacity: 1;
    border-radius: 6px;
    padding: 8px;
    align-items: center;
  }

  .person-area-nav__item div {
    font-size: 14px;
    line-height: 19px;
    color: #1F1E1F;
  }

  .person-area-nav__item.exit {
    margin-top: 0;
    opacity: 0.8;
  }

  .person-area-nav__item div p {
    display: none;
  }

  .person-area-nav__item .svg {
    stroke: #1F1E1F;
  }

  .person-area-nav__item .svg.svg-fill {
    fill: #1F1E1F;
  }

  .person-area-nav__item.active {
    background: #006BEB;
  }
  .person-area-nav__item.active svg {
    stroke: #fff;
  }
  .person-area-nav__item.active div {
    color: #FFFFFF;
  }

  .progress-mob {
    display: block;
    width: 100%;
    margin-top: 30px;
  }
  .progress-mob p {
    background: #006BEB;
    border-radius: 6px;
    height: 100%;
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .progress-mob__line {
    background: #F4F4F4;
    border-radius: 8px;
    height: 40px;
    padding: 5px;
  }

  .progress-mob__title {
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    color: #1F1E1F;
    margin-bottom: 20px;
  }

  .person-area-body {
    width: 100%;
  }

  .purchase-history {
    padding-top: 20px;
  }

  .favorites__wrapper {
    margin-top: 30px;
    grid-template-columns: repeat(4, 200px);
  }

  .favorites__wrapper_un {
    margin-top: 30px;
    grid-template-columns: repeat(4, 200px);
  }

  .stock-sec__wrapper {
    grid-template-columns: repeat(4, 1fr);
  }

  .stock-sec__wrapper .stock-form {
    grid-column-start: 3;
    grid-column-end: 5;
  }
}
@media (max-width: 1024px) {
  .header-top__wrapper {
    flex-direction: column;
    align-items: flex-start;
    padding: 0;
  }

  .header-top {
    padding: 0;
  }

  .header-top__list {
    width: 100%;
    padding: 19px 30px;
  }

  .header-top__right {
    width: 100%;
    padding: 12px 30px;
    background: #006BEB;
  }

  .header-top__btn {
    border: 1px solid #FFFFFF;
  }

  .personal-links a svg {
    stroke: #FFFFFF;
  }

  .personal-links a:hover svg {
    stroke: #FFFFFF;
  }

  .search {
    max-width: 100%;
    margin-top: 20px;
  }

  .header-center__wrapper {
    flex-wrap: wrap;
  }

  .header.scroll-hed .header-top {
    margin-top: -125px;
  }



  .catalog-modal {
    left: auto;
    right: 30px;
    top: 52%;
  }

  .promo__item {
    padding: 120px 60px;
  }

  .promo .swiper-button-prev {
    left: 15px;
  }

  .promo .swiper-button-next {
    right: 15px;
  }

  .promo__item--title {
    font-size: 30px;
    line-height: 41px;
    max-width: 330px;
  }

  .promo .swiper-pagination {
    bottom: 20px;
  }

  .advantges-item__descr {
    font-size: 12px;
    line-height: 16px;
  }

  .advantges-item__title {
    font-size: 16px;
    line-height: 22px;
  }

  .card-btn-mob {
    width: 100%;
    height: 34px;
    display: flex !important;
    margin-top: 12px;
    overflow: hidden;
    border-radius: 6px;
    transition: none;
  }
  .card-btn-mob.hide {
    height: 0;
  }

  .card .card__price {
    flex-direction: column;
    align-items: flex-start;
    height: 42px;
  }

  .card-wrap {
    height: 375px;
  }

  .card-slider__wrapper {
    height: 365px;
  }

  .card-slider {
    margin-top: 40px;
  }

  .card-slider__wrapper .swiper {
    width: 100%;
    left: 12px;
  }

  .grid-sec .container {
    grid-template-rows: 375px 375px 413px;
    grid-template-columns: repeat(3, 1fr);
  }

  .grid-sec .container .baner-img {
    grid-column-start: 3;
    grid-column-end: 4;
    grid-row-start: 3;
    grid-row-end: 4;
    padding: 20px;
  }

  .grid-sec .container .new-product {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 3;
    grid-row-end: 4;
  }

  .card {
    max-width: 100%;
    margin: 0 auto;
  }

  .card-wrap.hide-two {
    display: none;
  }

  .grid-sec .container .baner-img p {
    font-size: 24px;
    line-height: 33px;
  }

  .product-modal {
    min-width: 678px;
    max-width: 678px;
  }

  .product-modal-item__img {
    width: 80px;
    height: 121px;
  }
  .product-modal-item__img img {
    height: 100%;
  }

  .product-modal-item__title {
    max-width: 187px;
  }

  .product-modal__btn-wrap {
    grid-template-columns: 1fr;
  }

  .product-modal__bottom {
    padding-bottom: 10px;
  }
  .product-modal__bottom .card__price--new {
    color: #FA1E88;
  }
  .product-modal__bottom .card__price--old {
    display: block;
  }
  .product-modal__bottom .product-modal__sum {
    gap: 10px;
  }

  .page-filter__cards {
    grid-template-columns: repeat(2, 48%);
  }

  .chenge-card {
    border: 1px solid #1F1E1F;
    border-radius: 6px;
    width: 30px;
    min-width: 30px;
    height: 30px;
    margin-left: 6px;
    background-image: url("../images/chenge-card.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 70%;
    transition: all 0.3s ease-in-out;
  }
  .chenge-card.chenge {
    background-image: url("../images/chenge-card2.svg");
  }

  .page-filter__cards.chenge-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .page-filter__cards.chenge-grid .card-wrap {
    height: 265px;
  }
  .page-filter__cards.chenge-grid .card {
    display: grid;
    grid-template-columns: 46% 50%;
    -moz-column-gap: 10px;
    column-gap: 10px;
    position: relative;
  }
  .page-filter__cards.chenge-grid .card .card__top {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 6;
    max-height: inherit;
    width: 100%;
    margin-right: 10px;
  }
  .page-filter__cards.chenge-grid .card .card__top .card__img {
    max-height: inherit;
  }
  .page-filter__cards.chenge-grid .card .card-btn-mob {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 6;
    grid-row-end: 7;
  }
  .page-filter__cards.chenge-grid .card .card__option {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 7;
    grid-row-end: 8;
  }
  .page-filter__cards.chenge-grid .card .stock-block {
    display: flex;
    margin-top: 5px;
  }
  .page-filter__cards.chenge-grid .card .card__price {
    margin-top: 6px;
    gap: 6px;
    height: 50px;
  }

  .page-filter__category a {
    font-size: 12px;
    line-height: 16px;
  }

  .filter-item__list li {
    font-size: 12px;
    line-height: 16px;
  }

  .filter-item__title {
    font-size: 14px;
    line-height: 19px;
  }

  .filter-item__list {
    max-height: 88px;
  }

  .filter {
    width: 230px;
    min-width: 230px;
    padding: 20px;
  }

  .filter-item .extra-controls input {
    height: 24px;
  }

  .button.fz16 {
    font-size: 12px;
  }

  .filter__btn {
    height: 40px;
  }

  .page-filter__right {
    width: calc(100% - 260px);
  }

  .page-filter__cards {
    gap: 10px;
  }

  .basket-item__img {
    height: 100%;
  }

  .card__article {
    margin-bottom: 10px;
  }

  .basket-row {
    grid-template-columns: auto;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }
  .basket-row .basket-item__img {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 3;
  }
  .basket-row .basket-item__left {
    grid-column-start: 2;
    grid-column-end: 4;
    grid-row-start: 1;
    grid-row-end: 2;
    margin-left: 0;
    max-width: 250px;
  }
  .basket-row .basket-item-size {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 2;
    grid-row-end: 3;
  }
  .basket-row .basket-item-color {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 2;
    grid-row-end: 3;
    margin-left: 80px;
  }
  .basket-row .quantity {
    grid-column-start: 4;
    grid-column-end: 5;
    grid-row-start: 1;
    grid-row-end: 2;
  }
  .basket-row .product-modal-item__price {
    grid-column-start: 5;
    grid-column-end: 6;
    grid-row-start: 1;
    grid-row-end: 2;
  }
  .basket-row .basket-item__remove {
    grid-column-start: 6;
    grid-column-end: 7;
    grid-row-start: 1;
    grid-row-end: 2;
  }

  .basket-bottom__left {
    flex-direction: column;
    gap: 12px;
  }

  .grid-sec .card {
    max-width: 200px;
  }

  .store-info__text h3 {
    font-size: 20px;
    line-height: 27px;
  }

  .store-info__text p {
    font-size: 16px;
    line-height: 22px;
  }

  .store-info-nav {
    padding: 50px 30px 50px 0;
    width: 230px;
  }

  .store-info-nav__item {
    font-size: 16px;
    line-height: 22px;
  }

  .store-info-nav::before {
    left: -30%;
  }

  .store-info__body {
    width: calc(100% - 280px);
  }

  .store-info__text h4 {
    font-size: 16px;
    line-height: 22px;
  }

  .contact__wrapper {
    grid-template-columns: 100%;
  }
  .contact__wrapper .contact-item-address {
    grid-column-end: 2;
  }
  .contact__wrapper .contact__bottom-info {
    grid-column-end: 2;
  }

  .page-error {
    padding: 95px 0 !important;
  }

  .page-error__text {
    margin-top: 30px;
    font-size: 28px;
    line-height: 38px;
  }
  .page-error__text span {
    display: block;
  }
  .page-error__text br {
    display: none;
  }

  .page-error__btn {
    margin-top: 40px;
    font-size: 20px;
    line-height: 27px;
    width: 301px;
    height: 61px;
  }

  .search-list {
    width: 100%;
  }
}
@media (max-width: 910px) {
  .favorites__wrapper {
    grid-template-columns: repeat(3, 200px);
  }

  .favorites__wrapper_un {
    grid-template-columns: repeat(3, 200px);
  }

  .stock-sec__wrapper {
    grid-template-columns: repeat(3, 1fr);
  }

  .stock-sec__wrapper .stock-form {
    grid-column-start: 2;
    grid-column-end: 4;
    grid-row-start: 1;
    grid-row-end: 2;
    padding: 30px;
  }

  .stock-block__title {
    font-size: 30px;
    line-height: 41px;
  }

  .stock-block__subtitle {
    margin: 12px 0 20px;
  }

  .stock-form__btn {
    margin-top: 30px;
  }
}
@media (max-width: 820px) {
  .category-links {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    -moz-column-gap: 25px;
    column-gap: 25px;
    row-gap: 20px;
  }

  .header-bottom {
    padding-top: 0;
  }

  .baners .baners__item p {
    font-size: 20px;
    line-height: 27px;
  }

  .footer__wrapper {
    grid-template-columns: 36% 59%;
  }
  .footer__wrapper .footer-column:nth-child(6) {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 3;
    grid-row-end: 4;
  }
  .footer__wrapper .footer-column:nth-child(4) {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 4;
    grid-row-end: 5;
  }

  .footer__wrapper .footer-column-address {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 3;
    grid-row-end: 4;
  }

  .footer-logo {
    grid-column-end: 3;
  }

  .clue {
    display: none;
  }

  .segment-baner .breadcrumbs-list {
    position: absolute;
    top: -50px;
  }

  .segment-baner {
    margin-top: 180px;
  }

  .segment-baner .container {
    overflow: visible;
    padding: 0 30px;
    height: 160px;
  }

  .segment-baner__title {
    font-size: 30px;
    line-height: 41px;
  }

  .title {
    font-size: 20px;
    line-height: 27px;
  }

  .page-filter__bottom-text {
    display: none;
  }

  .page-filter__pagin {
    flex-direction: column-reverse;
  }
  .page-filter__pagin .pagination {
    margin-top: 30px;
  }

  .footer {
    margin-top: 120px;
  }

  .reviews-tab.tabs-content-active {
    flex-direction: column-reverse;
  }

  .write-reviews {
    width: 100%;
    min-width: inherit;
  }

  .radio-block {
    font-size: 16px;
    line-height: 22px;
  }

  .deliver-inputs input {
    height: 40px;
  }

  .deliver-inputs {
    gap: 10px;
  }

  .deliver-item__title {
    font-size: 16px;
    line-height: 22px;
  }

  .type-deliver-item__text p {
    font-size: 16px;
    line-height: 22px;
  }

  .confirm-order-block p {
    font-size: 16px;
    line-height: 22px;
  }

  .confirm-order-block__title {
    font-size: 16px;
    line-height: 22px;
  }

  .confirm-order-block__price {
    font-size: 16px;
    line-height: 22px;
  }

  .confirm-order-block {
    margin-bottom: 10px;
  }

  .confirm-order__bottom {
    margin-top: 40px;
  }

  .confirm-order__sum {
    font-size: 20px;
    line-height: 27px;
  }

  .empty-basket__bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .empty-basket__bottom div {
    font-size: 16px;
    line-height: 22px;
  }

  .empty-basket__descr {
    font-size: 16px;
    line-height: 22px;
  }

  .info-order p {
    font-size: 16px;
    line-height: 22px;
  }

  .person-area-title {
    font-size: 20px;
    line-height: 27px;
    margin: 30px 0;
  }

  .person-area-profile__item h4 {
    font-size: 16px;
    line-height: 22px;
  }

  .person-area-profile__item > div p {
    font-size: 16px;
    line-height: 22px;
  }

  .person-area-profile__item {
    margin-bottom: 30px;
  }

  .person-area-profile__item .adress-item p {
    font-size: 16px;
    line-height: 22px;
  }

  .person-area-profile__item .adress-item {
    padding: 11px 20px;
  }
}
@media (max-width: 740px) {
  .product-modal {
    min-width: 330px;
    max-width: 330px;
  }

  .product-modal-item__title {
    font-size: 14px;
    line-height: 19px;
  }

  .product-modal-item__info {
    flex-direction: column-reverse;
  }

  .product-modal__info {
    min-width: inherit;
  }

  .product-modal-item__img {
    width: 60px;
    height: 90px;
  }

  .product-modal-item {
    align-items: flex-start;
  }

  .product-modal-item__info {
    width: calc(100% - 75px);
    align-items: flex-start;
    gap: 5px;
  }
  .product-modal-item__info .card__price--new {
    font-size: 16px;
  }

  .product-modal-item__quality {
    font-size: 14px;
    line-height: 19px;
  }

  .product-modal__bottom {
    flex-direction: column;
  }

  .product-modal__btn-wrap {
    width: 100%;
    margin-top: 20px;
  }

  .product-modal__info--title {
    font-size: 14px;
    line-height: 19px;
  }

  .product-modal__sum {
    font-size: 14px;
    line-height: 19px;
  }
  .product-modal__sum .card__price--new {
    font-size: 14px;
  }

  .product-modal__btn {
    height: 45px;
  }

  .breadcrumbs-list__item a,
.breadcrumbs-list__item span {
    font-size: 14px;
  }

  .info-order .container {
    padding: 30px;
    margin: 0 15px;
    width: calc(100% - 30px);
  }

  .person-area-nav__item div {
    display: none;
  }

  .person-area-profile__item > div {
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
  }
}
@media (max-width: 700px) {
  .header-top__list {
    position: fixed;
    flex-direction: column;
    padding: 100px 30px;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 300;
    background: #1F1E1F;
    display: none;
  }
  .header-top__list li {
    margin-bottom: 14px;
    text-align: center;
  }
  .header-top__list li:last-child {
    margin-bottom: 0;
  }
  .header-top__list .mob-close {
    background-image: url("../images/close-white.svg");
    width: 24px;
    height: 24px;
    right: 15px;
    top: 15px;
    position: absolute;
  }

  .page {
    overflow: visible;
    padding-bottom: 0 !important;
  }

  .nav-mob {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    width: 100%;
    left: 0;
    background: #006BEB;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    padding: 15px 20px;
    z-index: 1000;
  }
  .nav-mob .nav-mob__link {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    width: 45px;
    margin: 0 auto;
    opacity: 0.5;
  }
  .nav-mob .nav-mob__link.active {
    opacity: 1;
  }
  .nav-mob .nav-mob__link svg {
    width: 24px;
    height: 24px;
    stroke: #FFFFFF;
    fill: none;
    stroke-width: 2;
  }
  .nav-mob .nav-mob__name {
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    color: #FFFFFF;
    display: block;
    margin-top: 4px;
  }
  .nav-mob .basket-btn__num {
    display: block;
    right: 5px;
    top: -5px;
  }

  .btn-top {
    display: none;
  }

  .entrance-btn {
    display: none;
  }

  .basket-btn {
    display: none;
  }

  .btn-catalog {
    display: none;
  }

  .btn-stock {
    display: none;
  }

  .header-top__btn {
    width: 24px;
    height: 24px;
    padding: 0;
    background-image: url("../images/phone-icon.svg");
    background-repeat: no-repeat;
    border-radius: 0;
    border: none;
    margin-left: auto;
    background-color: transparent;
  }
  .header-top__btn span {
    display: none;
  }

  .personal-links {
    margin-left: 10px;
  }

  .block-phone__show {
    font-size: 14px;
    line-height: 19px;
    margin-right: auto;
  }

  .logo {
    margin-right: 24px;
  }

  .block-phone__show::before {
    display: none;
  }

  .header-center {
    padding: 15px 0;
    transition: all 0.3s ease-in-out;
    background: #E2E2E2;
  }

  .search {
    margin-top: 0;
    height: 35px;
  }
  .search input {
    font-size: 14px;
  }

  .search .search__btn {
    width: 20px;
    height: 20px;
  }

  .category-links {
    grid-template-columns: repeat(3, 1fr);
  }

  .header-top {
    background: #1F1E1F;
    z-index: 2000;
  }

  .header-top__right {
    background: #1F1E1F;
    padding: 10px 0;
  }

  .header.scroll-hed .header-top {
    margin-top: 0;
  }

  .header.scroll-hed .header-center {
    margin-top: -127px;
    /* opacity: 0; */
  }

  .header.scroll-hed .header-bottom {
    opacity: 0;
    visibility: hidden;
  }

  .burger {
    display: block;
  }

  .header-center__wrapper {
    flex-wrap: nowrap;
  }

  .mob-menu-show {
    background-image: url("../images/mob-menu-show.svg");
    width: 24px;
    height: 24px;
    margin-left: 3px;
    margin-right: -5px;
  }

  .header-bottom {
    padding: 10px 0;
  }

  .container {
    padding: 0 15px;
  }

  .header.scroll-hed .catalog-modal {
    top: 46px;
  }

  .catalog-modal {
    position: fixed;
    width: 100%;
    right: 0;
    height: 100vh;
    top: 120px;
    padding-bottom: 220px;
    border-radius: 0;
  }

  .catalog-modal__list {
    width: 100%;
  }

  .page {
    padding-bottom: 72px;
  }

  .promo__item--title {
    font-size: 16px;
    line-height: 22px;
    max-width: 195px;
  }

  .footer__bottom {
    padding-top: 20px;
  }

  .promo__item--btn {
    padding: 13px 23px;
    margin-top: 12px;
  }

  .fz16 {
    font-size: 14px;
  }

  .promo .swiper-button-next,
.promo .swiper-button-prev {
    display: none;
  }

  .promo__item {
    padding: 75px 15px;
  }

  .advantges__wrapper {
    flex-direction: column;
    gap: 30px;
  }

  .advantges-item__title br {
    display: none !important;
  }

  .advantges-item__icon {
    width: 40px;
    min-width: 40px;
    height: 40px;
  }

  .card__title {
    font-size: 14px;
    line-height: 19px;
    height: 56px;
  }

  .card-slider .swiper-button-next {
    right: 15px;
  }

  .card-slider .swiper-button-prev {
    left: 15px;
  }

  .baners .baners__item {
    padding: 20px;
  }

  .grid-sec .container {
    grid-template-columns: repeat(2, 48%);
    grid-template-rows: auto;
  }

  .grid-sec .container .baner-img {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 5;
    grid-row-end: 6;
    padding: 20px;
    height: 220px;
  }

  .title-block--col {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 2 !important;
  }

  .grid-sec .container .new-product {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 6;
    grid-row-end: 8;
    margin-top: 20px;
    height: 430px;
  }
  .grid-sec .container .new-product .mod-wrap-more-two {
    margin-top: auto;
    z-index: 20;
    position: relative;
  }

  .grid-sec .container .new-product .new-product__wrap {
    height: 100%;
    display: flex;
    flex-direction: column;
  }

  .grid-sec .container .new-product:hover .swiper {
    padding-bottom: 0 !important;
  }

  .grid-sec .container .new-product .title-block--row {
    margin-bottom: 10px;
  }

  .hide-three {
    display: none;
  }

  .title-block {
    text-align: center;
  }

  .mod-wrap-more,
.mod-wrap-more-two {
    display: block !important;
    text-align: center;
    padding-bottom: 50px;
    grid-column-start: 1;
    grid-column-end: 3;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
  }
  .mod-wrap-more a,
.mod-wrap-more-two a {
    color: #1F1E1F;
  }

  .grid-sec .container .new-product .title-block--row {
    text-align: center;
    justify-content: center;
    position: static;
  }

  .modal__body {
    padding: 70px 35px;
  }

  .modal {
    min-width: 330px;
    max-width: 330px;
  }

  .modal__title {
    font-size: 18px;
    line-height: 25px;
  }

  .modal__descr {
    font-size: 14px;
    line-height: 19px;
  }

  .form__btn {
    height: 45px;
  }

  .modal__icon {
    width: 50px;
    height: 50px;
  }
  .modal__icon img {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .modal-tabs .tab {
    font-size: 12px;
  }

  .form__input input {
    font-size: 14px;
  }

  .catalog-modal__item--link {
    font-size: 16px;
  }

  .catalog-modal__item {
    margin-bottom: 15px;
  }

  .catalog-modal__links a {
    font-size: 16px;
  }

  .segment-links__wrapper {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }

  .segment-links-item__img {
    width: 50px;
    min-width: 50px;
    height: 50px;
  }

  .segment-links-item__name {
    font-size: 16px;
  }

  .card-slider__descr {
    margin-top: 0;
    font-size: 14px;
    line-height: 19px;
  }

  .title {
    font-size: 18px;
    line-height: 25px;
  }

  .page-filter__right {
    width: 100%;
    position: relative;
  }

  .mob-wrap-sort {
    background: #FFFFFF;
    height: 100%;
    top: 50px;
    display: none;
  }

  .mob-wrap-sort__title {
    border: 1px solid #1F1E1F;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(100% - 60px);
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    color: #1F1E1F;
    height: 40px;
    padding: 0 15px;
  }
  .mob-wrap-sort__title.active {
    justify-content: space-between;
  }
  .mob-wrap-sort__title.active::before {
    display: none;
  }
  .mob-wrap-sort__title.active::after {
    content: "";
    background-image: url("../images/sort-close.svg");
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
    width: 24px;
    height: 24px;
  }
  .mob-wrap-sort__title::before {
    content: "";
    background-image: url("../images/sort.svg");
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-right: 8px;
  }

  .chenge-card {
    width: 40px;
    min-width: 40px;
    height: 40px;
  }

  .mob-wrap-sort-all {
    margin-top: 0;
    flex-wrap: wrap;
  }

  .page-filter__sorting-wrap {
    width: 100%;
    height: 40px;
    margin-bottom: 20px;
  }

  .page-filter__category {
    margin-bottom: 20px;
  }

  .page-filter__sorting-mob {
    font-size: 14px;
    line-height: 18px;
  }

  .filter {
    width: 100%;
    background-color: transparent;
    padding: 0;
  }

  .filter-item__list {
    max-height: inherit;
  }

  .card-page__title {
    text-align: left;
  }

  .form__comment textarea {
    font-size: 12px;
    line-height: 16px;
  }

  .form__check {
    flex-wrap: wrap;
    font-size: 12px;
    line-height: 14px;
  }
  .form__check a {
    display: block;
    margin-left: 24px;
    padding-left: 0;
  }
  .form__check .checkbox {
    margin-bottom: -15px;
  }

  .modal-buy-click__bottom {
    flex-direction: column;
    margin-top: 10px;
    gap: 30px;
  }

  .modal-buy-click__bottom p {
    width: 100%;
    font-size: 12px;
    line-height: 14px;
  }

  .modal-buy-click__bottom .form__btn {
    width: 100%;
  }

  .form__comment span {
    font-size: 14px;
    line-height: 19px;
  }

  .modal__title {
    margin-top: 0;
  }

  .product-modal__title {
    font-size: 18px;
    line-height: 25px;
  }

  .basket-row {
    grid-template-columns: auto;
    -moz-column-gap: 20px;
    column-gap: 20px;
    justify-content: flex-start;
    position: relative;
  }
  .basket-row .basket-item__img {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 3;
    position: static;
    width: 70px;
  }
  .basket-row .basket-item__left {
    grid-column-start: 2;
    grid-column-end: 4;
    grid-row-start: 3;
    grid-row-end: 4;
    max-width: 100;
    margin-top: 15px;
  }
  .basket-row .basket-item-size {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 4;
    grid-row-end: 5;
  }
  .basket-row .basket-item-color {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 4;
    grid-row-end: 5;
    margin-left: 80px;
  }
  .basket-row .quantity {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 2;
    grid-row-end: 3;
    margin-top: 15px;
  }
  .basket-row .product-modal-item__price {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 2;
  }
  .basket-row .basket-item__remove {
    position: absolute;
    right: 0;
    top: 0;
  }
  .basket-row .card__favorites {
    position: absolute;
    right: 35px;
    top: 20px;
  }

  .order-status {
    width: 75%;
  }

  .basket__title {
    text-align: left;
    border-bottom: 0.5px solid #1f1e1f7a;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }

  .basket-bottom {
    flex-direction: column;
  }

  .block-sum {
    width: 100%;
    margin-top: 20px;
  }

  .basket-bottom__left {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
  }

  .deliver-inputs {
    grid-template-columns: repeat(1, 1fr);
  }

  .block-sum__list div {
    font-size: 14px;
    line-height: 19px;
  }

  .block-sum__btn {
    height: 45px;
  }

  .type-deliver-item__price {
    font-size: 14px;
    line-height: 19px;
  }

  .order-status {
    margin-bottom: 60px;
  }

  .confirm-order__bottom {
    grid-template-columns: repeat(1, 1fr);
    justify-content: center;
    text-align: center;
    gap: 15px;
    margin-top: 20px;
  }
  .confirm-order__bottom .conditions {
    margin: 0 auto;
  }
  .confirm-order__bottom .confirm-order__btn {
    margin: 0 auto !important;
    height: 45px;
  }

  .empty-basket__bottom {
    margin-top: 60px;
    padding-top: 20px;
  }

  .empty-basket__btn {
    padding: 10px 23px;
    margin-top: 20px;
  }

  .purchase-history-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-right: 50px;
    position: relative;
  }

  .purchase-history-item__btns {
    position: absolute;
    flex-direction: column-reverse;
    gap: 8px;
    right: 18px;
    top: 18px;
  }

  .purchase-history-item div span,
.purchase-history-item a span {
    display: block;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #1F1E1F;
    opacity: 0.5;
    width: 80px;
    text-decoration: none;
    margin-right: 40px;
  }

  .purchase-history-item div {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
  }
  .purchase-history-item div:last-child {
    margin-bottom: 0;
  }

  .purchase-history-item a {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
  }

  .purchase-history-top {
    display: none;
  }

  .purchase-history-item:hover div span,
.purchase-history-item:hover a span {
    color: #FFFFFF;
  }

  .purchase-history-item a,
.purchase-history-item div {
    font-size: 12px;
    line-height: 16px;
  }

  .favorites__wrapper {
    grid-template-columns: repeat(2, 1fr);
    justify-content: space-around;
    gap: 10px;
  }
  .favorites__wrapper .card-wrap {
    margin: 0 auto;
  }

  .favorites__wrapper_un {
    grid-template-columns: repeat(2, 1fr);
    justify-content: space-around;
    gap: 10px;
  }
  .favorites__wrapper_un .card-wrap {
    margin: 0 auto;
  }

  .password-change__form .password-change__form--btn {
    height: 45px;
  }

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

  .stock-sec__wrapper {
    grid-template-columns: repeat(2, 48%);
  }

  .stock-sec__wrapper .stock-form {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 2;
    grid-row-end: 3;
    padding: 50px;
  }
  .stock-sec__wrapper .stock-form .form__check a {
    margin-left: 0;
  }
  .stock-sec__wrapper .stock-form .form__check .checkbox {
    margin: 0;
    margin-right: 8px;
  }

  .stock-block__title {
    font-size: 24px;
    line-height: 33px;
  }

  .stock-block__subtitle {
    font-size: 14px;
    line-height: 19px;
    margin: 12px 0 15px 0;
  }

  .stock-form__btn {
    height: 40px;
  }

  .block-phone__show span {
    color: #fff !important;
  }

  .store-info__wrapper {
    flex-direction: column;
  }

  .store-info-nav {
    background: #1F1E1F;
    border-radius: 10px;
    width: 100%;
    padding: 20px;
    margin-bottom: 20px;
  }
  .store-info-nav::before {
    display: none;
  }

  .store-info__body {
    width: 100%;
  }

  .store-info__text h3 {
    font-size: 16px;
    line-height: 22px;
  }

  .store-info__text p {
    font-size: 14px;
    line-height: 19px;
  }

  .contact-item {
    padding-right: 0;
  }

  .page-error__text {
    font-size: 18px;
    line-height: 25px;
  }

  .page-error__btn {
    font-size: 14px;
    line-height: 19px;
    width: 100%;
    height: 46px;
  }

  .search-list {
    width: calc(100% + 42px);
    top: 140%;
    border-radius: 0;
  }

  .search-list-item {
    display: grid;
    grid-template-columns: 80px calc(100% - 100px);
    -moz-column-gap: 15px;
    column-gap: 15px;
    align-items: flex-start;
  }
  .search-list-item .search-list-item__img {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 3;
  }
  .search-list-item .search-list-item__price {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 2;
  }
  .search-list-item .search-list-item__info {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 2;
    grid-row-end: 3;
    padding-top: 10px;
  }
  .search-list-item .search-list-item__img {
    width: 100%;
    height: 90px;
  }
  .search-list-item .search-list-item__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .search-list-item .search-list-item__price {
    margin-left: 0;
  }

  .search-list-item .card__price--new {
    text-align: left;
  }
}
@media (max-width: 600px) {
  .baners .container {
    flex-direction: column-reverse;
  }
  .baners .container .baners__item {
    margin-bottom: 20px;
  }

  .baners__item--big {
    width: 100%;
  }

  .baners__item--smal {
    width: 100%;
  }

  .baners {
    margin-top: 40px;
  }

  .footer__wrapper {
    grid-template-columns: 1fr;
  }

  .footer-logo {
    grid-column-end: 2;
  }

  .footer__wrapper .footer-column:nth-child(4) {
    grid-column-end: 2;
    grid-column-start: 1;
    grid-row-start: 7;
    grid-row-end: 8;
  }

  .footer__wrapper .footer-column-address {
    grid-column-end: 2;
    grid-column-start: 1;
    grid-row-start: 5;
    grid-row-end: 6;
  }

  .footer {
    padding: 35px 0 70px;
  }

  .footer__bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .card-page__wrapper {
    flex-direction: column;
  }
  .card-page__wrapper .card__bottom {
    justify-content: flex-start;
  }

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

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

  .card-page-slider {
    max-height: 370px;
  }

  .card-page__slider {
    display: grid;
    grid-template-columns: 26% 73%;
    max-height: inherit;
  }

  .card-page__stickers {
    grid-column-end: 1;
    grid-column-start: 3;
    grid-row-start: 2;
    grid-row-end: 3;
  }

  .grid-sec {
    margin-top: 30px;
  }

  .card-page__mob {
    display: flex;
    align-items: center;
    position: fixed;
    width: 100%;
    height: 60px;
    left: 0;
    bottom: 72px;
    padding: 10px 15px;
    background: #FFFFFF;
    z-index: 100;
  }
  .card-page__mob .card__basket {
    margin-left: auto;
    margin-right: 12px;
    width: 80px;
  }
  .card-page__mob .card__price--new {
    color: #FA1E88;
  }

  .basket-mob {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    width: 100%;
    height: 70px;
    left: 0;
    bottom: 72px;
    padding: 17px 15px;
    background: #FFFFFF;
    z-index: 1000;
    -moz-column-gap: 10px;
    column-gap: 10px;
  }
  .basket-mob .block-sum__btn {
    max-width: 181px;
    height: 36px;
    margin: 0;
  }
  .basket-mob .basket-mob__sum {
    font-weight: 700;
    font-size: 14px;
    line-height: 19px;
    color: #1F1E1F;
    white-space: nowrap;
  }
}
@media (max-width: 520px) {
  .top-logo{
      max-width:90px;
  }
  .category-links {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }

  .category-links svg {
    width: 24px;
    min-width: 24px;
    height: 24px;
  }



  .card__top {
    max-height: 110px;
  }

  .card.card-sale .card__price--new {
    font-size: 16px;
  }

  .segment-baner .container {
    justify-content: flex-start;
  }

  .segment-baner__title {
    font-size: 20px;
    line-height: 27px;
    margin-top: 20px;
  }

  .card-wrap {
    height: 335px;
  }

  .card-page-slider2 .swiper-wrapper {
    max-height: 210px;
  }

  .card-page-slider {
    max-height: 210px;
  }

  .card-tabs .tab-link-wrapper .tab {
    font-size: 14px;
  }

  .about-tab p {
    font-size: 14px;
  }

  .specific-tab div {
    font-size: 14px;
  }

  .order-status__item span {
    font-size: 12px;
    line-height: 14px;
  }

  .order-status__item {
    width: 34px;
    height: 34px;
  }

  .order-status__item .svg {
    width: 20px;
    height: 20px;
  }

  .basket-bottom__left a,
.basket-bottom__left button {
    font-size: 12px;
    line-height: 16px;
  }

  .block-sum__list {
    margin-bottom: 20px;
  }

  .basket-item__title {
    font-size: 14px;
    line-height: 19px;
  }

  .product-modal-item__price .card__price--new {
    font-size: 16px;
    line-height: 22px;
  }

  .search-list-item__name {
    font-size: 14px;
    line-height: 19px;
  }

  .search-list-item .card__price--new {
    font-size: 16px;
    line-height: 22px;
  }

  .search-list {
    padding: 30px;
  }

  .search-list__link {
    width: 100%;
    padding: 15px;
  }
}
.suggestions-wrapper{
    position:absolute !important;
}
.display-none{
	display:none;
}
.div-btn{
	cursor: pointer;
}
#jGrowl {display:none}
.opacity-0{opacity:0; transition: all 0.3s ease-in-out;}
@media (max-width: 375px) {
    /*.block-phone{display:none;}*/
}
  .page {
    padding-top: 120px;
  }
@media (min-width: 700px) {
     .page {
    padding-top: 120px;
  }
  .promo {
      margin-top:255px;
  }
  .content {
      margin-top:120px;
  }
  .store-info{margin-top: 62px;}
}
@media (min-width: 1024px) {
     .page {
    padding-top: 130px;

  }
  .promo{
      margin-top:125px;
  }
  .content {
      margin-top:60px;
  }
}
@media (min-width: 1200px) {
  .promo {
      margin-top:90px;
  }
  
}

.show-important{display:block !important;}
.store-info{}
.text-white{color:white !important;}
@media (min-width: 700px) and (max-width: 1024px) {
    .tablet-margin-fix-1{margin-top:160px;}
    .tablet-margin-fix-2{margin-top:250px;}
    
}